English | [简体中文](README_zh-CN.md)








[](https://github.com/jianxingxuejian/grasscutter-tools/blob/main/LICENSE)
[](https://github.com/jianxingxuejian/grasscutter-tools/stargazers)
[](https://github.com/jianxingxuejian/grasscutter-tools/network/members)
[](https://github.com/jianxingxuejian/grasscutter-tools/releases)
[](https://github.com/jianxingxuejian/grasscutter-tools/releases)
[](https://discord.com/invite/qGyWhAUApU)
[](https://qm.qq.com/cgi-bin/qm/qr?k=0VnTLjWPz76RSScycDyp2_X68w6b73gO&jump_from=webapi&authKey=AO4rT4mzAw8krhEVDIMECCwFX7wRmGJA9+ui7AK7aQRA3l5BCeS1h/3pXT2MCkzZ)
## Features
- [x] Launcher
- [x] Common Command
- [x] Create Artifacts
- [x] Item Category Search
- [x] Spawn List
- [x] Quest/Scene/TP
- [x] Online Mod Download and Local Mod Management
- [x] Admin Console
## Community
Join our [discord](https://discord.com/invite/qGyWhAUApU)
## Usage
If you don't want to install the client, you can use the web version that includes some of the features: https://null-grasscutter-tools.vercel.app/
The remote execute feature requires your server to use the [plugin](https://github.com/jianxingxuejian/grasscutter-plugin/releases/tag/v1.5.1).
Before you use the client, you should complete the easy certification first(send a verification code to your in-game mailbox to complete the verification within 1 minute. The new version of the plugin add a custom command, so you can also use `/verify` command to get the verification code). If you are the server owner, you can use the Admin-Console on it after completed the admin certification.
If you want to use the launcher, make sure the values of useEncryption and useInRouting in the server config.json file are both false, and then use the http address, like this: http:127.0.0.1:443, or configure the server with an https certificate, make sure the values of useEncryption and useInRouting are both true, and then you can use the https connection, like this: https:127.0.0.1
About Mod please [go here](docs/mod.md).
If you have any questions or want to add features, please open an issue.
## Download
Windows platform download the msi file,mac platform download the app.tar.gz or dmg file,linux platform download the deb or AppImage file,Please [go here](https://github.com/jianxingxuejian/grasscutter-tools/releases) to download the latest version.
## Development
Build with Tauri, front-end tech stack: Vue3 + Vite3 + Typescript + Naive-ui + Unocss + Vue I18n.
**Node** and **Rust** environments are required for development, and package manager use **pnpm**.
Install dependencies:
```shell
pnpm install
```
Run:
```shell
pnpm tauri dev
```
Please go to the [Tauri](https://github.com/tauri-apps/tauri) project for more information.
## Contribute
Feel free to point out any questions about code quality, UI design, etc. It would be great if you could create a pull request.
For translations, only Simplified Chinese and English are currently available. If you want to translate to other languages or optimize your translation, please go to the src/i18n/locales folder, which lists all supported languages, and submit pr.
The game data text is parsing from [gc-res-parse](https://github.com/jianxingxuejian/gc-res-parse), and most of the data has been internationalized.
================================================
FILE: README_zh-CN.md
================================================
Grasscutter Tools
[English](README.md) | 简体中文








[](https://github.com/jianxingxuejian/grasscutter-tools/blob/main/LICENSE)
[](https://github.com/jianxingxuejian/grasscutter-tools/stargazers)
[](https://github.com/jianxingxuejian/grasscutter-tools/network/members)
[](https://github.com/jianxingxuejian/grasscutter-tools/releases)
[](https://github.com/jianxingxuejian/grasscutter-tools/releases)
[](https://discord.com/invite/qGyWhAUApU)
[](https://qm.qq.com/cgi-bin/qm/qr?k=0VnTLjWPz76RSScycDyp2_X68w6b73gO&jump_from=webapi&authKey=AO4rT4mzAw8krhEVDIMECCwFX7wRmGJA9+ui7AK7aQRA3l5BCeS1h/3pXT2MCkzZ)
## 功能
- [x] 启动器
- [x] 常用指令
- [x] 快速生成圣遗物
- [x] 物品分类检索
- [x] 怪物列表
- [x] 任务/场景/传送
- [x] 在线 Mod 下载和本地 Mod 管理
- [x] 管理员控制台
## 社区
加入我们的 [Discord](https://discord.com/invite/qGyWhAUApU)
加入 [QQ](https://qm.qq.com/cgi-bin/qm/qr?k=0VnTLjWPz76RSScycDyp2_X68w6b73gO&jump_from=webapi&authKey=AO4rT4mzAw8krhEVDIMECCwFX7wRmGJA9+ui7AK7aQRA3l5BCeS1h/3pXT2MCkzZ) 交流群 734643309
## 使用
如果你不想安装应用程序,可以使用包含部分功能的 web 版本: https://null-grasscutter-tools.vercel.app/
远程执行功能需要服务端配合[这个插件](https://github.com/jianxingxuejian/grasscutter-plugin/releases/tag/v1.5.1)使用。
使用客户端之前需要完成简单的账号认证(向你的游戏发送验证码邮件然后在 1 分钟之内完成验证。新版本插件新增了一个自定义指令,也可以用 `/verify` 指令获取验证码)。服务端拥有者可以完成管理员认证然后使用管理员控制台,效果与服务器控制台相同。
如果想使用启动器,请确保服务端的 config.json 文件中 useEncryption 与 useInRouting 的值都是 false,然后使用 http 地址,例如: http:127.0.0.1:443,或者服务端配置 https 证书,然后就能使用 https 连接,例如:https:127.0.0.1。
mod 相关功能的使用请看[这里](docs/mod_zh-CN.md)。
有什么疑问或者想添加功能请提 issue。
## 下载
windows 平台下载 msi 文件,mac 平台下载 app.tar.gz 或者 dmg 文件,linux 平台下载 deb 或者 AppImage 文件,请前往[此处](https://github.com/jianxingxuejian/grasscutter-tools/releases)下载最新版本。
## 开发
使用 Tauri 构建,前端技术栈:Vue3 + Vite3 + Typescript + Naive-ui + Unocss + Vue I18n。
开发需要 Node 和 Rust 环境,包管理使用 pnpm。
安装依赖:
```shell
pnpm install
```
启动:
```shell
pnpm tauri dev
```
更详细的内容请前往[Tauri](https://github.com/tauri-apps/tauri)项目进行了解。
## 贡献
欢迎指出任何关于代码质量,UI 设计等方面的问题,如果能提交 PR 就更好了。
关于翻译,目前仅有简体中文和英语。如果想要翻译其它语言或者优化翻译,请前往 src/i18n/locales 文件夹,里面罗列了所有能支持的语言版本,然后提交 pr。
游戏数据文本解析来自[gc-res-parse](https://github.com/jianxingxuejian/gc-res-parse),大部分数据已经完成了国际化。
================================================
FILE: build/config/index.ts
================================================
export * from './utils'
================================================
FILE: build/config/utils.ts
================================================
// eslint-disable-next-line no-control-regex
const INVALID_CHAR_REGEX = /[\x00-\x1F\x7F<>*#"{}|^[\]`;?:&=+$,]/g
const DRIVE_LETTER_REGEX = /^[a-z]:/i
export function sanitizeFileName(name: string): string {
const match = DRIVE_LETTER_REGEX.exec(name)
const driveLetter = match ? match[0] : ''
// A `:` is only allowed as part of a windows drive letter (ex: C:\foo)
// Otherwise, avoid them because they can refer to NTFS alternate data streams.
return driveLetter + name.substring(driveLetter.length).replace(INVALID_CHAR_REGEX, '')
}
================================================
FILE: build/index.ts
================================================
export * from './config'
export * from './plugins'
================================================
FILE: build/plugins/compress.ts
================================================
import ViteCompression from 'vite-plugin-compression'
export default (env: ImportMetaEnv) =>
ViteCompression({
disable: !JSON.parse(env.VITE_COMPRESS)
})
================================================
FILE: build/plugins/https.ts
================================================
import basicSsl from '@vitejs/plugin-basic-ssl'
export default basicSsl()
================================================
FILE: build/plugins/i18n.ts
================================================
import VueI18nPlugin from '@intlify/unplugin-vue-i18n/vite'
import path from 'path'
export default VueI18nPlugin({
include: path.resolve('./src/i18n/locales/**')
})
================================================
FILE: build/plugins/index.ts
================================================
import type { PluginOption } from 'vite'
import vue from './vue'
import unplugin from './unplugin'
import unocss from './unocss'
import i18n from './i18n'
import https from './https'
import compress from './compress'
/**
* 安装vite插件
*/
export function setupVitePlugins(env: ImportMetaEnv): PluginOption[] {
const plugins = [compress(env), ...vue, ...unplugin, unocss, i18n, https]
return plugins
}
================================================
FILE: build/plugins/unocss.ts
================================================
import unocss from 'unocss/vite'
export default unocss()
================================================
FILE: build/plugins/unplugin.ts
================================================
import Icons from 'unplugin-icons/vite'
import { FileSystemIconLoader } from 'unplugin-icons/loaders'
import Components from 'unplugin-vue-components/vite'
import { NaiveUiResolver } from 'unplugin-vue-components/resolvers'
import IconsResolver from 'unplugin-icons/resolver'
import AutoImport from 'unplugin-auto-import/vite'
export default [
Icons({
autoInstall: true,
compiler: 'vue3',
scale: 1,
defaultClass: 'inline-block',
customCollections: {
// 加载自定义图标
custom: FileSystemIconLoader('src/assets/icons')
}
}),
Components({
dirs: ['src/components'],
deep: true,
directives: true,
dts: 'src/types/components.d.ts',
types: [{ from: 'vue-router', names: ['RouterLink', 'RouterView'] }],
include: [/\.vue$/, /\.vue\?vue/],
exclude: [/[\\/]node_modules[\\/]/],
resolvers: [
NaiveUiResolver(),
IconsResolver({
customCollections: ['custom'],
prefix: 'icon'
})
]
}),
AutoImport({
imports: ['vue', 'vue-router', 'pinia'],
dts: 'src/types/auto-import.d.ts',
include: [/\.vue$/, /\.vue\?vue/, /\.ts$/],
eslintrc: {
enabled: true,
filepath: './.eslintrc-auto-import.json'
}
})
]
================================================
FILE: build/plugins/vue.ts
================================================
import vue from '@vitejs/plugin-vue'
const plugins = [vue()]
export default plugins
================================================
FILE: docs/mod.md
================================================
About mods, please go to the [GIMI](https://github.com/SilentNightSound/GI-Model-Importer) project to understand the basics, how to use the mod function in this project: select the 3DMigoto Loader.exe file and make sure the Mods folder is at the same level. The document structure is as follows:
```
|-- 3DMigoto Loader.exe
|-- Mods
|-- keqing
|-- mod1
|-- KeqingMod
|-- Keqing.ini
|-- ...
|-- modinfo.json
|-- *.png/jpg/jpeg/jfif
```
You can nest and name as many mods as you want, but be careful that each mod must be in a separate folder, not together with other mods. The program will read all mods and **automatically generate modinfo.json files**, then you can place a picture (at the same level as the mod folder) for the program to read, or you can modify the images field in the modinfo.json file to use network pictures. you can adjust the aspect ratio of the image, fill in the name and author, and use the keywords to filter. the checkbox on the mod floating window is used to select whether to load the mod or not, when unchecked 3dm will not load the mod.
The merged mod is now supported, with the following structure:
```
|-- 3DMigoto Loader.exe
|-- Mods
|-- keqing
|-- merged.ini
|-- mod1
|-- KeqingMod
|-- DISABLEKeqing.ini
|-- ...
|-- modinfo.json
|-- *.png/jpg/jpeg/jfif
|-- mod2
|-- KeqingMod
|-- DISABLEKeqing.ini
|-- ...
|-- modinfo.json
|-- *.png/jpg/jpeg/jfif
```
OR:
```
|-- 3DMigoto Loader.exe
|-- Mods
|-- keqing
|-- merged.ini
|-- mod1
|-- DISABLEKeqing.ini
|-- ...
|-- mod2
|-- DISABLEKeqing.ini
|-- ...
|-- modinfo.json
|-- *.png/jpg/jpeg/jfif
```
================================================
FILE: docs/mod_zh-CN.md
================================================
关于 mod,请前往 [GIMI](https://github.com/SilentNightSound/GI-Model-Importer) 项目了解基础知识,本项目 mod 功能的使用方法:选择 3DMigoto Loader.exe 文件,并确保 Mods 文件夹在同一级。结构如下:
```
|-- 3DMigoto Loader.exe
|-- Mods
|-- 刻晴
|-- mod1
|-- KeqingMod
|-- Keqing.ini
|-- ...
|-- modinfo.json
|-- *.png/jpg/jpeg/jfif
```
可以进行任意的嵌套和命名,但要注意每个 mod 一定要在一个单独的文件夹下,不能跟其它 mod 放在一起。程序会读取所有 mod,**自动生成 modinfo.json 文件**,然后你可以放置一张图片(与 mod 文件夹同一级)让程序读取到,也可以修改 modinfo.json 文件的 images 字段来使用网络图片。可以调整图片的宽高比例,填写名字和作者,使用关键字进行筛选。mod 浮窗上的复选框是用来选择是否加载这个 mod,取消勾选时 3dm 不会加载这个 mod。
现在已支持合并后的 mod,结构如下:
```
|-- 3DMigoto Loader.exe
|-- Mods
|-- 刻晴
|-- merged.ini
|-- mod1
|-- KeqingMod
|-- DISABLEKeqing.ini
|-- ...
|-- modinfo.json
|-- *.png/jpg/jpeg/jfif
|-- mod2
|-- KeqingMod
|-- DISABLEKeqing.ini
|-- ...
|-- modinfo.json
|-- *.png/jpg/jpeg/jfif
```
或者:
```
|-- 3DMigoto Loader.exe
|-- Mods
|-- 刻晴
|-- merged.ini
|-- mod1
|-- DISABLEKeqing.ini
|-- ...
|-- mod2
|-- DISABLEKeqing.ini
|-- ...
|-- modinfo.json
|-- *.png/jpg/jpeg/jfif
```
================================================
FILE: index.html
================================================
GC-Tools
================================================
FILE: package.json
================================================
{
"name": "grasscutter-tools",
"type": "module",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri",
"check": "vue-tsc --noEmit --skipLibCheck",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .eslintignore",
"updater": "tsx scripts/updater.ts",
"pre-commit": "pnpm dlx simple-git-hooks"
},
"dependencies": {
"@tauri-apps/api": "^1.2.0",
"@vueuse/core": "^9.12.0",
"axios": "1.3.2",
"lodash-es": "^4.17.21",
"monaco-editor": "^0.34.1",
"pinia": "^2.0.30",
"snarkdown": "^2.0.0",
"tauri-plugin-store-api": "github:jianxingxuejian/tauri-plugin-store#dev",
"vue": "^3.2.47",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@actions/github": "^5.1.1",
"@iconify-json/carbon": "^1.1.14",
"@iconify-json/ic": "^1.1.12",
"@iconify-json/icon-park-solid": "^1.1.7",
"@iconify-json/ion": "^1.1.7",
"@iconify-json/line-md": "^1.1.22",
"@iconify-json/material-symbols": "^1.1.27",
"@iconify-json/mdi": "^1.1.45",
"@iconify/vue": "^4.1.0",
"@intlify/eslint-plugin-vue-i18n": "^2.0.0",
"@intlify/unplugin-vue-i18n": "^0.8.1",
"@tauri-apps/cli": "^1.2.3",
"@types/fs-extra": "^11.0.1",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"@vitejs/plugin-vue": "^4.0.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.9.0",
"fs-extra": "^11.1.0",
"lint-staged": "^13.1.0",
"naive-ui": "2.34.3",
"node-fetch": "^3.3.0",
"prettier": "^2.8.3",
"sass": "^1.58.0",
"simple-git-hooks": "^2.8.1",
"tsx": "^3.12.2",
"typescript": "^4.9.5",
"unocss": "^0.49.4",
"unplugin-auto-import": "^0.14.0",
"unplugin-icons": "^0.15.2",
"unplugin-vue-components": "^0.23.0",
"vite": "^4.1.1",
"vite-plugin-compression": "^0.5.1",
"vue-tsc": "^1.0.24"
},
"simple-git-hooks": {
"pre-commit": "pnpm dlx lint-staged"
},
"lint-staged": {
"*": [
"eslint --cache --fix"
]
}
}
================================================
FILE: renovate.json
================================================
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}
================================================
FILE: scripts/updater.ts
================================================
import path from 'path'
import fs from 'fs-extra'
import fetch from 'node-fetch'
import { getOctokit, context } from '@actions/github'
const i18nList = ['en-US', 'zh-CN']
export async function updater() {
if (process.env.GITHUB_TOKEN === undefined) {
throw new Error('GITHUB_TOKEN is required')
}
const notes: Record = {}
i18nList.forEach(async locale => {
const logPath = path.join(process.cwd(), `CHANGELOG.${locale}.md`)
if (!(await fs.pathExists(logPath))) {
throw new Error(`could not found CHANGELOG.${locale}.md`)
}
const read = fs.readFileSync(logPath, 'utf-8').split('\n')
const changelog: string[] = []
let count = 0
for (const line of read) {
if (/^## [v[\d.]+/.test(line)) {
count++
}
if (count > 1) break
if (line.startsWith('##') || line.startsWith('-')) {
changelog.push(line)
}
}
notes[locale] = changelog.join('\n')
})
const options = { owner: context.repo.owner, repo: context.repo.repo }
const github = getOctokit(process.env.GITHUB_TOKEN)
const { tag_name, published_at } = (await github.rest.repos.getLatestRelease({ ...options })).data
const downloadUrl = 'https://github.com/jianxingxuejian/grasscutter-tools/releases/download/' + tag_name + '/'
const version = tag_name.slice(1)
const downloadUrl_win = downloadUrl + `grasscutter-tools_${version}_x64_en-US.msi.zip`
const signature_win = await getSignature(downloadUrl_win)
const downloadUrl_darwin = downloadUrl + 'grasscutter-tools.app.tar.gz'
const signature_darwin = await getSignature(downloadUrl_darwin)
const download_linux = downloadUrl + `grasscutter-tools_${version}_amd64.AppImage.tar.gz`
const signature_linux = await getSignature(download_linux)
const updateData = {
version: tag_name,
pub_date: published_at,
notes: JSON.stringify(notes),
platforms: {
win64: {
url: downloadUrl_win,
signature: signature_win
},
darwin: {
url: downloadUrl_darwin,
signature: signature_darwin
},
linux: {
url: download_linux,
signature: signature_linux
},
'windows-x86_64': {
url: downloadUrl_win,
signature: signature_win
},
'darwin-x86_64': {
url: downloadUrl_darwin,
signature: signature_darwin
},
'darwin-aarch64': {
url: downloadUrl_darwin,
signature: signature_darwin
},
'linux-x86_64': {
url: download_linux,
signature: signature_linux
}
}
}
const { data: updateRelease } = await github.rest.repos.getReleaseByTag({ ...options, tag: 'updater' })
const asset = updateRelease.assets.find(item => item.name.includes('update'))
if (asset) {
await github.rest.repos.deleteReleaseAsset({ ...options, asset_id: asset.id })
}
await github.rest.repos.uploadReleaseAsset({
...options,
release_id: updateRelease.id,
name: `update.json`,
data: JSON.stringify(updateData)
})
}
async function getSignature(url: string) {
const response = await fetch(url + '.sig', {
method: 'GET',
headers: { 'Content-Type': 'application/octet-stream' }
})
const text = await response.text()
return text
}
for (let i = 0; i < 3; i++) {
try {
await updater()
} catch (err) {
console.log(err)
continue
}
break
}
================================================
FILE: src/App.vue
================================================
================================================
FILE: src/components/MyButton.vue
================================================
{{ text }}{{ text }}{{ text }}
================================================
FILE: src/components/MyDivider.vue
================================================
{{ title }}{{ title }}
================================================
FILE: src/components/MyInputGroup.vue
================================================
{{ label }}
================================================
FILE: src/components/MySelect.vue
================================================
================================================
FILE: src/components/MySwitch.vue
================================================
{{ text }}
================================================
FILE: src/components/NaiveProvider.vue
================================================
================================================
FILE: src/components/SelectFile.vue
================================================
{{ buttonText }} {{ placeholder }}
================================================
FILE: src/components/ServerInput.vue
================================================
{{ server.protocol }}
================================================
FILE: src/components/index.ts
================================================
import MyButton from './MyButton.vue'
import MyDivider from './MyDivider.vue'
import MyInputGroup from './MyInputGroup.vue'
import MySelect from './MySelect.vue'
import MySwitch from './MySwitch.vue'
import NaiveProvider from './NaiveProvider.vue'
export { MyButton, MyDivider, MyInputGroup, MySelect, MySwitch, NaiveProvider }
================================================
FILE: src/http/api.ts
================================================
import request from '@/http/request'
import { useSettingStore } from '@/stores'
import router from '@/router'
import i18n from '@/i18n'
import isTauri from '@/utils/is-tauri'
export function adminAuth(adminVoucher: string) {
return request.post('/plugin/admin/auth', { adminVoucher })
}
export function adminCreateAccount(params: Param.Account) {
return request.post('/plugin/admin/createAccount', params)
}
export function adminCommand(command: string) {
return request.get(`/plugin/admin/command?command=${command}`)
}
export function mailVerifyCode(username: string) {
return request.get(`/plugin/mail/verifyCode?username=${username}`)
}
export function playerAuthByVerifyCode(username: string, verifyCode: string) {
return request.post('/plugin/player/authByVerifyCode', { username, verifyCode })
}
export function playerAuthByPassword(username: string, password: string) {
return request.post('/plugin/player/authByPassword', { username, password })
}
export function playerCommand(command: string) {
if (!checkToken()) return
return request.get(`/plugin/player/command?command=${command}`)
}
export function levelUpAll(type: number) {
if (!checkToken()) return
return request.get(`/plugin/player/levelUpAll?type=${type}`)
}
export function getProps() {
return request.get('/plugin/player/getProps')
}
export function cdr() {
if (!checkToken()) return
return request.get('/plugin/player/cdr')
}
export function seed(contents: string) {
return request.post('/plugin/admin/seed', { contents })
}
function checkToken() {
if (isTauri && !useSettingStore().token) {
window.$message?.error(i18n.global.t('player auth first'))
router.push('/setting/index')
return false
}
return true
}
================================================
FILE: src/http/axios.ts
================================================
import axios, { type AxiosInstance, type AxiosRequestConfig } from 'axios'
import { useSettingStore } from '@/stores'
import { showErrorMsg } from '@/utils'
import i18n from '@/i18n'
class CustomAxiosInstance {
instance: AxiosInstance
constructor(axiosConfig: AxiosRequestConfig) {
this.instance = axios.create(axiosConfig)
this.setInterceptor()
}
setInterceptor() {
const settingStore = useSettingStore()
// intercept request
this.instance.interceptors.request.use(
config => {
const { getServer, locale, token, admin_token } = settingStore
config.baseURL = getServer
config.headers.locale = locale
config.headers.token = token
config.headers.admin_token = admin_token
return config
},
// @ts-ignore
() => showErrorMsg(100, i18n.global.t('network error'))
)
// intercept response
this.instance.interceptors.response.use(
response => {
const { status, data } = response
if (status !== 200) {
showErrorMsg(100, i18n.global.t('network error'))
return data
}
if (data.code !== 200) {
showErrorMsg(100, i18n.global.t('network error'))
return data
}
return data
},
() => showErrorMsg(100, i18n.global.t('network error'))
)
}
}
function createRequest(axiosConfig: AxiosRequestConfig) {
const instance = new CustomAxiosInstance(axiosConfig).instance
async function get(url: string, config?: AxiosRequestConfig) {
try {
return (await instance.get(url, config)) as ApiResult
} catch {
return
}
}
async function post(url: string, data?: any, config?: AxiosRequestConfig) {
try {
return (await instance.post(url, data, config)) as ApiResult
} catch {
return
}
}
return {
get,
post
}
}
const axiosRequest = createRequest({})
export default axiosRequest
================================================
FILE: src/http/index.ts
================================================
export * from './api'
================================================
FILE: src/http/request.ts
================================================
import axiosRequest from './axios'
import reqwest from './reqwest'
import isTauri from '@/utils/is-tauri'
function request() {
function get(api: string) {
if (isTauri) {
return reqwest('GET', api)
} else {
return axiosRequest.get(api)
}
}
function post(api: string, params?: any) {
if (isTauri) {
return reqwest('POST', api, params)
} else {
return axiosRequest.post(api, params)
}
}
return {
get,
post
}
}
export default request()
================================================
FILE: src/http/reqwest.ts
================================================
import { invoke } from '@tauri-apps/api/tauri'
import { useSettingStore } from '@/stores'
import { showErrorMsg } from '@/utils'
import i18n from '@/i18n'
type Method = 'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH' | 'HEAD' | 'OPTIONS'
export default async function reqwest(method: Method, api: string, params?: any) {
try {
const { getServer, locale, token, admin_token, proxy } = useSettingStore()
const headers = { locale, token, admin_token }
const text = await invoke('http', { method, url: getServer + api, params, headers, proxy })
if (text) {
const result: ApiResult = JSON.parse(text)
const { code, msg } = result
if (code != 200) {
showErrorMsg(code, msg)
}
return result
}
} catch (e) {
//@ts-ignore
showErrorMsg(100, i18n.global.t('network error'))
}
}
================================================
FILE: src/i18n/data/common/artifactIds.ts
================================================
export const artifactIds: Record = {
214001: [71544, 71524, 71554, 71514, 71534],
214002: [72544, 72524, 72554, 72514, 72534],
214003: [73544, 73524, 73554, 73514, 73534],
214004: [74544, 74524, 74554, 74514, 74534],
215001: [75544, 75524, 75554, 75514, 75534],
215002: [76544, 76524, 76554, 76514, 76534],
215003: [77544, 77524, 77554, 77514, 77534],
215004: [78544, 78524, 78554, 78514, 78534],
215005: [79544, 79524, 79554, 79514, 79534],
215006: [80544, 80524, 80554, 80514, 80534],
215007: [81544, 81524, 81554, 81514, 81534],
215008: [82544, 82524, 82554, 82514, 82534],
215014: [88544, 88524, 88554, 88514, 88534],
215015: [89544, 89524, 89554, 89514, 89534],
215016: [90544, 90524, 90554, 90514, 90534],
215017: [91544, 91524, 91554, 91514, 91534],
215018: [92544, 92524, 92554, 92514, 92534],
215019: [93544, 93524, 93554, 93514, 93534],
215020: [94544, 94524, 94554, 94514, 94534],
215021: [95544, 95524, 95554, 95514, 95534],
215022: [96544, 96524, 96554, 96514, 96534],
215023: [97544, 97524, 97554, 97514, 97534],
215024: [98544, 98524, 98554, 98514, 98534],
215025: [23624, 23622, 23625, 23621, 23623],
215026: [23634, 23632, 23635, 23631, 23633],
215027: [27544, 27524, 27554, 27514, 27534],
215028: [28544, 28524, 28554, 28514, 28534]
}
================================================
FILE: src/i18n/data/common/quest.ts
================================================
import questInfo from './questInfo.json?raw'
type QuestType = 'WQ' | 'IQ' | 'LQ'
type QuestInfo = {
id: number
type: QuestType
hidden?: true
test?: true
unreleased?: true
titleHash?: number
descHash?: number
children?: {
subId: number
order: number
hidden?: true
test?: true
unreleased?: true
descHash?: number
}[]
}
const questInfos: QuestInfo[] = JSON.parse(questInfo)
export function parseQuestItem(questItem: Record, tags: string[]) {
return questInfos.map(({ id, titleHash, descHash, children, ...other }) => ({
...other,
value: id,
label: `${id} ` + (titleHash && questItem[titleHash]) || '',
desc: descHash && questItem[descHash],
children: children?.map(({ subId, order, hidden, test, unreleased, descHash }) => ({
value: subId,
label:
order +
'. ' +
((descHash && questItem[descHash]) || '') +
` (${subId})` +
(hidden ? ` [${tags[0]}]` : '') +
(test ? ` [${tags[1]}]` : '') +
(unreleased ? ` [${tags[2]}]` : '')
}))
}))
}
================================================
FILE: src/i18n/data/common/questInfo.json
================================================
[
{
"id": 303,
"hidden": true,
"titleHash": 3245935097,
"children": [
{ "subId": 30302, "order": 1, "hidden": true },
{ "subId": 30303, "order": 2, "hidden": true },
{ "subId": 30304, "order": 3, "hidden": true },
{ "subId": 30305, "order": 4, "hidden": true },
{ "subId": 30306, "order": 5, "hidden": true },
{ "subId": 30307, "order": 6, "hidden": true },
{ "subId": 30308, "order": 7, "hidden": true },
{ "subId": 30309, "order": 8, "hidden": true },
{ "subId": 30310, "order": 9, "hidden": true },
{ "subId": 30311, "order": 10, "hidden": true },
{ "subId": 30312, "order": 11, "hidden": true },
{ "subId": 30313, "order": 12, "hidden": true },
{ "subId": 30314, "order": 13, "hidden": true },
{ "subId": 30315, "order": 14, "hidden": true },
{ "subId": 30316, "order": 15, "hidden": true },
{ "subId": 30317, "order": 16, "hidden": true },
{ "subId": 30318, "order": 17, "hidden": true },
{ "subId": 30319, "order": 18, "hidden": true },
{ "subId": 30320, "order": 19, "hidden": true },
{ "subId": 30321, "order": 20, "hidden": true },
{ "subId": 30322, "order": 21, "hidden": true },
{ "subId": 30323, "order": 22, "hidden": true },
{ "subId": 30324, "order": 23, "hidden": true },
{ "subId": 30325, "order": 24, "hidden": true },
{ "subId": 30326, "order": 25, "hidden": true },
{ "subId": 30327, "order": 26, "hidden": true },
{ "subId": 30328, "order": 27, "hidden": true }
]
},
{
"id": 306,
"titleHash": 1965198993,
"children": [
{ "subId": 30600, "order": 1, "descHash": 447310999 },
{ "subId": 30601, "order": 2, "descHash": 1564683591 },
{ "subId": 30602, "order": 3, "descHash": 3501471039 },
{ "subId": 30607, "order": 4, "hidden": true, "test": true, "descHash": 1084925175 },
{ "subId": 30608, "order": 5, "hidden": true, "test": true, "descHash": 1806936359 },
{ "subId": 30609, "order": 6, "hidden": true, "test": true, "descHash": 3182344095 },
{ "subId": 30612, "order": 7, "hidden": true, "test": true, "descHash": 2445233615 },
{ "subId": 30611, "order": 8, "hidden": true, "test": true, "descHash": 2886916207 },
{ "subId": 30603, "order": 9, "descHash": 1446306495 },
{ "subId": 30610, "order": 10, "hidden": true, "test": true, "descHash": 448045895 },
{ "subId": 30604, "order": 11, "descHash": 3323344495 }
]
},
{
"id": 307,
"titleHash": 1911328169,
"children": [
{ "subId": 30700, "order": 1, "descHash": 4264102975 },
{ "subId": 30701, "order": 2, "descHash": 524363823 },
{ "subId": 30702, "order": 3, "descHash": 1278948111 },
{ "subId": 30710, "order": 4, "descHash": 4064397919 },
{ "subId": 30707, "order": 5, "hidden": true, "test": true, "descHash": 703610127 },
{ "subId": 30708, "order": 6, "hidden": true, "test": true, "descHash": 2016556831 },
{ "subId": 30709, "order": 7, "hidden": true, "test": true, "descHash": 4232639047 },
{ "subId": 30712, "order": 8, "hidden": true, "test": true, "descHash": 4249325223 },
{ "subId": 30711, "order": 9, "hidden": true, "test": true, "descHash": 3057613159 },
{ "subId": 30703, "order": 10, "descHash": 920395111 },
{ "subId": 30715, "order": 11, "hidden": true, "test": true, "descHash": 3149053687 },
{ "subId": 30713, "order": 12, "hidden": true, "test": true, "descHash": 4022357263 },
{ "subId": 30704, "order": 13, "descHash": 3063214687 }
]
},
{
"id": 308,
"titleHash": 1947339513,
"children": [
{ "subId": 30800, "order": 1, "descHash": 4078363583 },
{ "subId": 30801, "order": 2, "descHash": 2315719471 },
{ "subId": 30802, "order": 3, "descHash": 2175151207 },
{ "subId": 30810, "order": 4, "descHash": 3334851879 },
{ "subId": 30807, "order": 5, "hidden": true, "test": true, "descHash": 2513277607 },
{ "subId": 30808, "order": 6, "hidden": true, "test": true, "descHash": 3550928127 },
{ "subId": 30809, "order": 7, "hidden": true, "test": true, "descHash": 3217259375 },
{ "subId": 30812, "order": 8, "hidden": true, "test": true, "descHash": 1082624943 },
{ "subId": 30811, "order": 9, "hidden": true, "test": true, "descHash": 4150957047 },
{ "subId": 30803, "order": 10, "descHash": 3829272239 },
{ "subId": 30814, "order": 11, "hidden": true, "test": true, "descHash": 2911203223 },
{ "subId": 30804, "order": 12, "descHash": 3926918687 }
]
},
{
"id": 309,
"hidden": true,
"test": true,
"titleHash": 1633048865,
"children": [
{ "subId": 30901, "order": 1, "hidden": true, "test": true, "descHash": 2918457247 },
{ "subId": 30903, "order": 2, "hidden": true, "test": true, "descHash": 1872970879 },
{ "subId": 30904, "order": 3, "hidden": true, "test": true, "descHash": 3201146311 }
]
},
{
"id": 310,
"titleHash": 3049624401,
"children": [
{ "subId": 31001, "order": 1, "descHash": 2240335847 },
{ "subId": 31002, "order": 2, "hidden": true, "descHash": 2981509407 },
{ "subId": 31003, "order": 3, "hidden": true, "descHash": 1301205263 },
{ "subId": 31004, "order": 4, "hidden": true, "descHash": 2158515743 },
{ "subId": 31005, "order": 5, "hidden": true, "descHash": 594867935 },
{ "subId": 31006, "order": 6, "hidden": true, "descHash": 2284869727 },
{ "subId": 31007, "order": 7, "hidden": true, "descHash": 850767503 },
{ "subId": 31008, "order": 8, "hidden": true, "descHash": 2187278695 }
]
},
{
"id": 311,
"hidden": true,
"test": true,
"titleHash": 3089746017,
"children": [{ "subId": 31101, "order": 1, "hidden": true, "test": true, "descHash": 486980247 }]
},
{
"id": 312,
"hidden": true,
"test": true,
"titleHash": 4282850473,
"children": [{ "subId": 31201, "order": 1, "hidden": true, "test": true, "descHash": 2839501271 }]
},
{
"id": 318,
"hidden": true,
"titleHash": 3810169769,
"children": [
{ "subId": 31801, "order": 1, "hidden": true, "descHash": 3287132415 },
{ "subId": 31802, "order": 2, "hidden": true, "descHash": 1627811743 }
]
},
{
"id": 348,
"hidden": true,
"titleHash": 2026386625,
"children": [
{ "subId": 34800, "order": 1, "hidden": true },
{ "subId": 34801, "order": 2, "hidden": true },
{ "subId": 34802, "order": 3, "hidden": true },
{ "subId": 34803, "order": 4, "hidden": true },
{ "subId": 34804, "order": 5, "hidden": true },
{ "subId": 34805, "order": 6, "hidden": true },
{ "subId": 34806, "order": 7, "hidden": true },
{ "subId": 34807, "order": 8, "hidden": true },
{ "subId": 34808, "order": 9, "hidden": true },
{ "subId": 34809, "order": 10, "hidden": true },
{ "subId": 34810, "order": 11, "hidden": true },
{ "subId": 34811, "order": 12, "hidden": true },
{ "subId": 34812, "order": 13, "hidden": true },
{ "subId": 34813, "order": 14, "hidden": true },
{ "subId": 34814, "order": 15, "hidden": true },
{ "subId": 34815, "order": 16, "hidden": true },
{ "subId": 34816, "order": 17, "hidden": true },
{ "subId": 34817, "order": 18, "hidden": true }
]
},
{
"id": 349,
"hidden": true,
"titleHash": 1930920657,
"children": [
{ "subId": 34900, "order": 1, "hidden": true },
{ "subId": 34901, "order": 2, "hidden": true },
{ "subId": 34902, "order": 3, "hidden": true },
{ "subId": 34903, "order": 4, "hidden": true },
{ "subId": 34904, "order": 5, "hidden": true },
{ "subId": 34905, "order": 6, "hidden": true },
{ "subId": 34906, "order": 7, "hidden": true },
{ "subId": 34907, "order": 8, "hidden": true },
{ "subId": 34908, "order": 9, "hidden": true },
{ "subId": 34909, "order": 10, "hidden": true },
{ "subId": 34910, "order": 11, "hidden": true },
{ "subId": 34911, "order": 12, "hidden": true },
{ "subId": 34912, "order": 13, "hidden": true },
{ "subId": 34913, "order": 14, "hidden": true }
]
},
{
"id": 350,
"hidden": true,
"titleHash": 2434547969,
"children": [{ "subId": 35001, "order": 1, "hidden": true, "descHash": 1131023927 }]
},
{
"id": 351,
"titleHash": 597412161,
"children": [
{ "subId": 35104, "order": 1, "hidden": true },
{ "subId": 35100, "order": 2, "descHash": 573649119 },
{ "subId": 35107, "order": 3, "hidden": true },
{ "subId": 35101, "order": 4, "descHash": 3236261599 },
{ "subId": 35106, "order": 5, "descHash": 3658908327 },
{ "subId": 35105, "order": 6, "descHash": 4073332223 },
{ "subId": 35103, "order": 7, "hidden": true },
{ "subId": 35102, "order": 8, "descHash": 1403459271 }
]
},
{
"id": 352,
"titleHash": 1595243881,
"children": [
{ "subId": 35200, "order": 1, "descHash": 2150334359 },
{ "subId": 35201, "order": 2, "descHash": 3934520839 },
{ "subId": 35202, "order": 3, "descHash": 167165543 },
{ "subId": 35203, "order": 4, "descHash": 2630461079 },
{ "subId": 35204, "order": 5, "descHash": 1866107263 },
{ "subId": 35205, "order": 6, "hidden": true, "descHash": 966870527 }
]
},
{
"id": 353,
"titleHash": 3070624785,
"children": [
{ "subId": 35301, "order": 1, "descHash": 2576534423 },
{ "subId": 35312, "order": 2, "hidden": true, "descHash": 2391463783 },
{ "subId": 35302, "order": 3, "descHash": 3726907551 },
{ "subId": 35309, "order": 4, "descHash": 238374919 },
{ "subId": 35303, "order": 5, "descHash": 753896439 },
{ "subId": 35310, "order": 6, "descHash": 1633501991 },
{ "subId": 35304, "order": 7, "descHash": 2035326023 },
{ "subId": 35311, "order": 8, "descHash": 3635228655 }
]
},
{
"id": 354,
"titleHash": 641240337,
"children": [
{ "subId": 35401, "order": 1, "descHash": 2564565335 },
{ "subId": 35402, "order": 2, "descHash": 4086525815 },
{ "subId": 35404, "order": 3, "descHash": 3709841279 },
{ "subId": 35405, "order": 4, "hidden": true, "descHash": 669959295 },
{ "subId": 35403, "order": 5, "descHash": 1527153159 }
]
},
{
"id": 355,
"titleHash": 1760868089,
"children": [
{ "subId": 35501, "order": 1, "descHash": 1480972647 },
{ "subId": 35502, "order": 2, "descHash": 3003853399 },
{ "subId": 35503, "order": 3, "descHash": 2752259839 },
{ "subId": 35504, "order": 4, "descHash": 2764279735 },
{ "subId": 35505, "order": 5, "descHash": 4123189991 }
]
},
{
"id": 356,
"titleHash": 278941721,
"children": [
{ "subId": 35601, "order": 1, "descHash": 1893186071 },
{ "subId": 35602, "order": 2, "hidden": true, "test": true, "descHash": 1567184279 },
{ "subId": 35603, "order": 3, "descHash": 645974095 },
{ "subId": 35604, "order": 4, "descHash": 3380646159 },
{ "subId": 35605, "order": 5, "hidden": true, "test": true, "descHash": 1471203431 },
{ "subId": 35606, "order": 6, "descHash": 1752137135 }
]
},
{
"id": 357,
"titleHash": 4246098801,
"children": [
{ "subId": 35721, "order": 1, "hidden": true, "test": true, "descHash": 401722951 },
{ "subId": 35722, "order": 2, "descHash": 3668563551 },
{ "subId": 35725, "order": 3, "hidden": true, "test": true, "descHash": 1903335655 },
{ "subId": 35723, "order": 4, "hidden": true, "test": true, "descHash": 2746556759 },
{ "subId": 35724, "order": 5, "descHash": 3082111767 }
]
},
{
"id": 358,
"titleHash": 4251075033,
"children": [
{ "subId": 35800, "order": 1, "hidden": true, "test": true, "descHash": 2056537895 },
{ "subId": 35801, "order": 2, "descHash": 2846281583 },
{ "subId": 35802, "order": 3, "descHash": 1519184903 }
]
},
{
"id": 359,
"hidden": true,
"test": true,
"titleHash": 370503217,
"children": [
{ "subId": 35901, "order": 1, "hidden": true, "test": true, "descHash": 1736465287 },
{ "subId": 35902, "order": 2, "hidden": true, "test": true, "descHash": 206764287 },
{ "subId": 35903, "order": 3, "hidden": true, "test": true, "descHash": 4126557215 },
{ "subId": 35904, "order": 4, "hidden": true, "test": true, "descHash": 969515567 }
]
},
{
"id": 360,
"titleHash": 1478804457,
"children": [
{ "subId": 36001, "order": 1, "descHash": 4087620839 },
{ "subId": 36003, "order": 3, "descHash": 2320130263 },
{ "subId": 36004, "order": 4, "descHash": 4031532871 },
{ "subId": 36005, "order": 5, "descHash": 1589495903 }
]
},
{
"id": 361,
"hidden": true,
"titleHash": 3210914585,
"children": [
{ "subId": 36100, "order": 1, "hidden": true },
{ "subId": 36101, "order": 2, "hidden": true }
]
},
{ "id": 362, "hidden": true, "titleHash": 2584536633, "children": [{ "subId": 36203, "order": 1, "hidden": true }] },
{
"id": 363,
"hidden": true,
"test": true,
"titleHash": 411236993,
"children": [{ "subId": 36301, "order": 1, "hidden": true }]
},
{
"id": 370,
"titleHash": 2826605337,
"children": [
{ "subId": 37001, "order": 1, "descHash": 984138423 },
{ "subId": 37002, "order": 2, "descHash": 1235401567 },
{ "subId": 37004, "order": 3, "descHash": 556300975 },
{ "subId": 37005, "order": 4, "descHash": 3633474671 },
{ "subId": 37003, "order": 5, "hidden": true, "test": true, "descHash": 411942639 }
]
},
{
"id": 371,
"titleHash": 500475441,
"children": [
{ "subId": 37101, "order": 1, "descHash": 3416483463 },
{ "subId": 37102, "order": 2, "descHash": 1240324911 },
{ "subId": 37103, "order": 3, "descHash": 3729363975 },
{ "subId": 37104, "order": 4, "descHash": 3590781431 },
{ "subId": 37105, "order": 5, "descHash": 3045757791 },
{ "subId": 37106, "order": 6, "descHash": 3873422671 },
{ "subId": 37107, "order": 7, "descHash": 2671945279 },
{ "subId": 37108, "order": 8, "descHash": 3201278239 },
{ "subId": 37109, "order": 9, "descHash": 2437026911 },
{ "subId": 37110, "order": 10, "descHash": 2829298135 },
{ "subId": 37111, "order": 11, "descHash": 859878951 },
{ "subId": 37112, "order": 12, "descHash": 658779551 },
{ "subId": 37113, "order": 13, "descHash": 4087922335 },
{ "subId": 37114, "order": 14, "hidden": true, "test": true, "descHash": 1536121015 },
{ "subId": 37115, "order": 15, "hidden": true, "test": true, "descHash": 2565408671 }
]
},
{
"id": 372,
"titleHash": 2546023913,
"children": [
{ "subId": 37201, "order": 1, "descHash": 359632807 },
{ "subId": 37202, "order": 2, "descHash": 899249471 },
{ "subId": 37203, "order": 3, "descHash": 1832772295 }
]
},
{
"id": 373,
"titleHash": 949761097,
"children": [
{ "subId": 37301, "order": 1, "descHash": 773251119 },
{ "subId": 37302, "order": 2, "descHash": 2960338583 },
{ "subId": 37303, "order": 3, "descHash": 1791029543 },
{ "subId": 37304, "order": 4, "descHash": 2923595407 }
]
},
{
"id": 374,
"titleHash": 2683990361,
"children": [
{ "subId": 37408, "order": 1, "hidden": true, "test": true, "descHash": 1400623775 },
{ "subId": 37407, "order": 2, "descHash": 580310471 },
{ "subId": 37401, "order": 3, "descHash": 3618629879 },
{ "subId": 37402, "order": 4, "descHash": 3000193111 },
{ "subId": 37403, "order": 5, "hidden": true, "descHash": 2861193455 },
{ "subId": 37404, "order": 6, "descHash": 1236060895 },
{ "subId": 37405, "order": 7, "hidden": true, "descHash": 4214610471 },
{ "subId": 37406, "order": 8, "descHash": 4274057759 }
]
},
{
"id": 375,
"titleHash": 1044015961,
"children": [
{ "subId": 37501, "order": 1, "descHash": 3501063943 },
{ "subId": 37502, "order": 2, "descHash": 914354047 },
{ "subId": 37503, "order": 3, "descHash": 648719679 },
{ "subId": 37504, "order": 4, "hidden": true, "descHash": 1556817527 },
{ "subId": 37505, "order": 5, "hidden": true, "descHash": 2981149631 },
{ "subId": 37506, "order": 6, "hidden": true, "test": true, "descHash": 2974836799 },
{ "subId": 37507, "order": 7, "hidden": true, "descHash": 4156193663 }
]
},
{
"id": 376,
"titleHash": 2512702433,
"children": [
{ "subId": 37601, "order": 1, "descHash": 4056705575 },
{ "subId": 37602, "order": 2, "descHash": 1721371527 },
{ "subId": 37603, "order": 3, "hidden": true, "test": true, "descHash": 3574689671 },
{ "subId": 37604, "order": 4, "descHash": 2005605039 },
{ "subId": 37605, "order": 5, "descHash": 1810506007 },
{ "subId": 37606, "order": 6, "descHash": 3333731143 },
{ "subId": 37607, "order": 7, "hidden": true, "test": true, "descHash": 145332607 },
{ "subId": 37608, "order": 8, "descHash": 4168627359 }
]
},
{
"id": 377,
"titleHash": 2943776345,
"children": [
{ "subId": 37701, "order": 1, "descHash": 266979951 },
{ "subId": 37702, "order": 2, "hidden": true, "descHash": 2785659199 },
{ "subId": 37703, "order": 3, "descHash": 1644062951 },
{ "subId": 37704, "order": 4, "descHash": 2959174615 },
{ "subId": 37705, "order": 5, "descHash": 2810238695 },
{ "subId": 37706, "order": 6, "descHash": 1248003967 }
]
},
{
"id": 379,
"titleHash": 248114793,
"children": [
{ "subId": 37901, "order": 1, "descHash": 2594881711 },
{ "subId": 37902, "order": 2, "descHash": 145080711 },
{ "subId": 37903, "order": 3, "descHash": 742669735 },
{ "subId": 37904, "order": 4, "descHash": 1594139127 }
]
},
{
"id": 380,
"titleHash": 2383852777,
"children": [
{ "subId": 38001, "order": 1, "descHash": 249899831 },
{ "subId": 38002, "order": 2, "descHash": 1035206095 },
{ "subId": 38003, "order": 3, "descHash": 304518935 },
{ "subId": 38004, "order": 4, "hidden": true, "test": true, "descHash": 4092135879 }
]
},
{
"id": 381,
"titleHash": 396979777,
"children": [
{ "subId": 38101, "order": 1, "descHash": 3708220407 },
{ "subId": 38102, "order": 2, "descHash": 1668763823 },
{ "subId": 38103, "order": 3, "descHash": 872511127 },
{ "subId": 38104, "order": 4, "descHash": 1579327743 },
{ "subId": 38105, "order": 5, "hidden": true, "test": true, "descHash": 1671128983 }
]
},
{
"id": 382,
"titleHash": 2040928209,
"children": [
{ "subId": 38201, "order": 1, "descHash": 2955011271 },
{ "subId": 38202, "order": 2, "descHash": 2074972271 },
{ "subId": 38203, "order": 3, "hidden": true, "test": true, "descHash": 1109766735 }
]
},
{
"id": 383,
"titleHash": 3395488209,
"children": [
{ "subId": 38301, "order": 1, "descHash": 3476920543 },
{ "subId": 38302, "order": 2, "descHash": 1927513367 },
{ "subId": 38303, "order": 3, "descHash": 2219058455 },
{ "subId": 38304, "order": 4, "hidden": true, "test": true, "descHash": 1098076431 }
]
},
{
"id": 384,
"titleHash": 1797437065,
"children": [
{ "subId": 38401, "order": 1, "hidden": true, "test": true, "descHash": 829836719 },
{ "subId": 38402, "order": 2, "descHash": 1901607839 },
{ "subId": 38403, "order": 3, "descHash": 1300964095 },
{ "subId": 38404, "order": 4, "hidden": true, "test": true, "descHash": 3407223151 },
{ "subId": 38405, "order": 5, "hidden": true, "test": true, "descHash": 135631271 },
{ "subId": 38406, "order": 6, "hidden": true, "test": true, "descHash": 3534475631 }
]
},
{
"id": 388,
"titleHash": 974487489,
"children": [
{ "subId": 38806, "order": 1, "descHash": 2741855983 },
{ "subId": 38801, "order": 2, "hidden": true, "test": true, "descHash": 408228863 },
{ "subId": 38802, "order": 3, "descHash": 106814807 },
{ "subId": 38805, "order": 4, "hidden": true, "test": true, "descHash": 2614952327 },
{ "subId": 38803, "order": 5, "descHash": 3346504911 },
{ "subId": 38804, "order": 6, "hidden": true, "test": true, "descHash": 4179967055 }
]
},
{
"id": 389,
"titleHash": 879821785,
"children": [
{ "subId": 38901, "order": 1, "hidden": true, "test": true, "descHash": 1795075375 },
{ "subId": 38902, "order": 2, "descHash": 1934281223 },
{ "subId": 38903, "order": 3, "hidden": true, "test": true, "descHash": 1960261087 },
{ "subId": 38909, "order": 4, "descHash": 1805490135 },
{ "subId": 38907, "order": 5, "descHash": 4027503167 },
{ "subId": 38904, "order": 6, "descHash": 1061926415 },
{ "subId": 38910, "order": 7, "descHash": 2147743935 },
{ "subId": 38908, "order": 8, "descHash": 616295999 },
{ "subId": 38905, "order": 9, "descHash": 2236028271 },
{ "subId": 38906, "order": 10, "hidden": true, "test": true, "descHash": 2023645223 }
]
},
{
"id": 390,
"titleHash": 1941522521,
"children": [
{ "subId": 39003, "order": 1, "descHash": 1835230111 },
{ "subId": 39004, "order": 2, "descHash": 2759022175 },
{ "subId": 39005, "order": 3, "descHash": 161132647 },
{ "subId": 39006, "order": 4, "descHash": 859149535 },
{ "subId": 39007, "order": 5, "descHash": 847968335 },
{ "subId": 39008, "order": 6, "hidden": true, "test": true, "descHash": 256415303 },
{ "subId": 39009, "order": 7, "hidden": true, "test": true, "descHash": 845869743 }
]
},
{
"id": 393,
"titleHash": 1520658585,
"children": [
{ "subId": 39301, "order": 1, "descHash": 3474298871 },
{ "subId": 39302, "order": 2, "descHash": 1199618135 },
{ "subId": 39303, "order": 3, "hidden": true, "test": true, "descHash": 286588839 }
]
},
{
"id": 394,
"titleHash": 1906853201,
"children": [
{ "subId": 39401, "order": 1, "descHash": 681904983 },
{ "subId": 39404, "order": 2, "descHash": 26368015 },
{ "subId": 39402, "order": 3, "descHash": 3536910263 },
{ "subId": 39403, "order": 4, "hidden": true, "test": true, "descHash": 1511303543 },
{ "subId": 39405, "order": 5, "hidden": true, "test": true, "descHash": 2787794103 }
]
},
{
"id": 396,
"titleHash": 4079397641,
"children": [
{ "subId": 39601, "order": 1, "hidden": true, "test": true, "descHash": 3582722255 },
{ "subId": 39602, "order": 2, "descHash": 4009287327 },
{ "subId": 39606, "order": 3, "hidden": true, "test": true, "descHash": 2753842151 },
{ "subId": 39605, "order": 4, "descHash": 4003668407 },
{ "subId": 39604, "order": 5, "descHash": 3666608975 },
{ "subId": 39607, "order": 6, "hidden": true, "test": true, "descHash": 1533382079 }
]
},
{
"id": 397,
"titleHash": 2779564865,
"children": [
{ "subId": 39701, "order": 1, "descHash": 619580703 },
{ "subId": 39702, "order": 2, "descHash": 3821761479 },
{ "subId": 39705, "order": 3, "hidden": true, "test": true, "descHash": 3803636791 },
{ "subId": 39703, "order": 4, "descHash": 410566151 },
{ "subId": 39704, "order": 5, "hidden": true, "test": true, "descHash": 1144244215 }
]
},
{
"id": 398,
"titleHash": 2024054705,
"children": [
{ "subId": 39810, "order": 1, "hidden": true, "test": true, "descHash": 1293032679 },
{ "subId": 39812, "order": 2, "descHash": 2540037839 },
{ "subId": 39814, "order": 3, "hidden": true, "test": true, "descHash": 2315571679 },
{ "subId": 39811, "order": 4, "descHash": 2563165719 },
{ "subId": 39801, "order": 5, "descHash": 1306737215 },
{ "subId": 39802, "order": 6, "descHash": 3623462327 },
{ "subId": 39803, "order": 7, "descHash": 2418392567 },
{ "subId": 39804, "order": 8, "descHash": 130177639 },
{ "subId": 39805, "order": 9, "hidden": true, "test": true, "descHash": 1646978055 },
{ "subId": 39806, "order": 10, "hidden": true, "test": true, "descHash": 1037675503 },
{ "subId": 39807, "order": 11, "descHash": 3763857247 },
{ "subId": 39815, "order": 12, "hidden": true, "test": true, "descHash": 610448191 },
{ "subId": 39808, "order": 13, "descHash": 3754284999 },
{ "subId": 39816, "order": 14, "hidden": true, "test": true, "descHash": 3985481119 },
{ "subId": 39813, "order": 15, "hidden": true, "test": true, "descHash": 4034921759 },
{ "subId": 39809, "order": 16, "descHash": 2298192135 }
]
},
{
"id": 399,
"hidden": true,
"test": true,
"titleHash": 332268625,
"children": [{ "subId": 39901, "order": 1, "hidden": true, "test": true, "descHash": 3451845839 }]
},
{
"id": 400,
"hidden": true,
"test": true,
"titleHash": 2751309041,
"children": [{ "subId": 40001, "order": 1, "hidden": true, "test": true, "descHash": 2956522047 }]
},
{
"id": 407,
"unreleased": true,
"titleHash": 1355891481,
"children": [
{ "subId": 40701, "order": 1, "hidden": true },
{ "subId": 40702, "order": 2 },
{ "subId": 40703, "order": 3 },
{ "subId": 40704, "order": 4 },
{ "subId": 40705, "order": 5, "hidden": true }
]
},
{
"id": 408,
"unreleased": true,
"titleHash": 352561513,
"children": [
{ "subId": 40801, "order": 1, "hidden": true },
{ "subId": 40802, "order": 2, "hidden": true },
{ "subId": 40803, "order": 3, "hidden": true },
{ "subId": 40804, "order": 4, "hidden": true },
{ "subId": 40805, "order": 5, "hidden": true },
{ "subId": 40806, "order": 6, "hidden": true },
{ "subId": 40807, "order": 7 },
{ "subId": 40808, "order": 8 },
{ "subId": 40809, "order": 9 },
{ "subId": 40810, "order": 10, "hidden": true }
]
},
{
"id": 409,
"unreleased": true,
"titleHash": 3330881769,
"children": [
{ "subId": 40901, "order": 1, "hidden": true },
{ "subId": 40902, "order": 2, "hidden": true },
{ "subId": 40903, "order": 3 },
{ "subId": 40904, "order": 4 },
{ "subId": 40905, "order": 5, "hidden": true }
]
},
{
"id": 416,
"hidden": true,
"titleHash": 1838950985,
"children": [
{ "subId": 41601, "order": 1, "hidden": true },
{ "subId": 41602, "order": 2, "hidden": true },
{ "subId": 41603, "order": 3, "hidden": true }
]
},
{
"id": 418,
"titleHash": 2679727785,
"children": [
{ "subId": 41801, "order": 1, "hidden": true, "descHash": 2964063223 },
{ "subId": 41802, "order": 2, "descHash": 1786317703 },
{ "subId": 41803, "order": 3, "descHash": 1296562183 },
{ "subId": 41804, "order": 4, "hidden": true, "descHash": 3995446103 },
{ "subId": 41805, "order": 5, "descHash": 1992718575 },
{ "subId": 41806, "order": 6, "descHash": 186663215 }
]
},
{
"id": 419,
"titleHash": 3792806609,
"children": [{ "subId": 41901, "order": 1, "hidden": true, "descHash": 966746287 }]
},
{
"id": 420,
"titleHash": 128510673,
"children": [{ "subId": 42001, "order": 1, "hidden": true, "descHash": 3674775839 }]
},
{
"id": 421,
"hidden": true,
"titleHash": 2865925609,
"children": [
{ "subId": 42101, "order": 1, "hidden": true, "test": true, "descHash": 858269911 },
{ "subId": 42102, "order": 2, "hidden": true, "test": true, "descHash": 1572554711 },
{ "subId": 42103, "order": 3, "hidden": true, "test": true, "descHash": 2027104887 },
{ "subId": 42104, "order": 4, "hidden": true, "test": true, "descHash": 4217223023 }
]
},
{
"id": 422,
"titleHash": 320147489,
"children": [{ "subId": 42201, "order": 1, "hidden": true, "descHash": 3722443367 }]
},
{
"id": 423,
"titleHash": 171490209,
"children": [
{ "subId": 42301, "order": 1, "hidden": true, "descHash": 605151255 },
{ "subId": 42302, "order": 1, "descHash": 1730915959 }
]
},
{
"id": 424,
"unreleased": true,
"titleHash": 3021578617,
"children": [
{ "subId": 42401, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 3359315247 },
{ "subId": 42402, "order": 2 },
{ "subId": 42403, "order": 3 },
{ "subId": 42406, "order": 4 },
{ "subId": 42407, "order": 5 },
{ "subId": 42404, "order": 6 },
{ "subId": 42405, "order": 7 }
]
},
{
"id": 425,
"unreleased": true,
"titleHash": 1029454569,
"children": [
{ "subId": 42501, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 3831557271 },
{ "subId": 42502, "order": 2, "test": true, "unreleased": true, "descHash": 3824917703 },
{ "subId": 42503, "order": 3, "test": true, "unreleased": true, "descHash": 237560559 },
{ "subId": 42504, "order": 4, "test": true, "unreleased": true, "descHash": 1537116695 }
]
},
{
"id": 426,
"unreleased": true,
"titleHash": 2870703041,
"children": [
{ "subId": 42601, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 418570359 },
{ "subId": 42602, "order": 2, "hidden": true, "test": true, "unreleased": true, "descHash": 1787063767 }
]
},
{
"id": 427,
"titleHash": 2100408553,
"children": [
{ "subId": 42709, "order": 1, "descHash": 2178051783 },
{ "subId": 42701, "order": 2, "descHash": 4285958007 },
{ "subId": 42702, "order": 3, "descHash": 3311919407 },
{ "subId": 42703, "order": 4, "descHash": 3836874663 },
{ "subId": 42704, "order": 5, "descHash": 548427495 },
{ "subId": 42705, "order": 6, "descHash": 996370375 },
{ "subId": 42706, "order": 7, "descHash": 273505103 },
{ "subId": 42707, "order": 8, "descHash": 4061964751 },
{ "subId": 42708, "order": 9, "hidden": true, "descHash": 863049199 }
]
},
{
"id": 428,
"unreleased": true,
"titleHash": 1471032225,
"children": [
{ "subId": 42801, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 72431063 },
{ "subId": 42802, "order": 2, "test": true, "unreleased": true, "descHash": 1303840271 },
{ "subId": 42803, "order": 3, "test": true, "unreleased": true, "descHash": 3904820751 }
]
},
{
"id": 451,
"titleHash": 2143930321,
"children": [
{ "subId": 45109, "order": 1, "hidden": true, "descHash": 1626575127 },
{ "subId": 45101, "order": 2, "descHash": 1579011519 },
{ "subId": 45102, "order": 3, "hidden": true, "descHash": 1457676303 },
{ "subId": 45107, "order": 4, "descHash": 208368079 },
{ "subId": 45103, "order": 5, "descHash": 2949566159 },
{ "subId": 45104, "order": 6, "descHash": 1679352431 },
{ "subId": 45105, "order": 7, "descHash": 2318634055 },
{ "subId": 45108, "order": 8, "hidden": true, "descHash": 3767998991 },
{ "subId": 45106, "order": 9, "descHash": 1139828983 }
]
},
{
"id": 452,
"titleHash": 3789883025,
"children": [
{ "subId": 45201, "order": 1, "descHash": 3565727623 },
{ "subId": 45202, "order": 2, "descHash": 11348943 },
{ "subId": 45203, "order": 3, "descHash": 1908687823 },
{ "subId": 45206, "order": 4, "hidden": true, "descHash": 10720951 },
{ "subId": 45204, "order": 5, "descHash": 289416967 },
{ "subId": 45205, "order": 6, "descHash": 4149357943 }
]
},
{
"id": 453,
"titleHash": 2458889641,
"children": [
{ "subId": 45301, "order": 1, "descHash": 406679687 },
{ "subId": 45302, "order": 2, "descHash": 410826495 },
{ "subId": 45307, "order": 3, "hidden": true, "descHash": 2541381839 },
{ "subId": 45303, "order": 4, "descHash": 2685981935 },
{ "subId": 45308, "order": 5, "hidden": true, "descHash": 520773367 },
{ "subId": 45304, "order": 6, "descHash": 1606039439 },
{ "subId": 45305, "order": 7, "hidden": true, "descHash": 715941063 },
{ "subId": 45306, "order": 8, "descHash": 140982135 }
]
},
{
"id": 454,
"titleHash": 263672017,
"children": [
{ "subId": 45407, "order": 1, "descHash": 2961770687 },
{ "subId": 45401, "order": 2, "descHash": 1840859031 },
{ "subId": 45410, "order": 3, "descHash": 2923952599 },
{ "subId": 45411, "order": 4, "descHash": 1386322847 },
{ "subId": 45412, "order": 5, "descHash": 1349771479 },
{ "subId": 45413, "order": 6, "descHash": 1681941495 },
{ "subId": 45414, "order": 7, "descHash": 3545644623 },
{ "subId": 45408, "order": 8, "hidden": true, "descHash": 158444983 },
{ "subId": 45409, "order": 9, "hidden": true, "descHash": 3705340031 },
{ "subId": 45415, "order": 10, "descHash": 221357671 },
{ "subId": 45402, "order": 11, "descHash": 3632437023 },
{ "subId": 45403, "order": 12, "descHash": 3590726247 },
{ "subId": 45404, "order": 13, "hidden": true, "descHash": 3724033575 },
{ "subId": 45416, "order": 14, "descHash": 4289457159 },
{ "subId": 45417, "order": 15, "hidden": true, "descHash": 3289840983 },
{ "subId": 45405, "order": 16, "descHash": 1880263399 },
{ "subId": 45406, "order": 17, "hidden": true, "descHash": 756934943 }
]
},
{
"id": 461,
"titleHash": 3393509625,
"children": [
{ "subId": 46101, "order": 1, "descHash": 1941951351 },
{ "subId": 46110, "order": 2, "hidden": true },
{ "subId": 46102, "order": 3, "descHash": 2198855687 },
{ "subId": 46109, "order": 4, "hidden": true, "test": true, "descHash": 4261651839 },
{ "subId": 46103, "order": 5, "descHash": 1715428255 },
{ "subId": 46104, "order": 6, "hidden": true, "test": true, "descHash": 1569813663 },
{ "subId": 46105, "order": 7, "hidden": true, "test": true, "descHash": 3333881911 },
{ "subId": 46106, "order": 8, "hidden": true, "test": true, "descHash": 1924670719 },
{ "subId": 46107, "order": 9, "descHash": 3397250423 }
]
},
{
"id": 462,
"titleHash": 1127843489,
"children": [
{ "subId": 46201, "order": 1, "descHash": 2897854543 },
{ "subId": 46202, "order": 2, "descHash": 2817638999 },
{ "subId": 46203, "order": 3, "descHash": 2877653055 },
{ "subId": 46204, "order": 4, "hidden": true, "test": true, "descHash": 3252908895 },
{ "subId": 46210, "order": 5, "hidden": true, "test": true, "descHash": 1882401175 },
{ "subId": 46205, "order": 6, "descHash": 4164179863 },
{ "subId": 46208, "order": 7, "descHash": 4049784311 },
{ "subId": 46206, "order": 8, "hidden": true, "test": true, "descHash": 4045182879 },
{ "subId": 46207, "order": 9, "descHash": 3320595623 },
{ "subId": 46209, "order": 10, "descHash": 805821951 }
]
},
{
"id": 463,
"titleHash": 1990456193,
"children": [
{ "subId": 46300, "order": 1, "descHash": 1550219335 },
{ "subId": 46301, "order": 2, "descHash": 2541189463 },
{ "subId": 46307, "order": 3, "hidden": true, "test": true, "descHash": 3825482823 },
{ "subId": 46302, "order": 4, "descHash": 998270583 },
{ "subId": 46303, "order": 5, "hidden": true, "test": true, "descHash": 2176075023 },
{ "subId": 46304, "order": 6, "descHash": 2478269831 },
{ "subId": 46305, "order": 7, "hidden": true, "test": true, "descHash": 1488540135 },
{ "subId": 46306, "order": 8, "hidden": true, "test": true, "descHash": 1994876319 },
{ "subId": 46308, "order": 9, "hidden": true, "test": true, "descHash": 1368546351 }
]
},
{
"id": 464,
"titleHash": 1799905041,
"children": [
{ "subId": 46401, "order": 1, "descHash": 3338830815 },
{ "subId": 46402, "order": 2, "descHash": 4101074687 },
{ "subId": 46403, "order": 3, "descHash": 630445695 },
{ "subId": 46404, "order": 4, "descHash": 1801631711 },
{ "subId": 46405, "order": 5, "descHash": 3005151263 },
{ "subId": 46406, "order": 6, "descHash": 2812272199 },
{ "subId": 46407, "order": 7, "descHash": 2930275135 },
{ "subId": 46408, "order": 8, "descHash": 3733739135 },
{ "subId": 46409, "order": 9, "descHash": 2715737287 }
]
},
{
"id": 465,
"titleHash": 1750024521,
"children": [
{ "subId": 46501, "order": 1, "descHash": 1755373999 },
{ "subId": 46502, "order": 2, "descHash": 3980518943 },
{ "subId": 46503, "order": 3, "descHash": 3636706199 },
{ "subId": 46522, "order": 4, "descHash": 2250411311 },
{ "subId": 46504, "order": 5, "descHash": 2281000559 },
{ "subId": 46505, "order": 6, "descHash": 826103839 },
{ "subId": 46506, "order": 7, "descHash": 1156521503 },
{ "subId": 46507, "order": 8, "descHash": 3699073239 },
{ "subId": 46508, "order": 9, "descHash": 777569631 },
{ "subId": 46509, "order": 10, "descHash": 1167628887 },
{ "subId": 46525, "order": 11, "hidden": true, "test": true },
{ "subId": 46510, "order": 12, "descHash": 2085794143 },
{ "subId": 46514, "order": 13, "descHash": 913215031 },
{ "subId": 46515, "order": 14, "hidden": true, "test": true, "descHash": 4034895359 },
{ "subId": 46516, "order": 15, "hidden": true, "test": true, "descHash": 3917870087 },
{ "subId": 46517, "order": 16, "hidden": true, "test": true, "descHash": 2735196943 },
{ "subId": 46518, "order": 17, "hidden": true, "test": true, "descHash": 2759597215 },
{ "subId": 46519, "order": 18, "hidden": true, "test": true },
{ "subId": 46523, "order": 19, "hidden": true, "test": true },
{ "subId": 46520, "order": 20, "descHash": 2721149751 },
{ "subId": 46511, "order": 21, "descHash": 917713919 },
{ "subId": 46524, "order": 22, "descHash": 1828495151 },
{ "subId": 46512, "order": 23, "descHash": 3675358151 },
{ "subId": 46513, "order": 24, "descHash": 1405290839 },
{ "subId": 46521, "order": 25, "descHash": 2675332607 }
]
},
{
"id": 466,
"titleHash": 1620948153,
"children": [
{ "subId": 46601, "order": 1, "descHash": 2865188119 },
{ "subId": 46602, "order": 2, "descHash": 3954215311 },
{ "subId": 46603, "order": 3, "descHash": 2042266431 },
{ "subId": 46621, "order": 4, "descHash": 2486774663 },
{ "subId": 46622, "order": 5, "descHash": 3751942399 },
{ "subId": 46604, "order": 6, "descHash": 1629919871 },
{ "subId": 46605, "order": 7, "descHash": 1048923095 },
{ "subId": 46606, "order": 8, "descHash": 2959734855 },
{ "subId": 46607, "order": 9, "descHash": 1640506247 },
{ "subId": 46608, "order": 10, "descHash": 1718837183 },
{ "subId": 46609, "order": 11, "descHash": 2856577751 },
{ "subId": 46610, "order": 12, "descHash": 1417136215 },
{ "subId": 46620, "order": 13, "descHash": 3060649191 },
{ "subId": 46611, "order": 14, "descHash": 298668135 },
{ "subId": 46619, "order": 15, "hidden": true, "test": true, "descHash": 2846196807 },
{ "subId": 46612, "order": 16, "hidden": true, "descHash": 2126748183 },
{ "subId": 46625, "order": 17, "hidden": true, "test": true },
{ "subId": 46613, "order": 18, "descHash": 554762383 },
{ "subId": 46614, "order": 19, "descHash": 3550338487 },
{ "subId": 46623, "order": 20, "hidden": true, "descHash": 4249390567 },
{ "subId": 46615, "order": 21, "descHash": 24884159 },
{ "subId": 46624, "order": 22, "hidden": true, "test": true },
{ "subId": 46616, "order": 23, "descHash": 3008945863 },
{ "subId": 46617, "order": 24, "descHash": 4161986711 },
{ "subId": 46618, "order": 25, "descHash": 2085478303 }
]
},
{
"id": 467,
"titleHash": 2621545049,
"children": [
{ "subId": 46701, "order": 1, "hidden": true, "test": true, "descHash": 3093212919 },
{ "subId": 46702, "order": 2, "descHash": 3617007087 },
{ "subId": 46703, "order": 3, "descHash": 3578823407 }
]
},
{
"id": 468,
"titleHash": 3777872257,
"children": [
{ "subId": 46801, "order": 1, "hidden": true, "test": true, "descHash": 2328421759 },
{ "subId": 46802, "order": 2, "hidden": true, "test": true, "descHash": 2414078271 }
]
},
{
"id": 469,
"titleHash": 3277174689,
"children": [
{ "subId": 46901, "order": 1, "hidden": true, "test": true, "descHash": 2484957871 },
{ "subId": 46904, "order": 1, "hidden": true, "test": true, "descHash": 3402784999 },
{ "subId": 46902, "order": 2, "descHash": 3357318719 },
{ "subId": 46903, "order": 3, "descHash": 106117023 }
]
},
{
"id": 470,
"titleHash": 323429985,
"children": [
{ "subId": 47001, "order": 1, "hidden": true, "descHash": 4108312351 },
{ "subId": 47002, "order": 2, "hidden": true, "descHash": 3120834359 },
{ "subId": 47003, "order": 3, "descHash": 2654779743 },
{ "subId": 47004, "order": 4, "hidden": true, "descHash": 2379400023 }
]
},
{
"id": 471,
"hidden": true,
"titleHash": 2816513633,
"children": [
{ "subId": 47101, "order": 1, "hidden": true, "descHash": 1351851071 },
{ "subId": 47102, "order": 2, "hidden": true, "descHash": 3168155047 }
]
},
{
"id": 480,
"titleHash": 2580572529,
"children": [
{ "subId": 48005, "order": 1, "descHash": 1060061583 },
{ "subId": 48001, "order": 2, "descHash": 3317344511 },
{ "subId": 48002, "order": 3, "descHash": 3649254423 },
{ "subId": 48003, "order": 4, "descHash": 2194342463 },
{ "subId": 48004, "order": 5, "descHash": 1893467943 }
]
},
{
"id": 481,
"titleHash": 559170065,
"children": [
{ "subId": 48101, "order": 1, "descHash": 632675343 },
{ "subId": 48102, "order": 2, "hidden": true, "test": true, "descHash": 3390120327 },
{ "subId": 48103, "order": 3, "test": true, "descHash": 1727817231 },
{ "subId": 48104, "order": 4, "test": true, "descHash": 1067217975 },
{ "subId": 48105, "order": 5, "test": true, "descHash": 3002519151 },
{ "subId": 48106, "order": 6, "test": true, "descHash": 1127733575 }
]
},
{
"id": 482,
"unreleased": true,
"titleHash": 2268032617,
"children": [
{ "subId": 48201, "order": 1, "test": true, "unreleased": true, "descHash": 3682077071 },
{ "subId": 48202, "order": 2, "test": true, "unreleased": true, "descHash": 1884072087 },
{ "subId": 48203, "order": 3, "test": true, "unreleased": true, "descHash": 1221877159 },
{ "subId": 48209, "order": 4, "test": true, "unreleased": true, "descHash": 2852509615 },
{ "subId": 48207, "order": 5, "test": true, "unreleased": true, "descHash": 2830168063 },
{ "subId": 48204, "order": 6, "test": true, "unreleased": true, "descHash": 261771079 },
{ "subId": 48208, "order": 7, "test": true, "unreleased": true, "descHash": 3416879191 },
{ "subId": 48205, "order": 8, "test": true, "unreleased": true, "descHash": 2251931895 }
]
},
{
"id": 484,
"titleHash": 2989066873,
"children": [
{ "subId": 48401, "order": 1, "descHash": 3440040495 },
{ "subId": 48402, "order": 2, "descHash": 661380207 },
{ "subId": 48403, "order": 3, "descHash": 3479137487 },
{ "subId": 48404, "order": 4, "hidden": true, "test": true, "descHash": 547185543 },
{ "subId": 48405, "order": 5, "descHash": 1351686223 },
{ "subId": 48406, "order": 6, "hidden": true, "test": true, "descHash": 3887951999 },
{ "subId": 48407, "order": 7, "descHash": 397249815 },
{ "subId": 48408, "order": 8, "hidden": true, "test": true, "descHash": 2002598567 },
{ "subId": 48433, "order": 9, "hidden": true, "descHash": 2890695887 },
{ "subId": 48409, "order": 10, "hidden": true, "descHash": 4007409903 },
{ "subId": 48410, "order": 11, "hidden": true, "descHash": 1498812447 },
{ "subId": 48411, "order": 12, "hidden": true, "descHash": 1354844551 },
{ "subId": 48412, "order": 13, "hidden": true, "test": true, "descHash": 2342008879 },
{ "subId": 48413, "order": 14, "hidden": true, "test": true, "descHash": 390797887 },
{ "subId": 48414, "order": 15, "hidden": true, "test": true, "descHash": 976218975 },
{ "subId": 48424, "order": 16, "hidden": true, "descHash": 249447687 },
{ "subId": 48425, "order": 17, "hidden": true, "descHash": 1491932343 },
{ "subId": 48426, "order": 18, "hidden": true, "test": true, "descHash": 2339485687 },
{ "subId": 48427, "order": 19, "hidden": true, "test": true, "descHash": 2249870359 },
{ "subId": 48428, "order": 20, "hidden": true, "test": true, "descHash": 1464702167 },
{ "subId": 48429, "order": 21, "hidden": true, "test": true, "descHash": 4261909783 },
{ "subId": 48430, "order": 22, "hidden": true, "test": true, "descHash": 315293327 },
{ "subId": 48431, "order": 23, "descHash": 1153071895 },
{ "subId": 48432, "order": 24, "descHash": 458110559 },
{ "subId": 48415, "order": 25, "descHash": 2524321583 },
{ "subId": 48416, "order": 26, "descHash": 1513507623 },
{ "subId": 48417, "order": 27, "hidden": true, "test": true, "descHash": 845048447 },
{ "subId": 48418, "order": 28, "descHash": 1010397535 },
{ "subId": 48419, "order": 29, "descHash": 2662642319 },
{ "subId": 48420, "order": 30, "descHash": 2573038575 },
{ "subId": 48421, "order": 31, "descHash": 772516103 },
{ "subId": 48422, "order": 32, "descHash": 4273693503 },
{ "subId": 48423, "order": 33, "descHash": 2306371167 }
]
},
{
"id": 485,
"titleHash": 3974969649,
"children": [
{ "subId": 48501, "order": 1, "descHash": 2153296127 },
{ "subId": 48511, "order": 2, "descHash": 298165063 },
{ "subId": 48509, "order": 3, "descHash": 1880841991 },
{ "subId": 48512, "order": 4, "hidden": true, "test": true, "descHash": 3081484503 },
{ "subId": 48510, "order": 5, "hidden": true, "test": true, "descHash": 12897567 },
{ "subId": 48502, "order": 6, "descHash": 4220779159 },
{ "subId": 48503, "order": 7, "descHash": 3541451551 },
{ "subId": 48504, "order": 8, "descHash": 1176404559 },
{ "subId": 48505, "order": 9, "descHash": 1928452183 },
{ "subId": 48506, "order": 10, "descHash": 1628924447 },
{ "subId": 48507, "order": 11, "descHash": 2553494855 },
{ "subId": 48508, "order": 12, "descHash": 2429682903 }
]
},
{
"id": 486,
"titleHash": 2819904217,
"children": [
{ "subId": 48601, "order": 1, "descHash": 866374928 },
{ "subId": 48602, "order": 2, "descHash": 3136230904 },
{ "subId": 48603, "order": 3, "descHash": 1233269688 },
{ "subId": 48604, "order": 4, "descHash": 751711944 },
{ "subId": 48605, "order": 5, "hidden": true, "test": true, "descHash": 4248166248 },
{ "subId": 48606, "order": 6, "descHash": 2985948864 },
{ "subId": 48607, "order": 7, "hidden": true, "test": true, "descHash": 1175889648 },
{ "subId": 48608, "order": 8, "descHash": 587473088 },
{ "subId": 48609, "order": 9, "descHash": 1197396008 },
{ "subId": 48610, "order": 10, "hidden": true, "test": true, "descHash": 1948769944 },
{ "subId": 48611, "order": 11, "descHash": 3270826600 },
{ "subId": 48612, "order": 12, "descHash": 1507608872 },
{ "subId": 48613, "order": 13, "descHash": 1319814096 },
{ "subId": 48616, "order": 14, "hidden": true, "test": true, "descHash": 1063722120 },
{ "subId": 48617, "order": 15, "hidden": true, "test": true, "descHash": 2873241848 },
{ "subId": 48618, "order": 16, "hidden": true, "test": true, "descHash": 1475922080 },
{ "subId": 48614, "order": 17, "hidden": true, "test": true, "descHash": 2381012160 },
{ "subId": 48619, "order": 18, "descHash": 3080224040 },
{ "subId": 48615, "order": 19, "hidden": true, "test": true, "descHash": 2161027160 }
]
},
{
"id": 487,
"titleHash": 311886417,
"children": [
{ "subId": 48701, "order": 1, "descHash": 3479056928 },
{ "subId": 48711, "order": 2, "descHash": 4001155424 },
{ "subId": 48702, "order": 3, "descHash": 2150934432 },
{ "subId": 48704, "order": 4, "hidden": true, "test": true, "descHash": 57674248 },
{ "subId": 48705, "order": 5, "hidden": true, "test": true, "descHash": 676251608 },
{ "subId": 48706, "order": 6, "hidden": true, "test": true, "descHash": 3982333344 },
{ "subId": 48707, "order": 7, "hidden": true, "test": true, "descHash": 4100085264 },
{ "subId": 48708, "order": 8, "hidden": true, "test": true, "descHash": 1752962056 },
{ "subId": 48709, "order": 9, "hidden": true, "test": true, "descHash": 2635452680 },
{ "subId": 48712, "order": 10, "hidden": true, "test": true, "descHash": 549350216 },
{ "subId": 48710, "order": 11, "descHash": 1106119328 },
{ "subId": 48703, "order": 12, "descHash": 2332505984 },
{ "subId": 48713, "order": 13, "hidden": true, "test": true, "descHash": 1329468272 }
]
},
{
"id": 488,
"titleHash": 3877187513,
"children": [
{ "subId": 48800, "order": 1, "descHash": 4215482304 },
{ "subId": 48801, "order": 2, "descHash": 4138003040 },
{ "subId": 48802, "order": 3, "descHash": 522346432 },
{ "subId": 48804, "order": 4, "hidden": true, "test": true, "descHash": 4080551248 },
{ "subId": 48803, "order": 5, "descHash": 3993794416 }
]
},
{
"id": 489,
"titleHash": 1458314705,
"children": [
{ "subId": 48901, "order": 1, "descHash": 2707412880 },
{ "subId": 48902, "order": 2, "descHash": 2144255392 },
{ "subId": 48909, "order": 3, "hidden": true, "test": true, "descHash": 3636519824 },
{ "subId": 48903, "order": 4, "descHash": 34172712 },
{ "subId": 48910, "order": 5, "hidden": true },
{ "subId": 48911, "order": 6, "hidden": true },
{ "subId": 48905, "order": 7, "hidden": true, "test": true, "descHash": 1749837984 },
{ "subId": 48906, "order": 8, "hidden": true, "test": true, "descHash": 1754401456 },
{ "subId": 48904, "order": 9, "descHash": 1500178088 },
{ "subId": 48912, "order": 10, "hidden": true },
{ "subId": 48913, "order": 11, "hidden": true },
{ "subId": 48907, "order": 12, "hidden": true, "test": true, "descHash": 3846214488 },
{ "subId": 48908, "order": 13, "hidden": true, "test": true, "descHash": 3736288976 }
]
},
{
"id": 490,
"titleHash": 1626966721,
"children": [
{ "subId": 49001, "order": 1, "descHash": 399286312 },
{ "subId": 49002, "order": 2, "descHash": 2202319040 },
{ "subId": 49003, "order": 3, "hidden": true, "test": true, "descHash": 92742816 },
{ "subId": 49004, "order": 4, "hidden": true, "test": true, "descHash": 19895400 },
{ "subId": 49011, "order": 5, "descHash": 2979564992 },
{ "subId": 49013, "order": 6, "hidden": true, "test": true, "descHash": 1865337536 },
{ "subId": 49012, "order": 7, "hidden": true, "test": true, "descHash": 2865091608 },
{ "subId": 49005, "order": 8, "descHash": 3267586880 },
{ "subId": 49006, "order": 9, "hidden": true, "test": true, "descHash": 1043280792 },
{ "subId": 49007, "order": 10, "descHash": 3711190192 },
{ "subId": 49008, "order": 11, "descHash": 3562001056 },
{ "subId": 49009, "order": 12, "hidden": true, "test": true, "descHash": 1826002288 },
{ "subId": 49014, "order": 13, "hidden": true, "test": true, "descHash": 2788086440 },
{ "subId": 49010, "order": 14, "descHash": 72716384 },
{ "subId": 49015, "order": 15, "hidden": true }
]
},
{
"id": 491,
"hidden": true,
"titleHash": 3948500297,
"children": [
{ "subId": 49102, "order": 1, "hidden": true, "test": true },
{ "subId": 49101, "order": 2, "hidden": true, "test": true }
]
},
{
"id": 492,
"hidden": true,
"test": true,
"titleHash": 797114329,
"children": [{ "subId": 49201, "order": 1, "hidden": true, "test": true, "descHash": 1952717832 }]
},
{
"id": 500,
"hidden": true,
"unreleased": true,
"titleHash": 2822913569,
"children": [
{ "subId": 50001, "order": 1, "hidden": true },
{ "subId": 50002, "order": 2, "hidden": true },
{ "subId": 50003, "order": 3, "hidden": true },
{ "subId": 50004, "order": 4, "hidden": true },
{ "subId": 50005, "order": 5, "hidden": true },
{ "subId": 50006, "order": 6, "hidden": true },
{ "subId": 50007, "order": 7, "hidden": true },
{ "subId": 50008, "order": 8, "hidden": true },
{ "subId": 50009, "order": 9, "hidden": true },
{ "subId": 50010, "order": 10, "hidden": true },
{ "subId": 50011, "order": 11, "hidden": true },
{ "subId": 50012, "order": 12, "hidden": true }
]
},
{
"id": 501,
"hidden": true,
"unreleased": true,
"titleHash": 3263640801,
"children": [
{ "subId": 50101, "order": 1, "hidden": true },
{ "subId": 50102, "order": 2, "hidden": true },
{ "subId": 50103, "order": 3, "hidden": true },
{ "subId": 50104, "order": 4, "hidden": true },
{ "subId": 50105, "order": 5, "hidden": true },
{ "subId": 50106, "order": 6, "hidden": true },
{ "subId": 50107, "order": 7, "hidden": true },
{ "subId": 50108, "order": 8, "hidden": true },
{ "subId": 50109, "order": 9, "hidden": true },
{ "subId": 50110, "order": 10, "hidden": true },
{ "subId": 50111, "order": 11, "hidden": true },
{ "subId": 50112, "order": 12, "hidden": true },
{ "subId": 50113, "order": 13, "hidden": true },
{ "subId": 50114, "order": 14, "hidden": true },
{ "subId": 50115, "order": 15, "hidden": true },
{ "subId": 50116, "order": 16, "hidden": true },
{ "subId": 50117, "order": 17, "hidden": true },
{ "subId": 50118, "order": 18, "hidden": true },
{ "subId": 50119, "order": 19, "hidden": true }
]
},
{
"id": 502,
"hidden": true,
"unreleased": true,
"titleHash": 2619911753,
"children": [
{ "subId": 50201, "order": 1, "hidden": true },
{ "subId": 50202, "order": 2, "hidden": true },
{ "subId": 50203, "order": 3, "hidden": true },
{ "subId": 50204, "order": 4, "hidden": true },
{ "subId": 50205, "order": 5, "hidden": true },
{ "subId": 50206, "order": 6, "hidden": true },
{ "subId": 50207, "order": 7, "hidden": true },
{ "subId": 50208, "order": 8, "hidden": true },
{ "subId": 50209, "order": 9, "hidden": true },
{ "subId": 50210, "order": 10, "hidden": true },
{ "subId": 50211, "order": 11, "hidden": true },
{ "subId": 50212, "order": 12, "hidden": true },
{ "subId": 50213, "order": 13, "hidden": true },
{ "subId": 50214, "order": 14, "hidden": true }
]
},
{
"id": 503,
"hidden": true,
"unreleased": true,
"titleHash": 3194287305,
"children": [
{ "subId": 50301, "order": 1, "hidden": true },
{ "subId": 50302, "order": 2, "hidden": true },
{ "subId": 50303, "order": 3, "hidden": true },
{ "subId": 50304, "order": 4, "hidden": true },
{ "subId": 50305, "order": 5, "hidden": true },
{ "subId": 50306, "order": 6, "hidden": true },
{ "subId": 50307, "order": 7, "hidden": true },
{ "subId": 50308, "order": 8, "hidden": true },
{ "subId": 50309, "order": 9, "hidden": true },
{ "subId": 50310, "order": 10, "hidden": true },
{ "subId": 50311, "order": 11, "hidden": true },
{ "subId": 50312, "order": 12, "hidden": true },
{ "subId": 50313, "order": 13, "hidden": true },
{ "subId": 50314, "order": 14, "hidden": true },
{ "subId": 50315, "order": 15, "hidden": true },
{ "subId": 50316, "order": 16, "hidden": true },
{ "subId": 50317, "order": 17, "hidden": true },
{ "subId": 50318, "order": 18, "hidden": true },
{ "subId": 50319, "order": 19, "hidden": true }
]
},
{
"id": 504,
"hidden": true,
"unreleased": true,
"titleHash": 1942182505,
"children": [
{ "subId": 50401, "order": 1, "hidden": true },
{ "subId": 50402, "order": 2, "hidden": true },
{ "subId": 50403, "order": 3, "hidden": true },
{ "subId": 50404, "order": 4, "hidden": true },
{ "subId": 50405, "order": 5, "hidden": true },
{ "subId": 50406, "order": 6, "hidden": true },
{ "subId": 50407, "order": 7, "hidden": true },
{ "subId": 50408, "order": 8, "hidden": true },
{ "subId": 50409, "order": 9, "hidden": true },
{ "subId": 50410, "order": 10, "hidden": true },
{ "subId": 50411, "order": 11, "hidden": true },
{ "subId": 50412, "order": 12, "hidden": true },
{ "subId": 50413, "order": 13, "hidden": true },
{ "subId": 50414, "order": 14, "hidden": true },
{ "subId": 50415, "order": 15, "hidden": true },
{ "subId": 50416, "order": 16, "hidden": true },
{ "subId": 50417, "order": 17, "hidden": true },
{ "subId": 50418, "order": 18, "hidden": true },
{ "subId": 50419, "order": 19, "hidden": true },
{ "subId": 50420, "order": 20, "hidden": true },
{ "subId": 50421, "order": 21, "hidden": true },
{ "subId": 50422, "order": 22, "hidden": true }
]
},
{
"id": 505,
"hidden": true,
"titleHash": 976353401,
"children": [
{ "subId": 50501, "order": 1, "hidden": true },
{ "subId": 50502, "order": 2, "hidden": true },
{ "subId": 50503, "order": 3, "hidden": true },
{ "subId": 50504, "order": 4, "hidden": true },
{ "subId": 50505, "order": 5, "hidden": true },
{ "subId": 50506, "order": 6, "hidden": true },
{ "subId": 50507, "order": 7, "hidden": true },
{ "subId": 50508, "order": 8, "hidden": true },
{ "subId": 50509, "order": 9, "hidden": true },
{ "subId": 50510, "order": 10, "hidden": true },
{ "subId": 50511, "order": 11, "hidden": true },
{ "subId": 50512, "order": 12, "hidden": true }
]
},
{
"id": 506,
"hidden": true,
"titleHash": 4226039393,
"children": [
{ "subId": 50601, "order": 1, "hidden": true },
{ "subId": 50602, "order": 2, "hidden": true },
{ "subId": 50603, "order": 3, "hidden": true },
{ "subId": 50604, "order": 4, "hidden": true },
{ "subId": 50605, "order": 5, "hidden": true },
{ "subId": 50606, "order": 6, "hidden": true },
{ "subId": 50607, "order": 7, "hidden": true },
{ "subId": 50608, "order": 8, "hidden": true },
{ "subId": 50609, "order": 9, "hidden": true },
{ "subId": 50610, "order": 10, "hidden": true },
{ "subId": 50611, "order": 11, "hidden": true },
{ "subId": 50612, "order": 12, "hidden": true },
{ "subId": 50613, "order": 13, "hidden": true },
{ "subId": 50614, "order": 14, "hidden": true },
{ "subId": 50615, "order": 15, "hidden": true },
{ "subId": 50616, "order": 16, "hidden": true },
{ "subId": 50617, "order": 17, "hidden": true },
{ "subId": 50618, "order": 18, "hidden": true },
{ "subId": 50619, "order": 19, "hidden": true },
{ "subId": 50620, "order": 20, "hidden": true },
{ "subId": 50621, "order": 21, "hidden": true },
{ "subId": 50622, "order": 22, "hidden": true },
{ "subId": 50623, "order": 23, "hidden": true }
]
},
{
"id": 507,
"hidden": true,
"titleHash": 1680198353,
"children": [
{ "subId": 50701, "order": 1, "hidden": true },
{ "subId": 50702, "order": 2, "hidden": true },
{ "subId": 50703, "order": 3, "hidden": true },
{ "subId": 50704, "order": 4, "hidden": true },
{ "subId": 50705, "order": 5, "hidden": true },
{ "subId": 50706, "order": 6, "hidden": true },
{ "subId": 50707, "order": 7, "hidden": true },
{ "subId": 50708, "order": 8, "hidden": true },
{ "subId": 50709, "order": 9, "hidden": true },
{ "subId": 50710, "order": 10, "hidden": true },
{ "subId": 50711, "order": 11, "hidden": true },
{ "subId": 50712, "order": 12, "hidden": true },
{ "subId": 50713, "order": 13, "hidden": true },
{ "subId": 50714, "order": 14, "hidden": true },
{ "subId": 50715, "order": 15, "hidden": true },
{ "subId": 50716, "order": 16, "hidden": true },
{ "subId": 50717, "order": 17, "hidden": true },
{ "subId": 50718, "order": 18, "hidden": true }
]
},
{
"id": 508,
"hidden": true,
"titleHash": 1536242537,
"children": [
{ "subId": 50801, "order": 1, "hidden": true },
{ "subId": 50802, "order": 2, "hidden": true },
{ "subId": 50803, "order": 3, "hidden": true },
{ "subId": 50804, "order": 4, "hidden": true },
{ "subId": 50805, "order": 5, "hidden": true },
{ "subId": 50806, "order": 6, "hidden": true },
{ "subId": 50807, "order": 7, "hidden": true },
{ "subId": 50808, "order": 8, "hidden": true },
{ "subId": 50809, "order": 9, "hidden": true },
{ "subId": 50810, "order": 10, "hidden": true },
{ "subId": 50811, "order": 11, "hidden": true },
{ "subId": 50812, "order": 12, "hidden": true },
{ "subId": 50813, "order": 13, "hidden": true },
{ "subId": 50814, "order": 14, "hidden": true },
{ "subId": 50815, "order": 15, "hidden": true },
{ "subId": 50816, "order": 16, "hidden": true },
{ "subId": 50817, "order": 17, "hidden": true },
{ "subId": 50818, "order": 18, "hidden": true },
{ "subId": 50819, "order": 19, "hidden": true }
]
},
{
"id": 509,
"hidden": true,
"titleHash": 3768932345,
"children": [
{ "subId": 50901, "order": 1, "hidden": true },
{ "subId": 50902, "order": 2, "hidden": true },
{ "subId": 50903, "order": 3, "hidden": true },
{ "subId": 50904, "order": 4, "hidden": true },
{ "subId": 50905, "order": 5, "hidden": true },
{ "subId": 50906, "order": 6, "hidden": true },
{ "subId": 50907, "order": 7, "hidden": true },
{ "subId": 50908, "order": 8, "hidden": true },
{ "subId": 50909, "order": 9, "hidden": true },
{ "subId": 50910, "order": 10, "hidden": true },
{ "subId": 50911, "order": 11, "hidden": true },
{ "subId": 50912, "order": 12, "hidden": true },
{ "subId": 50913, "order": 13, "hidden": true },
{ "subId": 50914, "order": 14, "hidden": true },
{ "subId": 50915, "order": 15, "hidden": true },
{ "subId": 50916, "order": 16, "hidden": true },
{ "subId": 50917, "order": 17, "hidden": true },
{ "subId": 50918, "order": 18, "hidden": true }
]
},
{
"id": 515,
"hidden": true,
"titleHash": 3343218985,
"children": [
{ "subId": 51501, "order": 1, "hidden": true },
{ "subId": 51502, "order": 2, "hidden": true },
{ "subId": 51503, "order": 3, "hidden": true },
{ "subId": 51504, "order": 4, "hidden": true },
{ "subId": 51505, "order": 5, "hidden": true },
{ "subId": 51506, "order": 6, "hidden": true },
{ "subId": 51507, "order": 7, "hidden": true },
{ "subId": 51508, "order": 8, "hidden": true },
{ "subId": 51509, "order": 9, "hidden": true },
{ "subId": 51510, "order": 10, "hidden": true },
{ "subId": 51511, "order": 11, "hidden": true },
{ "subId": 51512, "order": 12, "hidden": true },
{ "subId": 51513, "order": 13, "hidden": true },
{ "subId": 51514, "order": 14, "hidden": true },
{ "subId": 51515, "order": 15, "hidden": true },
{ "subId": 51516, "order": 16, "hidden": true }
]
},
{
"id": 516,
"hidden": true,
"titleHash": 244668601,
"children": [
{ "subId": 51601, "order": 1, "hidden": true },
{ "subId": 51602, "order": 2, "hidden": true },
{ "subId": 51603, "order": 3, "hidden": true },
{ "subId": 51604, "order": 4, "hidden": true },
{ "subId": 51605, "order": 5, "hidden": true },
{ "subId": 51606, "order": 6, "hidden": true },
{ "subId": 51607, "order": 7, "hidden": true },
{ "subId": 51608, "order": 8, "hidden": true },
{ "subId": 51609, "order": 9, "hidden": true },
{ "subId": 51610, "order": 10, "hidden": true },
{ "subId": 51611, "order": 11, "hidden": true },
{ "subId": 51612, "order": 12, "hidden": true },
{ "subId": 51613, "order": 13, "hidden": true },
{ "subId": 51614, "order": 14, "hidden": true },
{ "subId": 51615, "order": 15, "hidden": true },
{ "subId": 51616, "order": 16, "hidden": true },
{ "subId": 51617, "order": 17, "hidden": true },
{ "subId": 51618, "order": 18, "hidden": true }
]
},
{
"id": 517,
"hidden": true,
"titleHash": 1822635529,
"children": [
{ "subId": 51701, "order": 1, "hidden": true },
{ "subId": 51702, "order": 2, "hidden": true },
{ "subId": 51703, "order": 3, "hidden": true },
{ "subId": 51704, "order": 4, "hidden": true },
{ "subId": 51705, "order": 5, "hidden": true },
{ "subId": 51706, "order": 6, "hidden": true },
{ "subId": 51707, "order": 7, "hidden": true },
{ "subId": 51708, "order": 8, "hidden": true },
{ "subId": 51709, "order": 9, "hidden": true },
{ "subId": 51710, "order": 10, "hidden": true },
{ "subId": 51711, "order": 11, "hidden": true },
{ "subId": 51712, "order": 12, "hidden": true },
{ "subId": 51713, "order": 13, "hidden": true },
{ "subId": 51714, "order": 14, "hidden": true },
{ "subId": 51715, "order": 15, "hidden": true },
{ "subId": 51716, "order": 16, "hidden": true },
{ "subId": 51717, "order": 17, "hidden": true },
{ "subId": 51718, "order": 18, "hidden": true },
{ "subId": 51719, "order": 19, "hidden": true }
]
},
{
"id": 518,
"hidden": true,
"titleHash": 182108273,
"children": [
{ "subId": 51801, "order": 1, "hidden": true },
{ "subId": 51802, "order": 2, "hidden": true },
{ "subId": 51803, "order": 3, "hidden": true },
{ "subId": 51804, "order": 4, "hidden": true },
{ "subId": 51805, "order": 5, "hidden": true },
{ "subId": 51806, "order": 6, "hidden": true },
{ "subId": 51807, "order": 7, "hidden": true },
{ "subId": 51808, "order": 8, "hidden": true },
{ "subId": 51809, "order": 9, "hidden": true },
{ "subId": 51810, "order": 10, "hidden": true },
{ "subId": 51811, "order": 11, "hidden": true },
{ "subId": 51812, "order": 12, "hidden": true },
{ "subId": 51813, "order": 13, "hidden": true },
{ "subId": 51814, "order": 14, "hidden": true },
{ "subId": 51815, "order": 15, "hidden": true },
{ "subId": 51816, "order": 16, "hidden": true },
{ "subId": 51817, "order": 17, "hidden": true },
{ "subId": 51818, "order": 18, "hidden": true }
]
},
{
"id": 519,
"hidden": true,
"titleHash": 1020965833,
"children": [
{ "subId": 51901, "order": 1, "hidden": true },
{ "subId": 51902, "order": 2, "hidden": true },
{ "subId": 51903, "order": 3, "hidden": true },
{ "subId": 51904, "order": 4, "hidden": true },
{ "subId": 51905, "order": 5, "hidden": true },
{ "subId": 51906, "order": 6, "hidden": true },
{ "subId": 51907, "order": 7, "hidden": true },
{ "subId": 51908, "order": 8, "hidden": true },
{ "subId": 51909, "order": 9, "hidden": true },
{ "subId": 51910, "order": 10, "hidden": true },
{ "subId": 51911, "order": 11, "hidden": true },
{ "subId": 51912, "order": 12, "hidden": true }
]
},
{
"id": 520,
"hidden": true,
"titleHash": 3829728761,
"children": [
{ "subId": 52001, "order": 1, "hidden": true },
{ "subId": 52002, "order": 2, "hidden": true },
{ "subId": 52003, "order": 3, "hidden": true },
{ "subId": 52004, "order": 4, "hidden": true },
{ "subId": 52005, "order": 5, "hidden": true },
{ "subId": 52006, "order": 6, "hidden": true },
{ "subId": 52007, "order": 7, "hidden": true },
{ "subId": 52008, "order": 8, "hidden": true },
{ "subId": 52009, "order": 9, "hidden": true },
{ "subId": 52010, "order": 10, "hidden": true },
{ "subId": 52011, "order": 11, "hidden": true },
{ "subId": 52012, "order": 12, "hidden": true }
]
},
{
"id": 521,
"hidden": true,
"titleHash": 1736378753,
"children": [
{ "subId": 52101, "order": 1, "hidden": true },
{ "subId": 52102, "order": 2, "hidden": true },
{ "subId": 52103, "order": 3, "hidden": true },
{ "subId": 52104, "order": 4, "hidden": true },
{ "subId": 52105, "order": 5, "hidden": true },
{ "subId": 52106, "order": 6, "hidden": true },
{ "subId": 52107, "order": 7, "hidden": true },
{ "subId": 52108, "order": 8, "hidden": true },
{ "subId": 52109, "order": 9, "hidden": true },
{ "subId": 52110, "order": 10, "hidden": true },
{ "subId": 52111, "order": 11, "hidden": true },
{ "subId": 52112, "order": 12, "hidden": true },
{ "subId": 52113, "order": 13, "hidden": true },
{ "subId": 52114, "order": 14, "hidden": true },
{ "subId": 52115, "order": 15, "hidden": true },
{ "subId": 52116, "order": 16, "hidden": true },
{ "subId": 52117, "order": 17, "hidden": true },
{ "subId": 52118, "order": 18, "hidden": true }
]
},
{
"id": 522,
"hidden": true,
"titleHash": 4291376201,
"children": [
{ "subId": 52201, "order": 1, "hidden": true },
{ "subId": 52202, "order": 2, "hidden": true },
{ "subId": 52203, "order": 3, "hidden": true },
{ "subId": 52204, "order": 4, "hidden": true },
{ "subId": 52205, "order": 5, "hidden": true },
{ "subId": 52206, "order": 6, "hidden": true },
{ "subId": 52207, "order": 7, "hidden": true },
{ "subId": 52208, "order": 8, "hidden": true },
{ "subId": 52209, "order": 9, "hidden": true },
{ "subId": 52210, "order": 10, "hidden": true },
{ "subId": 52211, "order": 11, "hidden": true },
{ "subId": 52212, "order": 12, "hidden": true },
{ "subId": 52213, "order": 13, "hidden": true },
{ "subId": 52214, "order": 14, "hidden": true },
{ "subId": 52215, "order": 15, "hidden": true },
{ "subId": 52216, "order": 16, "hidden": true },
{ "subId": 52217, "order": 17, "hidden": true }
]
},
{
"id": 523,
"hidden": true,
"titleHash": 2314928553,
"children": [
{ "subId": 52301, "order": 1, "hidden": true },
{ "subId": 52302, "order": 2, "hidden": true },
{ "subId": 52303, "order": 3, "hidden": true },
{ "subId": 52304, "order": 4, "hidden": true },
{ "subId": 52305, "order": 5, "hidden": true },
{ "subId": 52306, "order": 6, "hidden": true },
{ "subId": 52307, "order": 7, "hidden": true },
{ "subId": 52308, "order": 8, "hidden": true },
{ "subId": 52309, "order": 9, "hidden": true },
{ "subId": 52310, "order": 10, "hidden": true },
{ "subId": 52311, "order": 11, "hidden": true },
{ "subId": 52312, "order": 12, "hidden": true },
{ "subId": 52313, "order": 13, "hidden": true },
{ "subId": 52314, "order": 14, "hidden": true },
{ "subId": 52315, "order": 15, "hidden": true },
{ "subId": 52316, "order": 16, "hidden": true },
{ "subId": 52317, "order": 17, "hidden": true },
{ "subId": 52318, "order": 18, "hidden": true },
{ "subId": 52319, "order": 19, "hidden": true }
]
},
{
"id": 524,
"hidden": true,
"titleHash": 2691153161,
"children": [
{ "subId": 52401, "order": 1, "hidden": true },
{ "subId": 52402, "order": 2, "hidden": true },
{ "subId": 52403, "order": 3, "hidden": true },
{ "subId": 52404, "order": 4, "hidden": true },
{ "subId": 52405, "order": 5, "hidden": true },
{ "subId": 52406, "order": 6, "hidden": true },
{ "subId": 52407, "order": 7, "hidden": true },
{ "subId": 52408, "order": 8, "hidden": true },
{ "subId": 52409, "order": 9, "hidden": true },
{ "subId": 52410, "order": 10, "hidden": true },
{ "subId": 52411, "order": 11, "hidden": true },
{ "subId": 52412, "order": 12, "hidden": true },
{ "subId": 52413, "order": 13, "hidden": true },
{ "subId": 52414, "order": 14, "hidden": true },
{ "subId": 52415, "order": 15, "hidden": true },
{ "subId": 52416, "order": 16, "hidden": true },
{ "subId": 52417, "order": 17, "hidden": true },
{ "subId": 52418, "order": 18, "hidden": true },
{ "subId": 52419, "order": 19, "hidden": true },
{ "subId": 52420, "order": 20, "hidden": true }
]
},
{
"id": 800,
"test": true,
"unreleased": true,
"titleHash": 4157279319,
"children": [
{ "subId": 80001, "order": 1, "test": true, "unreleased": true, "descHash": 360046132 },
{ "subId": 80002, "order": 2, "test": true, "unreleased": true, "descHash": 1873944436 },
{ "subId": 80003, "order": 3, "test": true, "unreleased": true, "descHash": 810866276 },
{ "subId": 80004, "order": 4, "test": true, "unreleased": true, "descHash": 100361652 },
{ "subId": 80005, "order": 5, "test": true, "unreleased": true, "descHash": 3752976076 },
{ "subId": 80006, "order": 6, "test": true, "unreleased": true, "descHash": 1234969212 },
{ "subId": 80007, "order": 7, "test": true, "unreleased": true, "descHash": 324320164 },
{ "subId": 80008, "order": 8, "test": true, "unreleased": true, "descHash": 1390464364 },
{ "subId": 80009, "order": 9, "test": true, "unreleased": true, "descHash": 3085918164 },
{ "subId": 80010, "order": 10, "test": true, "unreleased": true, "descHash": 2413489044 },
{ "subId": 80011, "order": 11, "test": true, "unreleased": true, "descHash": 4286677156 },
{ "subId": 80012, "order": 12, "test": true, "unreleased": true, "descHash": 4175582340 },
{ "subId": 80013, "order": 13, "test": true, "unreleased": true, "descHash": 3773672068 },
{ "subId": 80014, "order": 14, "test": true, "unreleased": true, "descHash": 3823319188 },
{ "subId": 80015, "order": 15, "test": true, "unreleased": true, "descHash": 2966869732 },
{ "subId": 80016, "order": 16, "test": true, "unreleased": true, "descHash": 1270970804 },
{ "subId": 80017, "order": 17, "test": true, "unreleased": true, "descHash": 901798636 },
{ "subId": 80018, "order": 18, "test": true, "unreleased": true, "descHash": 2944319556 },
{ "subId": 80019, "order": 19, "test": true, "unreleased": true, "descHash": 1144468884 },
{ "subId": 80020, "order": 20, "test": true, "unreleased": true, "descHash": 2718284060 },
{ "subId": 80021, "order": 21, "test": true, "unreleased": true, "descHash": 1705377772 },
{ "subId": 80022, "order": 22, "test": true, "unreleased": true, "descHash": 3517588460 },
{ "subId": 80023, "order": 23, "test": true, "unreleased": true, "descHash": 259185412 },
{ "subId": 80024, "order": 24, "test": true, "unreleased": true, "descHash": 3652289068 },
{ "subId": 80025, "order": 25, "test": true, "unreleased": true, "descHash": 2065613548 },
{ "subId": 80026, "order": 26, "test": true, "unreleased": true, "descHash": 2538333652 },
{ "subId": 80027, "order": 27, "test": true, "unreleased": true, "descHash": 1552064516 },
{ "subId": 80028, "order": 28, "test": true, "unreleased": true, "descHash": 1084018780 },
{ "subId": 80029, "order": 29, "test": true, "unreleased": true, "descHash": 1314779276 },
{ "subId": 80030, "order": 30, "test": true, "unreleased": true, "descHash": 1204857092 },
{ "subId": 80031, "order": 31, "test": true, "unreleased": true, "descHash": 3719539564 }
]
},
{
"id": 990,
"test": true,
"unreleased": true,
"titleHash": 234942785,
"children": [
{ "subId": 99001, "order": 1, "test": true, "unreleased": true, "descHash": 440435327 },
{ "subId": 99002, "order": 1, "test": true, "unreleased": true, "descHash": 839340391 },
{ "subId": 99003, "order": 1, "test": true, "unreleased": true, "descHash": 1435924071 },
{ "subId": 99004, "order": 1, "test": true, "unreleased": true, "descHash": 637006399 },
{ "subId": 99005, "order": 1, "test": true, "unreleased": true, "descHash": 2575139631 },
{ "subId": 99006, "order": 1, "test": true, "unreleased": true, "descHash": 2840123023 },
{ "subId": 99007, "order": 1, "unreleased": true, "descHash": 655277111 }
]
},
{
"id": 993,
"test": true,
"unreleased": true,
"titleHash": 2670288841,
"children": [
{ "subId": 99301, "order": 1, "test": true, "unreleased": true, "descHash": 3964310503 },
{ "subId": 99302, "order": 2, "test": true, "unreleased": true, "descHash": 2981090719 },
{ "subId": 99303, "order": 3, "test": true, "unreleased": true, "descHash": 3860542551 },
{ "subId": 99304, "order": 4, "test": true, "unreleased": true, "descHash": 4176619287 }
]
},
{
"id": 994,
"test": true,
"unreleased": true,
"titleHash": 2894547313,
"children": [{ "subId": 99401, "order": 1, "test": true, "unreleased": true, "descHash": 3794773247 }]
},
{
"id": 995,
"test": true,
"unreleased": true,
"titleHash": 490252265,
"children": [
{ "subId": 99501, "order": 1, "test": true, "unreleased": true, "descHash": 177281407 },
{ "subId": 99502, "order": 2, "test": true, "unreleased": true, "descHash": 2609161927 }
]
},
{
"id": 996,
"test": true,
"unreleased": true,
"titleHash": 1903697617,
"children": [
{ "subId": 99601, "order": 1, "test": true, "unreleased": true, "descHash": 3683323503 },
{ "subId": 99602, "order": 2, "test": true, "unreleased": true, "descHash": 544559735 },
{ "subId": 99603, "order": 3, "test": true, "unreleased": true, "descHash": 2065715455 },
{ "subId": 99604, "order": 4, "test": true, "unreleased": true, "descHash": 1617499799 }
]
},
{
"id": 997,
"test": true,
"unreleased": true,
"titleHash": 3127375953,
"children": [{ "subId": 99701, "order": 1, "test": true, "unreleased": true, "descHash": 951560047 }]
},
{
"id": 998,
"test": true,
"unreleased": true,
"titleHash": 2780691993,
"children": [
{ "subId": 99801, "order": 1, "test": true, "unreleased": true, "descHash": 497343263 },
{ "subId": 99802, "order": 2, "test": true, "unreleased": true, "descHash": 1662716615 },
{ "subId": 99803, "order": 3, "test": true, "unreleased": true, "descHash": 1238825079 },
{ "subId": 99804, "order": 4, "test": true, "unreleased": true, "descHash": 3694787191 },
{ "subId": 99805, "order": 5, "test": true, "unreleased": true, "descHash": 1232109215 },
{ "subId": 99806, "order": 6, "test": true, "unreleased": true, "descHash": 2915575983 },
{ "subId": 99807, "order": 7, "test": true, "unreleased": true, "descHash": 3354740847 },
{ "subId": 99808, "order": 8, "test": true, "unreleased": true, "descHash": 957198823 },
{ "subId": 99809, "order": 9, "test": true, "unreleased": true, "descHash": 3547702463 }
]
},
{
"id": 999,
"test": true,
"unreleased": true,
"titleHash": 3695553,
"children": [
{ "subId": 99901, "order": 1, "test": true, "unreleased": true, "descHash": 3406630415 },
{ "subId": 99902, "order": 2, "test": true, "unreleased": true, "descHash": 383933495 },
{ "subId": 99903, "order": 3, "test": true, "unreleased": true, "descHash": 259325815 },
{ "subId": 99904, "order": 4, "test": true, "unreleased": true, "descHash": 72735183 },
{ "subId": 99905, "order": 5, "test": true, "unreleased": true, "descHash": 427025511 },
{ "subId": 99906, "order": 6, "test": true, "unreleased": true, "descHash": 4268321103 },
{ "subId": 99919, "order": 19, "hidden": true, "test": true, "unreleased": true, "descHash": 1769938863 },
{ "subId": 99920, "order": 20, "test": true, "unreleased": true, "descHash": 1522762247 },
{ "subId": 99921, "order": 21, "test": true, "unreleased": true, "descHash": 2503069375 },
{ "subId": 99922, "order": 22, "test": true, "unreleased": true, "descHash": 2580260191 },
{ "subId": 99923, "order": 23, "test": true, "unreleased": true, "descHash": 2244116151 }
]
},
{
"id": 1000,
"titleHash": 492421553,
"children": [
{ "subId": 100099, "order": 1, "hidden": true, "descHash": 730009758 },
{ "subId": 100098, "order": 2, "hidden": true, "descHash": 1711324566 },
{ "subId": 100000, "order": 3, "descHash": 66312846 },
{ "subId": 100001, "order": 4, "descHash": 73951502 },
{ "subId": 100002, "order": 5, "descHash": 2304184750 },
{ "subId": 100003, "order": 6, "descHash": 2771555118 },
{ "subId": 100004, "order": 7, "descHash": 4048193646 },
{ "subId": 100005, "order": 8, "hidden": true, "test": true, "descHash": 833348838 },
{ "subId": 100006, "order": 9, "hidden": true, "descHash": 4248462238 },
{ "subId": 100016, "order": 10, "hidden": true, "test": true, "descHash": 1757998254 },
{ "subId": 100007, "order": 11, "descHash": 3066403206 },
{ "subId": 100021, "order": 12, "descHash": 3779311862 },
{ "subId": 100022, "order": 13, "descHash": 2108662390 },
{ "subId": 100023, "order": 14, "hidden": true, "descHash": 1249019230 },
{ "subId": 100024, "order": 15, "hidden": true, "descHash": 1018896998 },
{ "subId": 100025, "order": 16, "hidden": true, "descHash": 435010334 },
{ "subId": 100026, "order": 17, "descHash": 1592354382 },
{ "subId": 100008, "order": 18, "descHash": 2948082982 },
{ "subId": 100015, "order": 19, "descHash": 242270662 },
{ "subId": 100009, "order": 20, "hidden": true, "test": true, "descHash": 2415559102 },
{ "subId": 100027, "order": 21, "hidden": true, "descHash": 3111176726 },
{ "subId": 100010, "order": 22, "descHash": 2485550366 },
{ "subId": 100011, "order": 23, "hidden": true, "test": true, "descHash": 4233120406 },
{ "subId": 100012, "order": 24, "hidden": true, "test": true, "descHash": 400602686 },
{ "subId": 100013, "order": 25, "descHash": 196615918 },
{ "subId": 100014, "order": 26, "descHash": 3398541654 }
]
},
{
"id": 1001,
"hidden": true,
"test": true,
"titleHash": 2046717777,
"children": [
{ "subId": 100101, "order": 1, "hidden": true, "descHash": 1528199070 },
{ "subId": 100102, "order": 2, "hidden": true, "descHash": 208067862 },
{ "subId": 100103, "order": 3, "hidden": true, "descHash": 1712104726 }
]
},
{
"id": 1002,
"titleHash": 633119625,
"children": [
{ "subId": 100201, "order": 1, "descHash": 1999835862 },
{ "subId": 100202, "order": 2, "hidden": true, "test": true, "descHash": 326479846 },
{ "subId": 100203, "order": 3, "hidden": true, "descHash": 2986185630 },
{ "subId": 100204, "order": 4, "descHash": 2625164046 },
{ "subId": 100205, "order": 5, "hidden": true, "descHash": 3471225974 }
]
},
{
"id": 1003,
"titleHash": 775143905,
"children": [
{ "subId": 100301, "order": 1, "descHash": 2206123430 },
{ "subId": 100320, "order": 2, "hidden": true, "test": true, "descHash": 23169054 },
{ "subId": 100302, "order": 3, "hidden": true, "test": true, "descHash": 1597006646 },
{ "subId": 100303, "order": 4, "descHash": 2879863678 },
{ "subId": 100319, "order": 5, "hidden": true, "test": true, "descHash": 1337930438 },
{ "subId": 100304, "order": 6, "descHash": 4148438678 },
{ "subId": 100305, "order": 7, "descHash": 2133885238 },
{ "subId": 100306, "order": 8, "descHash": 1196523278 },
{ "subId": 100307, "order": 9, "descHash": 898838862 },
{ "subId": 100308, "order": 10, "hidden": true, "descHash": 1332433406 },
{ "subId": 100309, "order": 11, "descHash": 1505947734 },
{ "subId": 100310, "order": 12, "descHash": 3003238206 },
{ "subId": 100321, "order": 13, "descHash": 4121904830 },
{ "subId": 100311, "order": 14, "descHash": 3941762502 },
{ "subId": 100312, "order": 15, "hidden": true, "descHash": 4128635134 },
{ "subId": 100313, "order": 16, "descHash": 4182208870 },
{ "subId": 100314, "order": 17, "descHash": 451622134 },
{ "subId": 100315, "order": 18, "descHash": 1931428838 },
{ "subId": 100316, "order": 19, "descHash": 1641590222 },
{ "subId": 100317, "order": 20, "descHash": 1965185366 }
]
},
{
"id": 1004,
"hidden": true,
"test": true,
"titleHash": 1271066001,
"children": [
{ "subId": 100401, "order": 1, "hidden": true, "descHash": 3050830054 },
{ "subId": 100402, "order": 2, "hidden": true, "descHash": 762456318 },
{ "subId": 100403, "order": 3, "hidden": true, "descHash": 1965115950 },
{ "subId": 100404, "order": 4, "hidden": true, "descHash": 1367498670 }
]
},
{
"id": 1005,
"hidden": true,
"test": true,
"titleHash": 2316888433,
"children": [{ "subId": 100501, "order": 1, "hidden": true, "descHash": 1257348350 }]
},
{
"id": 1006,
"hidden": true,
"test": true,
"titleHash": 1930559377,
"children": [{ "subId": 100601, "order": 1, "hidden": true, "descHash": 2796799390 }]
},
{
"id": 1007,
"hidden": true,
"test": true,
"titleHash": 357068217,
"children": [
{ "subId": 100701, "order": 1, "hidden": true, "test": true, "descHash": 1428311174 },
{ "subId": 100702, "order": 2, "hidden": true, "test": true, "descHash": 4113829358 },
{ "subId": 100703, "order": 3, "hidden": true, "test": true, "descHash": 498328678 }
]
},
{
"id": 1008,
"titleHash": 2963680265,
"children": [
{ "subId": 100808, "order": 1, "hidden": true, "test": true, "descHash": 723983646 },
{ "subId": 100801, "order": 2, "descHash": 3019703382 },
{ "subId": 100802, "order": 3, "hidden": true, "descHash": 1354664582 },
{ "subId": 100803, "order": 4, "hidden": true, "descHash": 1713346550 },
{ "subId": 100804, "order": 5, "descHash": 265443958 },
{ "subId": 100805, "order": 6, "descHash": 974090142 },
{ "subId": 100806, "order": 7, "descHash": 2604567190 },
{ "subId": 100807, "order": 8, "descHash": 974225294 }
]
},
{
"id": 1009,
"titleHash": 2474320849,
"children": [
{ "subId": 100901, "order": 1, "descHash": 2224259326 },
{ "subId": 100915, "order": 2, "descHash": 829415190 },
{ "subId": 100902, "order": 3, "descHash": 750617182 },
{ "subId": 100903, "order": 4, "descHash": 572642054 },
{ "subId": 100904, "order": 5, "descHash": 4189773534 },
{ "subId": 100905, "order": 6, "hidden": true, "test": true, "descHash": 1081681902 },
{ "subId": 100906, "order": 7, "hidden": true, "test": true, "descHash": 2206487830 },
{ "subId": 100907, "order": 8, "descHash": 3326152254 },
{ "subId": 100908, "order": 9, "descHash": 869474030 },
{ "subId": 100909, "order": 10, "descHash": 3778084878 },
{ "subId": 100910, "order": 11, "descHash": 3384291766 },
{ "subId": 100911, "order": 12, "hidden": true, "test": true, "descHash": 3201615878 },
{ "subId": 100912, "order": 13, "descHash": 2570770966 },
{ "subId": 100913, "order": 14, "hidden": true, "descHash": 2193828638 },
{ "subId": 100914, "order": 15, "descHash": 2694838326 }
]
},
{
"id": 1010,
"titleHash": 3403721721,
"children": [
{ "subId": 101001, "order": 1, "descHash": 3256933974 },
{ "subId": 101002, "order": 2, "descHash": 2839051910 },
{ "subId": 101003, "order": 3, "descHash": 3682043446 },
{ "subId": 101004, "order": 4, "hidden": true, "test": true, "descHash": 1841647094 },
{ "subId": 101007, "order": 5, "hidden": true, "test": true, "descHash": 322488654 },
{ "subId": 101008, "order": 6, "hidden": true, "test": true, "descHash": 1417555518 },
{ "subId": 101005, "order": 7, "descHash": 1021935550 },
{ "subId": 101006, "order": 8, "descHash": 2640720366 }
]
},
{
"id": 1011,
"titleHash": 2168374345,
"children": [
{ "subId": 101101, "order": 1, "descHash": 1450737182 },
{ "subId": 101116, "order": 2, "hidden": true, "test": true, "descHash": 2741388678 },
{ "subId": 101102, "order": 3, "descHash": 2648971166 },
{ "subId": 101103, "order": 4, "descHash": 2404520014 },
{ "subId": 101112, "order": 5, "descHash": 3154152798 },
{ "subId": 101104, "order": 6, "hidden": true, "test": true, "descHash": 1458921662 },
{ "subId": 101128, "order": 7, "hidden": true, "test": true, "descHash": 3550501614 },
{ "subId": 101105, "order": 8, "descHash": 823386574 },
{ "subId": 101123, "order": 9, "hidden": true, "test": true, "descHash": 2839998918 },
{ "subId": 101113, "order": 10, "descHash": 3811701622 },
{ "subId": 101124, "order": 11, "hidden": true, "test": true, "descHash": 1048589718 },
{ "subId": 101114, "order": 12, "descHash": 3474116310 },
{ "subId": 101125, "order": 13, "hidden": true, "test": true, "descHash": 1822289942 },
{ "subId": 101115, "order": 14, "descHash": 3368554190 },
{ "subId": 101126, "order": 15, "hidden": true, "test": true, "descHash": 1225839734 },
{ "subId": 101106, "order": 16, "descHash": 2243812454 },
{ "subId": 101127, "order": 17, "hidden": true, "test": true, "descHash": 47602694 },
{ "subId": 101110, "order": 18, "hidden": true, "test": true, "descHash": 3603652718 },
{ "subId": 101111, "order": 19, "hidden": true, "test": true, "descHash": 2790499086 },
{ "subId": 101107, "order": 20, "descHash": 861117294 },
{ "subId": 101108, "order": 21, "descHash": 2713991150 },
{ "subId": 101109, "order": 22, "hidden": true, "descHash": 2140281678 }
]
},
{
"id": 1012,
"titleHash": 156369657,
"children": [
{ "subId": 101202, "order": 1, "descHash": 362291814 },
{ "subId": 101212, "order": 2, "hidden": true, "test": true, "descHash": 2175598750 },
{ "subId": 101203, "order": 3, "descHash": 2631170582 },
{ "subId": 101204, "order": 4, "descHash": 2178085694 },
{ "subId": 101205, "order": 5, "descHash": 918555366 },
{ "subId": 101213, "order": 6, "descHash": 4215925614 },
{ "subId": 101206, "order": 7, "descHash": 3207253742 },
{ "subId": 101214, "order": 8, "descHash": 2293379342 },
{ "subId": 101210, "order": 9, "descHash": 3162982934 },
{ "subId": 101211, "order": 10, "hidden": true, "test": true, "descHash": 284919390 },
{ "subId": 101207, "order": 11, "hidden": true, "test": true, "descHash": 440999366 },
{ "subId": 101208, "order": 12, "hidden": true, "test": true, "descHash": 2150692022 },
{ "subId": 101201, "order": 13, "hidden": true, "test": true, "descHash": 1373647526 },
{ "subId": 101215, "order": 14, "descHash": 2214313726 },
{ "subId": 101209, "order": 15, "descHash": 1118582718 }
]
},
{
"id": 1013,
"titleHash": 126291521,
"children": [
{ "subId": 101301, "order": 1, "descHash": 316008214 },
{ "subId": 101302, "order": 2, "test": true, "descHash": 544593662 },
{ "subId": 101303, "order": 3, "hidden": true, "descHash": 1758390534 },
{ "subId": 101321, "order": 4, "descHash": 4227934006 },
{ "subId": 101304, "order": 5, "descHash": 1962414190 },
{ "subId": 101305, "order": 6, "descHash": 380978710 },
{ "subId": 101306, "order": 7, "descHash": 3617063470 },
{ "subId": 101307, "order": 8, "hidden": true, "descHash": 3867225110 },
{ "subId": 101322, "order": 9, "descHash": 1414800718 },
{ "subId": 101308, "order": 10, "descHash": 3881868694 },
{ "subId": 101309, "order": 11, "descHash": 1683719766 },
{ "subId": 101310, "order": 12, "descHash": 2960307854 },
{ "subId": 101311, "order": 13, "hidden": true, "descHash": 3072837694 },
{ "subId": 101323, "order": 14, "descHash": 2460868686 },
{ "subId": 101312, "order": 15, "descHash": 3142324054 },
{ "subId": 101313, "order": 16, "descHash": 3395802982 },
{ "subId": 101314, "order": 17, "descHash": 12570734 },
{ "subId": 101315, "order": 18, "hidden": true, "test": true, "descHash": 1490232590 },
{ "subId": 101316, "order": 19, "hidden": true, "test": true, "descHash": 4144000182 },
{ "subId": 101317, "order": 20, "hidden": true, "test": true, "descHash": 2313182734 },
{ "subId": 101318, "order": 21, "hidden": true, "test": true, "descHash": 3915703246 },
{ "subId": 101319, "order": 22, "hidden": true, "test": true, "descHash": 581972286 },
{ "subId": 101320, "order": 23, "descHash": 2144203702 }
]
},
{
"id": 1014,
"titleHash": 2414407745,
"children": [
{ "subId": 101401, "order": 1, "descHash": 3851701478 },
{ "subId": 101406, "order": 2, "descHash": 2228815254 },
{ "subId": 101402, "order": 3, "descHash": 1113244550 },
{ "subId": 101405, "order": 4, "hidden": true, "test": true, "descHash": 1256087934 },
{ "subId": 101408, "order": 5, "hidden": true, "test": true, "descHash": 3673603918 },
{ "subId": 101403, "order": 6, "descHash": 610283270 },
{ "subId": 101404, "order": 7, "descHash": 3041324158 },
{ "subId": 101407, "order": 8, "hidden": true, "test": true, "descHash": 1926297478 }
]
},
{
"id": 1015,
"titleHash": 2212320145,
"children": [
{ "subId": 101501, "order": 1, "descHash": 976056246 },
{ "subId": 101513, "order": 2, "hidden": true, "test": true, "descHash": 202009230 },
{ "subId": 101509, "order": 3, "descHash": 3277953846 },
{ "subId": 101516, "order": 3, "hidden": true, "test": true, "descHash": 2630094158 },
{ "subId": 101502, "order": 4, "descHash": 2007285246 },
{ "subId": 101508, "order": 5, "descHash": 593902134 },
{ "subId": 101503, "order": 6, "hidden": true, "test": true, "descHash": 3544986846 },
{ "subId": 101504, "order": 7, "descHash": 1264572870 },
{ "subId": 101505, "order": 8, "descHash": 724698414 },
{ "subId": 101506, "order": 9, "hidden": true, "descHash": 751769294 },
{ "subId": 101515, "order": 10, "hidden": true, "test": true, "descHash": 706394454 },
{ "subId": 101510, "order": 11, "descHash": 1679616238 },
{ "subId": 101514, "order": 12, "hidden": true, "descHash": 2111547382 },
{ "subId": 101507, "order": 13, "descHash": 506653846 },
{ "subId": 101511, "order": 14, "descHash": 3172241982 },
{ "subId": 101512, "order": 15, "hidden": true, "test": true, "descHash": 1631857854 }
]
},
{
"id": 1016,
"titleHash": 1207725753,
"children": [
{ "subId": 101604, "order": 1, "descHash": 430346358 },
{ "subId": 101605, "order": 2, "hidden": true, "test": true, "descHash": 2957197982 },
{ "subId": 101601, "order": 3, "descHash": 3579979886 },
{ "subId": 101608, "order": 4, "descHash": 2098362990 },
{ "subId": 101609, "order": 5, "hidden": true, "test": true, "descHash": 451570790 },
{ "subId": 101606, "order": 6, "hidden": true, "test": true, "descHash": 1677916374 },
{ "subId": 101607, "order": 7, "hidden": true, "test": true, "descHash": 2615133446 },
{ "subId": 101602, "order": 8, "hidden": true, "test": true, "descHash": 820073814 },
{ "subId": 101603, "order": 9, "hidden": true, "test": true, "descHash": 503103670 },
{ "subId": 101610, "order": 10, "hidden": true, "test": true, "descHash": 3031523134 }
]
},
{
"id": 1017,
"hidden": true,
"test": true,
"titleHash": 1159841081,
"children": [
{ "subId": 101701, "order": 1, "hidden": true, "test": true, "descHash": 2003967438 },
{ "subId": 101702, "order": 2, "hidden": true, "test": true, "descHash": 739706134 },
{ "subId": 101703, "order": 3, "hidden": true, "test": true, "descHash": 2532669622 },
{ "subId": 101704, "order": 4, "hidden": true, "test": true, "descHash": 3503669678 },
{ "subId": 101705, "order": 5, "hidden": true, "test": true, "descHash": 79703326 }
]
},
{ "id": 1018, "titleHash": 3873565161, "children": [{ "subId": 101801, "order": 1, "descHash": 276085838 }] },
{
"id": 1019,
"titleHash": 4195987807,
"children": [
{ "subId": 101906, "order": 1, "hidden": true, "test": true, "descHash": 1233975348 },
{ "subId": 101907, "order": 2, "descHash": 2345112564 },
{ "subId": 101901, "order": 3, "descHash": 1312979684 },
{ "subId": 101902, "order": 4, "descHash": 3703164316 },
{ "subId": 101903, "order": 5, "descHash": 3482294988 },
{ "subId": 101904, "order": 6, "descHash": 1118391204 },
{ "subId": 101905, "order": 7, "descHash": 2704102260 }
]
},
{
"id": 1020,
"titleHash": 3420715793,
"children": [
{ "subId": 102001, "order": 1, "descHash": 1134761862 },
{ "subId": 102002, "order": 2, "descHash": 920558078 },
{ "subId": 102003, "order": 3, "descHash": 3663965798 },
{ "subId": 102007, "order": 4, "hidden": true, "test": true, "descHash": 850063806 },
{ "subId": 102004, "order": 5, "descHash": 1164753134 },
{ "subId": 102005, "order": 6, "descHash": 1527703006 },
{ "subId": 102006, "order": 7, "hidden": true, "test": true, "descHash": 692491190 }
]
},
{
"id": 1021,
"titleHash": 3308674505,
"children": [
{ "subId": 102109, "order": 1, "descHash": 773118558 },
{ "subId": 102110, "order": 2, "descHash": 962414430 },
{ "subId": 102101, "order": 3, "descHash": 3606455590 },
{ "subId": 102102, "order": 4, "descHash": 2406994974 },
{ "subId": 102107, "order": 5, "descHash": 1921208902 },
{ "subId": 102108, "order": 6, "descHash": 3450934118 },
{ "subId": 102111, "order": 7, "descHash": 3319919358 },
{ "subId": 102103, "order": 8, "descHash": 3312136942 },
{ "subId": 102104, "order": 9, "hidden": true, "test": true, "descHash": 2445645902 },
{ "subId": 102113, "order": 10, "descHash": 163703686 },
{ "subId": 102105, "order": 11, "descHash": 3031272166 },
{ "subId": 102106, "order": 12, "descHash": 2532168910 },
{ "subId": 102112, "order": 13, "descHash": 2918590886 }
]
},
{
"id": 1022,
"titleHash": 1529124233,
"children": [
{ "subId": 102201, "order": 1, "descHash": 544802782 },
{ "subId": 102202, "order": 2, "descHash": 2030931302 },
{ "subId": 102203, "order": 3, "descHash": 514840766 },
{ "subId": 102204, "order": 4, "descHash": 1745900190 },
{ "subId": 102205, "order": 5, "descHash": 2995471006 },
{ "subId": 102206, "order": 6, "hidden": true, "test": true, "descHash": 1033464774 },
{ "subId": 102207, "order": 7, "descHash": 3992385398 },
{ "subId": 102208, "order": 8, "descHash": 2276095398 }
]
},
{
"id": 1023,
"titleHash": 186534449,
"children": [
{ "subId": 102301, "order": 1, "descHash": 3151610934 },
{ "subId": 102303, "order": 2, "hidden": true, "test": true, "descHash": 3596423782 },
{ "subId": 102302, "order": 3, "descHash": 4028223406 },
{ "subId": 102304, "order": 4, "descHash": 1499678406 },
{ "subId": 102305, "order": 5, "hidden": true, "test": true, "descHash": 220486950 },
{ "subId": 102306, "order": 6, "hidden": true, "test": true, "descHash": 2165747262 },
{ "subId": 102307, "order": 7, "test": true, "descHash": 3299852950 }
]
},
{
"id": 1024,
"titleHash": 4062148249,
"children": [
{ "subId": 102407, "order": 1, "hidden": true, "test": true, "descHash": 3601371542 },
{ "subId": 102408, "order": 2, "descHash": 3236261246 },
{ "subId": 102401, "order": 3, "hidden": true, "test": true, "descHash": 617709662 },
{ "subId": 102403, "order": 3, "hidden": true, "test": true, "descHash": 2315469590 },
{ "subId": 102402, "order": 4, "hidden": true, "test": true, "descHash": 458491958 },
{ "subId": 102404, "order": 5, "descHash": 2273117606 },
{ "subId": 102405, "order": 6, "hidden": true, "test": true, "descHash": 4232911478 },
{ "subId": 102406, "order": 6, "test": true, "descHash": 1984570246 }
]
},
{
"id": 1025,
"titleHash": 2849435409,
"children": [
{ "subId": 102501, "order": 1, "hidden": true, "test": true, "descHash": 2764034014 },
{ "subId": 102516, "order": 2, "hidden": true, "test": true, "descHash": 1905948638 },
{ "subId": 102515, "order": 3, "descHash": 3832539726 },
{ "subId": 102521, "order": 4, "descHash": 1840549054 },
{ "subId": 102502, "order": 5, "hidden": true, "test": true, "descHash": 908060102 },
{ "subId": 102517, "order": 6, "descHash": 3898841334 },
{ "subId": 102503, "order": 7, "descHash": 702010158 },
{ "subId": 102504, "order": 8, "descHash": 4227877614 },
{ "subId": 102511, "order": 9, "hidden": true, "descHash": 3218947758 },
{ "subId": 102512, "order": 10, "hidden": true, "test": true, "descHash": 1545146038 },
{ "subId": 102505, "order": 11, "descHash": 3711576166 },
{ "subId": 102506, "order": 12, "descHash": 1148236926 },
{ "subId": 102507, "order": 13, "hidden": true, "descHash": 2407962542 },
{ "subId": 102508, "order": 14, "hidden": true, "descHash": 4037916470 },
{ "subId": 102509, "order": 15, "hidden": true, "descHash": 1921759582 },
{ "subId": 102518, "order": 16, "hidden": true, "descHash": 1866638590 },
{ "subId": 102519, "order": 17, "hidden": true, "descHash": 2201692230 },
{ "subId": 102520, "order": 18, "hidden": true, "descHash": 1324536198 },
{ "subId": 102513, "order": 19, "descHash": 461056158 },
{ "subId": 102514, "order": 20, "hidden": true, "test": true, "descHash": 3891216502 },
{ "subId": 102510, "order": 21, "descHash": 2815222158 }
]
},
{
"id": 1026,
"hidden": true,
"test": true,
"titleHash": 1171653617,
"children": [
{ "subId": 102601, "order": 1, "hidden": true, "test": true, "descHash": 1758591134 },
{ "subId": 102602, "order": 2, "hidden": true, "test": true, "descHash": 3188094830 },
{ "subId": 102603, "order": 3, "hidden": true, "test": true, "descHash": 3705516486 },
{ "subId": 102604, "order": 4, "hidden": true, "test": true, "descHash": 3122861390 }
]
},
{
"id": 1027,
"hidden": true,
"titleHash": 1466678287,
"children": [{ "subId": 102701, "order": 1, "hidden": true, "descHash": 379288204 }]
},
{
"id": 1028,
"titleHash": 3086338855,
"children": [
{ "subId": 102801, "order": 1, "descHash": 2475799548 },
{ "subId": 102808, "order": 2, "descHash": 2704484764 },
{ "subId": 102803, "order": 3, "descHash": 3634810508 },
{ "subId": 102804, "order": 4, "descHash": 2628846756 },
{ "subId": 102809, "order": 5, "hidden": true, "descHash": 2189082540 },
{ "subId": 102805, "order": 6, "descHash": 717726932 },
{ "subId": 102802, "order": 7, "descHash": 1591030452 },
{ "subId": 102806, "order": 8, "descHash": 1007045420 },
{ "subId": 102807, "order": 9, "hidden": true, "descHash": 3371022764 }
]
},
{
"id": 1029,
"titleHash": 3397078575,
"children": [
{ "subId": 102901, "order": 1, "descHash": 1754020308 },
{ "subId": 102936, "order": 2, "descHash": 1241157092 },
{ "subId": 102935, "order": 3, "descHash": 1837459500 },
{ "subId": 102933, "order": 4, "hidden": true, "descHash": 3716105516 },
{ "subId": 102902, "order": 5, "descHash": 3441104964 },
{ "subId": 102903, "order": 6, "descHash": 2889617140 },
{ "subId": 102904, "order": 7, "descHash": 1417693980 },
{ "subId": 102905, "order": 8, "descHash": 1895582548 },
{ "subId": 102906, "order": 9, "descHash": 33043292 },
{ "subId": 102907, "order": 10, "hidden": true, "descHash": 2057610428 },
{ "subId": 102929, "order": 11, "hidden": true, "descHash": 3154902844 },
{ "subId": 102928, "order": 12, "hidden": true, "descHash": 402143556 },
{ "subId": 102927, "order": 13, "hidden": true, "descHash": 1434185156 },
{ "subId": 102926, "order": 14, "hidden": true, "descHash": 3389325452 },
{ "subId": 102925, "order": 15, "hidden": true, "descHash": 4118154284 },
{ "subId": 102924, "order": 16, "hidden": true, "descHash": 4152673484 },
{ "subId": 102930, "order": 17, "hidden": true, "descHash": 3672163380 },
{ "subId": 102931, "order": 18, "hidden": true, "descHash": 447096676 },
{ "subId": 102908, "order": 19, "descHash": 1808814172 },
{ "subId": 102909, "order": 20, "descHash": 2648382884 },
{ "subId": 102934, "order": 21, "hidden": true, "descHash": 2075045572 },
{ "subId": 102910, "order": 22, "descHash": 3994903692 },
{ "subId": 102911, "order": 23, "descHash": 2210853276 },
{ "subId": 102916, "order": 24, "descHash": 346428628 },
{ "subId": 102917, "order": 25, "descHash": 920003732 },
{ "subId": 102912, "order": 26, "descHash": 2581568300 },
{ "subId": 102918, "order": 27, "descHash": 165478804 },
{ "subId": 102932, "order": 28, "hidden": true, "descHash": 2294580228 },
{ "subId": 102913, "order": 29, "descHash": 1842393972 },
{ "subId": 102914, "order": 30, "descHash": 1536370244 },
{ "subId": 102915, "order": 31, "descHash": 3633315804 },
{ "subId": 102919, "order": 32, "descHash": 650751780 },
{ "subId": 102920, "order": 33, "descHash": 971501252 },
{ "subId": 102921, "order": 34, "descHash": 308442292 },
{ "subId": 102922, "order": 35, "descHash": 4053446924 },
{ "subId": 102923, "order": 36, "hidden": true, "descHash": 2411873836 }
]
},
{
"id": 1030,
"titleHash": 1604200951,
"children": [
{ "subId": 103001, "order": 1, "descHash": 723374244 },
{ "subId": 103002, "order": 2, "descHash": 1145923172 },
{ "subId": 103003, "order": 3, "descHash": 3394935764 },
{ "subId": 103007, "order": 4, "descHash": 2619957732 },
{ "subId": 103010, "order": 5, "hidden": true, "descHash": 1357796788 },
{ "subId": 103015, "order": 6, "hidden": true, "descHash": 2736719588 },
{ "subId": 103004, "order": 7, "hidden": true, "descHash": 1539251268 },
{ "subId": 103008, "order": 8, "descHash": 2689533988 },
{ "subId": 103009, "order": 9, "descHash": 399416740 },
{ "subId": 103011, "order": 11, "descHash": 774634260 },
{ "subId": 103012, "order": 12, "descHash": 3955546036 },
{ "subId": 103013, "order": 13, "descHash": 3097387468 },
{ "subId": 103014, "order": 14, "descHash": 872926940 },
{ "subId": 103016, "order": 16, "descHash": 2613818188 },
{ "subId": 103017, "order": 17, "descHash": 835306380 },
{ "subId": 103018, "order": 18, "descHash": 3050560268 },
{ "subId": 103019, "order": 19, "descHash": 1660691892 },
{ "subId": 103024, "order": 24, "descHash": 2347309020 },
{ "subId": 103005, "order": 25, "descHash": 1724246116 },
{ "subId": 103006, "order": 26, "descHash": 633141036 },
{ "subId": 103020, "order": 30, "descHash": 3620472828 },
{ "subId": 103021, "order": 31, "descHash": 3008425116 },
{ "subId": 103022, "order": 32, "descHash": 1894071876 },
{ "subId": 103023, "order": 33, "descHash": 1502399444 },
{ "subId": 103025, "order": 34, "descHash": 1523449188 },
{ "subId": 103026, "order": 35, "descHash": 2082397356 },
{ "subId": 103027, "order": 36, "descHash": 629733348 }
]
},
{
"id": 1031,
"titleHash": 1491105359,
"children": [
{ "subId": 103101, "order": 1, "descHash": 4109162108 },
{ "subId": 103102, "order": 2, "descHash": 1971786004 },
{ "subId": 103107, "order": 3, "hidden": true, "descHash": 3938038588 },
{ "subId": 103103, "order": 4, "hidden": true, "descHash": 841092860 },
{ "subId": 103104, "order": 5, "descHash": 1088778732 },
{ "subId": 103109, "order": 6, "hidden": true, "descHash": 3002174636 },
{ "subId": 103105, "order": 7, "descHash": 1803275228 },
{ "subId": 103106, "order": 8, "descHash": 4006987604 },
{ "subId": 103108, "order": 9, "hidden": true, "descHash": 3568812516 }
]
},
{
"id": 1032,
"hidden": true,
"titleHash": 1011175175,
"children": [{ "subId": 103201, "order": 1, "hidden": true }]
},
{
"id": 1033,
"hidden": true,
"titleHash": 2327823943,
"children": [{ "subId": 103301, "order": 1, "hidden": true }]
},
{
"id": 2000,
"titleHash": 3946941215,
"children": [
{ "subId": 200012, "order": 1, "hidden": true, "test": true, "descHash": 2719917732 },
{ "subId": 200001, "order": 2, "descHash": 3129039764 },
{ "subId": 200002, "order": 3, "descHash": 1536826420 },
{ "subId": 200003, "order": 4, "descHash": 373720220 },
{ "subId": 200004, "order": 5, "descHash": 3292574332 },
{ "subId": 200011, "order": 6, "descHash": 4065007204 },
{ "subId": 200005, "order": 7, "descHash": 3137264748 },
{ "subId": 200006, "order": 8, "descHash": 1091578364 },
{ "subId": 200007, "order": 9, "descHash": 3477433148 },
{ "subId": 200008, "order": 10, "hidden": true, "descHash": 1912325884 },
{ "subId": 200009, "order": 11, "hidden": true, "descHash": 1402020868 },
{ "subId": 200010, "order": 12, "descHash": 1806180468 }
]
},
{
"id": 2001,
"titleHash": 3233532831,
"children": [
{ "subId": 200101, "order": 1, "descHash": 2786028868 },
{ "subId": 200102, "order": 2, "descHash": 1590276948 },
{ "subId": 200114, "order": 3, "hidden": true, "test": true, "descHash": 1089910044 },
{ "subId": 200103, "order": 4, "descHash": 1020002036 },
{ "subId": 200104, "order": 5, "descHash": 1707329268 },
{ "subId": 200105, "order": 6, "descHash": 1261492916 },
{ "subId": 200106, "order": 7, "descHash": 3300983812 },
{ "subId": 200107, "order": 8, "descHash": 3002150332 },
{ "subId": 200108, "order": 9, "descHash": 2295774492 },
{ "subId": 200109, "order": 10, "descHash": 1148902684 },
{ "subId": 200110, "order": 11, "descHash": 510598212 },
{ "subId": 200111, "order": 12, "descHash": 3267183724 },
{ "subId": 200112, "order": 13, "descHash": 1558490220 },
{ "subId": 200113, "order": 14, "descHash": 1185265844 }
]
},
{
"id": 2002,
"titleHash": 3473314535,
"children": [
{ "subId": 200202, "order": 1, "descHash": 1669833132 },
{ "subId": 200203, "order": 2, "descHash": 3990247908 },
{ "subId": 200213, "order": 3, "hidden": true, "test": true, "descHash": 2070018292 },
{ "subId": 200204, "order": 4, "descHash": 4050025652 },
{ "subId": 200201, "order": 5, "descHash": 126916732 },
{ "subId": 200205, "order": 6, "descHash": 2917796604 },
{ "subId": 200206, "order": 7, "descHash": 1747203276 },
{ "subId": 200207, "order": 8, "descHash": 4179872452 },
{ "subId": 200208, "order": 9, "descHash": 660727452 },
{ "subId": 200209, "order": 10, "descHash": 1065994148 },
{ "subId": 200210, "order": 11, "descHash": 2637370004 },
{ "subId": 200211, "order": 12, "descHash": 2133159044 },
{ "subId": 200212, "order": 13, "descHash": 2898332884 }
]
},
{
"id": 2003,
"titleHash": 55039543,
"children": [
{ "subId": 200305, "order": 1, "descHash": 104139516 },
{ "subId": 200301, "order": 2, "descHash": 1691568260 },
{ "subId": 200302, "order": 3, "descHash": 4241962420 },
{ "subId": 200303, "order": 4, "test": true, "descHash": 2754217284 },
{ "subId": 200304, "order": 5, "descHash": 2169017924 }
]
},
{
"id": 2004,
"titleHash": 2637528983,
"children": [
{ "subId": 200401, "order": 1, "descHash": 1534893180 },
{ "subId": 200406, "order": 2, "descHash": 1490072164 },
{ "subId": 200407, "order": 3, "descHash": 1538871108 },
{ "subId": 200408, "order": 4, "descHash": 130028068 },
{ "subId": 200402, "order": 5, "descHash": 930852812 },
{ "subId": 200403, "order": 6, "descHash": 1156197564 },
{ "subId": 200404, "order": 7, "descHash": 2317512740 },
{ "subId": 200405, "order": 8, "descHash": 368288492 }
]
},
{
"id": 2005,
"titleHash": 284197415,
"children": [
{ "subId": 200501, "order": 1, "descHash": 538431412 },
{ "subId": 200506, "order": 2, "descHash": 1986905444 },
{ "subId": 200507, "order": 3, "descHash": 3399537772 },
{ "subId": 200502, "order": 4, "descHash": 2818233148 },
{ "subId": 200503, "order": 5, "descHash": 2338988796 },
{ "subId": 200504, "order": 6, "descHash": 202849748 },
{ "subId": 200505, "order": 7, "descHash": 1686024828 }
]
},
{
"id": 2006,
"titleHash": 4099676191,
"children": [
{ "subId": 200601, "order": 1, "descHash": 158705964 },
{ "subId": 200602, "order": 2, "descHash": 1515476252 },
{ "subId": 200603, "order": 3, "descHash": 4200424428 },
{ "subId": 200608, "order": 4, "descHash": 2596406892 },
{ "subId": 200609, "order": 5, "descHash": 2321705852 },
{ "subId": 200604, "order": 6, "descHash": 2139850572 },
{ "subId": 200605, "order": 7, "descHash": 919530468 },
{ "subId": 200606, "order": 8, "descHash": 1659041004 },
{ "subId": 200607, "order": 9, "descHash": 3349802956 },
{ "subId": 200610, "order": 10, "test": true, "descHash": 2284609068 }
]
},
{
"id": 2007,
"titleHash": 3043740727,
"children": [
{ "subId": 200701, "order": 1, "descHash": 1920389612 },
{ "subId": 200710, "order": 2, "descHash": 4075809716 },
{ "subId": 200702, "order": 3, "descHash": 1863460812 },
{ "subId": 200703, "order": 4, "descHash": 3906166508 },
{ "subId": 200704, "order": 5, "descHash": 4272691356 },
{ "subId": 200706, "order": 6, "descHash": 3576817180 },
{ "subId": 200705, "order": 7, "descHash": 464415708 },
{ "subId": 200709, "order": 8, "descHash": 1115056460 },
{ "subId": 200707, "order": 9, "hidden": true, "descHash": 4232321516 },
{ "subId": 200711, "order": 10, "descHash": 3854745244 },
{ "subId": 200708, "order": 11, "descHash": 2257216340 }
]
},
{
"id": 2008,
"titleHash": 3854853215,
"children": [
{ "subId": 200807, "order": 1, "hidden": true, "test": true, "descHash": 284452628 },
{ "subId": 200805, "order": 2, "descHash": 1441453788 },
{ "subId": 200806, "order": 3, "descHash": 637423732 },
{ "subId": 200801, "order": 4, "descHash": 1147422652 },
{ "subId": 200802, "order": 5, "hidden": true, "test": true, "descHash": 1164044708 },
{ "subId": 200803, "order": 6, "descHash": 1118591668 },
{ "subId": 200804, "order": 7, "hidden": true, "descHash": 2186999188 },
{ "subId": 200808, "order": 8, "descHash": 2821469684 }
]
},
{
"id": 2009,
"titleHash": 56189327,
"children": [
{ "subId": 200901, "order": 1, "descHash": 2615173020 },
{ "subId": 200910, "order": 2, "descHash": 699731284 },
{ "subId": 200909, "order": 3, "descHash": 63763700 },
{ "subId": 200921, "order": 4, "descHash": 1914285348 },
{ "subId": 200922, "order": 5, "descHash": 1093315788 },
{ "subId": 200902, "order": 6, "descHash": 2870455244 },
{ "subId": 200903, "order": 7, "descHash": 2607788436 },
{ "subId": 200914, "order": 8, "descHash": 4153226148 },
{ "subId": 200915, "order": 9, "descHash": 4074025700 },
{ "subId": 200916, "order": 10, "descHash": 2473597108 },
{ "subId": 200920, "order": 11, "descHash": 439741980 },
{ "subId": 200917, "order": 12, "descHash": 2825148276 },
{ "subId": 200924, "order": 13, "descHash": 913468636 },
{ "subId": 200918, "order": 14, "descHash": 3164348084 },
{ "subId": 200923, "order": 15, "hidden": true, "test": true, "descHash": 4038523340 },
{ "subId": 200919, "order": 16, "descHash": 373034124 },
{ "subId": 200911, "order": 17, "descHash": 2169422740 },
{ "subId": 200913, "order": 18, "descHash": 2012954324 },
{ "subId": 200912, "order": 19, "descHash": 1976159964 },
{ "subId": 200925, "order": 20, "descHash": 517479644 },
{ "subId": 200904, "order": 21, "descHash": 1755451716 },
{ "subId": 200926, "order": 22, "hidden": true, "test": true, "descHash": 3886585492 },
{ "subId": 200905, "order": 23, "descHash": 1595956644 },
{ "subId": 200906, "order": 24, "descHash": 4139362004 },
{ "subId": 200907, "order": 25, "descHash": 4133760076 },
{ "subId": 200927, "order": 26, "descHash": 2264575284 },
{ "subId": 200928, "order": 27, "descHash": 4113650476 },
{ "subId": 200929, "order": 28, "descHash": 3452929092 },
{ "subId": 200930, "order": 29, "descHash": 518314652 },
{ "subId": 200931, "order": 30, "hidden": true, "test": true },
{ "subId": 200908, "order": 31, "descHash": 3882926276 }
]
},
{
"id": 2010,
"titleHash": 2829201271,
"children": [
{ "subId": 201001, "order": 1, "descHash": 3046997260 },
{ "subId": 201002, "order": 2, "descHash": 1493962532 },
{ "subId": 201003, "order": 3, "descHash": 4069099972 },
{ "subId": 201004, "order": 4, "descHash": 4057003468 },
{ "subId": 201005, "order": 5, "descHash": 2245891988 },
{ "subId": 201006, "order": 6, "descHash": 980390692 },
{ "subId": 201012, "order": 7, "descHash": 2214518676 },
{ "subId": 201013, "order": 8, "descHash": 3066080092 },
{ "subId": 201017, "order": 9, "hidden": true, "test": true, "descHash": 3389706372 },
{ "subId": 201007, "order": 10, "descHash": 2128509244 },
{ "subId": 201014, "order": 11, "descHash": 238360692 },
{ "subId": 201010, "order": 12, "descHash": 1507604828 },
{ "subId": 201016, "order": 13, "descHash": 2453746932 },
{ "subId": 201018, "order": 14, "hidden": true, "test": true, "descHash": 3419907348 },
{ "subId": 201008, "order": 15, "descHash": 938906516 },
{ "subId": 201015, "order": 16, "descHash": 1867787908 },
{ "subId": 201011, "order": 17, "descHash": 1696792148 },
{ "subId": 201009, "order": 18, "descHash": 3810452492 }
]
},
{
"id": 2011,
"titleHash": 3126017879,
"children": [
{ "subId": 201101, "order": 1, "descHash": 1986048236 },
{ "subId": 201102, "order": 2, "descHash": 4205351284 },
{ "subId": 201103, "order": 3, "descHash": 1763984460 },
{ "subId": 201104, "order": 4, "descHash": 2100170324 },
{ "subId": 201105, "order": 5, "descHash": 3560136316 },
{ "subId": 201106, "order": 6, "descHash": 1431813012 },
{ "subId": 201107, "order": 7, "descHash": 4287035588 }
]
},
{
"id": 2012,
"titleHash": 3576818855,
"children": [
{ "subId": 201201, "order": 1, "descHash": 2909056260 },
{ "subId": 201202, "order": 2, "descHash": 1214434644 },
{ "subId": 201203, "order": 3, "descHash": 2745422484 },
{ "subId": 201204, "order": 4, "descHash": 3202325620 },
{ "subId": 201205, "order": 5, "descHash": 108061868 },
{ "subId": 201206, "order": 6, "descHash": 1050646476 },
{ "subId": 201210, "order": 7, "descHash": 3877899484 },
{ "subId": 201211, "order": 8, "descHash": 1035541164 },
{ "subId": 201216, "order": 9, "descHash": 2680590044 },
{ "subId": 201217, "order": 10, "descHash": 3016864852 },
{ "subId": 201212, "order": 11, "descHash": 4209199108 },
{ "subId": 201207, "order": 12, "descHash": 1108409828 },
{ "subId": 201213, "order": 13, "descHash": 3222105644 },
{ "subId": 201208, "order": 14, "descHash": 1344041844 },
{ "subId": 201214, "order": 15, "descHash": 2824197972 },
{ "subId": 201209, "order": 16, "descHash": 3575985324 },
{ "subId": 201215, "order": 17, "descHash": 127863052 }
]
},
{
"id": 2013,
"titleHash": 1388933119,
"children": [
{ "subId": 201301, "order": 1, "descHash": 1786725396 },
{ "subId": 201311, "order": 2, "descHash": 3533877508 },
{ "subId": 201302, "order": 3, "descHash": 1743099124 },
{ "subId": 201303, "order": 4, "descHash": 3468278908 },
{ "subId": 201304, "order": 5, "descHash": 789119236 },
{ "subId": 201305, "order": 6, "hidden": true, "descHash": 312395772 },
{ "subId": 201306, "order": 7, "descHash": 2557114524 },
{ "subId": 201307, "order": 8, "descHash": 1153198380 },
{ "subId": 201308, "order": 9, "descHash": 702384804 },
{ "subId": 201309, "order": 10, "descHash": 1126796300 },
{ "subId": 201312, "order": 11, "hidden": true, "test": true, "descHash": 3016999076 },
{ "subId": 201310, "order": 12, "descHash": 2451095932 }
]
},
{
"id": 2014,
"titleHash": 4016615943,
"children": [
{ "subId": 201401, "order": 1, "descHash": 2185202684 },
{ "subId": 201402, "order": 2, "hidden": true, "descHash": 1839190676 },
{ "subId": 201403, "order": 3, "descHash": 3525214612 },
{ "subId": 201404, "order": 4, "descHash": 2454644740 },
{ "subId": 201405, "order": 5, "descHash": 402721788 },
{ "subId": 201406, "order": 6, "descHash": 1219860564 },
{ "subId": 201407, "order": 7, "descHash": 1086875868 },
{ "subId": 201408, "order": 8, "descHash": 4038058916 }
]
},
{
"id": 2015,
"titleHash": 2156306839,
"children": [
{ "subId": 201501, "order": 1, "descHash": 539189964 },
{ "subId": 201502, "order": 2, "descHash": 3543382964 },
{ "subId": 201503, "order": 3, "descHash": 4196096748 },
{ "subId": 201504, "order": 4, "descHash": 2737492820 },
{ "subId": 201505, "order": 5, "descHash": 2006273268 }
]
},
{
"id": 2016,
"titleHash": 873861071,
"children": [
{ "subId": 201601, "order": 1, "descHash": 802735044 },
{ "subId": 201606, "order": 2, "descHash": 1978692220 },
{ "subId": 201608, "order": 3, "descHash": 2139245244 },
{ "subId": 201602, "order": 4, "descHash": 1413776660 },
{ "subId": 201607, "order": 5, "descHash": 4088443596 },
{ "subId": 201603, "order": 6, "descHash": 2374496884 },
{ "subId": 201604, "order": 7, "descHash": 2260606844 },
{ "subId": 201605, "order": 8, "descHash": 1293501340 },
{ "subId": 201609, "order": 9, "descHash": 657098788 }
]
},
{
"id": 2017,
"titleHash": 2528758855,
"children": [
{ "subId": 201701, "order": 1, "descHash": 4098021572 },
{ "subId": 201702, "order": 2, "descHash": 872278548 },
{ "subId": 201712, "order": 3, "hidden": true, "test": true, "descHash": 3893820324 },
{ "subId": 201703, "order": 4, "descHash": 42192788 },
{ "subId": 201704, "order": 5, "descHash": 2387951988 },
{ "subId": 201710, "order": 6, "descHash": 3422274772 },
{ "subId": 201705, "order": 7, "descHash": 417036212 },
{ "subId": 201706, "order": 8, "descHash": 1428832532 },
{ "subId": 201707, "order": 9, "descHash": 2807673652 },
{ "subId": 201708, "order": 10, "descHash": 4268964404 },
{ "subId": 201716, "order": 11, "hidden": true, "test": true, "descHash": 4245838092 },
{ "subId": 201714, "order": 12, "descHash": 51803180 },
{ "subId": 201711, "order": 13, "descHash": 3445493492 },
{ "subId": 201715, "order": 14, "descHash": 1296033324 },
{ "subId": 201713, "order": 15, "hidden": true, "test": true, "descHash": 4193499724 },
{ "subId": 201709, "order": 16, "descHash": 2045881236 }
]
},
{
"id": 2018,
"titleHash": 2536531223,
"children": [
{ "subId": 201801, "order": 1, "test": true, "descHash": 1172020132 },
{ "subId": 201802, "order": 2, "descHash": 3891407444 },
{ "subId": 201803, "order": 3, "descHash": 1578558140 },
{ "subId": 201805, "order": 4, "descHash": 3526525748 },
{ "subId": 201806, "order": 5, "descHash": 3601511908 },
{ "subId": 201807, "order": 6, "descHash": 3037213412 },
{ "subId": 201804, "order": 7, "descHash": 2698377516 }
]
},
{
"id": 2019,
"titleHash": 172874215,
"children": [
{ "subId": 201905, "order": 2, "descHash": 1998491692 },
{ "subId": 201901, "order": 3, "descHash": 4239877732 },
{ "subId": 201902, "order": 4, "descHash": 256933484 },
{ "subId": 201903, "order": 5, "hidden": true, "test": true, "descHash": 4013488724 },
{ "subId": 201904, "order": 6, "descHash": 548436668 }
]
},
{
"id": 2020,
"titleHash": 2485356903,
"children": [
{ "subId": 202001, "order": 1, "descHash": 2369637220 },
{ "subId": 202007, "order": 2, "hidden": true, "test": true, "descHash": 914984116 },
{ "subId": 202008, "order": 3, "hidden": true, "test": true, "descHash": 3141742388 },
{ "subId": 202009, "order": 4, "descHash": 27596172 },
{ "subId": 202002, "order": 5, "descHash": 782585636 },
{ "subId": 202013, "order": 6, "descHash": 3932765436 },
{ "subId": 202003, "order": 7, "descHash": 3785750524 },
{ "subId": 202004, "order": 8, "descHash": 2792278412 },
{ "subId": 202010, "order": 9, "hidden": true, "test": true, "descHash": 520237852 },
{ "subId": 202011, "order": 10, "descHash": 1254931676 },
{ "subId": 202005, "order": 11, "descHash": 3588164364 },
{ "subId": 202006, "order": 12, "test": true, "descHash": 396080916 },
{ "subId": 202012, "order": 13, "descHash": 1653828388 }
]
},
{
"id": 2021,
"titleHash": 3806214671,
"children": [
{ "subId": 202101, "order": 1, "descHash": 1927774476 },
{ "subId": 202102, "order": 2, "descHash": 2415517716 }
]
},
{
"id": 2022,
"hidden": true,
"test": true,
"titleHash": 3255389847,
"children": [
{ "subId": 202201, "order": 1, "hidden": true, "test": true, "descHash": 3924419828 },
{ "subId": 202202, "order": 2, "hidden": true, "test": true, "descHash": 3733012948 },
{ "subId": 202203, "order": 3, "hidden": true, "test": true, "descHash": 1394969108 }
]
},
{
"id": 2023,
"hidden": true,
"test": true,
"titleHash": 409160735,
"children": [
{ "subId": 202301, "order": 1, "hidden": true, "test": true, "descHash": 1222001804 },
{ "subId": 202302, "order": 2, "hidden": true, "test": true, "descHash": 2485441236 },
{ "subId": 202303, "order": 3, "hidden": true, "test": true, "descHash": 1457503540 },
{ "subId": 202304, "order": 4, "hidden": true, "test": true, "descHash": 4231450340 },
{ "subId": 202305, "order": 5, "hidden": true, "test": true, "descHash": 767983780 }
]
},
{
"id": 2024,
"hidden": true,
"test": true,
"titleHash": 4220531823,
"children": [{ "subId": 202401, "order": 1, "hidden": true }]
},
{
"id": 2025,
"hidden": true,
"test": true,
"titleHash": 3452945279,
"children": [
{ "subId": 202501, "order": 1, "hidden": true, "test": true, "descHash": 2810401764 },
{ "subId": 202502, "order": 2, "hidden": true, "test": true, "descHash": 2996831084 }
]
},
{
"id": 3000,
"titleHash": 1159747887,
"children": [
{ "subId": 300011, "order": 1, "descHash": 3904462692 },
{ "subId": 300001, "order": 2, "descHash": 2210589780 },
{ "subId": 300002, "order": 3, "descHash": 3663587956 },
{ "subId": 300003, "order": 4, "descHash": 3276905820 },
{ "subId": 300004, "order": 5, "hidden": true, "test": true, "descHash": 2994242220 },
{ "subId": 300005, "order": 6, "descHash": 3466836148 },
{ "subId": 300006, "order": 7, "hidden": true, "test": true, "descHash": 819381524 },
{ "subId": 300007, "order": 8, "descHash": 1727229484 },
{ "subId": 300008, "order": 9, "hidden": true, "test": true, "descHash": 3604856444 },
{ "subId": 300009, "order": 10, "hidden": true, "test": true, "descHash": 1518790268 },
{ "subId": 300010, "order": 11, "descHash": 1529055052 }
]
},
{
"id": 3001,
"titleHash": 2029690863,
"children": [
{ "subId": 300101, "order": 1, "descHash": 2921119820 },
{ "subId": 300102, "order": 2, "descHash": 292144780 },
{ "subId": 300108, "order": 3, "descHash": 3952646396 },
{ "subId": 300109, "order": 4, "descHash": 3173154556 },
{ "subId": 300103, "order": 5, "descHash": 4051466532 },
{ "subId": 300104, "order": 6, "descHash": 2882961572 },
{ "subId": 300107, "order": 7, "descHash": 2271827588 },
{ "subId": 300105, "order": 8, "descHash": 2383492388 },
{ "subId": 300106, "order": 9, "descHash": 1752246316 },
{ "subId": 300110, "order": 10, "descHash": 911655956 },
{ "subId": 300111, "order": 11, "descHash": 4216485620 }
]
},
{
"id": 3002,
"titleHash": 1127903943,
"children": [
{ "subId": 300201, "order": 1, "descHash": 4211580156 },
{ "subId": 300202, "order": 2, "descHash": 241983796 },
{ "subId": 300203, "order": 3, "descHash": 1099171412 },
{ "subId": 300204, "order": 4, "descHash": 232344044 },
{ "subId": 300205, "order": 5, "descHash": 422560084 },
{ "subId": 300206, "order": 6, "descHash": 152990708 },
{ "subId": 300207, "order": 7, "descHash": 225008492 },
{ "subId": 300208, "order": 8, "descHash": 2107799316 },
{ "subId": 300213, "order": 9, "hidden": true, "test": true, "descHash": 1060806396 },
{ "subId": 300209, "order": 10, "descHash": 3755337004 },
{ "subId": 300210, "order": 11, "descHash": 1620799588 },
{ "subId": 300211, "order": 12, "descHash": 3471624380 },
{ "subId": 300212, "order": 13, "descHash": 2057431948 }
]
},
{
"id": 3003,
"titleHash": 3252344839,
"children": [
{ "subId": 300301, "order": 1, "descHash": 426193212 },
{ "subId": 300302, "order": 2, "hidden": true, "test": true, "descHash": 4059817156 },
{ "subId": 300303, "order": 3, "descHash": 2711847212 },
{ "subId": 300304, "order": 4, "descHash": 2491642812 },
{ "subId": 300312, "order": 5, "descHash": 4127672012 },
{ "subId": 300315, "order": 6, "descHash": 1373346804 },
{ "subId": 300316, "order": 7, "descHash": 2265124116 },
{ "subId": 300317, "order": 8, "descHash": 3926503420 },
{ "subId": 300321, "order": 9, "descHash": 1387818868 },
{ "subId": 300318, "order": 10, "descHash": 1684829580 },
{ "subId": 300313, "order": 11, "descHash": 2450706332 },
{ "subId": 300314, "order": 12, "descHash": 2499954940 },
{ "subId": 300305, "order": 13, "descHash": 317530572 },
{ "subId": 300306, "order": 14, "descHash": 2658517692 },
{ "subId": 300307, "order": 15, "descHash": 3855238884 },
{ "subId": 300319, "order": 16, "hidden": true, "test": true, "descHash": 4203536900 },
{ "subId": 300308, "order": 17, "descHash": 1056251060 },
{ "subId": 300309, "order": 18, "descHash": 3169622388 },
{ "subId": 300320, "order": 19, "hidden": true, "test": true, "descHash": 3810638588 },
{ "subId": 300310, "order": 20, "descHash": 3746457804 },
{ "subId": 300311, "order": 21, "descHash": 37299964 }
]
},
{
"id": 3004,
"titleHash": 1639422863,
"children": [
{ "subId": 300401, "order": 1, "descHash": 1132605044 },
{ "subId": 300422, "order": 2, "hidden": true, "test": true, "descHash": 149904428 },
{ "subId": 300402, "order": 3, "descHash": 3767972084 },
{ "subId": 300403, "order": 4, "descHash": 2917540588 },
{ "subId": 300404, "order": 5, "descHash": 4249003332 },
{ "subId": 300405, "order": 6, "descHash": 4124681092 },
{ "subId": 300406, "order": 7, "descHash": 1699696756 },
{ "subId": 300407, "order": 8, "descHash": 3474459604 },
{ "subId": 300408, "order": 9, "descHash": 2416593228 },
{ "subId": 300409, "order": 10, "descHash": 2833611100 },
{ "subId": 300421, "order": 11, "hidden": true, "test": true, "descHash": 2970181860 },
{ "subId": 300410, "order": 12, "descHash": 3648670060 },
{ "subId": 300411, "order": 13, "descHash": 1502314636 },
{ "subId": 300412, "order": 14, "descHash": 2163462636 },
{ "subId": 300413, "order": 15, "descHash": 1543425252 },
{ "subId": 300414, "order": 16, "descHash": 3346637068 },
{ "subId": 300415, "order": 17, "descHash": 3213804844 },
{ "subId": 300416, "order": 18, "descHash": 1966733716 },
{ "subId": 300417, "order": 19, "hidden": true, "test": true, "descHash": 380019092 },
{ "subId": 300418, "order": 20, "hidden": true, "test": true, "descHash": 3706205044 },
{ "subId": 300419, "order": 21, "descHash": 1587009484 },
{ "subId": 300420, "order": 22, "descHash": 2322062252 }
]
},
{
"id": 3005,
"titleHash": 1604680671,
"children": [
{ "subId": 300501, "order": 1, "descHash": 3007209588 },
{ "subId": 300502, "order": 2, "descHash": 887986796 },
{ "subId": 300503, "order": 3, "descHash": 2555885356 },
{ "subId": 300504, "order": 4, "descHash": 2521616796 },
{ "subId": 300505, "order": 5, "descHash": 1121709388 },
{ "subId": 300506, "order": 6, "descHash": 987962612 },
{ "subId": 300507, "order": 7, "descHash": 1360417396 },
{ "subId": 300508, "order": 8, "descHash": 2891600100 },
{ "subId": 300509, "order": 9, "descHash": 806889508 },
{ "subId": 300510, "order": 10, "descHash": 3965646540 },
{ "subId": 300511, "order": 11, "descHash": 1642631628 },
{ "subId": 300512, "order": 12, "descHash": 3354846292 },
{ "subId": 300513, "order": 13, "descHash": 3172144892 },
{ "subId": 300514, "order": 14, "descHash": 3236722188 },
{ "subId": 300515, "order": 15, "descHash": 4275976308 },
{ "subId": 300516, "order": 16, "hidden": true, "test": true, "descHash": 366815820 },
{ "subId": 300517, "order": 17, "hidden": true, "test": true, "descHash": 3956376428 }
]
},
{
"id": 3006,
"titleHash": 1283508791,
"children": [
{ "subId": 300601, "order": 1, "descHash": 3556819476 },
{ "subId": 300602, "order": 2, "descHash": 3200701084 },
{ "subId": 300603, "order": 3, "descHash": 1618573836 },
{ "subId": 300604, "order": 4, "descHash": 4227451420 },
{ "subId": 300614, "order": 5, "descHash": 3629393212 },
{ "subId": 300615, "order": 6, "descHash": 1126876492 },
{ "subId": 300605, "order": 7, "descHash": 2161456548 },
{ "subId": 300606, "order": 8, "descHash": 1055431172 },
{ "subId": 300613, "order": 9, "descHash": 3773804876 },
{ "subId": 300607, "order": 10, "descHash": 1612388460 },
{ "subId": 300608, "order": 11, "descHash": 3279442412 },
{ "subId": 300609, "order": 12, "descHash": 2715857876 },
{ "subId": 300610, "order": 13, "descHash": 1168679692 },
{ "subId": 300611, "order": 14, "hidden": true, "test": true, "descHash": 172946228 },
{ "subId": 300612, "order": 15, "descHash": 2002831852 }
]
},
{
"id": 3007,
"titleHash": 290163623,
"children": [
{ "subId": 300701, "order": 1, "descHash": 516821572 },
{ "subId": 300702, "order": 2, "descHash": 1494234548 },
{ "subId": 300714, "order": 3, "descHash": 1613005116 },
{ "subId": 300717, "order": 4, "descHash": 542809732 },
{ "subId": 300703, "order": 5, "descHash": 1314035508 },
{ "subId": 300718, "order": 6, "descHash": 2649159108 },
{ "subId": 300704, "order": 7, "descHash": 2930660660 },
{ "subId": 300705, "order": 8, "descHash": 2517883452 },
{ "subId": 300730, "order": 9, "descHash": 2977561532 },
{ "subId": 300720, "order": 10, "descHash": 3316190516 },
{ "subId": 300706, "order": 11, "descHash": 1983063836 },
{ "subId": 300721, "order": 12, "hidden": true, "test": true, "descHash": 676232148 },
{ "subId": 300722, "order": 13, "hidden": true, "test": true, "descHash": 1847349652 },
{ "subId": 300723, "order": 14, "hidden": true, "test": true, "descHash": 1434944380 },
{ "subId": 300724, "order": 15, "hidden": true, "test": true, "descHash": 3765191668 },
{ "subId": 300725, "order": 16, "hidden": true, "test": true, "descHash": 3593953500 },
{ "subId": 300726, "order": 17, "hidden": true, "test": true, "descHash": 3026096356 },
{ "subId": 300727, "order": 18, "hidden": true, "test": true, "descHash": 1292779164 },
{ "subId": 300728, "order": 19, "hidden": true, "test": true, "descHash": 2426206900 },
{ "subId": 300729, "order": 20, "hidden": true, "test": true, "descHash": 4161853852 },
{ "subId": 300707, "order": 21, "descHash": 2246096308 },
{ "subId": 300708, "order": 22, "descHash": 1558856036 },
{ "subId": 300709, "order": 23, "descHash": 1156909004 },
{ "subId": 300710, "order": 24, "descHash": 1029754860 },
{ "subId": 300711, "order": 25, "descHash": 298664868 },
{ "subId": 300715, "order": 26, "descHash": 4145358980 },
{ "subId": 300712, "order": 27, "descHash": 600428476 },
{ "subId": 300713, "order": 28, "descHash": 3407153628 },
{ "subId": 300716, "order": 29, "descHash": 3870696020 }
]
},
{
"id": 3008,
"titleHash": 2214038207,
"children": [
{ "subId": 300810, "order": 1, "descHash": 4185076692 },
{ "subId": 300811, "order": 2, "descHash": 163595396 },
{ "subId": 300801, "order": 3, "descHash": 2502881220 },
{ "subId": 300812, "order": 4, "descHash": 343059172 },
{ "subId": 300802, "order": 5, "descHash": 1776358468 },
{ "subId": 300803, "order": 6, "descHash": 3024319460 },
{ "subId": 300804, "order": 7, "descHash": 4116964916 },
{ "subId": 300815, "order": 8, "hidden": true, "test": true, "descHash": 1608459692 },
{ "subId": 300805, "order": 9, "descHash": 3258711332 },
{ "subId": 300816, "order": 10, "hidden": true, "test": true, "descHash": 3031246980 },
{ "subId": 300817, "order": 11, "hidden": true, "test": true, "descHash": 3154279836 },
{ "subId": 300813, "order": 12, "descHash": 2396582292 },
{ "subId": 300806, "order": 13, "descHash": 566177676 },
{ "subId": 300807, "order": 14, "descHash": 1836471972 },
{ "subId": 300808, "order": 15, "descHash": 2179574068 },
{ "subId": 300814, "order": 30, "hidden": true, "test": true, "descHash": 1380727540 }
]
},
{
"id": 3009,
"titleHash": 3571309207,
"children": [
{ "subId": 300912, "order": 1, "descHash": 236355716 },
{ "subId": 300913, "order": 2, "descHash": 3299482268 },
{ "subId": 300901, "order": 3, "descHash": 113752748 },
{ "subId": 300914, "order": 4, "descHash": 3538170268 },
{ "subId": 300918, "order": 5, "hidden": true, "test": true, "descHash": 2812953108 },
{ "subId": 300902, "order": 6, "descHash": 66183396 },
{ "subId": 300903, "order": 7, "descHash": 1539096412 },
{ "subId": 300904, "order": 8, "descHash": 3951413332 },
{ "subId": 300917, "order": 9, "hidden": true, "test": true, "descHash": 13229860 },
{ "subId": 300905, "order": 10, "descHash": 620041076 },
{ "subId": 300906, "order": 11, "descHash": 918554940 },
{ "subId": 300907, "order": 12, "descHash": 3746778620 },
{ "subId": 300909, "order": 13, "descHash": 2499977756 },
{ "subId": 300910, "order": 14, "descHash": 2318016428 },
{ "subId": 300916, "order": 16, "hidden": true, "test": true, "descHash": 1883648684 },
{ "subId": 300908, "order": 30, "hidden": true, "test": true, "descHash": 796288052 },
{ "subId": 300915, "order": 95, "test": true, "descHash": 2129816588 },
{ "subId": 300911, "order": 99, "test": true, "descHash": 1667821164 }
]
},
{
"id": 3010,
"titleHash": 4280963679,
"children": [
{ "subId": 301005, "order": 1, "descHash": 550768884 },
{ "subId": 301001, "order": 2, "descHash": 1876698652 },
{ "subId": 301002, "order": 4, "descHash": 399564300 },
{ "subId": 301003, "order": 5, "descHash": 868604780 },
{ "subId": 301006, "order": 30, "hidden": true, "test": true, "descHash": 1500071284 }
]
},
{
"id": 3011,
"titleHash": 732258359,
"children": [
{ "subId": 301118, "order": 1, "descHash": 3952421756 },
{ "subId": 301101, "order": 2, "descHash": 683627100 },
{ "subId": 301102, "order": 4, "descHash": 1515309164 },
{ "subId": 301103, "order": 5, "descHash": 448989076 },
{ "subId": 301104, "order": 6, "descHash": 404066508 },
{ "subId": 301105, "order": 30, "hidden": true, "test": true, "descHash": 1873650596 }
]
},
{
"id": 3012,
"titleHash": 676207463,
"children": [
{ "subId": 301211, "order": 1, "descHash": 3406224204 },
{ "subId": 301201, "order": 2, "descHash": 1866426844 },
{ "subId": 301202, "order": 3, "descHash": 1007307692 },
{ "subId": 301203, "order": 4, "descHash": 1162374132 },
{ "subId": 301204, "order": 5, "descHash": 576679820 },
{ "subId": 301205, "order": 6, "descHash": 812784844 },
{ "subId": 301207, "order": 8, "descHash": 3116984276 },
{ "subId": 301209, "order": 10, "descHash": 972117412 },
{ "subId": 301213, "order": 15, "hidden": true, "test": true, "descHash": 2536506444 },
{ "subId": 301212, "order": 21, "descHash": 2581790188 },
{ "subId": 301210, "order": 22, "descHash": 62781796 },
{ "subId": 301214, "order": 93, "descHash": 2470249148 },
{ "subId": 301215, "order": 94, "descHash": 472123756 }
]
},
{
"id": 3013,
"titleHash": 929335511,
"children": [
{ "subId": 301302, "order": 1, "descHash": 1111020964 },
{ "subId": 301301, "order": 2, "descHash": 1891765036 }
]
},
{
"id": 3014,
"titleHash": 681695183,
"children": [
{ "subId": 301401, "order": 1, "descHash": 663938820 },
{ "subId": 301402, "order": 2, "descHash": 1162012740 },
{ "subId": 301403, "order": 3, "descHash": 1247212332 },
{ "subId": 301406, "order": 6, "descHash": 128968500 },
{ "subId": 301407, "order": 7, "descHash": 2687488340 },
{ "subId": 301408, "order": 8, "descHash": 1104392756 },
{ "subId": 301409, "order": 9, "descHash": 3844969916 },
{ "subId": 301410, "order": 13, "hidden": true, "test": true, "descHash": 1337778260 },
{ "subId": 301411, "order": 91, "hidden": true, "test": true, "descHash": 3797649836 },
{ "subId": 301404, "order": 94, "hidden": true, "test": true, "descHash": 2173865300 },
{ "subId": 301405, "order": 95, "test": true, "descHash": 1893994036 }
]
},
{
"id": 3015,
"hidden": true,
"test": true,
"titleHash": 4105550279,
"children": [
{ "subId": 301501, "order": 1, "hidden": true, "test": true, "descHash": 833183364 },
{ "subId": 301502, "order": 2, "hidden": true, "test": true, "descHash": 2463080724 },
{ "subId": 301503, "order": 3, "hidden": true, "test": true, "descHash": 4132977164 }
]
},
{
"id": 3016,
"titleHash": 958614119,
"children": [
{ "subId": 301601, "order": 1, "descHash": 2833785380 },
{ "subId": 301617, "order": 2, "descHash": 1701073796 },
{ "subId": 301602, "order": 3, "descHash": 704839692 },
{ "subId": 301603, "order": 4, "descHash": 811016916 },
{ "subId": 301604, "order": 5, "descHash": 993391756 },
{ "subId": 301605, "order": 6, "descHash": 2857865956 },
{ "subId": 301606, "order": 7, "descHash": 988220068 },
{ "subId": 301607, "order": 8, "descHash": 1468936668 },
{ "subId": 301608, "order": 9, "descHash": 1783778468 },
{ "subId": 301609, "order": 10, "descHash": 706575836 },
{ "subId": 301610, "order": 11, "descHash": 1557545468 },
{ "subId": 301611, "order": 12, "descHash": 4128552036 },
{ "subId": 301612, "order": 13, "descHash": 3138756796 },
{ "subId": 301613, "order": 14, "descHash": 2793291884 },
{ "subId": 301614, "order": 15, "test": true, "descHash": 167290060 },
{ "subId": 301615, "order": 16, "descHash": 2028644260 },
{ "subId": 301616, "order": 17, "descHash": 1216086076 }
]
},
{
"id": 3017,
"titleHash": 102839775,
"children": [
{ "subId": 301701, "order": 1, "descHash": 2913128508 },
{ "subId": 301702, "order": 2, "descHash": 3835482452 },
{ "subId": 301703, "order": 3, "descHash": 565021412 },
{ "subId": 301704, "order": 4, "descHash": 1553847676 },
{ "subId": 301705, "order": 5, "descHash": 4063819252 },
{ "subId": 301706, "order": 6, "descHash": 4103663420 },
{ "subId": 301707, "order": 7, "descHash": 3761682668 }
]
},
{
"id": 3018,
"titleHash": 342628215,
"children": [
{ "subId": 301801, "order": 1, "descHash": 1909326972 },
{ "subId": 301802, "order": 2, "descHash": 1248556596 },
{ "subId": 301803, "order": 3, "descHash": 4234389260 },
{ "subId": 301804, "order": 4, "descHash": 531446780 },
{ "subId": 301805, "order": 5, "descHash": 1921174708 },
{ "subId": 301806, "order": 6, "descHash": 2058235428 },
{ "subId": 301807, "order": 7, "descHash": 841336988 },
{ "subId": 301808, "order": 8, "descHash": 83414836 },
{ "subId": 301809, "order": 9, "descHash": 2252990060 },
{ "subId": 301810, "order": 10, "descHash": 4269108116 },
{ "subId": 301811, "order": 11, "descHash": 18527900 }
]
},
{
"id": 3019,
"titleHash": 3797768135,
"children": [
{ "subId": 301903, "order": 3, "descHash": 4007886340 },
{ "subId": 301904, "order": 4, "descHash": 2918394364 },
{ "subId": 301905, "order": 5, "descHash": 667862628 },
{ "subId": 301906, "order": 6, "descHash": 1153350276 },
{ "subId": 301907, "order": 7, "descHash": 960235532 },
{ "subId": 301908, "order": 8, "descHash": 2243333820 },
{ "subId": 301909, "order": 9, "descHash": 700661764 },
{ "subId": 301910, "order": 10, "descHash": 2842442972 },
{ "subId": 301911, "order": 11, "descHash": 3451524884 },
{ "subId": 301912, "order": 12, "descHash": 53475836 },
{ "subId": 301913, "order": 13, "descHash": 189004940 },
{ "subId": 301914, "order": 14, "descHash": 2130647692 },
{ "subId": 301915, "order": 15, "descHash": 4031895204 },
{ "subId": 301917, "order": 17, "descHash": 777857788 },
{ "subId": 301918, "order": 18, "descHash": 2942374484 },
{ "subId": 301916, "order": 19, "descHash": 1342707756 },
{ "subId": 301919, "order": 21, "descHash": 4107396332 },
{ "subId": 301921, "order": 24, "descHash": 2642542812 },
{ "subId": 301920, "order": 25, "descHash": 1811029788 },
{ "subId": 301902, "order": 98, "descHash": 2622688540 },
{ "subId": 301901, "order": 99, "descHash": 721328740 }
]
},
{
"id": 3020,
"titleHash": 4204025847,
"children": [
{ "subId": 302018, "order": 1, "descHash": 1160501580 },
{ "subId": 302001, "order": 2, "descHash": 4055792380 },
{ "subId": 302002, "order": 3, "descHash": 1011803900 },
{ "subId": 302003, "order": 4, "descHash": 4162555220 },
{ "subId": 302004, "order": 5, "descHash": 4214021100 },
{ "subId": 302005, "order": 6, "hidden": true, "test": true, "descHash": 1736632788 },
{ "subId": 302020, "order": 7, "hidden": true, "test": true, "descHash": 3047441108 },
{ "subId": 302023, "order": 8, "hidden": true, "test": true, "descHash": 2473953028 },
{ "subId": 302006, "order": 9, "hidden": true, "test": true, "descHash": 1045791404 },
{ "subId": 302007, "order": 10, "descHash": 3344235772 },
{ "subId": 302016, "order": 11, "descHash": 3309002852 },
{ "subId": 302015, "order": 12, "descHash": 583217380 },
{ "subId": 302008, "order": 13, "descHash": 1982521884 },
{ "subId": 302009, "order": 14, "descHash": 1739299804 },
{ "subId": 302010, "order": 15, "descHash": 2507493356 },
{ "subId": 302011, "order": 16, "descHash": 4176124260 },
{ "subId": 302017, "order": 17, "descHash": 249911884 },
{ "subId": 302013, "order": 18, "descHash": 3423812772 },
{ "subId": 302012, "order": 19, "descHash": 2535466260 },
{ "subId": 302021, "order": 20, "hidden": true, "descHash": 2099487644 },
{ "subId": 302022, "order": 21, "hidden": true, "descHash": 3324627820 },
{ "subId": 302019, "order": 22, "descHash": 2035881252 },
{ "subId": 302014, "order": 23, "descHash": 1290520844 }
]
},
{
"id": 3021,
"titleHash": 3642167159,
"children": [
{ "subId": 302114, "order": 1, "descHash": 2074572908 },
{ "subId": 302112, "order": 2, "descHash": 3142099628 },
{ "subId": 302101, "order": 3, "descHash": 2236130228 },
{ "subId": 302103, "order": 5, "descHash": 2589442364 },
{ "subId": 302115, "order": 6, "hidden": true, "descHash": 4072748692 },
{ "subId": 302111, "order": 7, "descHash": 2831267556 },
{ "subId": 302104, "order": 8, "descHash": 2749041732 },
{ "subId": 302113, "order": 9, "descHash": 3454681892 },
{ "subId": 302116, "order": 10, "descHash": 849647060 },
{ "subId": 302105, "order": 11, "descHash": 3038979860 },
{ "subId": 302106, "order": 12, "descHash": 1867521740 },
{ "subId": 302107, "order": 13, "descHash": 724043180 },
{ "subId": 302108, "order": 14, "descHash": 918743628 },
{ "subId": 302109, "order": 15, "descHash": 392507756 },
{ "subId": 302110, "order": 16, "descHash": 347192636 },
{ "subId": 302102, "order": 99, "descHash": 2104829252 }
]
},
{
"id": 3022,
"titleHash": 2813062135,
"children": [
{ "subId": 302201, "order": 1, "descHash": 120740068 },
{ "subId": 302202, "order": 2, "descHash": 980931948 },
{ "subId": 302203, "order": 3, "descHash": 3973815876 },
{ "subId": 302204, "order": 4, "descHash": 3505324540 },
{ "subId": 302225, "order": 5, "hidden": true },
{ "subId": 302205, "order": 6, "descHash": 3074855916 },
{ "subId": 302206, "order": 7, "descHash": 2405788916 },
{ "subId": 302207, "order": 8, "hidden": true },
{ "subId": 302233, "order": 9, "descHash": 4007957308 },
{ "subId": 302208, "order": 10, "descHash": 1466160108 },
{ "subId": 302237, "order": 11, "hidden": true },
{ "subId": 302243, "order": 12, "hidden": true },
{ "subId": 302244, "order": 13, "hidden": true },
{ "subId": 302209, "order": 14, "descHash": 1834913180 },
{ "subId": 302231, "order": 15, "hidden": true, "descHash": 2905323188 },
{ "subId": 302232, "order": 16, "hidden": true, "descHash": 3659360348 },
{ "subId": 302249, "order": 17, "hidden": true, "descHash": 3078487636 },
{ "subId": 302210, "order": 18, "descHash": 2579854372 },
{ "subId": 302235, "order": 19, "hidden": true },
{ "subId": 302239, "order": 20, "hidden": true },
{ "subId": 302247, "order": 21, "hidden": true },
{ "subId": 302248, "order": 22, "hidden": true },
{ "subId": 302226, "order": 23, "descHash": 3393847164 },
{ "subId": 302211, "order": 24, "descHash": 3332610932 },
{ "subId": 302212, "order": 25, "descHash": 2311864732 },
{ "subId": 302213, "order": 26, "descHash": 3089112988 },
{ "subId": 302214, "order": 27, "hidden": true },
{ "subId": 302236, "order": 28, "hidden": true },
{ "subId": 302246, "order": 29, "hidden": true },
{ "subId": 302227, "order": 30, "descHash": 1351250948 },
{ "subId": 302215, "order": 31, "descHash": 653927708 },
{ "subId": 302238, "order": 32, "hidden": true },
{ "subId": 302245, "order": 33, "hidden": true },
{ "subId": 302228, "order": 34, "descHash": 3081333420 },
{ "subId": 302216, "order": 35, "descHash": 346189652 },
{ "subId": 302217, "order": 36, "descHash": 4210537284 },
{ "subId": 302224, "order": 37, "descHash": 2390595948 },
{ "subId": 302229, "order": 38, "descHash": 4098843268 },
{ "subId": 302219, "order": 39, "descHash": 215321772 },
{ "subId": 302218, "order": 40, "descHash": 1730320788 },
{ "subId": 302220, "order": 41, "descHash": 4009214788 },
{ "subId": 302230, "order": 42, "descHash": 3466310036 },
{ "subId": 302221, "order": 43, "descHash": 1900179484 },
{ "subId": 302234, "order": 44, "hidden": true },
{ "subId": 302240, "order": 45, "hidden": true },
{ "subId": 302222, "order": 46, "descHash": 316625580 },
{ "subId": 302223, "order": 47, "descHash": 3536162812 },
{ "subId": 302242, "order": 48, "hidden": true },
{ "subId": 302241, "order": 49, "descHash": 2117998388 }
]
},
{
"id": 3023,
"hidden": true,
"children": [{ "subId": 302301, "order": 1, "hidden": true, "test": true, "descHash": 2178031588 }]
},
{
"id": 3024,
"titleHash": 939450703,
"children": [
{ "subId": 302414, "order": 1, "descHash": 553413612 },
{ "subId": 302410, "order": 2, "descHash": 4332228 },
{ "subId": 302401, "order": 3, "descHash": 2101872308 },
{ "subId": 302413, "order": 4, "descHash": 579847556 },
{ "subId": 302411, "order": 5, "descHash": 2950538764 },
{ "subId": 302412, "order": 6, "descHash": 1059743868 },
{ "subId": 302402, "order": 7, "descHash": 642104468 },
{ "subId": 302403, "order": 8, "descHash": 1134867540 },
{ "subId": 302404, "order": 9, "descHash": 3055227788 },
{ "subId": 302405, "order": 10, "descHash": 2926011820 },
{ "subId": 302406, "order": 11, "descHash": 3848490612 },
{ "subId": 302407, "order": 12, "descHash": 2835409764 },
{ "subId": 302408, "order": 13, "descHash": 2492972956 },
{ "subId": 302409, "order": 14, "descHash": 1547364884 }
]
},
{
"id": 3025,
"titleHash": 2116695119,
"children": [
{ "subId": 302501, "order": 1, "descHash": 2033948324 },
{ "subId": 302502, "order": 2, "descHash": 601939708 },
{ "subId": 302516, "order": 3, "descHash": 3301841036 },
{ "subId": 302514, "order": 4, "descHash": 2079133060 },
{ "subId": 302515, "order": 5, "descHash": 365870836 },
{ "subId": 302503, "order": 6, "descHash": 1412169620 },
{ "subId": 302504, "order": 7, "descHash": 328176268 },
{ "subId": 302513, "order": 8, "descHash": 2447425060 },
{ "subId": 302505, "order": 9, "descHash": 2138044420 },
{ "subId": 302517, "order": 10, "hidden": true, "test": true, "descHash": 173903284 },
{ "subId": 302506, "order": 11, "descHash": 2012757284 },
{ "subId": 302507, "order": 12, "descHash": 3364405676 },
{ "subId": 302508, "order": 13, "descHash": 2738604044 },
{ "subId": 302509, "order": 14, "descHash": 3700139652 },
{ "subId": 302510, "order": 15, "descHash": 2501669388 },
{ "subId": 302511, "order": 16, "descHash": 1965569060 },
{ "subId": 302512, "order": 17, "descHash": 2459808092 }
]
},
{
"id": 3026,
"titleHash": 4095802087,
"children": [
{ "subId": 302602, "order": 1, "descHash": 4230730852 },
{ "subId": 302601, "order": 2, "hidden": true, "test": true, "descHash": 4027024932 },
{ "subId": 302618, "order": 3, "descHash": 79238188 },
{ "subId": 302603, "order": 4, "descHash": 4121029204 },
{ "subId": 302619, "order": 5, "descHash": 3002250404 },
{ "subId": 302604, "order": 6, "descHash": 2952929492 },
{ "subId": 302620, "order": 7, "descHash": 2680803388 },
{ "subId": 302621, "order": 8, "hidden": true, "test": true, "descHash": 570496964 },
{ "subId": 302605, "order": 9, "descHash": 3470905636 },
{ "subId": 302606, "order": 10, "descHash": 379089724 },
{ "subId": 302607, "order": 11, "descHash": 1707661868 },
{ "subId": 302608, "order": 12, "descHash": 4212732348 },
{ "subId": 302611, "order": 13, "descHash": 4264210308 },
{ "subId": 302612, "order": 14, "descHash": 272256252 },
{ "subId": 302613, "order": 15, "descHash": 2982319948 },
{ "subId": 302614, "order": 16, "descHash": 1618846628 },
{ "subId": 302615, "order": 17, "descHash": 112623612 },
{ "subId": 302616, "order": 18, "descHash": 3612691980 },
{ "subId": 302617, "order": 19, "descHash": 3673732436 }
]
},
{
"id": 3028,
"titleHash": 3020020887,
"children": [
{ "subId": 302801, "order": 1, "descHash": 2960434756 },
{ "subId": 302822, "order": 2, "descHash": 2561132092 },
{ "subId": 302802, "order": 3, "descHash": 2271432508 },
{ "subId": 302805, "order": 4, "descHash": 3775339740 },
{ "subId": 302803, "order": 5, "descHash": 1175467708 },
{ "subId": 302804, "order": 6, "descHash": 2209598284 },
{ "subId": 302806, "order": 7, "descHash": 1511618516 },
{ "subId": 302807, "order": 8, "descHash": 3527846268 },
{ "subId": 302808, "order": 9, "descHash": 1800202636 },
{ "subId": 302825, "order": 10, "hidden": true },
{ "subId": 302809, "order": 11, "hidden": true },
{ "subId": 302810, "order": 12, "descHash": 1144596132 },
{ "subId": 302811, "order": 13, "hidden": true },
{ "subId": 302814, "order": 14, "descHash": 1693627556 },
{ "subId": 302813, "order": 15, "descHash": 3110752452 },
{ "subId": 302815, "order": 16, "descHash": 2102414548 },
{ "subId": 302816, "order": 17, "descHash": 3739636572 },
{ "subId": 302824, "order": 18, "hidden": true },
{ "subId": 302817, "order": 19, "descHash": 2410703460 },
{ "subId": 302818, "order": 20, "descHash": 3693276468 },
{ "subId": 302819, "order": 21, "hidden": true },
{ "subId": 302820, "order": 22, "descHash": 3325628404 },
{ "subId": 302821, "order": 23, "descHash": 737951460 },
{ "subId": 302812, "order": 24, "descHash": 1350250684 },
{ "subId": 302823, "order": 25, "hidden": true }
]
},
{
"id": 3029,
"titleHash": 861824391,
"children": [
{ "subId": 302901, "order": 1, "descHash": 2960434756 },
{ "subId": 302922, "order": 2, "descHash": 2561132092 },
{ "subId": 302902, "order": 3, "descHash": 2271432508 },
{ "subId": 302905, "order": 4, "descHash": 3775339740 },
{ "subId": 302903, "order": 5, "descHash": 1175467708 },
{ "subId": 302904, "order": 6, "descHash": 2209598284 },
{ "subId": 302906, "order": 7, "descHash": 1511618516 },
{ "subId": 302907, "order": 8, "descHash": 3527846268 },
{ "subId": 302908, "order": 9, "descHash": 1800202636 },
{ "subId": 302925, "order": 10 },
{ "subId": 302909, "order": 11 },
{ "subId": 302910, "order": 12, "descHash": 1144596132 },
{ "subId": 302911, "order": 13 },
{ "subId": 302914, "order": 14, "descHash": 1693627556 },
{ "subId": 302913, "order": 15, "descHash": 3110752452 },
{ "subId": 302915, "order": 16, "descHash": 2102414548 },
{ "subId": 302916, "order": 17, "descHash": 3739636572 },
{ "subId": 302924, "order": 18 },
{ "subId": 302917, "order": 19, "descHash": 2410703460 },
{ "subId": 302918, "order": 20, "descHash": 3693276468 },
{ "subId": 302919, "order": 21 },
{ "subId": 302920, "order": 22, "descHash": 3325628404 },
{ "subId": 302921, "order": 23, "descHash": 737951460 },
{ "subId": 302912, "order": 24, "descHash": 1350250684 },
{ "subId": 302923, "order": 25 }
]
},
{
"id": 3030,
"titleHash": 1236736591,
"children": [
{ "subId": 303001, "order": 1, "descHash": 2960434756 },
{ "subId": 303022, "order": 2, "descHash": 2561132092 },
{ "subId": 303002, "order": 3, "descHash": 2271432508 },
{ "subId": 303005, "order": 4, "descHash": 3775339740 },
{ "subId": 303003, "order": 5, "descHash": 1175467708 },
{ "subId": 303004, "order": 6, "descHash": 2209598284 },
{ "subId": 303006, "order": 7, "descHash": 1511618516 },
{ "subId": 303007, "order": 8, "descHash": 3527846268 },
{ "subId": 303008, "order": 9, "descHash": 1800202636 },
{ "subId": 303025, "order": 10 },
{ "subId": 303009, "order": 11 },
{ "subId": 303010, "order": 12, "descHash": 1144596132 },
{ "subId": 303011, "order": 13 },
{ "subId": 303014, "order": 14, "descHash": 1693627556 },
{ "subId": 303013, "order": 15, "descHash": 3110752452 },
{ "subId": 303015, "order": 16, "descHash": 2102414548 },
{ "subId": 303016, "order": 17, "descHash": 3739636572 },
{ "subId": 303024, "order": 18 },
{ "subId": 303017, "order": 19, "descHash": 2410703460 },
{ "subId": 303018, "order": 20, "descHash": 3693276468 },
{ "subId": 303019, "order": 21 },
{ "subId": 303020, "order": 22, "descHash": 3325628404 },
{ "subId": 303021, "order": 23, "descHash": 737951460 },
{ "subId": 303012, "order": 24, "descHash": 1350250684 },
{ "subId": 303023, "order": 25 }
]
},
{
"id": 3031,
"titleHash": 3384287647,
"children": [
{ "subId": 303101, "order": 1, "descHash": 2960434756 },
{ "subId": 303122, "order": 2, "descHash": 2561132092 },
{ "subId": 303102, "order": 3, "descHash": 2271432508 },
{ "subId": 303105, "order": 4, "descHash": 3775339740 },
{ "subId": 303103, "order": 5, "descHash": 1175467708 },
{ "subId": 303104, "order": 6, "descHash": 2209598284 },
{ "subId": 303106, "order": 7, "descHash": 1511618516 },
{ "subId": 303107, "order": 8, "descHash": 3527846268 },
{ "subId": 303108, "order": 9, "descHash": 1800202636 },
{ "subId": 303125, "order": 10 },
{ "subId": 303109, "order": 11 },
{ "subId": 303110, "order": 12, "descHash": 1144596132 },
{ "subId": 303111, "order": 13 },
{ "subId": 303114, "order": 14, "descHash": 1693627556 },
{ "subId": 303113, "order": 15, "descHash": 3110752452 },
{ "subId": 303115, "order": 16, "descHash": 2102414548 },
{ "subId": 303116, "order": 17, "descHash": 3739636572 },
{ "subId": 303124, "order": 18 },
{ "subId": 303117, "order": 19, "descHash": 2410703460 },
{ "subId": 303118, "order": 20, "descHash": 3693276468 },
{ "subId": 303119, "order": 21 },
{ "subId": 303120, "order": 22, "descHash": 3325628404 },
{ "subId": 303121, "order": 23, "descHash": 737951460 },
{ "subId": 303112, "order": 24, "descHash": 1350250684 },
{ "subId": 303123, "order": 25 }
]
},
{
"id": 3032,
"titleHash": 3245426855,
"children": [
{ "subId": 303201, "order": 1, "descHash": 2960434756 },
{ "subId": 303222, "order": 2, "descHash": 2561132092 },
{ "subId": 303202, "order": 3, "descHash": 2271432508 },
{ "subId": 303205, "order": 4, "descHash": 3775339740 },
{ "subId": 303203, "order": 5, "descHash": 1175467708 },
{ "subId": 303204, "order": 6, "descHash": 2209598284 },
{ "subId": 303206, "order": 7, "descHash": 1511618516 },
{ "subId": 303207, "order": 8, "descHash": 3527846268 },
{ "subId": 303208, "order": 9, "descHash": 1800202636 },
{ "subId": 303225, "order": 10 },
{ "subId": 303209, "order": 11 },
{ "subId": 303210, "order": 12, "descHash": 1144596132 },
{ "subId": 303211, "order": 13 },
{ "subId": 303214, "order": 14, "descHash": 1693627556 },
{ "subId": 303213, "order": 15, "descHash": 3110752452 },
{ "subId": 303215, "order": 16, "descHash": 2102414548 },
{ "subId": 303216, "order": 17, "descHash": 3739636572 },
{ "subId": 303224, "order": 18 },
{ "subId": 303217, "order": 19, "descHash": 2410703460 },
{ "subId": 303218, "order": 20, "descHash": 3693276468 },
{ "subId": 303219, "order": 21 },
{ "subId": 303220, "order": 22, "descHash": 3325628404 },
{ "subId": 303221, "order": 23, "descHash": 737951460 },
{ "subId": 303212, "order": 24, "descHash": 1350250684 },
{ "subId": 303223, "order": 25 }
]
},
{
"id": 8000,
"titleHash": 1568618263,
"children": [
{ "subId": 800010, "order": 1, "hidden": true, "test": true, "descHash": 254385828 },
{ "subId": 800001, "order": 2, "descHash": 3121911476 },
{ "subId": 800002, "order": 3, "descHash": 641250884 },
{ "subId": 800003, "order": 4, "descHash": 259876956 },
{ "subId": 800004, "order": 5, "descHash": 2918034276 },
{ "subId": 800005, "order": 6, "descHash": 122254988 },
{ "subId": 800009, "order": 7, "descHash": 2507660860 },
{ "subId": 800006, "order": 8, "descHash": 2632875212 },
{ "subId": 800008, "order": 9, "descHash": 2202146084 },
{ "subId": 800007, "order": 10, "descHash": 3943814084 }
]
},
{
"id": 8001,
"titleHash": 804794039,
"children": [
{ "subId": 800101, "order": 1, "descHash": 2632375068 },
{ "subId": 800102, "order": 2, "descHash": 3886330340 },
{ "subId": 800103, "order": 3, "descHash": 2357540116 },
{ "subId": 800104, "order": 4, "descHash": 1307908468 },
{ "subId": 800105, "order": 5, "descHash": 893476804 },
{ "subId": 800109, "order": 6, "descHash": 3307411524 },
{ "subId": 800108, "order": 7, "descHash": 4202784588 },
{ "subId": 800106, "order": 8, "descHash": 3544030332 },
{ "subId": 800107, "order": 9, "descHash": 3422733964 }
]
},
{
"id": 8002,
"titleHash": 2255313135,
"children": [
{ "subId": 800201, "order": 1, "descHash": 104153764 },
{ "subId": 800209, "order": 2, "descHash": 3201810996 },
{ "subId": 800202, "order": 3, "descHash": 1007910916 },
{ "subId": 800210, "order": 4, "descHash": 70895196 },
{ "subId": 800203, "order": 5, "descHash": 3541869316 },
{ "subId": 800204, "order": 6, "descHash": 647330700 },
{ "subId": 800205, "order": 7, "descHash": 3892887164 },
{ "subId": 800206, "order": 8, "descHash": 2730321132 },
{ "subId": 800211, "order": 9, "descHash": 2552670076 },
{ "subId": 800207, "order": 10, "descHash": 2462380636 },
{ "subId": 800212, "order": 11, "hidden": true, "test": true, "descHash": 2326507932 },
{ "subId": 800208, "order": 12, "descHash": 317874076 }
]
},
{
"id": 8003,
"titleHash": 3327610591,
"children": [
{ "subId": 800301, "order": 1, "descHash": 467929748 },
{ "subId": 800306, "order": 2, "descHash": 3953268548 },
{ "subId": 800307, "order": 3, "descHash": 1540365500 },
{ "subId": 800302, "order": 4, "descHash": 3291788844 },
{ "subId": 800308, "order": 5, "descHash": 2363749108 },
{ "subId": 800309, "order": 6, "descHash": 2637711044 },
{ "subId": 800303, "order": 7, "descHash": 2236697780 },
{ "subId": 800310, "order": 8, "descHash": 2845974964 },
{ "subId": 800304, "order": 9, "descHash": 1582173348 },
{ "subId": 800305, "order": 10, "descHash": 469914212 },
{ "subId": 800311, "order": 11, "descHash": 1865096732 }
]
},
{
"id": 8004,
"titleHash": 348908255,
"children": [
{ "subId": 800401, "order": 1, "descHash": 2681593820 },
{ "subId": 800402, "order": 2, "descHash": 3453257228 },
{ "subId": 800407, "order": 3, "descHash": 3350540972 },
{ "subId": 800406, "order": 4, "hidden": true },
{ "subId": 800403, "order": 5, "descHash": 1459253780 },
{ "subId": 800405, "order": 6, "descHash": 3699268532 },
{ "subId": 800404, "order": 7, "descHash": 1555008556 }
]
},
{
"id": 8005,
"titleHash": 1238138367,
"children": [
{ "subId": 800501, "order": 1, "descHash": 2620018868 },
{ "subId": 800502, "order": 2, "descHash": 123559972 },
{ "subId": 800503, "order": 3, "descHash": 1368205116 },
{ "subId": 800504, "order": 4, "descHash": 3548691572 },
{ "subId": 800520, "order": 5, "hidden": true },
{ "subId": 800505, "order": 6, "descHash": 1695993156 },
{ "subId": 800506, "order": 7, "descHash": 2393293452 },
{ "subId": 800508, "order": 8, "descHash": 1185760676 },
{ "subId": 800509, "order": 9, "descHash": 2820112340 },
{ "subId": 800510, "order": 10, "descHash": 3822860140 },
{ "subId": 800511, "order": 11, "descHash": 1938572396 },
{ "subId": 800512, "order": 12, "descHash": 1970045108 },
{ "subId": 800513, "order": 13, "descHash": 3134566996 },
{ "subId": 800514, "order": 14, "descHash": 2113577924 },
{ "subId": 800516, "order": 15, "hidden": true },
{ "subId": 800518, "order": 16, "hidden": true },
{ "subId": 800515, "order": 17, "descHash": 3929433940 },
{ "subId": 800517, "order": 18, "hidden": true },
{ "subId": 800519, "order": 19, "hidden": true }
]
},
{
"id": 8006,
"titleHash": 2586711519,
"children": [
{ "subId": 800601, "order": 1, "descHash": 395016204 },
{ "subId": 800602, "order": 2, "descHash": 1676961052 },
{ "subId": 800603, "order": 3, "descHash": 2916192244 },
{ "subId": 800612, "order": 4, "hidden": true },
{ "subId": 800604, "order": 5, "descHash": 2988387916 },
{ "subId": 800605, "order": 6, "descHash": 1283717132 },
{ "subId": 800609, "order": 7, "descHash": 3242835028 },
{ "subId": 800610, "order": 8, "descHash": 4159968796 },
{ "subId": 800613, "order": 9, "hidden": true },
{ "subId": 800611, "order": 10, "descHash": 665437988 },
{ "subId": 800606, "order": 11, "descHash": 2596444756 },
{ "subId": 800614, "order": 12, "hidden": true },
{ "subId": 800607, "order": 13, "descHash": 3103454076 },
{ "subId": 800608, "order": 14, "descHash": 2112938628 }
]
},
{
"id": 8007,
"titleHash": 2311415735,
"children": [
{ "subId": 800701, "order": 1, "descHash": 2810369652 },
{ "subId": 800711, "order": 2, "descHash": 2890898916 },
{ "subId": 800702, "order": 3, "descHash": 3496414708 },
{ "subId": 800703, "order": 4, "descHash": 1718522340 },
{ "subId": 800713, "order": 5, "hidden": true },
{ "subId": 800704, "order": 6, "descHash": 1697252716 },
{ "subId": 800705, "order": 7, "descHash": 278800508 },
{ "subId": 800706, "order": 8, "descHash": 1644173428 },
{ "subId": 800707, "order": 9, "descHash": 3492618420 },
{ "subId": 800708, "order": 10, "hidden": true },
{ "subId": 800712, "order": 11, "hidden": true },
{ "subId": 800709, "order": 12, "descHash": 505611356 },
{ "subId": 800710, "order": 13, "descHash": 942635492 }
]
},
{
"id": 8008,
"hidden": true,
"children": [
{ "subId": 800802, "order": 1, "hidden": true },
{ "subId": 800801, "order": 2, "hidden": true }
]
},
{
"id": 10001,
"hidden": true,
"unreleased": true,
"titleHash": 1767644623,
"children": [{ "subId": 1000101, "order": 1, "hidden": true, "unreleased": true, "descHash": 3259104004 }]
},
{
"id": 10100,
"titleHash": 3789806257,
"children": [
{ "subId": 1010001, "order": 1, "descHash": 2861793631 },
{ "subId": 1010002, "order": 2, "descHash": 2909326063 },
{ "subId": 1010003, "order": 3, "descHash": 888237671 },
{ "subId": 1010019, "order": 4, "hidden": true, "test": true, "descHash": 3949539703 },
{ "subId": 1010010, "order": 5, "descHash": 3851623831 },
{ "subId": 1010011, "order": 6, "hidden": true, "test": true, "descHash": 1523181239 },
{ "subId": 1010012, "order": 7, "hidden": true, "test": true, "descHash": 3840800247 },
{ "subId": 1010013, "order": 8, "hidden": true, "test": true, "descHash": 846194207 },
{ "subId": 1010014, "order": 9, "hidden": true, "test": true, "descHash": 310999727 },
{ "subId": 1010015, "order": 10, "hidden": true, "test": true, "descHash": 3571088775 },
{ "subId": 1010016, "order": 11, "hidden": true, "test": true, "descHash": 3111879439 },
{ "subId": 1010017, "order": 12, "hidden": true, "test": true, "descHash": 3929579007 },
{ "subId": 1010018, "order": 13, "hidden": true, "test": true, "descHash": 1862367199 },
{ "subId": 1010004, "order": 14, "descHash": 2451584095 },
{ "subId": 1010005, "order": 15, "descHash": 1423890447 },
{ "subId": 1010021, "order": 16, "hidden": true, "test": true, "descHash": 2255387759 },
{ "subId": 1010022, "order": 17, "hidden": true, "test": true, "descHash": 2772768383 },
{ "subId": 1010023, "order": 18, "hidden": true, "test": true, "descHash": 4123207103 },
{ "subId": 1010024, "order": 19, "hidden": true, "test": true, "descHash": 2451950823 },
{ "subId": 1010025, "order": 20, "hidden": true, "test": true, "descHash": 1952108903 },
{ "subId": 1010026, "order": 21, "hidden": true, "test": true, "descHash": 2315272007 },
{ "subId": 1010027, "order": 22, "hidden": true, "test": true, "descHash": 3566303111 },
{ "subId": 1010028, "order": 23, "hidden": true, "test": true, "descHash": 2098204031 },
{ "subId": 1010029, "order": 24, "hidden": true, "test": true, "descHash": 2207089199 },
{ "subId": 1010006, "order": 25, "descHash": 2460032431 },
{ "subId": 1010007, "order": 26, "descHash": 3676249831 },
{ "subId": 1010008, "order": 28, "descHash": 247680383 },
{ "subId": 1010038, "order": 29, "hidden": true, "test": true, "descHash": 3975533975 },
{ "subId": 1010031, "order": 30, "hidden": true, "test": true, "descHash": 3859485287 },
{ "subId": 1010032, "order": 31, "hidden": true, "test": true, "descHash": 3319693487 },
{ "subId": 1010033, "order": 32, "hidden": true, "test": true, "descHash": 3659982527 },
{ "subId": 1010034, "order": 33, "hidden": true, "test": true, "descHash": 3041262855 },
{ "subId": 1010035, "order": 34, "hidden": true, "test": true, "descHash": 1826042279 },
{ "subId": 1010036, "order": 35, "hidden": true, "test": true, "descHash": 179088999 },
{ "subId": 1010037, "order": 36, "hidden": true, "test": true, "descHash": 1388173383 },
{ "subId": 1010044, "order": 37, "descHash": 3888642367 },
{ "subId": 1010009, "order": 38, "descHash": 1202068119 }
]
},
{
"id": 10101,
"titleHash": 1357450129,
"children": [
{ "subId": 1010117, "order": 1, "descHash": 3741404991 },
{ "subId": 1010118, "order": 2, "descHash": 1468896895 },
{ "subId": 1010119, "order": 3, "descHash": 714780279 },
{ "subId": 1010120, "order": 4, "hidden": true, "test": true, "descHash": 88657031 },
{ "subId": 1010101, "order": 5, "descHash": 2970053999 },
{ "subId": 1010102, "order": 6, "hidden": true, "test": true, "descHash": 2639497479 },
{ "subId": 1010103, "order": 7, "hidden": true, "test": true, "descHash": 3291058367 },
{ "subId": 1010104, "order": 8, "hidden": true, "test": true, "descHash": 3052756631 },
{ "subId": 1010105, "order": 9, "hidden": true, "test": true, "descHash": 1682718431 },
{ "subId": 1010106, "order": 10, "hidden": true, "test": true, "descHash": 1093754391 },
{ "subId": 1010114, "order": 11, "hidden": true, "test": true, "descHash": 1701271367 },
{ "subId": 1010121, "order": 12, "hidden": true, "test": true, "descHash": 3169359391 },
{ "subId": 1010107, "order": 13, "descHash": 2215556519 },
{ "subId": 1010111, "order": 14, "descHash": 2573962327 },
{ "subId": 1010113, "order": 15, "descHash": 30888631 },
{ "subId": 1010112, "order": 16, "hidden": true, "test": true, "descHash": 1980052399 },
{ "subId": 1010116, "order": 17, "descHash": 3631955287 },
{ "subId": 1010108, "order": 18, "hidden": true, "test": true, "descHash": 1846468775 },
{ "subId": 1010122, "order": 19, "hidden": true, "test": true, "descHash": 1316535015 },
{ "subId": 1010109, "order": 20, "descHash": 3596603743 },
{ "subId": 1010110, "order": 21, "hidden": true, "test": true, "descHash": 2746127375 },
{ "subId": 1010115, "order": 22, "descHash": 2867016223 }
]
},
{
"id": 10110,
"titleHash": 3219564049,
"children": [
{ "subId": 1011001, "order": 1, "descHash": 2320050918 },
{ "subId": 1011002, "order": 2, "descHash": 3368671646 },
{ "subId": 1011003, "order": 3, "descHash": 3116770430 },
{ "subId": 1011004, "order": 4, "descHash": 2582674070 },
{ "subId": 1011005, "order": 5, "descHash": 3028558638 },
{ "subId": 1011010, "order": 6, "descHash": 3207611958 },
{ "subId": 1011006, "order": 7, "hidden": true, "test": true, "descHash": 671959966 },
{ "subId": 1011007, "order": 8, "hidden": true, "test": true, "descHash": 3489439502 },
{ "subId": 1011008, "order": 9, "descHash": 2725972758 },
{ "subId": 1011009, "order": 10, "descHash": 1911857038 }
]
},
{
"id": 10111,
"titleHash": 755282449,
"children": [
{ "subId": 1011100, "order": 1, "hidden": true, "test": true, "descHash": 1156310078 },
{ "subId": 1011101, "order": 2, "descHash": 2122339678 },
{ "subId": 1011107, "order": 3, "hidden": true, "test": true, "descHash": 3482158198 },
{ "subId": 1011102, "order": 4, "descHash": 1018751134 },
{ "subId": 1011103, "order": 5, "descHash": 2340647398 },
{ "subId": 1011111, "order": 6, "hidden": true, "test": true, "descHash": 3318119574 },
{ "subId": 1011104, "order": 7, "hidden": true, "test": true, "descHash": 936307438 },
{ "subId": 1011105, "order": 8, "descHash": 282028494 },
{ "subId": 1011106, "order": 9, "hidden": true, "test": true, "descHash": 3571538046 }
]
},
{
"id": 10112,
"titleHash": 3364109945,
"children": [
{ "subId": 1011200, "order": 1, "hidden": true, "test": true, "descHash": 3732392470 },
{ "subId": 1011201, "order": 2, "descHash": 3264928846 },
{ "subId": 1011202, "order": 3, "descHash": 389626286 },
{ "subId": 1011203, "order": 4, "descHash": 2771400030 },
{ "subId": 1011204, "order": 5, "hidden": true, "test": true, "descHash": 2635511894 },
{ "subId": 1011212, "order": 6, "hidden": true, "test": true, "descHash": 2299179126 },
{ "subId": 1011205, "order": 7, "descHash": 4184647758 },
{ "subId": 1011206, "order": 8, "descHash": 3692450566 },
{ "subId": 1011207, "order": 9, "hidden": true, "test": true, "descHash": 1428416622 },
{ "subId": 1011208, "order": 10, "hidden": true, "test": true, "descHash": 1453985486 },
{ "subId": 1011213, "order": 11, "hidden": true, "test": true, "descHash": 2788765158 },
{ "subId": 1011209, "order": 12, "descHash": 3528530718 },
{ "subId": 1011210, "order": 13, "descHash": 3262464070 },
{ "subId": 1011211, "order": 14, "descHash": 3300507558 }
]
},
{
"id": 10113,
"titleHash": 2767514481,
"children": [
{ "subId": 1011300, "order": 1, "descHash": 835995038 },
{ "subId": 1011301, "order": 2, "descHash": 2625952542 },
{ "subId": 1011302, "order": 3, "descHash": 2745581230 },
{ "subId": 1011303, "order": 4, "hidden": true, "test": true, "descHash": 1714079582 },
{ "subId": 1011304, "order": 5, "descHash": 2201422838 },
{ "subId": 1011305, "order": 6, "descHash": 757620582 },
{ "subId": 1011306, "order": 7, "hidden": true, "test": true, "descHash": 719439926 }
]
},
{
"id": 10114,
"hidden": true,
"test": true,
"titleHash": 2926275761,
"children": [{ "subId": 1011401, "order": 1, "hidden": true, "test": true, "descHash": 837456494 }]
},
{
"id": 10120,
"titleHash": 1638179111,
"children": [
{ "subId": 1012001, "order": 1, "descHash": 600512436 },
{ "subId": 1012002, "order": 2, "descHash": 3673929236 },
{ "subId": 1012003, "order": 3, "descHash": 3928314556 },
{ "subId": 1012004, "order": 10, "descHash": 1220127436 },
{ "subId": 1012005, "order": 11, "descHash": 2849440580 },
{ "subId": 1012006, "order": 12, "descHash": 694454340 },
{ "subId": 1012007, "order": 13, "descHash": 2858106444 },
{ "subId": 1012008, "order": 20, "descHash": 840110492 },
{ "subId": 1012009, "order": 21, "descHash": 3576947276 }
]
},
{
"id": 10121,
"titleHash": 468058135,
"children": [
{ "subId": 1012101, "order": 1, "descHash": 3151452292 },
{ "subId": 1012102, "order": 2, "descHash": 3195052692 },
{ "subId": 1012103, "order": 3, "descHash": 1864369460 },
{ "subId": 1012104, "order": 4, "descHash": 3690263588 },
{ "subId": 1012105, "order": 5, "descHash": 1331273124 },
{ "subId": 1012106, "order": 10, "descHash": 2897993076 },
{ "subId": 1012107, "order": 11, "descHash": 1905835460 },
{ "subId": 1012115, "order": 13, "descHash": 1590707636 },
{ "subId": 1012116, "order": 14, "descHash": 2901908900 },
{ "subId": 1012117, "order": 15, "descHash": 979204252 },
{ "subId": 1012109, "order": 20, "descHash": 881121364 },
{ "subId": 1012118, "order": 21, "hidden": true, "descHash": 3149115948 },
{ "subId": 1012110, "order": 22, "descHash": 3700146084 },
{ "subId": 1012111, "order": 24, "descHash": 2274739644 },
{ "subId": 1012112, "order": 29, "descHash": 2464568716 },
{ "subId": 1012113, "order": 30, "descHash": 4228062340 },
{ "subId": 1012114, "order": 31, "descHash": 612506852 },
{ "subId": 1012108, "order": 32, "hidden": true, "descHash": 2292618484 },
{ "subId": 1012119, "order": 33, "hidden": true, "descHash": 1521444060 },
{ "subId": 1012120, "order": 40, "descHash": 3972933732 }
]
},
{
"id": 10122,
"titleHash": 2439919711,
"children": [
{ "subId": 1012201, "order": 1, "descHash": 72291740 },
{ "subId": 1012204, "order": 4, "descHash": 3199439812 },
{ "subId": 1012205, "order": 10, "descHash": 3769988836 },
{ "subId": 1012206, "order": 11, "descHash": 1058067132 },
{ "subId": 1012207, "order": 12, "descHash": 137252348 },
{ "subId": 1012208, "order": 13, "descHash": 3929511572 },
{ "subId": 1012209, "order": 14, "descHash": 1400960060 },
{ "subId": 1012218, "order": 15, "hidden": true, "descHash": 1446635116 },
{ "subId": 1012210, "order": 20, "descHash": 813828372 },
{ "subId": 1012217, "order": 23, "hidden": true, "descHash": 1560037804 },
{ "subId": 1012211, "order": 24, "descHash": 4154022068 },
{ "subId": 1012212, "order": 25, "descHash": 2682314284 },
{ "subId": 1012216, "order": 30, "descHash": 1956146948 },
{ "subId": 1012215, "order": 31, "descHash": 1811948652 },
{ "subId": 1012213, "order": 35, "descHash": 3853802924 },
{ "subId": 1012203, "order": 36, "hidden": true, "descHash": 3159668748 },
{ "subId": 1012202, "order": 39, "descHash": 1342823860 },
{ "subId": 1012214, "order": 40, "descHash": 3960681484 }
]
},
{
"id": 10200,
"titleHash": 1139279577,
"children": [
{ "subId": 1020001, "order": 1, "descHash": 2485833398 },
{ "subId": 1020002, "order": 2, "hidden": true, "test": true, "descHash": 1622301094 },
{ "subId": 1020015, "order": 3, "descHash": 1317245846 },
{ "subId": 1020003, "order": 4, "descHash": 3381617374 },
{ "subId": 1020004, "order": 5, "descHash": 21437686 },
{ "subId": 1020011, "order": 6, "descHash": 99389742 },
{ "subId": 1020012, "order": 7, "descHash": 3760646782 },
{ "subId": 1020013, "order": 8, "descHash": 3670176366 },
{ "subId": 1020014, "order": 9, "hidden": true, "test": true, "descHash": 668998046 },
{ "subId": 1020016, "order": 10, "hidden": true, "test": true, "descHash": 389750526 },
{ "subId": 1020005, "order": 11, "descHash": 735929926 },
{ "subId": 1020006, "order": 12, "descHash": 3077923526 },
{ "subId": 1020007, "order": 13, "descHash": 4230565822 },
{ "subId": 1020008, "order": 14, "descHash": 2995575702 },
{ "subId": 1020009, "order": 15, "hidden": true, "test": true, "descHash": 2644101166 },
{ "subId": 1020010, "order": 16, "descHash": 2269223142 }
]
},
{
"id": 10201,
"titleHash": 1141820353,
"children": [
{ "subId": 1020101, "order": 1, "descHash": 1835881694 },
{ "subId": 1020112, "order": 2, "descHash": 930213070 },
{ "subId": 1020102, "order": 3, "descHash": 763484590 },
{ "subId": 1020103, "order": 4, "hidden": true, "test": true, "descHash": 48154510 },
{ "subId": 1020114, "order": 5, "hidden": true, "test": true, "descHash": 4176614310 },
{ "subId": 1020104, "order": 6, "hidden": true, "test": true, "descHash": 863865734 },
{ "subId": 1020105, "order": 7, "hidden": true, "test": true, "descHash": 3091760606 },
{ "subId": 1020115, "order": 8, "hidden": true, "test": true, "descHash": 3490214062 },
{ "subId": 1020106, "order": 9, "hidden": true, "test": true, "descHash": 2319796430 },
{ "subId": 1020107, "order": 10, "hidden": true, "test": true, "descHash": 2594948310 },
{ "subId": 1020116, "order": 11, "hidden": true, "test": true, "descHash": 2713631406 },
{ "subId": 1020108, "order": 12, "descHash": 1273876558 },
{ "subId": 1020113, "order": 13, "hidden": true, "test": true, "descHash": 3797109974 },
{ "subId": 1020109, "order": 14, "descHash": 1919871486 },
{ "subId": 1020110, "order": 15, "descHash": 3604152198 },
{ "subId": 1020111, "order": 16, "descHash": 799899230 }
]
},
{
"id": 10202,
"titleHash": 3168828697,
"children": [
{ "subId": 1020201, "order": 1, "descHash": 816088454 },
{ "subId": 1020202, "order": 2, "hidden": true, "test": true, "descHash": 784183110 },
{ "subId": 1020203, "order": 3, "hidden": true, "test": true, "descHash": 3203549958 },
{ "subId": 1020204, "order": 4, "descHash": 1974069270 }
]
},
{
"id": 10203,
"hidden": true,
"titleHash": 1017683913,
"children": [
{ "subId": 1020301, "order": 1, "hidden": true, "test": true, "descHash": 644218590 },
{ "subId": 1020302, "order": 2, "hidden": true, "test": true, "descHash": 4072564582 }
]
},
{
"id": 10300,
"test": true,
"unreleased": true,
"titleHash": 155753841,
"children": [
{ "subId": 1030001, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 2721966990 },
{ "subId": 1030002, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 685786918 }
]
},
{
"id": 10500,
"titleHash": 3356395703,
"children": [
{ "subId": 1050007, "order": 1, "descHash": 558019156 },
{ "subId": 1050001, "order": 2, "descHash": 839169908 },
{ "subId": 1050002, "order": 3, "descHash": 925269612 },
{ "subId": 1050003, "order": 4, "descHash": 4252325084 },
{ "subId": 1050004, "order": 5, "descHash": 782132212 },
{ "subId": 1050005, "order": 6, "descHash": 162227348 },
{ "subId": 1050008, "order": 7, "descHash": 3460754108 },
{ "subId": 1050006, "order": 8, "descHash": 4193060452 }
]
},
{
"id": 10501,
"titleHash": 3777116255,
"children": [
{ "subId": 1050101, "order": 1, "descHash": 855134244 },
{ "subId": 1050113, "order": 2, "descHash": 2974355620 },
{ "subId": 1050102, "order": 3, "descHash": 1108457820 },
{ "subId": 1050114, "order": 4, "hidden": true, "test": true, "descHash": 2404735924 },
{ "subId": 1050103, "order": 5, "descHash": 1853807972 },
{ "subId": 1050104, "order": 6, "descHash": 1363523636 },
{ "subId": 1050110, "order": 7, "hidden": true, "test": true, "descHash": 2114714132 },
{ "subId": 1050111, "order": 8, "hidden": true, "test": true, "descHash": 3971931772 },
{ "subId": 1050112, "order": 9, "hidden": true, "test": true, "descHash": 315710156 },
{ "subId": 1050105, "order": 10, "descHash": 4186721852 },
{ "subId": 1050106, "order": 11, "descHash": 2273555964 },
{ "subId": 1050107, "order": 12, "descHash": 3876545644 },
{ "subId": 1050108, "order": 13, "descHash": 1981356828 },
{ "subId": 1050109, "order": 14, "descHash": 2344808860 }
]
},
{
"id": 10502,
"titleHash": 3608637927,
"children": [
{ "subId": 1050201, "order": 1, "descHash": 1922623420 },
{ "subId": 1050202, "order": 2, "descHash": 444074220 },
{ "subId": 1050203, "order": 3, "descHash": 3709977652 },
{ "subId": 1050204, "order": 4, "descHash": 4020792908 },
{ "subId": 1050205, "order": 5, "descHash": 2564551940 },
{ "subId": 1050206, "order": 6, "descHash": 2324173260 },
{ "subId": 1050207, "order": 7, "descHash": 3653258652 },
{ "subId": 1050212, "order": 8, "hidden": true, "test": true, "descHash": 29497076 },
{ "subId": 1050213, "order": 9, "hidden": true, "test": true, "descHash": 3187537868 },
{ "subId": 1050208, "order": 10, "descHash": 1719701852 },
{ "subId": 1050209, "order": 11, "descHash": 453620004 },
{ "subId": 1050210, "order": 12, "hidden": true, "test": true, "descHash": 1170247740 },
{ "subId": 1050211, "order": 13, "descHash": 3457445452 }
]
},
{
"id": 10503,
"hidden": true,
"titleHash": 3520425743,
"children": [{ "subId": 1050301, "order": 1, "hidden": true, "descHash": 2057629916 }]
},
{
"id": 11000,
"titleHash": 4065085809,
"children": [
{ "subId": 1100001, "order": 1, "descHash": 2540987814 },
{ "subId": 1100002, "order": 2, "hidden": true, "descHash": 2485063310 },
{ "subId": 1100003, "order": 3, "descHash": 3453989838 },
{ "subId": 1100004, "order": 4, "descHash": 411497134 },
{ "subId": 1100005, "order": 5, "descHash": 2018398014 }
]
},
{
"id": 11001,
"titleHash": 1789362889,
"children": [
{ "subId": 1100101, "order": 1, "descHash": 452312950 },
{ "subId": 1100102, "order": 2, "descHash": 3867827830 },
{ "subId": 1100103, "order": 3, "descHash": 2431882966 },
{ "subId": 1100104, "order": 4, "descHash": 3420413798 }
]
},
{
"id": 11002,
"titleHash": 1251446105,
"children": [
{ "subId": 1100201, "order": 1, "descHash": 4016880574 },
{ "subId": 1100202, "order": 2, "descHash": 1219026062 },
{ "subId": 1100203, "order": 3, "descHash": 1661669510 },
{ "subId": 1100204, "order": 4, "descHash": 1840193702 },
{ "subId": 1100205, "order": 5, "descHash": 3934067790 },
{ "subId": 1100206, "order": 6, "descHash": 1996418766 },
{ "subId": 1100207, "order": 7, "descHash": 2627097598 }
]
},
{
"id": 11003,
"titleHash": 2040827193,
"children": [
{ "subId": 1100301, "order": 1, "descHash": 57185662 },
{ "subId": 1100302, "order": 2, "descHash": 3034242702 },
{ "subId": 1100303, "order": 3, "descHash": 3429923870 },
{ "subId": 1100304, "order": 4, "descHash": 361472118 }
]
},
{
"id": 11004,
"titleHash": 977197905,
"children": [
{ "subId": 1100401, "order": 1, "descHash": 3674875710 },
{ "subId": 1100499, "order": 2, "hidden": true, "descHash": 4014652182 },
{ "subId": 1100498, "order": 3, "hidden": true, "descHash": 1689452406 },
{ "subId": 1100402, "order": 4, "descHash": 265569574 },
{ "subId": 1100403, "order": 5, "descHash": 1777557542 }
]
},
{
"id": 11005,
"titleHash": 1914961625,
"children": [
{ "subId": 1100501, "order": 1, "descHash": 1246567190 },
{ "subId": 1100502, "order": 2, "descHash": 3613881214 },
{ "subId": 1100503, "order": 3, "descHash": 319814206 },
{ "subId": 1100505, "order": 4, "descHash": 922816478 },
{ "subId": 1100506, "order": 5, "descHash": 300114086 },
{ "subId": 1100507, "order": 6, "hidden": true, "descHash": 3194857030 },
{ "subId": 1100508, "order": 7, "descHash": 501638950 },
{ "subId": 1100509, "order": 8, "descHash": 2981205190 },
{ "subId": 1100510, "order": 9, "descHash": 956292086 },
{ "subId": 1100511, "order": 10, "descHash": 1137627342 },
{ "subId": 1100512, "order": 11, "descHash": 348735086 },
{ "subId": 1100513, "order": 12, "descHash": 498922822 },
{ "subId": 1100514, "order": 13, "descHash": 91316878 },
{ "subId": 1100504, "order": 14, "hidden": true, "descHash": 150745558 },
{ "subId": 1100515, "order": 15, "descHash": 1903539502 },
{ "subId": 1100599, "order": 16, "hidden": true, "descHash": 4053563054 },
{ "subId": 1100516, "order": 17, "descHash": 4236009038 },
{ "subId": 1100517, "order": 18, "descHash": 942893382 },
{ "subId": 1100518, "order": 19, "descHash": 2415247558 },
{ "subId": 1100519, "order": 20, "descHash": 1523629766 }
]
},
{
"id": 11006,
"test": true,
"unreleased": true,
"titleHash": 237090193,
"children": [
{ "subId": 1100601, "order": 1, "unreleased": true, "descHash": 1112238510 },
{ "subId": 1100602, "order": 2, "unreleased": true, "descHash": 3473831270 }
]
},
{
"id": 11007,
"test": true,
"unreleased": true,
"titleHash": 580124593,
"children": [{ "subId": 1100701, "order": 1, "hidden": true, "unreleased": true, "descHash": 637332990 }]
},
{
"id": 11008,
"titleHash": 3548989711,
"children": [
{ "subId": 1100801, "order": 1, "descHash": 2962733276 },
{ "subId": 1100802, "order": 2, "descHash": 610372180 },
{ "subId": 1100803, "order": 3, "hidden": true, "test": true, "descHash": 1048790636 },
{ "subId": 1100804, "order": 4, "descHash": 2867304620 },
{ "subId": 1100805, "order": 5, "descHash": 2838276748 },
{ "subId": 1100816, "order": 6, "descHash": 180800132 },
{ "subId": 1100812, "order": 7, "hidden": true, "test": true, "descHash": 215544364 },
{ "subId": 1100806, "order": 8, "descHash": 3692219468 },
{ "subId": 1100813, "order": 9, "descHash": 2506953892 },
{ "subId": 1100815, "order": 10, "hidden": true, "test": true, "descHash": 1312574156 },
{ "subId": 1100808, "order": 11, "hidden": true, "test": true, "descHash": 2819392460 },
{ "subId": 1100814, "order": 12, "descHash": 1105326948 },
{ "subId": 1100807, "order": 13, "descHash": 865909548 },
{ "subId": 1100809, "order": 14, "descHash": 2334891396 },
{ "subId": 1100810, "order": 15, "descHash": 2641628124 },
{ "subId": 1100811, "order": 16, "descHash": 1250708364 }
]
},
{
"id": 11009,
"titleHash": 2281355039,
"children": [
{ "subId": 1100901, "order": 1, "descHash": 2347128004 },
{ "subId": 1100905, "order": 2, "descHash": 579720764 },
{ "subId": 1100902, "order": 3, "descHash": 1457315188 },
{ "subId": 1100903, "order": 4, "descHash": 716362508 },
{ "subId": 1100907, "order": 5, "hidden": true, "test": true, "descHash": 2262715236 },
{ "subId": 1100906, "order": 6, "hidden": true, "test": true, "descHash": 1879263884 },
{ "subId": 1100904, "order": 95, "test": true, "descHash": 3073485004 }
]
},
{
"id": 11010,
"titleHash": 3622790527,
"children": [
{ "subId": 1101001, "order": 1, "descHash": 3619403444 },
{ "subId": 1101002, "order": 2, "descHash": 1715968108 },
{ "subId": 1101007, "order": 3, "descHash": 1841741404 },
{ "subId": 1101008, "order": 4, "descHash": 166759380 },
{ "subId": 1101010, "order": 5, "hidden": true, "test": true, "descHash": 1572107004 },
{ "subId": 1101003, "order": 6, "descHash": 1637741076 },
{ "subId": 1101009, "order": 7, "descHash": 4158157876 },
{ "subId": 1101004, "order": 8, "descHash": 2584077236 },
{ "subId": 1101005, "order": 9, "descHash": 1027268132 },
{ "subId": 1101006, "order": 10, "descHash": 2693082028 }
]
},
{
"id": 11011,
"titleHash": 645250367,
"children": [
{ "subId": 1101112, "order": 1, "hidden": true, "test": true, "descHash": 810001916 },
{ "subId": 1101101, "order": 2, "descHash": 937343700 },
{ "subId": 1101125, "order": 3, "descHash": 520550740 },
{ "subId": 1101121, "order": 4, "descHash": 3157123956 },
{ "subId": 1101104, "order": 5, "descHash": 1641654236 },
{ "subId": 1101105, "order": 6, "descHash": 1377837348 },
{ "subId": 1101122, "order": 7, "descHash": 3539834884 },
{ "subId": 1101123, "order": 8, "hidden": true, "test": true, "descHash": 194475780 },
{ "subId": 1101102, "order": 9, "descHash": 4146294820 },
{ "subId": 1101113, "order": 10, "descHash": 3316983276 },
{ "subId": 1101116, "order": 11, "hidden": true, "test": true, "descHash": 2148677724 },
{ "subId": 1101117, "order": 12, "descHash": 1344645388 },
{ "subId": 1101114, "order": 13, "hidden": true, "test": true, "descHash": 3882846724 },
{ "subId": 1101115, "order": 14, "descHash": 2307360044 },
{ "subId": 1101120, "order": 15, "hidden": true, "test": true, "descHash": 4106227660 },
{ "subId": 1101103, "order": 16, "descHash": 237990732 },
{ "subId": 1101106, "order": 17, "descHash": 653191396 },
{ "subId": 1101107, "order": 18, "descHash": 893690460 },
{ "subId": 1101118, "order": 19, "descHash": 2867704532 },
{ "subId": 1101124, "order": 20, "descHash": 2550821932 },
{ "subId": 1101119, "order": 21, "descHash": 1243040172 },
{ "subId": 1101108, "order": 22, "descHash": 343768804 },
{ "subId": 1101109, "order": 23, "descHash": 4220760300 },
{ "subId": 1101110, "order": 24, "descHash": 2103084924 },
{ "subId": 1101111, "order": 25, "hidden": true, "test": true, "descHash": 2129837316 }
]
},
{
"id": 11012,
"titleHash": 3977010887,
"children": [
{ "subId": 1101201, "order": 1, "descHash": 1610188196 },
{ "subId": 1101202, "order": 2, "descHash": 2304162604 },
{ "subId": 1101211, "order": 3, "descHash": 3946012988 },
{ "subId": 1101221, "order": 4, "hidden": true, "test": true, "descHash": 4256482468 },
{ "subId": 1101212, "order": 5, "hidden": true, "test": true, "descHash": 1721497964 },
{ "subId": 1101203, "order": 6, "descHash": 3517599484 },
{ "subId": 1101216, "order": 7, "hidden": true, "test": true, "descHash": 1533524068 },
{ "subId": 1101213, "order": 8, "hidden": true, "test": true, "descHash": 803155804 },
{ "subId": 1101217, "order": 9, "hidden": true, "test": true, "descHash": 2637582452 },
{ "subId": 1101210, "order": 10, "hidden": true, "test": true, "descHash": 4081595764 },
{ "subId": 1101218, "order": 11, "hidden": true, "test": true, "descHash": 2884932820 },
{ "subId": 1101219, "order": 12, "hidden": true, "test": true, "descHash": 3859811484 },
{ "subId": 1101214, "order": 13, "hidden": true, "test": true, "descHash": 653208548 },
{ "subId": 1101204, "order": 14, "descHash": 2984653860 },
{ "subId": 1101209, "order": 15, "hidden": true, "test": true, "descHash": 3153847156 },
{ "subId": 1101205, "order": 16, "descHash": 3462403940 },
{ "subId": 1101220, "order": 17, "hidden": true, "test": true, "descHash": 4123100340 },
{ "subId": 1101208, "order": 18, "descHash": 1217333116 },
{ "subId": 1101206, "order": 19, "descHash": 4148651772 },
{ "subId": 1101207, "order": 20, "descHash": 567136332 },
{ "subId": 1101215, "order": 21, "descHash": 2003579884 }
]
},
{
"id": 11013,
"titleHash": 1558140495,
"children": [
{ "subId": 1101301, "order": 1, "descHash": 2315208100 },
{ "subId": 1101326, "order": 3, "descHash": 2622578204 },
{ "subId": 1101327, "order": 4, "hidden": true, "test": true, "descHash": 3603735316 },
{ "subId": 1101305, "order": 5, "descHash": 3390986292 },
{ "subId": 1101306, "order": 6, "descHash": 723169180 },
{ "subId": 1101328, "order": 7, "hidden": true, "test": true, "descHash": 1908343092 },
{ "subId": 1101307, "order": 8, "descHash": 4072207076 },
{ "subId": 1101308, "order": 9, "descHash": 3555340508 },
{ "subId": 1101329, "order": 10, "hidden": true, "test": true, "descHash": 2384073100 },
{ "subId": 1101309, "order": 11, "descHash": 1904583404 },
{ "subId": 1101310, "order": 12, "descHash": 2971809060 },
{ "subId": 1101311, "order": 13, "descHash": 876947676 },
{ "subId": 1101330, "order": 14, "hidden": true, "test": true, "descHash": 401632116 },
{ "subId": 1101323, "order": 15, "descHash": 327679044 },
{ "subId": 1101312, "order": 16, "descHash": 1576288956 },
{ "subId": 1101313, "order": 17, "descHash": 3933296444 },
{ "subId": 1101334, "order": 18, "hidden": true, "test": true, "descHash": 608397708 },
{ "subId": 1101331, "order": 19, "hidden": true, "test": true, "descHash": 3010476940 },
{ "subId": 1101314, "order": 20, "descHash": 2466115004 },
{ "subId": 1101315, "order": 21, "descHash": 3438041004 },
{ "subId": 1101316, "order": 22, "descHash": 1807897876 },
{ "subId": 1101332, "order": 23, "descHash": 3564338508 },
{ "subId": 1101317, "order": 24, "descHash": 2516492524 },
{ "subId": 1101318, "order": 25, "descHash": 2774939988 },
{ "subId": 1101336, "order": 26, "descHash": 4202952436 },
{ "subId": 1101319, "order": 27, "descHash": 3463888292 },
{ "subId": 1101320, "order": 28, "descHash": 228935564 },
{ "subId": 1101321, "order": 29, "descHash": 4206973420 },
{ "subId": 1101333, "order": 30, "hidden": true, "test": true, "descHash": 3550533460 },
{ "subId": 1101322, "order": 31, "descHash": 4166005044 },
{ "subId": 1101337, "order": 32, "hidden": true, "test": true, "descHash": 1038790028 },
{ "subId": 1101324, "order": 33, "descHash": 1705386076 },
{ "subId": 1101335, "order": 34, "descHash": 261110884 },
{ "subId": 1101325, "order": 35, "descHash": 3170177764 },
{ "subId": 1101302, "order": 92, "hidden": true, "test": true, "descHash": 1935136828 },
{ "subId": 1101303, "order": 93, "test": true, "descHash": 4077133324 },
{ "subId": 1101304, "order": 94, "test": true, "descHash": 2735162452 }
]
},
{
"id": 11014,
"titleHash": 3024777143,
"children": [
{ "subId": 1101420, "order": 1, "hidden": true, "test": true, "descHash": 458635708 },
{ "subId": 1101421, "order": 2, "hidden": true, "test": true, "descHash": 1663282652 },
{ "subId": 1101401, "order": 3, "descHash": 382905332 },
{ "subId": 1101402, "order": 4, "descHash": 3257040452 },
{ "subId": 1101417, "order": 5, "descHash": 2844527876 },
{ "subId": 1101418, "order": 6, "descHash": 3375820684 },
{ "subId": 1101403, "order": 7, "descHash": 2684810484 },
{ "subId": 1101404, "order": 8, "descHash": 1263839260 },
{ "subId": 1101405, "order": 9, "hidden": true, "test": true, "descHash": 2193949396 },
{ "subId": 1101411, "order": 10, "hidden": true, "test": true, "descHash": 645586516 },
{ "subId": 1101412, "order": 11, "hidden": true, "test": true, "descHash": 167666156 },
{ "subId": 1101413, "order": 12, "hidden": true, "test": true, "descHash": 2500961588 },
{ "subId": 1101414, "order": 13, "descHash": 3262310956 },
{ "subId": 1101415, "order": 14, "descHash": 3219146884 },
{ "subId": 1101416, "order": 15, "descHash": 1251042716 },
{ "subId": 1101406, "order": 16, "descHash": 198450124 },
{ "subId": 1101423, "order": 17, "descHash": 2230898716 },
{ "subId": 1101422, "order": 18, "descHash": 308676828 },
{ "subId": 1101424, "order": 19, "descHash": 534940524 },
{ "subId": 1101425, "order": 20, "hidden": true, "test": true, "descHash": 2955798292 },
{ "subId": 1101426, "order": 21, "hidden": true, "test": true, "descHash": 574170236 },
{ "subId": 1101407, "order": 22, "descHash": 1861506700 },
{ "subId": 1101410, "order": 23, "descHash": 1694315164 },
{ "subId": 1101408, "order": 94, "test": true, "descHash": 916756828 },
{ "subId": 1101409, "order": 95, "test": true, "descHash": 48070852 },
{ "subId": 1101419, "order": 99, "hidden": true, "test": true, "descHash": 3343126324 }
]
},
{
"id": 11015,
"titleHash": 2469357735,
"children": [
{ "subId": 1101501, "order": 1, "descHash": 3148446660 },
{ "subId": 1101506, "order": 2, "descHash": 3222626052 },
{ "subId": 1101507, "order": 3, "hidden": true, "test": true, "descHash": 3654480020 },
{ "subId": 1101510, "order": 4, "hidden": true, "test": true, "descHash": 3753716212 },
{ "subId": 1101509, "order": 5, "descHash": 2056105500 },
{ "subId": 1101502, "order": 6, "descHash": 227157044 },
{ "subId": 1101508, "order": 7, "descHash": 2000483980 },
{ "subId": 1101503, "order": 8, "descHash": 3030258892 },
{ "subId": 1101504, "order": 9, "descHash": 4293293748 },
{ "subId": 1101511, "order": 10, "hidden": true, "test": true, "descHash": 754526188 },
{ "subId": 1101505, "order": 11, "descHash": 2661188956 }
]
},
{
"id": 11016,
"hidden": true,
"test": true,
"titleHash": 2996149359,
"children": [{ "subId": 1101601, "order": 1, "hidden": true, "test": true, "descHash": 3752558836 }]
},
{
"id": 11017,
"hidden": true,
"test": true,
"titleHash": 2045996751,
"children": [{ "subId": 1101701, "order": 1, "hidden": true, "test": true, "descHash": 41753948 }]
},
{
"id": 11018,
"titleHash": 1421304631,
"children": [
{ "subId": 1101801, "order": 1, "descHash": 2213328916 },
{ "subId": 1101802, "order": 2, "descHash": 3582653348 },
{ "subId": 1101803, "order": 3, "descHash": 4166140716 },
{ "subId": 1101804, "order": 4, "descHash": 2241893244 },
{ "subId": 1101807, "order": 5, "descHash": 3033400100 },
{ "subId": 1101808, "order": 6, "descHash": 4243098900 },
{ "subId": 1101809, "order": 7, "descHash": 1124092348 },
{ "subId": 1101805, "order": 8, "hidden": true },
{ "subId": 1101810, "order": 9, "descHash": 2711937124 },
{ "subId": 1101806, "order": 10, "descHash": 4205071444 }
]
},
{
"id": 11019,
"titleHash": 1502643103,
"children": [
{ "subId": 1101901, "order": 1, "descHash": 1621710932 },
{ "subId": 1101902, "order": 2, "descHash": 1649105612 },
{ "subId": 1101905, "order": 3, "descHash": 226452324 },
{ "subId": 1101903, "order": 4, "descHash": 1674448084 },
{ "subId": 1101904, "order": 5, "descHash": 252920516 },
{ "subId": 1101906, "order": 6, "descHash": 3043569468 },
{ "subId": 1101907, "order": 8, "descHash": 1122366540 },
{ "subId": 1101908, "order": 10, "descHash": 2803971860 },
{ "subId": 1101909, "order": 12, "descHash": 3594354292 },
{ "subId": 1101910, "order": 13, "descHash": 190564788 },
{ "subId": 1101932, "order": 14, "hidden": true },
{ "subId": 1101911, "order": 15, "descHash": 3906405428 },
{ "subId": 1101912, "order": 16, "descHash": 2519549332 },
{ "subId": 1101933, "order": 17, "hidden": true },
{ "subId": 1101913, "order": 18, "descHash": 2364760860 },
{ "subId": 1101914, "order": 19, "descHash": 4257532684 },
{ "subId": 1101916, "order": 20, "descHash": 232399060 },
{ "subId": 1101915, "order": 21, "descHash": 3214851004 },
{ "subId": 1101918, "order": 22, "descHash": 4023617204 },
{ "subId": 1101919, "order": 23, "descHash": 2115789876 },
{ "subId": 1101920, "order": 24, "descHash": 1907474316 },
{ "subId": 1101921, "order": 25, "descHash": 3835527700 },
{ "subId": 1101922, "order": 26, "descHash": 1998043924 },
{ "subId": 1101925, "order": 27, "hidden": true },
{ "subId": 1101926, "order": 28, "hidden": true },
{ "subId": 1101927, "order": 29, "hidden": true },
{ "subId": 1101928, "order": 30, "hidden": true },
{ "subId": 1101929, "order": 31, "descHash": 3656337660 },
{ "subId": 1101923, "order": 32, "hidden": true },
{ "subId": 1101924, "order": 33, "descHash": 2292260948 },
{ "subId": 1101931, "order": 98 },
{ "subId": 1101930, "order": 99 }
]
},
{
"id": 11020,
"titleHash": 1200452703,
"children": [
{ "subId": 1102001, "order": 1, "descHash": 3211786620 },
{ "subId": 1102002, "order": 2, "descHash": 4254518508 },
{ "subId": 1102003, "order": 3, "descHash": 2217512356 }
]
},
{
"id": 11021,
"titleHash": 3508134471,
"children": [
{ "subId": 1102101, "order": 1, "descHash": 459594628 },
{ "subId": 1102102, "order": 2, "descHash": 84633916 },
{ "subId": 1102107, "order": 3, "descHash": 2248107860 },
{ "subId": 1102108, "order": 4, "descHash": 2042418780 },
{ "subId": 1102103, "order": 5, "hidden": true, "test": true, "descHash": 2266470460 },
{ "subId": 1102104, "order": 6, "descHash": 1331707108 },
{ "subId": 1102109, "order": 7, "descHash": 2926212284 },
{ "subId": 1102105, "order": 8, "descHash": 3232973044 },
{ "subId": 1102106, "order": 9, "descHash": 2823042948 }
]
},
{
"id": 11022,
"titleHash": 1065329863,
"children": [
{ "subId": 1102201, "order": 1, "descHash": 4252278436 },
{ "subId": 1102202, "order": 2, "descHash": 3731769036 },
{ "subId": 1102208, "order": 3, "descHash": 4209467196 },
{ "subId": 1102203, "order": 4, "descHash": 1457364836 },
{ "subId": 1102207, "order": 5, "descHash": 1055354860 },
{ "subId": 1102209, "order": 6, "hidden": true, "test": true, "descHash": 4118987028 },
{ "subId": 1102204, "order": 7, "descHash": 918528004 },
{ "subId": 1102205, "order": 8, "hidden": true, "test": true, "descHash": 2281787284 },
{ "subId": 1102206, "order": 9, "descHash": 3867047684 }
]
},
{
"id": 11023,
"titleHash": 3547366127,
"children": [
{ "subId": 1102314, "order": 1, "descHash": 4082273444 },
{ "subId": 1102301, "order": 2, "descHash": 2035676588 },
{ "subId": 1102302, "order": 3, "descHash": 388513116 },
{ "subId": 1102303, "order": 4, "hidden": true, "test": true, "descHash": 2611178044 },
{ "subId": 1102304, "order": 5, "descHash": 3842172324 },
{ "subId": 1102305, "order": 6, "hidden": true, "test": true, "descHash": 3776904404 },
{ "subId": 1102306, "order": 7, "descHash": 3299381540 },
{ "subId": 1102307, "order": 8, "descHash": 3717150188 },
{ "subId": 1102308, "order": 9, "hidden": true, "descHash": 1804501404 },
{ "subId": 1102312, "order": 10, "descHash": 4050676396 },
{ "subId": 1102309, "order": 11, "descHash": 2792230172 },
{ "subId": 1102313, "order": 12, "hidden": true, "test": true, "descHash": 2356984036 },
{ "subId": 1102310, "order": 13, "descHash": 1721694708 },
{ "subId": 1102311, "order": 14, "descHash": 3755543260 }
]
},
{
"id": 11024,
"titleHash": 2976371791,
"children": [
{ "subId": 1102401, "order": 1, "descHash": 302663364 },
{ "subId": 1102402, "order": 2, "descHash": 4133828724 }
]
},
{
"id": 11025,
"hidden": true,
"test": true,
"titleHash": 1177692871,
"children": [
{ "subId": 1102501, "order": 1, "hidden": true, "test": true, "descHash": 3052397140 },
{ "subId": 1102502, "order": 2, "hidden": true, "test": true, "descHash": 59592476 }
]
},
{
"id": 11026,
"titleHash": 1530774791,
"children": [
{ "subId": 1102601, "order": 1, "descHash": 28633652 },
{ "subId": 1102603, "order": 2, "hidden": true },
{ "subId": 1102602, "order": 3, "descHash": 3394326788 },
{ "subId": 1102604, "order": 4, "descHash": 32270412 },
{ "subId": 1102605, "order": 5, "descHash": 3329401676 },
{ "subId": 1102606, "order": 6, "descHash": 464641044 },
{ "subId": 1102607, "order": 7, "descHash": 1065399092 },
{ "subId": 1102608, "order": 8, "descHash": 2613560220 },
{ "subId": 1102609, "order": 9, "descHash": 3912062196 },
{ "subId": 1102610, "order": 10, "descHash": 1287947924 },
{ "subId": 1102611, "order": 11, "descHash": 3585594180 },
{ "subId": 1102612, "order": 12, "descHash": 1443395860 },
{ "subId": 1102626, "order": 13, "hidden": true },
{ "subId": 1102613, "order": 14, "descHash": 1913831100 },
{ "subId": 1102619, "order": 15, "descHash": 830998796 },
{ "subId": 1102620, "order": 16, "descHash": 473777660 },
{ "subId": 1102622, "order": 17, "descHash": 2450038484 },
{ "subId": 1102624, "order": 18, "hidden": true },
{ "subId": 1102623, "order": 19, "descHash": 3152704188 },
{ "subId": 1102614, "order": 20, "descHash": 1221783788 },
{ "subId": 1102625, "order": 21, "hidden": true },
{ "subId": 1102615, "order": 22, "descHash": 1441010044 },
{ "subId": 1102621, "order": 23, "hidden": true },
{ "subId": 1102616, "order": 24, "descHash": 2956136444 },
{ "subId": 1102617, "order": 25, "descHash": 2367413212 },
{ "subId": 1102618, "order": 26, "descHash": 2783989212 }
]
},
{
"id": 11030,
"titleHash": 139510319,
"children": [
{ "subId": 1103001, "order": 1, "descHash": 3174633076 },
{ "subId": 1103002, "order": 2, "descHash": 1141339420 },
{ "subId": 1103003, "order": 3, "descHash": 1119079052 },
{ "subId": 1103004, "order": 4, "descHash": 1283426972 },
{ "subId": 1103010, "order": 5, "hidden": true, "test": true, "descHash": 2702291284 },
{ "subId": 1103005, "order": 6, "descHash": 3846558620 },
{ "subId": 1103006, "order": 7, "descHash": 3728246844 },
{ "subId": 1103007, "order": 8, "descHash": 4048854508 },
{ "subId": 1103008, "order": 9, "descHash": 4208088252 },
{ "subId": 1103009, "order": 10, "descHash": 157082732 },
{ "subId": 1103011, "order": 81, "hidden": true, "test": true, "descHash": 135468204 },
{ "subId": 1103012, "order": 82, "test": true, "descHash": 3230614372 }
]
},
{
"id": 11031,
"titleHash": 3591065855,
"children": [
{ "subId": 1103101, "order": 1, "descHash": 1213978596 },
{ "subId": 1103102, "order": 2, "descHash": 3835366364 },
{ "subId": 1103103, "order": 3, "descHash": 2594821356 },
{ "subId": 1103104, "order": 4, "descHash": 2844848140 },
{ "subId": 1103105, "order": 5, "descHash": 1887359252 },
{ "subId": 1103106, "order": 6, "descHash": 1437084148 },
{ "subId": 1103107, "order": 7, "descHash": 2831098924 },
{ "subId": 1103112, "order": 8, "hidden": true, "test": true, "descHash": 2341266740 },
{ "subId": 1103108, "order": 9, "descHash": 14762548 },
{ "subId": 1103109, "order": 10, "descHash": 3002684788 },
{ "subId": 1103110, "order": 11, "descHash": 3073653204 },
{ "subId": 1103111, "order": 12, "descHash": 3657382516 },
{ "subId": 1103113, "order": 13, "descHash": 2839810444 },
{ "subId": 1103114, "order": 14, "descHash": 276607140 },
{ "subId": 1103115, "order": 15, "test": true, "descHash": 3662373668 }
]
},
{
"id": 11032,
"titleHash": 4052363791,
"children": [
{ "subId": 1103201, "order": 1, "descHash": 3614690492 },
{ "subId": 1103202, "order": 2, "descHash": 1476070964 },
{ "subId": 1103203, "order": 3, "descHash": 2491118332 },
{ "subId": 1103205, "order": 4, "descHash": 3797916844 },
{ "subId": 1103204, "order": 5, "descHash": 4270380676 }
]
},
{
"id": 11040,
"titleHash": 2006835359,
"children": [
{ "subId": 1104001, "order": 1, "descHash": 929764140 },
{ "subId": 1104002, "order": 2, "descHash": 2140458292 },
{ "subId": 1104003, "order": 3, "descHash": 582235108 },
{ "subId": 1104004, "order": 4, "descHash": 2405628244 }
]
},
{
"id": 11041,
"titleHash": 4266694655,
"children": [
{ "subId": 1104101, "order": 1, "descHash": 1774425284 },
{ "subId": 1104102, "order": 2, "descHash": 553832100 },
{ "subId": 1104107, "order": 3, "descHash": 2947254260 },
{ "subId": 1104108, "order": 4, "descHash": 2152911380 },
{ "subId": 1104109, "order": 5, "descHash": 3200112572 },
{ "subId": 1104103, "order": 6, "descHash": 3507539908 },
{ "subId": 1104104, "order": 7, "descHash": 1180690028 },
{ "subId": 1104105, "order": 8, "descHash": 2843919956 },
{ "subId": 1104106, "order": 9, "descHash": 2127703980 }
]
},
{
"id": 11042,
"titleHash": 3163597263,
"children": [
{ "subId": 1104201, "order": 1, "descHash": 4219553372 },
{ "subId": 1104202, "order": 2, "descHash": 1294603012 },
{ "subId": 1104203, "order": 3, "descHash": 2213235892 },
{ "subId": 1104204, "order": 4, "hidden": true, "test": true, "descHash": 3092911852 },
{ "subId": 1104208, "order": 5, "hidden": true, "test": true, "descHash": 132829140 },
{ "subId": 1104209, "order": 6, "hidden": true, "test": true, "descHash": 3144481196 },
{ "subId": 1104212, "order": 7, "hidden": true, "test": true, "descHash": 1856519244 },
{ "subId": 1104213, "order": 8, "hidden": true, "test": true, "descHash": 1733362884 },
{ "subId": 1104214, "order": 9, "hidden": true, "test": true, "descHash": 1318112212 },
{ "subId": 1104215, "order": 10, "hidden": true, "test": true, "descHash": 3449459900 },
{ "subId": 1104210, "order": 11, "descHash": 3408597148 },
{ "subId": 1104211, "order": 12, "hidden": true, "test": true, "descHash": 3925461284 },
{ "subId": 1104205, "order": 13, "descHash": 543756908 },
{ "subId": 1104206, "order": 14, "descHash": 3219976332 },
{ "subId": 1104216, "order": 15, "descHash": 428855332 },
{ "subId": 1104217, "order": 16, "hidden": true, "test": true, "descHash": 1128339580 },
{ "subId": 1104207, "order": 17, "descHash": 352229540 }
]
},
{
"id": 11043,
"titleHash": 934758791,
"children": [
{ "subId": 1104301, "order": 1, "descHash": 2008878596 },
{ "subId": 1104305, "order": 2, "hidden": true, "test": true, "descHash": 2677370716 },
{ "subId": 1104302, "order": 3, "descHash": 4169370516 },
{ "subId": 1104304, "order": 4, "descHash": 2481265108 },
{ "subId": 1104303, "order": 5, "descHash": 4184219276 }
]
},
{
"id": 11044,
"titleHash": 2456485175,
"children": [
{ "subId": 1104406, "order": 1, "descHash": 3574859548 },
{ "subId": 1104407, "order": 2, "descHash": 1791538612 },
{ "subId": 1104408, "order": 3, "descHash": 2048906708 },
{ "subId": 1104409, "order": 4, "hidden": true, "test": true, "descHash": 1711190036 },
{ "subId": 1104410, "order": 5, "hidden": true, "test": true, "descHash": 2921760388 },
{ "subId": 1104401, "order": 6, "descHash": 1253108244 },
{ "subId": 1104404, "order": 7, "hidden": true, "test": true, "descHash": 2055867324 },
{ "subId": 1104414, "order": 8, "hidden": true, "test": true, "descHash": 567150020 },
{ "subId": 1104415, "order": 9, "hidden": true, "test": true, "descHash": 3569195956 },
{ "subId": 1104416, "order": 10, "hidden": true, "test": true, "descHash": 862527716 },
{ "subId": 1104405, "order": 11, "descHash": 4099457716 },
{ "subId": 1104402, "order": 12, "hidden": true, "test": true, "descHash": 2312982076 },
{ "subId": 1104411, "order": 13, "hidden": true, "test": true, "descHash": 1362920500 },
{ "subId": 1104412, "order": 14, "descHash": 691044220 },
{ "subId": 1104413, "order": 15, "hidden": true, "test": true, "descHash": 3440824684 },
{ "subId": 1104403, "order": 16, "descHash": 2357118316 }
]
},
{
"id": 11045,
"titleHash": 1999819415,
"children": [
{ "subId": 1104501, "order": 1, "descHash": 347916044 },
{ "subId": 1104502, "order": 2, "descHash": 3325682268 },
{ "subId": 1104508, "order": 3, "hidden": true, "test": true, "descHash": 1551703556 },
{ "subId": 1104506, "order": 4, "hidden": true, "test": true, "descHash": 3849038156 },
{ "subId": 1104509, "order": 5, "descHash": 3716860052 },
{ "subId": 1104511, "order": 6, "hidden": true, "test": true, "descHash": 526387948 },
{ "subId": 1104510, "order": 7, "hidden": true, "test": true, "descHash": 3147159148 },
{ "subId": 1104507, "order": 8, "descHash": 218929500 },
{ "subId": 1104503, "order": 9, "hidden": true, "descHash": 4260031620 },
{ "subId": 1104504, "order": 10, "descHash": 3979124012 },
{ "subId": 1104505, "order": 11, "descHash": 3677720004 },
{ "subId": 1104512, "order": 12, "hidden": true, "test": true, "descHash": 3737551660 },
{ "subId": 1104513, "order": 13, "hidden": true, "test": true, "descHash": 235162596 },
{ "subId": 1104514, "order": 14, "hidden": true, "test": true, "descHash": 1966986404 },
{ "subId": 1104515, "order": 15, "hidden": true, "test": true, "descHash": 2925816012 },
{ "subId": 1104516, "order": 16, "hidden": true, "test": true, "descHash": 2633440228 }
]
},
{
"id": 11100,
"titleHash": 3029738889,
"children": [
{ "subId": 1110009, "order": 1, "descHash": 1756099902 },
{ "subId": 1110001, "order": 2, "hidden": true, "test": true, "descHash": 2327428910 },
{ "subId": 1110002, "order": 3, "descHash": 2933446846 },
{ "subId": 1110003, "order": 4, "hidden": true, "test": true, "descHash": 3869982654 },
{ "subId": 1110010, "order": 5, "descHash": 500633262 },
{ "subId": 1110004, "order": 6, "descHash": 1524926558 },
{ "subId": 1110005, "order": 7, "descHash": 1380360110 },
{ "subId": 1110006, "order": 8, "descHash": 2042571278 },
{ "subId": 1110007, "order": 9, "hidden": true, "descHash": 3928231534 },
{ "subId": 1110011, "order": 10, "hidden": true, "test": true, "descHash": 3861759710 },
{ "subId": 1110008, "order": 11, "descHash": 6284766 }
]
},
{
"id": 11101,
"titleHash": 2157134057,
"children": [
{ "subId": 1110101, "order": 1, "descHash": 4225047526 },
{ "subId": 1110108, "order": 2, "hidden": true, "test": true, "descHash": 931865990 },
{ "subId": 1110102, "order": 3, "descHash": 702718726 },
{ "subId": 1110103, "order": 4, "descHash": 1955327798 },
{ "subId": 1110104, "order": 5, "hidden": true, "test": true, "descHash": 2916374702 },
{ "subId": 1110105, "order": 6, "descHash": 3971625150 },
{ "subId": 1110106, "order": 7, "descHash": 2982356774 },
{ "subId": 1110107, "order": 8, "descHash": 4076165910 }
]
},
{
"id": 11102,
"titleHash": 2780964201,
"children": [
{ "subId": 1110201, "order": 1, "descHash": 3113870806 },
{ "subId": 1110202, "order": 2, "descHash": 1089783694 },
{ "subId": 1110203, "order": 3, "descHash": 3694156310 },
{ "subId": 1110204, "order": 4, "hidden": true, "test": true, "descHash": 2650302766 },
{ "subId": 1110207, "order": 5, "hidden": true, "test": true, "descHash": 1103913782 },
{ "subId": 1110206, "order": 6, "descHash": 1003122318 },
{ "subId": 1110205, "order": 7, "hidden": true, "test": true, "descHash": 752727406 }
]
},
{
"id": 11103,
"titleHash": 1676132601,
"children": [
{ "subId": 1110313, "order": 1, "descHash": 2364553230 },
{ "subId": 1110314, "order": 2, "descHash": 3975079198 },
{ "subId": 1110301, "order": 3, "descHash": 2525016398 },
{ "subId": 1110317, "order": 4, "hidden": true, "test": true, "descHash": 3816259886 },
{ "subId": 1110302, "order": 5, "descHash": 2690101422 },
{ "subId": 1110303, "order": 6, "descHash": 1644322726 },
{ "subId": 1110304, "order": 7, "descHash": 1360421014 },
{ "subId": 1110312, "order": 8, "descHash": 604724878 },
{ "subId": 1110305, "order": 9, "descHash": 285906198 },
{ "subId": 1110316, "order": 10, "hidden": true, "test": true, "descHash": 2684653966 },
{ "subId": 1110306, "order": 11, "descHash": 2551096438 },
{ "subId": 1110315, "order": 12, "descHash": 3189008302 },
{ "subId": 1110307, "order": 13, "hidden": true, "test": true, "descHash": 936761558 },
{ "subId": 1110308, "order": 14, "descHash": 456193662 },
{ "subId": 1110309, "order": 15, "hidden": true, "test": true, "descHash": 3668965646 },
{ "subId": 1110310, "order": 16, "descHash": 387383366 },
{ "subId": 1110311, "order": 17, "descHash": 1992716854 }
]
},
{
"id": 11104,
"hidden": true,
"test": true,
"titleHash": 3548681833,
"children": [{ "subId": 1110401, "order": 1, "hidden": true, "test": true, "descHash": 1504326622 }]
},
{
"id": 11110,
"titleHash": 3687869359,
"children": [
{ "subId": 1111001, "order": 1, "descHash": 3135367532 },
{ "subId": 1111002, "order": 2, "descHash": 3069112484 },
{ "subId": 1111003, "order": 3, "descHash": 3391714100 },
{ "subId": 1111004, "order": 4, "descHash": 159659532 },
{ "subId": 1111005, "order": 5, "descHash": 1160060180 },
{ "subId": 1111006, "order": 6, "descHash": 3017723364 },
{ "subId": 1111011, "order": 7, "descHash": 4038184124 },
{ "subId": 1111012, "order": 8, "descHash": 1204923636 },
{ "subId": 1111013, "order": 9, "hidden": true },
{ "subId": 1111014, "order": 10, "hidden": true },
{ "subId": 1111007, "order": 11, "descHash": 637256140 },
{ "subId": 1111008, "order": 12, "descHash": 1683390676 },
{ "subId": 1111009, "order": 13, "descHash": 2278144228 },
{ "subId": 1111010, "order": 14, "descHash": 1573743324 }
]
},
{
"id": 11111,
"titleHash": 2109944287,
"children": [
{ "subId": 1111101, "order": 1, "descHash": 3026159284 },
{ "subId": 1111102, "order": 2, "descHash": 3448379740 },
{ "subId": 1111104, "order": 3, "descHash": 1347019492 },
{ "subId": 1111105, "order": 4, "descHash": 3848805116 }
]
},
{
"id": 11112,
"titleHash": 479755927,
"children": [
{ "subId": 1111201, "order": 1, "descHash": 395893252 },
{ "subId": 1111202, "order": 2, "descHash": 2093503420 },
{ "subId": 1111222, "order": 3, "descHash": 2449377836 },
{ "subId": 1111203, "order": 4, "descHash": 1517823996 },
{ "subId": 1111204, "order": 5, "descHash": 3065622100 },
{ "subId": 1111205, "order": 6, "descHash": 4247734508 },
{ "subId": 1111225, "order": 7, "descHash": 1127721092 },
{ "subId": 1111206, "order": 8, "descHash": 496310924 },
{ "subId": 1111209, "order": 9, "hidden": true, "descHash": 2304237276 },
{ "subId": 1111223, "order": 10, "hidden": true, "descHash": 702814908 },
{ "subId": 1111224, "order": 11, "hidden": true },
{ "subId": 1111208, "order": 12, "descHash": 1047295156 }
]
},
{
"id": 11113,
"titleHash": 2948106151,
"children": [
{ "subId": 1111301, "order": 1, "descHash": 33502956 },
{ "subId": 1111302, "order": 2, "descHash": 2789731572 },
{ "subId": 1111306, "order": 3, "hidden": true, "test": true, "descHash": 2069643580 },
{ "subId": 1111308, "order": 4, "hidden": true, "test": true, "descHash": 2222642492 },
{ "subId": 1111303, "order": 5, "descHash": 1975218748 },
{ "subId": 1111304, "order": 6, "descHash": 3649108372 },
{ "subId": 1111305, "order": 7, "descHash": 2191666100 },
{ "subId": 1111307, "order": 8, "descHash": 3371736628 }
]
},
{
"id": 11114,
"hidden": true,
"test": true,
"titleHash": 3045015799,
"children": [{ "subId": 1111401, "order": 1, "hidden": true }]
},
{
"id": 11120,
"titleHash": 4006784975,
"children": [
{ "subId": 1112001, "order": 1, "descHash": 2665792236 },
{ "subId": 1112005, "order": 2, "descHash": 919918732 },
{ "subId": 1112002, "order": 3, "descHash": 2826386548 },
{ "subId": 1112003, "order": 4, "descHash": 2548921308 },
{ "subId": 1112004, "order": 5, "descHash": 1797315452 }
]
},
{
"id": 11121,
"titleHash": 3010681655,
"children": [
{ "subId": 1112101, "order": 1, "descHash": 3394160724 },
{ "subId": 1112104, "order": 2, "descHash": 3694775644 },
{ "subId": 1112102, "order": 3, "descHash": 2598054676 },
{ "subId": 1112103, "order": 4, "descHash": 3572549348 },
{ "subId": 1112107, "order": 5, "descHash": 1165076780 },
{ "subId": 1112108, "order": 6, "descHash": 693704140 }
]
},
{
"id": 11122,
"titleHash": 3766367927,
"children": [
{ "subId": 1112201, "order": 1, "descHash": 1842245588 },
{ "subId": 1112202, "order": 2, "descHash": 3319825692 },
{ "subId": 1112203, "order": 3, "descHash": 3689700492 },
{ "subId": 1112210, "order": 4, "descHash": 857707804 },
{ "subId": 1112211, "order": 5, "descHash": 2207739220 },
{ "subId": 1112204, "order": 6, "descHash": 1896974420 },
{ "subId": 1112205, "order": 7, "descHash": 3147494684 },
{ "subId": 1112206, "order": 8, "descHash": 2469483484 },
{ "subId": 1112207, "order": 9, "descHash": 2014266148 },
{ "subId": 1112212, "order": 10, "hidden": true, "test": true, "descHash": 3394260044 },
{ "subId": 1112208, "order": 11, "descHash": 3386795284 },
{ "subId": 1112209, "order": 12, "descHash": 3672939068 }
]
},
{
"id": 11123,
"titleHash": 1001577695,
"children": [
{ "subId": 1112309, "order": 1, "descHash": 18873716 },
{ "subId": 1112301, "order": 2, "descHash": 507238196 },
{ "subId": 1112302, "order": 3, "descHash": 2581805852 },
{ "subId": 1112303, "order": 4, "descHash": 1779649860 },
{ "subId": 1112311, "order": 5, "hidden": true },
{ "subId": 1112304, "order": 6, "descHash": 1257111548 },
{ "subId": 1112305, "order": 7, "descHash": 143868892 },
{ "subId": 1112306, "order": 8, "descHash": 1159517588 },
{ "subId": 1112310, "order": 9, "hidden": true, "test": true, "descHash": 829940564 },
{ "subId": 1112307, "order": 10, "descHash": 3352760084 },
{ "subId": 1112312, "order": 11, "hidden": true },
{ "subId": 1112308, "order": 12, "descHash": 1547196196 }
]
},
{
"id": 11124,
"hidden": true,
"children": [
{ "subId": 1112401, "order": 1, "hidden": true },
{ "subId": 1112402, "order": 2, "hidden": true }
]
},
{
"id": 11200,
"children": [
{ "subId": 1120001, "order": 1 },
{ "subId": 1120002, "order": 2 },
{ "subId": 1120003, "order": 3, "hidden": true },
{ "subId": 1120004, "order": 4 },
{ "subId": 1120019, "order": 5, "hidden": true },
{ "subId": 1120005, "order": 6 },
{ "subId": 1120006, "order": 7 },
{ "subId": 1120016, "order": 8 },
{ "subId": 1120007, "order": 9 },
{ "subId": 1120008, "order": 10, "hidden": true },
{ "subId": 1120017, "order": 11 },
{ "subId": 1120015, "order": 12 },
{ "subId": 1120098, "order": 13, "hidden": true },
{ "subId": 1120009, "order": 14 },
{ "subId": 1120096, "order": 15 },
{ "subId": 1120097, "order": 16 },
{ "subId": 1120010, "order": 17 },
{ "subId": 1120011, "order": 18, "hidden": true },
{ "subId": 1120012, "order": 19 },
{ "subId": 1120013, "order": 20 },
{ "subId": 1120018, "order": 21, "hidden": true },
{ "subId": 1120014, "order": 22 }
]
},
{
"id": 11201,
"children": [
{ "subId": 1120100, "order": 1 },
{ "subId": 1120101, "order": 2 },
{ "subId": 1120102, "order": 3 },
{ "subId": 1120123, "order": 4 },
{ "subId": 1120124, "order": 5, "hidden": true },
{ "subId": 1120125, "order": 6, "hidden": true },
{ "subId": 1120126, "order": 7, "hidden": true },
{ "subId": 1120103, "order": 8 },
{ "subId": 1120104, "order": 9 },
{ "subId": 1120117, "order": 10 },
{ "subId": 1120105, "order": 11 },
{ "subId": 1120106, "order": 12 },
{ "subId": 1120107, "order": 13, "hidden": true },
{ "subId": 1120114, "order": 14 },
{ "subId": 1120108, "order": 15 },
{ "subId": 1120109, "order": 16 },
{ "subId": 1120116, "order": 17 },
{ "subId": 1120115, "order": 18 },
{ "subId": 1120110, "order": 19 },
{ "subId": 1120119, "order": 20 },
{ "subId": 1120118, "order": 21 },
{ "subId": 1120120, "order": 22 },
{ "subId": 1120111, "order": 23 },
{ "subId": 1120112, "order": 24 },
{ "subId": 1120113, "order": 25 },
{ "subId": 1120121, "order": 26, "hidden": true }
]
},
{
"id": 11202,
"children": [
{ "subId": 1120201, "order": 1 },
{ "subId": 1120202, "order": 2 },
{ "subId": 1120203, "order": 3 },
{ "subId": 1120204, "order": 4 },
{ "subId": 1120205, "order": 5 },
{ "subId": 1120206, "order": 6 },
{ "subId": 1120207, "order": 7 },
{ "subId": 1120208, "order": 8 },
{ "subId": 1120209, "order": 9 },
{ "subId": 1120210, "order": 10 },
{ "subId": 1120211, "order": 11 },
{ "subId": 1120212, "order": 12 }
]
},
{
"id": 12000,
"titleHash": 289910673,
"children": [
{ "subId": 1200001, "order": 1, "descHash": 3373433000 },
{ "subId": 1200003, "order": 2, "descHash": 681982216 },
{ "subId": 1200004, "order": 3, "descHash": 635715352 },
{ "subId": 1200005, "order": 4, "descHash": 4127383136 },
{ "subId": 1200006, "order": 5, "descHash": 1628340592 },
{ "subId": 1200009, "order": 6, "descHash": 2568312904 },
{ "subId": 1200011, "order": 7, "hidden": true, "test": true, "descHash": 695552656 },
{ "subId": 1200010, "order": 8, "hidden": true, "test": true, "descHash": 2142115352 }
]
},
{
"id": 12001,
"titleHash": 2589305489,
"children": [
{ "subId": 1200101, "order": 1, "descHash": 1809406480 },
{ "subId": 1200103, "order": 2, "descHash": 1683815464 },
{ "subId": 1200106, "order": 3, "descHash": 1007006432 },
{ "subId": 1200107, "order": 4, "hidden": true, "test": true, "descHash": 3179935616 },
{ "subId": 1200108, "order": 5, "descHash": 116092168 }
]
},
{
"id": 12002,
"titleHash": 774859633,
"children": [
{ "subId": 1200201, "order": 1, "descHash": 1125948040 },
{ "subId": 1200203, "order": 2, "descHash": 3963171056 },
{ "subId": 1200202, "order": 3, "hidden": true, "descHash": 1318954144 },
{ "subId": 1200221, "order": 4, "hidden": true, "descHash": 2778175680 },
{ "subId": 1200204, "order": 5, "descHash": 114535088 },
{ "subId": 1200205, "order": 6, "descHash": 420789536 },
{ "subId": 1200206, "order": 7, "descHash": 1688800344 },
{ "subId": 1200215, "order": 8, "hidden": true, "test": true, "descHash": 2597640456 },
{ "subId": 1200222, "order": 9, "hidden": true, "test": true, "descHash": 2222901752 },
{ "subId": 1200207, "order": 10, "descHash": 4177977160 },
{ "subId": 1200208, "order": 11, "descHash": 2114657296 },
{ "subId": 1200209, "order": 12, "hidden": true, "test": true, "descHash": 3868274672 },
{ "subId": 1200212, "order": 13, "hidden": true, "test": true, "descHash": 3297125224 },
{ "subId": 1200213, "order": 14, "hidden": true, "test": true, "descHash": 894408824 },
{ "subId": 1200219, "order": 15, "hidden": true, "test": true, "descHash": 1823956248 },
{ "subId": 1200220, "order": 16, "hidden": true, "test": true, "descHash": 1864993352 },
{ "subId": 1200214, "order": 17, "descHash": 920262968 },
{ "subId": 1200223, "order": 18, "hidden": true, "test": true, "descHash": 1560360144 },
{ "subId": 1200210, "order": 19, "descHash": 3725355592 },
{ "subId": 1200211, "order": 20, "descHash": 2399454912 }
]
},
{
"id": 12003,
"titleHash": 430814649,
"children": [
{ "subId": 1200303, "order": 1, "descHash": 3472333984 },
{ "subId": 1200304, "order": 2, "descHash": 1599532056 },
{ "subId": 1200305, "order": 3, "descHash": 1826471680 },
{ "subId": 1200310, "order": 4, "hidden": true, "test": true, "descHash": 593569936 },
{ "subId": 1200307, "order": 5, "descHash": 345406760 },
{ "subId": 1200311, "order": 6, "hidden": true, "test": true, "descHash": 281988112 },
{ "subId": 1200308, "order": 7, "descHash": 2232941800 },
{ "subId": 1200309, "order": 8, "descHash": 1265883736 }
]
},
{
"id": 12004,
"titleHash": 2282054967,
"children": [
{ "subId": 1200401, "order": 1, "descHash": 1607071180 },
{ "subId": 1200403, "order": 2, "descHash": 4233116420 },
{ "subId": 1200402, "order": 3, "descHash": 2252050468 }
]
},
{
"id": 12005,
"titleHash": 1779168839,
"children": [
{ "subId": 1200501, "order": 1, "descHash": 307690348 },
{ "subId": 1200502, "order": 2, "descHash": 1587321660 },
{ "subId": 1200503, "order": 3, "descHash": 2199480780 },
{ "subId": 1200504, "order": 4, "descHash": 2895586300 },
{ "subId": 1200505, "order": 5, "hidden": true, "test": true, "descHash": 1586065268 },
{ "subId": 1200506, "order": 6, "descHash": 3117514244 },
{ "subId": 1200507, "order": 7, "descHash": 3562242724 },
{ "subId": 1200517, "order": 9, "descHash": 4051843228 },
{ "subId": 1200509, "order": 10, "descHash": 38767628 },
{ "subId": 1200510, "order": 11, "descHash": 3962054548 },
{ "subId": 1200511, "order": 12, "descHash": 125851972 },
{ "subId": 1200514, "order": 15, "descHash": 3335541148 },
{ "subId": 1200518, "order": 16, "hidden": true, "test": true, "descHash": 2474757332 },
{ "subId": 1200512, "order": 90, "test": true, "descHash": 4005667300 },
{ "subId": 1200515, "order": 91, "test": true, "descHash": 3226024228 },
{ "subId": 1200516, "order": 92, "test": true, "descHash": 2149888956 },
{ "subId": 1200513, "order": 94, "test": true, "descHash": 792742404 },
{ "subId": 1200508, "order": 98, "test": true, "descHash": 907847452 }
]
},
{
"id": 12006,
"titleHash": 2017366479,
"children": [
{ "subId": 1200601, "order": 1, "descHash": 659728276 },
{ "subId": 1200602, "order": 2, "descHash": 2490775116 },
{ "subId": 1200603, "order": 3, "descHash": 2960118788 },
{ "subId": 1200607, "order": 4, "hidden": true, "test": true, "descHash": 2179139388 },
{ "subId": 1200608, "order": 5, "hidden": true, "test": true, "descHash": 2126775460 },
{ "subId": 1200606, "order": 7, "descHash": 3075060988 },
{ "subId": 1200605, "order": 8, "descHash": 1496031236 },
{ "subId": 1200604, "order": 96, "hidden": true, "test": true, "descHash": 4288289916 }
]
},
{
"id": 12007,
"titleHash": 3719592327,
"children": [
{ "subId": 1200701, "order": 1, "descHash": 626848748 },
{ "subId": 1200702, "order": 2, "descHash": 3063502052 },
{ "subId": 1200711, "order": 3, "hidden": true, "test": true, "descHash": 237612732 },
{ "subId": 1200710, "order": 4, "hidden": true, "test": true, "descHash": 1791372932 },
{ "subId": 1200703, "order": 5, "descHash": 1127619284 },
{ "subId": 1200708, "order": 6, "descHash": 2446641740 },
{ "subId": 1200704, "order": 7, "descHash": 796393716 },
{ "subId": 1200705, "order": 8, "descHash": 3685999380 },
{ "subId": 1200706, "order": 9, "descHash": 611622884 },
{ "subId": 1200707, "order": 10, "descHash": 3824522116 },
{ "subId": 1200712, "order": 12, "hidden": true, "test": true, "descHash": 3261353292 },
{ "subId": 1200713, "order": 13, "hidden": true, "test": true, "descHash": 3897211788 }
]
},
{
"id": 12008,
"titleHash": 2383310551,
"children": [
{ "subId": 1200801, "order": 1, "descHash": 3694762852 },
{ "subId": 1200802, "order": 2, "descHash": 1345365988 },
{ "subId": 1200809, "order": 3, "descHash": 1667785788 },
{ "subId": 1200806, "order": 4, "descHash": 285501556 },
{ "subId": 1200810, "order": 5, "descHash": 792606612 },
{ "subId": 1200807, "order": 6, "descHash": 2674709236 },
{ "subId": 1200811, "order": 7, "descHash": 1989593332 },
{ "subId": 1200808, "order": 8, "descHash": 2364475692 },
{ "subId": 1200812, "order": 9, "descHash": 1224520540 },
{ "subId": 1200803, "order": 10, "descHash": 751453460 },
{ "subId": 1200816, "order": 11, "hidden": true, "test": true, "descHash": 3586769724 },
{ "subId": 1200804, "order": 12, "descHash": 3133616668 },
{ "subId": 1200813, "order": 13, "hidden": true, "test": true, "descHash": 2876154676 },
{ "subId": 1200814, "order": 14, "hidden": true, "test": true, "descHash": 1062585412 },
{ "subId": 1200815, "order": 15, "hidden": true, "test": true, "descHash": 1155185884 },
{ "subId": 1200817, "order": 17, "hidden": true, "test": true, "descHash": 2086274180 },
{ "subId": 1200818, "order": 18, "hidden": true, "test": true, "descHash": 1260308660 },
{ "subId": 1200819, "order": 19, "hidden": true, "test": true, "descHash": 18425724 },
{ "subId": 1200805, "order": 92, "test": true, "descHash": 303870740 }
]
},
{
"id": 12009,
"titleHash": 1010134295,
"children": [
{ "subId": 1200901, "order": 1, "descHash": 3008292676 },
{ "subId": 1200902, "order": 2, "descHash": 783045252 },
{ "subId": 1200903, "order": 3, "descHash": 273352716 },
{ "subId": 1200904, "order": 4, "descHash": 3916100220 },
{ "subId": 1200906, "order": 5, "hidden": true, "test": true, "descHash": 3273785524 },
{ "subId": 1200905, "order": 6, "descHash": 2058930220 }
]
},
{
"id": 12010,
"titleHash": 3568747175,
"children": [
{ "subId": 1201001, "order": 1, "descHash": 2079794060 },
{ "subId": 1201002, "order": 2, "descHash": 1294205908 },
{ "subId": 1201003, "order": 3, "descHash": 1566564260 },
{ "subId": 1201004, "order": 4, "descHash": 1158558372 }
]
},
{
"id": 12011,
"titleHash": 425599295,
"children": [
{ "subId": 1201101, "order": 1, "descHash": 751047804 },
{ "subId": 1201104, "order": 2, "descHash": 1062915076 },
{ "subId": 1201102, "order": 3, "descHash": 2203756820 },
{ "subId": 1201103, "order": 4, "descHash": 1249992324 },
{ "subId": 1201107, "order": 5, "descHash": 624186540 },
{ "subId": 1201105, "order": 6, "descHash": 4090870612 },
{ "subId": 1201106, "order": 7, "descHash": 2449754580 }
]
},
{
"id": 12012,
"titleHash": 4171714063,
"children": [
{ "subId": 1201201, "order": 1, "descHash": 920262268 },
{ "subId": 1201208, "order": 2, "hidden": true },
{ "subId": 1201209, "order": 3, "hidden": true },
{ "subId": 1201202, "order": 4, "descHash": 2402874108 },
{ "subId": 1201204, "order": 5, "descHash": 2375212580 },
{ "subId": 1201205, "order": 6, "descHash": 2368528036 },
{ "subId": 1201206, "order": 7, "descHash": 4134709140 },
{ "subId": 1201207, "order": 8, "hidden": true }
]
},
{
"id": 12013,
"titleHash": 3118424423,
"children": [
{ "subId": 1201310, "order": 1, "descHash": 4195049284 },
{ "subId": 1201301, "order": 2, "descHash": 2614101956 },
{ "subId": 1201311, "order": 3, "descHash": 2159835948 },
{ "subId": 1201302, "order": 4, "descHash": 1700078252 },
{ "subId": 1201303, "order": 5, "descHash": 808329356 },
{ "subId": 1201304, "order": 6, "descHash": 2566213748 },
{ "subId": 1201305, "order": 7, "descHash": 2262874876 },
{ "subId": 1201306, "order": 8, "descHash": 3230859980 },
{ "subId": 1201307, "order": 9, "descHash": 2150907716 },
{ "subId": 1201308, "order": 10, "descHash": 1448148308 },
{ "subId": 1201312, "order": 11, "hidden": true },
{ "subId": 1201309, "order": 12, "descHash": 3352259500 }
]
},
{
"id": 12014,
"hidden": true,
"test": true,
"titleHash": 1531423959,
"children": [{ "subId": 1201401, "order": 1, "hidden": true }]
},
{
"id": 12015,
"titleHash": 2747718847,
"children": [
{ "subId": 1201501, "order": 1, "descHash": 2370043812 },
{ "subId": 1201502, "order": 2, "descHash": 1288245444 },
{ "subId": 1201503, "order": 3, "descHash": 4212476812 },
{ "subId": 1201504, "order": 4, "descHash": 3076021188 },
{ "subId": 1201505, "order": 5, "descHash": 4152841972 },
{ "subId": 1201506, "order": 6, "descHash": 1619761540 },
{ "subId": 1201507, "order": 7, "descHash": 3761212988 },
{ "subId": 1201508, "order": 8, "descHash": 3395613732 },
{ "subId": 1201509, "order": 9, "descHash": 3261668836 },
{ "subId": 1201510, "order": 10, "descHash": 967060436 },
{ "subId": 1201511, "order": 11, "hidden": true, "test": true, "descHash": 2636878804 },
{ "subId": 1201512, "order": 12, "hidden": true, "test": true, "descHash": 3912486708 },
{ "subId": 1201513, "order": 13, "hidden": true, "test": true, "descHash": 2843106676 }
]
},
{
"id": 12016,
"titleHash": 4015309239,
"children": [
{ "subId": 1201601, "order": 1, "descHash": 1670938556 },
{ "subId": 1201602, "order": 2, "descHash": 3914171900 },
{ "subId": 1201603, "order": 3, "descHash": 1298154004 },
{ "subId": 1201604, "order": 4, "descHash": 136120716 },
{ "subId": 1201605, "order": 5, "descHash": 1790169052 },
{ "subId": 1201615, "order": 6, "hidden": true, "test": true, "descHash": 1207564076 },
{ "subId": 1201606, "order": 7, "descHash": 418474700 },
{ "subId": 1201607, "order": 8, "descHash": 430584988 },
{ "subId": 1201608, "order": 9, "descHash": 1369007220 },
{ "subId": 1201609, "order": 10, "descHash": 369517228 },
{ "subId": 1201610, "order": 11, "descHash": 970138380 },
{ "subId": 1201611, "order": 12, "descHash": 1960868548 },
{ "subId": 1201612, "order": 13, "descHash": 145833188 },
{ "subId": 1201613, "order": 14, "descHash": 2216279820 },
{ "subId": 1201614, "order": 15, "descHash": 3592902388 }
]
},
{
"id": 12017,
"titleHash": 124585167,
"children": [
{ "subId": 1201701, "order": 1, "descHash": 3101549764 },
{ "subId": 1201702, "order": 2, "descHash": 2414696012 },
{ "subId": 1201704, "order": 3, "descHash": 3070609796 },
{ "subId": 1201705, "order": 4, "descHash": 4048881468 },
{ "subId": 1201706, "order": 5, "descHash": 897343732 },
{ "subId": 1201707, "order": 6, "descHash": 1615947948 }
]
},
{
"id": 12018,
"titleHash": 4062782143,
"children": [
{ "subId": 1201801, "order": 1, "descHash": 1985164724 },
{ "subId": 1201802, "order": 2, "descHash": 2277322124 },
{ "subId": 1201803, "order": 3, "descHash": 202134324 },
{ "subId": 1201804, "order": 4, "descHash": 3001193324 },
{ "subId": 1201805, "order": 5, "descHash": 2291929012 },
{ "subId": 1201806, "order": 6, "descHash": 4228918348 },
{ "subId": 1201807, "order": 7, "descHash": 1880922172 },
{ "subId": 1201808, "order": 8, "descHash": 1824049620 },
{ "subId": 1201809, "order": 9, "descHash": 2268272028 },
{ "subId": 1201810, "order": 10, "descHash": 1092564044 },
{ "subId": 1201811, "order": 11, "descHash": 2759367580 },
{ "subId": 1201812, "order": 12, "descHash": 791963652 }
]
},
{
"id": 12019,
"hidden": true,
"test": true,
"titleHash": 147981751,
"children": [{ "subId": 1201901, "order": 1, "hidden": true, "test": true, "descHash": 2041503260 }]
},
{
"id": 12020,
"titleHash": 3305493063,
"children": [
{ "subId": 1202001, "order": 1, "descHash": 1284479508 },
{ "subId": 1202009, "order": 2, "descHash": 3925963068 },
{ "subId": 1202002, "order": 3, "descHash": 3709997964 },
{ "subId": 1202003, "order": 5, "descHash": 4138627348 },
{ "subId": 1202004, "order": 10, "descHash": 2729829012 },
{ "subId": 1202005, "order": 11, "descHash": 769613148 },
{ "subId": 1202006, "order": 12, "descHash": 3782996332 },
{ "subId": 1202007, "order": 13, "descHash": 2066585500 },
{ "subId": 1202008, "order": 15, "descHash": 2739377372 }
]
},
{
"id": 12021,
"titleHash": 4285231799,
"children": [
{ "subId": 1202101, "order": 1, "descHash": 629857060 },
{ "subId": 1202118, "order": 2, "hidden": true, "descHash": 1428098612 },
{ "subId": 1202102, "order": 3, "descHash": 3161861564 },
{ "subId": 1202119, "order": 5, "descHash": 2146802260 },
{ "subId": 1202115, "order": 6, "hidden": true, "descHash": 2716518436 },
{ "subId": 1202116, "order": 7, "hidden": true, "descHash": 2750180796 },
{ "subId": 1202117, "order": 8, "hidden": true, "descHash": 4208510004 },
{ "subId": 1202103, "order": 9, "descHash": 3463855076 },
{ "subId": 1202104, "order": 10, "descHash": 2792690524 },
{ "subId": 1202105, "order": 11, "descHash": 1924130420 },
{ "subId": 1202110, "order": 12, "descHash": 1783174828 },
{ "subId": 1202106, "order": 13, "descHash": 1109255252 },
{ "subId": 1202111, "order": 14, "descHash": 349103820 },
{ "subId": 1202107, "order": 15, "descHash": 3938889540 },
{ "subId": 1202112, "order": 16, "descHash": 2221911660 },
{ "subId": 1202108, "order": 20, "descHash": 3748145828 },
{ "subId": 1202109, "order": 21, "descHash": 2501451948 },
{ "subId": 1202120, "order": 22, "hidden": true, "descHash": 1910636980 },
{ "subId": 1202113, "order": 30, "descHash": 3287669996 },
{ "subId": 1202114, "order": 31, "descHash": 2796844684 }
]
},
{
"id": 12022,
"titleHash": 2235223215,
"children": [
{ "subId": 1202201, "order": 1, "descHash": 1892944732 },
{ "subId": 1202202, "order": 2, "descHash": 2684523724 },
{ "subId": 1202203, "order": 3, "descHash": 3028695052 },
{ "subId": 1202205, "order": 11, "descHash": 3670723084 },
{ "subId": 1202208, "order": 20, "descHash": 1678349468 },
{ "subId": 1202209, "order": 21, "descHash": 2074889140 },
{ "subId": 1202216, "order": 22, "descHash": 1227727148 },
{ "subId": 1202210, "order": 23, "descHash": 1598652364 },
{ "subId": 1202217, "order": 24, "descHash": 1428940940 },
{ "subId": 1202211, "order": 25, "descHash": 625042132 },
{ "subId": 1202213, "order": 27, "descHash": 1379816492 },
{ "subId": 1202207, "order": 29, "hidden": true, "descHash": 3472493452 },
{ "subId": 1202212, "order": 30, "descHash": 2879166644 },
{ "subId": 1202214, "order": 92, "descHash": 1783230572 },
{ "subId": 1202215, "order": 93, "descHash": 176159828 },
{ "subId": 1202206, "order": 94, "descHash": 3402053124 },
{ "subId": 1202204, "order": 95, "hidden": true, "descHash": 4225392300 }
]
},
{
"id": 12023,
"titleHash": 3002404967,
"children": [
{ "subId": 1202301, "order": 1, "descHash": 555978284 },
{ "subId": 1202310, "order": 2, "descHash": 1760455172 },
{ "subId": 1202311, "order": 3, "hidden": true, "descHash": 2352707716 },
{ "subId": 1202302, "order": 6, "descHash": 3702878428 },
{ "subId": 1202312, "order": 7, "hidden": true, "descHash": 2597177724 },
{ "subId": 1202308, "order": 8, "descHash": 3250890004 },
{ "subId": 1202309, "order": 9, "descHash": 2362156636 },
{ "subId": 1202303, "order": 10, "descHash": 4008160260 },
{ "subId": 1202304, "order": 11, "descHash": 3814493564 },
{ "subId": 1202305, "order": 15, "descHash": 990244476 },
{ "subId": 1202307, "order": 19, "hidden": true, "descHash": 2352220460 },
{ "subId": 1202306, "order": 30, "descHash": 2810608748 }
]
},
{
"id": 12024,
"titleHash": 3965920295,
"children": [
{ "subId": 1202401, "order": 1, "descHash": 133341788 },
{ "subId": 1202407, "order": 2, "descHash": 3070323108 },
{ "subId": 1202404, "order": 3, "descHash": 3829006852 },
{ "subId": 1202402, "order": 10, "descHash": 924965588 },
{ "subId": 1202408, "order": 11, "hidden": true, "descHash": 1068896892 },
{ "subId": 1202409, "order": 12, "hidden": true, "descHash": 3842162276 },
{ "subId": 1202403, "order": 15, "descHash": 229190948 },
{ "subId": 1202410, "order": 16, "hidden": true, "descHash": 3937379332 },
{ "subId": 1202411, "order": 17, "hidden": true, "descHash": 4220592316 },
{ "subId": 1202406, "order": 20, "descHash": 2118116684 },
{ "subId": 1202405, "order": 30, "descHash": 4294363364 }
]
},
{
"id": 12025,
"titleHash": 4022805903,
"children": [
{ "subId": 1202517, "order": 1, "descHash": 3751406836 },
{ "subId": 1202519, "order": 2, "descHash": 899999444 },
{ "subId": 1202516, "order": 3, "descHash": 1306457268 },
{ "subId": 1202520, "order": 4, "descHash": 982509180 },
{ "subId": 1202501, "order": 5, "descHash": 1924529044 },
{ "subId": 1202523, "order": 6, "hidden": true, "test": true, "descHash": 2254094620 },
{ "subId": 1202502, "order": 7, "descHash": 2022945436 },
{ "subId": 1202503, "order": 8, "descHash": 3955649228 },
{ "subId": 1202504, "order": 9, "descHash": 2928891924 },
{ "subId": 1202505, "order": 10, "descHash": 232444428 },
{ "subId": 1202506, "order": 11, "descHash": 3982031868 },
{ "subId": 1202507, "order": 12, "descHash": 2683870324 },
{ "subId": 1202518, "order": 13, "descHash": 870763076 },
{ "subId": 1202515, "order": 14, "descHash": 3198332380 },
{ "subId": 1202508, "order": 15, "descHash": 2935595940 },
{ "subId": 1202522, "order": 16, "descHash": 743251420 },
{ "subId": 1202509, "order": 17, "descHash": 1345174956 },
{ "subId": 1202510, "order": 18, "descHash": 1304067156 },
{ "subId": 1202512, "order": 19, "descHash": 3302272844 },
{ "subId": 1202514, "order": 20, "descHash": 892599588 },
{ "subId": 1202521, "order": 95, "test": true, "descHash": 2896054068 }
]
},
{
"id": 12026,
"titleHash": 2566245607,
"children": [
{ "subId": 1202601, "order": 1, "descHash": 587338924 },
{ "subId": 1202602, "order": 2, "descHash": 4117063124 },
{ "subId": 1202603, "order": 3, "descHash": 2152193620 },
{ "subId": 1202624, "order": 4, "hidden": true },
{ "subId": 1202604, "order": 5, "descHash": 1377628980 },
{ "subId": 1202605, "order": 6, "descHash": 2476316284 },
{ "subId": 1202606, "order": 7, "descHash": 2767812140 },
{ "subId": 1202607, "order": 8, "descHash": 2973160292 },
{ "subId": 1202616, "order": 9, "descHash": 2991209756 },
{ "subId": 1202622, "order": 10, "descHash": 1619137388 },
{ "subId": 1202609, "order": 11, "descHash": 1938466380 },
{ "subId": 1202619, "order": 12, "descHash": 1855116116 },
{ "subId": 1202610, "order": 13, "descHash": 187429076 },
{ "subId": 1202608, "order": 14, "descHash": 2801053388 },
{ "subId": 1202620, "order": 15, "descHash": 4236952244 },
{ "subId": 1202611, "order": 16, "descHash": 1411016508 },
{ "subId": 1202612, "order": 17, "descHash": 741500100 },
{ "subId": 1202613, "order": 18, "descHash": 1963830828 },
{ "subId": 1202614, "order": 19, "descHash": 694772556 },
{ "subId": 1202623, "order": 20, "hidden": true },
{ "subId": 1202615, "order": 21, "descHash": 1462927508 },
{ "subId": 1202617, "order": 22, "descHash": 733228756 },
{ "subId": 1202618, "order": 23, "descHash": 2521721972 },
{ "subId": 1202621, "order": 95, "descHash": 1154389732 }
]
},
{
"id": 12027,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 2396081975,
"children": [
{ "subId": 1202701, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 51365796 },
{ "subId": 1202702, "order": 2, "hidden": true }
]
},
{
"id": 12028,
"titleHash": 1202829103,
"children": [
{ "subId": 1202801, "order": 1, "descHash": 989928172 },
{ "subId": 1202802, "order": 2, "descHash": 2363196412 },
{ "subId": 1202803, "order": 3, "descHash": 2909326916 },
{ "subId": 1202809, "order": 4, "descHash": 2419595340 },
{ "subId": 1202810, "order": 5, "descHash": 3170892100 },
{ "subId": 1202804, "order": 6, "descHash": 91867548 },
{ "subId": 1202805, "order": 7, "test": true, "descHash": 2361960116 },
{ "subId": 1202806, "order": 8, "descHash": 3209918676 },
{ "subId": 1202807, "order": 9, "descHash": 171510676 },
{ "subId": 1202808, "order": 10, "descHash": 365805732 }
]
},
{
"id": 12029,
"titleHash": 2646372575,
"children": [
{ "subId": 1202901, "order": 1, "descHash": 2134221180 },
{ "subId": 1202903, "order": 2, "test": true, "descHash": 294191556 },
{ "subId": 1202910, "order": 3, "descHash": 817394204 },
{ "subId": 1202907, "order": 4, "descHash": 3374725212 },
{ "subId": 1202908, "order": 5, "descHash": 717880668 },
{ "subId": 1202902, "order": 6, "test": true, "descHash": 2453034692 },
{ "subId": 1202911, "order": 7, "descHash": 237536636 },
{ "subId": 1202915, "order": 8, "hidden": true, "test": true, "descHash": 2499033652 },
{ "subId": 1202914, "order": 9, "hidden": true, "test": true, "descHash": 2010167868 },
{ "subId": 1202913, "order": 10, "hidden": true, "test": true, "descHash": 623683116 },
{ "subId": 1202912, "order": 11, "hidden": true, "test": true, "descHash": 1444002292 },
{ "subId": 1202904, "order": 12, "descHash": 1457298156 },
{ "subId": 1202909, "order": 13, "descHash": 1236771300 },
{ "subId": 1202905, "order": 14, "descHash": 2955241708 },
{ "subId": 1202906, "order": 15, "descHash": 1583760820 }
]
},
{
"id": 12030,
"titleHash": 3321282527,
"children": [
{ "subId": 1203001, "order": 1, "descHash": 1463349100 },
{ "subId": 1203002, "order": 2, "descHash": 1847614276 },
{ "subId": 1203003, "order": 3, "descHash": 1961748092 },
{ "subId": 1203004, "order": 4, "descHash": 1693107860 },
{ "subId": 1203007, "order": 5, "test": true, "descHash": 2800746044 },
{ "subId": 1203008, "order": 6, "test": true, "descHash": 2036761860 },
{ "subId": 1203005, "order": 7, "descHash": 2957630300 },
{ "subId": 1203006, "order": 8, "test": true, "descHash": 672638532 }
]
},
{
"id": 12031,
"titleHash": 3383510159,
"children": [
{ "subId": 1203101, "order": 1, "descHash": 1808064252 },
{ "subId": 1203102, "order": 2, "descHash": 2634543132 },
{ "subId": 1203103, "order": 3, "test": true, "descHash": 3996612540 },
{ "subId": 1203107, "order": 4, "test": true, "descHash": 1018413124 },
{ "subId": 1203109, "order": 5, "test": true, "descHash": 2928320324 },
{ "subId": 1203108, "order": 6, "descHash": 4037460972 },
{ "subId": 1203104, "order": 7, "descHash": 3135654476 },
{ "subId": 1203110, "order": 8, "descHash": 3983167396 },
{ "subId": 1203105, "order": 9, "descHash": 3719639708 },
{ "subId": 1203111, "order": 10, "descHash": 3586184948 },
{ "subId": 1203112, "order": 11, "descHash": 390724300 },
{ "subId": 1203106, "order": 12, "descHash": 2010177860 }
]
},
{
"id": 12032,
"hidden": true,
"test": true,
"titleHash": 860151839,
"children": [{ "subId": 1203201, "order": 1, "hidden": true }]
},
{
"id": 12033,
"titleHash": 369304799,
"children": [
{ "subId": 1203301, "order": 1, "descHash": 1315322188 },
{ "subId": 1203302, "order": 2, "descHash": 1741347100 },
{ "subId": 1203303, "order": 3, "descHash": 3800505260 },
{ "subId": 1203304, "order": 4, "descHash": 1130447052 },
{ "subId": 1203305, "order": 5, "descHash": 3735859628 },
{ "subId": 1203306, "order": 6, "descHash": 3582425916 },
{ "subId": 1203307, "order": 7, "descHash": 3726864196 },
{ "subId": 1203312, "order": 8, "descHash": 4204547884 },
{ "subId": 1203308, "order": 10, "descHash": 1749437892 },
{ "subId": 1203309, "order": 11, "descHash": 1355486436 },
{ "subId": 1203310, "order": 13, "descHash": 2284850852 },
{ "subId": 1203311, "order": 14, "descHash": 308611244 },
{ "subId": 1203313, "order": 15, "descHash": 1132484492 }
]
},
{
"id": 12034,
"titleHash": 1880529431,
"children": [
{ "subId": 1203401, "order": 1 },
{ "subId": 1203402, "order": 2 },
{ "subId": 1203403, "order": 3, "descHash": 4095599212 },
{ "subId": 1203404, "order": 4, "descHash": 2913349292 },
{ "subId": 1203405, "order": 5, "descHash": 1463159596 },
{ "subId": 1203406, "order": 6, "descHash": 2297515900 },
{ "subId": 1203407, "order": 7, "descHash": 2982233020 },
{ "subId": 1203408, "order": 8, "descHash": 4078056924 },
{ "subId": 1203409, "order": 9, "descHash": 889089812 },
{ "subId": 1203410, "order": 10, "descHash": 2574388684 },
{ "subId": 1203411, "order": 11, "descHash": 3760289620 },
{ "subId": 1203412, "order": 12, "descHash": 3492941948 },
{ "subId": 1203413, "order": 13, "descHash": 2385256508 },
{ "subId": 1203414, "order": 14, "descHash": 2546382020 }
]
},
{
"id": 12035,
"titleHash": 1326383551,
"children": [
{ "subId": 1203501, "order": 1, "descHash": 2557503684 },
{ "subId": 1203502, "order": 2, "descHash": 2921763268 },
{ "subId": 1203503, "order": 3, "descHash": 2588869524 },
{ "subId": 1203504, "order": 4, "descHash": 4182445468 },
{ "subId": 1203505, "order": 5, "descHash": 2983655228 },
{ "subId": 1203506, "order": 6, "hidden": true },
{ "subId": 1203507, "order": 7, "hidden": true },
{ "subId": 1203508, "order": 8, "descHash": 2522790244 },
{ "subId": 1203509, "order": 9, "descHash": 3020768196 },
{ "subId": 1203513, "order": 10, "descHash": 1578393284 },
{ "subId": 1203510, "order": 11, "descHash": 1623945972 },
{ "subId": 1203511, "order": 12, "hidden": true },
{ "subId": 1203512, "order": 13, "hidden": true }
]
},
{ "id": 12036, "hidden": true, "children": [{ "subId": 1203601, "order": 1, "hidden": true }] },
{
"id": 12037,
"titleHash": 1755093303,
"children": [
{ "subId": 1203701, "order": 1, "descHash": 3188478172 },
{ "subId": 1203702, "order": 2, "descHash": 4263282284 },
{ "subId": 1203703, "order": 3, "descHash": 2753629236 },
{ "subId": 1203704, "order": 4, "descHash": 2737011308 },
{ "subId": 1203705, "order": 5, "descHash": 2551219308 },
{ "subId": 1203706, "order": 6, "descHash": 3378667436 }
]
},
{
"id": 12038,
"titleHash": 258823767,
"children": [
{ "subId": 1203801, "order": 1, "descHash": 1109741028 },
{ "subId": 1203802, "order": 2, "descHash": 2058373484 },
{ "subId": 1203803, "order": 3, "descHash": 1136484692 },
{ "subId": 1203804, "order": 4, "descHash": 60647852 },
{ "subId": 1203805, "order": 5, "descHash": 3424600004 },
{ "subId": 1203806, "order": 6, "descHash": 2059808900 },
{ "subId": 1203807, "order": 7, "descHash": 1875930932 },
{ "subId": 1203815, "order": 8, "descHash": 2465481148 },
{ "subId": 1203818, "order": 9, "descHash": 3541611860 },
{ "subId": 1203817, "order": 10, "descHash": 898607812 },
{ "subId": 1203808, "order": 11, "descHash": 3800409380 },
{ "subId": 1203816, "order": 12, "descHash": 1423691740 },
{ "subId": 1203809, "order": 13, "descHash": 2375255132 },
{ "subId": 1203819, "order": 14, "descHash": 3884939556 },
{ "subId": 1203810, "order": 15, "descHash": 35865676 },
{ "subId": 1203820, "order": 16, "descHash": 1290731340 },
{ "subId": 1203822, "order": 17, "descHash": 3616002956 },
{ "subId": 1203821, "order": 18, "descHash": 3178457628 },
{ "subId": 1203811, "order": 19, "descHash": 1641784716 },
{ "subId": 1203812, "order": 20, "descHash": 1909243700 },
{ "subId": 1203813, "order": 21, "descHash": 2419345996 },
{ "subId": 1203823, "order": 22, "descHash": 4102361124 },
{ "subId": 1203814, "order": 23, "descHash": 2041919636 }
]
},
{
"id": 12039,
"titleHash": 1045059335,
"children": [
{ "subId": 1203901, "order": 1, "descHash": 1374861948 },
{ "subId": 1203905, "order": 2, "descHash": 1671092148 },
{ "subId": 1203906, "order": 3, "descHash": 1426971076 },
{ "subId": 1203907, "order": 4, "descHash": 1201895036 },
{ "subId": 1203908, "order": 5, "descHash": 619786460 },
{ "subId": 1203909, "order": 6, "hidden": true, "descHash": 3499082060 },
{ "subId": 1203921, "order": 7, "hidden": true, "descHash": 3038300548 },
{ "subId": 1203923, "order": 8, "descHash": 226405380 },
{ "subId": 1203910, "order": 9, "descHash": 2353990172 },
{ "subId": 1203922, "order": 10, "descHash": 859978884 },
{ "subId": 1203911, "order": 11, "descHash": 637310100 },
{ "subId": 1203912, "order": 12, "descHash": 1371619276 },
{ "subId": 1203913, "order": 13, "descHash": 1671638052 },
{ "subId": 1203914, "order": 14, "descHash": 3391303052 },
{ "subId": 1203915, "order": 15, "descHash": 2620595556 },
{ "subId": 1203916, "order": 16, "descHash": 2604234644 },
{ "subId": 1203917, "order": 17, "descHash": 2250075316 },
{ "subId": 1203918, "order": 18, "descHash": 642923972 },
{ "subId": 1203902, "order": 19, "descHash": 3079349132 },
{ "subId": 1203919, "order": 20, "descHash": 1003820164 },
{ "subId": 1203920, "order": 21, "descHash": 1907542500 },
{ "subId": 1203903, "order": 22, "descHash": 4066987156 },
{ "subId": 1203904, "order": 23, "descHash": 2401285692 }
]
},
{
"id": 12040,
"titleHash": 2300576295,
"children": [
{ "subId": 1204001, "order": 1, "descHash": 2345516980 },
{ "subId": 1204002, "order": 2, "descHash": 3282293700 },
{ "subId": 1204003, "order": 3, "descHash": 684638828 },
{ "subId": 1204004, "order": 4, "descHash": 1438157500 },
{ "subId": 1204005, "order": 5, "descHash": 820594732 },
{ "subId": 1204006, "order": 6, "descHash": 4245804924 },
{ "subId": 1204007, "order": 7, "descHash": 235035156 },
{ "subId": 1204008, "order": 8, "descHash": 34250124 },
{ "subId": 1204009, "order": 9, "descHash": 3180237884 },
{ "subId": 1204010, "order": 10, "descHash": 3415709348 },
{ "subId": 1204011, "order": 11, "descHash": 3876778108 },
{ "subId": 1204012, "order": 12, "descHash": 1597456900 },
{ "subId": 1204013, "order": 13, "descHash": 2529969348 },
{ "subId": 1204014, "order": 14, "descHash": 1634278924 },
{ "subId": 1204016, "order": 16, "hidden": true, "descHash": 2097735692 },
{ "subId": 1204015, "order": 20, "descHash": 1529450236 }
]
},
{
"id": 12041,
"titleHash": 3683198103,
"children": [
{ "subId": 1204101, "order": 1, "descHash": 79993708 },
{ "subId": 1204116, "order": 2, "descHash": 503453836 },
{ "subId": 1204102, "order": 3, "descHash": 3382385860 },
{ "subId": 1204103, "order": 4, "descHash": 3467536028 },
{ "subId": 1204104, "order": 5, "descHash": 1809695124 },
{ "subId": 1204105, "order": 6, "descHash": 880610796 },
{ "subId": 1204106, "order": 7, "descHash": 268841748 },
{ "subId": 1204107, "order": 8, "descHash": 3460360684 },
{ "subId": 1204108, "order": 9, "descHash": 2651957308 },
{ "subId": 1204109, "order": 10, "descHash": 1345103596 },
{ "subId": 1204117, "order": 11, "descHash": 3559502428 },
{ "subId": 1204110, "order": 12, "descHash": 826714900 },
{ "subId": 1204115, "order": 13, "descHash": 1684211932 },
{ "subId": 1204111, "order": 14, "descHash": 3529286972 },
{ "subId": 1204112, "order": 15, "descHash": 3963447476 },
{ "subId": 1204113, "order": 16, "descHash": 2042267012 },
{ "subId": 1204114, "order": 17, "descHash": 3207215748 }
]
},
{
"id": 12042,
"titleHash": 1170680967,
"children": [
{ "subId": 1204201, "order": 1, "descHash": 2261197724 },
{ "subId": 1204202, "order": 2, "descHash": 3423817140 },
{ "subId": 1204203, "order": 3, "descHash": 1830787556 },
{ "subId": 1204204, "order": 4, "descHash": 3757844884 },
{ "subId": 1204205, "order": 5, "descHash": 3465748156 },
{ "subId": 1204211, "order": 6, "descHash": 4207440700 },
{ "subId": 1204206, "order": 10, "descHash": 821189140 },
{ "subId": 1204207, "order": 11, "descHash": 4000377196 },
{ "subId": 1204208, "order": 13, "descHash": 2086267788 },
{ "subId": 1204210, "order": 14, "descHash": 2121507852 },
{ "subId": 1204209, "order": 15, "descHash": 2598906972 }
]
},
{ "id": 12043, "hidden": true, "children": [{ "subId": 1204301, "order": 1, "hidden": true }] },
{
"id": 13000,
"titleHash": 894900039,
"children": [
{ "subId": 1300001, "order": 1, "descHash": 2455328444 },
{ "subId": 1300002, "order": 2, "descHash": 3624971012 },
{ "subId": 1300004, "order": 3, "descHash": 2163947548 },
{ "subId": 1300005, "order": 4, "descHash": 131441244 },
{ "subId": 1300006, "order": 5, "descHash": 1655072004 },
{ "subId": 1300007, "order": 6, "descHash": 2159723804 },
{ "subId": 1300008, "order": 7, "hidden": true, "test": true, "descHash": 2208279764 },
{ "subId": 1300009, "order": 8, "descHash": 2503722140 },
{ "subId": 1300010, "order": 9, "descHash": 2793978124 },
{ "subId": 1300011, "order": 10, "descHash": 3179937308 },
{ "subId": 1300003, "order": 11, "descHash": 510900684 },
{ "subId": 1300017, "order": 12, "descHash": 3098862420 },
{ "subId": 1300012, "order": 13, "descHash": 2235131996 },
{ "subId": 1300013, "order": 14, "descHash": 2940169020 },
{ "subId": 1300014, "order": 15, "descHash": 2360361372 },
{ "subId": 1300015, "order": 16, "descHash": 1502834220 },
{ "subId": 1300016, "order": 17, "descHash": 3314297804 }
]
},
{
"id": 13001,
"titleHash": 921004831,
"children": [
{ "subId": 1300101, "order": 1, "descHash": 4000901276 },
{ "subId": 1300102, "order": 2, "descHash": 2164339492 },
{ "subId": 1300103, "order": 3, "descHash": 1540165068 },
{ "subId": 1300104, "order": 4, "descHash": 4166976236 },
{ "subId": 1300106, "order": 5, "descHash": 1228032636 },
{ "subId": 1300107, "order": 6, "descHash": 1942191964 },
{ "subId": 1300108, "order": 7, "descHash": 3470741108 },
{ "subId": 1300109, "order": 8, "descHash": 1639957172 },
{ "subId": 1300105, "order": 9, "descHash": 3845967724 },
{ "subId": 1300112, "order": 10, "descHash": 3702598916 },
{ "subId": 1300110, "order": 11, "descHash": 3328642588 },
{ "subId": 1300111, "order": 12, "descHash": 166887716 },
{ "subId": 1300114, "order": 13, "descHash": 83637340 },
{ "subId": 1300116, "order": 14, "descHash": 1095584260 },
{ "subId": 1300115, "order": 15, "hidden": true },
{ "subId": 1300117, "order": 16, "descHash": 2410434692 },
{ "subId": 1300118, "order": 17, "descHash": 1213360076 },
{ "subId": 1300113, "order": 98, "hidden": true }
]
},
{
"id": 13002,
"titleHash": 2055258439,
"children": [
{ "subId": 1300201, "order": 1, "descHash": 2606885780 },
{ "subId": 1300202, "order": 2, "descHash": 2400479308 },
{ "subId": 1300203, "order": 3, "descHash": 2937205580 },
{ "subId": 1300204, "order": 4, "descHash": 4065912284 },
{ "subId": 1300212, "order": 5, "hidden": true },
{ "subId": 1300216, "order": 6, "descHash": 73246500 },
{ "subId": 1300205, "order": 7, "descHash": 4160619092 },
{ "subId": 1300206, "order": 8, "descHash": 634844644 },
{ "subId": 1300207, "order": 9, "descHash": 2034182108 },
{ "subId": 1300208, "order": 10, "descHash": 736162212 },
{ "subId": 1300209, "order": 11, "descHash": 3332276740 },
{ "subId": 1300210, "order": 12, "descHash": 3930170372 },
{ "subId": 1300215, "order": 13, "hidden": true },
{ "subId": 1300211, "order": 14, "descHash": 1001126484 },
{ "subId": 1300213, "order": 15, "descHash": 1188929796 },
{ "subId": 1300214, "order": 16, "descHash": 3567320860 }
]
},
{
"id": 13003,
"titleHash": 2376344271,
"children": [
{ "subId": 1300301, "order": 1, "descHash": 3368444500 },
{ "subId": 1300302, "order": 2, "descHash": 2158784492 },
{ "subId": 1300303, "order": 3, "descHash": 2409885156 }
]
},
{ "id": 13004, "hidden": true, "children": [{ "subId": 1300401, "order": 1, "hidden": true }] },
{ "id": 13005, "hidden": true, "children": [{ "subId": 1300501, "order": 1, "hidden": true }] },
{
"id": 13006,
"titleHash": 117736583,
"children": [
{ "subId": 1300601, "order": 1, "descHash": 2781577796 },
{ "subId": 1300602, "order": 2, "descHash": 4004231604 },
{ "subId": 1300604, "order": 3, "descHash": 539070116 },
{ "subId": 1300606, "order": 4, "descHash": 3681842956 },
{ "subId": 1300605, "order": 5, "descHash": 3672122268 },
{ "subId": 1300607, "order": 6, "descHash": 18797068 },
{ "subId": 1300608, "order": 7, "descHash": 3955459604 },
{ "subId": 1300609, "order": 8, "descHash": 3165947692 },
{ "subId": 1300610, "order": 9, "descHash": 3309322644 },
{ "subId": 1300611, "order": 10, "hidden": true },
{ "subId": 1300612, "order": 11, "hidden": true },
{ "subId": 1300613, "order": 12, "descHash": 2309824124 },
{ "subId": 1300614, "order": 13, "descHash": 611576724 },
{ "subId": 1300603, "order": 14, "hidden": true }
]
},
{
"id": 13007,
"titleHash": 1055199231,
"children": [
{ "subId": 1300701, "order": 1, "descHash": 811094700 },
{ "subId": 1300702, "order": 2, "descHash": 2724781316 },
{ "subId": 1300703, "order": 3, "descHash": 4108075924 },
{ "subId": 1300704, "order": 4, "descHash": 2197910844 },
{ "subId": 1300711, "order": 5, "hidden": true },
{ "subId": 1300714, "order": 6, "hidden": true },
{ "subId": 1300705, "order": 7, "descHash": 3079531492 },
{ "subId": 1300706, "order": 8, "descHash": 1636818836 },
{ "subId": 1300713, "order": 9, "descHash": 1577160796 },
{ "subId": 1300707, "order": 10, "descHash": 1186857580 },
{ "subId": 1300710, "order": 11, "descHash": 1464489772 },
{ "subId": 1300712, "order": 12, "descHash": 2016878140 },
{ "subId": 1300708, "order": 13, "hidden": true },
{ "subId": 1300709, "order": 14, "hidden": true }
]
},
{
"id": 13008,
"titleHash": 2102836735,
"children": [
{ "subId": 1300801, "order": 1, "descHash": 2296409212 },
{ "subId": 1300802, "order": 2, "descHash": 3865362828 },
{ "subId": 1300804, "order": 4, "descHash": 753196796 },
{ "subId": 1300806, "order": 5, "descHash": 1855404884 },
{ "subId": 1300807, "order": 6, "descHash": 3237121284 },
{ "subId": 1300808, "order": 7, "hidden": true },
{ "subId": 1300805, "order": 8, "hidden": true },
{ "subId": 1300803, "order": 9, "hidden": true }
]
},
{
"id": 13009,
"titleHash": 2539282631,
"children": [
{ "subId": 1300901, "order": 1, "descHash": 1228835380 },
{ "subId": 1300902, "order": 2 },
{ "subId": 1300903, "order": 3, "descHash": 1372728484 },
{ "subId": 1300910, "order": 4, "descHash": 2010328796 },
{ "subId": 1300904, "order": 5, "descHash": 1414251396 },
{ "subId": 1300905, "order": 6, "descHash": 1105236332 },
{ "subId": 1300906, "order": 7, "descHash": 3798296516 },
{ "subId": 1300907, "order": 8, "descHash": 3841556124 },
{ "subId": 1300908, "order": 9, "descHash": 954053860 },
{ "subId": 1300909, "order": 10, "descHash": 3896561796 }
]
},
{
"id": 13010,
"titleHash": 1058219111,
"children": [
{ "subId": 1301001, "order": 1, "descHash": 3745289508 },
{ "subId": 1301002, "order": 2, "descHash": 2215698748 },
{ "subId": 1301012, "order": 3, "hidden": true },
{ "subId": 1301003, "order": 4, "descHash": 1151375020 },
{ "subId": 1301004, "order": 5, "descHash": 4192183588 },
{ "subId": 1301005, "order": 6, "descHash": 3610923036 },
{ "subId": 1301006, "order": 7, "descHash": 3073940972 },
{ "subId": 1301009, "order": 8, "descHash": 1478253652 },
{ "subId": 1301018, "order": 9, "descHash": 2369515676 },
{ "subId": 1301017, "order": 10, "descHash": 2090209732 },
{ "subId": 1301016, "order": 11, "descHash": 1993185748 },
{ "subId": 1301015, "order": 12, "descHash": 2769972932 },
{ "subId": 1301014, "order": 13, "hidden": true },
{ "subId": 1301013, "order": 14, "descHash": 836518068 },
{ "subId": 1301010, "order": 15, "descHash": 3717696924 },
{ "subId": 1301011, "order": 16, "descHash": 3282109740 },
{ "subId": 1301007, "order": 17, "descHash": 2835783556 },
{ "subId": 1301008, "order": 18, "descHash": 4210764340 },
{ "subId": 1301019, "order": 19, "hidden": true }
]
},
{
"id": 13011,
"titleHash": 3504135695,
"children": [
{ "subId": 1301101, "order": 1, "descHash": 3912173812 },
{ "subId": 1301123, "order": 2, "hidden": true },
{ "subId": 1301102, "order": 3, "descHash": 46408228 },
{ "subId": 1301126, "order": 4, "hidden": true },
{ "subId": 1301103, "order": 5, "descHash": 3776944164 },
{ "subId": 1301121, "order": 6, "descHash": 1929895732 },
{ "subId": 1301122, "order": 7, "descHash": 717752540 },
{ "subId": 1301104, "order": 8, "descHash": 2941228108 },
{ "subId": 1301105, "order": 9, "descHash": 3773282812 },
{ "subId": 1301106, "order": 10, "hidden": true },
{ "subId": 1301107, "order": 11, "descHash": 1705582460 },
{ "subId": 1301108, "order": 12, "descHash": 2731089828 },
{ "subId": 1301109, "order": 13, "hidden": true },
{ "subId": 1301110, "order": 14, "descHash": 1599067052 },
{ "subId": 1301111, "order": 15, "descHash": 2519356676 },
{ "subId": 1301124, "order": 16, "descHash": 1760116308 },
{ "subId": 1301125, "order": 17, "descHash": 3442813068 },
{ "subId": 1301120, "order": 18, "descHash": 3220139492 },
{ "subId": 1301112, "order": 19, "hidden": true },
{ "subId": 1301113, "order": 20, "descHash": 1599464468 },
{ "subId": 1301119, "order": 21, "descHash": 749615956 },
{ "subId": 1301114, "order": 22, "descHash": 1156206708 },
{ "subId": 1301115, "order": 23, "descHash": 647793052 },
{ "subId": 1301116, "order": 24, "descHash": 1989423316 },
{ "subId": 1301117, "order": 25, "descHash": 3848789300 },
{ "subId": 1301118, "order": 26, "descHash": 3914397284 }
]
},
{
"id": 13012,
"hidden": true,
"children": [
{ "subId": 1301201, "order": 1, "hidden": true },
{ "subId": 1301202, "order": 2 }
]
},
{
"id": 13013,
"titleHash": 2828603295,
"children": [
{ "subId": 1301301, "order": 1, "descHash": 254150900 },
{ "subId": 1301302, "order": 2, "descHash": 463987868 },
{ "subId": 1301303, "order": 3, "descHash": 3777087308 },
{ "subId": 1301308, "order": 4, "descHash": 3846069084 },
{ "subId": 1301304, "order": 5, "descHash": 2868208404 },
{ "subId": 1301309, "order": 6, "descHash": 535055276 },
{ "subId": 1301310, "order": 7, "descHash": 1397124020 },
{ "subId": 1301311, "order": 8, "hidden": true, "test": true, "descHash": 1331489212 },
{ "subId": 1301305, "order": 9, "descHash": 3758916860 },
{ "subId": 1301306, "order": 10, "descHash": 1968903140 },
{ "subId": 1301307, "order": 11, "descHash": 203312380 }
]
},
{
"id": 13014,
"titleHash": 1832599599,
"children": [
{ "subId": 1301401, "order": 1, "descHash": 2548163916 },
{ "subId": 1301427, "order": 2, "hidden": true, "test": true, "descHash": 1543629436 },
{ "subId": 1301402, "order": 3, "descHash": 2665913332 },
{ "subId": 1301403, "order": 4, "descHash": 3000142948 },
{ "subId": 1301404, "order": 5, "descHash": 3415132156 },
{ "subId": 1301423, "order": 6, "descHash": 2332900596 },
{ "subId": 1301424, "order": 7, "descHash": 4122367724 },
{ "subId": 1301405, "order": 8, "descHash": 3645136596 },
{ "subId": 1301406, "order": 9, "descHash": 1945739636 },
{ "subId": 1301407, "order": 10, "descHash": 2866064708 },
{ "subId": 1301408, "order": 11, "descHash": 2804510124 },
{ "subId": 1301409, "order": 12, "descHash": 1880714012 },
{ "subId": 1301430, "order": 13, "hidden": true, "test": true, "descHash": 758530124 },
{ "subId": 1301425, "order": 14, "descHash": 3721569588 },
{ "subId": 1301428, "order": 15, "descHash": 3851109460 },
{ "subId": 1301420, "order": 16, "descHash": 3247747972 },
{ "subId": 1301410, "order": 17, "descHash": 3892950196 },
{ "subId": 1301411, "order": 18, "descHash": 1575041284 },
{ "subId": 1301412, "order": 19, "descHash": 3460636396 },
{ "subId": 1301429, "order": 20, "descHash": 3983168956 },
{ "subId": 1301421, "order": 21, "descHash": 47980572 },
{ "subId": 1301413, "order": 22, "descHash": 2482211748 },
{ "subId": 1301422, "order": 23, "descHash": 356960364 },
{ "subId": 1301414, "order": 24, "descHash": 352821596 },
{ "subId": 1301426, "order": 25, "descHash": 3209786444 },
{ "subId": 1301415, "order": 26, "descHash": 2641839788 },
{ "subId": 1301416, "order": 27, "descHash": 4070254636 },
{ "subId": 1301417, "order": 28, "descHash": 696149156 },
{ "subId": 1301418, "order": 29, "descHash": 4181844740 },
{ "subId": 1301419, "order": 30, "descHash": 3175066164 }
]
},
{
"id": 13015,
"titleHash": 3717077759,
"children": [
{ "subId": 1301501, "order": 1, "descHash": 3866498644 },
{ "subId": 1301502, "order": 2, "descHash": 3547620628 },
{ "subId": 1301503, "order": 3, "descHash": 894258356 },
{ "subId": 1301504, "order": 4, "descHash": 770327212 }
]
},
{
"id": 13016,
"hidden": true,
"children": [
{ "subId": 1301601, "order": 1, "hidden": true },
{ "subId": 1301602, "order": 2, "hidden": true }
]
},
{ "id": 13017, "hidden": true, "children": [{ "subId": 1301701, "order": 1, "hidden": true }] },
{ "id": 13018, "hidden": true, "children": [{ "subId": 1301801, "order": 1, "hidden": true }] },
{
"id": 13020,
"titleHash": 1580447239,
"children": [
{ "subId": 1302001, "order": 1, "descHash": 2548163916 },
{ "subId": 1302027, "order": 2, "hidden": true, "test": true, "descHash": 1543629436 },
{ "subId": 1302002, "order": 3, "descHash": 2665913332 },
{ "subId": 1302003, "order": 4, "descHash": 3000142948 },
{ "subId": 1302004, "order": 5, "descHash": 3415132156 },
{ "subId": 1302023, "order": 6, "descHash": 2332900596 },
{ "subId": 1302024, "order": 7, "descHash": 4122367724 },
{ "subId": 1302005, "order": 8, "descHash": 3645136596 },
{ "subId": 1302006, "order": 9, "descHash": 1945739636 },
{ "subId": 1302007, "order": 10, "descHash": 2866064708 },
{ "subId": 1302008, "order": 11, "descHash": 2804510124 },
{ "subId": 1302009, "order": 12, "descHash": 1880714012 },
{ "subId": 1302030, "order": 13, "hidden": true, "test": true, "descHash": 758530124 },
{ "subId": 1302025, "order": 14, "descHash": 3721569588 },
{ "subId": 1302028, "order": 15, "descHash": 3851109460 },
{ "subId": 1302020, "order": 16, "descHash": 3247747972 },
{ "subId": 1302010, "order": 17, "descHash": 3892950196 },
{ "subId": 1302011, "order": 18, "descHash": 1575041284 },
{ "subId": 1302012, "order": 19, "descHash": 3460636396 },
{ "subId": 1302029, "order": 20, "descHash": 3983168956 },
{ "subId": 1302021, "order": 21, "descHash": 47980572 },
{ "subId": 1302013, "order": 22, "descHash": 2482211748 },
{ "subId": 1302022, "order": 23, "descHash": 356960364 },
{ "subId": 1302014, "order": 24, "descHash": 352821596 },
{ "subId": 1302026, "order": 25, "descHash": 3209786444 },
{ "subId": 1302015, "order": 26, "descHash": 2641839788 },
{ "subId": 1302016, "order": 27, "descHash": 4070254636 },
{ "subId": 1302017, "order": 28, "descHash": 696149156 },
{ "subId": 1302018, "order": 29, "descHash": 4181844740 },
{ "subId": 1302019, "order": 30, "descHash": 3175066164 }
]
},
{
"id": 13021,
"titleHash": 397615079,
"children": [
{ "subId": 1302101, "order": 1, "descHash": 2548163916 },
{ "subId": 1302127, "order": 2, "hidden": true, "test": true, "descHash": 1543629436 },
{ "subId": 1302102, "order": 3, "descHash": 2665913332 },
{ "subId": 1302103, "order": 4, "descHash": 3000142948 },
{ "subId": 1302104, "order": 5, "descHash": 3415132156 },
{ "subId": 1302123, "order": 6, "descHash": 2332900596 },
{ "subId": 1302124, "order": 7, "descHash": 4122367724 },
{ "subId": 1302105, "order": 8, "descHash": 3645136596 },
{ "subId": 1302106, "order": 9, "descHash": 1945739636 },
{ "subId": 1302107, "order": 10, "descHash": 2866064708 },
{ "subId": 1302108, "order": 11, "descHash": 2804510124 },
{ "subId": 1302109, "order": 12, "descHash": 1880714012 },
{ "subId": 1302130, "order": 13, "hidden": true, "test": true, "descHash": 758530124 },
{ "subId": 1302125, "order": 14, "descHash": 3721569588 },
{ "subId": 1302128, "order": 15, "descHash": 3851109460 },
{ "subId": 1302120, "order": 16, "descHash": 3247747972 },
{ "subId": 1302110, "order": 17, "descHash": 3892950196 },
{ "subId": 1302111, "order": 18, "descHash": 1575041284 },
{ "subId": 1302112, "order": 19, "descHash": 3460636396 },
{ "subId": 1302129, "order": 20, "descHash": 3983168956 },
{ "subId": 1302121, "order": 21, "descHash": 47980572 },
{ "subId": 1302113, "order": 22, "descHash": 2482211748 },
{ "subId": 1302122, "order": 23, "descHash": 356960364 },
{ "subId": 1302114, "order": 24, "descHash": 352821596 },
{ "subId": 1302126, "order": 25, "descHash": 3209786444 },
{ "subId": 1302115, "order": 26, "descHash": 2641839788 },
{ "subId": 1302116, "order": 27, "descHash": 4070254636 },
{ "subId": 1302117, "order": 28, "descHash": 696149156 },
{ "subId": 1302118, "order": 29, "descHash": 4181844740 },
{ "subId": 1302119, "order": 30, "descHash": 3175066164 }
]
},
{
"id": 13022,
"titleHash": 4187279391,
"children": [
{ "subId": 1302201, "order": 1, "descHash": 2548163916 },
{ "subId": 1302227, "order": 2, "hidden": true, "test": true, "descHash": 1543629436 },
{ "subId": 1302202, "order": 3, "descHash": 2665913332 },
{ "subId": 1302203, "order": 4, "descHash": 3000142948 },
{ "subId": 1302204, "order": 5, "descHash": 3415132156 },
{ "subId": 1302223, "order": 6, "descHash": 2332900596 },
{ "subId": 1302224, "order": 7, "descHash": 4122367724 },
{ "subId": 1302205, "order": 8, "descHash": 3645136596 },
{ "subId": 1302206, "order": 9, "descHash": 1945739636 },
{ "subId": 1302207, "order": 10, "descHash": 2866064708 },
{ "subId": 1302208, "order": 11, "descHash": 2804510124 },
{ "subId": 1302209, "order": 12, "descHash": 1880714012 },
{ "subId": 1302230, "order": 13, "hidden": true, "test": true, "descHash": 758530124 },
{ "subId": 1302225, "order": 14, "descHash": 3721569588 },
{ "subId": 1302228, "order": 15, "descHash": 3851109460 },
{ "subId": 1302220, "order": 16, "descHash": 3247747972 },
{ "subId": 1302210, "order": 17, "descHash": 3892950196 },
{ "subId": 1302211, "order": 18, "descHash": 1575041284 },
{ "subId": 1302212, "order": 19, "descHash": 3460636396 },
{ "subId": 1302229, "order": 20, "descHash": 3983168956 },
{ "subId": 1302221, "order": 21, "descHash": 47980572 },
{ "subId": 1302213, "order": 22, "descHash": 2482211748 },
{ "subId": 1302222, "order": 23, "descHash": 356960364 },
{ "subId": 1302214, "order": 24, "descHash": 352821596 },
{ "subId": 1302226, "order": 25, "descHash": 3209786444 },
{ "subId": 1302215, "order": 26, "descHash": 2641839788 },
{ "subId": 1302216, "order": 27, "descHash": 4070254636 },
{ "subId": 1302217, "order": 28, "descHash": 696149156 },
{ "subId": 1302218, "order": 29, "descHash": 4181844740 },
{ "subId": 1302219, "order": 30, "descHash": 3175066164 }
]
},
{
"id": 13023,
"hidden": true,
"test": true,
"titleHash": 2890683759,
"children": [
{ "subId": 1302301, "order": 1, "descHash": 2548163916 },
{ "subId": 1302327, "order": 2, "hidden": true, "test": true, "descHash": 1543629436 },
{ "subId": 1302302, "order": 3, "descHash": 2665913332 },
{ "subId": 1302303, "order": 4, "descHash": 3000142948 },
{ "subId": 1302304, "order": 5, "descHash": 3415132156 },
{ "subId": 1302323, "order": 6, "descHash": 2332900596 },
{ "subId": 1302324, "order": 7, "descHash": 4122367724 },
{ "subId": 1302305, "order": 8, "descHash": 3645136596 },
{ "subId": 1302306, "order": 9, "descHash": 1945739636 },
{ "subId": 1302307, "order": 10, "descHash": 2866064708 },
{ "subId": 1302308, "order": 11, "descHash": 2804510124 },
{ "subId": 1302309, "order": 12, "descHash": 1880714012 },
{ "subId": 1302330, "order": 13, "hidden": true, "test": true, "descHash": 758530124 },
{ "subId": 1302325, "order": 14, "descHash": 3721569588 },
{ "subId": 1302328, "order": 15, "descHash": 3851109460 },
{ "subId": 1302320, "order": 16, "descHash": 3247747972 },
{ "subId": 1302310, "order": 17, "descHash": 3892950196 },
{ "subId": 1302311, "order": 18, "descHash": 1575041284 },
{ "subId": 1302312, "order": 19, "descHash": 3460636396 },
{ "subId": 1302329, "order": 20, "descHash": 3983168956 },
{ "subId": 1302321, "order": 21, "descHash": 47980572 },
{ "subId": 1302313, "order": 22, "descHash": 2482211748 },
{ "subId": 1302322, "order": 23, "descHash": 356960364 },
{ "subId": 1302314, "order": 24, "descHash": 352821596 },
{ "subId": 1302326, "order": 25, "descHash": 3209786444 },
{ "subId": 1302315, "order": 26, "descHash": 2641839788 },
{ "subId": 1302316, "order": 27, "descHash": 4070254636 },
{ "subId": 1302317, "order": 28, "descHash": 696149156 },
{ "subId": 1302318, "order": 29, "descHash": 4181844740 },
{ "subId": 1302319, "order": 30, "descHash": 3175066164 }
]
},
{
"id": 18000,
"titleHash": 1883243111,
"children": [
{ "subId": 1800001, "order": 1, "descHash": 2035732364 },
{ "subId": 1800002, "order": 2, "descHash": 2996918612 },
{ "subId": 1800003, "order": 3, "descHash": 2781241428 },
{ "subId": 1800004, "order": 4, "descHash": 4002201492 },
{ "subId": 1800005, "order": 5, "descHash": 2994836964 },
{ "subId": 1800006, "order": 6, "hidden": true },
{ "subId": 1800007, "order": 7, "descHash": 2442901420 },
{ "subId": 1800008, "order": 10, "descHash": 1793287652 },
{ "subId": 1800009, "order": 11, "descHash": 3229450644 },
{ "subId": 1800010, "order": 12, "descHash": 1221157580 },
{ "subId": 1800018, "order": 13, "descHash": 2164624852 },
{ "subId": 1800021, "order": 14, "descHash": 3802635156 },
{ "subId": 1800011, "order": 15, "descHash": 3863322524 },
{ "subId": 1800028, "order": 16, "descHash": 1972280900 },
{ "subId": 1800012, "order": 17, "descHash": 3905463708 },
{ "subId": 1800013, "order": 17, "hidden": true },
{ "subId": 1800014, "order": 17, "descHash": 225361012 },
{ "subId": 1800015, "order": 18, "hidden": true },
{ "subId": 1800016, "order": 19, "hidden": true },
{ "subId": 1800017, "order": 20, "descHash": 1445013444 },
{ "subId": 1800019, "order": 21, "descHash": 916979980 },
{ "subId": 1800022, "order": 22, "descHash": 3376225204 },
{ "subId": 1800023, "order": 23, "descHash": 3860386324 },
{ "subId": 1800024, "order": 24, "descHash": 195692988 },
{ "subId": 1800025, "order": 25, "descHash": 3843992188 },
{ "subId": 1800026, "order": 26, "descHash": 2455389428 },
{ "subId": 1800020, "order": 27, "descHash": 480119108 },
{ "subId": 1800027, "order": 29, "descHash": 1789293772 },
{ "subId": 1800029, "order": 30, "hidden": true }
]
},
{
"id": 19001,
"titleHash": 1099454311,
"children": [
{ "subId": 1900101, "order": 1, "descHash": 4017650612 },
{ "subId": 1900102, "order": 2, "descHash": 1522008084 },
{ "subId": 1900103, "order": 3, "descHash": 2842981988 },
{ "subId": 1900104, "order": 4, "descHash": 185805796 },
{ "subId": 1900105, "order": 5, "descHash": 394709076 },
{ "subId": 1900106, "order": 6, "descHash": 2915531284 },
{ "subId": 1900107, "order": 7, "descHash": 63792980 },
{ "subId": 1900108, "order": 8, "descHash": 1214488628 },
{ "subId": 1900109, "order": 90, "hidden": true, "test": true, "descHash": 3921930484 }
]
},
{
"id": 19002,
"titleHash": 2296055127,
"children": [
{ "subId": 1900201, "order": 1, "descHash": 2172205716 },
{ "subId": 1900202, "order": 2, "descHash": 1632285580 },
{ "subId": 1900203, "order": 3, "descHash": 3412834812 },
{ "subId": 1900204, "order": 4, "descHash": 2426473164 }
]
},
{
"id": 19003,
"titleHash": 1874677831,
"children": [
{ "subId": 1900301, "order": 1, "descHash": 335170588 },
{ "subId": 1900302, "order": 2, "hidden": true, "descHash": 1286028900 },
{ "subId": 1900303, "order": 3, "descHash": 4261079364 },
{ "subId": 1900304, "order": 4, "descHash": 3996333284 },
{ "subId": 1900305, "order": 5, "descHash": 2052439004 },
{ "subId": 1900306, "order": 6, "descHash": 1822257996 },
{ "subId": 1900307, "order": 7, "descHash": 2241841796 },
{ "subId": 1900308, "order": 8, "descHash": 3679238508 }
]
},
{
"id": 19004,
"titleHash": 189838391,
"children": [
{ "subId": 1900401, "order": 1, "descHash": 2487022924 },
{ "subId": 1900402, "order": 2, "descHash": 2399836852 },
{ "subId": 1900403, "order": 3, "descHash": 2192237340 },
{ "subId": 1900404, "order": 4, "descHash": 1692749116 },
{ "subId": 1900405, "order": 5, "descHash": 227017628 }
]
},
{
"id": 19005,
"titleHash": 3952981383,
"children": [
{ "subId": 1900501, "order": 1, "descHash": 808072388 },
{ "subId": 1900502, "order": 2, "descHash": 2187991988 },
{ "subId": 1900503, "order": 3, "descHash": 1522536124 },
{ "subId": 1900504, "order": 4, "descHash": 103339580 },
{ "subId": 1900505, "order": 5, "descHash": 2729328340 }
]
},
{
"id": 19006,
"titleHash": 294392055,
"children": [
{ "subId": 1900601, "order": 1, "descHash": 2906443620 },
{ "subId": 1900602, "order": 2, "descHash": 1997931532 },
{ "subId": 1900603, "order": 3, "descHash": 2569786788 }
]
},
{
"id": 19007,
"titleHash": 1260352655,
"children": [
{ "subId": 1900701, "order": 1, "descHash": 4277870548 },
{ "subId": 1900702, "order": 2, "descHash": 3309958940 }
]
},
{
"id": 19008,
"titleHash": 1345090431,
"children": [
{ "subId": 1900801, "order": 1, "descHash": 634340900 },
{ "subId": 1900802, "order": 2, "descHash": 2950079980 },
{ "subId": 1900803, "order": 3, "descHash": 1682065356 },
{ "subId": 1900804, "order": 4, "descHash": 687960132 }
]
},
{
"id": 19009,
"titleHash": 3287067631,
"children": [
{ "subId": 1900901, "order": 1, "descHash": 1097221252 },
{ "subId": 1900902, "order": 2, "descHash": 3399347964 },
{ "subId": 1900903, "order": 3, "descHash": 889198956 },
{ "subId": 1900904, "order": 4, "descHash": 3530315548 },
{ "subId": 1900905, "order": 5, "descHash": 530340948 },
{ "subId": 1900906, "order": 6, "descHash": 202682364 },
{ "subId": 1900907, "order": 7, "descHash": 3194647356 }
]
},
{ "id": 19010, "titleHash": 2149710223, "children": [{ "subId": 1901001, "order": 1, "descHash": 3888033444 }] },
{
"id": 19012,
"titleHash": 2352937047,
"children": [
{ "subId": 1901201, "order": 1, "descHash": 3147450548 },
{ "subId": 1901202, "order": 2, "descHash": 2626690420 },
{ "subId": 1901203, "order": 3, "descHash": 2206929188 },
{ "subId": 1901206, "order": 4, "hidden": true },
{ "subId": 1901207, "order": 5, "hidden": true },
{ "subId": 1901208, "order": 6, "hidden": true },
{ "subId": 1901204, "order": 7, "descHash": 1314106692 },
{ "subId": 1901205, "order": 8, "descHash": 3933935924 }
]
},
{
"id": 19013,
"titleHash": 2751239463,
"children": [
{ "subId": 1901301, "order": 1, "descHash": 40381044 },
{ "subId": 1901302, "order": 2, "descHash": 3488043428 },
{ "subId": 1901307, "order": 3, "descHash": 2837759644 },
{ "subId": 1901309, "order": 4, "descHash": 2144351356 },
{ "subId": 1901304, "order": 5, "descHash": 1203774532 },
{ "subId": 1901305, "order": 6, "descHash": 1654674364 },
{ "subId": 1901306, "order": 7, "descHash": 4125259172 }
]
},
{
"id": 19014,
"titleHash": 781154519,
"children": [
{ "subId": 1901401, "order": 1, "descHash": 4015517708 },
{ "subId": 1901408, "order": 2, "descHash": 4145910260 },
{ "subId": 1901409, "order": 3, "descHash": 1543343044 },
{ "subId": 1901402, "order": 4, "descHash": 2395595180 },
{ "subId": 1901403, "order": 5, "descHash": 694885292 },
{ "subId": 1901404, "order": 6, "descHash": 2098629820 },
{ "subId": 1901405, "order": 7, "descHash": 2420535820 },
{ "subId": 1901406, "order": 8, "descHash": 761724732 },
{ "subId": 1901410, "order": 9, "hidden": true, "descHash": 695070444 },
{ "subId": 1901407, "order": 10, "descHash": 1906930148 }
]
},
{
"id": 19015,
"titleHash": 859723255,
"children": [
{ "subId": 1901501, "order": 1, "descHash": 851314412 },
{ "subId": 1901502, "order": 2, "descHash": 9920244 },
{ "subId": 1901511, "order": 3, "hidden": true },
{ "subId": 1901503, "order": 4, "hidden": true, "test": true, "descHash": 2790259564 },
{ "subId": 1901508, "order": 5, "hidden": true, "test": true, "descHash": 2194096268 },
{ "subId": 1901509, "order": 6, "hidden": true, "test": true, "descHash": 1843098372 },
{ "subId": 1901510, "order": 7, "descHash": 2758549164 },
{ "subId": 1901504, "order": 8, "descHash": 3235289028 },
{ "subId": 1901505, "order": 9, "descHash": 3843259884 },
{ "subId": 1901506, "order": 10, "descHash": 769205100 },
{ "subId": 1901507, "order": 11, "descHash": 1355287180 }
]
},
{
"id": 19016,
"titleHash": 3891114535,
"children": [
{ "subId": 1901601, "order": 1, "descHash": 2853190716 },
{ "subId": 1901602, "order": 2, "descHash": 3059733268 },
{ "subId": 1901603, "order": 3, "descHash": 3188436652 },
{ "subId": 1901604, "order": 4, "descHash": 1326230004 },
{ "subId": 1901605, "order": 5, "descHash": 2842084628 },
{ "subId": 1901607, "order": 6, "descHash": 2148067572 }
]
},
{
"id": 19017,
"titleHash": 1724654151,
"children": [
{ "subId": 1901701, "order": 1, "descHash": 957943140 },
{ "subId": 1901702, "order": 3, "descHash": 2873695724 },
{ "subId": 1901703, "order": 4, "descHash": 433424164 },
{ "subId": 1901704, "order": 5, "descHash": 1682866988 },
{ "subId": 1901705, "order": 6, "descHash": 2132460676 },
{ "subId": 1901706, "order": 7, "descHash": 4242504964 }
]
},
{
"id": 19018,
"titleHash": 3031903487,
"children": [
{ "subId": 1901801, "order": 1, "descHash": 345492908 },
{ "subId": 1901805, "order": 2, "descHash": 938038476 },
{ "subId": 1901802, "order": 4, "hidden": true, "descHash": 1207659508 },
{ "subId": 1901803, "order": 6, "descHash": 418168460 },
{ "subId": 1901804, "order": 8, "descHash": 3721659148 }
]
},
{
"id": 19019,
"titleHash": 206163367,
"children": [
{ "subId": 1901901, "order": 1, "descHash": 3847004220 },
{ "subId": 1901902, "order": 2, "descHash": 1588973772 },
{ "subId": 1901908, "order": 4, "descHash": 3563537044 },
{ "subId": 1901903, "order": 6, "descHash": 1448694788 },
{ "subId": 1901904, "order": 8, "descHash": 2567192676 },
{ "subId": 1901914, "order": 9, "descHash": 3095622580 },
{ "subId": 1901905, "order": 20, "descHash": 1380251900 },
{ "subId": 1901906, "order": 22, "descHash": 1902703868 },
{ "subId": 1901909, "order": 30, "descHash": 828524068 },
{ "subId": 1901910, "order": 32, "descHash": 3762755788 },
{ "subId": 1901911, "order": 33, "hidden": true, "descHash": 882367900 },
{ "subId": 1901912, "order": 34, "hidden": true, "descHash": 1954788964 },
{ "subId": 1901907, "order": 35, "hidden": true, "descHash": 1568654860 },
{ "subId": 1901915, "order": 36, "hidden": true, "descHash": 446823700 },
{ "subId": 1901916, "order": 37, "hidden": true, "descHash": 3948836284 },
{ "subId": 1901913, "order": 40, "descHash": 1142770988 }
]
},
{
"id": 19020,
"titleHash": 3611731343,
"children": [
{ "subId": 1902001, "order": 1, "descHash": 3080069892 },
{ "subId": 1902002, "order": 2, "descHash": 627492388 },
{ "subId": 1902003, "order": 3, "descHash": 700741860 },
{ "subId": 1902004, "order": 4, "descHash": 1572210700 },
{ "subId": 1902005, "order": 5, "descHash": 160598980 },
{ "subId": 1902006, "order": 6, "descHash": 3353384084 },
{ "subId": 1902007, "order": 7, "descHash": 4096951492 },
{ "subId": 1902008, "order": 8, "descHash": 1782683716 },
{ "subId": 1902009, "order": 9, "descHash": 1497978148 },
{ "subId": 1902010, "order": 10, "descHash": 870307244 }
]
},
{ "id": 19021, "titleHash": 2934864295, "children": [{ "subId": 1902101, "order": 1, "descHash": 864544244 }] },
{
"id": 19022,
"titleHash": 2063162935,
"children": [
{ "subId": 1902201, "order": 1, "descHash": 327580780 },
{ "subId": 1902202, "order": 2, "test": true, "descHash": 809973812 }
]
},
{
"id": 19023,
"titleHash": 1217616863,
"children": [
{ "subId": 1902301, "order": 1, "descHash": 467998220 },
{ "subId": 1902302, "order": 2, "descHash": 681173396 },
{ "subId": 1902303, "order": 3, "descHash": 755447556 },
{ "subId": 1902304, "order": 4, "descHash": 2102184060 },
{ "subId": 1902305, "order": 5, "descHash": 2888232388 },
{ "subId": 1902306, "order": 6, "descHash": 1161383932 }
]
},
{
"id": 19024,
"titleHash": 1817192119,
"children": [
{ "subId": 1902402, "order": 1, "descHash": 853046492 },
{ "subId": 1902401, "order": 2, "descHash": 4136749956 },
{ "subId": 1902406, "order": 3, "descHash": 2142663068 },
{ "subId": 1902403, "order": 4, "descHash": 26121324 },
{ "subId": 1902407, "order": 5, "descHash": 825469300 },
{ "subId": 1902404, "order": 6, "descHash": 2189449044 },
{ "subId": 1902408, "order": 7, "descHash": 636962132 },
{ "subId": 1902405, "order": 8, "descHash": 4203008524 }
]
},
{
"id": 19025,
"titleHash": 3930592871,
"children": [
{ "subId": 1902501, "order": 1, "descHash": 2058680564 },
{ "subId": 1902502, "order": 2, "test": true, "descHash": 2255814772 },
{ "subId": 1902506, "order": 3, "hidden": true, "test": true, "descHash": 1452966788 },
{ "subId": 1902507, "order": 4, "hidden": true, "test": true, "descHash": 3993024604 },
{ "subId": 1902508, "order": 5, "hidden": true, "test": true, "descHash": 2660245620 },
{ "subId": 1902509, "order": 6, "descHash": 3646720860 },
{ "subId": 1902510, "order": 7, "hidden": true, "test": true, "descHash": 3451822500 },
{ "subId": 1902504, "order": 8, "descHash": 1823176692 },
{ "subId": 1902503, "order": 9, "descHash": 1531275420 },
{ "subId": 1902505, "order": 10, "descHash": 4140253820 }
]
},
{
"id": 19026,
"titleHash": 2253102095,
"children": [
{ "subId": 1902601, "order": 1, "descHash": 1967237380 },
{ "subId": 1902602, "order": 2, "descHash": 761086340 },
{ "subId": 1902603, "order": 3, "descHash": 388999444 },
{ "subId": 1902604, "order": 4, "descHash": 3565059004 },
{ "subId": 1902605, "order": 5, "descHash": 1816698340 },
{ "subId": 1902606, "order": 6, "descHash": 4342308 },
{ "subId": 1902607, "order": 7, "hidden": true, "descHash": 3487409668 }
]
},
{
"id": 19027,
"titleHash": 3267598807,
"children": [
{ "subId": 1902702, "order": 2, "descHash": 2460502052 },
{ "subId": 1902703, "order": 3, "descHash": 1464053836 },
{ "subId": 1902704, "order": 4, "descHash": 1769035284 },
{ "subId": 1902705, "order": 5, "descHash": 885974076 },
{ "subId": 1902706, "order": 6, "descHash": 1521336404 },
{ "subId": 1902707, "order": 7, "descHash": 2320657348 },
{ "subId": 1902708, "order": 10, "descHash": 2901931748 },
{ "subId": 1902701, "order": 99, "descHash": 1645550692 }
]
},
{
"id": 19028,
"titleHash": 8615975,
"children": [
{ "subId": 1902801, "order": 1, "descHash": 374348852 },
{ "subId": 1902802, "order": 2, "descHash": 2357875692 },
{ "subId": 1902809, "order": 9, "descHash": 3457375924 },
{ "subId": 1902810, "order": 10, "descHash": 1886174420 },
{ "subId": 1902811, "order": 11, "descHash": 2129829068 },
{ "subId": 1902812, "order": 12, "descHash": 1998045404 },
{ "subId": 1902813, "order": 13, "descHash": 1811845308 },
{ "subId": 1902814, "order": 14, "descHash": 1328609292 },
{ "subId": 1902815, "order": 15, "descHash": 577091604 },
{ "subId": 1902808, "order": 94, "descHash": 224843916 },
{ "subId": 1902807, "order": 95, "descHash": 2544416940 },
{ "subId": 1902806, "order": 96, "descHash": 4012195948 },
{ "subId": 1902805, "order": 97, "descHash": 2178485420 },
{ "subId": 1902804, "order": 98, "descHash": 600625676 },
{ "subId": 1902803, "order": 99, "descHash": 2506777444 }
]
},
{
"id": 19029,
"test": true,
"unreleased": true,
"titleHash": 1456753023,
"children": [
{ "subId": 1902901, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 2579689540 }
]
},
{
"id": 19030,
"titleHash": 2429534735,
"children": [
{ "subId": 1903001, "order": 1, "descHash": 3140703060 },
{ "subId": 1903002, "order": 2, "descHash": 608825468 },
{ "subId": 1903007, "order": 2, "descHash": 200069780 },
{ "subId": 1903003, "order": 3, "descHash": 1891479556 },
{ "subId": 1903004, "order": 4, "descHash": 3095428604 },
{ "subId": 1903005, "order": 5, "descHash": 1872168652 },
{ "subId": 1903006, "order": 6, "descHash": 239439876 },
{ "subId": 1903008, "order": 7, "descHash": 1816765044 }
]
},
{
"id": 19031,
"titleHash": 1179739471,
"children": [
{ "subId": 1903101, "order": 1, "test": true, "descHash": 1567443524 },
{ "subId": 1903105, "order": 2, "test": true, "descHash": 2612403884 },
{ "subId": 1903102, "order": 3, "descHash": 3103109292 },
{ "subId": 1903103, "order": 4, "descHash": 536635124 },
{ "subId": 1903104, "order": 5, "descHash": 4045126356 },
{ "subId": 1903106, "order": 6, "descHash": 2362003556 }
]
},
{
"id": 19032,
"titleHash": 2891572903,
"children": [
{ "subId": 1903201, "order": 1, "test": true, "descHash": 364578612 },
{ "subId": 1903202, "order": 2, "test": true, "descHash": 3083888100 },
{ "subId": 1903203, "order": 3, "descHash": 1831538220 },
{ "subId": 1903205, "order": 4, "descHash": 523140572 },
{ "subId": 1903204, "order": 5, "descHash": 4231691172 }
]
},
{ "id": 19033, "titleHash": 2571809207, "children": [{ "subId": 1903301, "order": 1, "descHash": 131298180 }] },
{
"id": 19034,
"titleHash": 2659786255,
"children": [
{ "subId": 1903401, "order": 1, "descHash": 2256089380 },
{ "subId": 1903402, "order": 2, "descHash": 3658027060 }
]
},
{ "id": 19035, "titleHash": 1128455015, "children": [{ "subId": 1903501, "order": 1, "descHash": 1750333716 }] },
{
"id": 19036,
"titleHash": 545493287,
"children": [
{ "subId": 1903601, "order": 1, "descHash": 1740947388 },
{ "subId": 1903606, "order": 2, "descHash": 3274707172 },
{ "subId": 1903602, "order": 3, "descHash": 1132278348 },
{ "subId": 1903603, "order": 4, "descHash": 2352554732 },
{ "subId": 1903604, "order": 5, "hidden": true },
{ "subId": 1903607, "order": 6, "descHash": 1190776220 },
{ "subId": 1903605, "order": 7, "descHash": 1299839052 }
]
},
{
"id": 19037,
"titleHash": 870876311,
"children": [
{ "subId": 1903701, "order": 1, "descHash": 4054003012 },
{ "subId": 1903702, "order": 2, "descHash": 3121919204 },
{ "subId": 1903703, "order": 3, "descHash": 1179231588 },
{ "subId": 1903704, "order": 4, "descHash": 360517836 }
]
},
{
"id": 19038,
"titleHash": 1857145111,
"children": [
{ "subId": 1903801, "order": 1, "descHash": 3702381444 },
{ "subId": 1903802, "order": 2, "descHash": 2719366220 },
{ "subId": 1903803, "order": 3, "descHash": 3789233308 },
{ "subId": 1903804, "order": 4, "hidden": true, "test": true, "descHash": 2604167980 },
{ "subId": 1903805, "order": 5, "hidden": true, "test": true, "descHash": 1224193660 },
{ "subId": 1903807, "order": 7, "descHash": 856020764 },
{ "subId": 1903806, "order": 8, "descHash": 3022053940 },
{ "subId": 1903812, "order": 10, "descHash": 396302020 },
{ "subId": 1903813, "order": 11, "hidden": true, "descHash": 2014688796 },
{ "subId": 1903808, "order": 12, "descHash": 55979204 },
{ "subId": 1903809, "order": 13, "descHash": 3040858068 },
{ "subId": 1903811, "order": 15, "descHash": 12265428 },
{ "subId": 1903810, "order": 16, "test": true, "descHash": 746986508 }
]
},
{
"id": 19039,
"titleHash": 2257231943,
"children": [
{ "subId": 1903909, "order": 1, "hidden": true },
{ "subId": 1903901, "order": 2, "descHash": 3100986164 },
{ "subId": 1903902, "order": 3, "descHash": 194074084 },
{ "subId": 1903903, "order": 4, "hidden": true },
{ "subId": 1903904, "order": 5, "hidden": true },
{ "subId": 1903905, "order": 6, "descHash": 2774360060 },
{ "subId": 1903906, "order": 7, "descHash": 1276674084 },
{ "subId": 1903907, "order": 8, "descHash": 4067574380 },
{ "subId": 1903908, "order": 9, "descHash": 3859726948 }
]
},
{
"id": 19040,
"titleHash": 588303439,
"children": [
{ "subId": 1904001, "order": 1, "descHash": 735370644 },
{ "subId": 1904002, "order": 2, "descHash": 1481186868 },
{ "subId": 1904003, "order": 3, "descHash": 1355159868 },
{ "subId": 1904012, "order": 4, "hidden": true, "test": true, "descHash": 3582764996 },
{ "subId": 1904011, "order": 5, "hidden": true, "test": true, "descHash": 974048156 },
{ "subId": 1904010, "order": 6, "hidden": true, "test": true, "descHash": 3000453988 },
{ "subId": 1904009, "order": 7, "descHash": 4262405684 },
{ "subId": 1904004, "order": 8, "descHash": 1669478572 },
{ "subId": 1904013, "order": 9, "hidden": true, "test": true, "descHash": 3576025108 },
{ "subId": 1904008, "order": 10, "descHash": 3823229500 },
{ "subId": 1904005, "order": 11, "descHash": 3278181684 },
{ "subId": 1904006, "order": 12, "descHash": 194027324 },
{ "subId": 1904007, "order": 13, "descHash": 2620775172 }
]
},
{ "id": 19041, "titleHash": 347164191, "children": [{ "subId": 1904101, "order": 1, "descHash": 4251817684 }] },
{
"id": 19042,
"titleHash": 1478861143,
"children": [
{ "subId": 1904201, "order": 1, "descHash": 3265094052 },
{ "subId": 1904202, "order": 2, "descHash": 1275350332 },
{ "subId": 1904203, "order": 3, "descHash": 251717876 },
{ "subId": 1904204, "order": 4, "descHash": 2511635068 },
{ "subId": 1904205, "order": 5, "descHash": 1674773084 },
{ "subId": 1904206, "order": 6, "descHash": 2402487324 },
{ "subId": 1904207, "order": 7, "descHash": 36335940 }
]
},
{
"id": 19043,
"titleHash": 3279056495,
"children": [
{ "subId": 1904301, "order": 1, "descHash": 3868150108 },
{ "subId": 1904302, "order": 2, "descHash": 822954516 },
{ "subId": 1904303, "order": 3, "descHash": 3513029076 },
{ "subId": 1904304, "order": 4, "descHash": 3834764836 },
{ "subId": 1904309, "order": 5, "hidden": true, "test": true, "descHash": 4061323172 },
{ "subId": 1904305, "order": 6, "descHash": 166403764 },
{ "subId": 1904306, "order": 7, "descHash": 564660164 },
{ "subId": 1904307, "order": 8, "descHash": 159125884 },
{ "subId": 1904308, "order": 9, "descHash": 1065218124 }
]
},
{
"id": 19044,
"titleHash": 3866410583,
"children": [
{ "subId": 1904401, "order": 1, "descHash": 2906764236 },
{ "subId": 1904420, "order": 2, "hidden": true, "test": true, "descHash": 487190076 },
{ "subId": 1904402, "order": 3, "descHash": 1285413316 },
{ "subId": 1904403, "order": 4, "descHash": 2365278636 },
{ "subId": 1904404, "order": 5, "descHash": 200230492 },
{ "subId": 1904415, "order": 8, "hidden": true, "test": true, "descHash": 24906788 },
{ "subId": 1904416, "order": 9, "hidden": true, "test": true, "descHash": 2384309756 },
{ "subId": 1904407, "order": 10, "descHash": 3370259908 },
{ "subId": 1904417, "order": 11, "hidden": true, "test": true, "descHash": 2866507796 },
{ "subId": 1904409, "order": 12, "descHash": 2068999828 },
{ "subId": 1904412, "order": 13, "hidden": true, "test": true, "descHash": 3914576132 },
{ "subId": 1904413, "order": 15, "hidden": true, "test": true, "descHash": 3621817828 },
{ "subId": 1904410, "order": 16, "descHash": 2618954420 },
{ "subId": 1904419, "order": 18, "hidden": true, "test": true, "descHash": 2773397724 },
{ "subId": 1904411, "order": 19, "descHash": 2084344268 }
]
},
{
"id": 19045,
"titleHash": 1692289455,
"children": [
{ "subId": 1904501, "order": 1, "descHash": 1065516356 },
{ "subId": 1904502, "order": 2, "descHash": 949835332 },
{ "subId": 1904503, "order": 3, "descHash": 2979013260 },
{ "subId": 1904504, "order": 4, "descHash": 3269358484 },
{ "subId": 1904519, "order": 5, "hidden": true, "test": true, "descHash": 4185121548 },
{ "subId": 1904505, "order": 6, "descHash": 3437274364 },
{ "subId": 1904516, "order": 7, "descHash": 913894820 },
{ "subId": 1904506, "order": 8, "descHash": 1979450300 },
{ "subId": 1904507, "order": 9, "descHash": 3043276596 },
{ "subId": 1904508, "order": 10, "descHash": 3674375316 },
{ "subId": 1904509, "order": 11, "descHash": 3049128252 },
{ "subId": 1904510, "order": 12, "descHash": 3823093220 },
{ "subId": 1904511, "order": 13, "descHash": 2718782188 },
{ "subId": 1904513, "order": 14, "hidden": true, "test": true, "descHash": 1842394628 },
{ "subId": 1904520, "order": 15, "hidden": true, "test": true, "descHash": 4210115260 },
{ "subId": 1904521, "order": 16, "hidden": true, "test": true, "descHash": 682686116 },
{ "subId": 1904515, "order": 17, "descHash": 3146734100 },
{ "subId": 1904522, "order": 18, "hidden": true, "test": true, "descHash": 4169927612 },
{ "subId": 1904512, "order": 19, "hidden": true, "test": true, "descHash": 921560732 },
{ "subId": 1904514, "order": 20, "descHash": 134777676 },
{ "subId": 1904517, "order": 21, "descHash": 1766716916 },
{ "subId": 1904518, "order": 22, "descHash": 3803162500 }
]
},
{
"id": 19046,
"hidden": true,
"test": true,
"titleHash": 4058343263,
"children": [{ "subId": 1904601, "order": 1, "hidden": true, "test": true, "descHash": 3695182428 }]
},
{
"id": 19047,
"titleHash": 1387521719,
"children": [
{ "subId": 1904712, "order": 1, "descHash": 3125663484 },
{ "subId": 1904701, "order": 2, "descHash": 2852747012 },
{ "subId": 1904702, "order": 3, "descHash": 214280980 },
{ "subId": 1904714, "order": 4, "hidden": true, "test": true, "descHash": 3272886892 },
{ "subId": 1904703, "order": 5, "descHash": 2997982972 },
{ "subId": 1904704, "order": 6, "descHash": 3758013060 },
{ "subId": 1904705, "order": 7, "descHash": 2811471540 },
{ "subId": 1904706, "order": 8, "descHash": 1288606044 },
{ "subId": 1904713, "order": 9, "descHash": 1911838956 },
{ "subId": 1904708, "order": 10, "descHash": 316342180 },
{ "subId": 1904707, "order": 11, "descHash": 333237540 },
{ "subId": 1904709, "order": 12, "descHash": 2597886852 },
{ "subId": 1904717, "order": 13, "hidden": true, "test": true, "descHash": 4275037396 },
{ "subId": 1904710, "order": 14, "descHash": 3987271652 },
{ "subId": 1904715, "order": 15, "hidden": true, "test": true, "descHash": 2232833516 },
{ "subId": 1904716, "order": 16, "hidden": true, "test": true, "descHash": 3075037460 },
{ "subId": 1904711, "order": 17, "descHash": 4038364700 }
]
},
{
"id": 19048,
"hidden": true,
"test": true,
"titleHash": 1885397567,
"children": [{ "subId": 1904801, "order": 1, "hidden": true, "descHash": 1352468124 }]
},
{ "id": 19049, "hidden": true, "children": [{ "subId": 1904901, "order": 1, "hidden": true }] },
{
"id": 19050,
"titleHash": 3936481175,
"children": [
{ "subId": 1905001, "order": 1, "descHash": 920693532 },
{ "subId": 1905002, "order": 2, "descHash": 2993473228 },
{ "subId": 1905003, "order": 3, "descHash": 2141439748 },
{ "subId": 1905004, "order": 4, "descHash": 281491236 }
]
},
{
"id": 19051,
"titleHash": 3137932111,
"children": [
{ "subId": 1905101, "order": 1, "descHash": 4244865516 },
{ "subId": 1905102, "order": 2, "descHash": 3168737500 },
{ "subId": 1905103, "order": 3, "descHash": 1044584380 },
{ "subId": 1905104, "order": 4, "descHash": 1836033708 },
{ "subId": 1905111, "order": 5, "hidden": true, "test": true, "descHash": 1312545172 },
{ "subId": 1905105, "order": 6, "descHash": 935051956 },
{ "subId": 1905106, "order": 7, "descHash": 1579214388 },
{ "subId": 1905113, "order": 8, "descHash": 3990229340 },
{ "subId": 1905114, "order": 9, "descHash": 954976548 },
{ "subId": 1905115, "order": 10, "descHash": 306226036 },
{ "subId": 1905107, "order": 11, "descHash": 3514123820 },
{ "subId": 1905108, "order": 12, "descHash": 446669044 },
{ "subId": 1905112, "order": 13, "hidden": true, "test": true, "descHash": 3217137412 },
{ "subId": 1905109, "order": 14, "descHash": 1540355660 },
{ "subId": 1905110, "order": 15, "descHash": 3235309580 }
]
},
{
"id": 19052,
"titleHash": 1023611479,
"children": [
{ "subId": 1905201, "order": 1, "descHash": 4201270044 },
{ "subId": 1905214, "order": 2, "descHash": 744340604 },
{ "subId": 1905215, "order": 3, "descHash": 3789465092 },
{ "subId": 1905202, "order": 4, "descHash": 576739164 },
{ "subId": 1905203, "order": 5, "hidden": true, "test": true, "descHash": 3607351564 },
{ "subId": 1905216, "order": 6, "hidden": true, "test": true, "descHash": 1026923484 },
{ "subId": 1905204, "order": 7, "descHash": 1490382604 },
{ "subId": 1905205, "order": 8, "descHash": 1650954772 },
{ "subId": 1905218, "order": 9, "descHash": 3755066460 },
{ "subId": 1905206, "order": 10, "descHash": 2939138972 },
{ "subId": 1905219, "order": 11, "descHash": 2311469252 },
{ "subId": 1905213, "order": 12, "descHash": 186057900 },
{ "subId": 1905220, "order": 13, "descHash": 279147252 },
{ "subId": 1905207, "order": 14, "descHash": 2760218396 },
{ "subId": 1905208, "order": 15, "descHash": 2196842164 },
{ "subId": 1905209, "order": 16, "descHash": 1910064060 },
{ "subId": 1905212, "order": 17, "descHash": 3585121836 },
{ "subId": 1905210, "order": 18, "descHash": 684977628 },
{ "subId": 1905211, "order": 19, "descHash": 3933655596 },
{ "subId": 1905217, "order": 20, "hidden": true, "test": true, "descHash": 1916053860 }
]
},
{
"id": 19053,
"titleHash": 4232642175,
"children": [
{ "subId": 1905301, "order": 1, "descHash": 715588228 },
{ "subId": 1905302, "order": 2, "descHash": 2899259452 },
{ "subId": 1905303, "order": 3, "descHash": 2547557148 },
{ "subId": 1905304, "order": 4, "descHash": 2207546156 },
{ "subId": 1905305, "order": 5, "descHash": 710299260 },
{ "subId": 1905310, "order": 6, "descHash": 2507555436 },
{ "subId": 1905306, "order": 7, "descHash": 1686366948 },
{ "subId": 1905307, "order": 8, "descHash": 1784261036 },
{ "subId": 1905308, "order": 9, "descHash": 2938425500 },
{ "subId": 1905309, "order": 10, "descHash": 478842748 }
]
},
{
"id": 19054,
"titleHash": 1108460791,
"children": [
{ "subId": 1905401, "order": 1, "descHash": 944296156 },
{ "subId": 1905402, "order": 2, "descHash": 506444260 },
{ "subId": 1905404, "order": 3, "descHash": 2956116508 },
{ "subId": 1905408, "order": 4, "descHash": 2388399804 },
{ "subId": 1905410, "order": 5, "descHash": 4062511996 },
{ "subId": 1905405, "order": 6, "descHash": 2409644476 },
{ "subId": 1905406, "order": 7, "descHash": 2249054884 },
{ "subId": 1905407, "order": 8, "descHash": 442289044 },
{ "subId": 1905409, "order": 9, "hidden": true, "test": true, "descHash": 1642367228 }
]
},
{
"id": 19055,
"titleHash": 2178965295,
"children": [
{ "subId": 1905516, "order": 1, "descHash": 2146730508 },
{ "subId": 1905501, "order": 2, "descHash": 2736350916 },
{ "subId": 1905503, "order": 3, "descHash": 3297504452 },
{ "subId": 1905504, "order": 4, "descHash": 141497236 },
{ "subId": 1905514, "order": 5, "hidden": true },
{ "subId": 1905505, "order": 6, "descHash": 3771987364 },
{ "subId": 1905512, "order": 7, "descHash": 1946701156 },
{ "subId": 1905513, "order": 8, "descHash": 17558332 },
{ "subId": 1905515, "order": 9, "hidden": true },
{ "subId": 1905506, "order": 10, "descHash": 3529807308 },
{ "subId": 1905507, "order": 11, "descHash": 1098794588 },
{ "subId": 1905508, "order": 12, "descHash": 1900039708 },
{ "subId": 1905510, "order": 13, "descHash": 177978596 },
{ "subId": 1905509, "order": 14, "descHash": 2013959740 },
{ "subId": 1905511, "order": 15, "descHash": 3081963108 },
{ "subId": 1905517, "order": 16, "hidden": true },
{ "subId": 1905502, "order": 17, "hidden": true }
]
},
{
"id": 19056,
"titleHash": 3128862167,
"children": [
{ "subId": 1905601, "order": 1, "descHash": 2398470196 },
{ "subId": 1905602, "order": 2, "descHash": 1353848588 },
{ "subId": 1905606, "order": 3, "hidden": true },
{ "subId": 1905603, "order": 4, "descHash": 799467108 },
{ "subId": 1905604, "order": 5, "descHash": 2066574884 },
{ "subId": 1905605, "order": 6, "descHash": 449997660 },
{ "subId": 1905607, "order": 7, "hidden": true },
{ "subId": 1905608, "order": 8, "descHash": 1306753964 }
]
},
{
"id": 19057,
"titleHash": 444750495,
"children": [
{ "subId": 1905701, "order": 1, "descHash": 3122489340 },
{ "subId": 1905707, "order": 2, "descHash": 1488216604 },
{ "subId": 1905702, "order": 3, "descHash": 33116220 },
{ "subId": 1905708, "order": 4, "descHash": 2966663668 },
{ "subId": 1905703, "order": 5, "descHash": 767862436 },
{ "subId": 1905704, "order": 6, "descHash": 2006497956 },
{ "subId": 1905705, "order": 7, "descHash": 4172374956 },
{ "subId": 1905706, "order": 8, "hidden": true }
]
},
{
"id": 19060,
"titleHash": 1881448271,
"children": [
{ "subId": 1906001, "order": 1, "descHash": 4260223588 },
{ "subId": 1906002, "order": 2, "descHash": 1768795996 },
{ "subId": 1906003, "order": 3, "descHash": 1812861596 },
{ "subId": 1906004, "order": 4, "descHash": 525213516 },
{ "subId": 1906022, "order": 5, "hidden": true },
{ "subId": 1906013, "order": 6, "hidden": true },
{ "subId": 1906014, "order": 7, "hidden": true },
{ "subId": 1906015, "order": 8, "hidden": true },
{ "subId": 1906016, "order": 9, "hidden": true },
{ "subId": 1906024, "order": 10, "hidden": true },
{ "subId": 1906025, "order": 11, "hidden": true },
{ "subId": 1906026, "order": 12, "hidden": true },
{ "subId": 1906027, "order": 13, "hidden": true },
{ "subId": 1906029, "order": 14, "hidden": true },
{ "subId": 1906030, "order": 15, "hidden": true },
{ "subId": 1906005, "order": 16, "descHash": 3741061116 },
{ "subId": 1906023, "order": 17, "hidden": true },
{ "subId": 1906017, "order": 18, "hidden": true },
{ "subId": 1906018, "order": 19, "hidden": true },
{ "subId": 1906019, "order": 20, "hidden": true },
{ "subId": 1906020, "order": 21, "hidden": true },
{ "subId": 1906031, "order": 22, "hidden": true },
{ "subId": 1906032, "order": 23, "hidden": true },
{ "subId": 1906033, "order": 24, "hidden": true },
{ "subId": 1906034, "order": 25, "hidden": true },
{ "subId": 1906035, "order": 26, "hidden": true },
{ "subId": 1906036, "order": 27, "hidden": true },
{ "subId": 1906006, "order": 28, "descHash": 3907312780 },
{ "subId": 1906028, "order": 29, "hidden": true },
{ "subId": 1906007, "order": 30, "descHash": 3726739596 },
{ "subId": 1906008, "order": 31, "descHash": 2203583012 },
{ "subId": 1906009, "order": 32, "hidden": true },
{ "subId": 1906010, "order": 33, "hidden": true },
{ "subId": 1906021, "order": 34, "descHash": 3299495796 },
{ "subId": 1906011, "order": 35, "descHash": 4257154820 },
{ "subId": 1906012, "order": 36, "descHash": 140341412 }
]
},
{
"id": 19061,
"titleHash": 2649241303,
"children": [
{ "subId": 1906102, "order": 1, "descHash": 2344703172 },
{ "subId": 1906103, "order": 2, "descHash": 4168330484 },
{ "subId": 1906104, "order": 3, "hidden": true, "test": true, "descHash": 2183486508 },
{ "subId": 1906105, "order": 4, "descHash": 1591115620 },
{ "subId": 1906106, "order": 5, "descHash": 3324463516 },
{ "subId": 1906107, "order": 6, "descHash": 3228238444 },
{ "subId": 1906111, "order": 7, "descHash": 3101660484 },
{ "subId": 1906108, "order": 8, "descHash": 1506545044 },
{ "subId": 1906109, "order": 9, "descHash": 652856012 },
{ "subId": 1906110, "order": 10, "descHash": 1043732764 }
]
},
{
"id": 19062,
"titleHash": 2844965295,
"children": [
{ "subId": 1906201, "order": 1, "descHash": 1943301076 },
{ "subId": 1906204, "order": 4, "descHash": 3870008868 },
{ "subId": 1906205, "order": 5, "descHash": 3736407012 },
{ "subId": 1906206, "order": 6, "descHash": 3260265988 },
{ "subId": 1906207, "order": 7, "descHash": 2501363020 },
{ "subId": 1906208, "order": 8, "descHash": 114527924 },
{ "subId": 1906209, "order": 9, "descHash": 3045846204 },
{ "subId": 1906210, "order": 10, "hidden": true, "test": true, "descHash": 3806783628 },
{ "subId": 1906211, "order": 11, "descHash": 2760668932 },
{ "subId": 1906212, "order": 12, "descHash": 2932703780 },
{ "subId": 1906213, "order": 13, "descHash": 1696692684 },
{ "subId": 1906202, "order": 91, "test": true, "descHash": 4215781620 },
{ "subId": 1906203, "order": 93, "test": true, "descHash": 2859314452 }
]
},
{
"id": 19063,
"test": true,
"titleHash": 3601757511,
"children": [{ "subId": 1906301, "order": 1, "hidden": true, "test": true, "descHash": 691401140 }]
},
{
"id": 19064,
"titleHash": 1123627103,
"children": [
{ "subId": 1906401, "order": 1, "descHash": 1255243756 },
{ "subId": 1906402, "order": 2, "descHash": 2982975756 },
{ "subId": 1906403, "order": 3, "descHash": 2377328484 },
{ "subId": 1906404, "order": 4, "descHash": 3915285668 },
{ "subId": 1906405, "order": 5, "hidden": true, "test": true, "descHash": 2922042516 }
]
},
{
"id": 19065,
"titleHash": 3128960631,
"children": [
{ "subId": 1906510, "order": 1, "descHash": 2770587300 },
{ "subId": 1906513, "order": 2, "descHash": 1295081748 },
{ "subId": 1906501, "order": 3, "descHash": 314520580 },
{ "subId": 1906511, "order": 4, "descHash": 1759502132 },
{ "subId": 1906502, "order": 5, "descHash": 3687452924 },
{ "subId": 1906503, "order": 6, "hidden": true, "test": true, "descHash": 4000206468 },
{ "subId": 1906512, "order": 7, "descHash": 2120884900 },
{ "subId": 1906504, "order": 8, "descHash": 2826440692 },
{ "subId": 1906505, "order": 9, "hidden": true, "test": true, "descHash": 226239956 },
{ "subId": 1906506, "order": 10, "descHash": 1457365636 },
{ "subId": 1906507, "order": 11, "descHash": 2268303100 },
{ "subId": 1906508, "order": 12, "descHash": 1355887140 },
{ "subId": 1906509, "order": 13, "descHash": 3646070756 }
]
},
{
"id": 19066,
"titleHash": 1679335007,
"children": [
{ "subId": 1906601, "order": 1, "descHash": 3922460260 },
{ "subId": 1906612, "order": 2, "descHash": 1436027332 },
{ "subId": 1906611, "order": 3, "descHash": 1505498004 },
{ "subId": 1906602, "order": 4, "descHash": 852405716 },
{ "subId": 1906603, "order": 5, "descHash": 1874110868 },
{ "subId": 1906604, "order": 6, "descHash": 3455936940 },
{ "subId": 1906605, "order": 7, "descHash": 294991524 },
{ "subId": 1906606, "order": 8, "descHash": 4028369324 },
{ "subId": 1906607, "order": 9, "descHash": 3046211628 },
{ "subId": 1906608, "order": 10, "descHash": 1205058468 },
{ "subId": 1906609, "order": 11, "descHash": 3484716852 },
{ "subId": 1906610, "order": 20, "descHash": 3386745348 }
]
},
{
"id": 19067,
"titleHash": 2841148215,
"children": [
{ "subId": 1906701, "order": 1, "descHash": 2198356580 },
{ "subId": 1906702, "order": 2, "descHash": 2860193948 }
]
},
{
"id": 19068,
"titleHash": 371118079,
"children": [
{ "subId": 1906801, "order": 1, "descHash": 3199255500 },
{ "subId": 1906802, "order": 2, "descHash": 4211142652 },
{ "subId": 1906803, "order": 3, "descHash": 3047745548 },
{ "subId": 1906804, "order": 4, "descHash": 3991457652 },
{ "subId": 1906806, "order": 6, "descHash": 1821489084 },
{ "subId": 1906808, "order": 8, "descHash": 1749818756 },
{ "subId": 1906809, "order": 9, "descHash": 1927175620 },
{ "subId": 1906811, "order": 11, "descHash": 42063516 },
{ "subId": 1906805, "order": 59, "test": true, "descHash": 1528118444 },
{ "subId": 1906810, "order": 90, "test": true, "descHash": 2356651684 },
{ "subId": 1906807, "order": 99, "test": true, "descHash": 2722159124 }
]
},
{
"id": 19069,
"titleHash": 2149795975,
"children": [
{ "subId": 1906901, "order": 1, "descHash": 2299705540 },
{ "subId": 1906902, "order": 2, "descHash": 2926416644 },
{ "subId": 1906903, "order": 3, "descHash": 1336569076 },
{ "subId": 1906904, "order": 4, "descHash": 2484340284 },
{ "subId": 1906905, "order": 5, "descHash": 102055956 },
{ "subId": 1906906, "order": 7, "descHash": 682180340 },
{ "subId": 1906907, "order": 8, "descHash": 2638861428 },
{ "subId": 1906912, "order": 9, "descHash": 664387988 },
{ "subId": 1906908, "order": 10, "descHash": 354782956 },
{ "subId": 1906910, "order": 11, "descHash": 2448187724 },
{ "subId": 1906911, "order": 12, "descHash": 1356840444 },
{ "subId": 1906909, "order": 96, "test": true, "descHash": 3651796084 }
]
},
{
"id": 19070,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 575512535,
"children": [
{ "subId": 1907002, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 3621863492 },
{ "subId": 1907001, "order": 2, "hidden": true, "test": true, "unreleased": true, "descHash": 3392594292 }
]
},
{ "id": 19081, "titleHash": 572706463, "children": [{ "subId": 1908101, "order": 1, "descHash": 3414202668 }] },
{
"id": 19082,
"titleHash": 2756001527,
"children": [
{ "subId": 1908201, "order": 1, "descHash": 2952832876 },
{ "subId": 1908202, "order": 2, "descHash": 835298700 },
{ "subId": 1908203, "order": 3, "descHash": 3512337932 },
{ "subId": 1908206, "order": 4, "descHash": 3268922212 },
{ "subId": 1908204, "order": 5, "descHash": 971767204 },
{ "subId": 1908205, "order": 6, "descHash": 4123355580 }
]
},
{
"id": 19083,
"titleHash": 2340124423,
"children": [
{ "subId": 1908301, "order": 1, "descHash": 2964980756 },
{ "subId": 1908302, "order": 2, "descHash": 1975700260 },
{ "subId": 1908303, "order": 3, "descHash": 1292867372 },
{ "subId": 1908312, "order": 4, "descHash": 3078065660 },
{ "subId": 1908304, "order": 5, "descHash": 807927532 },
{ "subId": 1908305, "order": 6, "descHash": 452381604 },
{ "subId": 1908306, "order": 7, "descHash": 1302184756 },
{ "subId": 1908307, "order": 8, "descHash": 937484300 },
{ "subId": 1908308, "order": 9, "descHash": 803592612 },
{ "subId": 1908310, "order": 10, "descHash": 3301838268 },
{ "subId": 1908311, "order": 11, "hidden": true },
{ "subId": 1908313, "order": 12, "hidden": true },
{ "subId": 1908309, "order": 13, "hidden": true }
]
},
{
"id": 19084,
"titleHash": 3322202783,
"children": [
{ "subId": 1908408, "order": 1, "descHash": 2060965724 },
{ "subId": 1908401, "order": 2, "descHash": 2667834324 },
{ "subId": 1908410, "order": 3, "descHash": 3708786420 },
{ "subId": 1908411, "order": 4, "descHash": 1963419700 },
{ "subId": 1908412, "order": 5, "descHash": 233735188 },
{ "subId": 1908402, "order": 6, "hidden": true },
{ "subId": 1908404, "order": 7, "hidden": true },
{ "subId": 1908403, "order": 8, "descHash": 3383725676 },
{ "subId": 1908405, "order": 9, "descHash": 3339451436 },
{ "subId": 1908406, "order": 10, "descHash": 2236186604 },
{ "subId": 1908407, "order": 11, "descHash": 1718003212 },
{ "subId": 1908409, "order": 12, "descHash": 1479417308 }
]
},
{
"id": 19085,
"titleHash": 1206724575,
"children": [
{ "subId": 1908501, "order": 1, "descHash": 2105134660 },
{ "subId": 1908502, "order": 2, "descHash": 539958804 },
{ "subId": 1908504, "order": 3, "hidden": true },
{ "subId": 1908503, "order": 4, "hidden": true },
{ "subId": 1908505, "order": 5, "hidden": true },
{ "subId": 1908506, "order": 6, "hidden": true },
{ "subId": 1908508, "order": 7, "hidden": true },
{ "subId": 1908507, "order": 8, "hidden": true }
]
},
{
"id": 19086,
"titleHash": 2053537495,
"children": [
{ "subId": 1908601, "order": 1, "descHash": 916345284 },
{ "subId": 1908603, "order": 2, "descHash": 2742760764 },
{ "subId": 1908604, "order": 3, "hidden": true },
{ "subId": 1908608, "order": 4, "hidden": true },
{ "subId": 1908606, "order": 5, "descHash": 3675459964 },
{ "subId": 1908607, "order": 6, "descHash": 3175234788 },
{ "subId": 1908605, "order": 7, "hidden": true },
{ "subId": 1908602, "order": 8, "hidden": true }
]
},
{
"id": 19087,
"titleHash": 2705085239,
"children": [
{ "subId": 1908708, "order": 1, "descHash": 1758100156 },
{ "subId": 1908701, "order": 2, "descHash": 2060705460 },
{ "subId": 1908706, "order": 3, "descHash": 334326500 },
{ "subId": 1908703, "order": 4, "hidden": true },
{ "subId": 1908704, "order": 5, "hidden": true },
{ "subId": 1908715, "order": 6, "hidden": true },
{ "subId": 1908710, "order": 7, "descHash": 1389387236 },
{ "subId": 1908711, "order": 8, "descHash": 2294705508 },
{ "subId": 1908705, "order": 9, "hidden": true },
{ "subId": 1908702, "order": 10, "descHash": 3577847436 },
{ "subId": 1908712, "order": 11, "descHash": 2320528356 },
{ "subId": 1908714, "order": 12, "hidden": true },
{ "subId": 1908713, "order": 13, "hidden": true },
{ "subId": 1908709, "order": 14, "descHash": 94609284 },
{ "subId": 1908707, "order": 15, "hidden": true }
]
},
{
"id": 19088,
"unreleased": true,
"titleHash": 3410156575,
"children": [
{ "subId": 1908801, "order": 1, "hidden": true },
{ "subId": 1908802, "order": 2, "hidden": true }
]
},
{
"id": 19089,
"unreleased": true,
"titleHash": 410782095,
"children": [
{ "subId": 1908901, "order": 1, "hidden": true },
{ "subId": 1908902, "order": 2, "hidden": true },
{ "subId": 1908903, "order": 3, "hidden": true }
]
},
{
"id": 19090,
"titleHash": 1343078623,
"children": [
{ "subId": 1909002, "order": 1, "descHash": 858087964 },
{ "subId": 1909003, "order": 2, "descHash": 1006000604 },
{ "subId": 1909006, "order": 3, "descHash": 1374832268 },
{ "subId": 1909001, "order": 4, "descHash": 2087243036 },
{ "subId": 1909007, "order": 5, "descHash": 854187572 },
{ "subId": 1909008, "order": 6, "descHash": 1640097580 },
{ "subId": 1909004, "order": 7, "hidden": true },
{ "subId": 1909005, "order": 8, "hidden": true }
]
},
{
"id": 19091,
"titleHash": 2820994311,
"children": [
{ "subId": 1909106, "order": 1, "descHash": 3712358340 },
{ "subId": 1909101, "order": 2, "descHash": 3499840740 },
{ "subId": 1909102, "order": 3, "descHash": 4184093780 },
{ "subId": 1909103, "order": 4, "descHash": 773824724 },
{ "subId": 1909105, "order": 5, "descHash": 169348076 },
{ "subId": 1909107, "order": 6, "descHash": 4010420692 },
{ "subId": 1909104, "order": 7, "descHash": 3793717396 },
{ "subId": 1909109, "order": 8, "hidden": true },
{ "subId": 1909108, "order": 9, "hidden": true }
]
},
{
"id": 19092,
"titleHash": 3984581503,
"children": [
{ "subId": 1909209, "order": 1, "descHash": 3721846588 },
{ "subId": 1909202, "order": 2, "descHash": 2385302652 },
{ "subId": 1909211, "order": 3, "hidden": true },
{ "subId": 1909212, "order": 4, "hidden": true },
{ "subId": 1909213, "order": 5, "hidden": true },
{ "subId": 1909214, "order": 6, "hidden": true },
{ "subId": 1909215, "order": 7, "hidden": true },
{ "subId": 1909216, "order": 8, "hidden": true },
{ "subId": 1909217, "order": 9, "hidden": true },
{ "subId": 1909218, "order": 10, "hidden": true },
{ "subId": 1909210, "order": 11, "hidden": true },
{ "subId": 1909201, "order": 12, "hidden": true },
{ "subId": 1909203, "order": 13, "hidden": true },
{ "subId": 1909207, "order": 14, "hidden": true },
{ "subId": 1909204, "order": 15, "hidden": true },
{ "subId": 1909205, "order": 16, "hidden": true },
{ "subId": 1909206, "order": 17, "descHash": 4215689404 },
{ "subId": 1909219, "order": 18, "hidden": true },
{ "subId": 1909208, "order": 19, "descHash": 2245734732 }
]
},
{
"id": 19101,
"titleHash": 2423724639,
"children": [
{ "subId": 1910101, "order": 1, "descHash": 2544617132 },
{ "subId": 1910102, "order": 2, "descHash": 2603116428 },
{ "subId": 1910103, "order": 4, "descHash": 3841744556 },
{ "subId": 1910104, "order": 5, "descHash": 4131149796 },
{ "subId": 1910105, "order": 6, "descHash": 508644332 }
]
},
{
"id": 19102,
"titleHash": 1095332855,
"children": [
{ "subId": 1910201, "order": 1, "descHash": 2064280556 },
{ "subId": 1910202, "order": 2, "descHash": 484805332 },
{ "subId": 1910203, "order": 3, "descHash": 2799857020 },
{ "subId": 1910204, "order": 4, "descHash": 3343517356 },
{ "subId": 1910205, "order": 5, "descHash": 3009299028 },
{ "subId": 1910206, "order": 6, "descHash": 939237932 },
{ "subId": 1910207, "order": 7, "descHash": 1254603308 },
{ "subId": 1910208, "order": 8, "descHash": 2076213652 },
{ "subId": 1910209, "order": 9, "descHash": 141242580 },
{ "subId": 1910210, "order": 10, "descHash": 3832016548 },
{ "subId": 1910211, "order": 11, "descHash": 3167364844 },
{ "subId": 1910212, "order": 12, "descHash": 2485125460 },
{ "subId": 1910213, "order": 13, "descHash": 2748895484 },
{ "subId": 1910214, "order": 90, "hidden": true, "test": true, "descHash": 1587550404 }
]
},
{
"id": 19103,
"titleHash": 785144455,
"children": [
{ "subId": 1910301, "order": 1, "descHash": 1650966780 },
{ "subId": 1910302, "order": 2, "descHash": 2569210628 },
{ "subId": 1910303, "order": 3, "descHash": 2744436812 },
{ "subId": 1910304, "order": 4, "descHash": 172954180 },
{ "subId": 1910305, "order": 5, "descHash": 1267589028 },
{ "subId": 1910306, "order": 90, "hidden": true, "test": true, "descHash": 3352024964 }
]
},
{
"id": 19104,
"titleHash": 1051249759,
"children": [
{ "subId": 1910401, "order": 1, "descHash": 3440107844 },
{ "subId": 1910417, "order": 2, "descHash": 4066233132 },
{ "subId": 1910402, "order": 3, "descHash": 2323623452 },
{ "subId": 1910403, "order": 4, "descHash": 3253022156 },
{ "subId": 1910404, "order": 5, "descHash": 1901526884 },
{ "subId": 1910405, "order": 6, "descHash": 3400373036 },
{ "subId": 1910418, "order": 7, "descHash": 327004988 },
{ "subId": 1910406, "order": 8, "descHash": 1948906924 },
{ "subId": 1910407, "order": 9, "descHash": 180655820 },
{ "subId": 1910408, "order": 10, "descHash": 1029533836 },
{ "subId": 1910409, "order": 11, "descHash": 1199153844 },
{ "subId": 1910410, "order": 12, "descHash": 2254783548 },
{ "subId": 1910411, "order": 13, "descHash": 2817819628 },
{ "subId": 1910412, "order": 14, "descHash": 772072332 },
{ "subId": 1910413, "order": 15, "descHash": 1554605780 },
{ "subId": 1910414, "order": 50, "hidden": true, "test": true, "descHash": 32004892 },
{ "subId": 1910415, "order": 51, "hidden": true, "test": true, "descHash": 2959578084 },
{ "subId": 1910416, "order": 52, "hidden": true, "test": true, "descHash": 306494564 }
]
},
{
"id": 19105,
"titleHash": 1594882159,
"children": [
{ "subId": 1910501, "order": 1, "descHash": 3099575700 },
{ "subId": 1910502, "order": 2, "descHash": 2743400932 }
]
},
{
"id": 19106,
"titleHash": 2738227583,
"children": [
{ "subId": 1910601, "order": 1, "descHash": 1134889164 },
{ "subId": 1910602, "order": 2, "descHash": 2222647124 },
{ "subId": 1910603, "order": 3, "descHash": 700273156 },
{ "subId": 1910604, "order": 4, "descHash": 1804261732 },
{ "subId": 1910605, "order": 5, "descHash": 1659494996 },
{ "subId": 1910606, "order": 6, "descHash": 3585179892 },
{ "subId": 1910607, "order": 7, "descHash": 4021952244 },
{ "subId": 1910608, "order": 8, "descHash": 2723573900 },
{ "subId": 1910609, "order": 50, "hidden": true, "test": true, "descHash": 2700264772 }
]
},
{
"id": 19107,
"titleHash": 2117494375,
"children": [
{ "subId": 1910701, "order": 1, "descHash": 2991444684 },
{ "subId": 1910702, "order": 2, "descHash": 1258497484 },
{ "subId": 1910703, "order": 3, "descHash": 500385244 },
{ "subId": 1910704, "order": 4, "descHash": 1885444772 },
{ "subId": 1910705, "order": 5, "descHash": 3065996004 },
{ "subId": 1910706, "order": 6, "descHash": 1052098604 }
]
},
{ "id": 19111, "titleHash": 2115451719, "children": [{ "subId": 1911101, "order": 1, "descHash": 1726289940 }] },
{ "id": 19112, "titleHash": 3993978479, "children": [{ "subId": 1911201, "order": 1, "descHash": 3033621972 }] },
{
"id": 19113,
"titleHash": 515042999,
"children": [
{ "subId": 1911301, "order": 1, "descHash": 1470820716 },
{ "subId": 1911302, "order": 2, "hidden": true, "descHash": 4156014684 }
]
},
{
"id": 19114,
"titleHash": 2902035903,
"children": [
{ "subId": 1911401, "order": 1, "descHash": 1684585132 },
{ "subId": 1911408, "order": 2, "descHash": 557791172 },
{ "subId": 1911402, "order": 3, "descHash": 2621152964 },
{ "subId": 1911403, "order": 4, "descHash": 3408856060 },
{ "subId": 1911404, "order": 5, "descHash": 3439011180 },
{ "subId": 1911406, "order": 6, "descHash": 4028069476 },
{ "subId": 1911407, "order": 7, "descHash": 2129050884 },
{ "subId": 1911405, "order": 8, "descHash": 4070607236 }
]
},
{
"id": 19115,
"titleHash": 3689911687,
"children": [
{ "subId": 1911506, "order": 1, "descHash": 2858296732 },
{ "subId": 1911501, "order": 2, "descHash": 4211900724 },
{ "subId": 1911507, "order": 3, "hidden": true, "test": true, "descHash": 2152016636 },
{ "subId": 1911508, "order": 4, "descHash": 17974004 },
{ "subId": 1911509, "order": 5, "descHash": 2536730172 },
{ "subId": 1911510, "order": 6, "descHash": 468263988 },
{ "subId": 1911502, "order": 7, "descHash": 3142196964 },
{ "subId": 1911505, "order": 8, "descHash": 468868724 },
{ "subId": 1911504, "order": 9, "descHash": 3475021988 },
{ "subId": 1911503, "order": 10, "descHash": 3319479900 }
]
},
{
"id": 19116,
"titleHash": 3069544047,
"children": [
{ "subId": 1911601, "order": 1, "descHash": 1914018340 },
{ "subId": 1911602, "order": 2, "descHash": 2036690972 },
{ "subId": 1911603, "order": 3, "descHash": 3507689884 },
{ "subId": 1911604, "order": 4, "hidden": true, "test": true, "descHash": 755352444 },
{ "subId": 1911605, "order": 5, "hidden": true, "test": true, "descHash": 2127248396 }
]
},
{
"id": 19117,
"titleHash": 903374263,
"children": [
{ "subId": 1911701, "order": 1, "descHash": 2903146892 },
{ "subId": 1911702, "order": 2, "descHash": 3603820660 },
{ "subId": 1911703, "order": 3, "descHash": 244430724 },
{ "subId": 1911704, "order": 4, "descHash": 2527173116 },
{ "subId": 1911705, "order": 5, "descHash": 2854982004 }
]
},
{
"id": 19118,
"titleHash": 3387990055,
"children": [
{ "subId": 1911801, "order": 1, "descHash": 3926283572 },
{ "subId": 1911805, "order": 2, "descHash": 3530643428 },
{ "subId": 1911804, "order": 3, "descHash": 1018824276 },
{ "subId": 1911803, "order": 4, "descHash": 350395588 },
{ "subId": 1911802, "order": 5, "descHash": 2459549140 },
{ "subId": 1911806, "order": 6, "hidden": true, "test": true, "descHash": 3933547644 }
]
},
{
"id": 19119,
"titleHash": 2996174207,
"children": [
{ "subId": 1911901, "order": 1, "descHash": 3668047876 },
{ "subId": 1911902, "order": 2, "descHash": 1167396372 },
{ "subId": 1911903, "order": 3, "descHash": 329496260 },
{ "subId": 1911904, "order": 4, "descHash": 718930340 },
{ "subId": 1911905, "order": 5, "descHash": 572389172 },
{ "subId": 1911906, "order": 6, "descHash": 2998226732 },
{ "subId": 1911907, "order": 7, "descHash": 3340598884 }
]
},
{
"id": 19121,
"titleHash": 999859759,
"children": [
{ "subId": 1912101, "order": 1, "descHash": 1882494428 },
{ "subId": 1912112, "order": 2, "descHash": 2965941836 },
{ "subId": 1912102, "order": 3, "descHash": 4218000396 },
{ "subId": 1912103, "order": 4, "descHash": 3073043700 },
{ "subId": 1912104, "order": 5, "descHash": 2321348908 },
{ "subId": 1912108, "order": 6, "descHash": 4214886236 },
{ "subId": 1912109, "order": 7, "descHash": 2396278100 },
{ "subId": 1912110, "order": 8, "descHash": 3470076444 },
{ "subId": 1912105, "order": 9, "descHash": 3479962724 },
{ "subId": 1912114, "order": 10, "descHash": 2752119660 },
{ "subId": 1912106, "order": 11, "descHash": 1287681004 },
{ "subId": 1912111, "order": 12, "descHash": 1522876188 },
{ "subId": 1912113, "order": 13, "descHash": 3796525908 }
]
},
{
"id": 19131,
"titleHash": 4221662463,
"children": [
{ "subId": 1913101, "order": 1, "descHash": 2362503204 },
{ "subId": 1913102, "order": 2, "descHash": 3814419636 },
{ "subId": 1913103, "order": 3, "hidden": true },
{ "subId": 1913104, "order": 4, "hidden": true }
]
},
{
"id": 19132,
"titleHash": 203469975,
"children": [
{ "subId": 1913207, "order": 1, "descHash": 1104229940 },
{ "subId": 1913209, "order": 2, "hidden": true, "test": true, "descHash": 2780247156 },
{ "subId": 1913208, "order": 3, "descHash": 2909200100 },
{ "subId": 1913201, "order": 4, "descHash": 4113278804 },
{ "subId": 1913202, "order": 5, "descHash": 1155266700 },
{ "subId": 1913203, "order": 6, "descHash": 4207424548 },
{ "subId": 1913204, "order": 7, "descHash": 1183971372 },
{ "subId": 1913205, "order": 8, "descHash": 3144009540 },
{ "subId": 1913206, "order": 9, "descHash": 2683088092 }
]
},
{
"id": 19133,
"titleHash": 1263816175,
"children": [
{ "subId": 1913301, "order": 1, "descHash": 112966348 },
{ "subId": 1913302, "order": 2, "descHash": 1192278860 },
{ "subId": 1913303, "order": 3, "descHash": 159325556 },
{ "subId": 1913304, "order": 4, "descHash": 2115136532 },
{ "subId": 1913305, "order": 5, "descHash": 2296851564 }
]
},
{
"id": 19134,
"titleHash": 29339975,
"children": [
{ "subId": 1913401, "order": 1, "descHash": 564674212 },
{ "subId": 1913402, "order": 2, "descHash": 1922125300 },
{ "subId": 1913403, "order": 3, "descHash": 2965637380 },
{ "subId": 1913404, "order": 4, "descHash": 1112492228 },
{ "subId": 1913405, "order": 5, "descHash": 549756468 },
{ "subId": 1913406, "order": 6, "hidden": true, "test": true, "descHash": 2487774940 },
{ "subId": 1913407, "order": 7, "descHash": 3691023892 },
{ "subId": 1913408, "order": 8, "descHash": 3817492892 },
{ "subId": 1913409, "order": 9, "descHash": 39238316 },
{ "subId": 1913410, "order": 10, "descHash": 242013124 },
{ "subId": 1913411, "order": 11, "descHash": 1222139996 },
{ "subId": 1913412, "order": 12, "hidden": true, "test": true, "descHash": 1578779348 },
{ "subId": 1913413, "order": 13, "descHash": 2715275684 },
{ "subId": 1913414, "order": 20, "hidden": true }
]
},
{
"id": 19135,
"titleHash": 1751192631,
"children": [
{ "subId": 1913501, "order": 1, "descHash": 2124013308 },
{ "subId": 1913502, "order": 2, "descHash": 2679138292 },
{ "subId": 1913503, "order": 3, "descHash": 210967308 }
]
},
{
"id": 19136,
"titleHash": 4212452423,
"children": [
{ "subId": 1913601, "order": 1, "descHash": 3538978604 },
{ "subId": 1913602, "order": 2, "descHash": 3760071884 },
{ "subId": 1913603, "order": 3, "descHash": 2925420660 },
{ "subId": 1913604, "order": 4, "descHash": 184459796 },
{ "subId": 1913605, "order": 5, "descHash": 3763729156 },
{ "subId": 1913606, "order": 6, "descHash": 967012804 },
{ "subId": 1913607, "order": 7, "descHash": 2167148540 },
{ "subId": 1913608, "order": 8, "descHash": 3129058260 },
{ "subId": 1913609, "order": 9, "descHash": 282793636 },
{ "subId": 1913614, "order": 10, "descHash": 4157465516 },
{ "subId": 1913610, "order": 11, "descHash": 3170376212 },
{ "subId": 1913611, "order": 12, "descHash": 3987219492 },
{ "subId": 1913612, "order": 13, "descHash": 3701001436 },
{ "subId": 1913613, "order": 14, "descHash": 1892479100 },
{ "subId": 1913615, "order": 15, "hidden": true }
]
},
{
"id": 19137,
"titleHash": 3660153799,
"children": [
{ "subId": 1913701, "order": 1, "descHash": 2431974820 },
{ "subId": 1913702, "order": 2, "descHash": 523723380 },
{ "subId": 1913703, "order": 3, "descHash": 273517732 },
{ "subId": 1913704, "order": 4, "descHash": 2151071404 },
{ "subId": 1913705, "order": 5, "descHash": 379239324 },
{ "subId": 1913706, "order": 6, "descHash": 3261742308 },
{ "subId": 1913707, "order": 7, "descHash": 3482002740 },
{ "subId": 1913708, "order": 8, "descHash": 967916460 },
{ "subId": 1913709, "order": 9, "descHash": 41944924 },
{ "subId": 1913710, "order": 10, "descHash": 3690113396 }
]
},
{
"id": 19138,
"titleHash": 2885876271,
"children": [
{ "subId": 1913802, "order": 1, "descHash": 1703131100 },
{ "subId": 1913803, "order": 2, "descHash": 3199994692 },
{ "subId": 1913801, "order": 3, "descHash": 3929727548 }
]
},
{
"id": 19141,
"titleHash": 3110602455,
"children": [
{ "subId": 1914101, "order": 1, "descHash": 3290505228 },
{ "subId": 1914102, "order": 2, "descHash": 3594551260 }
]
},
{ "id": 19142, "titleHash": 1827358983, "children": [{ "subId": 1914201, "order": 1, "descHash": 978862020 }] },
{
"id": 19143,
"titleHash": 1306845191,
"children": [
{ "subId": 1914303, "order": 1, "hidden": true, "test": true, "descHash": 67089196 },
{ "subId": 1914301, "order": 2, "descHash": 1538605132 },
{ "subId": 1914302, "order": 3, "descHash": 3598663700 },
{ "subId": 1914306, "order": 4, "hidden": true, "test": true, "descHash": 3743984276 },
{ "subId": 1914304, "order": 5, "descHash": 2978708604 },
{ "subId": 1914305, "order": 6, "descHash": 4057147540 },
{ "subId": 1914307, "order": 7, "descHash": 1118208364 },
{ "subId": 1914309, "order": 8, "descHash": 1603981084 },
{ "subId": 1914308, "order": 99, "test": true, "descHash": 3962705220 }
]
},
{
"id": 19144,
"titleHash": 1309828047,
"children": [
{ "subId": 1914401, "order": 1, "descHash": 2433327420 },
{ "subId": 1914402, "order": 2, "descHash": 144516004 },
{ "subId": 1914403, "order": 3, "descHash": 858518244 },
{ "subId": 1914409, "order": 4, "hidden": true, "test": true, "descHash": 1580953412 },
{ "subId": 1914404, "order": 5, "descHash": 1084721068 },
{ "subId": 1914405, "order": 6, "descHash": 1919348188 },
{ "subId": 1914406, "order": 7, "descHash": 3742954124 },
{ "subId": 1914407, "order": 8, "descHash": 929776428 },
{ "subId": 1914408, "order": 9, "descHash": 1304578196 }
]
},
{
"id": 19145,
"titleHash": 1234612495,
"children": [
{ "subId": 1914501, "order": 1, "descHash": 3484748532 },
{ "subId": 1914502, "order": 2, "descHash": 2832078828 },
{ "subId": 1914503, "order": 3, "descHash": 3166737532 },
{ "subId": 1914508, "order": 4, "hidden": true, "test": true, "descHash": 1689388012 },
{ "subId": 1914505, "order": 5, "descHash": 2634854628 },
{ "subId": 1914506, "order": 6, "descHash": 4220384836 },
{ "subId": 1914507, "order": 7, "descHash": 3778366220 },
{ "subId": 1914509, "order": 8, "descHash": 1078716156 },
{ "subId": 1914511, "order": 9, "descHash": 975960756 },
{ "subId": 1914512, "order": 10, "descHash": 1006868188 },
{ "subId": 1914510, "order": 98, "test": true, "descHash": 2590497164 },
{ "subId": 1914504, "order": 99, "test": true, "descHash": 457913780 }
]
},
{
"id": 19146,
"titleHash": 2342991735,
"children": [
{ "subId": 1914601, "order": 1, "descHash": 790357716 },
{ "subId": 1914610, "order": 2, "hidden": true },
{ "subId": 1914611, "order": 3, "hidden": true },
{ "subId": 1914612, "order": 4, "hidden": true },
{ "subId": 1914608, "order": 5, "hidden": true, "test": true, "descHash": 3886378780 },
{ "subId": 1914602, "order": 6, "descHash": 500282748 },
{ "subId": 1914603, "order": 7, "descHash": 3113569748 },
{ "subId": 1914604, "order": 8, "descHash": 2692420324 },
{ "subId": 1914605, "order": 9, "hidden": true, "test": true, "descHash": 2330779924 },
{ "subId": 1914606, "order": 10, "hidden": true, "test": true, "descHash": 487112316 },
{ "subId": 1914607, "order": 11, "hidden": true, "test": true, "descHash": 3422272820 },
{ "subId": 1914613, "order": 12, "hidden": true, "test": true, "descHash": 655101820 },
{ "subId": 1914609, "order": 13, "descHash": 1548620468 }
]
},
{ "id": 19147, "titleHash": 2564157639, "children": [{ "subId": 1914701, "order": 1, "descHash": 1698634556 }] },
{
"id": 19148,
"titleHash": 667023135,
"children": [
{ "subId": 1914801, "order": 1, "descHash": 2481926092 },
{ "subId": 1914802, "order": 2, "descHash": 3662060068 },
{ "subId": 1914803, "order": 3, "descHash": 1390857196 },
{ "subId": 1914804, "order": 4, "descHash": 4007880204 },
{ "subId": 1914808, "order": 5, "hidden": true },
{ "subId": 1914805, "order": 6, "descHash": 3625703924 },
{ "subId": 1914806, "order": 7, "descHash": 1201950644 },
{ "subId": 1914807, "order": 8, "descHash": 191790684 }
]
},
{
"id": 20000,
"hidden": true,
"titleHash": 2040153609,
"children": [
{ "subId": 2000001, "order": 1, "hidden": true, "descHash": 2424599434 },
{ "subId": 2000009, "order": 2, "hidden": true },
{ "subId": 2000002, "order": 3, "hidden": true, "descHash": 1111419810 },
{ "subId": 2000003, "order": 4, "hidden": true, "descHash": 1561461306 },
{ "subId": 2000010, "order": 5, "hidden": true },
{ "subId": 2000004, "order": 6, "hidden": true, "descHash": 1114397394 },
{ "subId": 2000005, "order": 7, "hidden": true, "descHash": 2836896538 },
{ "subId": 2000011, "order": 8, "hidden": true },
{ "subId": 2000006, "order": 9, "hidden": true, "descHash": 4010807290 },
{ "subId": 2000007, "order": 10, "hidden": true, "descHash": 1104949322 },
{ "subId": 2000012, "order": 11, "hidden": true },
{ "subId": 2000008, "order": 12, "hidden": true, "descHash": 2832162466 }
]
},
{
"id": 20001,
"titleHash": 3127100673,
"children": [
{ "subId": 2000101, "order": 1, "descHash": 2669295840 },
{ "subId": 2000102, "order": 2, "hidden": true, "test": true, "descHash": 3088380760 },
{ "subId": 2000103, "order": 3, "descHash": 1593354312 },
{ "subId": 2000104, "order": 4, "descHash": 2253811400 }
]
},
{
"id": 20003,
"titleHash": 1811523967,
"children": [
{ "subId": 2000301, "order": 1, "descHash": 2068975212 },
{ "subId": 2000302, "order": 2, "descHash": 1564737780 },
{ "subId": 2000303, "order": 3, "descHash": 2650511932 },
{ "subId": 2000304, "order": 4, "descHash": 3078404980 },
{ "subId": 2000306, "order": 5, "hidden": true },
{ "subId": 2000307, "order": 6, "hidden": true },
{ "subId": 2000308, "order": 7, "hidden": true },
{ "subId": 2000305, "order": 8, "descHash": 1057058620 },
{ "subId": 2000309, "order": 9, "descHash": 1849201036 },
{ "subId": 2000310, "order": 10, "descHash": 423377740 },
{ "subId": 2000311, "order": 11, "descHash": 2916576132 },
{ "subId": 2000312, "order": 12, "descHash": 126165540 },
{ "subId": 2000313, "order": 13, "descHash": 1748776980 }
]
},
{
"id": 20004,
"titleHash": 2854674687,
"children": [
{ "subId": 2000401, "order": 1, "descHash": 3635575420 },
{ "subId": 2000406, "order": 2, "descHash": 1103590236 },
{ "subId": 2000407, "order": 3, "descHash": 1158735676 },
{ "subId": 2000402, "order": 4, "descHash": 2556124164 },
{ "subId": 2000403, "order": 5, "descHash": 4234609492 },
{ "subId": 2000404, "order": 6, "descHash": 3630786956 },
{ "subId": 2000405, "order": 7, "descHash": 2073508724 }
]
},
{
"id": 20005,
"titleHash": 2914246553,
"children": [
{ "subId": 2000501, "order": 1, "descHash": 3835235824 },
{ "subId": 2000502, "order": 2, "descHash": 3482584272 },
{ "subId": 2000504, "order": 3, "descHash": 2058912264 }
]
},
{
"id": 20006,
"titleHash": 1080204377,
"children": [
{ "subId": 2000601, "order": 1, "descHash": 2637200680 },
{ "subId": 2000602, "order": 2, "descHash": 3050177168 },
{ "subId": 2000603, "order": 3, "hidden": true, "test": true, "descHash": 386774408 },
{ "subId": 2000605, "order": 4, "hidden": true, "test": true, "descHash": 2898614968 },
{ "subId": 2000606, "order": 5, "descHash": 1836083320 },
{ "subId": 2000607, "order": 6, "descHash": 2276142184 },
{ "subId": 2000604, "order": 7, "descHash": 1534511024 },
{ "subId": 2000610, "order": 8, "descHash": 296639848 }
]
},
{
"id": 20007,
"titleHash": 2927566505,
"children": [
{ "subId": 2000709, "order": 1, "descHash": 2165371064 },
{ "subId": 2000701, "order": 2, "descHash": 3030852640 },
{ "subId": 2000702, "order": 3, "descHash": 2631867744 },
{ "subId": 2000703, "order": 4, "descHash": 3068901944 },
{ "subId": 2000704, "order": 5, "descHash": 3364591968 },
{ "subId": 2000705, "order": 6, "descHash": 4293495312 },
{ "subId": 2000706, "order": 7, "descHash": 667391304 },
{ "subId": 2000707, "order": 8, "descHash": 1235589328 },
{ "subId": 2000708, "order": 9, "descHash": 619574344 }
]
},
{
"id": 20008,
"titleHash": 4068767809,
"children": [
{ "subId": 2000801, "order": 1, "descHash": 667134736 },
{ "subId": 2000802, "order": 2, "descHash": 428530488 },
{ "subId": 2000803, "order": 3, "descHash": 831308264 },
{ "subId": 2000804, "order": 4, "descHash": 1324016784 },
{ "subId": 2000805, "order": 5, "descHash": 1638960704 },
{ "subId": 2000806, "order": 6, "descHash": 2816055616 }
]
},
{
"id": 20009,
"titleHash": 292409233,
"children": [
{ "subId": 2000909, "order": 1, "descHash": 4254465024 },
{ "subId": 2000901, "order": 2, "descHash": 3708535656 },
{ "subId": 2000902, "order": 3, "descHash": 2323263032 },
{ "subId": 2000903, "order": 4, "descHash": 1327144688 },
{ "subId": 2000912, "order": 4, "hidden": true, "test": true, "descHash": 2393566816 },
{ "subId": 2000913, "order": 4, "hidden": true, "test": true, "descHash": 2102683600 },
{ "subId": 2000908, "order": 5, "descHash": 849605328 },
{ "subId": 2000910, "order": 5, "hidden": true, "test": true, "descHash": 3592046840 },
{ "subId": 2000904, "order": 6, "hidden": true, "test": true, "descHash": 2036648088 },
{ "subId": 2000914, "order": 6, "hidden": true, "test": true, "descHash": 2911871128 },
{ "subId": 2000907, "order": 7, "hidden": true, "test": true, "descHash": 1014749840 },
{ "subId": 2000911, "order": 8, "hidden": true, "test": true, "descHash": 4088396800 },
{ "subId": 2000905, "order": 9, "descHash": 3244408336 },
{ "subId": 2000906, "order": 10, "descHash": 3543684880 },
{ "subId": 2000915, "order": 10, "descHash": 62844576 }
]
},
{
"id": 20010,
"titleHash": 4186880937,
"children": [
{ "subId": 2001009, "order": 1, "descHash": 3791177792 },
{ "subId": 2001001, "order": 2, "descHash": 2152877408 },
{ "subId": 2001002, "order": 3, "descHash": 945900816 },
{ "subId": 2001003, "order": 4, "descHash": 1451511752 },
{ "subId": 2001012, "order": 4, "hidden": true, "test": true, "descHash": 2983530568 },
{ "subId": 2001013, "order": 4, "hidden": true, "test": true, "descHash": 998586576 },
{ "subId": 2001008, "order": 5, "descHash": 3333981792 },
{ "subId": 2001010, "order": 5, "hidden": true, "test": true, "descHash": 722532512 },
{ "subId": 2001004, "order": 6, "hidden": true, "test": true, "descHash": 837021136 },
{ "subId": 2001014, "order": 6, "hidden": true, "test": true, "descHash": 877287128 },
{ "subId": 2001007, "order": 7, "hidden": true, "test": true, "descHash": 1846713408 },
{ "subId": 2001011, "order": 8, "hidden": true, "test": true, "descHash": 3590462584 },
{ "subId": 2001005, "order": 9, "descHash": 3658881128 },
{ "subId": 2001006, "order": 10, "descHash": 3651953304 },
{ "subId": 2001015, "order": 10, "descHash": 3000843680 }
]
},
{
"id": 20011,
"titleHash": 3897635393,
"children": [
{ "subId": 2001101, "order": 1, "descHash": 3195071304 },
{ "subId": 2001102, "order": 2, "hidden": true, "test": true, "descHash": 3283527560 },
{ "subId": 2001103, "order": 3, "descHash": 2063920208 },
{ "subId": 2001104, "order": 4, "descHash": 45873936 }
]
},
{
"id": 20012,
"titleHash": 2255076297,
"children": [
{ "subId": 2001201, "order": 1, "descHash": 1345672752 },
{ "subId": 2001202, "order": 2, "hidden": true, "test": true, "descHash": 3872683752 },
{ "subId": 2001203, "order": 3, "descHash": 1913381240 },
{ "subId": 2001204, "order": 4, "descHash": 1960475248 }
]
},
{
"id": 20013,
"titleHash": 415935825,
"children": [
{ "subId": 2001301, "order": 1, "descHash": 1035641440 },
{ "subId": 2001302, "order": 2, "hidden": true, "test": true, "descHash": 2537360024 },
{ "subId": 2001303, "order": 3, "descHash": 2695012472 },
{ "subId": 2001304, "order": 4, "descHash": 2403219920 }
]
},
{
"id": 20014,
"titleHash": 533558279,
"children": [
{ "subId": 2001401, "order": 1, "descHash": 1375722092 },
{ "subId": 2001402, "order": 2, "descHash": 3690341556 },
{ "subId": 2001403, "order": 3, "hidden": true },
{ "subId": 2001406, "order": 4, "descHash": 4035483492 },
{ "subId": 2001405, "order": 5, "descHash": 3014161484 }
]
},
{
"id": 20015,
"titleHash": 1329185129,
"children": [
{ "subId": 2001509, "order": 1, "descHash": 240517800 },
{ "subId": 2001501, "order": 2, "descHash": 3621612088 },
{ "subId": 2001502, "order": 3, "descHash": 325267848 },
{ "subId": 2001503, "order": 4, "descHash": 2389721512 },
{ "subId": 2001512, "order": 4, "hidden": true, "test": true, "descHash": 828308168 },
{ "subId": 2001513, "order": 4, "hidden": true, "test": true, "descHash": 3381171336 },
{ "subId": 2001508, "order": 5, "descHash": 1791329464 },
{ "subId": 2001510, "order": 5, "hidden": true, "test": true, "descHash": 2942820936 },
{ "subId": 2001504, "order": 6, "hidden": true, "test": true, "descHash": 3516927272 },
{ "subId": 2001514, "order": 6, "hidden": true, "test": true, "descHash": 3879111032 },
{ "subId": 2001507, "order": 7, "hidden": true, "test": true, "descHash": 3881584664 },
{ "subId": 2001511, "order": 8, "hidden": true, "test": true, "descHash": 967423792 },
{ "subId": 2001505, "order": 9, "descHash": 2320199296 },
{ "subId": 2001506, "order": 10, "descHash": 3430106392 },
{ "subId": 2001515, "order": 10, "descHash": 2387993944 }
]
},
{
"id": 20016,
"titleHash": 329639641,
"children": [
{ "subId": 2001601, "order": 1, "descHash": 3053672952 },
{ "subId": 2001602, "order": 2, "descHash": 148534112 },
{ "subId": 2001603, "order": 3, "hidden": true, "test": true, "descHash": 305377400 },
{ "subId": 2001604, "order": 4, "hidden": true, "test": true, "descHash": 2709540472 },
{ "subId": 2001605, "order": 5, "hidden": true, "test": true, "descHash": 1367946072 },
{ "subId": 2001606, "order": 6, "hidden": true, "test": true, "descHash": 3912569584 },
{ "subId": 2001607, "order": 7, "descHash": 1684705984 },
{ "subId": 2001608, "order": 8, "descHash": 198215232 },
{ "subId": 2001609, "order": 9, "descHash": 144871752 },
{ "subId": 2001610, "order": 10, "hidden": true, "test": true, "descHash": 3444628496 },
{ "subId": 2001611, "order": 11, "descHash": 3533791096 }
]
},
{
"id": 20017,
"titleHash": 3251145601,
"children": [
{ "subId": 2001709, "order": 1, "descHash": 1969650120 },
{ "subId": 2001701, "order": 2, "descHash": 645549248 },
{ "subId": 2001702, "order": 3, "descHash": 3064264896 },
{ "subId": 2001703, "order": 4, "descHash": 1391780824 },
{ "subId": 2001704, "order": 5, "descHash": 1133281208 },
{ "subId": 2001705, "order": 6, "descHash": 2143533168 },
{ "subId": 2001706, "order": 7, "descHash": 1530951088 },
{ "subId": 2001707, "order": 8, "descHash": 3681328656 },
{ "subId": 2001708, "order": 9, "descHash": 2261721000 }
]
},
{
"id": 20018,
"titleHash": 681119177,
"children": [
{ "subId": 2001809, "order": 1, "descHash": 1540112128 },
{ "subId": 2001801, "order": 2, "descHash": 880706264 },
{ "subId": 2001802, "order": 3, "descHash": 1184591016 },
{ "subId": 2001803, "order": 4, "descHash": 1144389808 },
{ "subId": 2001804, "order": 5, "descHash": 3356414864 },
{ "subId": 2001805, "order": 6, "descHash": 2614375040 },
{ "subId": 2001806, "order": 7, "descHash": 2277408240 },
{ "subId": 2001807, "order": 8, "descHash": 570312984 },
{ "subId": 2001808, "order": 9, "descHash": 427939264 }
]
},
{
"id": 20019,
"titleHash": 3790591545,
"children": [
{ "subId": 2001901, "order": 1, "descHash": 16379280 },
{ "subId": 2001903, "order": 2, "descHash": 4001438624 },
{ "subId": 2001904, "order": 3, "descHash": 3889976376 }
]
},
{
"id": 20020,
"titleHash": 3262391767,
"children": [
{ "subId": 2002001, "order": 1, "descHash": 2812607980 },
{ "subId": 2002029, "order": 2, "hidden": true },
{ "subId": 2002003, "order": 3, "descHash": 3565268572 },
{ "subId": 2002027, "order": 4, "descHash": 941559276 },
{ "subId": 2002012, "order": 5, "descHash": 248953436 },
{ "subId": 2002028, "order": 6, "descHash": 1167664188 },
{ "subId": 2002021, "order": 7, "descHash": 3527733316 },
{ "subId": 2002024, "order": 8, "descHash": 3510234604 },
{ "subId": 2002025, "order": 9, "descHash": 2236307540 },
{ "subId": 2002026, "order": 10, "hidden": true }
]
},
{
"id": 20021,
"titleHash": 817929223,
"children": [
{ "subId": 2002101, "order": 1, "descHash": 2319484812 },
{ "subId": 2002102, "order": 2, "descHash": 940658148 },
{ "subId": 2002103, "order": 3, "descHash": 751193788 },
{ "subId": 2002104, "order": 4, "descHash": 4008636788 },
{ "subId": 2002105, "order": 5, "hidden": true },
{ "subId": 2002106, "order": 6, "hidden": true }
]
},
{
"id": 20023,
"titleHash": 3676532209,
"children": [
{ "subId": 2002301, "order": 1, "descHash": 2224946936 },
{ "subId": 2002302, "order": 2, "descHash": 1240909480 },
{ "subId": 2002303, "order": 3, "descHash": 2143855288 },
{ "subId": 2002304, "order": 4, "descHash": 3410070992 },
{ "subId": 2002305, "order": 5, "descHash": 3338836104 },
{ "subId": 2002306, "order": 6, "descHash": 335809960 },
{ "subId": 2002307, "order": 7, "descHash": 3662479952 },
{ "subId": 2002308, "order": 8, "descHash": 546577744 }
]
},
{
"id": 20025,
"titleHash": 1475502329,
"children": [
{ "subId": 2002501, "order": 1, "descHash": 244538056 },
{ "subId": 2002503, "order": 2, "descHash": 2909557648 },
{ "subId": 2002504, "order": 3, "descHash": 2260510888 }
]
},
{
"id": 20026,
"titleHash": 3517755577,
"children": [
{ "subId": 2002601, "order": 1, "descHash": 2970799288 },
{ "subId": 2002602, "order": 2, "descHash": 2426282672 },
{ "subId": 2002603, "order": 3, "descHash": 3939118864 },
{ "subId": 2002604, "order": 4, "descHash": 941554312 },
{ "subId": 2002605, "order": 5, "hidden": true, "test": true, "descHash": 2136896728 },
{ "subId": 2002606, "order": 6, "hidden": true, "test": true, "descHash": 3390770296 },
{ "subId": 2002607, "order": 7, "descHash": 4130014680 },
{ "subId": 2002608, "order": 8, "descHash": 2368963240 }
]
},
{
"id": 20027,
"titleHash": 133027113,
"children": [
{ "subId": 2002701, "order": 1, "descHash": 2400147904 },
{ "subId": 2002702, "order": 2, "descHash": 3462645008 },
{ "subId": 2002703, "order": 3, "descHash": 851193248 },
{ "subId": 2002704, "order": 4, "descHash": 4281460336 },
{ "subId": 2002705, "order": 5, "descHash": 538981856 },
{ "subId": 2002706, "order": 6, "descHash": 834187552 }
]
},
{
"id": 20028,
"titleHash": 3434854249,
"children": [
{ "subId": 2002801, "order": 1, "descHash": 3883113232 },
{ "subId": 2002802, "order": 2, "descHash": 3668368080 },
{ "subId": 2002803, "order": 3, "descHash": 3378204472 },
{ "subId": 2002804, "order": 4, "descHash": 784750768 },
{ "subId": 2002805, "order": 5, "descHash": 2908154856 },
{ "subId": 2002806, "order": 6, "descHash": 1616732944 }
]
},
{
"id": 20029,
"titleHash": 4285384159,
"children": [
{ "subId": 2002901, "order": 1, "descHash": 2435914004 },
{ "subId": 2002902, "order": 2, "descHash": 890333412 },
{ "subId": 2002903, "order": 3, "descHash": 2923134220 },
{ "subId": 2002904, "order": 4, "descHash": 2151924428 },
{ "subId": 2002905, "order": 5, "descHash": 2361733708 },
{ "subId": 2002906, "order": 6, "descHash": 4029918204 },
{ "subId": 2002907, "order": 7, "descHash": 1205775404 },
{ "subId": 2002908, "order": 8, "descHash": 2434834660 },
{ "subId": 2002909, "order": 9, "descHash": 1220741356 }
]
},
{
"id": 20030,
"titleHash": 602385569,
"children": [
{ "subId": 2003001, "order": 1, "hidden": true, "test": true, "descHash": 441733240 },
{ "subId": 2003002, "order": 2, "hidden": true, "test": true, "descHash": 1546917520 },
{ "subId": 2003003, "order": 3, "hidden": true, "test": true, "descHash": 853068280 },
{ "subId": 2003004, "order": 4, "descHash": 1914726712 }
]
},
{
"id": 20031,
"titleHash": 2502719273,
"children": [
{ "subId": 2003101, "order": 1, "descHash": 2830273784 },
{ "subId": 2003102, "order": 2, "hidden": true, "test": true, "descHash": 1758268816 },
{ "subId": 2003103, "order": 3, "hidden": true, "test": true, "descHash": 588568504 },
{ "subId": 2003104, "order": 4, "hidden": true, "test": true, "descHash": 884914472 },
{ "subId": 2003105, "order": 5, "hidden": true, "test": true, "descHash": 1244320144 },
{ "subId": 2003106, "order": 6, "descHash": 4245368896 },
{ "subId": 2003107, "order": 7, "descHash": 3714017496 }
]
},
{
"id": 20032,
"hidden": true,
"titleHash": 2745487241,
"children": [
{ "subId": 2003201, "order": 1, "hidden": true, "test": true, "descHash": 1004289728 },
{ "subId": 2003202, "order": 2, "hidden": true, "test": true, "descHash": 1641183960 }
]
},
{
"id": 20033,
"titleHash": 3030511919,
"children": [
{ "subId": 2003301, "order": 1, "descHash": 1699326796 },
{ "subId": 2003302, "order": 2, "descHash": 3898083644 },
{ "subId": 2003303, "order": 3, "descHash": 1060388412 },
{ "subId": 2003304, "order": 4, "descHash": 3804753524 }
]
},
{
"id": 20034,
"titleHash": 53815079,
"children": [
{ "subId": 2003401, "order": 1, "descHash": 770849788 },
{ "subId": 2003402, "order": 2, "descHash": 475395276 },
{ "subId": 2003403, "order": 3, "descHash": 401723892 },
{ "subId": 2003404, "order": 4, "descHash": 51780004 },
{ "subId": 2003405, "order": 5, "descHash": 2252669964 },
{ "subId": 2003406, "order": 6, "descHash": 2312693820 },
{ "subId": 2003407, "order": 7, "descHash": 650396364 }
]
},
{
"id": 20035,
"titleHash": 3174426249,
"children": [
{ "subId": 2003501, "order": 1, "descHash": 693253072 },
{ "subId": 2003502, "order": 2, "descHash": 3864405968 },
{ "subId": 2003504, "order": 3, "descHash": 1782693176 }
]
},
{
"id": 20036,
"titleHash": 2586708353,
"children": [
{ "subId": 2003601, "order": 1, "descHash": 509363304 },
{ "subId": 2003602, "order": 2, "descHash": 1310590160 },
{ "subId": 2003603, "order": 3, "descHash": 2356352096 },
{ "subId": 2003604, "order": 3, "descHash": 735096832 },
{ "subId": 2003605, "order": 4, "descHash": 2504485560 },
{ "subId": 2003606, "order": 5, "descHash": 3472656736 }
]
},
{
"id": 20037,
"titleHash": 4188157953,
"children": [
{ "subId": 2003701, "order": 1, "descHash": 1464114104 },
{ "subId": 2003702, "order": 2, "descHash": 489028136 },
{ "subId": 2003703, "order": 3, "descHash": 2460553552 },
{ "subId": 2003706, "order": 6, "descHash": 2976321936 }
]
},
{
"id": 20038,
"titleHash": 1938420777,
"children": [
{ "subId": 2003801, "order": 1, "descHash": 1585747584 },
{ "subId": 2003802, "order": 2, "hidden": true, "test": true, "descHash": 421539720 },
{ "subId": 2003803, "order": 2, "hidden": true, "test": true, "descHash": 264588624 },
{ "subId": 2003804, "order": 2, "hidden": true, "test": true, "descHash": 2090808432 },
{ "subId": 2003805, "order": 3, "descHash": 2892036432 },
{ "subId": 2003806, "order": 3, "descHash": 422685600 },
{ "subId": 2003807, "order": 3, "descHash": 254986504 },
{ "subId": 2003808, "order": 4, "descHash": 2473771240 },
{ "subId": 2003809, "order": 4, "descHash": 496145056 },
{ "subId": 2003810, "order": 4, "descHash": 1504136008 }
]
},
{
"id": 20039,
"titleHash": 4246844257,
"children": [
{ "subId": 2003901, "order": 1, "descHash": 3678464064 },
{ "subId": 2003904, "order": 2, "hidden": true, "test": true, "descHash": 421380968 },
{ "subId": 2003905, "order": 2, "hidden": true, "test": true, "descHash": 2517209928 },
{ "subId": 2003906, "order": 2, "hidden": true, "test": true, "descHash": 2047911360 },
{ "subId": 2003902, "order": 3, "hidden": true, "test": true, "descHash": 2321247200 },
{ "subId": 2003903, "order": 4, "hidden": true, "test": true, "descHash": 3456296016 },
{ "subId": 2003907, "order": 7, "descHash": 4018875384 },
{ "subId": 2003908, "order": 8, "descHash": 558375664 },
{ "subId": 2003909, "order": 9, "descHash": 3818658312 },
{ "subId": 2003910, "order": 10, "hidden": true, "test": true, "descHash": 1843411880 },
{ "subId": 2003911, "order": 11, "hidden": true, "test": true, "descHash": 2532265560 },
{ "subId": 2003912, "order": 12, "hidden": true, "test": true, "descHash": 102900488 },
{ "subId": 2003913, "order": 13, "descHash": 506215896 },
{ "subId": 2003914, "order": 14, "descHash": 1008054352 },
{ "subId": 2003915, "order": 15, "descHash": 3888413912 },
{ "subId": 2003916, "order": 16, "descHash": 1081623008 },
{ "subId": 2003917, "order": 17, "descHash": 2330051008 },
{ "subId": 2003918, "order": 18, "descHash": 4268647952 },
{ "subId": 2003919, "order": 19, "descHash": 2123003368 },
{ "subId": 2003920, "order": 20, "descHash": 710030472 },
{ "subId": 2003921, "order": 21, "descHash": 2297394752 },
{ "subId": 2003922, "order": 22, "hidden": true, "test": true, "descHash": 2842868352 },
{ "subId": 2003923, "order": 23, "hidden": true, "test": true, "descHash": 1517760808 },
{ "subId": 2003924, "order": 24, "hidden": true, "test": true, "descHash": 303487344 },
{ "subId": 2003925, "order": 25, "hidden": true, "test": true, "descHash": 723469552 },
{ "subId": 2003926, "order": 26, "hidden": true, "test": true, "descHash": 3076397400 },
{ "subId": 2003927, "order": 27, "hidden": true, "test": true, "descHash": 4008560928 }
]
},
{
"id": 20040,
"titleHash": 1353252137,
"children": [
{ "subId": 2004001, "order": 1, "descHash": 4069333656 },
{ "subId": 2004002, "order": 2, "descHash": 1183401384 },
{ "subId": 2004003, "order": 3, "descHash": 3362163048 },
{ "subId": 2004004, "order": 4, "descHash": 1789603240 },
{ "subId": 2004007, "order": 5, "descHash": 1797065472 }
]
},
{
"id": 20041,
"titleHash": 256084097,
"children": [
{ "subId": 2004101, "order": 1, "descHash": 3135396312 },
{ "subId": 2004102, "order": 2, "descHash": 273997632 },
{ "subId": 2004103, "order": 3, "descHash": 136040912 }
]
},
{
"id": 20042,
"titleHash": 1176403049,
"children": [
{ "subId": 2004201, "order": 1, "descHash": 635167688 },
{ "subId": 2004202, "order": 2, "descHash": 1636786480 },
{ "subId": 2004203, "order": 3, "descHash": 2915096992 },
{ "subId": 2004204, "order": 4, "descHash": 4158722136 },
{ "subId": 2004205, "order": 5, "descHash": 4272016688 }
]
},
{
"id": 20043,
"titleHash": 2321645873,
"children": [
{ "subId": 2004301, "order": 1, "descHash": 3102458168 },
{ "subId": 2004306, "order": 2, "hidden": true, "test": true, "descHash": 2547819896 },
{ "subId": 2004307, "order": 3, "hidden": true, "test": true, "descHash": 3552609280 },
{ "subId": 2004302, "order": 4, "descHash": 3914620296 },
{ "subId": 2004303, "order": 5, "descHash": 2429717320 },
{ "subId": 2004304, "order": 6, "descHash": 1377160944 },
{ "subId": 2004305, "order": 7, "descHash": 526694104 }
]
},
{
"id": 20044,
"titleHash": 2216093729,
"children": [
{ "subId": 2004401, "order": 1, "descHash": 1012695568 },
{ "subId": 2004402, "order": 2, "descHash": 4213966976 },
{ "subId": 2004403, "order": 3, "descHash": 1521750424 }
]
},
{
"id": 20046,
"titleHash": 3894388679,
"children": [
{ "subId": 2004601, "order": 1, "descHash": 1403609452 },
{ "subId": 2004602, "order": 2, "descHash": 1043246020 },
{ "subId": 2004603, "order": 3, "descHash": 349875916 },
{ "subId": 2004604, "order": 4, "descHash": 3578515356 }
]
},
{
"id": 20047,
"titleHash": 490616825,
"children": [
{ "subId": 2004701, "order": 1, "descHash": 888936976 },
{ "subId": 2004702, "order": 2, "descHash": 264454792 },
{ "subId": 2004703, "order": 3, "descHash": 1438676664 },
{ "subId": 2004704, "order": 4, "descHash": 2620790936 },
{ "subId": 2004705, "order": 5, "descHash": 485404520 },
{ "subId": 2004706, "order": 6, "hidden": true, "test": true, "descHash": 90943680 },
{ "subId": 2004708, "order": 7, "hidden": true, "test": true, "descHash": 3758423168 },
{ "subId": 2004707, "order": 8, "descHash": 609583736 }
]
},
{
"id": 20048,
"titleHash": 134754713,
"children": [
{ "subId": 2004801, "order": 1, "descHash": 641767512 },
{ "subId": 2004802, "order": 2, "descHash": 15227600 },
{ "subId": 2004803, "order": 3, "descHash": 3908560624 },
{ "subId": 2004804, "order": 4, "descHash": 3945967240 },
{ "subId": 2004805, "order": 5, "descHash": 1728170112 },
{ "subId": 2004806, "order": 6, "descHash": 2362668144 }
]
},
{
"id": 20049,
"titleHash": 1106223857,
"children": [
{ "subId": 2004901, "order": 1, "descHash": 2811948664 },
{ "subId": 2004902, "order": 2, "descHash": 3504244424 },
{ "subId": 2004903, "order": 3, "descHash": 2904464000 },
{ "subId": 2004904, "order": 4, "descHash": 4051481480 },
{ "subId": 2004905, "order": 5, "descHash": 2159396736 }
]
},
{
"id": 20050,
"titleHash": 1513814177,
"children": [
{ "subId": 2005001, "order": 1, "descHash": 2350145912 },
{ "subId": 2005002, "order": 2, "descHash": 2725039944 },
{ "subId": 2005003, "order": 3, "descHash": 1601197232 }
]
},
{
"id": 20051,
"titleHash": 2670005337,
"children": [
{ "subId": 2005101, "order": 1, "descHash": 3767961584 },
{ "subId": 2005102, "order": 2, "descHash": 289180184 },
{ "subId": 2005160, "order": 3, "hidden": true, "test": true },
{ "subId": 2005161, "order": 3, "hidden": true, "test": true },
{ "subId": 2005103, "order": 4, "hidden": true, "test": true, "descHash": 1433144120 },
{ "subId": 2005104, "order": 5, "hidden": true, "test": true, "descHash": 771635576 },
{ "subId": 2005105, "order": 6, "hidden": true, "test": true, "descHash": 3522976200 },
{ "subId": 2005106, "order": 7, "hidden": true, "test": true, "descHash": 1725193808 },
{ "subId": 2005118, "order": 8, "descHash": 3878189648 },
{ "subId": 2005166, "order": 9, "hidden": true, "test": true, "descHash": 706281664 },
{ "subId": 2005108, "order": 10, "hidden": true, "test": true, "descHash": 3341688040 },
{ "subId": 2005109, "order": 11, "hidden": true, "test": true, "descHash": 3877069720 },
{ "subId": 2005110, "order": 12, "hidden": true, "test": true, "descHash": 3775427680 },
{ "subId": 2005111, "order": 13, "hidden": true, "test": true, "descHash": 2118511784 },
{ "subId": 2005112, "order": 14, "hidden": true, "test": true, "descHash": 3646232984 },
{ "subId": 2005113, "order": 15, "hidden": true, "test": true, "descHash": 4290813488 },
{ "subId": 2005114, "order": 16, "hidden": true, "test": true, "descHash": 2710061144 },
{ "subId": 2005115, "order": 17, "hidden": true, "test": true, "descHash": 1507582768 },
{ "subId": 2005124, "order": 18, "descHash": 1258978784 },
{ "subId": 2005125, "order": 19, "descHash": 2779268760 },
{ "subId": 2005107, "order": 20, "hidden": true, "descHash": 2506227328 },
{ "subId": 2005120, "order": 21, "descHash": 3039636312 },
{ "subId": 2005137, "order": 22, "descHash": 3363499896 },
{ "subId": 2005138, "order": 23, "hidden": true, "test": true, "descHash": 2890038808 },
{ "subId": 2005139, "order": 24, "hidden": true, "test": true, "descHash": 3388308128 },
{ "subId": 2005140, "order": 25, "hidden": true, "test": true, "descHash": 440829864 },
{ "subId": 2005141, "order": 26, "hidden": true, "test": true, "descHash": 1463562752 },
{ "subId": 2005142, "order": 27, "hidden": true, "test": true, "descHash": 315303560 },
{ "subId": 2005143, "order": 28, "hidden": true, "test": true, "descHash": 3666987496 },
{ "subId": 2005144, "order": 29, "hidden": true, "descHash": 1129801424 },
{ "subId": 2005163, "order": 30, "hidden": true, "test": true, "descHash": 3661812168 },
{ "subId": 2005145, "order": 31, "hidden": true, "test": true, "descHash": 3201698176 },
{ "subId": 2005146, "order": 32, "hidden": true, "test": true, "descHash": 3645585768 },
{ "subId": 2005147, "order": 33, "hidden": true, "test": true, "descHash": 571723608 },
{ "subId": 2005148, "order": 34, "hidden": true, "test": true, "descHash": 4196826728 },
{ "subId": 2005164, "order": 35, "hidden": true, "test": true, "descHash": 2073178912 },
{ "subId": 2005165, "order": 36, "hidden": true, "test": true, "descHash": 2181852272 },
{ "subId": 2005149, "order": 37, "descHash": 157993264 },
{ "subId": 2005150, "order": 38, "hidden": true, "test": true, "descHash": 2452922960 },
{ "subId": 2005151, "order": 39, "descHash": 4164363688 },
{ "subId": 2005152, "order": 40, "descHash": 1928353376 },
{ "subId": 2005153, "order": 41, "descHash": 3407957232 },
{ "subId": 2005154, "order": 42, "descHash": 2371946520 },
{ "subId": 2005155, "order": 43, "test": true, "descHash": 1404106168 },
{ "subId": 2005156, "order": 44, "test": true, "descHash": 3285116136 },
{ "subId": 2005157, "order": 45, "test": true, "descHash": 33640184 },
{ "subId": 2005159, "order": 46, "test": true, "descHash": 703557424 },
{ "subId": 2005170, "order": 47, "hidden": true, "test": true, "descHash": 1877888928 },
{ "subId": 2005171, "order": 48, "hidden": true, "test": true, "descHash": 3236460104 },
{ "subId": 2005172, "order": 49, "hidden": true, "test": true, "descHash": 2255717216 },
{ "subId": 2005173, "order": 50, "hidden": true, "test": true, "descHash": 2732996144 },
{ "subId": 2005174, "order": 51, "hidden": true, "test": true, "descHash": 2093204816 },
{ "subId": 2005175, "order": 52, "hidden": true, "test": true, "descHash": 1664339496 },
{ "subId": 2005176, "order": 53, "hidden": true, "test": true, "descHash": 961149568 },
{ "subId": 2005177, "order": 54, "hidden": true, "test": true, "descHash": 3614298160 },
{ "subId": 2005178, "order": 55, "hidden": true, "test": true, "descHash": 82509400 },
{ "subId": 2005179, "order": 56, "hidden": true, "test": true, "descHash": 3472785704 },
{ "subId": 2005180, "order": 57, "hidden": true, "test": true, "descHash": 4044101912 },
{ "subId": 2005181, "order": 58, "hidden": true, "test": true, "descHash": 1592210448 },
{ "subId": 2005182, "order": 59, "hidden": true, "test": true, "descHash": 3911169048 },
{ "subId": 2005183, "order": 60, "hidden": true, "test": true, "descHash": 1905122728 },
{ "subId": 2005184, "order": 61, "hidden": true, "test": true, "descHash": 2315578960 },
{ "subId": 2005185, "order": 62, "hidden": true, "test": true, "descHash": 3599056696 },
{ "subId": 2005186, "order": 63, "hidden": true, "test": true, "descHash": 1396385968 },
{ "subId": 2005187, "order": 64, "hidden": true, "test": true, "descHash": 1146189488 },
{ "subId": 2005188, "order": 65, "hidden": true, "test": true, "descHash": 3786527384 },
{ "subId": 2005189, "order": 66, "hidden": true, "test": true, "descHash": 2135369736 },
{ "subId": 2005158, "order": 67, "descHash": 2482976656 }
]
},
{
"id": 20052,
"titleHash": 1711581063,
"children": [
{ "subId": 2005201, "order": 1, "descHash": 2523650124 },
{ "subId": 2005202, "order": 2, "descHash": 1174326476 },
{ "subId": 2005203, "order": 3, "descHash": 1428935548 },
{ "subId": 2005204, "order": 4, "descHash": 802847796 }
]
},
{
"id": 20053,
"titleHash": 461410305,
"children": [
{ "subId": 2005301, "order": 1, "descHash": 3835463568 },
{ "subId": 2005302, "order": 2, "descHash": 2543714896 },
{ "subId": 2005303, "order": 3, "descHash": 1048083016 }
]
},
{
"id": 20054,
"titleHash": 2823897945,
"children": [
{ "subId": 2005401, "order": 1, "descHash": 435863760 },
{ "subId": 2005417, "order": 1, "hidden": true, "test": true, "descHash": 597757848 },
{ "subId": 2005402, "order": 2, "hidden": true, "test": true, "descHash": 832959064 },
{ "subId": 2005403, "order": 2, "hidden": true, "test": true, "descHash": 231353432 },
{ "subId": 2005404, "order": 2, "hidden": true, "test": true, "descHash": 1237680640 },
{ "subId": 2005405, "order": 2, "hidden": true, "test": true, "descHash": 3013250816 },
{ "subId": 2005406, "order": 2, "hidden": true, "test": true, "descHash": 2423745984 },
{ "subId": 2005407, "order": 3, "descHash": 1468671696 },
{ "subId": 2005408, "order": 4, "descHash": 3466853432 },
{ "subId": 2005409, "order": 5, "descHash": 2559515032 },
{ "subId": 2005410, "order": 6, "descHash": 3930606792 },
{ "subId": 2005411, "order": 7, "descHash": 1790254416 },
{ "subId": 2005412, "order": 8, "descHash": 906514184 },
{ "subId": 2005413, "order": 9, "descHash": 2843589040 },
{ "subId": 2005414, "order": 10, "descHash": 877903160 },
{ "subId": 2005415, "order": 11, "descHash": 1166929600 },
{ "subId": 2005416, "order": 12, "descHash": 3866820936 }
]
},
{
"id": 20058,
"titleHash": 3071820785,
"children": [
{ "subId": 2005801, "order": 1, "descHash": 1659620856 },
{ "subId": 2005813, "order": 2, "hidden": true, "test": true },
{ "subId": 2005802, "order": 3, "descHash": 2945512752 },
{ "subId": 2005808, "order": 4, "hidden": true, "test": true },
{ "subId": 2005809, "order": 5, "hidden": true, "test": true },
{ "subId": 2005803, "order": 6, "descHash": 1432559800 },
{ "subId": 2005804, "order": 7, "descHash": 273548800 },
{ "subId": 2005805, "order": 8, "descHash": 4065475824 },
{ "subId": 2005810, "order": 9, "hidden": true, "test": true },
{ "subId": 2005811, "order": 10, "hidden": true, "test": true },
{ "subId": 2005812, "order": 11, "hidden": true, "test": true }
]
},
{
"id": 20059,
"titleHash": 149198009,
"children": [
{ "subId": 2005901, "order": 1, "descHash": 1662297192 },
{ "subId": 2005902, "order": 2, "descHash": 1298542144 },
{ "subId": 2005903, "order": 3, "hidden": true, "test": true },
{ "subId": 2005920, "order": 4, "descHash": 3385927616 },
{ "subId": 2005904, "order": 5, "hidden": true, "test": true, "descHash": 1860446888 },
{ "subId": 2005905, "order": 6, "hidden": true, "test": true },
{ "subId": 2005906, "order": 7, "hidden": true, "test": true },
{ "subId": 2005907, "order": 8, "hidden": true, "test": true },
{ "subId": 2005908, "order": 9, "hidden": true, "test": true },
{ "subId": 2005930, "order": 10, "hidden": true, "test": true },
{ "subId": 2005950, "order": 11, "hidden": true, "test": true },
{ "subId": 2005970, "order": 12, "hidden": true, "test": true },
{ "subId": 2005990, "order": 13, "hidden": true, "test": true },
{ "subId": 2005910, "order": 14, "hidden": true, "test": true },
{ "subId": 2005999, "order": 15, "hidden": true, "test": true },
{ "subId": 2005909, "order": 16, "descHash": 2579116816 }
]
},
{
"id": 20060,
"titleHash": 1509857153,
"children": [
{ "subId": 2006001, "order": 1, "descHash": 2129756976 },
{ "subId": 2006002, "order": 2, "descHash": 952464824 },
{ "subId": 2006004, "order": 4, "hidden": true, "test": true },
{ "subId": 2006005, "order": 5, "hidden": true, "test": true },
{ "subId": 2006006, "order": 6, "hidden": true, "test": true },
{ "subId": 2006008, "order": 8, "descHash": 2387293360 },
{ "subId": 2006009, "order": 9, "hidden": true, "test": true },
{ "subId": 2006010, "order": 10, "descHash": 1507332112 }
]
},
{
"id": 20061,
"titleHash": 152389089,
"children": [
{ "subId": 2006101, "order": 1, "descHash": 3641697200 },
{ "subId": 2006102, "order": 2, "descHash": 3951170880 },
{ "subId": 2006103, "order": 2, "hidden": true, "test": true },
{ "subId": 2006104, "order": 2, "hidden": true, "test": true },
{ "subId": 2006120, "order": 2, "hidden": true, "test": true },
{ "subId": 2006105, "order": 3, "hidden": true, "test": true },
{ "subId": 2006106, "order": 4, "descHash": 2551904632 },
{ "subId": 2006110, "order": 4, "descHash": 3546068040 },
{ "subId": 2006107, "order": 5, "descHash": 547473536 },
{ "subId": 2006111, "order": 5, "descHash": 2368805416 },
{ "subId": 2006108, "order": 6, "descHash": 2294534456 },
{ "subId": 2006112, "order": 6, "hidden": true, "test": true },
{ "subId": 2006113, "order": 6, "hidden": true, "test": true },
{ "subId": 2006109, "order": 7, "descHash": 4226900976 },
{ "subId": 2006114, "order": 7, "descHash": 1968786456 },
{ "subId": 2006117, "order": 7, "descHash": 1605232624 },
{ "subId": 2006115, "order": 8, "hidden": true, "test": true },
{ "subId": 2006118, "order": 8, "descHash": 1707397192 },
{ "subId": 2006116, "order": 9, "descHash": 3855367536 },
{ "subId": 2006119, "order": 9, "descHash": 2845027176 }
]
},
{
"id": 20062,
"titleHash": 60746233,
"children": [
{ "subId": 2006201, "order": 1, "descHash": 2470194712 },
{ "subId": 2006202, "order": 2, "descHash": 281028984 },
{ "subId": 2006205, "order": 2, "hidden": true, "test": true, "descHash": 1411499416 },
{ "subId": 2006203, "order": 3, "descHash": 403344176 },
{ "subId": 2006204, "order": 4, "descHash": 1600552632 },
{ "subId": 2006206, "order": 5, "descHash": 4290132560 },
{ "subId": 2006207, "order": 6, "descHash": 2282270672 }
]
},
{
"id": 20063,
"titleHash": 2298648409,
"children": [
{ "subId": 2006301, "order": 1, "descHash": 3152977592 },
{ "subId": 2006302, "order": 2, "descHash": 289562288 },
{ "subId": 2006304, "order": 2, "descHash": 1020902560 },
{ "subId": 2006306, "order": 2, "descHash": 3341142888 },
{ "subId": 2006303, "order": 3, "descHash": 2642649008 },
{ "subId": 2006305, "order": 3, "descHash": 2215057464 },
{ "subId": 2006307, "order": 3, "descHash": 2454644672 },
{ "subId": 2006308, "order": 5, "descHash": 839894984 },
{ "subId": 2006309, "order": 5, "descHash": 521776368 },
{ "subId": 2006310, "order": 5, "descHash": 77993304 }
]
},
{
"id": 20064,
"hidden": true,
"titleHash": 2793240633,
"children": [
{ "subId": 2006401, "order": 1, "hidden": true, "test": true, "descHash": 154809736 },
{ "subId": 2006402, "order": 2, "hidden": true, "test": true, "descHash": 3619986808 }
]
},
{
"id": 20065,
"titleHash": 784164297,
"children": [
{ "subId": 2006501, "order": 1, "descHash": 499537248 },
{ "subId": 2006502, "order": 2, "descHash": 1919717896 },
{ "subId": 2006503, "order": 3, "descHash": 3429731776 }
]
},
{
"id": 20066,
"titleHash": 362193633,
"children": [
{ "subId": 2006601, "order": 1, "descHash": 2230648632 },
{ "subId": 2006602, "order": 2, "descHash": 1048460168 },
{ "subId": 2006603, "order": 3, "descHash": 406274056 }
]
},
{
"id": 20067,
"titleHash": 2703550799,
"children": [
{ "subId": 2006701, "order": 1, "descHash": 1714792612 },
{ "subId": 2006702, "order": 2, "descHash": 27871748 },
{ "subId": 2006703, "order": 3, "descHash": 1499694556 },
{ "subId": 2006704, "order": 4, "descHash": 728255188 },
{ "subId": 2006705, "order": 5, "hidden": true },
{ "subId": 2006706, "order": 6, "hidden": true }
]
},
{
"id": 20068,
"titleHash": 1025888911,
"children": [
{ "subId": 2006801, "order": 1, "descHash": 1474815380 },
{ "subId": 2006802, "order": 2, "descHash": 2266839036 },
{ "subId": 2006804, "order": 3, "hidden": true, "descHash": 1854395908 },
{ "subId": 2006803, "order": 4, "descHash": 962273740 }
]
},
{
"id": 20069,
"titleHash": 2593719559,
"children": [
{ "subId": 2006901, "order": 1, "descHash": 1092033524 },
{ "subId": 2006902, "order": 2, "descHash": 3685782356 },
{ "subId": 2006907, "order": 3, "descHash": 2080874116 },
{ "subId": 2006908, "order": 4, "descHash": 1313421404 },
{ "subId": 2006903, "order": 5, "descHash": 3392031812 },
{ "subId": 2006904, "order": 6, "descHash": 2185211428 },
{ "subId": 2006906, "order": 7, "hidden": true, "descHash": 216353900 },
{ "subId": 2006909, "order": 8, "descHash": 3750463180 },
{ "subId": 2006905, "order": 9, "descHash": 3236784868 },
{ "subId": 2006912, "order": 12, "hidden": true, "descHash": 1886976140 }
]
},
{
"id": 20070,
"titleHash": 847811863,
"children": [
{ "subId": 2007015, "order": 1, "descHash": 1873455876 },
{ "subId": 2007008, "order": 2, "descHash": 423072892 },
{ "subId": 2007009, "order": 3, "descHash": 1793789660 },
{ "subId": 2007010, "order": 4, "descHash": 490537372 },
{ "subId": 2007011, "order": 5, "descHash": 1625455116 },
{ "subId": 2007001, "order": 6, "descHash": 4055585460 },
{ "subId": 2007006, "order": 7, "descHash": 648365556 },
{ "subId": 2007003, "order": 8, "descHash": 2713187356 },
{ "subId": 2007012, "order": 9, "hidden": true, "descHash": 4061700684 },
{ "subId": 2007007, "order": 10, "descHash": 25279452 },
{ "subId": 2007004, "order": 11, "descHash": 3487562772 },
{ "subId": 2007014, "order": 12, "descHash": 3501571180 },
{ "subId": 2007013, "order": 13, "hidden": true, "descHash": 2441779988 }
]
},
{
"id": 20071,
"titleHash": 453309631,
"children": [
{ "subId": 2007112, "order": 1, "descHash": 965988676 },
{ "subId": 2007101, "order": 2, "descHash": 3257367692 },
{ "subId": 2007102, "order": 3, "descHash": 1488951268 },
{ "subId": 2007103, "order": 4, "descHash": 1229826588 },
{ "subId": 2007104, "order": 5, "descHash": 1374136092 },
{ "subId": 2007105, "order": 6, "descHash": 3908323492 },
{ "subId": 2007106, "order": 7, "descHash": 1381102636 },
{ "subId": 2007107, "order": 8, "descHash": 293553276 },
{ "subId": 2007111, "order": 9, "descHash": 2634726124 },
{ "subId": 2007108, "order": 10, "hidden": true, "descHash": 323116052 },
{ "subId": 2007109, "order": 11, "descHash": 3457549532 },
{ "subId": 2007110, "order": 12, "hidden": true, "descHash": 2371363204 }
]
},
{
"id": 20072,
"titleHash": 1446901703,
"children": [
{ "subId": 2007213, "order": 1, "descHash": 2454397460 },
{ "subId": 2007201, "order": 2, "descHash": 691076364 },
{ "subId": 2007202, "order": 3, "descHash": 3436102004 },
{ "subId": 2007203, "order": 4, "descHash": 3036347092 },
{ "subId": 2007204, "order": 5, "descHash": 1772804900 },
{ "subId": 2007205, "order": 6, "descHash": 4149855956 },
{ "subId": 2007206, "order": 7, "descHash": 1774958372 },
{ "subId": 2007207, "order": 8, "descHash": 2710465756 },
{ "subId": 2007208, "order": 9, "descHash": 2714462340 },
{ "subId": 2007212, "order": 10, "descHash": 2645600164 },
{ "subId": 2007209, "order": 11, "hidden": true, "descHash": 1690771796 },
{ "subId": 2007210, "order": 12, "descHash": 2223356476 },
{ "subId": 2007211, "order": 13, "hidden": true, "descHash": 570967820 }
]
},
{
"id": 20073,
"titleHash": 3069947143,
"children": [
{ "subId": 2007301, "order": 1, "descHash": 3355943108 },
{ "subId": 2007302, "order": 2, "descHash": 2234877196 },
{ "subId": 2007304, "order": 3, "descHash": 3141056284 },
{ "subId": 2007307, "order": 4, "hidden": true, "descHash": 252392980 },
{ "subId": 2007308, "order": 4, "hidden": true, "descHash": 4147527908 },
{ "subId": 2007309, "order": 5, "hidden": true, "descHash": 115440860 },
{ "subId": 2007303, "order": 6, "descHash": 2702753668 },
{ "subId": 2007305, "order": 8, "hidden": true, "descHash": 865280428 },
{ "subId": 2007306, "order": 9, "descHash": 932381100 }
]
},
{
"id": 20100,
"hidden": true,
"test": true,
"titleHash": 1835163705,
"children": [{ "subId": 2010001, "order": 1, "hidden": true, "test": true, "descHash": 4160018528 }]
},
{
"id": 20101,
"titleHash": 171821929,
"children": [
{ "subId": 2010100, "order": 1, "hidden": true, "test": true, "descHash": 2002540799 },
{ "subId": 2010101, "order": 1, "descHash": 3494890943 },
{ "subId": 2010102, "order": 2, "descHash": 799016831 },
{ "subId": 2010103, "order": 3, "descHash": 783788687 },
{ "subId": 2010144, "order": 4, "hidden": true, "test": true, "descHash": 1457131679 },
{ "subId": 2010104, "order": 5, "hidden": true, "test": true, "descHash": 1086641159 },
{ "subId": 2010105, "order": 6, "hidden": true, "test": true, "descHash": 802600271 },
{ "subId": 2010106, "order": 7, "hidden": true, "test": true, "descHash": 3290468831 },
{ "subId": 2010107, "order": 8, "hidden": true, "test": true, "descHash": 4272301911 },
{ "subId": 2010108, "order": 9, "hidden": true, "test": true, "descHash": 311899023 },
{ "subId": 2010109, "order": 10, "hidden": true, "test": true, "descHash": 4272457047 },
{ "subId": 2010110, "order": 11, "hidden": true, "test": true, "descHash": 3839863311 },
{ "subId": 2010111, "order": 12, "hidden": true, "test": true, "descHash": 511553143 },
{ "subId": 2010112, "order": 13, "hidden": true, "test": true, "descHash": 228406063 },
{ "subId": 2010113, "order": 14, "hidden": true, "test": true, "descHash": 1157851343 },
{ "subId": 2010145, "order": 15, "hidden": true, "test": true, "descHash": 1655871263 },
{ "subId": 2010146, "order": 16, "hidden": true, "test": true, "descHash": 2632644623 },
{ "subId": 2010153, "order": 17, "hidden": true, "test": true, "descHash": 488130759 },
{ "subId": 2010154, "order": 18, "hidden": true, "test": true, "descHash": 3819267335 },
{ "subId": 2010155, "order": 19, "hidden": true, "test": true, "descHash": 3217864991 },
{ "subId": 2010156, "order": 20, "hidden": true, "test": true, "descHash": 3360368663 },
{ "subId": 2010157, "order": 21, "hidden": true, "test": true, "descHash": 524562567 },
{ "subId": 2010114, "order": 22, "hidden": true, "test": true, "descHash": 240447967 },
{ "subId": 2010115, "order": 23, "hidden": true, "test": true, "descHash": 2127179383 },
{ "subId": 2010116, "order": 24, "hidden": true, "test": true, "descHash": 3845364423 },
{ "subId": 2010117, "order": 25, "hidden": true, "test": true, "descHash": 1807208623 },
{ "subId": 2010118, "order": 26, "hidden": true, "test": true, "descHash": 4209649351 },
{ "subId": 2010119, "order": 27, "hidden": true, "test": true, "descHash": 4152519823 },
{ "subId": 2010120, "order": 28, "hidden": true, "test": true, "descHash": 2597786103 },
{ "subId": 2010121, "order": 29, "hidden": true, "test": true, "descHash": 2218058327 },
{ "subId": 2010122, "order": 30, "hidden": true, "test": true, "descHash": 3656442599 },
{ "subId": 2010123, "order": 31, "hidden": true, "test": true, "descHash": 120475783 },
{ "subId": 2010147, "order": 32, "hidden": true, "test": true, "descHash": 2780266575 },
{ "subId": 2010148, "order": 33, "hidden": true, "test": true, "descHash": 16081903 },
{ "subId": 2010158, "order": 34, "hidden": true, "test": true, "descHash": 1883017423 },
{ "subId": 2010159, "order": 35, "hidden": true, "test": true, "descHash": 4032026567 },
{ "subId": 2010160, "order": 36, "hidden": true, "test": true, "descHash": 3741624687 },
{ "subId": 2010124, "order": 37, "hidden": true, "test": true, "descHash": 4020823183 },
{ "subId": 2010125, "order": 38, "hidden": true, "test": true, "descHash": 2931256415 },
{ "subId": 2010126, "order": 39, "hidden": true, "test": true, "descHash": 431081703 },
{ "subId": 2010127, "order": 40, "hidden": true, "test": true, "descHash": 1217344239 },
{ "subId": 2010128, "order": 41, "hidden": true, "test": true, "descHash": 2383808455 },
{ "subId": 2010129, "order": 42, "hidden": true, "test": true, "descHash": 3094876975 },
{ "subId": 2010130, "order": 43, "hidden": true, "test": true, "descHash": 3308366239 },
{ "subId": 2010131, "order": 44, "hidden": true, "test": true, "descHash": 2803063871 },
{ "subId": 2010132, "order": 45, "hidden": true, "test": true, "descHash": 1744726895 },
{ "subId": 2010133, "order": 46, "hidden": true, "test": true, "descHash": 2194508207 },
{ "subId": 2010149, "order": 47, "hidden": true, "test": true, "descHash": 4219375535 },
{ "subId": 2010150, "order": 48, "hidden": true, "test": true, "descHash": 3146037007 },
{ "subId": 2010134, "order": 49, "hidden": true, "test": true, "descHash": 2418947439 },
{ "subId": 2010135, "order": 50, "hidden": true, "test": true, "descHash": 1603772327 },
{ "subId": 2010136, "order": 51, "hidden": true, "test": true, "descHash": 1711353151 },
{ "subId": 2010137, "order": 52, "hidden": true, "test": true, "descHash": 3682705823 },
{ "subId": 2010138, "order": 53, "hidden": true, "test": true, "descHash": 4279696287 },
{ "subId": 2010139, "order": 54, "hidden": true, "test": true, "descHash": 841235831 },
{ "subId": 2010140, "order": 55, "hidden": true, "test": true, "descHash": 2586910287 },
{ "subId": 2010141, "order": 56, "descHash": 3188672111 },
{ "subId": 2010142, "order": 57, "descHash": 3316461639 },
{ "subId": 2010143, "order": 58, "descHash": 3140800703 },
{ "subId": 2010152, "order": 59, "descHash": 4165330335 },
{ "subId": 2010151, "order": 60, "descHash": 1806749615 }
]
},
{
"id": 20102,
"titleHash": 2172505393,
"children": [
{ "subId": 2010201, "order": 1, "descHash": 4253722794 },
{ "subId": 2010202, "order": 2, "descHash": 762440842 },
{ "subId": 2010203, "order": 3, "descHash": 2294848314 },
{ "subId": 2010204, "order": 4, "descHash": 1762002058 },
{ "subId": 2010205, "order": 5, "descHash": 4169314322 },
{ "subId": 2010206, "order": 6, "descHash": 2040087970 }
]
},
{
"id": 20103,
"titleHash": 4193410953,
"children": [
{ "subId": 2010301, "order": 1, "descHash": 3805809746 },
{ "subId": 2010302, "order": 2, "descHash": 2447155362 },
{ "subId": 2010303, "order": 3, "descHash": 2007693290 },
{ "subId": 2010304, "order": 4, "hidden": true, "descHash": 1856941658 },
{ "subId": 2010305, "order": 5, "hidden": true, "descHash": 499154626 },
{ "subId": 2010306, "order": 6, "hidden": true, "descHash": 3420315666 },
{ "subId": 2010307, "order": 7, "hidden": true, "descHash": 1054049898 },
{ "subId": 2010308, "order": 8, "hidden": true, "descHash": 2378680066 },
{ "subId": 2010309, "order": 9, "hidden": true, "descHash": 3470154394 },
{ "subId": 2010310, "order": 10, "hidden": true, "descHash": 2888066650 },
{ "subId": 2010311, "order": 11, "hidden": true, "descHash": 1533665858 },
{ "subId": 2010312, "order": 12, "hidden": true, "descHash": 1601014906 },
{ "subId": 2010313, "order": 13, "descHash": 3041932186 },
{ "subId": 2010314, "order": 14, "descHash": 623203650 },
{ "subId": 2010315, "order": 14, "descHash": 3291728986 }
]
},
{
"id": 20104,
"titleHash": 1518501975,
"children": [
{ "subId": 2010401, "order": 1, "descHash": 3332217804 },
{ "subId": 2010402, "order": 2, "descHash": 3573524292 },
{ "subId": 2010403, "order": 3, "hidden": true, "test": true, "descHash": 1498063756 },
{ "subId": 2010404, "order": 4, "descHash": 3213579636 },
{ "subId": 2010405, "order": 5, "descHash": 2312736620 }
]
},
{
"id": 20500,
"hidden": true,
"test": true,
"titleHash": 3762786113,
"children": [
{ "subId": 2050001, "order": 1, "hidden": true, "test": true },
{ "subId": 2050002, "order": 2, "hidden": true, "test": true },
{ "subId": 2050003, "order": 3, "hidden": true, "test": true }
]
},
{
"id": 20503,
"titleHash": 844907593,
"children": [
{ "subId": 2050301, "order": 1, "hidden": true, "test": true, "descHash": 3763593464 },
{ "subId": 2050302, "order": 2, "descHash": 3674986072 },
{ "subId": 2050303, "order": 3, "hidden": true, "test": true, "descHash": 2343420440 },
{ "subId": 2050304, "order": 4, "descHash": 596745880 },
{ "subId": 2050305, "order": 5, "descHash": 3401457680 },
{ "subId": 2050306, "order": 6, "hidden": true, "test": true, "descHash": 1561130192 }
]
},
{
"id": 20504,
"titleHash": 2871858105,
"children": [
{ "subId": 2050401, "order": 1, "descHash": 1937391768 },
{ "subId": 2050402, "order": 2, "hidden": true, "test": true, "descHash": 16094400 },
{ "subId": 2050403, "order": 3, "hidden": true, "test": true, "descHash": 4171602704 }
]
},
{
"id": 20505,
"titleHash": 26918801,
"children": [
{ "subId": 2050501, "order": 1, "descHash": 1998843192 },
{ "subId": 2050502, "order": 2, "hidden": true, "test": true, "descHash": 1362952376 }
]
},
{
"id": 20506,
"titleHash": 829289369,
"children": [
{ "subId": 2050601, "order": 1, "descHash": 487387536 },
{ "subId": 2050602, "order": 2, "hidden": true, "test": true, "descHash": 1238203600 }
]
},
{
"id": 20507,
"hidden": true,
"test": true,
"titleHash": 1312342369,
"children": [
{ "subId": 2050701, "order": 1, "hidden": true, "test": true },
{ "subId": 2050702, "order": 2, "hidden": true, "test": true }
]
},
{
"id": 20508,
"hidden": true,
"test": true,
"titleHash": 2324398457,
"children": [
{ "subId": 2050801, "order": 1, "hidden": true, "test": true, "descHash": 2018311184 },
{ "subId": 2050802, "order": 2, "hidden": true, "test": true, "descHash": 1164787376 },
{ "subId": 2050803, "order": 3, "hidden": true, "test": true, "descHash": 1772327720 },
{ "subId": 2050804, "order": 4, "hidden": true, "test": true, "descHash": 1205552640 },
{ "subId": 2050805, "order": 5, "hidden": true, "test": true, "descHash": 291953056 },
{ "subId": 2050806, "order": 6, "hidden": true, "test": true, "descHash": 3656202736 },
{ "subId": 2050807, "order": 7, "hidden": true, "test": true, "descHash": 2544105144 },
{ "subId": 2050808, "order": 8, "hidden": true, "test": true, "descHash": 1492429736 }
]
},
{
"id": 20509,
"hidden": true,
"test": true,
"titleHash": 277842289,
"children": [
{ "subId": 2050901, "order": 1, "hidden": true, "test": true },
{ "subId": 2050902, "order": 2, "hidden": true, "test": true }
]
},
{
"id": 20511,
"titleHash": 3944441583,
"children": [
{ "subId": 2051101, "order": 1, "descHash": 4272608564 },
{ "subId": 2051102, "order": 2, "descHash": 2709492044 },
{ "subId": 2051103, "order": 3, "descHash": 3162629884 },
{ "subId": 2051104, "order": 4, "descHash": 1898602204 }
]
},
{
"id": 20512,
"titleHash": 453365279,
"children": [
{ "subId": 2051201, "order": 1, "descHash": 2740946892 },
{ "subId": 2051202, "order": 2, "descHash": 3577720836 },
{ "subId": 2051203, "order": 3, "descHash": 1732344268 }
]
},
{
"id": 20513,
"titleHash": 2983713919,
"children": [
{ "subId": 2051301, "order": 1, "descHash": 1750742324 },
{ "subId": 2051302, "order": 2, "descHash": 210751628 },
{ "subId": 2051303, "order": 3, "descHash": 1682680972 }
]
},
{
"id": 20514,
"titleHash": 2409890615,
"children": [
{ "subId": 2051401, "order": 1, "descHash": 2660866644 },
{ "subId": 2051402, "order": 2, "descHash": 36080348 },
{ "subId": 2051403, "order": 3, "descHash": 1106750292 },
{ "subId": 2051404, "order": 4, "hidden": true, "descHash": 1633214772 },
{ "subId": 2051405, "order": 5, "descHash": 3072203636 },
{ "subId": 2051406, "order": 6, "descHash": 3059221676 }
]
},
{
"id": 20515,
"titleHash": 512777431,
"children": [
{ "subId": 2051501, "order": 1, "descHash": 2952604916 },
{ "subId": 2051502, "order": 2, "descHash": 701630532 },
{ "subId": 2051503, "order": 3, "descHash": 162535908 },
{ "subId": 2051504, "order": 4, "hidden": true, "descHash": 2924457812 },
{ "subId": 2051505, "order": 5, "descHash": 663918060 },
{ "subId": 2051506, "order": 6, "descHash": 3844348580 }
]
},
{
"id": 20516,
"titleHash": 3183514431,
"children": [
{ "subId": 2051601, "order": 1, "descHash": 2257921540 },
{ "subId": 2051602, "order": 2, "descHash": 3958855332 },
{ "subId": 2051603, "order": 3, "descHash": 2410139492 },
{ "subId": 2051604, "order": 4, "hidden": true, "descHash": 2162678700 },
{ "subId": 2051605, "order": 5, "descHash": 260944220 },
{ "subId": 2051606, "order": 6, "descHash": 3815028028 }
]
},
{
"id": 20517,
"titleHash": 2565392439,
"children": [
{ "subId": 2051701, "order": 1, "descHash": 2844533356 },
{ "subId": 2051702, "order": 2, "descHash": 2512999452 },
{ "subId": 2051703, "order": 3, "hidden": true, "descHash": 1238350148 },
{ "subId": 2051704, "order": 4, "descHash": 1946556644 },
{ "subId": 2051705, "order": 5, "descHash": 4010090764 },
{ "subId": 2051706, "order": 6, "descHash": 3412348324 },
{ "subId": 2051743, "order": 7, "hidden": true, "descHash": 4255658108 },
{ "subId": 2051707, "order": 8, "hidden": true, "descHash": 1735944804 },
{ "subId": 2051708, "order": 9, "hidden": true, "descHash": 3296756972 },
{ "subId": 2051709, "order": 10, "hidden": true, "descHash": 3137554012 },
{ "subId": 2051710, "order": 11, "hidden": true, "descHash": 2036116396 },
{ "subId": 2051711, "order": 12, "descHash": 1745989908 },
{ "subId": 2051712, "order": 13, "descHash": 1487661020 },
{ "subId": 2051739, "order": 14, "descHash": 3669469532 },
{ "subId": 2051713, "order": 15, "descHash": 342508596 },
{ "subId": 2051714, "order": 16, "descHash": 680989324 },
{ "subId": 2051715, "order": 17, "descHash": 591918108 },
{ "subId": 2051716, "order": 18, "descHash": 3251868676 },
{ "subId": 2051717, "order": 19, "descHash": 4155801108 },
{ "subId": 2051718, "order": 20, "descHash": 2314726948 },
{ "subId": 2051719, "order": 21, "descHash": 1337506516 },
{ "subId": 2051720, "order": 22, "descHash": 4138778380 },
{ "subId": 2051721, "order": 23, "descHash": 885066516 },
{ "subId": 2051722, "order": 24, "descHash": 3923022500 },
{ "subId": 2051723, "order": 25, "descHash": 3333653188 },
{ "subId": 2051730, "order": 26, "hidden": true, "descHash": 1145658628 },
{ "subId": 2051731, "order": 27, "descHash": 1700820636 },
{ "subId": 2051732, "order": 28, "descHash": 2671125356 },
{ "subId": 2051740, "order": 29, "descHash": 3274540 },
{ "subId": 2051733, "order": 30, "descHash": 3204595724 },
{ "subId": 2051741, "order": 31, "descHash": 1747255052 },
{ "subId": 2051734, "order": 32, "descHash": 4140327940 },
{ "subId": 2051735, "order": 33, "descHash": 1916226012 },
{ "subId": 2051736, "order": 34, "descHash": 1974828596 },
{ "subId": 2051737, "order": 35, "descHash": 403160004 },
{ "subId": 2051742, "order": 36, "descHash": 3842827908 },
{ "subId": 2051738, "order": 37, "descHash": 2829589948 }
]
},
{
"id": 20518,
"titleHash": 2705631471,
"children": [
{ "subId": 2051801, "order": 1, "descHash": 1115352620 },
{ "subId": 2051802, "order": 2, "descHash": 3763963668 },
{ "subId": 2051803, "order": 3, "descHash": 3419267948 },
{ "subId": 2051804, "order": 4, "descHash": 2387515764 },
{ "subId": 2051805, "order": 5, "hidden": true, "descHash": 4059512788 },
{ "subId": 2051806, "order": 6, "descHash": 1534429140 }
]
},
{
"id": 20519,
"titleHash": 3045474327,
"children": [
{ "subId": 2051901, "order": 1, "descHash": 994353812 },
{ "subId": 2051902, "order": 2, "descHash": 692196788 },
{ "subId": 2051903, "order": 3, "descHash": 1997221940 },
{ "subId": 2051904, "order": 4, "descHash": 2435497276 }
]
},
{
"id": 20520,
"titleHash": 1689369423,
"children": [
{ "subId": 2052001, "order": 1, "descHash": 2575613796 },
{ "subId": 2052002, "order": 2, "hidden": true },
{ "subId": 2052003, "order": 3, "hidden": true },
{ "subId": 2052004, "order": 4, "descHash": 2076334404 },
{ "subId": 2052005, "order": 5, "descHash": 2417373124 },
{ "subId": 2052006, "order": 6, "descHash": 23194676 },
{ "subId": 2052007, "order": 7, "descHash": 3770990420 },
{ "subId": 2052009, "order": 9, "descHash": 622394572 },
{ "subId": 2052010, "order": 10, "descHash": 2051691436 },
{ "subId": 2052011, "order": 11, "hidden": true, "test": true, "descHash": 3780077196 },
{ "subId": 2052008, "order": 12, "hidden": true, "descHash": 752931188 }
]
},
{
"id": 20521,
"titleHash": 4093153143,
"children": [
{ "subId": 2052101, "order": 1, "descHash": 392003172 },
{ "subId": 2052102, "order": 2, "descHash": 1098807476 },
{ "subId": 2052103, "order": 3, "descHash": 133146836 }
]
},
{
"id": 20600,
"titleHash": 2066791527,
"children": [
{ "subId": 2060001, "order": 1, "descHash": 2383813148 },
{ "subId": 2060002, "order": 2, "hidden": true, "descHash": 893666884 },
{ "subId": 2060003, "order": 3, "hidden": true, "descHash": 3554596732 },
{ "subId": 2060004, "order": 4, "hidden": true, "descHash": 3662141260 },
{ "subId": 2060005, "order": 5, "descHash": 1237726036 },
{ "subId": 2060006, "order": 6, "descHash": 1297698596 },
{ "subId": 2060007, "order": 7, "descHash": 3658944308 },
{ "subId": 2060008, "order": 8, "descHash": 2387911588 },
{ "subId": 2060009, "order": 9, "descHash": 3872077916 },
{ "subId": 2060010, "order": 10, "descHash": 2784705540 }
]
},
{
"id": 20601,
"titleHash": 1117430783,
"children": [
{ "subId": 2060101, "order": 1, "descHash": 3858725644 },
{ "subId": 2060102, "order": 2, "descHash": 4106619612 },
{ "subId": 2060103, "order": 3, "descHash": 3460045636 },
{ "subId": 2060104, "order": 4, "descHash": 785324292 },
{ "subId": 2060105, "order": 5, "descHash": 1317918148 },
{ "subId": 2060106, "order": 6, "descHash": 2782506492 },
{ "subId": 2060107, "order": 7, "descHash": 1086454612 },
{ "subId": 2060108, "order": 8, "hidden": true, "descHash": 96121988 },
{ "subId": 2060109, "order": 9, "descHash": 1928409348 }
]
},
{
"id": 20602,
"titleHash": 3349610399,
"children": [
{ "subId": 2060201, "order": 1, "descHash": 3438398612 },
{ "subId": 2060202, "order": 2, "descHash": 260444244 },
{ "subId": 2060203, "order": 3, "descHash": 3692941092 },
{ "subId": 2060204, "order": 4, "descHash": 2688790364 },
{ "subId": 2060205, "order": 5, "hidden": true, "test": true, "descHash": 1233513532 },
{ "subId": 2060206, "order": 6, "hidden": true, "test": true, "descHash": 1469308340 },
{ "subId": 2060207, "order": 7, "hidden": true, "test": true, "descHash": 1397849156 },
{ "subId": 2060208, "order": 8, "hidden": true, "test": true, "descHash": 636862932 },
{ "subId": 2060209, "order": 9, "hidden": true, "test": true, "descHash": 2196302012 },
{ "subId": 2060210, "order": 10, "descHash": 3526326308 },
{ "subId": 2060211, "order": 11, "descHash": 3747891988 },
{ "subId": 2060212, "order": 12, "descHash": 3722828916 },
{ "subId": 2060213, "order": 13, "descHash": 852158524 }
]
},
{
"id": 20603,
"titleHash": 2682949623,
"children": [
{ "subId": 2060301, "order": 1, "descHash": 2464192916 },
{ "subId": 2060302, "order": 2, "descHash": 241343628 },
{ "subId": 2060303, "order": 3, "descHash": 3959356204 },
{ "subId": 2060304, "order": 4, "descHash": 1095424876 },
{ "subId": 2060305, "order": 5, "hidden": true, "test": true, "descHash": 1606872492 },
{ "subId": 2060306, "order": 6, "hidden": true, "test": true, "descHash": 1119241236 },
{ "subId": 2060307, "order": 7, "hidden": true, "test": true, "descHash": 3055401868 },
{ "subId": 2060308, "order": 8, "hidden": true, "test": true, "descHash": 3280588892 },
{ "subId": 2060309, "order": 9, "hidden": true, "test": true, "descHash": 3533712348 },
{ "subId": 2060310, "order": 10, "descHash": 3878423724 },
{ "subId": 2060311, "order": 11, "descHash": 1482414084 },
{ "subId": 2060312, "order": 12, "descHash": 2691903196 },
{ "subId": 2060313, "order": 13, "descHash": 2938713100 }
]
},
{
"id": 20700,
"titleHash": 1001484383,
"children": [
{ "subId": 2070001, "order": 1, "descHash": 948809332 },
{ "subId": 2070002, "order": 2, "descHash": 3599481620 },
{ "subId": 2070005, "order": 3, "hidden": true, "descHash": 281657836 },
{ "subId": 2070004, "order": 4, "hidden": true, "descHash": 1395698412 },
{ "subId": 2070006, "order": 5, "hidden": true, "descHash": 1163706292 },
{ "subId": 2070007, "order": 6, "descHash": 2466371908 },
{ "subId": 2070008, "order": 7, "descHash": 3725271884 },
{ "subId": 2070009, "order": 8, "hidden": true, "descHash": 1589674204 },
{ "subId": 2070010, "order": 9, "hidden": true, "descHash": 102780764 },
{ "subId": 2070011, "order": 10, "hidden": true, "descHash": 328713572 },
{ "subId": 2070012, "order": 11, "hidden": true, "descHash": 1455754932 },
{ "subId": 2070013, "order": 12, "hidden": true, "descHash": 4218613468 },
{ "subId": 2070014, "order": 13, "hidden": true, "descHash": 532817036 },
{ "subId": 2070015, "order": 14, "hidden": true, "descHash": 1708844676 },
{ "subId": 2070016, "order": 15, "hidden": true, "descHash": 1827060340 },
{ "subId": 2070017, "order": 16, "descHash": 3521415988 },
{ "subId": 2070018, "order": 17, "descHash": 177828468 },
{ "subId": 2070019, "order": 18, "descHash": 2619130676 },
{ "subId": 2070020, "order": 19, "hidden": true, "descHash": 29011580 },
{ "subId": 2070021, "order": 20, "hidden": true, "descHash": 1829929564 },
{ "subId": 2070022, "order": 21, "hidden": true, "descHash": 360155788 },
{ "subId": 2070023, "order": 22, "hidden": true, "descHash": 1744174724 },
{ "subId": 2070024, "order": 23, "hidden": true, "descHash": 3240996652 },
{ "subId": 2070025, "order": 24, "hidden": true, "descHash": 1022534348 },
{ "subId": 2070026, "order": 25, "hidden": true, "descHash": 3530276036 },
{ "subId": 2070027, "order": 26, "hidden": true, "descHash": 4283002348 }
]
},
{
"id": 20701,
"titleHash": 2265211967,
"children": [
{ "subId": 2070101, "order": 1, "descHash": 1126263260 },
{ "subId": 2070102, "order": 2, "descHash": 1596650540 },
{ "subId": 2070103, "order": 3, "descHash": 2894385708 },
{ "subId": 2070104, "order": 4, "hidden": true },
{ "subId": 2070105, "order": 5, "hidden": true },
{ "subId": 2070106, "order": 6, "hidden": true },
{ "subId": 2070107, "order": 7, "descHash": 3423209684 }
]
},
{
"id": 20702,
"titleHash": 3580628351,
"children": [
{ "subId": 2070201, "order": 1, "descHash": 3578118052 },
{ "subId": 2070202, "order": 2, "descHash": 1648170644 },
{ "subId": 2070203, "order": 3, "hidden": true },
{ "subId": 2070204, "order": 4, "hidden": true },
{ "subId": 2070205, "order": 5, "hidden": true },
{ "subId": 2070206, "order": 6, "hidden": true },
{ "subId": 2070207, "order": 7, "hidden": true },
{ "subId": 2070208, "order": 8, "hidden": true },
{ "subId": 2070209, "order": 9, "hidden": true },
{ "subId": 2070210, "order": 10, "hidden": true },
{ "subId": 2070211, "order": 11, "hidden": true },
{ "subId": 2070212, "order": 12, "hidden": true },
{ "subId": 2070213, "order": 13, "hidden": true },
{ "subId": 2070214, "order": 14, "hidden": true }
]
},
{
"id": 20703,
"titleHash": 982372775,
"children": [
{ "subId": 2070301, "order": 1, "descHash": 547562836 },
{ "subId": 2070304, "order": 2, "descHash": 232246132 },
{ "subId": 2070305, "order": 3, "descHash": 3824091724 },
{ "subId": 2070302, "order": 4, "descHash": 1057020508 },
{ "subId": 2070306, "order": 5, "hidden": true, "descHash": 3939014020 },
{ "subId": 2070307, "order": 6, "hidden": true, "descHash": 3756975300 },
{ "subId": 2070303, "order": 7, "descHash": 2262532540 }
]
},
{
"id": 20704,
"unreleased": true,
"titleHash": 1039743567,
"children": [
{ "subId": 2070401, "order": 1, "unreleased": true, "descHash": 103130756 },
{ "subId": 2070402, "order": 2, "unreleased": true, "descHash": 2682138892 },
{ "subId": 2070403, "order": 3, "unreleased": true, "descHash": 1001061420 },
{ "subId": 2070404, "order": 4, "unreleased": true, "descHash": 2346247972 },
{ "subId": 2070405, "order": 5, "unreleased": true, "descHash": 224458260 },
{ "subId": 2070406, "order": 6, "hidden": true, "unreleased": true, "descHash": 3048862172 },
{ "subId": 2070407, "order": 7, "hidden": true, "unreleased": true, "descHash": 1791032892 },
{ "subId": 2070408, "order": 8, "unreleased": true, "descHash": 72831852 }
]
},
{
"id": 20740,
"titleHash": 3224432775,
"children": [
{ "subId": 2074001, "order": 1, "descHash": 1550654324 },
{ "subId": 2074002, "order": 2, "descHash": 4166676708 },
{ "subId": 2074003, "order": 3, "descHash": 3820560868 },
{ "subId": 2074004, "order": 4, "descHash": 214577588 },
{ "subId": 2074011, "order": 5, "descHash": 2120276908 },
{ "subId": 2074005, "order": 6, "descHash": 836216852 },
{ "subId": 2074009, "order": 7, "descHash": 2470903012 },
{ "subId": 2074010, "order": 8, "descHash": 2873170108 },
{ "subId": 2074012, "order": 9, "descHash": 976359796 },
{ "subId": 2074006, "order": 11, "hidden": true, "descHash": 803781332 },
{ "subId": 2074007, "order": 12, "hidden": true, "descHash": 2208532652 },
{ "subId": 2074008, "order": 13, "hidden": true, "descHash": 1508287036 },
{ "subId": 2074013, "order": 14, "hidden": true, "descHash": 864320012 }
]
},
{
"id": 20741,
"titleHash": 2020782983,
"children": [
{ "subId": 2074101, "order": 1, "descHash": 1739387756 },
{ "subId": 2074102, "order": 2, "descHash": 1261871556 },
{ "subId": 2074103, "order": 3, "descHash": 1706010324 },
{ "subId": 2074104, "order": 4, "descHash": 1293985596 },
{ "subId": 2074105, "order": 5, "descHash": 3395825620 }
]
},
{
"id": 20742,
"hidden": true,
"unreleased": true,
"titleHash": 104174959,
"children": [
{ "subId": 2074201, "order": 1, "hidden": true, "unreleased": true, "descHash": 3516594900 },
{ "subId": 2074202, "order": 2, "unreleased": true, "descHash": 1765840468 },
{ "subId": 2074206, "order": 2, "unreleased": true, "descHash": 2314190156 },
{ "subId": 2074203, "order": 3, "unreleased": true, "descHash": 1081021308 },
{ "subId": 2074204, "order": 4, "unreleased": true, "descHash": 695989828 },
{ "subId": 2074205, "order": 5, "hidden": true, "unreleased": true, "descHash": 592524724 },
{ "subId": 2074207, "order": 7, "hidden": true, "unreleased": true, "descHash": 4250207892 },
{ "subId": 2074208, "order": 8, "hidden": true, "unreleased": true, "descHash": 3590711388 }
]
},
{
"id": 20743,
"titleHash": 3859693951,
"children": [
{ "subId": 2074301, "order": 1, "descHash": 2362853516 },
{ "subId": 2074302, "order": 2, "descHash": 1097159812 },
{ "subId": 2074303, "order": 3, "descHash": 3948778580 },
{ "subId": 2074304, "order": 4, "descHash": 2348327996 },
{ "subId": 2074305, "order": 5, "hidden": true, "descHash": 2220256316 },
{ "subId": 2074308, "order": 6, "hidden": true, "descHash": 3006227676 },
{ "subId": 2074306, "order": 7, "descHash": 1666123684 },
{ "subId": 2074307, "order": 8, "hidden": true, "descHash": 2150058660 }
]
},
{
"id": 20744,
"hidden": true,
"titleHash": 2372810887,
"children": [{ "subId": 2074401, "order": 1, "hidden": true }]
},
{
"id": 21000,
"titleHash": 4738863,
"children": [
{ "subId": 2100001, "order": 1, "descHash": 350674396 },
{ "subId": 2100002, "order": 2, "descHash": 4163618876 },
{ "subId": 2100003, "order": 3, "descHash": 3043460380 },
{ "subId": 2100004, "order": 4, "descHash": 797183820 },
{ "subId": 2100005, "order": 5, "descHash": 2496019756 },
{ "subId": 2100006, "order": 6, "descHash": 428714484 },
{ "subId": 2100018, "order": 7, "descHash": 1330975996 },
{ "subId": 2100007, "order": 8, "descHash": 1022654740 },
{ "subId": 2100010, "order": 9, "descHash": 4191622148 },
{ "subId": 2100017, "order": 10, "descHash": 4234138364 },
{ "subId": 2100011, "order": 11, "descHash": 1239511276 },
{ "subId": 2100012, "order": 12, "descHash": 924708028 },
{ "subId": 2100013, "order": 13, "descHash": 4030555132 },
{ "subId": 2100016, "order": 14, "hidden": true },
{ "subId": 2100014, "order": 15, "descHash": 589388732 },
{ "subId": 2100015, "order": 16, "descHash": 1052303876 }
]
},
{
"id": 21001,
"hidden": true,
"titleHash": 3339410881,
"children": [
{ "subId": 2100101, "order": 1, "hidden": true, "descHash": 3526095842 },
{ "subId": 2100102, "order": 2, "hidden": true, "descHash": 1592438874 },
{ "subId": 2100103, "order": 3, "hidden": true, "descHash": 3981137626 },
{ "subId": 2100104, "order": 4, "descHash": 2131035050 },
{ "subId": 2100110, "order": 10, "hidden": true, "descHash": 1240773698 },
{ "subId": 2100111, "order": 11, "hidden": true, "descHash": 933901378 },
{ "subId": 2100112, "order": 12, "hidden": true, "descHash": 1670451570 },
{ "subId": 2100105, "order": 15, "descHash": 912382106 },
{ "subId": 2100113, "order": 16, "hidden": true, "descHash": 3306005234 },
{ "subId": 2100106, "order": 20, "hidden": true, "descHash": 2935436210 }
]
},
{
"id": 21002,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 3775898785,
"children": [
{ "subId": 2100201, "order": 1, "hidden": true, "unreleased": true, "descHash": 3021790362 },
{ "subId": 2100202, "order": 2, "test": true, "unreleased": true, "descHash": 2771945570 },
{ "subId": 2100206, "order": 3, "test": true, "unreleased": true, "descHash": 1600573754 },
{ "subId": 2100207, "order": 4, "test": true, "unreleased": true, "descHash": 3342521450 },
{ "subId": 2100208, "order": 5, "test": true, "unreleased": true, "descHash": 1207671098 },
{ "subId": 2100209, "order": 6, "test": true, "unreleased": true, "descHash": 869205218 },
{ "subId": 2100210, "order": 7, "test": true, "unreleased": true, "descHash": 1922690282 },
{ "subId": 2100203, "order": 8, "hidden": true, "test": true, "unreleased": true, "descHash": 356139122 },
{ "subId": 2100204, "order": 9, "test": true, "unreleased": true, "descHash": 2500836618 },
{ "subId": 2100205, "order": 10, "test": true, "unreleased": true, "descHash": 664520050 }
]
},
{
"id": 21003,
"titleHash": 763782097,
"children": [
{ "subId": 2100301, "order": 1, "hidden": true, "descHash": 3535139914 },
{ "subId": 2100302, "order": 2, "hidden": true, "descHash": 1666799290 },
{ "subId": 2100311, "order": 3, "descHash": 1307790050 },
{ "subId": 2100320, "order": 4, "descHash": 1191693874 },
{ "subId": 2100321, "order": 5, "hidden": true, "descHash": 1393988562 },
{ "subId": 2100330, "order": 6, "hidden": true, "descHash": 1756926458 },
{ "subId": 2100331, "order": 7, "hidden": true, "descHash": 1816721082 },
{ "subId": 2100399, "order": 8, "descHash": 1774129538 }
]
},
{
"id": 21004,
"titleHash": 2148453177,
"children": [
{ "subId": 2100401, "order": 1, "descHash": 2009613322 },
{ "subId": 2100402, "order": 2, "hidden": true, "descHash": 37780434 },
{ "subId": 2100480, "order": 3, "hidden": true, "descHash": 263493218 },
{ "subId": 2100481, "order": 4, "hidden": true, "descHash": 2171351674 },
{ "subId": 2100403, "order": 5, "hidden": true, "descHash": 3847950834 },
{ "subId": 2100410, "order": 10, "descHash": 1707051570 },
{ "subId": 2100411, "order": 11, "descHash": 291765090 },
{ "subId": 2100412, "order": 12, "descHash": 1814132866 },
{ "subId": 2100413, "order": 13, "descHash": 1725616258 },
{ "subId": 2100414, "order": 14, "hidden": true, "descHash": 688256730 },
{ "subId": 2100420, "order": 20, "descHash": 4118385106 },
{ "subId": 2100421, "order": 21, "hidden": true, "descHash": 317586322 },
{ "subId": 2100422, "order": 22, "descHash": 634732378 },
{ "subId": 2100430, "order": 30, "descHash": 512767778 },
{ "subId": 2100431, "order": 31, "descHash": 1864167914 },
{ "subId": 2100432, "order": 32, "descHash": 3328914610 },
{ "subId": 2100440, "order": 40, "descHash": 2447160810 },
{ "subId": 2100450, "order": 50, "descHash": 1251952642 }
]
},
{
"id": 21005,
"hidden": true,
"titleHash": 3499465353,
"children": [
{ "subId": 2100501, "order": 1, "hidden": true, "descHash": 2389797370 },
{ "subId": 2100509, "order": 2, "hidden": true },
{ "subId": 2100502, "order": 3, "hidden": true, "descHash": 4139148210 },
{ "subId": 2100503, "order": 4, "hidden": true, "descHash": 2156822442 },
{ "subId": 2100510, "order": 5, "hidden": true },
{ "subId": 2100504, "order": 6, "hidden": true, "descHash": 3807380082 },
{ "subId": 2100505, "order": 7, "hidden": true, "descHash": 3973428242 },
{ "subId": 2100511, "order": 8, "hidden": true },
{ "subId": 2100506, "order": 9, "hidden": true, "descHash": 1249370826 },
{ "subId": 2100507, "order": 10, "hidden": true, "descHash": 1181554450 },
{ "subId": 2100512, "order": 11, "hidden": true },
{ "subId": 2100508, "order": 12, "hidden": true, "descHash": 1313423162 }
]
},
{
"id": 21007,
"titleHash": 478882705,
"children": [
{ "subId": 2100701, "order": 2, "descHash": 3947114874 },
{ "subId": 2100702, "order": 3, "hidden": true, "descHash": 2622389042 },
{ "subId": 2100703, "order": 4, "descHash": 1852741962 },
{ "subId": 2100704, "order": 5, "descHash": 3589867202 },
{ "subId": 2100705, "order": 6, "descHash": 2141644714 },
{ "subId": 2100706, "order": 7, "descHash": 2055146874 },
{ "subId": 2100711, "order": 8, "hidden": true, "descHash": 446137186 },
{ "subId": 2100712, "order": 9, "hidden": true, "descHash": 1645477106 },
{ "subId": 2100713, "order": 10, "hidden": true, "descHash": 2900348330 },
{ "subId": 2100714, "order": 11, "hidden": true, "descHash": 2086190986 },
{ "subId": 2100709, "order": 12, "hidden": true, "descHash": 3621282858 },
{ "subId": 2100707, "order": 13, "descHash": 390866658 },
{ "subId": 2100708, "order": 14, "descHash": 68980626 },
{ "subId": 2100710, "order": 15, "descHash": 2614471322 },
{ "subId": 2100716, "order": 17, "hidden": true, "descHash": 1936781722 },
{ "subId": 2100720, "order": 17, "descHash": 695762970 }
]
},
{
"id": 21008,
"unreleased": true,
"titleHash": 4032629841,
"children": [
{ "subId": 2100800, "order": 1, "hidden": true, "unreleased": true, "descHash": 2631743626 },
{ "subId": 2100801, "order": 2, "hidden": true, "unreleased": true, "descHash": 3420108450 },
{ "subId": 2100802, "order": 3, "hidden": true, "unreleased": true, "descHash": 3024465978 },
{ "subId": 2100803, "order": 4, "unreleased": true, "descHash": 3850389058 },
{ "subId": 2100804, "order": 5, "unreleased": true, "descHash": 2806998498 },
{ "subId": 2100805, "order": 6, "unreleased": true, "descHash": 2688744074 },
{ "subId": 2100806, "order": 7, "hidden": true, "unreleased": true, "descHash": 2820764770 },
{ "subId": 2100810, "order": 10, "unreleased": true, "descHash": 285545298 }
]
},
{
"id": 21009,
"titleHash": 2412848369,
"children": [
{ "subId": 2100900, "order": 1, "hidden": true, "descHash": 1934435434 },
{ "subId": 2100910, "order": 2, "hidden": true, "descHash": 4159907354 },
{ "subId": 2100920, "order": 3, "descHash": 2020949458 },
{ "subId": 2100930, "order": 4, "descHash": 2673011762 }
]
},
{
"id": 21010,
"hidden": true,
"titleHash": 1849409745,
"children": [{ "subId": 2101001, "order": 1, "hidden": true, "descHash": 2119918762 }]
},
{
"id": 21011,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 3029083457,
"children": [
{ "subId": 2101101, "order": 1, "hidden": true, "unreleased": true, "descHash": 3523105026 },
{ "subId": 2101102, "order": 2, "hidden": true, "unreleased": true, "descHash": 1983598514 },
{ "subId": 2101103, "order": 3, "hidden": true, "unreleased": true, "descHash": 2724828362 },
{ "subId": 2101110, "order": 4, "hidden": true, "unreleased": true, "descHash": 287143074 },
{ "subId": 2101105, "order": 5, "hidden": true, "unreleased": true, "descHash": 3871631282 },
{ "subId": 2101106, "order": 6, "hidden": true, "unreleased": true, "descHash": 4030076970 },
{ "subId": 2101107, "order": 7, "hidden": true, "unreleased": true, "descHash": 2454763186 },
{ "subId": 2101108, "order": 8, "hidden": true, "unreleased": true, "descHash": 595027554 },
{ "subId": 2101109, "order": 9, "hidden": true, "unreleased": true, "descHash": 3228335058 },
{ "subId": 2101104, "order": 10, "hidden": true, "unreleased": true, "descHash": 1327237442 }
]
},
{
"id": 21012,
"unreleased": true,
"titleHash": 3245878929,
"children": [
{ "subId": 2101201, "order": 1, "hidden": true, "unreleased": true, "descHash": 755695154 },
{ "subId": 2101202, "order": 2, "unreleased": true, "descHash": 3003747354 },
{ "subId": 2101203, "order": 3, "unreleased": true, "descHash": 3953810866 },
{ "subId": 2101204, "order": 4, "unreleased": true, "descHash": 3135747178 },
{ "subId": 2101205, "order": 5, "unreleased": true, "descHash": 3784718730 },
{ "subId": 2101206, "order": 6, "unreleased": true, "descHash": 2799026682 },
{ "subId": 2101207, "order": 7, "unreleased": true, "descHash": 965348690 },
{ "subId": 2101208, "order": 8, "unreleased": true, "descHash": 2347403186 },
{ "subId": 2101210, "order": 9, "hidden": true, "unreleased": true, "descHash": 3775335538 },
{ "subId": 2101209, "order": 10, "unreleased": true, "descHash": 1790037162 }
]
},
{
"id": 21013,
"hidden": true,
"titleHash": 840118345,
"children": [
{ "subId": 2101301, "order": 1, "hidden": true, "descHash": 640886002 },
{ "subId": 2101311, "order": 11, "descHash": 2522354658 },
{ "subId": 2101399, "order": 99, "descHash": 1845876618 }
]
},
{
"id": 21014,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 2432419337,
"children": [{ "subId": 2101400, "order": 1, "hidden": true, "unreleased": true, "descHash": 3930095802 }]
},
{
"id": 21015,
"titleHash": 479159745,
"children": [
{ "subId": 2101501, "order": 1, "hidden": true, "descHash": 2464744026 },
{ "subId": 2101502, "order": 2, "hidden": true, "descHash": 2661585730 },
{ "subId": 2101503, "order": 3, "descHash": 684023170 },
{ "subId": 2101504, "order": 4, "descHash": 1452419138 },
{ "subId": 2101506, "order": 5, "hidden": true, "descHash": 143517810 },
{ "subId": 2101505, "order": 6, "descHash": 2413574506 }
]
},
{
"id": 21016,
"hidden": true,
"titleHash": 3829490945,
"children": [
{ "subId": 2101601, "order": 1, "hidden": true, "descHash": 1285509242 },
{ "subId": 2101609, "order": 2, "hidden": true },
{ "subId": 2101602, "order": 3, "hidden": true, "descHash": 1480522010 },
{ "subId": 2101603, "order": 4, "hidden": true, "descHash": 1914810162 },
{ "subId": 2101610, "order": 5, "hidden": true },
{ "subId": 2101604, "order": 6, "hidden": true, "descHash": 2408587114 },
{ "subId": 2101605, "order": 7, "hidden": true, "descHash": 1185654050 },
{ "subId": 2101611, "order": 8, "hidden": true },
{ "subId": 2101606, "order": 9, "hidden": true, "descHash": 4013492474 },
{ "subId": 2101607, "order": 10, "hidden": true, "descHash": 2463301730 },
{ "subId": 2101612, "order": 11, "hidden": true },
{ "subId": 2101608, "order": 12, "hidden": true, "descHash": 2266383498 }
]
},
{
"id": 21017,
"hidden": true,
"titleHash": 3135140977,
"children": [
{ "subId": 2101701, "order": 1, "hidden": true, "descHash": 965476970 },
{ "subId": 2101709, "order": 2, "hidden": true },
{ "subId": 2101702, "order": 3, "hidden": true, "descHash": 2234176802 },
{ "subId": 2101703, "order": 4, "hidden": true, "descHash": 395378898 },
{ "subId": 2101710, "order": 5, "hidden": true },
{ "subId": 2101704, "order": 6, "hidden": true, "descHash": 953072642 },
{ "subId": 2101705, "order": 7, "hidden": true, "descHash": 926364578 },
{ "subId": 2101711, "order": 8, "hidden": true },
{ "subId": 2101706, "order": 9, "hidden": true, "descHash": 2554392602 },
{ "subId": 2101707, "order": 10, "hidden": true, "descHash": 662016514 },
{ "subId": 2101712, "order": 11, "hidden": true },
{ "subId": 2101708, "order": 12, "hidden": true, "descHash": 932673562 }
]
},
{
"id": 21018,
"hidden": true,
"unreleased": true,
"titleHash": 3812982465,
"children": [
{ "subId": 2101801, "order": 1, "hidden": true },
{ "subId": 2101803, "order": 3, "unreleased": true, "descHash": 1513279202 },
{ "subId": 2101805, "order": 5, "unreleased": true, "descHash": 2490706986 },
{ "subId": 2101807, "order": 7, "unreleased": true, "descHash": 214288554 },
{ "subId": 2101809, "order": 9, "unreleased": true, "descHash": 1852353162 },
{ "subId": 2101811, "order": 11, "hidden": true },
{ "subId": 2101812, "order": 12, "unreleased": true, "descHash": 3407541122 }
]
},
{
"id": 21019,
"unreleased": true,
"titleHash": 2425065921,
"children": [
{ "subId": 2101901, "order": 1, "hidden": true, "unreleased": true, "descHash": 1927154690 },
{ "subId": 2101902, "order": 2, "unreleased": true, "descHash": 410775258 },
{ "subId": 2101903, "order": 3, "hidden": true, "unreleased": true, "descHash": 970199114 },
{ "subId": 2101904, "order": 4, "unreleased": true, "descHash": 3086730666 },
{ "subId": 2101905, "order": 5, "unreleased": true, "descHash": 907797818 },
{ "subId": 2101906, "order": 6, "unreleased": true, "descHash": 2362725970 },
{ "subId": 2101908, "order": 7, "hidden": true, "unreleased": true, "descHash": 1003630498 },
{ "subId": 2101907, "order": 8, "unreleased": true, "descHash": 72888866 }
]
},
{
"id": 21020,
"titleHash": 735059929,
"children": [
{ "subId": 2102000, "order": 1, "hidden": true, "descHash": 1685757362 },
{ "subId": 2102010, "order": 2, "descHash": 1964927730 },
{ "subId": 2102020, "order": 3, "descHash": 2208231666 },
{ "subId": 2102021, "order": 4, "descHash": 1508767042 },
{ "subId": 2102022, "order": 5, "descHash": 4120905514 }
]
},
{
"id": 21021,
"titleHash": 3161260833,
"children": [
{ "subId": 2102101, "order": 1, "hidden": true, "descHash": 894247705 },
{ "subId": 2102102, "order": 2, "hidden": true, "descHash": 1014996785 },
{ "subId": 2102103, "order": 3, "hidden": true, "descHash": 198573177 },
{ "subId": 2102104, "order": 4, "hidden": true, "descHash": 130567961 },
{ "subId": 2102105, "order": 5, "hidden": true, "descHash": 2086376313 },
{ "subId": 2102116, "order": 6, "hidden": true, "descHash": 1657451409 },
{ "subId": 2102106, "order": 7, "hidden": true, "descHash": 4106254393 },
{ "subId": 2102107, "order": 8, "descHash": 722817465 },
{ "subId": 2102108, "order": 9, "descHash": 3845853705 },
{ "subId": 2102109, "order": 10, "descHash": 3253049761 },
{ "subId": 2102125, "order": 11, "descHash": 2793918801 },
{ "subId": 2102120, "order": 12, "descHash": 22173033 },
{ "subId": 2102121, "order": 13, "descHash": 1012625481 },
{ "subId": 2102122, "order": 14, "descHash": 2021922697 },
{ "subId": 2102117, "order": 15, "hidden": true, "descHash": 1689908209 },
{ "subId": 2102118, "order": 16, "hidden": true, "descHash": 3119316441 },
{ "subId": 2102119, "order": 17, "hidden": true, "descHash": 2398837721 },
{ "subId": 2102111, "order": 18, "descHash": 281866585 },
{ "subId": 2102112, "order": 19, "descHash": 3892625737 },
{ "subId": 2102113, "order": 20, "hidden": true, "descHash": 1074484161 },
{ "subId": 2102110, "order": 21, "hidden": true, "descHash": 559793321 },
{ "subId": 2102114, "order": 22, "descHash": 2364840321 },
{ "subId": 2102128, "order": 23, "hidden": true },
{ "subId": 2102126, "order": 24, "descHash": 4150964977 },
{ "subId": 2102115, "order": 25, "descHash": 1648247905 },
{ "subId": 2102129, "order": 26, "hidden": true, "descHash": 3897292753 },
{ "subId": 2102123, "order": 27, "descHash": 2732599457 },
{ "subId": 2102127, "order": 28, "descHash": 258755681 },
{ "subId": 2102130, "order": 29, "hidden": true },
{ "subId": 2102124, "order": 30, "descHash": 2972767633 }
]
},
{
"id": 21022,
"titleHash": 2756013817,
"children": [
{ "subId": 2102201, "order": 1, "hidden": true, "descHash": 4052595793 },
{ "subId": 2102290, "order": 1, "hidden": true, "descHash": 1511682905 },
{ "subId": 2102202, "order": 3, "descHash": 4045403969 },
{ "subId": 2102203, "order": 4, "hidden": true, "descHash": 3694994801 },
{ "subId": 2102204, "order": 5, "hidden": true, "descHash": 502988537 },
{ "subId": 2102205, "order": 6, "hidden": true, "descHash": 4123065097 },
{ "subId": 2102206, "order": 7, "hidden": true, "descHash": 1438332649 },
{ "subId": 2102207, "order": 8, "hidden": true, "descHash": 2212029505 },
{ "subId": 2102208, "order": 9, "hidden": true, "descHash": 988868321 },
{ "subId": 2102209, "order": 10, "descHash": 2107877321 },
{ "subId": 2102210, "order": 11, "hidden": true, "descHash": 439830193 },
{ "subId": 2102211, "order": 12, "descHash": 1918152625 },
{ "subId": 2102212, "order": 13, "descHash": 558000617 },
{ "subId": 2102213, "order": 14, "hidden": true, "descHash": 511186049 },
{ "subId": 2102214, "order": 15, "descHash": 4174353305 }
]
},
{
"id": 21023,
"titleHash": 2031304369,
"children": [
{ "subId": 2102301, "order": 1, "hidden": true, "descHash": 3205294121 },
{ "subId": 2102302, "order": 2, "descHash": 2996599065 },
{ "subId": 2102303, "order": 3, "descHash": 3118074905 }
]
},
{
"id": 21024,
"titleHash": 2089426073,
"children": [
{ "subId": 2102401, "order": 1, "hidden": true, "descHash": 3047626177 },
{ "subId": 2102402, "order": 2, "hidden": true, "descHash": 2519430297 },
{ "subId": 2102405, "order": 3, "descHash": 994895009 },
{ "subId": 2102404, "order": 4, "descHash": 3952223537 },
{ "subId": 2102403, "order": 5, "descHash": 4192091577 },
{ "subId": 2102406, "order": 6, "hidden": true, "descHash": 2804374017 },
{ "subId": 2102407, "order": 7, "descHash": 2310811145 },
{ "subId": 2102408, "order": 8, "descHash": 3589387937 },
{ "subId": 2102409, "order": 9, "descHash": 3796025585 },
{ "subId": 2102410, "order": 10, "hidden": true, "descHash": 4018438977 }
]
},
{
"id": 21025,
"titleHash": 2443962145,
"children": [
{ "subId": 2102501, "order": 1, "hidden": true, "descHash": 185528593 },
{ "subId": 2102503, "order": 2, "hidden": true, "descHash": 3708318697 },
{ "subId": 2102504, "order": 3, "hidden": true, "descHash": 1731899385 },
{ "subId": 2102505, "order": 4, "hidden": true, "descHash": 3304426369 },
{ "subId": 2102502, "order": 5, "descHash": 1254529601 },
{ "subId": 2102506, "order": 6, "hidden": true, "descHash": 843322353 }
]
},
{
"id": 21026,
"titleHash": 3099185967,
"children": [
{ "subId": 2102601, "order": 1, "descHash": 357547060 },
{ "subId": 2102602, "order": 2, "descHash": 231612652 },
{ "subId": 2102603, "order": 3, "descHash": 2493900468 }
]
},
{
"id": 21027,
"titleHash": 2370737095,
"children": [
{ "subId": 2102701, "order": 1, "descHash": 2070294940 },
{ "subId": 2102702, "order": 2, "descHash": 1570943412 },
{ "subId": 2102703, "order": 3, "descHash": 94098380 },
{ "subId": 2102704, "order": 4, "descHash": 1808391852 },
{ "subId": 2102705, "order": 5, "descHash": 4151153972 },
{ "subId": 2102706, "order": 6, "descHash": 456898828 },
{ "subId": 2102707, "order": 7, "descHash": 1023675900 },
{ "subId": 2102708, "order": 8, "descHash": 1655252860 },
{ "subId": 2102709, "order": 9, "descHash": 2042523564 }
]
},
{
"id": 21028,
"titleHash": 1731214863,
"children": [
{ "subId": 2102801, "order": 1, "descHash": 1758252508 },
{ "subId": 2102802, "order": 2, "descHash": 2776490036 },
{ "subId": 2102803, "order": 3, "descHash": 1936734556 },
{ "subId": 2102804, "order": 4, "descHash": 2748899156 },
{ "subId": 2102805, "order": 5, "descHash": 1472663524 }
]
},
{
"id": 21029,
"titleHash": 3619823455,
"children": [
{ "subId": 2102901, "order": 1, "descHash": 3114680036 },
{ "subId": 2102902, "order": 2, "descHash": 3265982876 },
{ "subId": 2102903, "order": 3, "descHash": 3387241644 },
{ "subId": 2102904, "order": 4, "descHash": 2374103884 },
{ "subId": 2102905, "order": 5, "descHash": 3983466956 },
{ "subId": 2102906, "order": 6, "descHash": 3249346900 },
{ "subId": 2102907, "order": 7, "descHash": 4017271564 },
{ "subId": 2102908, "order": 8, "descHash": 3910802644 },
{ "subId": 2102909, "order": 9, "descHash": 2204786588 },
{ "subId": 2102910, "order": 10, "descHash": 3073212836 }
]
},
{
"id": 21030,
"titleHash": 1045110359,
"children": [
{ "subId": 2103001, "order": 1, "descHash": 2345078468 },
{ "subId": 2103002, "order": 2, "descHash": 701793764 },
{ "subId": 2103003, "order": 3, "descHash": 2463913660 }
]
},
{
"id": 21031,
"titleHash": 1427014791,
"children": [
{ "subId": 2103101, "order": 1, "descHash": 2983028564 },
{ "subId": 2103102, "order": 2, "descHash": 960832356 },
{ "subId": 2103103, "order": 3, "descHash": 17782420 },
{ "subId": 2103107, "order": 4, "descHash": 570460700 },
{ "subId": 2103104, "order": 5, "hidden": true, "descHash": 598982404 },
{ "subId": 2103105, "order": 6, "descHash": 3544179724 },
{ "subId": 2103106, "order": 7, "descHash": 3399846340 },
{ "subId": 2103108, "order": 8 }
]
},
{
"id": 22000,
"titleHash": 2606853609,
"children": [
{ "subId": 2200001, "order": 1, "descHash": 1689720298 },
{ "subId": 2200002, "order": 2, "descHash": 1056064210 },
{ "subId": 2200003, "order": 3, "descHash": 2233084466 },
{ "subId": 2200005, "order": 4, "hidden": true, "test": true, "descHash": 1263586826 },
{ "subId": 2200004, "order": 5, "descHash": 3440437186 }
]
},
{
"id": 22001,
"titleHash": 2939964225,
"children": [
{ "subId": 2200101, "order": 1, "descHash": 3682411242 },
{ "subId": 2200102, "order": 2, "descHash": 745757322 },
{ "subId": 2200103, "order": 3, "descHash": 1242140954 },
{ "subId": 2200106, "order": 4, "descHash": 1207541170 },
{ "subId": 2200104, "order": 5, "descHash": 1586764170 },
{ "subId": 2200105, "order": 6, "descHash": 3744749850 }
]
},
{
"id": 22002,
"titleHash": 1776158569,
"children": [
{ "subId": 2200201, "order": 1, "descHash": 3529642266 },
{ "subId": 2200202, "order": 2, "descHash": 2403224954 },
{ "subId": 2200203, "order": 3, "descHash": 4069761594 },
{ "subId": 2200204, "order": 4, "descHash": 92942146 }
]
},
{
"id": 22003,
"titleHash": 3688909073,
"children": [
{ "subId": 2200301, "order": 1, "descHash": 3868522402 },
{ "subId": 2200302, "order": 2, "descHash": 3954064754 },
{ "subId": 2200303, "order": 3, "descHash": 1063021554 },
{ "subId": 2200304, "order": 4, "descHash": 1634224082 },
{ "subId": 2200305, "order": 5, "descHash": 4184477890 }
]
},
{
"id": 22004,
"titleHash": 3157855473,
"children": [
{ "subId": 2200401, "order": 1, "descHash": 1704328874 },
{ "subId": 2200402, "order": 2, "descHash": 2451682106 },
{ "subId": 2200403, "order": 3, "descHash": 732290754 },
{ "subId": 2200404, "order": 4, "descHash": 1345664770 },
{ "subId": 2200405, "order": 5, "descHash": 368233450 }
]
},
{
"id": 22005,
"titleHash": 4065482969,
"children": [
{ "subId": 2200501, "order": 1, "descHash": 208757194 },
{ "subId": 2200502, "order": 2, "descHash": 189646074 },
{ "subId": 2200503, "order": 3, "descHash": 2760971450 }
]
},
{
"id": 22006,
"titleHash": 2682830857,
"children": [
{ "subId": 2200601, "order": 1, "descHash": 3281793194 },
{ "subId": 2200602, "order": 2, "descHash": 2421560154 },
{ "subId": 2200603, "order": 3, "descHash": 451892866 },
{ "subId": 2200604, "order": 4, "descHash": 4274890274 },
{ "subId": 2200605, "order": 5, "descHash": 531756018 },
{ "subId": 2200606, "order": 6, "descHash": 3423406202 }
]
},
{
"id": 22007,
"titleHash": 1762255433,
"children": [
{ "subId": 2200701, "order": 1, "descHash": 2357350386 },
{ "subId": 2200702, "order": 2, "descHash": 3504086114 },
{ "subId": 2200706, "order": 2, "descHash": 4142565898 },
{ "subId": 2200703, "order": 3, "descHash": 2757781322 },
{ "subId": 2200704, "order": 4, "descHash": 2884105978 },
{ "subId": 2200705, "order": 5, "descHash": 966451762 },
{ "subId": 2200707, "order": 6, "hidden": true, "test": true, "descHash": 1053425786 },
{ "subId": 2200708, "order": 7, "hidden": true, "test": true, "descHash": 2325825834 }
]
},
{
"id": 22008,
"titleHash": 427720129,
"children": [
{ "subId": 2200801, "order": 1, "descHash": 1564743410 },
{ "subId": 2200802, "order": 2, "descHash": 2566671338 },
{ "subId": 2200803, "order": 3, "descHash": 1265774962 }
]
},
{
"id": 22009,
"titleHash": 57308143,
"children": [
{ "subId": 2200901, "order": 1, "descHash": 1995090812 },
{ "subId": 2200902, "order": 2, "descHash": 1381568004 },
{ "subId": 2200903, "order": 3, "descHash": 1026518692 }
]
},
{
"id": 22010,
"titleHash": 448345935,
"children": [
{ "subId": 2201001, "order": 1, "descHash": 3421653124 },
{ "subId": 2201002, "order": 2, "descHash": 35172692 },
{ "subId": 2201003, "order": 3, "descHash": 1440729500 },
{ "subId": 2201004, "order": 4, "descHash": 2820266444 },
{ "subId": 2201005, "order": 5, "descHash": 3764650972 },
{ "subId": 2201006, "order": 6, "hidden": true, "test": true, "descHash": 3521315076 },
{ "subId": 2201007, "order": 7, "hidden": true, "test": true, "descHash": 3123637940 }
]
},
{
"id": 22011,
"titleHash": 3386362727,
"children": [
{ "subId": 2201101, "order": 1, "descHash": 3745150236 },
{ "subId": 2201102, "order": 2, "descHash": 507803876 },
{ "subId": 2201103, "order": 3, "descHash": 3745276676 },
{ "subId": 2201104, "order": 4, "descHash": 682402876 },
{ "subId": 2201105, "order": 5, "descHash": 1697391764 }
]
},
{
"id": 22012,
"children": [
{ "subId": 2201201, "order": 1 },
{ "subId": 2201202, "order": 2 },
{ "subId": 2201203, "order": 3 },
{ "subId": 2201204, "order": 4 }
]
},
{
"id": 22013,
"titleHash": 4073616527,
"children": [
{ "subId": 2201301, "order": 1, "descHash": 1335179340 },
{ "subId": 2201302, "order": 2, "descHash": 3304488372 },
{ "subId": 2201303, "order": 3, "descHash": 4114841380 },
{ "subId": 2201304, "order": 4, "descHash": 1738805916 },
{ "subId": 2201305, "order": 5, "descHash": 883879772 }
]
},
{
"id": 22014,
"titleHash": 1738439999,
"children": [
{ "subId": 2201401, "order": 1, "descHash": 2662749396 },
{ "subId": 2201402, "order": 2, "descHash": 1260139196 },
{ "subId": 2201403, "order": 3, "descHash": 2706316996 },
{ "subId": 2201404, "order": 4, "descHash": 1581132428 },
{ "subId": 2201405, "order": 5, "descHash": 2350890972 },
{ "subId": 2201406, "order": 6, "hidden": true, "test": true, "descHash": 732516964 },
{ "subId": 2201407, "order": 7, "descHash": 2816554428 },
{ "subId": 2201408, "order": 8, "descHash": 2007277516 },
{ "subId": 2201409, "order": 9, "descHash": 1465475764 }
]
},
{
"id": 22015,
"titleHash": 2255507855,
"children": [
{ "subId": 2201501, "order": 1, "descHash": 1721676540 },
{ "subId": 2201502, "order": 2, "descHash": 205335996 },
{ "subId": 2201503, "order": 3, "descHash": 2860611724 },
{ "subId": 2201504, "order": 4, "descHash": 1032222772 },
{ "subId": 2201505, "order": 5, "descHash": 386507460 }
]
},
{
"id": 22016,
"titleHash": 4097676679,
"children": [
{ "subId": 2201601, "order": 1, "descHash": 1311301100 },
{ "subId": 2201602, "order": 2, "descHash": 3609170156 },
{ "subId": 2201603, "order": 3, "descHash": 1993491916 },
{ "subId": 2201604, "order": 4, "descHash": 3936308732 },
{ "subId": 2201605, "order": 5, "descHash": 3382204956 },
{ "subId": 2201606, "order": 6, "hidden": true, "test": true, "descHash": 604916244 },
{ "subId": 2201609, "order": 7, "descHash": 2139442004 },
{ "subId": 2201607, "order": 8, "descHash": 203933172 },
{ "subId": 2201608, "order": 9, "descHash": 1844631780 }
]
},
{
"id": 22017,
"titleHash": 2918061631,
"children": [
{ "subId": 2201701, "order": 1, "descHash": 2583237596 },
{ "subId": 2201702, "order": 2, "descHash": 379109996 },
{ "subId": 2201703, "order": 3, "descHash": 1544137100 },
{ "subId": 2201704, "order": 4, "descHash": 1586653356 },
{ "subId": 2201706, "order": 5, "descHash": 3324856044 },
{ "subId": 2201705, "order": 6, "descHash": 3071624084 }
]
},
{
"id": 22018,
"titleHash": 3123770383,
"children": [
{ "subId": 2201801, "order": 1, "descHash": 1096115604 },
{ "subId": 2201802, "order": 2, "descHash": 1165748452 },
{ "subId": 2201803, "order": 3, "descHash": 1851538940 },
{ "subId": 2201804, "order": 4, "descHash": 2114356476 },
{ "subId": 2201805, "order": 5, "descHash": 3287608692 }
]
},
{
"id": 22019,
"titleHash": 693365767,
"children": [
{ "subId": 2201901, "order": 1, "descHash": 4134004140 },
{ "subId": 2201902, "order": 2, "descHash": 131936732 },
{ "subId": 2201903, "order": 3, "descHash": 1082587020 },
{ "subId": 2201904, "order": 4, "descHash": 177455492 },
{ "subId": 2201905, "order": 5, "descHash": 1912254668 },
{ "subId": 2201906, "order": 6, "descHash": 2112978708 }
]
},
{
"id": 22020,
"titleHash": 2179777207,
"children": [
{ "subId": 2202001, "order": 1, "descHash": 3584208612 },
{ "subId": 2202002, "order": 2, "descHash": 447798588 },
{ "subId": 2202003, "order": 3, "descHash": 4017252220 },
{ "subId": 2202004, "order": 4, "descHash": 1396528588 },
{ "subId": 2202005, "order": 5, "descHash": 3247970396 },
{ "subId": 2202006, "order": 6, "descHash": 4055250300 }
]
},
{
"id": 22021,
"titleHash": 2255292271,
"children": [
{ "subId": 2202101, "order": 1, "descHash": 695770092 },
{ "subId": 2202102, "order": 2, "descHash": 2837705724 },
{ "subId": 2202103, "order": 3, "descHash": 2150955596 },
{ "subId": 2202104, "order": 4, "descHash": 1470322236 },
{ "subId": 2202105, "order": 5, "descHash": 2228659852 },
{ "subId": 2202111, "order": 6, "descHash": 1249355868 },
{ "subId": 2202112, "order": 7, "descHash": 2979507468 },
{ "subId": 2202113, "order": 8, "descHash": 3430848396 },
{ "subId": 2202114, "order": 9, "descHash": 2386402876 },
{ "subId": 2202106, "order": 10, "descHash": 1504664172 },
{ "subId": 2202107, "order": 11, "descHash": 3269524676 },
{ "subId": 2202108, "order": 12, "hidden": true, "test": true, "descHash": 263672412 },
{ "subId": 2202109, "order": 13, "descHash": 2316874684 },
{ "subId": 2202110, "order": 14, "descHash": 1278651252 }
]
},
{
"id": 22022,
"titleHash": 1562048367,
"children": [
{ "subId": 2202201, "order": 1, "descHash": 2188459084 },
{ "subId": 2202202, "order": 2, "descHash": 905917732 },
{ "subId": 2202203, "order": 3, "descHash": 3638075212 },
{ "subId": 2202204, "order": 4, "hidden": true },
{ "subId": 2202205, "order": 5, "descHash": 2641158772 }
]
},
{
"id": 22023,
"titleHash": 2887508775,
"children": [
{ "subId": 2202301, "order": 1, "descHash": 1369302348 },
{ "subId": 2202307, "order": 2, "descHash": 10424956 },
{ "subId": 2202302, "order": 3, "descHash": 2511476828 },
{ "subId": 2202303, "order": 4, "descHash": 876669292 },
{ "subId": 2202304, "order": 5, "descHash": 2784673660 },
{ "subId": 2202305, "order": 6, "descHash": 411234796 },
{ "subId": 2202306, "order": 7, "descHash": 3343443316 }
]
},
{
"id": 22025,
"titleHash": 3945776711,
"children": [
{ "subId": 2202501, "order": 1, "descHash": 2161833268 },
{ "subId": 2202502, "order": 2, "descHash": 923323244 },
{ "subId": 2202503, "order": 3, "descHash": 3076375660 },
{ "subId": 2202504, "order": 4, "descHash": 4074286460 },
{ "subId": 2202505, "order": 5, "descHash": 3437670076 },
{ "subId": 2202506, "order": 6, "descHash": 2534897548 },
{ "subId": 2202507, "order": 7, "descHash": 1974805108 },
{ "subId": 2202508, "order": 8, "descHash": 3229829092 },
{ "subId": 2202509, "order": 9, "descHash": 4183946484 },
{ "subId": 2202510, "order": 10, "descHash": 1630137884 }
]
},
{
"id": 22026,
"titleHash": 2068904719,
"children": [
{ "subId": 2202601, "order": 1, "descHash": 647965748 },
{ "subId": 2202602, "order": 2, "descHash": 4004787756 },
{ "subId": 2202603, "order": 3, "descHash": 871070548 },
{ "subId": 2202604, "order": 4, "descHash": 3425618844 }
]
},
{
"id": 22027,
"titleHash": 2393111935,
"children": [
{ "subId": 2202701, "order": 1, "descHash": 340640364 },
{ "subId": 2202702, "order": 2, "descHash": 868496132 },
{ "subId": 2202703, "order": 3, "descHash": 3107868196 },
{ "subId": 2202705, "order": 4, "hidden": true },
{ "subId": 2202704, "order": 5, "descHash": 1726135780 }
]
},
{
"id": 22028,
"titleHash": 2031138599,
"children": [
{ "subId": 2202801, "order": 1, "descHash": 128594060 },
{ "subId": 2202802, "order": 2, "hidden": true },
{ "subId": 2202803, "order": 3, "hidden": true },
{ "subId": 2202804, "order": 4, "descHash": 4190924396 },
{ "subId": 2202806, "order": 5, "hidden": true },
{ "subId": 2202805, "order": 6, "descHash": 1051686916 },
{ "subId": 2202807, "order": 7, "descHash": 2251081348 },
{ "subId": 2202808, "order": 8, "hidden": true },
{ "subId": 2202809, "order": 9, "descHash": 3270478572 }
]
},
{
"id": 22029,
"titleHash": 3540535711,
"children": [
{ "subId": 2202901, "order": 1, "descHash": 615796604 },
{ "subId": 2202904, "order": 2, "descHash": 3600854788 },
{ "subId": 2202902, "order": 3, "descHash": 1663732924 },
{ "subId": 2202903, "order": 4, "descHash": 2380128492 }
]
},
{
"id": 22030,
"titleHash": 62175639,
"children": [
{ "subId": 2203001, "order": 1, "descHash": 746916300 },
{ "subId": 2203002, "order": 2, "descHash": 236973596 },
{ "subId": 2203003, "order": 3, "hidden": true, "test": true, "descHash": 1928851044 },
{ "subId": 2203004, "order": 4, "hidden": true, "test": true, "descHash": 408942068 },
{ "subId": 2203005, "order": 5, "descHash": 4049331596 },
{ "subId": 2203006, "order": 6, "descHash": 937390724 },
{ "subId": 2203007, "order": 7, "descHash": 3763579996 },
{ "subId": 2203008, "order": 8, "descHash": 4290411460 },
{ "subId": 2203009, "order": 9, "descHash": 824110700 },
{ "subId": 2203010, "order": 10, "descHash": 2427544788 },
{ "subId": 2203013, "order": 11, "hidden": true },
{ "subId": 2203011, "order": 12, "descHash": 4286755092 },
{ "subId": 2203012, "order": 13, "descHash": 1525378460 }
]
},
{
"id": 22031,
"titleHash": 42599551,
"children": [
{ "subId": 2203101, "order": 1, "descHash": 3704611212 },
{ "subId": 2203102, "order": 2, "descHash": 201647540 },
{ "subId": 2203103, "order": 3, "descHash": 496947020 },
{ "subId": 2203104, "order": 4, "descHash": 405871772 }
]
},
{
"id": 22032,
"titleHash": 3440118831,
"children": [
{ "subId": 2203201, "order": 1, "descHash": 1265303012 },
{ "subId": 2203207, "order": 2, "descHash": 3816748780 },
{ "subId": 2203202, "order": 3, "descHash": 224221012 },
{ "subId": 2203203, "order": 4, "descHash": 1823653220 },
{ "subId": 2203204, "order": 5, "descHash": 422625420 },
{ "subId": 2203205, "order": 6, "descHash": 900866628 },
{ "subId": 2203206, "order": 7, "descHash": 4095758500 }
]
},
{
"id": 22033,
"titleHash": 1306739359,
"children": [
{ "subId": 2203301, "order": 1, "descHash": 2194812332 },
{ "subId": 2203307, "order": 2, "descHash": 1913314692 },
{ "subId": 2203302, "order": 3, "descHash": 2435320508 },
{ "subId": 2203303, "order": 4, "descHash": 1094825916 },
{ "subId": 2203305, "order": 5, "descHash": 2520782860 },
{ "subId": 2203306, "order": 6, "descHash": 949770460 },
{ "subId": 2203304, "order": 7, "descHash": 2492524620 }
]
},
{
"id": 22034,
"titleHash": 902614991,
"children": [
{ "subId": 2203401, "order": 1, "descHash": 987313612 },
{ "subId": 2203402, "order": 10, "descHash": 3906543228 },
{ "subId": 2203403, "order": 11, "descHash": 767776444 },
{ "subId": 2203408, "order": 12, "descHash": 2980188116 },
{ "subId": 2203404, "order": 21, "descHash": 3183858492 },
{ "subId": 2203405, "order": 22, "descHash": 1497365788 },
{ "subId": 2203409, "order": 23, "descHash": 1615838028 },
{ "subId": 2203406, "order": 31, "descHash": 3882533340 },
{ "subId": 2203407, "order": 32, "descHash": 3727451140 },
{ "subId": 2203410, "order": 33, "descHash": 4134331268 }
]
},
{
"id": 22035,
"titleHash": 1584900431,
"children": [
{ "subId": 2203501, "order": 1, "descHash": 2920681092 },
{ "subId": 2203502, "order": 10, "descHash": 3958854196 },
{ "subId": 2203503, "order": 11, "descHash": 3031092412 },
{ "subId": 2203508, "order": 12, "descHash": 3259382660 },
{ "subId": 2203504, "order": 21, "descHash": 170203548 },
{ "subId": 2203505, "order": 22, "descHash": 1471807124 },
{ "subId": 2203509, "order": 23, "descHash": 3556769996 },
{ "subId": 2203506, "order": 31, "descHash": 1278058028 },
{ "subId": 2203507, "order": 32, "descHash": 3073691260 },
{ "subId": 2203510, "order": 33, "descHash": 4010642012 }
]
},
{
"id": 22036,
"titleHash": 1792203255,
"children": [
{ "subId": 2203601, "order": 1, "descHash": 3239067628 },
{ "subId": 2203602, "order": 2, "hidden": true, "test": true, "descHash": 854036060 },
{ "subId": 2203603, "order": 3, "hidden": true, "test": true, "descHash": 1758037004 },
{ "subId": 2203604, "order": 4, "hidden": true, "test": true, "descHash": 2394435812 },
{ "subId": 2203605, "order": 5, "descHash": 3406380652 },
{ "subId": 2203606, "order": 6, "hidden": true, "test": true, "descHash": 740728276 },
{ "subId": 2203607, "order": 7, "hidden": true, "test": true, "descHash": 1055925372 },
{ "subId": 2203608, "order": 8, "hidden": true },
{ "subId": 2203609, "order": 9, "hidden": true }
]
},
{
"id": 22037,
"titleHash": 2700746591,
"children": [
{ "subId": 2203701, "order": 1, "descHash": 795774236 },
{ "subId": 2203702, "order": 2, "descHash": 2623104868 },
{ "subId": 2203705, "order": 3, "hidden": true, "test": true, "descHash": 2247584372 },
{ "subId": 2203706, "order": 4, "descHash": 2029956748 },
{ "subId": 2203703, "order": 5, "descHash": 1398072844 },
{ "subId": 2203704, "order": 6, "descHash": 2237250532 }
]
},
{
"id": 22038,
"children": [
{ "subId": 2203801, "order": 1 },
{ "subId": 2203802, "order": 2 },
{ "subId": 2203803, "order": 3 },
{ "subId": 2203804, "order": 4 }
]
},
{
"id": 22039,
"titleHash": 3807452743,
"children": [
{ "subId": 2203901, "order": 1, "descHash": 1277313396 },
{ "subId": 2203902, "order": 2, "descHash": 3920920932 },
{ "subId": 2203903, "order": 3, "descHash": 963388052 },
{ "subId": 2203904, "order": 4, "descHash": 2013613460 }
]
},
{
"id": 22040,
"titleHash": 3700942783,
"children": [
{ "subId": 2204001, "order": 1, "descHash": 985365028 },
{ "subId": 2204002, "order": 2, "descHash": 1126461228 },
{ "subId": 2204003, "order": 3, "descHash": 970919428 },
{ "subId": 2204004, "order": 4, "descHash": 1056232484 }
]
},
{
"id": 22041,
"titleHash": 1750787599,
"children": [
{ "subId": 2204101, "order": 1, "descHash": 3812879892 },
{ "subId": 2204102, "order": 2, "descHash": 1559996460 },
{ "subId": 2204103, "order": 3, "descHash": 347721468 }
]
},
{
"id": 22042,
"titleHash": 1543583031,
"children": [
{ "subId": 2204201, "order": 1, "descHash": 604853292 },
{ "subId": 2204202, "order": 2, "descHash": 3203578148 },
{ "subId": 2204203, "order": 3, "hidden": true, "test": true, "descHash": 3940515724 },
{ "subId": 2204204, "order": 4, "descHash": 2518264700 }
]
},
{
"id": 22043,
"titleHash": 2057248351,
"children": [
{ "subId": 2204301, "order": 1, "descHash": 3826310764 },
{ "subId": 2204302, "order": 2, "descHash": 2630364396 },
{ "subId": 2204303, "order": 3, "descHash": 1050333212 }
]
},
{
"id": 22044,
"titleHash": 4044258127,
"children": [
{ "subId": 2204401, "order": 1, "descHash": 534331772 },
{ "subId": 2204402, "order": 2, "descHash": 1151043092 },
{ "subId": 2204403, "order": 3, "descHash": 3286318524 }
]
},
{
"id": 22045,
"titleHash": 840899335,
"children": [
{ "subId": 2204501, "order": 1, "descHash": 4249615284 },
{ "subId": 2204502, "order": 2, "descHash": 2553849692 },
{ "subId": 2204503, "order": 3, "descHash": 3960346676 },
{ "subId": 2204504, "order": 4, "descHash": 3256839500 }
]
},
{
"id": 22046,
"titleHash": 3082458623,
"children": [
{ "subId": 2204601, "order": 1, "descHash": 2875147828 },
{ "subId": 2204602, "order": 2, "descHash": 3255894412 },
{ "subId": 2204603, "order": 3, "descHash": 555171692 }
]
},
{
"id": 22047,
"titleHash": 1653158471,
"children": [
{ "subId": 2204701, "order": 1, "descHash": 120936636 },
{ "subId": 2204702, "order": 2, "descHash": 1070671636 },
{ "subId": 2204703, "order": 3, "descHash": 4217609476 },
{ "subId": 2204704, "order": 4, "descHash": 4274491900 }
]
},
{
"id": 22048,
"titleHash": 2460881335,
"children": [
{ "subId": 2204801, "order": 1, "descHash": 3196362820 },
{ "subId": 2204802, "order": 2, "descHash": 1368454404 },
{ "subId": 2204803, "order": 3, "descHash": 346416188 }
]
},
{
"id": 22049,
"titleHash": 1194784911,
"children": [
{ "subId": 2204901, "order": 1, "descHash": 287712012 },
{ "subId": 2204902, "order": 2, "descHash": 3446131100 },
{ "subId": 2204903, "order": 3, "descHash": 3807715884 }
]
},
{
"id": 22050,
"titleHash": 2461389815,
"children": [
{ "subId": 2205001, "order": 1, "hidden": true, "descHash": 309159764 },
{ "subId": 2205002, "order": 2, "descHash": 4080881828 },
{ "subId": 2205003, "order": 3, "descHash": 682531116 },
{ "subId": 2205004, "order": 4, "descHash": 3505354700 },
{ "subId": 2205005, "order": 5, "test": true, "descHash": 3883113036 },
{ "subId": 2205006, "order": 6, "descHash": 48668524 },
{ "subId": 2205007, "order": 7, "descHash": 4231334092 }
]
},
{
"id": 22100,
"titleHash": 3257815369,
"children": [
{ "subId": 2210001, "order": 1, "descHash": 4013965366 },
{ "subId": 2210002, "order": 2, "descHash": 2456798870 },
{ "subId": 2210003, "order": 3, "descHash": 1318734142 }
]
},
{
"id": 22101,
"titleHash": 1420126321,
"children": [
{ "subId": 2210101, "order": 1, "descHash": 2282361662 },
{ "subId": 2210102, "order": 2, "descHash": 2814397630 },
{ "subId": 2210103, "order": 3, "descHash": 1163587062 }
]
},
{
"id": 22102,
"titleHash": 1827464473,
"children": [
{ "subId": 2210201, "order": 1, "descHash": 3878537158 },
{ "subId": 2210202, "order": 2, "descHash": 2770422638 },
{ "subId": 2210203, "order": 3, "descHash": 2906468494 }
]
},
{
"id": 22103,
"titleHash": 1709144577,
"children": [
{ "subId": 2210301, "order": 1, "descHash": 2818898950 },
{ "subId": 2210302, "order": 2, "descHash": 741532254 },
{ "subId": 2210303, "order": 3, "descHash": 2965556422 },
{ "subId": 2210304, "order": 4, "descHash": 2222131334 }
]
},
{
"id": 22104,
"titleHash": 3279300705,
"children": [
{ "subId": 2210401, "order": 1, "descHash": 3902622134 },
{ "subId": 2210402, "order": 2, "descHash": 1545660590 },
{ "subId": 2210403, "order": 3, "descHash": 2732095182 },
{ "subId": 2210404, "order": 4, "descHash": 2336570086 }
]
},
{
"id": 22105,
"titleHash": 1048940401,
"children": [
{ "subId": 2210501, "order": 1, "descHash": 415092918 },
{ "subId": 2210502, "order": 2, "descHash": 301183102 },
{ "subId": 2210503, "order": 3, "descHash": 828779166 },
{ "subId": 2210504, "order": 4, "descHash": 4111011454 }
]
},
{
"id": 22106,
"titleHash": 2488384585,
"children": [
{ "subId": 2210601, "order": 1, "descHash": 1581673774 },
{ "subId": 2210602, "order": 2, "descHash": 342053438 },
{ "subId": 2210603, "order": 3, "descHash": 2103472334 },
{ "subId": 2210604, "order": 4, "descHash": 2372428806 },
{ "subId": 2210605, "order": 5, "descHash": 4105096934 },
{ "subId": 2210606, "order": 6, "descHash": 1691740886 },
{ "subId": 2210607, "order": 7, "descHash": 3798270886 },
{ "subId": 2210608, "order": 8, "descHash": 89577838 },
{ "subId": 2210609, "order": 9, "descHash": 1449558142 },
{ "subId": 2210610, "order": 10, "descHash": 544663606 },
{ "subId": 2210613, "order": 11, "hidden": true, "test": true, "descHash": 2460087718 },
{ "subId": 2210614, "order": 12, "hidden": true, "test": true, "descHash": 2659248470 },
{ "subId": 2210611, "order": 13, "descHash": 1696966126 },
{ "subId": 2210612, "order": 14, "hidden": true, "test": true, "descHash": 1743399886 }
]
},
{
"id": 22107,
"titleHash": 3558501417,
"children": [
{ "subId": 2210701, "order": 1, "descHash": 3122864438 },
{ "subId": 2210702, "order": 2, "descHash": 440122662 },
{ "subId": 2210703, "order": 3, "descHash": 3374180622 },
{ "subId": 2210704, "order": 4, "descHash": 911159118 },
{ "subId": 2210705, "order": 5, "descHash": 1347479118 },
{ "subId": 2210706, "order": 6, "descHash": 3129662094 },
{ "subId": 2210707, "order": 7, "hidden": true, "test": true, "descHash": 1100769678 },
{ "subId": 2210708, "order": 8, "hidden": true, "test": true, "descHash": 1607144830 },
{ "subId": 2210720, "order": 9, "hidden": true, "test": true, "descHash": 3796773270 },
{ "subId": 2210709, "order": 10, "descHash": 605849846 },
{ "subId": 2210710, "order": 11, "hidden": true, "test": true, "descHash": 2094695214 },
{ "subId": 2210711, "order": 12, "hidden": true, "test": true, "descHash": 745817678 },
{ "subId": 2210712, "order": 13, "hidden": true, "test": true, "descHash": 1910878014 },
{ "subId": 2210713, "order": 14, "hidden": true, "test": true, "descHash": 2407282398 },
{ "subId": 2210714, "order": 15, "hidden": true, "test": true, "descHash": 989802870 },
{ "subId": 2210716, "order": 16, "hidden": true, "test": true, "descHash": 2250748158 },
{ "subId": 2210717, "order": 17, "hidden": true, "test": true, "descHash": 1852025894 },
{ "subId": 2210718, "order": 18, "hidden": true, "test": true, "descHash": 27424966 },
{ "subId": 2210719, "order": 19, "hidden": true, "test": true, "descHash": 3097055190 },
{ "subId": 2210715, "order": 20, "descHash": 1735273070 },
{ "subId": 2210721, "order": 21, "hidden": true, "test": true, "descHash": 3639085430 },
{ "subId": 2210722, "order": 22, "hidden": true, "test": true, "descHash": 3754907774 }
]
},
{
"id": 22108,
"titleHash": 2670998161,
"children": [
{ "subId": 2210801, "order": 1, "descHash": 1892024270 },
{ "subId": 2210802, "order": 2, "descHash": 4293057854 },
{ "subId": 2210803, "order": 3, "descHash": 1303855846 }
]
},
{
"id": 22109,
"titleHash": 196837769,
"children": [
{ "subId": 2210901, "order": 1, "descHash": 4139612742 },
{ "subId": 2210902, "order": 2, "descHash": 3870720958 },
{ "subId": 2210903, "order": 3, "descHash": 1718813006 }
]
},
{
"id": 22110,
"titleHash": 2331645385,
"children": [
{ "subId": 2211001, "order": 1, "descHash": 856267366 },
{ "subId": 2211002, "order": 2, "descHash": 2560903774 },
{ "subId": 2211003, "order": 3, "descHash": 2913022750 }
]
},
{
"id": 22111,
"titleHash": 3910839937,
"children": [
{ "subId": 2211101, "order": 1, "descHash": 1348701534 },
{ "subId": 2211102, "order": 2, "descHash": 2482051614 }
]
},
{
"id": 22112,
"titleHash": 45373209,
"children": [
{ "subId": 2211201, "order": 1, "descHash": 3705444062 },
{ "subId": 2211202, "order": 2, "descHash": 4226638150 },
{ "subId": 2211203, "order": 3, "descHash": 1700292878 },
{ "subId": 2211204, "order": 4, "hidden": true, "test": true, "descHash": 3850743214 },
{ "subId": 2211205, "order": 5, "descHash": 2686844934 }
]
},
{
"id": 22113,
"titleHash": 2215828985,
"children": [
{ "subId": 2211301, "order": 1, "descHash": 408213902 },
{ "subId": 2211302, "order": 2, "descHash": 3069879206 },
{ "subId": 2211303, "order": 3, "descHash": 992176574 },
{ "subId": 2211304, "order": 4, "hidden": true, "test": true, "descHash": 3759758798 },
{ "subId": 2211305, "order": 5, "descHash": 2678421302 }
]
},
{
"id": 22114,
"titleHash": 3228591639,
"children": [
{ "subId": 2211401, "order": 1, "descHash": 2122296332 },
{ "subId": 2211402, "order": 2, "descHash": 3124600516 },
{ "subId": 2211403, "order": 3, "descHash": 3953848948 },
{ "subId": 2211404, "order": 4, "descHash": 1166170092 },
{ "subId": 2211405, "order": 5, "descHash": 2721808452 }
]
},
{
"id": 22115,
"titleHash": 2726568841,
"children": [
{ "subId": 2211501, "order": 1, "descHash": 2606905370 },
{ "subId": 2211502, "order": 2, "descHash": 2646227898 },
{ "subId": 2211503, "order": 3, "descHash": 482327826 },
{ "subId": 2211504, "order": 4, "descHash": 1928940306 },
{ "subId": 2211505, "order": 5, "descHash": 4030630706 },
{ "subId": 2211506, "order": 6, "descHash": 371647146 },
{ "subId": 2211509, "order": 7, "hidden": true, "test": true, "descHash": 3252604594 },
{ "subId": 2211510, "order": 8, "hidden": true, "test": true, "descHash": 3722152298 },
{ "subId": 2211511, "order": 9, "hidden": true, "test": true, "descHash": 1697519138 },
{ "subId": 2211507, "order": 10, "descHash": 1483370690 },
{ "subId": 2211508, "order": 11, "descHash": 1292488018 }
]
},
{
"id": 22116,
"titleHash": 2478963889,
"children": [
{ "subId": 2211601, "order": 1, "descHash": 449115834 },
{ "subId": 2211602, "order": 1, "hidden": true, "test": true, "descHash": 2951627650 },
{ "subId": 2211603, "order": 1, "hidden": true, "test": true, "descHash": 2046630514 },
{ "subId": 2211604, "order": 1, "hidden": true, "test": true, "descHash": 1829086402 },
{ "subId": 2211605, "order": 1, "hidden": true, "test": true, "descHash": 1664762218 },
{ "subId": 2211606, "order": 2, "descHash": 2579423066 },
{ "subId": 2211609, "order": 2, "descHash": 1298808530 },
{ "subId": 2211610, "order": 2, "descHash": 3654551826 },
{ "subId": 2211611, "order": 2, "descHash": 348441186 },
{ "subId": 2211613, "order": 2, "test": true, "descHash": 3839356738 },
{ "subId": 2211607, "order": 3, "descHash": 2027138914 },
{ "subId": 2211612, "order": 3, "descHash": 1936641058 },
{ "subId": 2211614, "order": 3, "test": true, "descHash": 2419112242 },
{ "subId": 2211608, "order": 4, "descHash": 2365093194 },
{ "subId": 2211615, "order": 4, "test": true, "descHash": 1056407794 }
]
},
{
"id": 22117,
"titleHash": 2046160977,
"children": [
{ "subId": 2211701, "order": 1, "descHash": 542960442 },
{ "subId": 2211702, "order": 2, "descHash": 218333786 },
{ "subId": 2211703, "order": 3, "descHash": 4122990426 }
]
},
{
"id": 22200,
"titleHash": 3042674135,
"children": [
{ "subId": 2220001, "order": 1, "descHash": 2723244068 },
{ "subId": 2220002, "order": 2, "descHash": 2682353476 },
{ "subId": 2220003, "order": 3, "descHash": 240509268 },
{ "subId": 2220004, "order": 4, "descHash": 3165701156 },
{ "subId": 2220005, "order": 5, "descHash": 1972693396 },
{ "subId": 2220006, "order": 6, "descHash": 1956859356 },
{ "subId": 2220007, "order": 7, "descHash": 3628125756 },
{ "subId": 2220010, "order": 10, "descHash": 128098724 },
{ "subId": 2220011, "order": 11, "descHash": 3996259708 },
{ "subId": 2220012, "order": 12, "descHash": 1083601060 },
{ "subId": 2220013, "order": 13, "descHash": 4181726116 }
]
},
{
"id": 22300,
"titleHash": 279008961,
"children": [
{ "subId": 2230001, "order": 1, "descHash": 2093206966 },
{ "subId": 2230002, "order": 2, "descHash": 2232903118 },
{ "subId": 2230003, "order": 3, "descHash": 241452198 },
{ "subId": 2230010, "order": 4, "hidden": true },
{ "subId": 2230011, "order": 5, "hidden": true },
{ "subId": 2230012, "order": 6, "hidden": true },
{ "subId": 2230013, "order": 7, "hidden": true },
{ "subId": 2230060, "order": 10, "hidden": true },
{ "subId": 2230061, "order": 10, "hidden": true },
{ "subId": 2230004, "order": 11, "descHash": 1200134614 },
{ "subId": 2230080, "order": 12, "hidden": true },
{ "subId": 2230081, "order": 12, "hidden": true }
]
},
{
"id": 22301,
"titleHash": 2318977625,
"children": [
{ "subId": 2230101, "order": 1, "descHash": 1437103798 },
{ "subId": 2230191, "order": 2, "hidden": true },
{ "subId": 2230192, "order": 3, "hidden": true },
{ "subId": 2230193, "order": 4, "hidden": true },
{ "subId": 2230102, "order": 5, "hidden": true },
{ "subId": 2230111, "order": 6, "hidden": true },
{ "subId": 2230112, "order": 7, "hidden": true },
{ "subId": 2230113, "order": 8, "hidden": true },
{ "subId": 2230121, "order": 9, "hidden": true },
{ "subId": 2230122, "order": 10, "hidden": true },
{ "subId": 2230123, "order": 11, "hidden": true },
{ "subId": 2230161, "order": 12, "descHash": 2561128326 },
{ "subId": 2230162, "order": 13, "descHash": 2699610766 },
{ "subId": 2230163, "order": 14, "descHash": 2415658318 },
{ "subId": 2230109, "order": 15, "hidden": true },
{ "subId": 2230103, "order": 16, "descHash": 1406496518 },
{ "subId": 2230104, "order": 17, "descHash": 1769154038 },
{ "subId": 2230105, "order": 18, "hidden": true },
{ "subId": 2230106, "order": 19, "hidden": true },
{ "subId": 2230107, "order": 20, "hidden": true },
{ "subId": 2230151, "order": 21, "hidden": true },
{ "subId": 2230152, "order": 22, "hidden": true },
{ "subId": 2230154, "order": 23, "hidden": true },
{ "subId": 2230108, "order": 24, "descHash": 1048615454 }
]
},
{
"id": 22302,
"titleHash": 3129989865,
"children": [
{ "subId": 2230201, "order": 1, "descHash": 137486470 },
{ "subId": 2230202, "order": 2, "descHash": 4122045102 },
{ "subId": 2230204, "order": 3, "hidden": true },
{ "subId": 2230203, "order": 4, "descHash": 3707062838 }
]
},
{
"id": 22303,
"titleHash": 198385833,
"children": [
{ "subId": 2230301, "order": 1, "descHash": 594866022 },
{ "subId": 2230302, "order": 2, "descHash": 969526094 },
{ "subId": 2230303, "order": 3, "descHash": 1456326734 }
]
},
{
"id": 22304,
"titleHash": 1454077689,
"children": [
{ "subId": 2230401, "order": 1, "descHash": 4158668174 },
{ "subId": 2230402, "order": 2, "descHash": 1500259294 },
{ "subId": 2230403, "order": 3, "hidden": true, "descHash": 1439962918 },
{ "subId": 2230404, "order": 4, "hidden": true, "descHash": 3518109774 },
{ "subId": 2230411, "order": 5, "hidden": true, "descHash": 1768452918 },
{ "subId": 2230412, "order": 6, "hidden": true, "descHash": 3494295582 },
{ "subId": 2230413, "order": 7, "hidden": true, "descHash": 3527315142 },
{ "subId": 2230441, "order": 8, "hidden": true },
{ "subId": 2230442, "order": 9, "hidden": true },
{ "subId": 2230443, "order": 10, "hidden": true },
{ "subId": 2230421, "order": 11, "descHash": 1791111038 },
{ "subId": 2230422, "order": 12, "descHash": 3978631910 },
{ "subId": 2230423, "order": 13, "descHash": 2238993902 },
{ "subId": 2230431, "order": 14, "descHash": 3335626966 },
{ "subId": 2230432, "order": 15, "descHash": 2803641062 },
{ "subId": 2230433, "order": 16, "descHash": 3150942974 },
{ "subId": 2230451, "order": 17, "hidden": true, "descHash": 269984814 },
{ "subId": 2230405, "order": 18, "descHash": 3127298654 }
]
},
{
"id": 22305,
"titleHash": 3829080729,
"children": [
{ "subId": 2230501, "order": 1, "descHash": 12635310 },
{ "subId": 2230599, "order": 2, "hidden": true },
{ "subId": 2230502, "order": 3, "descHash": 2732587654 },
{ "subId": 2230503, "order": 4, "hidden": true },
{ "subId": 2230504, "order": 5, "hidden": true },
{ "subId": 2230505, "order": 6, "hidden": true },
{ "subId": 2230506, "order": 7, "descHash": 2515222102 },
{ "subId": 2230507, "order": 8, "hidden": true },
{ "subId": 2230508, "order": 9, "hidden": true },
{ "subId": 2230509, "order": 10, "hidden": true },
{ "subId": 2230510, "order": 11, "hidden": true },
{ "subId": 2230511, "order": 12, "hidden": true },
{ "subId": 2230512, "order": 13, "hidden": true },
{ "subId": 2230513, "order": 14, "descHash": 2312004446 },
{ "subId": 2230514, "order": 15, "hidden": true },
{ "subId": 2230515, "order": 16, "hidden": true },
{ "subId": 2230516, "order": 17, "hidden": true },
{ "subId": 2230517, "order": 18, "hidden": true },
{ "subId": 2230518, "order": 19, "hidden": true },
{ "subId": 2230519, "order": 20, "hidden": true },
{ "subId": 2230520, "order": 21, "hidden": true },
{ "subId": 2230521, "order": 22, "hidden": true },
{ "subId": 2230522, "order": 23, "hidden": true },
{ "subId": 2230523, "order": 24, "hidden": true },
{ "subId": 2230524, "order": 25, "hidden": true },
{ "subId": 2230525, "order": 26, "hidden": true },
{ "subId": 2230526, "order": 27, "hidden": true },
{ "subId": 2230527, "order": 28, "hidden": true },
{ "subId": 2230528, "order": 29, "hidden": true }
]
},
{
"id": 22306,
"titleHash": 3152198577,
"children": [
{ "subId": 2230601, "order": 1, "descHash": 988527774 },
{ "subId": 2230602, "order": 2, "descHash": 1917740590 },
{ "subId": 2230603, "order": 3, "hidden": true, "descHash": 1661907686 },
{ "subId": 2230604, "order": 4, "hidden": true, "descHash": 1698707934 },
{ "subId": 2230611, "order": 5, "hidden": true, "descHash": 3936440878 },
{ "subId": 2230612, "order": 6, "hidden": true, "descHash": 2990519406 },
{ "subId": 2230613, "order": 7, "hidden": true, "descHash": 2381830790 },
{ "subId": 2230641, "order": 8, "hidden": true },
{ "subId": 2230642, "order": 9, "hidden": true },
{ "subId": 2230643, "order": 10, "hidden": true },
{ "subId": 2230621, "order": 11, "descHash": 773394206 },
{ "subId": 2230622, "order": 12, "descHash": 1800941278 },
{ "subId": 2230623, "order": 13, "descHash": 4177250606 },
{ "subId": 2230631, "order": 14, "descHash": 4079320990 },
{ "subId": 2230632, "order": 15, "descHash": 448552990 },
{ "subId": 2230633, "order": 16, "descHash": 2294579038 },
{ "subId": 2230651, "order": 17, "hidden": true, "descHash": 4258341022 },
{ "subId": 2230605, "order": 18, "descHash": 255208278 }
]
},
{
"id": 22307,
"titleHash": 3804306009,
"children": [
{ "subId": 2230701, "order": 1, "descHash": 721561910 },
{ "subId": 2230702, "order": 2, "descHash": 3716732766 },
{ "subId": 2230703, "order": 3, "hidden": true, "descHash": 857383646 },
{ "subId": 2230704, "order": 4, "hidden": true, "descHash": 356911742 },
{ "subId": 2230711, "order": 5, "hidden": true, "descHash": 2965653054 },
{ "subId": 2230712, "order": 6, "hidden": true, "descHash": 3835437542 },
{ "subId": 2230713, "order": 7, "hidden": true, "descHash": 2130167078 },
{ "subId": 2230741, "order": 8, "hidden": true },
{ "subId": 2230742, "order": 9, "hidden": true },
{ "subId": 2230743, "order": 10, "hidden": true },
{ "subId": 2230721, "order": 11, "descHash": 2371328390 },
{ "subId": 2230722, "order": 12, "descHash": 1541912526 },
{ "subId": 2230723, "order": 13, "descHash": 747345902 },
{ "subId": 2230731, "order": 14, "descHash": 3158517470 },
{ "subId": 2230732, "order": 15, "descHash": 1948087246 },
{ "subId": 2230733, "order": 16, "descHash": 1111930342 },
{ "subId": 2230751, "order": 17, "hidden": true, "descHash": 967827598 },
{ "subId": 2230705, "order": 18, "descHash": 2414493462 }
]
},
{
"id": 22500,
"titleHash": 1414302447,
"children": [
{ "subId": 2250001, "order": 1, "descHash": 3319332980 },
{ "subId": 2250002, "order": 2, "descHash": 111431916 },
{ "subId": 2250003, "order": 3, "descHash": 3037161004 },
{ "subId": 2250004, "order": 4, "descHash": 1423096428 },
{ "subId": 2250005, "order": 5, "descHash": 2399966924 },
{ "subId": 2250006, "order": 6, "descHash": 1580080852 },
{ "subId": 2250007, "order": 7, "descHash": 2336933276 },
{ "subId": 2250008, "order": 8, "descHash": 280360116 },
{ "subId": 2250009, "order": 9, "descHash": 2367791236 },
{ "subId": 2250010, "order": 10, "hidden": true }
]
},
{
"id": 22501,
"titleHash": 2481125359,
"children": [
{ "subId": 2250101, "order": 1, "descHash": 511631548 },
{ "subId": 2250102, "order": 2, "descHash": 3068383412 },
{ "subId": 2250103, "order": 3, "hidden": true, "descHash": 1055768884 },
{ "subId": 2250104, "order": 4, "hidden": true, "descHash": 4060560612 },
{ "subId": 2250105, "order": 5, "hidden": true, "descHash": 3311278348 },
{ "subId": 2250106, "order": 6, "hidden": true, "descHash": 1179614708 },
{ "subId": 2250107, "order": 7, "hidden": true, "descHash": 1070297636 },
{ "subId": 2250108, "order": 8, "hidden": true, "descHash": 2108683788 },
{ "subId": 2250109, "order": 9, "hidden": true, "descHash": 1317539644 },
{ "subId": 2250110, "order": 10, "hidden": true, "descHash": 1843848212 },
{ "subId": 2250111, "order": 11, "hidden": true, "descHash": 2241964108 },
{ "subId": 2250124, "order": 12, "hidden": true, "descHash": 441216820 },
{ "subId": 2250112, "order": 13, "hidden": true, "descHash": 2660438556 },
{ "subId": 2250113, "order": 14, "hidden": true, "descHash": 3471266148 },
{ "subId": 2250114, "order": 15, "hidden": true, "descHash": 113938588 },
{ "subId": 2250115, "order": 16, "hidden": true, "descHash": 3719629724 },
{ "subId": 2250116, "order": 17, "hidden": true, "descHash": 2698662292 },
{ "subId": 2250117, "order": 18, "hidden": true, "descHash": 1084966076 },
{ "subId": 2250118, "order": 19, "descHash": 2792275156 },
{ "subId": 2250119, "order": 20, "descHash": 4246580636 },
{ "subId": 2250120, "order": 21, "descHash": 3810432724 },
{ "subId": 2250121, "order": 22, "descHash": 1385582236 },
{ "subId": 2250122, "order": 23, "descHash": 2169435788 },
{ "subId": 2250123, "order": 24, "descHash": 1089300660 },
{ "subId": 2250125, "order": 25, "descHash": 3949262116 },
{ "subId": 2250126, "order": 26, "descHash": 4163857428 }
]
},
{
"id": 22701,
"titleHash": 3646653311,
"children": [
{ "subId": 2270106, "order": 1, "hidden": true, "descHash": 1020369868 },
{ "subId": 2270101, "order": 2, "descHash": 1964158204 },
{ "subId": 2270102, "order": 3, "descHash": 1227239572 },
{ "subId": 2270103, "order": 4, "descHash": 3474641148 },
{ "subId": 2270107, "order": 5, "descHash": 431822468 },
{ "subId": 2270108, "order": 6, "descHash": 1185939140 },
{ "subId": 2270104, "order": 7, "descHash": 2121395292 },
{ "subId": 2270109, "order": 8, "hidden": true, "descHash": 2472617972 },
{ "subId": 2270110, "order": 9, "hidden": true, "descHash": 2321465996 },
{ "subId": 2270105, "order": 10, "descHash": 4211532156 }
]
},
{
"id": 23000,
"titleHash": 2198761591,
"children": [
{ "subId": 2300001, "order": 1, "descHash": 1242085764 },
{ "subId": 2300002, "order": 2, "descHash": 2101210052 },
{ "subId": 2300003, "order": 3, "descHash": 1722139060 },
{ "subId": 2300004, "order": 4, "descHash": 3812551244 }
]
},
{
"id": 23001,
"titleHash": 4205064543,
"children": [
{ "subId": 2300101, "order": 1, "descHash": 2215225260 },
{ "subId": 2300102, "order": 2, "descHash": 3687857860 },
{ "subId": 2300103, "order": 3, "descHash": 2525043268 },
{ "subId": 2300104, "order": 4, "descHash": 1042144692 },
{ "subId": 2300105, "order": 5, "descHash": 3208198972 }
]
},
{
"id": 23002,
"titleHash": 3771243791,
"children": [
{ "subId": 2300201, "order": 1, "descHash": 738582476 },
{ "subId": 2300202, "order": 2, "descHash": 1277062172 },
{ "subId": 2300203, "order": 3, "descHash": 2937208204 },
{ "subId": 2300204, "order": 4, "descHash": 2219238060 },
{ "subId": 2300206, "order": 5, "descHash": 2279992180 },
{ "subId": 2300205, "order": 6, "descHash": 4198835228 }
]
},
{
"id": 23003,
"titleHash": 2755928479,
"children": [
{ "subId": 2300301, "order": 1, "hidden": true, "descHash": 1679526380 },
{ "subId": 2300302, "order": 2, "descHash": 343117252 },
{ "subId": 2300303, "order": 3, "descHash": 977058940 },
{ "subId": 2300305, "order": 4, "descHash": 2303061828 },
{ "subId": 2300306, "order": 5, "hidden": true, "descHash": 755357108 },
{ "subId": 2300308, "order": 6, "descHash": 240135444 },
{ "subId": 2300309, "order": 7, "descHash": 2015544900 },
{ "subId": 2300310, "order": 8, "descHash": 3339614460 },
{ "subId": 2300307, "order": 9, "descHash": 4066396996 }
]
},
{
"id": 23004,
"titleHash": 18737543,
"children": [
{ "subId": 2300401, "order": 1, "descHash": 1276820900 },
{ "subId": 2300402, "order": 2, "descHash": 1781923780 },
{ "subId": 2300403, "order": 4, "descHash": 2225829692 },
{ "subId": 2300404, "order": 5, "descHash": 2044519364 },
{ "subId": 2300414, "order": 6, "descHash": 3133165572 },
{ "subId": 2300406, "order": 7, "descHash": 2097639524 },
{ "subId": 2300407, "order": 8, "descHash": 3651228188 },
{ "subId": 2300408, "order": 9, "descHash": 2076712612 },
{ "subId": 2300409, "order": 10, "descHash": 3349506812 },
{ "subId": 2300410, "order": 12, "descHash": 3720826076 },
{ "subId": 2300411, "order": 13, "descHash": 1260237404 },
{ "subId": 2300412, "order": 14, "descHash": 2124336908 },
{ "subId": 2300413, "order": 15, "descHash": 785667084 },
{ "subId": 2300416, "order": 16, "descHash": 1080478932 },
{ "subId": 2300417, "order": 17, "hidden": true, "descHash": 547313212 },
{ "subId": 2300418, "order": 18, "hidden": true, "descHash": 3560934252 },
{ "subId": 2300419, "order": 19, "descHash": 1218642988 },
{ "subId": 2300420, "order": 20, "descHash": 874023724 },
{ "subId": 2300421, "order": 21, "hidden": true, "descHash": 3632004572 },
{ "subId": 2300422, "order": 22, "hidden": true, "descHash": 3269224156 },
{ "subId": 2300423, "order": 23, "descHash": 4046720612 },
{ "subId": 2300424, "order": 24, "descHash": 3507534116 },
{ "subId": 2300425, "order": 25, "hidden": true, "descHash": 196749724 },
{ "subId": 2300426, "order": 26, "hidden": true, "descHash": 1209964596 },
{ "subId": 2300427, "order": 27, "descHash": 3841353252 },
{ "subId": 2300428, "order": 28, "descHash": 1586626220 },
{ "subId": 2300429, "order": 29, "descHash": 1761608452 },
{ "subId": 2300430, "order": 30, "descHash": 1180746284 }
]
},
{
"id": 23005,
"titleHash": 1827604983,
"children": [
{ "subId": 2300501, "order": 1, "hidden": true, "descHash": 262868276 },
{ "subId": 2300502, "order": 2, "descHash": 1292011916 },
{ "subId": 2300503, "order": 3, "descHash": 3672559260 },
{ "subId": 2300507, "order": 4, "descHash": 1842042308 },
{ "subId": 2300508, "order": 5, "descHash": 2580771692 },
{ "subId": 2300509, "order": 6, "descHash": 2333749284 },
{ "subId": 2300504, "order": 7, "descHash": 2877175436 },
{ "subId": 2300505, "order": 8, "descHash": 4245692964 },
{ "subId": 2300506, "order": 9, "descHash": 1743339972 }
]
},
{
"id": 23006,
"titleHash": 2865484959,
"children": [
{ "subId": 2300601, "order": 1, "descHash": 219212076 },
{ "subId": 2300602, "order": 2, "descHash": 1508642068 },
{ "subId": 2300603, "order": 3, "descHash": 4060451340 }
]
},
{
"id": 23007,
"titleHash": 3424527383,
"children": [
{ "subId": 2300701, "order": 1, "descHash": 2734490860 },
{ "subId": 2300702, "order": 2, "descHash": 2620922148 },
{ "subId": 2300703, "order": 3, "descHash": 2295943276 },
{ "subId": 2300704, "order": 4, "descHash": 688216756 },
{ "subId": 2300705, "order": 5, "descHash": 1681475332 },
{ "subId": 2300706, "order": 6, "descHash": 209741956 },
{ "subId": 2300707, "order": 7, "descHash": 1485359252 },
{ "subId": 2300708, "order": 8, "descHash": 1889933028 },
{ "subId": 2300709, "order": 9, "descHash": 145895836 }
]
},
{
"id": 23008,
"titleHash": 753026527,
"children": [
{ "subId": 2300801, "order": 1, "descHash": 4012048732 },
{ "subId": 2300802, "order": 2, "descHash": 133685396 },
{ "subId": 2300803, "order": 3, "descHash": 1077697860 }
]
},
{
"id": 23009,
"titleHash": 2675129239,
"children": [
{ "subId": 2300901, "order": 1, "hidden": true, "descHash": 3125509860 },
{ "subId": 2300902, "order": 2, "descHash": 3390438084 },
{ "subId": 2300903, "order": 3, "descHash": 1081790684 },
{ "subId": 2300917, "order": 4, "descHash": 4220023892 },
{ "subId": 2300904, "order": 5, "descHash": 1614345884 },
{ "subId": 2300918, "order": 6, "descHash": 2913507644 },
{ "subId": 2300908, "order": 7, "descHash": 1708923748 },
{ "subId": 2300909, "order": 8, "descHash": 3380476716 },
{ "subId": 2300910, "order": 9, "descHash": 1435007468 },
{ "subId": 2300919, "order": 10, "descHash": 2304493404 },
{ "subId": 2300911, "order": 11, "descHash": 1833639580 },
{ "subId": 2300912, "order": 12, "descHash": 504757276 },
{ "subId": 2300913, "order": 13, "descHash": 3780526156 },
{ "subId": 2300920, "order": 14, "descHash": 1853476588 },
{ "subId": 2300914, "order": 15, "descHash": 1879602324 },
{ "subId": 2300915, "order": 16, "descHash": 3803371820 },
{ "subId": 2300916, "order": 17, "descHash": 179531204 },
{ "subId": 2300921, "order": 18, "descHash": 1596859444 }
]
},
{
"id": 23010,
"titleHash": 1789742463,
"children": [
{ "subId": 2301004, "order": 1, "hidden": true },
{ "subId": 2301001, "order": 2, "descHash": 2185568076 },
{ "subId": 2301002, "order": 3, "descHash": 3323077420 },
{ "subId": 2301003, "order": 4, "descHash": 2110368084 },
{ "subId": 2301005, "order": 5, "descHash": 3882604428 },
{ "subId": 2301006, "order": 6, "descHash": 2645653556 },
{ "subId": 2301007, "order": 7, "descHash": 1170040972 },
{ "subId": 2301008, "order": 8, "descHash": 1154956380 },
{ "subId": 2301009, "order": 9, "descHash": 4020600284 },
{ "subId": 2301010, "order": 10, "descHash": 3767568244 }
]
},
{
"id": 23011,
"titleHash": 2842834767,
"children": [
{ "subId": 2301101, "order": 1, "descHash": 4174194788 },
{ "subId": 2301102, "order": 2, "descHash": 3948706892 },
{ "subId": 2301107, "order": 3, "hidden": true, "descHash": 1026392132 },
{ "subId": 2301103, "order": 4, "descHash": 981368180 },
{ "subId": 2301104, "order": 5, "descHash": 2082847572 },
{ "subId": 2301105, "order": 6, "descHash": 1961787884 },
{ "subId": 2301106, "order": 7, "descHash": 428230228 }
]
},
{
"id": 23012,
"titleHash": 745067967,
"children": [
{ "subId": 2301201, "order": 1, "descHash": 1417933340 },
{ "subId": 2301209, "order": 2, "descHash": 343769356 },
{ "subId": 2301206, "order": 3, "hidden": true },
{ "subId": 2301207, "order": 4, "hidden": true },
{ "subId": 2301208, "order": 5, "hidden": true },
{ "subId": 2301202, "order": 6, "descHash": 215839316 },
{ "subId": 2301203, "order": 7, "descHash": 1972282868 },
{ "subId": 2301204, "order": 8, "descHash": 2797213268 },
{ "subId": 2301205, "order": 9, "descHash": 409457020 }
]
},
{
"id": 23013,
"titleHash": 1606063215,
"children": [
{ "subId": 2301301, "order": 1, "descHash": 984281988 },
{ "subId": 2301304, "order": 2, "hidden": true },
{ "subId": 2301302, "order": 3, "descHash": 3362217372 },
{ "subId": 2301303, "order": 4, "descHash": 1247566740 }
]
},
{
"id": 23014,
"titleHash": 609102887,
"children": [
{ "subId": 2301401, "order": 1, "descHash": 1700062652 },
{ "subId": 2301402, "order": 2, "descHash": 182573220 },
{ "subId": 2301403, "order": 3, "descHash": 2145386180 },
{ "subId": 2301404, "order": 4, "descHash": 4081452124 }
]
},
{
"id": 23015,
"titleHash": 386973407,
"children": [
{ "subId": 2301501, "order": 1, "descHash": 2601720236 },
{ "subId": 2301502, "order": 2, "descHash": 1948177836 },
{ "subId": 2301503, "order": 3, "descHash": 1328371940 }
]
},
{
"id": 23016,
"titleHash": 3917235735,
"children": [
{ "subId": 2301601, "order": 1, "descHash": 2626007900 },
{ "subId": 2301602, "order": 2, "descHash": 2752774924 },
{ "subId": 2301603, "order": 3, "descHash": 1804874900 }
]
},
{
"id": 23017,
"titleHash": 640169655,
"children": [
{ "subId": 2301701, "order": 1, "descHash": 906572148 },
{ "subId": 2301702, "order": 2, "descHash": 1790910876 },
{ "subId": 2301703, "order": 3, "descHash": 3151072092 },
{ "subId": 2301704, "order": 4, "descHash": 653974724 }
]
},
{
"id": 23018,
"titleHash": 3529958343,
"children": [
{ "subId": 2301801, "order": 1, "descHash": 2759765804 },
{ "subId": 2301802, "order": 2, "descHash": 1189104612 },
{ "subId": 2301820, "order": 3, "descHash": 1859235996 },
{ "subId": 2301803, "order": 4, "descHash": 3809806740 },
{ "subId": 2301804, "order": 5, "descHash": 2346871244 },
{ "subId": 2301805, "order": 6, "hidden": true, "test": true, "descHash": 914313820 },
{ "subId": 2301806, "order": 7, "descHash": 3039863460 },
{ "subId": 2301807, "order": 8, "descHash": 2244137404 },
{ "subId": 2301808, "order": 9, "descHash": 14999516 },
{ "subId": 2301821, "order": 10, "descHash": 2862304108 },
{ "subId": 2301809, "order": 11, "descHash": 4163960508 },
{ "subId": 2301810, "order": 12, "descHash": 1972587732 },
{ "subId": 2301811, "order": 13, "hidden": true, "test": true, "descHash": 1718101196 },
{ "subId": 2301812, "order": 14, "descHash": 2502392260 },
{ "subId": 2301813, "order": 15, "descHash": 1301075884 },
{ "subId": 2301814, "order": 16, "descHash": 3225598892 },
{ "subId": 2301822, "order": 17, "descHash": 3269414356 },
{ "subId": 2301815, "order": 18, "descHash": 328659572 },
{ "subId": 2301816, "order": 19, "descHash": 3944441316 },
{ "subId": 2301817, "order": 20, "hidden": true, "test": true, "descHash": 820597652 },
{ "subId": 2301818, "order": 21, "descHash": 3054352764 },
{ "subId": 2301819, "order": 22, "descHash": 1067436956 }
]
},
{
"id": 23019,
"titleHash": 1129122055,
"children": [
{ "subId": 2301901, "order": 1, "descHash": 3252154188 },
{ "subId": 2301902, "order": 2, "descHash": 1087722796 },
{ "subId": 2301905, "order": 3, "hidden": true, "descHash": 1023812932 },
{ "subId": 2301903, "order": 5, "descHash": 1911158956 },
{ "subId": 2301904, "order": 6, "descHash": 137999076 }
]
},
{
"id": 23020,
"titleHash": 3939457863,
"children": [
{ "subId": 2302001, "order": 1, "descHash": 3298621604 },
{ "subId": 2302002, "order": 2, "descHash": 2644028612 },
{ "subId": 2302003, "order": 3, "descHash": 3844929900 },
{ "subId": 2302004, "order": 4, "descHash": 430526460 },
{ "subId": 2302005, "order": 5, "descHash": 1317077700 }
]
},
{
"id": 23021,
"titleHash": 965914295,
"children": [
{ "subId": 2302101, "order": 1, "descHash": 2377272572 },
{ "subId": 2302102, "order": 2, "descHash": 2196282748 },
{ "subId": 2302103, "order": 3, "descHash": 2454342548 },
{ "subId": 2302104, "order": 4, "descHash": 173797460 },
{ "subId": 2302105, "order": 5, "hidden": true, "descHash": 190742892 },
{ "subId": 2302109, "order": 6, "hidden": true, "descHash": 1796699980 },
{ "subId": 2302106, "order": 7, "descHash": 173240364 },
{ "subId": 2302107, "order": 8, "hidden": true, "descHash": 336079428 },
{ "subId": 2302108, "order": 9, "descHash": 2929209116 },
{ "subId": 2302110, "order": 10, "descHash": 3802885588 }
]
},
{
"id": 23022,
"titleHash": 3187842063,
"children": [
{ "subId": 2302201, "order": 1, "descHash": 4136361300 },
{ "subId": 2302202, "order": 2, "descHash": 2867996508 },
{ "subId": 2302203, "order": 3, "descHash": 3303322092 },
{ "subId": 2302204, "order": 4, "descHash": 3397966324 },
{ "subId": 2302205, "order": 5, "descHash": 801394292 }
]
},
{
"id": 23023,
"titleHash": 263758375,
"children": [
{ "subId": 2302301, "order": 1, "descHash": 737162276 },
{ "subId": 2302302, "order": 2, "descHash": 660576540 },
{ "subId": 2302304, "order": 3, "descHash": 4123571364 },
{ "subId": 2302303, "order": 4, "descHash": 1413224060 },
{ "subId": 2302305, "order": 5, "descHash": 3222374780 },
{ "subId": 2302306, "order": 6, "descHash": 2256967196 }
]
},
{
"id": 23024,
"titleHash": 3415473871,
"children": [
{ "subId": 2302401, "order": 1, "descHash": 161276060 },
{ "subId": 2302402, "order": 2, "descHash": 3871516948 },
{ "subId": 2302405, "order": 3, "descHash": 3803488580 },
{ "subId": 2302403, "order": 4, "descHash": 1790052436 },
{ "subId": 2302404, "order": 5, "descHash": 435663524 },
{ "subId": 2302406, "order": 6, "descHash": 3318070196 },
{ "subId": 2302407, "order": 7, "descHash": 2190158828 }
]
},
{
"id": 23025,
"titleHash": 3159431215,
"children": [
{ "subId": 2302501, "order": 1, "hidden": true, "descHash": 2614885100 },
{ "subId": 2302502, "order": 2, "descHash": 2947343412 },
{ "subId": 2302503, "order": 3, "descHash": 807898852 },
{ "subId": 2302504, "order": 4, "descHash": 660567732 },
{ "subId": 2302505, "order": 5, "descHash": 1467339044 },
{ "subId": 2302506, "order": 6, "descHash": 4243649036 },
{ "subId": 2302507, "order": 7, "descHash": 3731639428 },
{ "subId": 2302508, "order": 8, "descHash": 3525628572 },
{ "subId": 2302511, "order": 9, "descHash": 3754582724 },
{ "subId": 2302509, "order": 10, "descHash": 2344575996 },
{ "subId": 2302510, "order": 11, "descHash": 3793754716 }
]
},
{
"id": 23026,
"titleHash": 1882476447,
"children": [
{ "subId": 2302601, "order": 1, "descHash": 397818756 },
{ "subId": 2302602, "order": 2, "descHash": 2057900244 },
{ "subId": 2302603, "order": 3, "descHash": 2223502340 },
{ "subId": 2302604, "order": 4, "hidden": true, "descHash": 532655620 },
{ "subId": 2302605, "order": 5, "hidden": true },
{ "subId": 2302606, "order": 6, "hidden": true },
{ "subId": 2302607, "order": 7, "hidden": true },
{ "subId": 2302608, "order": 8, "hidden": true },
{ "subId": 2302609, "order": 9, "hidden": true },
{ "subId": 2302610, "order": 10, "hidden": true },
{ "subId": 2302611, "order": 11, "hidden": true },
{ "subId": 2302612, "order": 12, "descHash": 2859592092 }
]
},
{
"id": 23027,
"titleHash": 1184760239,
"children": [
{ "subId": 2302701, "order": 1, "descHash": 3705680620 },
{ "subId": 2302702, "order": 2, "descHash": 2765910020 },
{ "subId": 2302703, "order": 3, "descHash": 3847590580 },
{ "subId": 2302704, "order": 4, "descHash": 1018531388 },
{ "subId": 2302705, "order": 5, "descHash": 3859506580 },
{ "subId": 2302706, "order": 6, "descHash": 250983564 },
{ "subId": 2302707, "order": 7, "descHash": 1077970884 },
{ "subId": 2302708, "order": 8, "descHash": 2693506084 },
{ "subId": 2302709, "order": 9, "descHash": 352551340 },
{ "subId": 2302710, "order": 10, "descHash": 3245592444 },
{ "subId": 2302711, "order": 11, "descHash": 2808441652 }
]
},
{
"id": 23028,
"titleHash": 2900171199,
"children": [
{ "subId": 2302801, "order": 1, "descHash": 3816179868 },
{ "subId": 2302802, "order": 2, "descHash": 1903351564 },
{ "subId": 2302805, "order": 3, "descHash": 1068777532 },
{ "subId": 2302806, "order": 4, "descHash": 2317320172 },
{ "subId": 2302803, "order": 5, "descHash": 3787275404 },
{ "subId": 2302804, "order": 6, "descHash": 3740962132 }
]
},
{
"id": 23029,
"titleHash": 332443887,
"children": [
{ "subId": 2302901, "order": 1, "descHash": 2044661492 },
{ "subId": 2302902, "order": 2, "descHash": 3482239500 },
{ "subId": 2302903, "order": 3, "descHash": 3192965116 },
{ "subId": 2302904, "order": 4, "descHash": 1031568724 }
]
},
{
"id": 23030,
"titleHash": 2662879119,
"children": [
{ "subId": 2303001, "order": 1, "descHash": 2155631956 },
{ "subId": 2303007, "order": 2, "descHash": 3268822708 },
{ "subId": 2303002, "order": 3, "descHash": 1841536348 },
{ "subId": 2303003, "order": 4, "descHash": 4170809364 },
{ "subId": 2303006, "order": 5, "hidden": true },
{ "subId": 2303004, "order": 6, "descHash": 3028616348 },
{ "subId": 2303005, "order": 7, "descHash": 2727791436 }
]
},
{
"id": 23031,
"titleHash": 4173861559,
"children": [
{ "subId": 2303101, "order": 1, "descHash": 822796900 },
{ "subId": 2303102, "order": 2, "descHash": 4038233748 },
{ "subId": 2303103, "order": 3, "descHash": 1231103828 },
{ "subId": 2303104, "order": 4, "descHash": 644339916 },
{ "subId": 2303105, "order": 5, "descHash": 619768580 },
{ "subId": 2303106, "order": 6, "descHash": 3894744852 },
{ "subId": 2303107, "order": 7, "descHash": 1627035148 },
{ "subId": 2303108, "order": 8, "descHash": 2372727972 },
{ "subId": 2303109, "order": 9, "descHash": 1344578796 }
]
},
{
"id": 23032,
"titleHash": 2206701527,
"children": [
{ "subId": 2303201, "order": 1, "descHash": 2842604444 },
{ "subId": 2303202, "order": 2, "descHash": 3353527636 },
{ "subId": 2303218, "order": 3, "hidden": true, "descHash": 1582549436 },
{ "subId": 2303203, "order": 4, "descHash": 1945976220 },
{ "subId": 2303204, "order": 5, "descHash": 3914123548 },
{ "subId": 2303205, "order": 6, "descHash": 1013094212 },
{ "subId": 2303206, "order": 7, "descHash": 2486066004 },
{ "subId": 2303207, "order": 8, "descHash": 3741238996 },
{ "subId": 2303216, "order": 9, "descHash": 3727504292 },
{ "subId": 2303211, "order": 10, "descHash": 2850701340 },
{ "subId": 2303208, "order": 11, "descHash": 4143323708 },
{ "subId": 2303209, "order": 12, "descHash": 2940735908 },
{ "subId": 2303217, "order": 13, "descHash": 1922122340 },
{ "subId": 2303212, "order": 14, "descHash": 3011945636 },
{ "subId": 2303210, "order": 15, "descHash": 852313572 },
{ "subId": 2303213, "order": 16, "descHash": 2547757604 },
{ "subId": 2303214, "order": 17, "descHash": 953929196 },
{ "subId": 2303215, "order": 18, "descHash": 353389820 }
]
},
{
"id": 23033,
"titleHash": 3759440751,
"children": [
{ "subId": 2303311, "order": 1, "hidden": true },
{ "subId": 2303301, "order": 2, "descHash": 757676900 },
{ "subId": 2303302, "order": 3, "descHash": 858010100 },
{ "subId": 2303303, "order": 4, "descHash": 761058268 },
{ "subId": 2303304, "order": 5, "descHash": 3640040580 },
{ "subId": 2303305, "order": 6, "descHash": 3761851956 },
{ "subId": 2303306, "order": 7, "descHash": 3893106076 },
{ "subId": 2303307, "order": 8, "descHash": 1410686844 },
{ "subId": 2303308, "order": 9, "descHash": 3277370076 },
{ "subId": 2303309, "order": 10, "descHash": 1175460924 },
{ "subId": 2303310, "order": 11, "descHash": 2691979444 }
]
},
{
"id": 23035,
"titleHash": 438014359,
"children": [
{ "subId": 2303501, "order": 1, "descHash": 2857215084 },
{ "subId": 2303502, "order": 2, "descHash": 3844272780 },
{ "subId": 2303503, "order": 3, "descHash": 982525404 },
{ "subId": 2303504, "order": 4, "descHash": 1863272164 },
{ "subId": 2303505, "order": 5, "descHash": 3914653348 },
{ "subId": 2303506, "order": 6, "descHash": 1834965276 }
]
},
{
"id": 23036,
"titleHash": 1507824519,
"children": [
{ "subId": 2303601, "order": 1, "descHash": 4084913860 },
{ "subId": 2303602, "order": 2, "descHash": 3751319444 },
{ "subId": 2303603, "order": 3, "descHash": 156138556 },
{ "subId": 2303604, "order": 4, "descHash": 2262948580 },
{ "subId": 2303605, "order": 5, "descHash": 2227454620 },
{ "subId": 2303606, "order": 6, "descHash": 2990011484 },
{ "subId": 2303607, "order": 7, "descHash": 3847576044 },
{ "subId": 2303608, "order": 8, "descHash": 1609317012 },
{ "subId": 2303609, "order": 9, "descHash": 1107120900 }
]
},
{
"id": 23037,
"titleHash": 3750921591,
"children": [
{ "subId": 2303701, "order": 1, "descHash": 9443444 },
{ "subId": 2303702, "order": 2, "descHash": 1443196612 },
{ "subId": 2303703, "order": 3, "descHash": 3509623276 },
{ "subId": 2303704, "order": 4, "descHash": 2563464428 },
{ "subId": 2303706, "order": 5, "descHash": 370774940 },
{ "subId": 2303707, "order": 6, "descHash": 1407482676 },
{ "subId": 2303708, "order": 7, "descHash": 3187936892 },
{ "subId": 2303709, "order": 8, "descHash": 2478416532 }
]
},
{
"id": 23038,
"titleHash": 747678327,
"children": [
{ "subId": 2303801, "order": 1, "descHash": 1212062428 },
{ "subId": 2303802, "order": 2, "descHash": 97798436 },
{ "subId": 2303803, "order": 3, "descHash": 1155033932 },
{ "subId": 2303804, "order": 4, "descHash": 1542249124 },
{ "subId": 2303805, "order": 5, "descHash": 441143412 },
{ "subId": 2303806, "order": 6, "descHash": 3714694292 },
{ "subId": 2303807, "order": 7, "descHash": 3306692 },
{ "subId": 2303808, "order": 8, "descHash": 3221858204 }
]
},
{
"id": 23039,
"titleHash": 120031231,
"children": [
{ "subId": 2303901, "order": 1, "descHash": 3378783060 },
{ "subId": 2303902, "order": 2, "descHash": 875124332 },
{ "subId": 2303903, "order": 3, "hidden": true, "test": true, "descHash": 2135978620 },
{ "subId": 2303904, "order": 4, "descHash": 1023648292 },
{ "subId": 2303905, "order": 5, "descHash": 3787268028 }
]
},
{
"id": 23040,
"titleHash": 1880105423,
"children": [
{ "subId": 2304001, "order": 1, "hidden": true, "test": true, "descHash": 1007848820 },
{ "subId": 2304002, "order": 2, "descHash": 2115834796 },
{ "subId": 2304003, "order": 3, "descHash": 1687526580 },
{ "subId": 2304004, "order": 4, "descHash": 783649084 },
{ "subId": 2304005, "order": 5, "descHash": 3431894764 },
{ "subId": 2304006, "order": 6, "descHash": 2004951612 },
{ "subId": 2304007, "order": 7, "descHash": 1067306212 },
{ "subId": 2304008, "order": 8, "descHash": 1234696468 },
{ "subId": 2304009, "order": 9, "descHash": 1930923884 },
{ "subId": 2304010, "order": 10, "descHash": 2351082628 }
]
},
{
"id": 23041,
"titleHash": 4283590703,
"children": [
{ "subId": 2304101, "order": 1, "descHash": 4243580572 },
{ "subId": 2304118, "order": 2, "hidden": true, "descHash": 1466704740 },
{ "subId": 2304102, "order": 3, "descHash": 2496795932 },
{ "subId": 2304103, "order": 4, "descHash": 438682732 },
{ "subId": 2304105, "order": 5, "descHash": 4074912068 },
{ "subId": 2304117, "order": 6, "hidden": true, "descHash": 1855451244 },
{ "subId": 2304116, "order": 7, "hidden": true, "descHash": 2936798316 },
{ "subId": 2304111, "order": 8, "hidden": true, "descHash": 4012117172 },
{ "subId": 2304113, "order": 9, "descHash": 2558238124 },
{ "subId": 2304112, "order": 10, "descHash": 392256724 },
{ "subId": 2304106, "order": 11, "descHash": 3993570316 },
{ "subId": 2304107, "order": 12, "descHash": 3444272268 },
{ "subId": 2304109, "order": 14, "descHash": 3369257972 },
{ "subId": 2304110, "order": 15, "descHash": 2172465012 },
{ "subId": 2304114, "order": 16, "descHash": 3455005892 },
{ "subId": 2304115, "order": 17, "descHash": 1927834556 }
]
},
{
"id": 23042,
"titleHash": 3487787247,
"children": [
{ "subId": 2304201, "order": 1, "descHash": 2989754908 },
{ "subId": 2304202, "order": 2, "descHash": 1210698468 },
{ "subId": 2304203, "order": 3, "descHash": 3017533852 },
{ "subId": 2304204, "order": 4, "descHash": 2022875556 },
{ "subId": 2304205, "order": 5, "descHash": 784944332 },
{ "subId": 2304206, "order": 6, "descHash": 3366806820 }
]
},
{
"id": 23043,
"titleHash": 2834765783,
"children": [
{ "subId": 2304306, "order": 1, "hidden": true },
{ "subId": 2304301, "order": 2, "descHash": 316707852 },
{ "subId": 2304302, "order": 3, "hidden": true, "test": true, "descHash": 1615553348 },
{ "subId": 2304303, "order": 4, "descHash": 1254410132 },
{ "subId": 2304304, "order": 5, "descHash": 2337631564 },
{ "subId": 2304312, "order": 6, "hidden": true, "test": true, "descHash": 1938263260 },
{ "subId": 2304313, "order": 7, "hidden": true, "test": true, "descHash": 3863626084 },
{ "subId": 2304305, "order": 8, "descHash": 3740245716 },
{ "subId": 2304316, "order": 9, "descHash": 3244774724 },
{ "subId": 2304307, "order": 10, "descHash": 4145092908 },
{ "subId": 2304308, "order": 11, "hidden": true, "test": true, "descHash": 3767634276 },
{ "subId": 2304309, "order": 12, "descHash": 1740972388 },
{ "subId": 2304310, "order": 13, "descHash": 189902180 },
{ "subId": 2304314, "order": 14, "hidden": true, "test": true, "descHash": 1823638636 },
{ "subId": 2304315, "order": 15, "hidden": true, "test": true, "descHash": 1159543196 },
{ "subId": 2304311, "order": 16, "descHash": 1639336188 },
{ "subId": 2304317, "order": 17, "descHash": 3595750988 }
]
},
{
"id": 25000,
"hidden": true,
"titleHash": 589584985,
"children": [{ "subId": 2500001, "order": 1, "hidden": true, "test": true, "descHash": 2142748479 }]
},
{
"id": 25001,
"titleHash": 4176275185,
"children": [
{ "subId": 2500101, "order": 1, "descHash": 911420831 },
{ "subId": 2500102, "order": 2, "descHash": 3560310767 }
]
},
{
"id": 25002,
"hidden": true,
"titleHash": 4247383593,
"children": [{ "subId": 2500201, "order": 1, "hidden": true, "test": true, "descHash": 1740256319 }]
},
{
"id": 25003,
"titleHash": 90154033,
"children": [
{ "subId": 2500301, "order": 1, "descHash": 3442978583 },
{ "subId": 2500302, "order": 2, "descHash": 3957139775 }
]
},
{
"id": 25004,
"hidden": true,
"titleHash": 387106497,
"children": [{ "subId": 2500401, "order": 1, "hidden": true, "test": true, "descHash": 2221056863 }]
},
{
"id": 25005,
"titleHash": 1359816337,
"children": [
{ "subId": 2500501, "order": 1, "descHash": 3402812575 },
{ "subId": 2500502, "order": 2, "descHash": 462062671 }
]
},
{
"id": 25006,
"hidden": true,
"titleHash": 3750577425,
"children": [{ "subId": 2500601, "order": 1, "hidden": true, "test": true, "descHash": 4185173327 }]
},
{
"id": 25007,
"titleHash": 595961705,
"children": [
{ "subId": 2500701, "order": 1, "descHash": 682983879 },
{ "subId": 2500702, "order": 2, "descHash": 2033651327 }
]
},
{
"id": 25008,
"hidden": true,
"titleHash": 1973340841,
"children": [{ "subId": 2500801, "order": 1, "hidden": true, "test": true, "descHash": 338307151 }]
},
{
"id": 25009,
"titleHash": 3528888169,
"children": [
{ "subId": 2500901, "order": 1, "descHash": 3141787631 },
{ "subId": 2500902, "order": 2, "descHash": 301866087 }
]
},
{
"id": 25010,
"hidden": true,
"titleHash": 3844912777,
"children": [{ "subId": 2501001, "order": 1, "hidden": true, "test": true, "descHash": 2895427143 }]
},
{
"id": 25011,
"titleHash": 1036984273,
"children": [
{ "subId": 2501101, "order": 1, "descHash": 2253053295 },
{ "subId": 2501102, "order": 2, "descHash": 825974135 }
]
},
{
"id": 25012,
"hidden": true,
"titleHash": 551662457,
"children": [{ "subId": 2501201, "order": 1, "hidden": true, "test": true, "descHash": 3309461039 }]
},
{
"id": 25013,
"titleHash": 512994489,
"children": [
{ "subId": 2501301, "order": 1, "descHash": 2245872135 },
{ "subId": 2501302, "order": 2, "descHash": 4274392807 }
]
},
{
"id": 31001,
"hidden": true,
"unreleased": true,
"titleHash": 3268229959,
"children": [{ "subId": 3100101, "order": 1, "hidden": true }]
},
{
"id": 40000,
"titleHash": 402382367,
"children": [
{ "subId": 4000001, "order": 1, "hidden": true, "test": true, "descHash": 1271153492 },
{ "subId": 4000002, "order": 2, "descHash": 2025242228 },
{ "subId": 4000003, "order": 3, "descHash": 3143857628 }
]
},
{
"id": 40001,
"unreleased": true,
"titleHash": 2945427033,
"children": [
{ "subId": 4000100, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 509643014 },
{ "subId": 4000101, "order": 2, "unreleased": true, "descHash": 1923622510 },
{ "subId": 4000102, "order": 3, "hidden": true, "test": true, "unreleased": true, "descHash": 961790222 },
{ "subId": 4000112, "order": 4, "unreleased": true, "descHash": 152859510 },
{ "subId": 4000103, "order": 5, "unreleased": true, "descHash": 916781262 },
{ "subId": 4000110, "order": 6, "unreleased": true, "descHash": 2994471862 },
{ "subId": 4000111, "order": 7, "unreleased": true, "descHash": 3874585358 },
{ "subId": 4000104, "order": 8, "unreleased": true, "descHash": 4284282734 },
{ "subId": 4000105, "order": 9, "test": true, "unreleased": true, "descHash": 682170278 },
{ "subId": 4000106, "order": 10, "test": true, "unreleased": true, "descHash": 1812166214 },
{ "subId": 4000109, "order": 11, "test": true, "unreleased": true, "descHash": 3764343294 },
{ "subId": 4000107, "order": 12, "hidden": true, "test": true, "unreleased": true, "descHash": 1113439862 },
{ "subId": 4000108, "order": 13, "hidden": true, "test": true, "unreleased": true, "descHash": 4162655206 }
]
},
{
"id": 40002,
"unreleased": true,
"titleHash": 3234558745,
"children": [
{ "subId": 4000201, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 2179812606 },
{ "subId": 4000202, "order": 2, "unreleased": true, "descHash": 2437253334 },
{ "subId": 4000203, "order": 3, "unreleased": true, "descHash": 2299836574 },
{ "subId": 4000204, "order": 4, "unreleased": true, "descHash": 3806764518 },
{ "subId": 4000216, "order": 5, "hidden": true, "test": true, "unreleased": true, "descHash": 306047542 },
{ "subId": 4000205, "order": 6, "unreleased": true, "descHash": 2812351022 },
{ "subId": 4000206, "order": 7, "unreleased": true, "descHash": 2822356166 },
{ "subId": 4000207, "order": 8, "hidden": true, "test": true, "unreleased": true, "descHash": 2935915382 },
{ "subId": 4000208, "order": 9, "unreleased": true, "descHash": 2442900350 },
{ "subId": 4000209, "order": 10, "hidden": true, "test": true, "unreleased": true, "descHash": 188144086 },
{ "subId": 4000210, "order": 11, "hidden": true, "test": true, "unreleased": true, "descHash": 366031846 },
{ "subId": 4000211, "order": 12, "hidden": true, "test": true, "unreleased": true, "descHash": 2317605142 },
{ "subId": 4000212, "order": 13, "unreleased": true, "descHash": 3118665606 },
{ "subId": 4000213, "order": 14, "hidden": true, "test": true, "unreleased": true, "descHash": 2471759382 },
{ "subId": 4000214, "order": 15, "hidden": true, "test": true, "unreleased": true, "descHash": 3412602598 },
{ "subId": 4000215, "order": 16, "unreleased": true, "descHash": 1890664494 }
]
},
{
"id": 40003,
"unreleased": true,
"titleHash": 937678633,
"children": [
{ "subId": 4000301, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 2885163886 },
{ "subId": 4000302, "order": 2, "unreleased": true, "descHash": 786706294 },
{ "subId": 4000305, "order": 3, "unreleased": true, "descHash": 3131649070 },
{ "subId": 4000303, "order": 4, "unreleased": true, "descHash": 4093106382 },
{ "subId": 4000304, "order": 5, "unreleased": true, "descHash": 4078059974 },
{ "subId": 4000306, "order": 6, "unreleased": true, "descHash": 893254470 },
{ "subId": 4000307, "order": 7, "hidden": true, "test": true, "unreleased": true, "descHash": 1816404478 },
{ "subId": 4000308, "order": 8, "test": true, "unreleased": true, "descHash": 773268118 },
{ "subId": 4000309, "order": 9, "unreleased": true, "descHash": 3546850766 }
]
},
{
"id": 40004,
"unreleased": true,
"titleHash": 3980594777,
"children": [
{ "subId": 4000400, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 937665014 },
{ "subId": 4000401, "order": 2, "unreleased": true, "descHash": 2366119854 },
{ "subId": 4000402, "order": 3, "unreleased": true, "descHash": 1808920366 },
{ "subId": 4000403, "order": 4, "unreleased": true, "descHash": 4267531142 },
{ "subId": 4000404, "order": 5, "test": true, "unreleased": true, "descHash": 2697992854 },
{ "subId": 4000405, "order": 6, "test": true, "unreleased": true, "descHash": 2819682182 },
{ "subId": 4000406, "order": 7, "unreleased": true, "descHash": 2672527830 },
{ "subId": 4000409, "order": 8, "unreleased": true, "descHash": 2360073414 },
{ "subId": 4000407, "order": 9, "unreleased": true, "descHash": 3883009206 },
{ "subId": 4000408, "order": 10, "hidden": true, "test": true, "unreleased": true, "descHash": 903052974 }
]
},
{
"id": 40005,
"unreleased": true,
"titleHash": 3201890153,
"children": [
{ "subId": 4000500, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 2545753374 },
{ "subId": 4000501, "order": 1, "unreleased": true, "descHash": 2045284078 },
{ "subId": 4000502, "order": 2, "unreleased": true, "descHash": 234991398 },
{ "subId": 4000503, "order": 3, "unreleased": true, "descHash": 619479598 },
{ "subId": 4000504, "order": 4, "hidden": true, "test": true, "unreleased": true, "descHash": 1529046110 },
{ "subId": 4000505, "order": 5, "unreleased": true, "descHash": 855442958 },
{ "subId": 4000506, "order": 6, "unreleased": true, "descHash": 3730681374 }
]
},
{
"id": 40006,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 2100888273,
"children": [
{ "subId": 4000601, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 3695395086 }
]
},
{
"id": 40007,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 192083921,
"children": [
{ "subId": 4000703, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 582936286 },
{ "subId": 4000701, "order": 2, "hidden": true, "test": true, "unreleased": true, "descHash": 3852765670 },
{ "subId": 4000702, "order": 3, "hidden": true, "test": true, "unreleased": true, "descHash": 2226773662 },
{ "subId": 4000704, "order": 4, "hidden": true, "test": true, "unreleased": true, "descHash": 4023696854 }
]
},
{
"id": 40008,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 1167646129,
"children": [
{ "subId": 4000801, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 18898974 }
]
},
{
"id": 40009,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 4199559649,
"children": [
{ "subId": 4000901, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 891319030 }
]
},
{
"id": 40010,
"titleHash": 3345717439,
"children": [
{ "subId": 4001001, "order": 1, "descHash": 1427467460 },
{ "subId": 4001002, "order": 2, "descHash": 1568575428 },
{ "subId": 4001003, "order": 3, "descHash": 1283867652 },
{ "subId": 4001004, "order": 4, "descHash": 3517100420 },
{ "subId": 4001005, "order": 5, "descHash": 983321636 },
{ "subId": 4001006, "order": 6, "hidden": true, "test": true, "descHash": 3353023476 },
{ "subId": 4001007, "order": 7, "hidden": true, "test": true, "descHash": 4177234996 },
{ "subId": 4001026, "order": 8, "descHash": 2151508924 },
{ "subId": 4001008, "order": 9, "descHash": 252386732 },
{ "subId": 4001009, "order": 10, "descHash": 1651989404 },
{ "subId": 4001011, "order": 11, "descHash": 3219364964 },
{ "subId": 4001012, "order": 12, "descHash": 25664788 },
{ "subId": 4001013, "order": 13, "descHash": 2897679212 },
{ "subId": 4001014, "order": 14, "descHash": 1439297868 },
{ "subId": 4001015, "order": 15, "descHash": 2843498164 },
{ "subId": 4001016, "order": 16, "descHash": 2584697452 },
{ "subId": 4001017, "order": 17, "descHash": 2711680020 },
{ "subId": 4001010, "order": 18, "descHash": 2058085620 },
{ "subId": 4001027, "order": 19, "descHash": 1767900780 },
{ "subId": 4001018, "order": 20, "descHash": 708876468 },
{ "subId": 4001019, "order": 21, "descHash": 1563542060 },
{ "subId": 4001020, "order": 22, "descHash": 3315628956 },
{ "subId": 4001021, "order": 23, "test": true, "descHash": 2823316236 },
{ "subId": 4001022, "order": 24, "hidden": true, "test": true, "descHash": 177115068 },
{ "subId": 4001029, "order": 25, "hidden": true, "test": true, "descHash": 1945915180 },
{ "subId": 4001030, "order": 26, "hidden": true, "test": true, "descHash": 2781606492 },
{ "subId": 4001031, "order": 27, "hidden": true, "test": true, "descHash": 1029438060 },
{ "subId": 4001023, "order": 28, "hidden": true, "test": true, "descHash": 398933308 },
{ "subId": 4001028, "order": 29, "test": true, "descHash": 3241321764 },
{ "subId": 4001024, "order": 30, "descHash": 2338001604 },
{ "subId": 4001025, "order": 31, "descHash": 177437892 }
]
},
{
"id": 40011,
"titleHash": 2946314431,
"children": [
{ "subId": 4001112, "order": 1, "hidden": true, "test": true, "descHash": 1123171932 },
{ "subId": 4001116, "order": 2, "descHash": 1960228300 },
{ "subId": 4001115, "order": 3, "descHash": 3074082052 },
{ "subId": 4001101, "order": 4, "descHash": 2940557908 },
{ "subId": 4001102, "order": 5, "descHash": 71335020 },
{ "subId": 4001108, "order": 6, "descHash": 2629074884 },
{ "subId": 4001113, "order": 7, "descHash": 541557020 },
{ "subId": 4001109, "order": 8, "hidden": true, "test": true, "descHash": 875265764 },
{ "subId": 4001110, "order": 9, "hidden": true, "test": true, "descHash": 3607497316 },
{ "subId": 4001114, "order": 10, "descHash": 1482047164 },
{ "subId": 4001117, "order": 11, "descHash": 1756794172 },
{ "subId": 4001118, "order": 12, "descHash": 3250275412 },
{ "subId": 4001119, "order": 13, "descHash": 701997148 },
{ "subId": 4001103, "order": 14, "hidden": true, "test": true, "descHash": 1078359940 },
{ "subId": 4001120, "order": 15, "hidden": true, "test": true, "descHash": 620703860 },
{ "subId": 4001104, "order": 16, "descHash": 243329884 },
{ "subId": 4001105, "order": 17, "descHash": 3160523428 },
{ "subId": 4001106, "order": 18, "descHash": 3555955068 },
{ "subId": 4001107, "order": 19, "descHash": 138807236 },
{ "subId": 4001111, "order": 20, "descHash": 2722856236 }
]
},
{
"id": 40012,
"titleHash": 3099896599,
"children": [
{ "subId": 4001205, "order": 1, "hidden": true, "test": true, "descHash": 1271426596 },
{ "subId": 4001215, "order": 2, "descHash": 3163228228 },
{ "subId": 4001214, "order": 3, "descHash": 3275315276 },
{ "subId": 4001201, "order": 4, "descHash": 2172363212 },
{ "subId": 4001202, "order": 5, "descHash": 2057439476 },
{ "subId": 4001203, "order": 6, "descHash": 2723441604 },
{ "subId": 4001204, "order": 7, "descHash": 249109308 },
{ "subId": 4001207, "order": 8, "descHash": 2641500372 },
{ "subId": 4001206, "order": 9, "descHash": 2809778572 },
{ "subId": 4001208, "order": 10, "descHash": 3454419324 },
{ "subId": 4001209, "order": 11, "descHash": 152439972 },
{ "subId": 4001210, "order": 12, "descHash": 472215804 },
{ "subId": 4001211, "order": 13, "descHash": 2583476044 },
{ "subId": 4001212, "order": 14, "descHash": 109812068 },
{ "subId": 4001213, "order": 15, "descHash": 712141092 },
{ "subId": 4001216, "order": 16, "descHash": 3670802556 },
{ "subId": 4001218, "order": 17, "descHash": 3292467972 },
{ "subId": 4001217, "order": 18, "descHash": 2715364988 }
]
},
{
"id": 40013,
"titleHash": 4275983223,
"children": [
{ "subId": 4001308, "order": 1, "hidden": true, "test": true, "descHash": 1081925756 },
{ "subId": 4001312, "order": 2, "descHash": 2017093156 },
{ "subId": 4001310, "order": 3, "descHash": 352913892 },
{ "subId": 4001301, "order": 4, "descHash": 826069668 },
{ "subId": 4001302, "order": 5, "descHash": 3463535484 },
{ "subId": 4001303, "order": 6, "descHash": 2976031444 },
{ "subId": 4001304, "order": 7, "hidden": true, "test": true, "descHash": 2598500380 },
{ "subId": 4001305, "order": 8, "hidden": true, "test": true, "descHash": 1838587796 },
{ "subId": 4001311, "order": 9, "descHash": 3249504820 },
{ "subId": 4001306, "order": 10, "descHash": 3713881756 },
{ "subId": 4001307, "order": 11, "descHash": 2668682396 },
{ "subId": 4001313, "order": 12, "hidden": true, "test": true, "descHash": 2623077396 },
{ "subId": 4001309, "order": 13, "descHash": 352608684 }
]
},
{
"id": 40014,
"titleHash": 3830795415,
"children": [
{ "subId": 4001420, "order": 1, "descHash": 1548944076 },
{ "subId": 4001401, "order": 2, "descHash": 655508388 },
{ "subId": 4001402, "order": 3, "descHash": 225147020 },
{ "subId": 4001404, "order": 4, "descHash": 1413161172 },
{ "subId": 4001405, "order": 5, "descHash": 3260115028 },
{ "subId": 4001406, "order": 6, "descHash": 533955532 },
{ "subId": 4001403, "order": 7, "descHash": 3084439804 },
{ "subId": 4001407, "order": 8, "descHash": 648794180 },
{ "subId": 4001415, "order": 9, "hidden": true, "descHash": 1723658636 },
{ "subId": 4001408, "order": 10, "descHash": 875666132 },
{ "subId": 4001409, "order": 11, "descHash": 2365552564 },
{ "subId": 4001410, "order": 12, "descHash": 2167624124 },
{ "subId": 4001411, "order": 13, "descHash": 750830084 },
{ "subId": 4001412, "order": 14, "descHash": 3130782060 },
{ "subId": 4001423, "order": 15, "descHash": 252046868 },
{ "subId": 4001424, "order": 16, "hidden": true, "test": true, "descHash": 1416116084 },
{ "subId": 4001425, "order": 17, "hidden": true, "test": true, "descHash": 1944818028 },
{ "subId": 4001427, "order": 18, "hidden": true, "test": true, "descHash": 2948018092 },
{ "subId": 4001421, "order": 19, "descHash": 2854416060 },
{ "subId": 4001413, "order": 20, "descHash": 2543415972 },
{ "subId": 4001422, "order": 21, "descHash": 2429090124 },
{ "subId": 4001414, "order": 22, "descHash": 2474425332 },
{ "subId": 4001426, "order": 23, "hidden": true, "test": true, "descHash": 937052 },
{ "subId": 4001416, "order": 24, "descHash": 2646027956 },
{ "subId": 4001417, "order": 25, "descHash": 3835015220 },
{ "subId": 4001418, "order": 26, "descHash": 1603770708 },
{ "subId": 4001419, "order": 27, "descHash": 1402442692 }
]
},
{
"id": 40015,
"titleHash": 3644647495,
"children": [
{ "subId": 4001501, "order": 1, "descHash": 1699371668 },
{ "subId": 4001502, "order": 2, "descHash": 658128324 },
{ "subId": 4001504, "order": 3, "descHash": 2966795836 },
{ "subId": 4001503, "order": 4, "hidden": true, "test": true, "descHash": 3903301964 },
{ "subId": 4001520, "order": 5, "descHash": 4183161388 },
{ "subId": 4001530, "order": 6, "descHash": 3548965340 },
{ "subId": 4001516, "order": 7, "descHash": 2777234172 },
{ "subId": 4001505, "order": 8, "descHash": 1017087036 },
{ "subId": 4001521, "order": 9, "descHash": 2512102748 },
{ "subId": 4001506, "order": 10, "descHash": 1538442212 },
{ "subId": 4001507, "order": 11, "descHash": 2733817876 },
{ "subId": 4001522, "order": 12, "descHash": 245654084 },
{ "subId": 4001523, "order": 13, "descHash": 2950330716 },
{ "subId": 4001524, "order": 14, "descHash": 3177844268 },
{ "subId": 4001525, "order": 15, "descHash": 1839901924 },
{ "subId": 4001526, "order": 16, "descHash": 1066856820 },
{ "subId": 4001527, "order": 17, "descHash": 63723268 },
{ "subId": 4001528, "order": 18, "hidden": true, "test": true, "descHash": 3898957076 },
{ "subId": 4001508, "order": 19, "descHash": 499965612 },
{ "subId": 4001529, "order": 20, "hidden": true, "test": true, "descHash": 1684295092 },
{ "subId": 4001509, "order": 21, "descHash": 3976535108 },
{ "subId": 4001510, "order": 22, "descHash": 3541478212 },
{ "subId": 4001511, "order": 23, "descHash": 3800552084 },
{ "subId": 4001512, "order": 24, "descHash": 2219910988 },
{ "subId": 4001513, "order": 25, "descHash": 1144910732 },
{ "subId": 4001514, "order": 26, "descHash": 3583099636 },
{ "subId": 4001517, "order": 27, "hidden": true, "test": true, "descHash": 2058781284 },
{ "subId": 4001515, "order": 28, "hidden": true, "test": true, "descHash": 3218481500 },
{ "subId": 4001518, "order": 29, "descHash": 221119540 },
{ "subId": 4001519, "order": 30, "descHash": 2921906164 }
]
},
{
"id": 40016,
"titleHash": 2791480911,
"children": [
{ "subId": 4001601, "order": 1, "hidden": true, "test": true, "descHash": 1515361148 },
{ "subId": 4001602, "order": 2, "descHash": 3130433084 },
{ "subId": 4001603, "order": 3, "descHash": 245353804 },
{ "subId": 4001604, "order": 4, "descHash": 1988093508 },
{ "subId": 4001605, "order": 5, "descHash": 420004364 },
{ "subId": 4001606, "order": 6, "descHash": 3788469372 },
{ "subId": 4001607, "order": 7, "hidden": true, "test": true, "descHash": 3153149580 },
{ "subId": 4001608, "order": 8, "hidden": true, "test": true, "descHash": 1173403732 }
]
},
{
"id": 40017,
"hidden": true,
"test": true,
"titleHash": 2681281175,
"children": [{ "subId": 4001701, "order": 1, "hidden": true, "test": true, "descHash": 3633579180 }]
},
{
"id": 40018,
"hidden": true,
"test": true,
"titleHash": 1079376983,
"children": [{ "subId": 4001801, "order": 1, "hidden": true, "test": true, "descHash": 4084147860 }]
},
{
"id": 40019,
"hidden": true,
"test": true,
"titleHash": 616211799,
"children": [{ "subId": 4001901, "order": 1, "hidden": true, "test": true, "descHash": 3393184484 }]
},
{
"id": 40020,
"titleHash": 3427268447,
"children": [
{ "subId": 4002001, "order": 1, "descHash": 2498392196 },
{ "subId": 4002002, "order": 2, "descHash": 621532660 },
{ "subId": 4002020, "order": 3, "descHash": 1339750420 },
{ "subId": 4002003, "order": 4, "descHash": 704829124 },
{ "subId": 4002004, "order": 5, "descHash": 2784098316 },
{ "subId": 4002005, "order": 6, "descHash": 567494828 },
{ "subId": 4002006, "order": 7, "descHash": 3331676652 },
{ "subId": 4002007, "order": 8, "descHash": 66147380 },
{ "subId": 4002008, "order": 9, "descHash": 245991228 },
{ "subId": 4002009, "order": 10, "descHash": 868928724 },
{ "subId": 4002019, "order": 11, "hidden": true },
{ "subId": 4002022, "order": 12, "descHash": 3224593604 },
{ "subId": 4002010, "order": 13, "hidden": true },
{ "subId": 4002011, "order": 14, "hidden": true },
{ "subId": 4002012, "order": 15, "descHash": 478268860 },
{ "subId": 4002013, "order": 16, "descHash": 148911140 },
{ "subId": 4002023, "order": 17, "hidden": true },
{ "subId": 4002027, "order": 18, "descHash": 2009075532 },
{ "subId": 4002014, "order": 19, "descHash": 2426509516 },
{ "subId": 4002024, "order": 20, "descHash": 2393767060 },
{ "subId": 4002021, "order": 21, "descHash": 2917537580 },
{ "subId": 4002016, "order": 22, "hidden": true },
{ "subId": 4002018, "order": 23, "descHash": 1792489812 },
{ "subId": 4002017, "order": 24, "descHash": 1890809076 },
{ "subId": 4002025, "order": 25, "hidden": true },
{ "subId": 4002015, "order": 26, "hidden": true },
{ "subId": 4002026, "order": 27, "hidden": true }
]
},
{
"id": 40021,
"titleHash": 2518628015,
"children": [
{ "subId": 4002110, "order": 1, "descHash": 1794936956 },
{ "subId": 4002101, "order": 2, "descHash": 666916076 },
{ "subId": 4002102, "order": 3, "descHash": 2798134436 },
{ "subId": 4002103, "order": 4, "descHash": 2941647500 },
{ "subId": 4002113, "order": 5, "descHash": 1517007052 },
{ "subId": 4002104, "order": 6, "descHash": 3655730316 },
{ "subId": 4002105, "order": 7, "descHash": 2991638964 },
{ "subId": 4002115, "order": 8, "descHash": 4010339908 },
{ "subId": 4002111, "order": 9, "descHash": 1276182980 },
{ "subId": 4002114, "order": 10, "descHash": 3593406572 },
{ "subId": 4002116, "order": 11, "descHash": 3211276052 },
{ "subId": 4002106, "order": 12, "descHash": 2838764516 },
{ "subId": 4002117, "order": 13, "descHash": 2371506948 },
{ "subId": 4002107, "order": 14, "descHash": 363863092 },
{ "subId": 4002108, "order": 15, "descHash": 1306334020 },
{ "subId": 4002112, "order": 16, "descHash": 2880147036 },
{ "subId": 4002109, "order": 17, "descHash": 1451947724 },
{ "subId": 4002118, "order": 18, "hidden": true }
]
},
{
"id": 40022,
"titleHash": 2238460535,
"children": [
{ "subId": 4002209, "order": 1, "descHash": 2921791276 },
{ "subId": 4002201, "order": 2, "descHash": 2383292300 },
{ "subId": 4002202, "order": 3, "descHash": 4105919628 },
{ "subId": 4002211, "order": 4, "descHash": 2986041820 },
{ "subId": 4002212, "order": 5, "descHash": 101962676 },
{ "subId": 4002205, "order": 6, "descHash": 1773365292 },
{ "subId": 4002203, "order": 7, "descHash": 4252242852 },
{ "subId": 4002210, "order": 8, "descHash": 940285908 },
{ "subId": 4002204, "order": 9, "descHash": 1615937476 },
{ "subId": 4002207, "order": 10, "descHash": 380619228 },
{ "subId": 4002206, "order": 11, "descHash": 3898103580 },
{ "subId": 4002208, "order": 12, "descHash": 3393368116 }
]
},
{
"id": 40023,
"titleHash": 2136626751,
"children": [
{ "subId": 4002301, "order": 1, "descHash": 4285863652 },
{ "subId": 4002302, "order": 2, "hidden": true }
]
},
{
"id": 40024,
"hidden": true,
"test": true,
"titleHash": 1041293087,
"children": [{ "subId": 4002401, "order": 1, "hidden": true, "test": true, "descHash": 1646919636 }]
},
{
"id": 40025,
"titleHash": 4015995351,
"children": [
{ "subId": 4002501, "order": 1, "descHash": 3030185204 },
{ "subId": 4002502, "order": 2, "descHash": 73509892 },
{ "subId": 4002503, "order": 3, "descHash": 2471993972 },
{ "subId": 4002504, "order": 4, "descHash": 3214332972 },
{ "subId": 4002505, "order": 5, "descHash": 2926247668 },
{ "subId": 4002506, "order": 6, "descHash": 1606526276 },
{ "subId": 4002510, "order": 7, "descHash": 1126377228 },
{ "subId": 4002509, "order": 8, "descHash": 763359364 },
{ "subId": 4002507, "order": 9, "descHash": 2232076004 },
{ "subId": 4002508, "order": 10, "descHash": 260117916 }
]
},
{
"id": 40026,
"titleHash": 329877527,
"children": [
{ "subId": 4002601, "order": 2, "descHash": 3046494612 },
{ "subId": 4002602, "order": 3, "descHash": 4154611868 },
{ "subId": 4002603, "order": 4, "descHash": 2463614300 },
{ "subId": 4002604, "order": 5, "descHash": 3948223300 },
{ "subId": 4002605, "order": 6, "descHash": 2192538628 },
{ "subId": 4002606, "order": 7, "descHash": 2129579252 },
{ "subId": 4002625, "order": 8, "hidden": true, "test": true, "descHash": 1250445676 },
{ "subId": 4002632, "order": 8, "descHash": 3560226516 },
{ "subId": 4002624, "order": 9, "hidden": true, "test": true, "descHash": 2582880092 },
{ "subId": 4002607, "order": 10, "descHash": 646506604 },
{ "subId": 4002608, "order": 11, "descHash": 3266222812 },
{ "subId": 4002609, "order": 12, "descHash": 1001815924 },
{ "subId": 4002622, "order": 13, "hidden": true, "test": true, "descHash": 725694140 },
{ "subId": 4002621, "order": 14, "descHash": 3974971908 },
{ "subId": 4002610, "order": 15, "descHash": 3865424980 },
{ "subId": 4002611, "order": 16, "descHash": 616037404 },
{ "subId": 4002612, "order": 17, "descHash": 1339493892 },
{ "subId": 4002613, "order": 18, "descHash": 2380493972 },
{ "subId": 4002617, "order": 19, "descHash": 230343876 },
{ "subId": 4002618, "order": 20, "descHash": 2396068444 },
{ "subId": 4002626, "order": 21, "descHash": 3359586068 },
{ "subId": 4002627, "order": 22, "descHash": 190888444 },
{ "subId": 4002628, "order": 23, "descHash": 3968938436 },
{ "subId": 4002629, "order": 24, "hidden": true, "test": true, "descHash": 1179996756 },
{ "subId": 4002616, "order": 25, "hidden": true, "test": true, "descHash": 776843708 },
{ "subId": 4002630, "order": 26, "hidden": true, "test": true, "descHash": 2516303940 },
{ "subId": 4002619, "order": 27, "hidden": true, "test": true, "descHash": 3526250268 },
{ "subId": 4002620, "order": 28, "hidden": true, "test": true, "descHash": 1711064868 },
{ "subId": 4002614, "order": 29, "hidden": true, "test": true, "descHash": 2507860740 },
{ "subId": 4002631, "order": 30, "hidden": true, "test": true, "descHash": 2012682076 },
{ "subId": 4002615, "order": 31, "descHash": 3168695564 },
{ "subId": 4002623, "order": 99, "hidden": true, "test": true, "descHash": 2800872740 },
{ "subId": 4002633, "order": 99, "hidden": true, "test": true, "descHash": 3690003196 }
]
},
{
"id": 40027,
"titleHash": 3384128975,
"children": [
{ "subId": 4002701, "order": 1, "descHash": 1655572492 },
{ "subId": 4002702, "order": 2, "descHash": 2655403436 },
{ "subId": 4002704, "order": 3, "descHash": 1277610356 },
{ "subId": 4002719, "order": 4, "hidden": true, "test": true, "descHash": 3392558900 },
{ "subId": 4002705, "order": 5, "descHash": 947521388 },
{ "subId": 4002703, "order": 6, "hidden": true, "test": true, "descHash": 1476974508 },
{ "subId": 4002706, "order": 7, "descHash": 2286767660 },
{ "subId": 4002707, "order": 8, "descHash": 3319083028 },
{ "subId": 4002708, "order": 9, "descHash": 1832542084 },
{ "subId": 4002720, "order": 10, "hidden": true, "test": true, "descHash": 3740679244 },
{ "subId": 4002709, "order": 11, "descHash": 2633349796 },
{ "subId": 4002710, "order": 12, "descHash": 146702476 },
{ "subId": 4002711, "order": 13, "descHash": 323599884 },
{ "subId": 4002712, "order": 15, "hidden": true, "test": true, "descHash": 2793803524 },
{ "subId": 4002713, "order": 15, "hidden": true, "test": true, "descHash": 4158636612 },
{ "subId": 4002714, "order": 15, "hidden": true, "test": true, "descHash": 1775285764 },
{ "subId": 4002715, "order": 15, "hidden": true, "test": true, "descHash": 3546586828 },
{ "subId": 4002716, "order": 15, "hidden": true, "test": true, "descHash": 2830750524 },
{ "subId": 4002717, "order": 15, "hidden": true, "test": true, "descHash": 1530521332 },
{ "subId": 4002718, "order": 15, "hidden": true, "test": true, "descHash": 1498655836 }
]
},
{
"id": 40028,
"titleHash": 2761113471,
"children": [
{ "subId": 4002801, "order": 1, "descHash": 3995274084 },
{ "subId": 4002802, "order": 2, "descHash": 3329736652 },
{ "subId": 4002803, "order": 3, "descHash": 3496479172 },
{ "subId": 4002804, "order": 4, "descHash": 3771966868 },
{ "subId": 4002818, "order": 5, "descHash": 2953684092 },
{ "subId": 4002806, "order": 6, "descHash": 1423513884 },
{ "subId": 4002815, "order": 7, "hidden": true, "test": true, "descHash": 991268844 },
{ "subId": 4002819, "order": 8, "hidden": true, "test": true, "descHash": 89226316 },
{ "subId": 4002807, "order": 9, "descHash": 1186130172 },
{ "subId": 4002808, "order": 10, "descHash": 2857740892 },
{ "subId": 4002816, "order": 11, "descHash": 2054452948 },
{ "subId": 4002809, "order": 12, "descHash": 3140754596 },
{ "subId": 4002820, "order": 13, "descHash": 3933586244 },
{ "subId": 4002810, "order": 14, "descHash": 51136684 },
{ "subId": 4002811, "order": 15, "descHash": 3475814532 },
{ "subId": 4002812, "order": 16, "descHash": 2703976788 },
{ "subId": 4002813, "order": 17, "descHash": 2062944468 },
{ "subId": 4002814, "order": 18, "descHash": 366670588 },
{ "subId": 4002817, "order": 19, "hidden": true, "descHash": 1090264780 },
{ "subId": 4002805, "order": 99, "hidden": true, "descHash": 2527215996 },
{ "subId": 4002821, "order": 99, "hidden": true, "test": true, "descHash": 3118371580 }
]
},
{
"id": 40029,
"titleHash": 1007463895,
"children": [
{ "subId": 4002901, "order": 1, "descHash": 3774804660 },
{ "subId": 4002902, "order": 2, "descHash": 4172876940 },
{ "subId": 4002903, "order": 3, "descHash": 539490812 },
{ "subId": 4002904, "order": 4, "descHash": 419571236 },
{ "subId": 4002905, "order": 5, "descHash": 1457123028 },
{ "subId": 4002906, "order": 6, "descHash": 2887881516 }
]
},
{
"id": 40030,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 3153388559,
"children": [
{ "subId": 4003001, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 2169103196 }
]
},
{
"id": 40031,
"titleHash": 1008905071,
"children": [
{ "subId": 4003101, "order": 1, "descHash": 1435726892 },
{ "subId": 4003102, "order": 2, "descHash": 4292114156 },
{ "subId": 4003103, "order": 3, "descHash": 742085340 },
{ "subId": 4003110, "order": 4, "hidden": true, "test": true, "descHash": 1828368844 },
{ "subId": 4003109, "order": 5, "hidden": true, "test": true, "descHash": 1114574932 },
{ "subId": 4003104, "order": 6, "descHash": 3481431516 },
{ "subId": 4003105, "order": 7, "descHash": 3494897100 },
{ "subId": 4003106, "order": 8, "descHash": 2707655932 },
{ "subId": 4003107, "order": 9, "descHash": 3479582548 },
{ "subId": 4003108, "order": 10, "descHash": 3437404132 }
]
},
{
"id": 40032,
"titleHash": 1642579199,
"children": [
{ "subId": 4003204, "order": 1, "descHash": 665409148 },
{ "subId": 4003201, "order": 2, "descHash": 2428500028 },
{ "subId": 4003202, "order": 3, "descHash": 1482877356 },
{ "subId": 4003205, "order": 4, "descHash": 956745028 },
{ "subId": 4003206, "order": 5, "hidden": true, "test": true, "descHash": 1824439092 },
{ "subId": 4003207, "order": 6, "hidden": true, "test": true, "descHash": 2039577316 },
{ "subId": 4003203, "order": 7, "descHash": 209018212 }
]
},
{
"id": 40033,
"titleHash": 113427391,
"children": [
{ "subId": 4003304, "order": 1, "descHash": 3505629740 },
{ "subId": 4003301, "order": 2, "descHash": 4086070764 },
{ "subId": 4003302, "order": 3, "descHash": 1794123564 },
{ "subId": 4003305, "order": 4, "descHash": 3854789556 },
{ "subId": 4003306, "order": 5, "hidden": true, "test": true, "descHash": 3174819316 },
{ "subId": 4003307, "order": 6, "hidden": true, "test": true, "descHash": 3008794996 },
{ "subId": 4003303, "order": 7, "descHash": 971768060 }
]
},
{
"id": 40034,
"titleHash": 14335399,
"children": [
{ "subId": 4003413, "order": 1, "descHash": 2932826228 },
{ "subId": 4003401, "order": 2, "descHash": 691560580 },
{ "subId": 4003402, "order": 3, "descHash": 1741829940 },
{ "subId": 4003403, "order": 4, "descHash": 3626530908 },
{ "subId": 4003404, "order": 5, "descHash": 545068612 },
{ "subId": 4003405, "order": 6, "descHash": 2359451972 },
{ "subId": 4003406, "order": 7, "descHash": 3476204612 },
{ "subId": 4003407, "order": 8, "descHash": 2470462724 },
{ "subId": 4003411, "order": 9, "descHash": 3650062412 },
{ "subId": 4003408, "order": 10, "descHash": 3538234660 },
{ "subId": 4003412, "order": 11, "descHash": 2825293260 },
{ "subId": 4003409, "order": 12, "descHash": 3558293476 },
{ "subId": 4003410, "order": 13, "descHash": 1676195436 }
]
},
{
"id": 40035,
"titleHash": 2866528295,
"children": [
{ "subId": 4003501, "order": 1, "descHash": 1517346980 },
{ "subId": 4003502, "order": 2, "descHash": 557426348 },
{ "subId": 4003503, "order": 3, "descHash": 1648123044 },
{ "subId": 4003506, "order": 4, "descHash": 1861651180 },
{ "subId": 4003507, "order": 5, "descHash": 807176484 },
{ "subId": 4003504, "order": 6, "hidden": true },
{ "subId": 4003505, "order": 7, "hidden": true }
]
},
{
"id": 40036,
"titleHash": 422024279,
"children": [
{ "subId": 4003601, "order": 1, "descHash": 4003340620 },
{ "subId": 4003602, "order": 2, "descHash": 3402259236 },
{ "subId": 4003603, "order": 3, "descHash": 2496155948 },
{ "subId": 4003620, "order": 4, "hidden": true },
{ "subId": 4003604, "order": 5, "descHash": 137512436 },
{ "subId": 4003616, "order": 6, "hidden": true },
{ "subId": 4003617, "order": 7, "hidden": true },
{ "subId": 4003618, "order": 8, "hidden": true },
{ "subId": 4003605, "order": 9, "descHash": 2085111564 },
{ "subId": 4003606, "order": 10, "descHash": 1157992380 },
{ "subId": 4003615, "order": 11, "descHash": 1372593972 },
{ "subId": 4003607, "order": 12, "descHash": 1856055860 },
{ "subId": 4003622, "order": 13, "hidden": true },
{ "subId": 4003621, "order": 14, "hidden": true },
{ "subId": 4003608, "order": 15, "descHash": 840008172 },
{ "subId": 4003609, "order": 16, "descHash": 376128460 },
{ "subId": 4003610, "order": 17, "descHash": 1412917860 },
{ "subId": 4003611, "order": 18, "descHash": 4183272412 },
{ "subId": 4003612, "order": 19, "descHash": 1681167476 },
{ "subId": 4003613, "order": 20, "descHash": 2803337836 },
{ "subId": 4003614, "order": 21, "descHash": 3429928428 },
{ "subId": 4003619, "order": 22, "hidden": true }
]
},
{
"id": 40037,
"titleHash": 2104484543,
"children": [
{ "subId": 4003701, "order": 1, "descHash": 4207916212 },
{ "subId": 4003702, "order": 2, "descHash": 2748199252 },
{ "subId": 4003703, "order": 3, "descHash": 3774126588 },
{ "subId": 4003710, "order": 5, "descHash": 1659686292 },
{ "subId": 4003704, "order": 6, "descHash": 1523270140 },
{ "subId": 4003705, "order": 7, "descHash": 2322307228 },
{ "subId": 4003706, "order": 8, "descHash": 3371790108 },
{ "subId": 4003707, "order": 9, "descHash": 3991998484 },
{ "subId": 4003708, "order": 10, "descHash": 1868103428 },
{ "subId": 4003709, "order": 11, "descHash": 1550369284 },
{ "subId": 4003711, "order": 12, "descHash": 657138356 },
{ "subId": 4003712, "order": 13, "descHash": 68839220 }
]
},
{ "id": 40038, "hidden": true, "children": [{ "subId": 4003801, "order": 1, "hidden": true }] },
{
"id": 40039,
"titleHash": 404101471,
"children": [
{ "subId": 4003901, "order": 1, "descHash": 3942799124 },
{ "subId": 4003902, "order": 2, "descHash": 2312470980 },
{ "subId": 4003903, "order": 3, "descHash": 4171391468 },
{ "subId": 4003904, "order": 4, "descHash": 3351152556 },
{ "subId": 4003922, "order": 5, "descHash": 1772747036 },
{ "subId": 4003905, "order": 6, "descHash": 1402230460 },
{ "subId": 4003917, "order": 7, "descHash": 1951349788 },
{ "subId": 4003910, "order": 8, "descHash": 1658649612 },
{ "subId": 4003915, "order": 9, "descHash": 1010989044 },
{ "subId": 4003906, "order": 10, "descHash": 1032399228 },
{ "subId": 4003907, "order": 11, "descHash": 3197705004 },
{ "subId": 4003921, "order": 12, "hidden": true },
{ "subId": 4003908, "order": 13, "descHash": 351921628 },
{ "subId": 4003916, "order": 14, "descHash": 1360752956 },
{ "subId": 4003923, "order": 15, "hidden": true },
{ "subId": 4003918, "order": 16, "descHash": 3607143060 },
{ "subId": 4003909, "order": 17, "descHash": 2226189964 },
{ "subId": 4003919, "order": 18, "descHash": 471978348 },
{ "subId": 4003920, "order": 19, "descHash": 3994632548 },
{ "subId": 4003911, "order": 20, "descHash": 2752421884 },
{ "subId": 4003913, "order": 21, "descHash": 1131258420 },
{ "subId": 4003924, "order": 22, "hidden": true },
{ "subId": 4003925, "order": 23, "hidden": true },
{ "subId": 4003914, "order": 24, "descHash": 3378130836 },
{ "subId": 4003912, "order": 25, "descHash": 2357752284 }
]
},
{
"id": 40040,
"titleHash": 1954704119,
"children": [
{ "subId": 4004001, "order": 1, "descHash": 492666844 },
{ "subId": 4004002, "order": 2, "hidden": true },
{ "subId": 4004003, "order": 3, "hidden": true }
]
},
{
"id": 40041,
"hidden": true,
"children": [
{ "subId": 4004101, "order": 1, "hidden": true },
{ "subId": 4004102, "order": 2, "hidden": true },
{ "subId": 4004103, "order": 3, "hidden": true },
{ "subId": 4004104, "order": 4, "hidden": true },
{ "subId": 4004107, "order": 5, "hidden": true },
{ "subId": 4004105, "order": 6, "hidden": true },
{ "subId": 4004106, "order": 7, "hidden": true }
]
},
{ "id": 40042, "hidden": true, "children": [{ "subId": 4004201, "order": 1, "hidden": true }] },
{ "id": 40043, "titleHash": 2443039159, "children": [{ "subId": 4004301, "order": 1, "descHash": 2817733276 }] },
{
"id": 40044,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 3109303,
"children": [{ "subId": 4004401, "order": 1, "hidden": true, "unreleased": true, "descHash": 3234974380 }]
},
{
"id": 40045,
"hidden": true,
"test": true,
"titleHash": 3854607487,
"children": [{ "subId": 4004501, "order": 1, "hidden": true }]
},
{
"id": 40046,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 1954746447,
"children": [
{ "subId": 4004601, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 364701740 }
]
},
{
"id": 40047,
"titleHash": 209916823,
"children": [
{ "subId": 4004701, "order": 1, "descHash": 1334164180 },
{ "subId": 4004702, "order": 2, "descHash": 2007575748 },
{ "subId": 4004703, "order": 3, "descHash": 4022775372 },
{ "subId": 4004704, "order": 4, "descHash": 3867772372 },
{ "subId": 4004718, "order": 5, "descHash": 1750764476 },
{ "subId": 4004719, "order": 6, "descHash": 1443562804 },
{ "subId": 4004705, "order": 7, "descHash": 3754060508 },
{ "subId": 4004706, "order": 8, "descHash": 2069884020 },
{ "subId": 4004707, "order": 9, "descHash": 2441536556 },
{ "subId": 4004708, "order": 10, "descHash": 252567332 },
{ "subId": 4004709, "order": 11, "hidden": true },
{ "subId": 4004710, "order": 12, "hidden": true },
{ "subId": 4004711, "order": 13, "descHash": 625710196 },
{ "subId": 4004712, "order": 14, "descHash": 2519660900 },
{ "subId": 4004713, "order": 15, "descHash": 328025204 },
{ "subId": 4004714, "order": 16, "descHash": 4251644444 },
{ "subId": 4004715, "order": 17, "descHash": 3080131548 },
{ "subId": 4004716, "order": 18, "descHash": 1378214780 },
{ "subId": 4004717, "order": 19, "descHash": 2131266188 }
]
},
{
"id": 40048,
"titleHash": 2016399911,
"children": [
{ "subId": 4004804, "order": 1, "hidden": true },
{ "subId": 4004805, "order": 2, "hidden": true },
{ "subId": 4004806, "order": 3, "descHash": 824182644 },
{ "subId": 4004807, "order": 4, "descHash": 896099444 },
{ "subId": 4004813, "order": 5, "descHash": 2400310396 },
{ "subId": 4004808, "order": 6, "descHash": 1304727532 },
{ "subId": 4004809, "order": 7, "descHash": 1777377332 },
{ "subId": 4004810, "order": 8, "descHash": 2418511772 },
{ "subId": 4004811, "order": 9, "descHash": 558189236 },
{ "subId": 4004812, "order": 10, "descHash": 3294718956 },
{ "subId": 4004801, "order": 11, "hidden": true },
{ "subId": 4004802, "order": 12, "descHash": 2138918020 },
{ "subId": 4004803, "order": 13, "descHash": 2934626596 },
{ "subId": 4004814, "order": 14, "hidden": true }
]
},
{
"id": 40049,
"titleHash": 3985004095,
"children": [
{ "subId": 4004905, "order": 1, "hidden": true },
{ "subId": 4004904, "order": 2, "hidden": true },
{ "subId": 4004906, "order": 3, "descHash": 2286084548 },
{ "subId": 4004907, "order": 4, "descHash": 681823116 },
{ "subId": 4004913, "order": 5, "descHash": 4225216196 },
{ "subId": 4004908, "order": 6, "descHash": 4108407388 },
{ "subId": 4004909, "order": 7, "descHash": 1184682996 },
{ "subId": 4004910, "order": 8, "descHash": 1987417108 },
{ "subId": 4004911, "order": 9, "descHash": 641631828 },
{ "subId": 4004912, "order": 10, "descHash": 3345052732 },
{ "subId": 4004901, "order": 11, "hidden": true },
{ "subId": 4004902, "order": 12, "descHash": 861363692 },
{ "subId": 4004903, "order": 13, "descHash": 1878309476 },
{ "subId": 4004914, "order": 14, "hidden": true }
]
},
{
"id": 40050,
"titleHash": 1506191319,
"children": [
{ "subId": 4005005, "order": 1, "hidden": true },
{ "subId": 4005004, "order": 2, "hidden": true },
{ "subId": 4005006, "order": 3, "descHash": 3981311220 },
{ "subId": 4005007, "order": 4, "descHash": 2955105612 },
{ "subId": 4005013, "order": 5, "descHash": 972289988 },
{ "subId": 4005008, "order": 6, "descHash": 2487299356 },
{ "subId": 4005009, "order": 7, "descHash": 425726460 },
{ "subId": 4005010, "order": 8, "descHash": 4097916932 },
{ "subId": 4005011, "order": 9, "descHash": 473776284 },
{ "subId": 4005012, "order": 10, "descHash": 1252888948 },
{ "subId": 4005001, "order": 11, "hidden": true },
{ "subId": 4005002, "order": 12, "descHash": 1398123516 },
{ "subId": 4005003, "order": 13, "descHash": 3874052828 },
{ "subId": 4005014, "order": 14, "hidden": true }
]
},
{
"id": 40051,
"titleHash": 2517975495,
"children": [
{ "subId": 4005101, "order": 1, "descHash": 3413236268 },
{ "subId": 4005102, "order": 2, "descHash": 1023253524 },
{ "subId": 4005103, "order": 3, "descHash": 1448941340 },
{ "subId": 4005104, "order": 4, "descHash": 3006931356 },
{ "subId": 4005105, "order": 5, "descHash": 2682628948 },
{ "subId": 4005117, "order": 6, "descHash": 1251410276 },
{ "subId": 4005106, "order": 7, "descHash": 804561388 },
{ "subId": 4005107, "order": 8, "descHash": 2208201596 },
{ "subId": 4005108, "order": 9, "descHash": 1337289588 },
{ "subId": 4005120, "order": 10, "hidden": true },
{ "subId": 4005109, "order": 11, "hidden": true },
{ "subId": 4005110, "order": 12, "hidden": true },
{ "subId": 4005111, "order": 13, "descHash": 1660848460 },
{ "subId": 4005118, "order": 14, "descHash": 4193952196 },
{ "subId": 4005112, "order": 15, "descHash": 2135532812 },
{ "subId": 4005113, "order": 16, "descHash": 3538839084 },
{ "subId": 4005119, "order": 17, "descHash": 3604582396 },
{ "subId": 4005114, "order": 18, "descHash": 1497415364 },
{ "subId": 4005115, "order": 19, "descHash": 2998021428 },
{ "subId": 4005116, "order": 20, "descHash": 364258932 }
]
},
{ "id": 40052, "titleHash": 3818830575, "children": [{ "subId": 4005201, "order": 1, "descHash": 2629050212 }] },
{ "id": 40053, "titleHash": 167935415, "children": [{ "subId": 4005301, "order": 1, "descHash": 3896649724 }] },
{
"id": 40054,
"titleHash": 1682196567,
"children": [
{ "subId": 4005401, "order": 1, "descHash": 1334905012 },
{ "subId": 4005402, "order": 2, "descHash": 2893151436 },
{ "subId": 4005403, "order": 3, "descHash": 1011304524 },
{ "subId": 4005404, "order": 4, "descHash": 1832405372 }
]
},
{
"id": 40055,
"titleHash": 2206237567,
"children": [
{ "subId": 4005510, "order": 1, "descHash": 3487779828 },
{ "subId": 4005501, "order": 2, "descHash": 4112694796 },
{ "subId": 4005502, "order": 3, "descHash": 3593093692 },
{ "subId": 4005503, "order": 4, "descHash": 3990101364 },
{ "subId": 4005504, "order": 5, "descHash": 29702212 },
{ "subId": 4005505, "order": 6, "descHash": 4178933940 },
{ "subId": 4005506, "order": 7, "descHash": 1183725180 },
{ "subId": 4005507, "order": 8, "descHash": 1557251372 },
{ "subId": 4005508, "order": 9, "descHash": 1108449588 },
{ "subId": 4005509, "order": 10, "descHash": 2546673564 },
{ "subId": 4005511, "order": 11, "descHash": 2317065476 },
{ "subId": 4005512, "order": 12, "hidden": true, "test": true, "descHash": 1266536572 },
{ "subId": 4005513, "order": 13, "descHash": 2352842780 }
]
},
{
"id": 40056,
"titleHash": 3439854503,
"children": [
{ "subId": 4005601, "order": 1, "descHash": 1629689420 },
{ "subId": 4005602, "order": 2, "descHash": 756635996 },
{ "subId": 4005603, "order": 3, "descHash": 779228604 },
{ "subId": 4005604, "order": 4, "descHash": 942202404 },
{ "subId": 4005605, "order": 5, "descHash": 2836831180 },
{ "subId": 4005612, "order": 6, "descHash": 2449362420 },
{ "subId": 4005613, "order": 7, "descHash": 1371546596 },
{ "subId": 4005614, "order": 8, "descHash": 2189306700 },
{ "subId": 4005615, "order": 9, "descHash": 3569385084 },
{ "subId": 4005616, "order": 10, "descHash": 594806604 },
{ "subId": 4005617, "order": 11, "hidden": true, "test": true, "descHash": 509554324 },
{ "subId": 4005618, "order": 12, "hidden": true, "test": true, "descHash": 3133814708 },
{ "subId": 4005606, "order": 13, "descHash": 1098494676 },
{ "subId": 4005607, "order": 14, "descHash": 3577707572 },
{ "subId": 4005608, "order": 15, "descHash": 1369501844 },
{ "subId": 4005619, "order": 16, "descHash": 1310946204 },
{ "subId": 4005620, "order": 17, "descHash": 3028885892 },
{ "subId": 4005609, "order": 18, "hidden": true, "test": true, "descHash": 1808451988 },
{ "subId": 4005621, "order": 19, "descHash": 2582632252 },
{ "subId": 4005610, "order": 20, "descHash": 3113747516 },
{ "subId": 4005622, "order": 21, "hidden": true, "test": true, "descHash": 968518348 }
]
},
{
"id": 40057,
"titleHash": 2251740031,
"children": [
{ "subId": 4005701, "order": 1, "descHash": 2877524212 },
{ "subId": 4005702, "order": 2, "descHash": 369161068 },
{ "subId": 4005703, "order": 3, "descHash": 1967892508 },
{ "subId": 4005704, "order": 4, "descHash": 2167054580 },
{ "subId": 4005705, "order": 5, "descHash": 1261447500 },
{ "subId": 4005706, "order": 6, "descHash": 484181524 },
{ "subId": 4005707, "order": 7, "descHash": 3619709996 },
{ "subId": 4005708, "order": 8, "descHash": 3717666252 },
{ "subId": 4005709, "order": 9, "descHash": 636306612 },
{ "subId": 4005710, "order": 10, "descHash": 2875581676 },
{ "subId": 4005711, "order": 11, "hidden": true, "test": true, "descHash": 3816737196 },
{ "subId": 4005712, "order": 12, "descHash": 819800916 },
{ "subId": 4005713, "order": 13, "descHash": 165955020 },
{ "subId": 4005714, "order": 14, "descHash": 1409302260 }
]
},
{
"id": 40058,
"titleHash": 1814480551,
"children": [
{ "subId": 4005801, "order": 1, "descHash": 621056028 },
{ "subId": 4005802, "order": 2, "descHash": 2575514660 },
{ "subId": 4005803, "order": 3, "descHash": 734614548 },
{ "subId": 4005804, "order": 4, "descHash": 606665004 },
{ "subId": 4005805, "order": 5, "descHash": 3129500188 },
{ "subId": 4005806, "order": 6, "descHash": 2944847924 },
{ "subId": 4005807, "order": 7, "descHash": 3015494868 },
{ "subId": 4005808, "order": 8, "descHash": 3501940556 },
{ "subId": 4005809, "order": 9, "descHash": 1880440740 },
{ "subId": 4005810, "order": 10, "descHash": 1541610364 },
{ "subId": 4005811, "order": 11, "descHash": 3851168428 },
{ "subId": 4005812, "order": 12, "descHash": 1765964356 },
{ "subId": 4005813, "order": 13, "descHash": 2269012404 },
{ "subId": 4005814, "order": 14, "descHash": 3633102340 },
{ "subId": 4005815, "order": 15, "descHash": 2126897468 },
{ "subId": 4005816, "order": 16, "hidden": true, "test": true, "descHash": 672677108 },
{ "subId": 4005817, "order": 17, "hidden": true, "test": true, "descHash": 502541636 },
{ "subId": 4005818, "order": 18, "descHash": 3133180980 },
{ "subId": 4005819, "order": 19, "descHash": 3395070228 },
{ "subId": 4005820, "order": 20, "descHash": 3764069148 },
{ "subId": 4005821, "order": 21, "descHash": 1070528044 }
]
},
{
"id": 40059,
"titleHash": 4098810271,
"children": [
{ "subId": 4005901, "order": 1, "descHash": 3086926412 },
{ "subId": 4005902, "order": 2, "descHash": 2645519140 },
{ "subId": 4005903, "order": 3, "descHash": 4036162588 },
{ "subId": 4005904, "order": 4, "descHash": 4018915564 },
{ "subId": 4005905, "order": 5, "descHash": 4064910876 },
{ "subId": 4005906, "order": 6, "descHash": 376996396 },
{ "subId": 4005907, "order": 7, "hidden": true, "test": true, "descHash": 1327950316 },
{ "subId": 4005908, "order": 8, "hidden": true, "test": true, "descHash": 716696140 },
{ "subId": 4005909, "order": 9, "descHash": 3313825692 },
{ "subId": 4005910, "order": 10, "descHash": 3507028844 },
{ "subId": 4005911, "order": 11, "descHash": 1141220612 },
{ "subId": 4005917, "order": 12, "hidden": true, "test": true, "descHash": 2742722692 },
{ "subId": 4005912, "order": 13, "descHash": 751973364 },
{ "subId": 4005913, "order": 14, "descHash": 1746462548 },
{ "subId": 4005914, "order": 15, "descHash": 754633980 },
{ "subId": 4005916, "order": 16, "hidden": true, "test": true, "descHash": 1047973900 },
{ "subId": 4005915, "order": 17, "hidden": true, "test": true, "descHash": 4015380676 }
]
},
{ "id": 40060, "titleHash": 2770590511, "children": [{ "subId": 4006001, "order": 1, "descHash": 3081185100 }] },
{
"id": 40061,
"titleHash": 4268921311,
"children": [
{ "subId": 4006101, "order": 1, "descHash": 545632972 },
{ "subId": 4006102, "order": 2, "descHash": 2622127052 },
{ "subId": 4006103, "order": 3, "descHash": 3868472780 },
{ "subId": 4006104, "order": 4, "hidden": true }
]
},
{
"id": 40062,
"hidden": true,
"titleHash": 4155992895,
"children": [{ "subId": 4006201, "order": 1, "hidden": true }]
},
{
"id": 40063,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 2282003079,
"children": [
{ "subId": 4006306, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 1190854292 },
{ "subId": 4006301, "order": 2, "hidden": true, "test": true, "unreleased": true, "descHash": 4288453004 },
{ "subId": 4006302, "order": 3, "hidden": true, "test": true, "unreleased": true, "descHash": 3247253724 },
{ "subId": 4006303, "order": 4, "hidden": true, "test": true, "unreleased": true, "descHash": 3091432940 },
{ "subId": 4006304, "order": 5, "hidden": true, "test": true, "unreleased": true, "descHash": 2136854692 },
{ "subId": 4006305, "order": 6, "hidden": true, "test": true, "unreleased": true, "descHash": 288575484 },
{ "subId": 4006307, "order": 7, "hidden": true, "test": true, "unreleased": true, "descHash": 3246592548 }
]
},
{
"id": 40064,
"titleHash": 3313780663,
"children": [
{ "subId": 4006401, "order": 1, "descHash": 1561626052 },
{ "subId": 4006402, "order": 2, "descHash": 2650896172 },
{ "subId": 4006403, "order": 3, "descHash": 3858955836 },
{ "subId": 4006404, "order": 4, "descHash": 695296092 },
{ "subId": 4006416, "order": 5, "descHash": 300815404 },
{ "subId": 4006405, "order": 6, "descHash": 1131580540 },
{ "subId": 4006406, "order": 7, "descHash": 1281048012 },
{ "subId": 4006407, "order": 8, "descHash": 266720780 },
{ "subId": 4006408, "order": 9, "descHash": 3152894996 },
{ "subId": 4006409, "order": 10, "descHash": 2282765732 },
{ "subId": 4006410, "order": 11, "descHash": 2957471932 },
{ "subId": 4006411, "order": 12, "descHash": 1294672108 },
{ "subId": 4006412, "order": 13, "descHash": 4039183868 },
{ "subId": 4006413, "order": 14, "descHash": 2691719628 },
{ "subId": 4006414, "order": 15, "descHash": 4013589724 },
{ "subId": 4006417, "order": 16, "hidden": true, "test": true, "descHash": 648120836 },
{ "subId": 4006415, "order": 17, "descHash": 791581252 }
]
},
{
"id": 40065,
"titleHash": 3157629263,
"children": [
{ "subId": 4006502, "order": 1, "descHash": 18618028 },
{ "subId": 4006503, "order": 2, "descHash": 2972716452 },
{ "subId": 4006504, "order": 3, "descHash": 2952122308 },
{ "subId": 4006505, "order": 4, "descHash": 1807015212 },
{ "subId": 4006517, "order": 5, "descHash": 2714837732 },
{ "subId": 4006506, "order": 6, "descHash": 986005876 },
{ "subId": 4006507, "order": 7, "descHash": 926404596 },
{ "subId": 4006524, "order": 8, "hidden": true, "test": true, "descHash": 3867412740 },
{ "subId": 4006509, "order": 9, "descHash": 832628692 },
{ "subId": 4006510, "order": 10, "descHash": 1533422268 },
{ "subId": 4006516, "order": 11, "hidden": true, "test": true, "descHash": 1396056308 },
{ "subId": 4006511, "order": 12, "descHash": 4252762476 },
{ "subId": 4006512, "order": 13, "descHash": 146271660 },
{ "subId": 4006513, "order": 14, "descHash": 1529797324 },
{ "subId": 4006501, "order": 15, "hidden": true, "test": true, "descHash": 3884626652 },
{ "subId": 4006508, "order": 16, "descHash": 183183236 },
{ "subId": 4006518, "order": 17, "hidden": true, "test": true, "descHash": 3365975068 },
{ "subId": 4006520, "order": 18, "descHash": 2365116908 },
{ "subId": 4006519, "order": 19, "hidden": true, "test": true, "descHash": 2174192788 },
{ "subId": 4006521, "order": 20, "descHash": 1977145260 },
{ "subId": 4006522, "order": 21, "hidden": true, "test": true, "descHash": 2768801436 },
{ "subId": 4006514, "order": 22, "descHash": 3294305084 },
{ "subId": 4006523, "order": 23, "hidden": true, "test": true, "descHash": 3773656564 },
{ "subId": 4006515, "order": 24, "descHash": 2344123708 }
]
},
{
"id": 40066,
"titleHash": 4040984615,
"children": [
{ "subId": 4006601, "order": 1, "descHash": 2148860092 },
{ "subId": 4006602, "order": 2, "descHash": 2153038540 },
{ "subId": 4006603, "order": 3, "descHash": 3108197268 },
{ "subId": 4006604, "order": 4, "descHash": 2722143348 },
{ "subId": 4006605, "order": 5, "descHash": 2239152948 },
{ "subId": 4006606, "order": 6, "descHash": 2028057172 },
{ "subId": 4006607, "order": 7, "descHash": 1345885372 },
{ "subId": 4006608, "order": 8, "descHash": 1970782740 },
{ "subId": 4006609, "order": 9, "descHash": 233786860 },
{ "subId": 4006610, "order": 10, "descHash": 1848943812 },
{ "subId": 4006611, "order": 11, "descHash": 3702434708 },
{ "subId": 4006612, "order": 12, "descHash": 2948217300 },
{ "subId": 4006613, "order": 13, "descHash": 477827764 },
{ "subId": 4006614, "order": 14, "descHash": 3576774708 },
{ "subId": 4006615, "order": 15, "descHash": 1384819804 },
{ "subId": 4006616, "order": 16, "descHash": 2790299460 },
{ "subId": 4006617, "order": 17, "descHash": 2024945940 },
{ "subId": 4006619, "order": 18, "hidden": true, "test": true, "descHash": 2795892612 },
{ "subId": 4006618, "order": 19, "descHash": 1121074732 }
]
},
{
"id": 40067,
"titleHash": 1148232359,
"children": [
{ "subId": 4006701, "order": 1, "descHash": 849137692 },
{ "subId": 4006702, "order": 2, "descHash": 124303084 },
{ "subId": 4006703, "order": 3, "descHash": 2407090988 },
{ "subId": 4006704, "order": 4, "descHash": 806009700 },
{ "subId": 4006705, "order": 5, "descHash": 2581190772 },
{ "subId": 4006706, "order": 6, "descHash": 2551588596 },
{ "subId": 4006707, "order": 7, "descHash": 1607069892 },
{ "subId": 4006708, "order": 8, "descHash": 1814035948 },
{ "subId": 4006709, "order": 9, "descHash": 4170496084 },
{ "subId": 4006717, "order": 10, "descHash": 703593484 },
{ "subId": 4006710, "order": 11, "descHash": 763116940 },
{ "subId": 4006711, "order": 12, "descHash": 393956548 },
{ "subId": 4006715, "order": 13, "descHash": 3869186548 },
{ "subId": 4006716, "order": 14, "hidden": true, "test": true, "descHash": 683055436 },
{ "subId": 4006712, "order": 15, "descHash": 1041192332 },
{ "subId": 4006713, "order": 16, "descHash": 1719212356 },
{ "subId": 4006714, "order": 17, "descHash": 1050229316 }
]
},
{
"id": 40068,
"titleHash": 2373405919,
"children": [
{ "subId": 4006801, "order": 1, "descHash": 1603177228 },
{ "subId": 4006802, "order": 2, "descHash": 2355507084 },
{ "subId": 4006803, "order": 3, "descHash": 1449085468 },
{ "subId": 4006818, "order": 4, "descHash": 1888798348 },
{ "subId": 4006804, "order": 5, "descHash": 3308537380 },
{ "subId": 4006805, "order": 6, "descHash": 249281292 },
{ "subId": 4006806, "order": 7, "descHash": 271982724 },
{ "subId": 4006807, "order": 9, "descHash": 3862944476 },
{ "subId": 4006808, "order": 10, "descHash": 1498337268 },
{ "subId": 4006809, "order": 11, "descHash": 1236982564 },
{ "subId": 4006810, "order": 13, "descHash": 2921821532 },
{ "subId": 4006811, "order": 15, "descHash": 3581650388 },
{ "subId": 4006812, "order": 16, "descHash": 1954026812 },
{ "subId": 4006817, "order": 17, "descHash": 2559586468 },
{ "subId": 4006815, "order": 18, "descHash": 2299317940 },
{ "subId": 4006813, "order": 99, "hidden": true, "test": true, "descHash": 2664328732 },
{ "subId": 4006814, "order": 99, "descHash": 1060525996 },
{ "subId": 4006816, "order": 99, "descHash": 1894387228 }
]
},
{
"id": 40069,
"titleHash": 1511900455,
"children": [
{ "subId": 4006901, "order": 1, "descHash": 3540932588 },
{ "subId": 4006902, "order": 2, "descHash": 42239732 },
{ "subId": 4006923, "order": 3, "hidden": true, "test": true, "descHash": 3030306148 },
{ "subId": 4006909, "order": 4, "hidden": true, "test": true, "descHash": 450955588 },
{ "subId": 4006903, "order": 5, "descHash": 3217256580 },
{ "subId": 4006911, "order": 6, "hidden": true, "test": true, "descHash": 3410588588 },
{ "subId": 4006920, "order": 7, "hidden": true, "test": true, "descHash": 687501740 },
{ "subId": 4006921, "order": 8, "hidden": true, "test": true, "descHash": 603471876 },
{ "subId": 4006922, "order": 9, "hidden": true, "test": true, "descHash": 177228428 },
{ "subId": 4006916, "order": 10, "descHash": 2159055156 },
{ "subId": 4006904, "order": 11, "descHash": 1093940212 },
{ "subId": 4006918, "order": 12, "hidden": true, "test": true, "descHash": 2099336548 },
{ "subId": 4006905, "order": 13, "descHash": 4152111988 },
{ "subId": 4006917, "order": 14, "descHash": 3977677308 },
{ "subId": 4006906, "order": 15, "descHash": 4095681092 },
{ "subId": 4006919, "order": 16, "hidden": true, "test": true, "descHash": 1883306084 },
{ "subId": 4006907, "order": 17, "descHash": 573188860 },
{ "subId": 4006914, "order": 18, "descHash": 582614500 },
{ "subId": 4006915, "order": 19, "hidden": true, "test": true, "descHash": 2360843020 },
{ "subId": 4006908, "order": 20, "descHash": 2530416740 },
{ "subId": 4006912, "order": 22, "descHash": 251426828 },
{ "subId": 4006924, "order": 23, "hidden": true, "test": true, "descHash": 486101652 },
{ "subId": 4006913, "order": 24, "descHash": 2584957036 },
{ "subId": 4006910, "order": 99, "hidden": true, "descHash": 502856500 }
]
},
{
"id": 40070,
"titleHash": 262481255,
"children": [
{ "subId": 4007001, "order": 1, "descHash": 3420075188 },
{ "subId": 4007002, "order": 2, "descHash": 1651039468 },
{ "subId": 4007003, "order": 3, "hidden": true, "test": true, "descHash": 35733468 },
{ "subId": 4007018, "order": 4, "descHash": 1463830652 },
{ "subId": 4007015, "order": 5, "descHash": 1809638572 },
{ "subId": 4007004, "order": 6, "descHash": 428314980 },
{ "subId": 4007005, "order": 7, "descHash": 4011566244 },
{ "subId": 4007009, "order": 8, "descHash": 3972253236 },
{ "subId": 4007013, "order": 9, "descHash": 3487412116 },
{ "subId": 4007006, "order": 10, "descHash": 2921636556 },
{ "subId": 4007007, "order": 11, "descHash": 1273003092 },
{ "subId": 4007008, "order": 12, "hidden": true, "test": true, "descHash": 3886182772 },
{ "subId": 4007019, "order": 13, "descHash": 3142874364 },
{ "subId": 4007010, "order": 15, "descHash": 3404958284 },
{ "subId": 4007011, "order": 16, "descHash": 2425339036 },
{ "subId": 4007012, "order": 17, "descHash": 2689106188 },
{ "subId": 4007016, "order": 18, "descHash": 3138305196 },
{ "subId": 4007017, "order": 19, "descHash": 2128767356 },
{ "subId": 4007014, "order": 99, "hidden": true, "test": true, "descHash": 1610977828 }
]
},
{
"id": 40071,
"titleHash": 2649452399,
"children": [
{ "subId": 4007101, "order": 1, "descHash": 2244197228 },
{ "subId": 4007102, "order": 2, "descHash": 491421132 },
{ "subId": 4007117, "order": 3, "hidden": true, "test": true, "descHash": 1852150332 },
{ "subId": 4007103, "order": 4, "descHash": 2352119308 },
{ "subId": 4007104, "order": 5, "descHash": 2954199116 },
{ "subId": 4007105, "order": 6, "descHash": 1265924404 },
{ "subId": 4007108, "order": 8, "descHash": 570331068 },
{ "subId": 4007109, "order": 9, "descHash": 3721732076 },
{ "subId": 4007110, "order": 10, "descHash": 3687483908 },
{ "subId": 4007111, "order": 11, "descHash": 1989090276 },
{ "subId": 4007112, "order": 12, "descHash": 3582236348 },
{ "subId": 4007119, "order": 13, "hidden": true, "test": true, "descHash": 2752821956 },
{ "subId": 4007116, "order": 14, "descHash": 1160614212 },
{ "subId": 4007113, "order": 15, "descHash": 719964372 },
{ "subId": 4007118, "order": 16, "descHash": 2858533732 },
{ "subId": 4007106, "order": 17, "descHash": 3542236116 },
{ "subId": 4007114, "order": 18, "descHash": 48726516 },
{ "subId": 4007107, "order": 19, "descHash": 3205444716 },
{ "subId": 4007115, "order": 20, "descHash": 2740286036 }
]
},
{
"id": 40072,
"titleHash": 263824111,
"children": [
{ "subId": 4007202, "order": 1, "descHash": 2848948556 },
{ "subId": 4007220, "order": 2, "hidden": true, "test": true, "descHash": 2710631428 },
{ "subId": 4007203, "order": 3, "descHash": 3288320404 },
{ "subId": 4007204, "order": 4, "descHash": 1674606804 },
{ "subId": 4007205, "order": 5, "descHash": 3728560572 },
{ "subId": 4007206, "order": 6, "descHash": 1414881444 },
{ "subId": 4007207, "order": 7, "descHash": 3502644900 },
{ "subId": 4007208, "order": 8, "descHash": 676670140 },
{ "subId": 4007215, "order": 9, "descHash": 2371722252 },
{ "subId": 4007216, "order": 10, "descHash": 3760082172 },
{ "subId": 4007209, "order": 11, "descHash": 183662196 },
{ "subId": 4007210, "order": 12, "descHash": 1074762564 },
{ "subId": 4007214, "order": 13, "descHash": 3286044236 },
{ "subId": 4007218, "order": 14, "descHash": 3675248892 },
{ "subId": 4007219, "order": 15, "hidden": true, "test": true, "descHash": 1583997436 },
{ "subId": 4007211, "order": 16, "descHash": 2484214324 },
{ "subId": 4007201, "order": 17, "descHash": 3905369084 },
{ "subId": 4007217, "order": 18, "descHash": 477411756 },
{ "subId": 4007212, "order": 19, "descHash": 615309836 },
{ "subId": 4007213, "order": 20, "descHash": 2028133316 }
]
},
{
"id": 40073,
"titleHash": 2999806791,
"children": [
{ "subId": 4007302, "order": 1, "descHash": 2170768980 },
{ "subId": 4007321, "order": 2, "hidden": true, "test": true, "descHash": 293373524 },
{ "subId": 4007303, "order": 3, "descHash": 3796901924 },
{ "subId": 4007322, "order": 4, "descHash": 4064113036 },
{ "subId": 4007304, "order": 5, "descHash": 134702180 },
{ "subId": 4007305, "order": 6, "descHash": 743569700 },
{ "subId": 4007306, "order": 7, "descHash": 3217810532 },
{ "subId": 4007307, "order": 8, "descHash": 2487684684 },
{ "subId": 4007308, "order": 9, "descHash": 3636645028 },
{ "subId": 4007309, "order": 10, "hidden": true, "test": true, "descHash": 2231520644 },
{ "subId": 4007310, "order": 11, "descHash": 3054804964 },
{ "subId": 4007319, "order": 12, "descHash": 2878883828 },
{ "subId": 4007312, "order": 13, "descHash": 1873401868 },
{ "subId": 4007313, "order": 14, "descHash": 3654969116 },
{ "subId": 4007320, "order": 15, "hidden": true, "test": true, "descHash": 2415236708 },
{ "subId": 4007314, "order": 16, "descHash": 1492116396 },
{ "subId": 4007311, "order": 17, "descHash": 1155738132 },
{ "subId": 4007301, "order": 18, "descHash": 1634599220 },
{ "subId": 4007315, "order": 19, "descHash": 2935246588 },
{ "subId": 4007316, "order": 20, "descHash": 1901317764 },
{ "subId": 4007317, "order": 21, "descHash": 2671965252 },
{ "subId": 4007318, "order": 22, "descHash": 3706441140 }
]
},
{
"id": 40074,
"titleHash": 749619519,
"children": [
{ "subId": 4007401, "order": 1, "descHash": 2795450884 },
{ "subId": 4007411, "order": 2, "descHash": 4167728388 },
{ "subId": 4007402, "order": 3, "descHash": 824661044 },
{ "subId": 4007403, "order": 4, "descHash": 1450258340 },
{ "subId": 4007404, "order": 5, "descHash": 3005728756 },
{ "subId": 4007405, "order": 6, "descHash": 2126064132 },
{ "subId": 4007406, "order": 8, "descHash": 4144781908 },
{ "subId": 4007407, "order": 9, "descHash": 2971805612 },
{ "subId": 4007413, "order": 10, "hidden": true, "descHash": 1191992332 },
{ "subId": 4007415, "order": 11, "hidden": true, "descHash": 4003454692 },
{ "subId": 4007408, "order": 12, "descHash": 85783620 },
{ "subId": 4007410, "order": 13, "descHash": 2334001324 },
{ "subId": 4007412, "order": 14, "descHash": 4148642996 },
{ "subId": 4007417, "order": 14, "hidden": true, "test": true, "descHash": 2646604428 },
{ "subId": 4007414, "order": 15, "descHash": 3555023212 },
{ "subId": 4007409, "order": 16, "descHash": 2241819068 },
{ "subId": 4007416, "order": 17, "hidden": true, "test": true, "descHash": 2402448284 }
]
},
{
"id": 40075,
"titleHash": 1636958207,
"children": [
{ "subId": 4007501, "order": 1, "descHash": 2077123196 },
{ "subId": 4007502, "order": 2, "descHash": 2181847588 },
{ "subId": 4007503, "order": 3, "descHash": 749064156 },
{ "subId": 4007504, "order": 4, "descHash": 1174654876 },
{ "subId": 4007505, "order": 6, "descHash": 1952161732 },
{ "subId": 4007509, "order": 7, "descHash": 627704828 },
{ "subId": 4007510, "order": 8, "descHash": 696384444 },
{ "subId": 4007506, "order": 9, "descHash": 448805676 },
{ "subId": 4007507, "order": 10, "descHash": 2221843628 },
{ "subId": 4007508, "order": 11, "descHash": 1193757500 },
{ "subId": 4007511, "order": 12, "hidden": true, "test": true, "descHash": 3677123284 },
{ "subId": 4007512, "order": 99, "descHash": 4073663588 }
]
},
{
"id": 40076,
"titleHash": 105361807,
"children": [
{ "subId": 4007601, "order": 1, "descHash": 1259173732 },
{ "subId": 4007616, "order": 2, "descHash": 3751139372 },
{ "subId": 4007602, "order": 3, "descHash": 3462882140 },
{ "subId": 4007603, "order": 4, "descHash": 1769052284 },
{ "subId": 4007604, "order": 5, "descHash": 3369453644 },
{ "subId": 4007605, "order": 7, "descHash": 1527282796 },
{ "subId": 4007606, "order": 8, "descHash": 3357876740 },
{ "subId": 4007607, "order": 9, "descHash": 2286254980 },
{ "subId": 4007609, "order": 12, "descHash": 1597300516 },
{ "subId": 4007610, "order": 13, "descHash": 4267442564 },
{ "subId": 4007614, "order": 14, "descHash": 914283620 },
{ "subId": 4007617, "order": 15, "descHash": 3511032188 },
{ "subId": 4007611, "order": 16, "descHash": 48998644 },
{ "subId": 4007615, "order": 17, "descHash": 1695314100 },
{ "subId": 4007619, "order": 18, "hidden": true, "test": true, "descHash": 344021612 },
{ "subId": 4007612, "order": 19, "descHash": 3143594860 },
{ "subId": 4007613, "order": 20, "descHash": 350118708 },
{ "subId": 4007608, "order": 99, "descHash": 2066930796 },
{ "subId": 4007618, "order": 99, "descHash": 3067316972 }
]
},
{
"id": 40077,
"titleHash": 887318863,
"children": [
{ "subId": 4007711, "order": 1, "descHash": 2880799364 },
{ "subId": 4007701, "order": 2, "descHash": 1089622236 },
{ "subId": 4007709, "order": 3, "hidden": true, "test": true, "descHash": 3123585388 },
{ "subId": 4007702, "order": 4, "descHash": 1463648540 },
{ "subId": 4007703, "order": 5, "descHash": 556465980 },
{ "subId": 4007704, "order": 6, "descHash": 136540716 },
{ "subId": 4007705, "order": 7, "hidden": true, "test": true, "descHash": 685430996 },
{ "subId": 4007706, "order": 8, "descHash": 1766596404 },
{ "subId": 4007707, "order": 9, "descHash": 439244868 },
{ "subId": 4007710, "order": 10, "descHash": 4228666444 },
{ "subId": 4007708, "order": 11, "hidden": true, "test": true, "descHash": 4142428556 }
]
},
{
"id": 40078,
"titleHash": 401175279,
"children": [
{ "subId": 4007801, "order": 1, "descHash": 2571820628 },
{ "subId": 4007802, "order": 2, "descHash": 1596163124 },
{ "subId": 4007803, "order": 3, "descHash": 1762128188 },
{ "subId": 4007814, "order": 4, "descHash": 2803253748 },
{ "subId": 4007804, "order": 5, "descHash": 3072644180 },
{ "subId": 4007805, "order": 6, "descHash": 2226810380 },
{ "subId": 4007806, "order": 7, "descHash": 1656652972 },
{ "subId": 4007807, "order": 8, "descHash": 3216959540 },
{ "subId": 4007808, "order": 9, "descHash": 3431111532 },
{ "subId": 4007809, "order": 10, "descHash": 2581985716 },
{ "subId": 4007810, "order": 11, "descHash": 1590246900 },
{ "subId": 4007811, "order": 12, "descHash": 2666153844 },
{ "subId": 4007815, "order": 13, "descHash": 4100663196 },
{ "subId": 4007812, "order": 14, "descHash": 1909170828 },
{ "subId": 4007813, "order": 15, "descHash": 567960444 }
]
},
{
"id": 40079,
"titleHash": 3388673367,
"children": [
{ "subId": 4007901, "order": 1, "descHash": 397880980 },
{ "subId": 4007902, "order": 2, "descHash": 3139611108 },
{ "subId": 4007903, "order": 3, "descHash": 1754752252 },
{ "subId": 4007909, "order": 4, "hidden": true },
{ "subId": 4007904, "order": 5, "descHash": 955317820 },
{ "subId": 4007905, "order": 6, "descHash": 343362716 },
{ "subId": 4007911, "order": 7, "hidden": true },
{ "subId": 4007906, "order": 8, "descHash": 1850704836 },
{ "subId": 4007907, "order": 9, "descHash": 3091210268 },
{ "subId": 4007908, "order": 10, "descHash": 1407343420 },
{ "subId": 4007910, "order": 11, "hidden": true },
{ "subId": 4007913, "order": 12, "hidden": true },
{ "subId": 4007912, "order": 13, "descHash": 958777980 }
]
},
{
"id": 40080,
"titleHash": 1133846615,
"children": [
{ "subId": 4008001, "order": 1, "descHash": 3338107980 },
{ "subId": 4008002, "order": 2, "descHash": 1918373884 },
{ "subId": 4008003, "order": 3, "descHash": 4094645820 },
{ "subId": 4008004, "order": 4, "descHash": 3368949108 },
{ "subId": 4008007, "order": 5, "hidden": true },
{ "subId": 4008005, "order": 6, "descHash": 3578935636 },
{ "subId": 4008006, "order": 7, "descHash": 489357732 },
{ "subId": 4008008, "order": 8, "hidden": true }
]
},
{
"id": 40081,
"titleHash": 1332910007,
"children": [
{ "subId": 4008101, "order": 1, "descHash": 1920915340 },
{ "subId": 4008123, "order": 2, "hidden": true },
{ "subId": 4008103, "order": 3, "descHash": 3862433604 },
{ "subId": 4008115, "order": 4, "descHash": 1161933364 },
{ "subId": 4008109, "order": 5, "descHash": 2088927692 },
{ "subId": 4008104, "order": 6, "hidden": true },
{ "subId": 4008105, "order": 7, "descHash": 3091546908 },
{ "subId": 4008106, "order": 8, "descHash": 399000036 },
{ "subId": 4008114, "order": 9, "descHash": 201339884 },
{ "subId": 4008107, "order": 10, "descHash": 1968730652 },
{ "subId": 4008108, "order": 11, "descHash": 93788004 },
{ "subId": 4008110, "order": 12, "descHash": 1108722132 },
{ "subId": 4008111, "order": 13, "descHash": 4095297124 },
{ "subId": 4008112, "order": 14, "descHash": 4131328492 },
{ "subId": 4008113, "order": 15, "descHash": 3219553356 },
{ "subId": 4008116, "order": 16, "descHash": 3905593348 },
{ "subId": 4008117, "order": 17, "descHash": 1356324460 },
{ "subId": 4008118, "order": 18, "descHash": 2151536948 },
{ "subId": 4008119, "order": 19, "descHash": 916223972 },
{ "subId": 4008120, "order": 20, "hidden": true },
{ "subId": 4008121, "order": 21, "hidden": true },
{ "subId": 4008122, "order": 22, "descHash": 1507437788 },
{ "subId": 4008102, "order": 23, "hidden": true }
]
},
{
"id": 40082,
"titleHash": 319624111,
"children": [
{ "subId": 4008201, "order": 1, "descHash": 682215780 },
{ "subId": 4008202, "order": 2, "descHash": 1506247356 },
{ "subId": 4008205, "order": 3, "descHash": 2184601788 },
{ "subId": 4008214, "order": 4, "hidden": true, "descHash": 3690342436 },
{ "subId": 4008215, "order": 5, "descHash": 2777971804 },
{ "subId": 4008203, "order": 6, "descHash": 575328844 },
{ "subId": 4008206, "order": 7, "descHash": 1991892404 },
{ "subId": 4008207, "order": 8, "descHash": 3906020004 },
{ "subId": 4008213, "order": 9, "descHash": 4250614428 },
{ "subId": 4008208, "order": 10, "descHash": 2210973724 },
{ "subId": 4008212, "order": 11, "descHash": 3636481796 },
{ "subId": 4008209, "order": 12, "descHash": 3331339476 },
{ "subId": 4008210, "order": 13, "descHash": 3871400828 },
{ "subId": 4008211, "order": 14, "descHash": 3197417476 },
{ "subId": 4008204, "order": 15 }
]
},
{
"id": 40083,
"titleHash": 3495079431,
"children": [
{ "subId": 4008301, "order": 1, "descHash": 926121132 },
{ "subId": 4008303, "order": 2, "descHash": 2265477316 },
{ "subId": 4008320, "order": 3, "hidden": true, "descHash": 2857116916 },
{ "subId": 4008322, "order": 4, "descHash": 2207111724 },
{ "subId": 4008302, "order": 5, "descHash": 1599403412 },
{ "subId": 4008304, "order": 6, "descHash": 2536098628 },
{ "subId": 4008316, "order": 7, "descHash": 4175736732 },
{ "subId": 4008314, "order": 8, "descHash": 2238946852 },
{ "subId": 4008305, "order": 9, "descHash": 3198587668 },
{ "subId": 4008306, "order": 10, "descHash": 1652548900 },
{ "subId": 4008307, "order": 11, "descHash": 2512731100 },
{ "subId": 4008318, "order": 12, "descHash": 288396844 },
{ "subId": 4008319, "order": 13, "descHash": 2009150788 },
{ "subId": 4008309, "order": 14, "descHash": 2828583052 },
{ "subId": 4008311, "order": 15, "descHash": 322067180 },
{ "subId": 4008321, "order": 16, "hidden": true, "descHash": 2469860500 },
{ "subId": 4008323, "order": 17, "descHash": 3063572844 },
{ "subId": 4008310, "order": 18, "descHash": 633013476 },
{ "subId": 4008312, "order": 19, "descHash": 78914540 },
{ "subId": 4008317, "order": 20, "descHash": 3836140492 },
{ "subId": 4008315, "order": 21, "descHash": 3100459500 },
{ "subId": 4008313, "order": 22, "descHash": 3705621548 },
{ "subId": 4008308, "order": 23 }
]
},
{
"id": 40084,
"titleHash": 3483278527,
"children": [
{ "subId": 4008401, "order": 1, "descHash": 1094731732 },
{ "subId": 4008403, "order": 2, "descHash": 2798176556 },
{ "subId": 4008417, "order": 3, "hidden": true, "descHash": 265961700 },
{ "subId": 4008419, "order": 4, "descHash": 4071370868 },
{ "subId": 4008404, "order": 5, "descHash": 1623122764 },
{ "subId": 4008405, "order": 6, "descHash": 1466365828 },
{ "subId": 4008414, "order": 7, "descHash": 3040584612 },
{ "subId": 4008402, "order": 8, "descHash": 626429588 },
{ "subId": 4008406, "order": 9, "descHash": 777074548 },
{ "subId": 4008407, "order": 10, "descHash": 280783172 },
{ "subId": 4008418, "order": 11, "hidden": true, "descHash": 4093009516 },
{ "subId": 4008420, "order": 12, "descHash": 3052595876 },
{ "subId": 4008408, "order": 13, "descHash": 1355538116 },
{ "subId": 4008409, "order": 14, "descHash": 1575030660 },
{ "subId": 4008413, "order": 15, "descHash": 329753276 },
{ "subId": 4008412, "order": 16, "descHash": 3898327004 },
{ "subId": 4008410, "order": 17, "descHash": 1314692884 },
{ "subId": 4008416, "order": 18, "descHash": 2665148964 },
{ "subId": 4008411, "order": 19, "descHash": 96564388 },
{ "subId": 4008415, "order": 20, "descHash": 7705444 }
]
},
{
"id": 40085,
"titleHash": 770789847,
"children": [
{ "subId": 4008501, "order": 1, "descHash": 225212716 },
{ "subId": 4008517, "order": 2, "descHash": 4076347980 },
{ "subId": 4008503, "order": 3, "descHash": 1653260324 },
{ "subId": 4008518, "order": 4, "hidden": true, "descHash": 3744860332 },
{ "subId": 4008519, "order": 5, "descHash": 646244292 },
{ "subId": 4008502, "order": 6, "descHash": 3034788780 },
{ "subId": 4008515, "order": 7, "descHash": 4254079204 },
{ "subId": 4008520, "order": 8, "descHash": 1332953532 },
{ "subId": 4008504, "order": 9, "descHash": 1788042108 },
{ "subId": 4008516, "order": 10, "descHash": 3927579652 },
{ "subId": 4008505, "order": 11, "descHash": 384537868 },
{ "subId": 4008508, "order": 12, "descHash": 4112552636 },
{ "subId": 4008514, "order": 13, "descHash": 162846412 },
{ "subId": 4008521, "order": 14, "descHash": 3367360476 },
{ "subId": 4008509, "order": 15, "descHash": 3433703924 },
{ "subId": 4008511, "order": 16, "descHash": 2360152820 },
{ "subId": 4008510, "order": 17, "descHash": 4112458932 },
{ "subId": 4008506, "order": 18, "descHash": 544526836 },
{ "subId": 4008512, "order": 19, "descHash": 3040480228 },
{ "subId": 4008513, "order": 20 },
{ "subId": 4008507, "order": 21 }
]
},
{
"id": 40086,
"titleHash": 469178175,
"children": [
{ "subId": 4008604, "order": 1, "descHash": 3890741828 },
{ "subId": 4008601, "order": 2, "descHash": 3425758924 },
{ "subId": 4008602, "order": 3, "descHash": 2940847316 },
{ "subId": 4008603, "order": 4, "descHash": 3083073564 }
]
},
{
"id": 40087,
"hidden": true,
"test": true,
"titleHash": 2791178415,
"children": [
{ "subId": 4008702, "order": 1, "hidden": true },
{ "subId": 4008703, "order": 2, "hidden": true },
{ "subId": 4008701, "order": 3, "hidden": true }
]
},
{
"id": 40088,
"hidden": true,
"test": true,
"titleHash": 2601977055,
"children": [{ "subId": 4008801, "order": 1, "hidden": true }]
},
{
"id": 40092,
"titleHash": 1522661759,
"children": [
{ "subId": 4009201, "order": 1, "descHash": 2571820628 },
{ "subId": 4009202, "order": 2, "descHash": 1596163124 },
{ "subId": 4009203, "order": 3, "descHash": 1762128188 },
{ "subId": 4009214, "order": 4, "descHash": 2803253748 },
{ "subId": 4009204, "order": 5, "descHash": 3072644180 },
{ "subId": 4009205, "order": 6, "descHash": 2226810380 },
{ "subId": 4009206, "order": 7, "descHash": 1656652972 },
{ "subId": 4009207, "order": 8, "descHash": 3216959540 },
{ "subId": 4009208, "order": 9, "descHash": 3431111532 },
{ "subId": 4009209, "order": 10, "descHash": 2581985716 },
{ "subId": 4009210, "order": 11, "descHash": 1590246900 },
{ "subId": 4009211, "order": 12, "descHash": 2666153844 },
{ "subId": 4009215, "order": 13, "descHash": 4100663196 },
{ "subId": 4009212, "order": 14, "descHash": 1909170828 },
{ "subId": 4009213, "order": 15, "descHash": 567960444 }
]
},
{
"id": 40093,
"titleHash": 9103135,
"children": [
{ "subId": 4009301, "order": 1, "descHash": 2571820628 },
{ "subId": 4009302, "order": 2, "descHash": 1596163124 },
{ "subId": 4009303, "order": 3, "descHash": 1762128188 },
{ "subId": 4009314, "order": 4, "descHash": 2803253748 },
{ "subId": 4009304, "order": 5, "descHash": 3072644180 },
{ "subId": 4009305, "order": 6, "descHash": 2226810380 },
{ "subId": 4009306, "order": 7, "descHash": 1656652972 },
{ "subId": 4009307, "order": 8, "descHash": 3216959540 },
{ "subId": 4009308, "order": 9, "descHash": 3431111532 },
{ "subId": 4009309, "order": 10, "descHash": 2581985716 },
{ "subId": 4009310, "order": 11, "descHash": 1590246900 },
{ "subId": 4009311, "order": 12, "descHash": 2666153844 },
{ "subId": 4009315, "order": 13, "descHash": 4100663196 },
{ "subId": 4009312, "order": 14, "descHash": 1909170828 },
{ "subId": 4009313, "order": 15, "descHash": 567960444 }
]
},
{
"id": 40094,
"hidden": true,
"titleHash": 4086327991,
"children": [{ "subId": 4009401, "order": 1, "hidden": true }]
},
{
"id": 40095,
"titleHash": 3543986143,
"children": [
{ "subId": 4009501, "order": 1, "descHash": 1914227796 },
{ "subId": 4009511, "order": 2, "hidden": true },
{ "subId": 4009502, "order": 3, "descHash": 3309357580 },
{ "subId": 4009503, "order": 4, "descHash": 2955501220 },
{ "subId": 4009504, "order": 5, "descHash": 1843498772 },
{ "subId": 4009514, "order": 6, "descHash": 3592207204 },
{ "subId": 4009505, "order": 7, "descHash": 382696036 },
{ "subId": 4009506, "order": 8, "descHash": 1949852276 },
{ "subId": 4009507, "order": 9, "descHash": 3572398916 },
{ "subId": 4009508, "order": 10, "descHash": 2254228884 },
{ "subId": 4009509, "order": 11, "hidden": true },
{ "subId": 4009510, "order": 12, "hidden": true },
{ "subId": 4009513, "order": 13, "descHash": 3977400900 },
{ "subId": 4009512, "order": 14, "hidden": true, "test": true, "descHash": 1899551012 }
]
},
{
"id": 40096,
"titleHash": 1412474175,
"children": [
{ "subId": 4009601, "order": 1, "descHash": 2571820628 },
{ "subId": 4009602, "order": 2, "descHash": 1596163124 },
{ "subId": 4009603, "order": 3, "descHash": 1762128188 },
{ "subId": 4009614, "order": 4, "descHash": 2803253748 },
{ "subId": 4009604, "order": 5, "descHash": 3072644180 },
{ "subId": 4009605, "order": 6, "descHash": 2226810380 },
{ "subId": 4009606, "order": 7, "descHash": 1656652972 },
{ "subId": 4009607, "order": 8, "descHash": 3216959540 },
{ "subId": 4009608, "order": 9, "descHash": 3431111532 },
{ "subId": 4009609, "order": 10, "descHash": 2581985716 },
{ "subId": 4009610, "order": 11, "descHash": 1590246900 },
{ "subId": 4009611, "order": 12, "descHash": 2666153844 },
{ "subId": 4009615, "order": 13, "descHash": 4100663196 },
{ "subId": 4009612, "order": 14, "descHash": 1909170828 },
{ "subId": 4009613, "order": 15, "descHash": 567960444 }
]
},
{
"id": 40911,
"titleHash": 3142834945,
"children": [
{ "subId": 4091101, "order": 1, "descHash": 4159029086 },
{ "subId": 4091102, "order": 2, "descHash": 536428710 },
{ "subId": 4091103, "order": 3, "descHash": 392690286 },
{ "subId": 4091104, "order": 4, "descHash": 3529304422 },
{ "subId": 4091105, "order": 5, "hidden": true }
]
},
{
"id": 41001,
"hidden": true,
"test": true,
"titleHash": 651969063,
"children": [
{ "subId": 4100101, "order": 1, "hidden": true, "test": true, "descHash": 2864855876 },
{ "subId": 4100102, "order": 2, "hidden": true, "test": true, "descHash": 3500898740 },
{ "subId": 4100103, "order": 3, "hidden": true, "test": true, "descHash": 3043545116 },
{ "subId": 4100104, "order": 4, "hidden": true, "test": true, "descHash": 155590276 },
{ "subId": 4100105, "order": 5, "hidden": true, "test": true, "descHash": 1934168300 },
{ "subId": 4100106, "order": 6, "hidden": true, "test": true, "descHash": 834661732 },
{ "subId": 4100107, "order": 7, "hidden": true, "test": true, "descHash": 3401911780 }
]
},
{
"id": 41111,
"titleHash": 2399787239,
"children": [
{ "subId": 4111101, "order": 1, "descHash": 947766404 },
{ "subId": 4111104, "order": 2, "descHash": 4053236132 },
{ "subId": 4111105, "order": 3, "hidden": true, "test": true, "descHash": 1095783876 },
{ "subId": 4111106, "order": 4, "descHash": 4026025268 },
{ "subId": 4111115, "order": 5, "descHash": 3667767860 },
{ "subId": 4111116, "order": 6, "descHash": 3527011172 },
{ "subId": 4111107, "order": 7, "descHash": 2322922556 },
{ "subId": 4111102, "order": 8, "descHash": 1449769356 },
{ "subId": 4111117, "order": 9, "hidden": true, "test": true, "descHash": 2675187820 },
{ "subId": 4111109, "order": 10, "descHash": 3354506708 },
{ "subId": 4111110, "order": 11, "descHash": 1949057964 },
{ "subId": 4111118, "order": 12, "hidden": true, "test": true, "descHash": 861993852 },
{ "subId": 4111114, "order": 13, "descHash": 2601647884 },
{ "subId": 4111112, "order": 14, "hidden": true, "test": true, "descHash": 6149556 },
{ "subId": 4111113, "order": 15, "hidden": true, "test": true, "descHash": 462944388 },
{ "subId": 4111103, "order": 16, "hidden": true, "test": true, "descHash": 1921715356 },
{ "subId": 4111108, "order": 17, "hidden": true, "test": true, "descHash": 564334124 },
{ "subId": 4111111, "order": 18, "hidden": true, "test": true, "descHash": 167513652 }
]
},
{
"id": 41112,
"titleHash": 4220710999,
"children": [
{ "subId": 4111200, "order": 1, "descHash": 2166109588 },
{ "subId": 4111201, "order": 2, "descHash": 1827515220 },
{ "subId": 4111223, "order": 3, "hidden": true, "test": true, "descHash": 392702844 },
{ "subId": 4111214, "order": 4, "descHash": 2596701636 },
{ "subId": 4111215, "order": 5, "descHash": 538230604 },
{ "subId": 4111216, "order": 6, "descHash": 2800678036 },
{ "subId": 4111217, "order": 7, "descHash": 874676572 },
{ "subId": 4111220, "order": 8, "descHash": 2334801340 },
{ "subId": 4111218, "order": 9, "descHash": 216729132 },
{ "subId": 4111224, "order": 10, "descHash": 3247008332 },
{ "subId": 4111202, "order": 11, "descHash": 1960795684 },
{ "subId": 4111203, "order": 12, "descHash": 4288541876 },
{ "subId": 4111204, "order": 13, "descHash": 574594740 },
{ "subId": 4111205, "order": 14, "hidden": true, "test": true, "descHash": 2866191556 },
{ "subId": 4111208, "order": 15, "descHash": 771183596 },
{ "subId": 4111209, "order": 16, "descHash": 2723330324 },
{ "subId": 4111210, "order": 17, "descHash": 2388857164 },
{ "subId": 4111219, "order": 18, "descHash": 124399604 },
{ "subId": 4111221, "order": 19, "descHash": 832198860 },
{ "subId": 4111206, "order": 20, "descHash": 2392991004 },
{ "subId": 4111227, "order": 20, "hidden": true, "descHash": 2650069644 },
{ "subId": 4111222, "order": 21, "descHash": 2341132612 },
{ "subId": 4111207, "order": 22, "descHash": 2620351284 },
{ "subId": 4111225, "order": 23, "hidden": true, "test": true, "descHash": 4004591668 },
{ "subId": 4111211, "order": 24, "hidden": true, "test": true, "descHash": 4178217396 },
{ "subId": 4111212, "order": 25, "descHash": 1923706668 },
{ "subId": 4111226, "order": 26, "descHash": 2190740660 },
{ "subId": 4111213, "order": 27, "hidden": true, "test": true, "descHash": 1321968060 }
]
},
{
"id": 41113,
"titleHash": 3304445191,
"children": [
{ "subId": 4111301, "order": 1, "descHash": 1793502796 },
{ "subId": 4111318, "order": 2, "descHash": 3567600788 },
{ "subId": 4111302, "order": 3, "descHash": 1489864548 },
{ "subId": 4111303, "order": 4, "descHash": 199520828 },
{ "subId": 4111304, "order": 5, "descHash": 1955655708 },
{ "subId": 4111305, "order": 6, "hidden": true, "descHash": 3435410332 },
{ "subId": 4111306, "order": 7, "hidden": true, "test": true, "descHash": 1282499580 },
{ "subId": 4111310, "order": 8, "descHash": 2618005780 },
{ "subId": 4111312, "order": 9, "descHash": 2498969772 },
{ "subId": 4111313, "order": 10, "descHash": 1717349164 },
{ "subId": 4111314, "order": 11, "descHash": 3447618284 },
{ "subId": 4111320, "order": 12, "descHash": 3217387332 },
{ "subId": 4111311, "order": 13, "descHash": 1653362764 },
{ "subId": 4111315, "order": 14, "hidden": true, "test": true, "descHash": 2864998220 },
{ "subId": 4111307, "order": 15, "descHash": 3473851644 },
{ "subId": 4111316, "order": 16, "hidden": true, "test": true, "descHash": 3832053836 },
{ "subId": 4111308, "order": 17, "hidden": true, "test": true, "descHash": 1929760268 },
{ "subId": 4111319, "order": 18, "hidden": true, "test": true, "descHash": 417868148 },
{ "subId": 4111317, "order": 19, "descHash": 1033414892 },
{ "subId": 4111309, "order": 20, "hidden": true, "test": true, "descHash": 257186044 }
]
},
{
"id": 41114,
"titleHash": 3813438551,
"children": [
{ "subId": 4111401, "order": 1, "descHash": 25932660 },
{ "subId": 4111407, "order": 2, "descHash": 152572004 },
{ "subId": 4111408, "order": 3, "descHash": 1952137036 },
{ "subId": 4111403, "order": 4, "descHash": 2667876940 },
{ "subId": 4111414, "order": 5, "hidden": true, "test": true, "descHash": 178646252 },
{ "subId": 4111404, "order": 6, "descHash": 1733926652 },
{ "subId": 4111405, "order": 7, "hidden": true, "test": true, "descHash": 2239375948 },
{ "subId": 4111409, "order": 9, "descHash": 3150611916 },
{ "subId": 4111410, "order": 10, "descHash": 3203648652 },
{ "subId": 4111411, "order": 11, "hidden": true, "test": true, "descHash": 32037548 },
{ "subId": 4111412, "order": 12, "descHash": 3134815260 },
{ "subId": 4111415, "order": 13, "hidden": true, "test": true, "descHash": 2495488036 },
{ "subId": 4111413, "order": 14, "descHash": 2293844044 },
{ "subId": 4111416, "order": 15, "hidden": true, "test": true, "descHash": 4227896316 },
{ "subId": 4111402, "order": 16, "hidden": true, "test": true, "descHash": 3311649244 },
{ "subId": 4111406, "order": 17, "hidden": true, "test": true, "descHash": 2874753308 }
]
},
{
"id": 41115,
"hidden": true,
"test": true,
"titleHash": 3594491759,
"children": [{ "subId": 4111501, "order": 1, "hidden": true, "test": true, "descHash": 4002426532 }]
},
{
"id": 41120,
"titleHash": 1750130023,
"children": [
{ "subId": 4112009, "order": 1, "hidden": true },
{ "subId": 4112001, "order": 2, "descHash": 2995401020 },
{ "subId": 4112002, "order": 3, "descHash": 2711394708 },
{ "subId": 4112003, "order": 4, "descHash": 142163900 },
{ "subId": 4112008, "order": 5, "descHash": 883518676 },
{ "subId": 4112004, "order": 6, "descHash": 25414732 },
{ "subId": 4112005, "order": 7, "descHash": 1626225188 },
{ "subId": 4112006, "order": 8, "descHash": 3766729084 },
{ "subId": 4112007, "order": 9, "descHash": 3445645612 }
]
},
{
"id": 41121,
"titleHash": 439659487,
"children": [
{ "subId": 4112104, "order": 1, "hidden": true },
{ "subId": 4112101, "order": 2, "descHash": 1299084124 },
{ "subId": 4112102, "order": 3, "descHash": 3454919644 },
{ "subId": 4112103, "order": 4, "descHash": 243326108 }
]
},
{
"id": 41122,
"titleHash": 2843803503,
"children": [
{ "subId": 4112247, "order": 1, "hidden": true },
{ "subId": 4112201, "order": 2, "descHash": 3554942412 },
{ "subId": 4112202, "order": 3, "descHash": 479454932 },
{ "subId": 4112203, "order": 4, "descHash": 1335570612 },
{ "subId": 4112204, "order": 5, "descHash": 1507710980 },
{ "subId": 4112248, "order": 6, "hidden": true },
{ "subId": 4112249, "order": 7, "hidden": true },
{ "subId": 4112205, "order": 8, "descHash": 315319388 },
{ "subId": 4112206, "order": 9, "descHash": 3670877868 },
{ "subId": 4112207, "order": 10, "descHash": 4157173884 },
{ "subId": 4112208, "order": 11, "descHash": 2949895940 },
{ "subId": 4112209, "order": 12, "descHash": 2092194564 }
]
},
{
"id": 41123,
"titleHash": 1537969383,
"children": [
{ "subId": 4112310, "order": 1, "hidden": true, "descHash": 3233138900 },
{ "subId": 4112301, "order": 2, "descHash": 3068748348 },
{ "subId": 4112302, "order": 3, "descHash": 361388964 },
{ "subId": 4112303, "order": 4, "descHash": 3235272508 },
{ "subId": 4112304, "order": 5, "descHash": 2499621508 },
{ "subId": 4112305, "order": 6, "descHash": 1947457764 },
{ "subId": 4112306, "order": 7, "descHash": 1715198292 },
{ "subId": 4112307, "order": 8, "descHash": 4059374420 },
{ "subId": 4112308, "order": 9, "descHash": 1298146388 },
{ "subId": 4112309, "order": 10, "descHash": 515979796 }
]
},
{
"id": 41124,
"titleHash": 1413912295,
"children": [
{ "subId": 4112401, "order": 1, "hidden": true, "descHash": 3598941388 },
{ "subId": 4112402, "order": 2, "descHash": 2910446948 },
{ "subId": 4112403, "order": 3, "descHash": 956351428 },
{ "subId": 4112404, "order": 4, "descHash": 2539785740 },
{ "subId": 4112405, "order": 5, "descHash": 2597870324 },
{ "subId": 4112498, "order": 6, "hidden": true, "descHash": 4256978908 },
{ "subId": 4112499, "order": 7, "hidden": true, "descHash": 3410459164 },
{ "subId": 4112406, "order": 8, "descHash": 3749305124 },
{ "subId": 4112497, "order": 9, "descHash": 3657769108 },
{ "subId": 4112496, "order": 10, "descHash": 2329617436 },
{ "subId": 4112407, "order": 11, "descHash": 3097590348 },
{ "subId": 4112408, "order": 12, "descHash": 467274748 }
]
},
{
"id": 41125,
"titleHash": 719496799,
"children": [
{ "subId": 4112501, "order": 1, "descHash": 3638382852 },
{ "subId": 4112521, "order": 2, "hidden": true },
{ "subId": 4112520, "order": 3, "hidden": true, "test": true, "descHash": 3761627532 },
{ "subId": 4112502, "order": 4, "hidden": true, "test": true, "descHash": 2521875500 },
{ "subId": 4112503, "order": 5, "hidden": true, "test": true, "descHash": 3595412900 },
{ "subId": 4112504, "order": 6, "hidden": true, "test": true, "descHash": 1629580348 },
{ "subId": 4112505, "order": 7, "hidden": true, "test": true, "descHash": 3390939372 },
{ "subId": 4112506, "order": 8, "descHash": 2281019836 },
{ "subId": 4112509, "order": 9, "hidden": true },
{ "subId": 4112513, "order": 10, "descHash": 2414727476 },
{ "subId": 4112510, "order": 11, "descHash": 1031516932 },
{ "subId": 4112512, "order": 12, "hidden": true },
{ "subId": 4112507, "order": 13, "descHash": 248911060 },
{ "subId": 4112517, "order": 14, "hidden": true },
{ "subId": 4112511, "order": 15, "descHash": 1053113836 },
{ "subId": 4112522, "order": 16, "hidden": true },
{ "subId": 4112523, "order": 17, "hidden": true },
{ "subId": 4112508, "order": 18, "descHash": 698063284 },
{ "subId": 4112519, "order": 19, "hidden": true },
{ "subId": 4112515, "order": 20, "descHash": 235097436 },
{ "subId": 4112514, "order": 21, "descHash": 2416761508 },
{ "subId": 4112516, "order": 22, "descHash": 2772430764 },
{ "subId": 4112518, "order": 23, "descHash": 1044373204 },
{ "subId": 4112524, "order": 24, "hidden": true }
]
},
{
"id": 41126,
"titleHash": 4121280471,
"children": [
{ "subId": 4112601, "order": 1, "hidden": true, "descHash": 2201282804 },
{ "subId": 4112602, "order": 2, "descHash": 2283766900 },
{ "subId": 4112612, "order": 3, "descHash": 95105652 },
{ "subId": 4112603, "order": 4, "descHash": 2645170540 },
{ "subId": 4112604, "order": 5, "descHash": 2940233548 },
{ "subId": 4112605, "order": 6, "descHash": 4062260868 },
{ "subId": 4112606, "order": 7, "descHash": 3524747196 },
{ "subId": 4112607, "order": 8, "descHash": 3645337164 },
{ "subId": 4112608, "order": 9, "hidden": true, "descHash": 2977446708 },
{ "subId": 4112609, "order": 10, "descHash": 1839402588 },
{ "subId": 4112610, "order": 11, "descHash": 2507555548 },
{ "subId": 4112611, "order": 12, "descHash": 3825121644 }
]
},
{
"id": 41127,
"titleHash": 2835340767,
"children": [
{ "subId": 4112701, "order": 1, "hidden": true, "test": true, "descHash": 1368059500 },
{ "subId": 4112702, "order": 2, "descHash": 3095101764 },
{ "subId": 4112714, "order": 3, "hidden": true, "test": true, "descHash": 3274758100 },
{ "subId": 4112715, "order": 4, "hidden": true, "test": true, "descHash": 4234431964 },
{ "subId": 4112706, "order": 5, "hidden": true },
{ "subId": 4112705, "order": 6, "hidden": true },
{ "subId": 4112704, "order": 7, "hidden": true },
{ "subId": 4112703, "order": 8, "descHash": 712957148 },
{ "subId": 4112707, "order": 9, "descHash": 2537930636 },
{ "subId": 4112708, "order": 10, "descHash": 3754943780 },
{ "subId": 4112709, "order": 11, "descHash": 3952036412 },
{ "subId": 4112713, "order": 12, "descHash": 3621217276 },
{ "subId": 4112712, "order": 13, "hidden": true, "test": true, "descHash": 3015017788 },
{ "subId": 4112710, "order": 14, "hidden": true, "test": true, "descHash": 3989354644 },
{ "subId": 4112711, "order": 15, "descHash": 1854677460 }
]
},
{
"id": 41130,
"titleHash": 3708198375,
"children": [
{ "subId": 4113005, "order": 1, "hidden": true },
{ "subId": 4113001, "order": 2, "descHash": 1422153524 },
{ "subId": 4113002, "order": 3, "descHash": 3930393476 },
{ "subId": 4113006, "order": 4, "hidden": true, "descHash": 2914056716 },
{ "subId": 4113007, "order": 5, "hidden": true, "descHash": 91718284 },
{ "subId": 4113008, "order": 6, "hidden": true, "descHash": 2432972324 },
{ "subId": 4113009, "order": 7, "hidden": true, "descHash": 3437052380 },
{ "subId": 4113010, "order": 8, "hidden": true },
{ "subId": 4113003, "order": 9, "descHash": 2373238676 },
{ "subId": 4113004, "order": 10, "descHash": 4240287396 },
{ "subId": 4113011, "order": 11, "hidden": true },
{ "subId": 4113012, "order": 12, "descHash": 2676639372 }
]
},
{
"id": 41131,
"titleHash": 3164189183,
"children": [
{ "subId": 4113115, "order": 1, "hidden": true },
{ "subId": 4113101, "order": 2, "descHash": 257629404 },
{ "subId": 4113102, "order": 3, "hidden": true },
{ "subId": 4113103, "order": 4, "hidden": true },
{ "subId": 4113104, "order": 5, "hidden": true },
{ "subId": 4113105, "order": 6, "hidden": true },
{ "subId": 4113106, "order": 7, "hidden": true },
{ "subId": 4113107, "order": 8, "hidden": true },
{ "subId": 4113108, "order": 9, "hidden": true },
{ "subId": 4113109, "order": 10, "hidden": true },
{ "subId": 4113110, "order": 11, "hidden": true },
{ "subId": 4113121, "order": 12, "hidden": true, "descHash": 533033044 },
{ "subId": 4113111, "order": 13, "hidden": true },
{ "subId": 4113112, "order": 14, "descHash": 2886695276 },
{ "subId": 4113113, "order": 15, "descHash": 2565202732 },
{ "subId": 4113114, "order": 16, "hidden": true },
{ "subId": 4113116, "order": 17, "hidden": true, "descHash": 4204494316 },
{ "subId": 4113117, "order": 18, "hidden": true, "descHash": 2981183820 },
{ "subId": 4113118, "order": 19, "hidden": true, "descHash": 2977042980 },
{ "subId": 4113119, "order": 20, "hidden": true },
{ "subId": 4113120, "order": 22, "hidden": true },
{ "subId": 4113122, "order": 23, "hidden": true }
]
},
{
"id": 41135,
"titleHash": 1033808983,
"children": [
{ "subId": 4113501, "order": 1, "hidden": true, "test": true, "descHash": 523485676 },
{ "subId": 4113502, "order": 2, "descHash": 746588708 },
{ "subId": 4113503, "order": 3, "descHash": 4007317020 },
{ "subId": 4113504, "order": 4, "descHash": 3711300460 },
{ "subId": 4113505, "order": 5, "descHash": 3603333636 },
{ "subId": 4113506, "order": 6, "descHash": 3816864660 },
{ "subId": 4113507, "order": 7, "descHash": 2784918100 }
]
},
{
"id": 41141,
"titleHash": 3200370287,
"children": [
{ "subId": 4114104, "order": 1, "hidden": true },
{ "subId": 4114101, "order": 2, "descHash": 4207333732 },
{ "subId": 4114102, "order": 3, "descHash": 503380444 },
{ "subId": 4114103, "order": 4, "descHash": 3990749076 }
]
},
{
"id": 41142,
"titleHash": 300866831,
"children": [
{ "subId": 4114204, "order": 1, "hidden": true },
{ "subId": 4114201, "order": 2, "descHash": 1759089860 },
{ "subId": 4114202, "order": 3, "descHash": 2312113812 },
{ "subId": 4114203, "order": 4, "descHash": 126622444 }
]
},
{
"id": 41143,
"titleHash": 2356565799,
"children": [
{ "subId": 4114304, "order": 1, "hidden": true },
{ "subId": 4114301, "order": 2, "descHash": 2089137252 },
{ "subId": 4114302, "order": 3, "descHash": 680121492 },
{ "subId": 4114303, "order": 4, "descHash": 2575331724 }
]
},
{
"id": 41144,
"titleHash": 348042191,
"children": [
{ "subId": 4114404, "order": 1, "hidden": true },
{ "subId": 4114401, "order": 2, "descHash": 16230740 },
{ "subId": 4114402, "order": 3, "descHash": 2696966980 },
{ "subId": 4114403, "order": 4, "descHash": 1754766316 }
]
},
{
"id": 41145,
"titleHash": 1624376055,
"children": [
{ "subId": 4114504, "order": 1, "hidden": true },
{ "subId": 4114501, "order": 2, "descHash": 2515857308 },
{ "subId": 4114502, "order": 3, "descHash": 2644921612 },
{ "subId": 4114503, "order": 4, "descHash": 2665878628 }
]
},
{
"id": 41146,
"titleHash": 651685279,
"children": [
{ "subId": 4114604, "order": 1, "hidden": true },
{ "subId": 4114601, "order": 2, "descHash": 2119510524 },
{ "subId": 4114602, "order": 3, "descHash": 2807688996 },
{ "subId": 4114603, "order": 4, "descHash": 4100144372 }
]
},
{
"id": 41147,
"titleHash": 341791327,
"children": [
{ "subId": 4114704, "order": 1, "hidden": true },
{ "subId": 4114701, "order": 2, "descHash": 3148391364 },
{ "subId": 4114702, "order": 3, "descHash": 4087651716 },
{ "subId": 4114703, "order": 4, "descHash": 3659187500 }
]
},
{
"id": 41148,
"titleHash": 3765333711,
"children": [
{ "subId": 4114804, "order": 1, "hidden": true },
{ "subId": 4114801, "order": 2, "descHash": 4114316052 },
{ "subId": 4114802, "order": 3, "descHash": 4026275044 },
{ "subId": 4114803, "order": 4, "descHash": 2473818940 }
]
},
{
"id": 41149,
"titleHash": 2131093783,
"children": [
{ "subId": 4114904, "order": 1, "hidden": true },
{ "subId": 4114901, "order": 2, "descHash": 3179695812 },
{ "subId": 4114902, "order": 3, "descHash": 608561788 },
{ "subId": 4114903, "order": 4, "descHash": 1068679020 }
]
},
{
"id": 41150,
"titleHash": 81720207,
"children": [
{ "subId": 4115004, "order": 1, "hidden": true },
{ "subId": 4115001, "order": 2, "descHash": 1284419164 },
{ "subId": 4115002, "order": 3, "descHash": 3973450820 },
{ "subId": 4115003, "order": 4, "descHash": 3811198276 }
]
},
{
"id": 41151,
"titleHash": 1394820087,
"children": [
{ "subId": 4115104, "order": 1, "hidden": true },
{ "subId": 4115101, "order": 2, "descHash": 2821343556 },
{ "subId": 4115102, "order": 3, "descHash": 2985536620 },
{ "subId": 4115103, "order": 4, "descHash": 1534017260 }
]
},
{
"id": 41152,
"titleHash": 635219999,
"children": [
{ "subId": 4115204, "order": 1, "hidden": true },
{ "subId": 4115201, "order": 2, "descHash": 3476747932 },
{ "subId": 4115202, "order": 3, "descHash": 715230452 },
{ "subId": 4115203, "order": 4, "descHash": 1604030684 }
]
},
{
"id": 41153,
"titleHash": 120150063,
"children": [
{ "subId": 4115304, "order": 1, "hidden": true },
{ "subId": 4115301, "order": 2, "descHash": 2159933604 },
{ "subId": 4115302, "order": 3, "descHash": 1814939836 },
{ "subId": 4115303, "order": 4, "descHash": 2107728116 }
]
},
{
"id": 41154,
"titleHash": 4122950647,
"children": [
{ "subId": 4115404, "order": 1, "hidden": true },
{ "subId": 4115401, "order": 2, "descHash": 3945119460 },
{ "subId": 4115402, "order": 3, "descHash": 1388424852 },
{ "subId": 4115403, "order": 4, "descHash": 3658988516 }
]
},
{
"id": 41155,
"titleHash": 1153527447,
"children": [
{ "subId": 4115504, "order": 1, "hidden": true },
{ "subId": 4115501, "order": 2, "descHash": 1690628124 },
{ "subId": 4115502, "order": 3, "descHash": 3126366404 },
{ "subId": 4115503, "order": 4, "descHash": 702109580 }
]
},
{
"id": 41156,
"titleHash": 3341391223,
"children": [
{ "subId": 4115604, "order": 1, "hidden": true },
{ "subId": 4115601, "order": 2, "descHash": 4197202748 },
{ "subId": 4115602, "order": 3, "descHash": 364083164 },
{ "subId": 4115603, "order": 4, "descHash": 3480119028 }
]
},
{
"id": 41157,
"titleHash": 2950603743,
"children": [
{ "subId": 4115704, "order": 1, "hidden": true },
{ "subId": 4115701, "order": 2, "descHash": 493562492 },
{ "subId": 4115702, "order": 3, "descHash": 3480609572 },
{ "subId": 4115703, "order": 4, "descHash": 132838828 }
]
},
{
"id": 41158,
"titleHash": 2285426183,
"children": [
{ "subId": 4115804, "order": 1, "hidden": true },
{ "subId": 4115801, "order": 2, "descHash": 480760740 },
{ "subId": 4115802, "order": 3, "descHash": 4152730804 },
{ "subId": 4115803, "order": 4, "descHash": 1844012668 }
]
},
{
"id": 41159,
"titleHash": 159066327,
"children": [
{ "subId": 4115904, "order": 1, "hidden": true },
{ "subId": 4115901, "order": 2, "descHash": 2502791956 },
{ "subId": 4115902, "order": 3, "descHash": 3087484588 },
{ "subId": 4115903, "order": 4, "descHash": 1721155876 }
]
},
{
"id": 41160,
"titleHash": 3692548887,
"children": [
{ "subId": 4116004, "order": 1, "hidden": true },
{ "subId": 4116001, "order": 2, "descHash": 471389124 },
{ "subId": 4116002, "order": 3, "descHash": 2648963172 },
{ "subId": 4116003, "order": 4, "descHash": 746801628 }
]
},
{ "id": 41170, "titleHash": 304225751, "children": [{ "subId": 4117001, "order": 1, "descHash": 1323962116 }] },
{
"id": 41210,
"titleHash": 1832465839,
"children": [
{ "subId": 4121001, "order": 1, "descHash": 3552751316 },
{ "subId": 4121002, "order": 2, "descHash": 2003525740 },
{ "subId": 4121003, "order": 3, "descHash": 2414530052 },
{ "subId": 4121004, "order": 4, "descHash": 653142484 },
{ "subId": 4121010, "order": 5, "hidden": true, "descHash": 790862028 },
{ "subId": 4121011, "order": 6, "hidden": true, "descHash": 3557534372 },
{ "subId": 4121009, "order": 30, "hidden": true, "descHash": 4020798260 },
{ "subId": 4121005, "order": 31, "descHash": 2411677924 },
{ "subId": 4121015, "order": 32, "descHash": 4161991652 },
{ "subId": 4121006, "order": 41, "hidden": true, "descHash": 1087418804 },
{ "subId": 4121007, "order": 42, "descHash": 1617110884 },
{ "subId": 4121008, "order": 50, "descHash": 3188488964 },
{ "subId": 4121012, "order": 51, "hidden": true, "descHash": 1651931292 },
{ "subId": 4121013, "order": 52, "hidden": true, "descHash": 2975429036 },
{ "subId": 4121014, "order": 53, "hidden": true, "descHash": 3058514284 }
]
},
{
"id": 41211,
"titleHash": 4129051863,
"children": [
{ "subId": 4121101, "order": 1, "descHash": 2910403284 },
{ "subId": 4121105, "order": 5, "hidden": true, "descHash": 251747356 },
{ "subId": 4121106, "order": 6, "hidden": true, "descHash": 3255691532 },
{ "subId": 4121102, "order": 10, "descHash": 2142276524 },
{ "subId": 4121103, "order": 11, "descHash": 2901662932 },
{ "subId": 4121104, "order": 12, "descHash": 2768324900 },
{ "subId": 4121113, "order": 14, "hidden": true, "descHash": 2839455996 },
{ "subId": 4121109, "order": 15, "descHash": 1865602836 },
{ "subId": 4121110, "order": 40, "descHash": 778199452 },
{ "subId": 4121111, "order": 41, "descHash": 209045372 },
{ "subId": 4121112, "order": 42, "descHash": 3295139724 },
{ "subId": 4121107, "order": 43, "hidden": true, "descHash": 4049356020 },
{ "subId": 4121108, "order": 44, "hidden": true, "descHash": 2491966644 }
]
},
{
"id": 41212,
"titleHash": 2731030887,
"children": [
{ "subId": 4121201, "order": 1, "descHash": 2240468172 },
{ "subId": 4121203, "order": 3, "descHash": 1385711116 },
{ "subId": 4121204, "order": 4, "descHash": 693983236 },
{ "subId": 4121221, "order": 5, "descHash": 3640708476 },
{ "subId": 4121207, "order": 6, "descHash": 3993574828 },
{ "subId": 4121205, "order": 7, "hidden": true, "test": true, "descHash": 1566913852 },
{ "subId": 4121208, "order": 8, "descHash": 1651296124 },
{ "subId": 4121218, "order": 20, "descHash": 616410380 },
{ "subId": 4121216, "order": 21, "descHash": 1996796828 },
{ "subId": 4121217, "order": 22, "descHash": 3803796188 },
{ "subId": 4121209, "order": 24, "descHash": 2049882932 },
{ "subId": 4121202, "order": 25, "hidden": true, "descHash": 905266028 },
{ "subId": 4121210, "order": 30, "descHash": 3169201116 },
{ "subId": 4121219, "order": 61, "hidden": true, "test": true, "descHash": 1740589228 },
{ "subId": 4121213, "order": 62, "descHash": 396985020 },
{ "subId": 4121211, "order": 70, "descHash": 1904813524 },
{ "subId": 4121212, "order": 71, "hidden": true, "test": true, "descHash": 414906900 },
{ "subId": 4121206, "order": 75, "descHash": 827001148 },
{ "subId": 4121214, "order": 80, "descHash": 4164601732 },
{ "subId": 4121215, "order": 90, "descHash": 3038191876 },
{ "subId": 4121220, "order": 91, "hidden": true, "descHash": 727413492 },
{ "subId": 4121223, "order": 92, "hidden": true, "descHash": 3004872236 },
{ "subId": 4121222, "order": 99, "hidden": true, "descHash": 3065609556 }
]
},
{
"id": 41213,
"titleHash": 294673463,
"children": [
{ "subId": 4121301, "order": 1, "descHash": 2250223020 },
{ "subId": 4121302, "order": 2, "hidden": true, "descHash": 3308273116 },
{ "subId": 4121317, "order": 3, "hidden": true, "descHash": 1918292140 },
{ "subId": 4121318, "order": 4, "hidden": true, "descHash": 2092223116 },
{ "subId": 4121303, "order": 5, "descHash": 716324396 },
{ "subId": 4121304, "order": 11, "descHash": 2290850444 },
{ "subId": 4121305, "order": 12, "descHash": 2824290508 },
{ "subId": 4121306, "order": 13, "descHash": 4293594524 },
{ "subId": 4121307, "order": 14, "descHash": 4255721124 },
{ "subId": 4121309, "order": 15, "descHash": 397847740 },
{ "subId": 4121311, "order": 16, "hidden": true, "descHash": 3567473012 },
{ "subId": 4121310, "order": 17, "descHash": 1644001812 },
{ "subId": 4121319, "order": 18, "hidden": true, "descHash": 3955404444 },
{ "subId": 4121320, "order": 19, "hidden": true, "descHash": 252257516 },
{ "subId": 4121308, "order": 20, "hidden": true, "descHash": 1792312372 },
{ "subId": 4121313, "order": 31, "descHash": 398038996 },
{ "subId": 4121312, "order": 32, "descHash": 145174876 },
{ "subId": 4121316, "order": 33, "hidden": true, "descHash": 1254202940 },
{ "subId": 4121315, "order": 34, "descHash": 2880861636 },
{ "subId": 4121314, "order": 50, "descHash": 745087084 }
]
},
{
"id": 41214,
"titleHash": 2608259743,
"children": [
{ "subId": 4121401, "order": 1, "descHash": 429117204 },
{ "subId": 4121402, "order": 2, "descHash": 2382342284 },
{ "subId": 4121403, "order": 3, "hidden": true, "descHash": 757830900 },
{ "subId": 4121404, "order": 4, "hidden": true, "descHash": 2415504772 },
{ "subId": 4121405, "order": 5, "hidden": true, "descHash": 963373444 }
]
},
{
"id": 41215,
"hidden": true,
"unreleased": true,
"titleHash": 1092796983,
"children": [{ "subId": 4121501, "order": 1, "hidden": true }]
},
{
"id": 41311,
"titleHash": 3981424047,
"children": [
{ "subId": 4131101, "order": 1, "descHash": 351319796 },
{ "subId": 4131102, "order": 2, "descHash": 3079990212 },
{ "subId": 4131103, "order": 3, "hidden": true, "descHash": 2288937340 },
{ "subId": 4131104, "order": 4, "descHash": 336302348 },
{ "subId": 4131105, "order": 5, "descHash": 2218385716 },
{ "subId": 4131106, "order": 6, "descHash": 2095037788 },
{ "subId": 4131107, "order": 7, "descHash": 668044092 },
{ "subId": 4131108, "order": 8, "descHash": 810340284 },
{ "subId": 4131111, "order": 9, "descHash": 2702186764 },
{ "subId": 4131112, "order": 10, "descHash": 4099624500 },
{ "subId": 4131115, "order": 11, "descHash": 1774782556 }
]
},
{
"id": 41312,
"titleHash": 2170475527,
"children": [
{ "subId": 4131201, "order": 1, "descHash": 2934382652 },
{ "subId": 4131203, "order": 2, "descHash": 1206184108 },
{ "subId": 4131236, "order": 3, "descHash": 1373424172 },
{ "subId": 4131202, "order": 4, "descHash": 3110684588 },
{ "subId": 4131204, "order": 5, "hidden": true, "test": true, "descHash": 3815351980 },
{ "subId": 4131205, "order": 6, "descHash": 1305894916 },
{ "subId": 4131235, "order": 7, "hidden": true, "test": true, "descHash": 9281524 },
{ "subId": 4131206, "order": 8, "descHash": 3353091700 },
{ "subId": 4131208, "order": 9, "descHash": 3052819676 },
{ "subId": 4131209, "order": 10, "hidden": true, "test": true, "descHash": 2896017636 },
{ "subId": 4131230, "order": 11, "hidden": true, "test": true, "descHash": 1570596164 },
{ "subId": 4131231, "order": 12, "hidden": true, "test": true, "descHash": 814329052 },
{ "subId": 4131232, "order": 13, "descHash": 2923899548 },
{ "subId": 4131233, "order": 14, "hidden": true, "test": true, "descHash": 2086233852 },
{ "subId": 4131214, "order": 15, "descHash": 1624749732 },
{ "subId": 4131210, "order": 16, "descHash": 1752777124 },
{ "subId": 4131211, "order": 17, "descHash": 4065673204 },
{ "subId": 4131215, "order": 18, "descHash": 3612436844 },
{ "subId": 4131216, "order": 19, "descHash": 2500821084 },
{ "subId": 4131217, "order": 20, "descHash": 1695860076 },
{ "subId": 4131234, "order": 21, "descHash": 1365241516 },
{ "subId": 4131218, "order": 22, "descHash": 2139098172 },
{ "subId": 4131219, "order": 23, "descHash": 3343880276 },
{ "subId": 4131220, "order": 24, "hidden": true, "test": true, "descHash": 1885474388 },
{ "subId": 4131221, "order": 25, "descHash": 2723854836 },
{ "subId": 4131223, "order": 26, "descHash": 1906639132 },
{ "subId": 4131224, "order": 27, "descHash": 1248477484 },
{ "subId": 4131225, "order": 28, "descHash": 1075971932 },
{ "subId": 4131226, "order": 29, "descHash": 186027364 },
{ "subId": 4131227, "order": 30, "descHash": 1010968260 },
{ "subId": 4131228, "order": 31, "descHash": 1980925900 },
{ "subId": 4131207, "order": 32, "descHash": 3289956260 },
{ "subId": 4131212, "order": 33, "descHash": 382403900 },
{ "subId": 4131213, "order": 34, "descHash": 924285260 },
{ "subId": 4131229, "order": 35, "descHash": 3060656052 },
{ "subId": 4131222, "order": 36, "descHash": 1818006908 }
]
},
{
"id": 41313,
"titleHash": 3319901343,
"children": [
{ "subId": 4131301, "order": 1, "descHash": 999300900 },
{ "subId": 4131302, "order": 2, "descHash": 3752046604 },
{ "subId": 4131303, "order": 3, "descHash": 2230238332 },
{ "subId": 4131304, "order": 4, "descHash": 2209660540 },
{ "subId": 4131305, "order": 5, "descHash": 4226845316 },
{ "subId": 4131306, "order": 6, "descHash": 2256526340 },
{ "subId": 4131307, "order": 7, "descHash": 2748556980 },
{ "subId": 4131313, "order": 8, "test": true, "descHash": 2876343044 },
{ "subId": 4131308, "order": 9, "descHash": 1690292212 },
{ "subId": 4131309, "order": 10, "descHash": 3326176980 },
{ "subId": 4131320, "order": 11, "hidden": true, "test": true, "descHash": 3516901684 },
{ "subId": 4131314, "order": 12, "hidden": true, "test": true, "descHash": 1071290932 },
{ "subId": 4131310, "order": 13, "descHash": 1391917972 },
{ "subId": 4131311, "order": 14, "descHash": 2819376036 },
{ "subId": 4131312, "order": 15, "descHash": 2708654452 },
{ "subId": 4131315, "order": 16, "test": true, "descHash": 2173906916 },
{ "subId": 4131319, "order": 17, "test": true, "descHash": 284347756 },
{ "subId": 4131316, "order": 18, "test": true, "descHash": 1183410156 },
{ "subId": 4131317, "order": 19, "test": true, "descHash": 1256602508 },
{ "subId": 4131318, "order": 20, "test": true, "descHash": 1087552476 }
]
},
{
"id": 41316,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 218005815,
"children": [{ "subId": 4131601, "order": 1, "hidden": true }]
},
{
"id": 41317,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 870908743,
"children": [{ "subId": 4131701, "order": 1, "hidden": true }]
},
{
"id": 41331,
"titleHash": 4087282495,
"children": [
{ "subId": 4133126, "order": 1, "hidden": true, "descHash": 1004732636 },
{ "subId": 4133101, "order": 2, "descHash": 256193772 },
{ "subId": 4133102, "order": 3, "descHash": 894859884 },
{ "subId": 4133103, "order": 10, "descHash": 793468076 },
{ "subId": 4133105, "order": 11, "hidden": true, "descHash": 3683052556 },
{ "subId": 4133104, "order": 12, "descHash": 2731615724 },
{ "subId": 4133106, "order": 14, "descHash": 1630630108 },
{ "subId": 4133107, "order": 15, "hidden": true, "descHash": 3315163508 },
{ "subId": 4133115, "order": 16, "hidden": true, "descHash": 861855452 },
{ "subId": 4133121, "order": 17, "hidden": true, "descHash": 3167417508 },
{ "subId": 4133109, "order": 18, "descHash": 3335774308 },
{ "subId": 4133110, "order": 19, "descHash": 480857772 },
{ "subId": 4133111, "order": 20, "hidden": true, "descHash": 2071304404 },
{ "subId": 4133112, "order": 21, "hidden": true, "descHash": 1486224372 },
{ "subId": 4133113, "order": 22, "hidden": true, "descHash": 553141876 },
{ "subId": 4133114, "order": 23, "hidden": true, "descHash": 2414296676 },
{ "subId": 4133117, "order": 31, "hidden": true, "descHash": 2358074476 },
{ "subId": 4133118, "order": 32, "hidden": true, "descHash": 1648758468 },
{ "subId": 4133119, "order": 33, "hidden": true, "descHash": 1544837012 },
{ "subId": 4133120, "order": 34, "hidden": true, "descHash": 483479516 },
{ "subId": 4133116, "order": 35, "descHash": 1363561276 },
{ "subId": 4133122, "order": 36, "descHash": 877882988 },
{ "subId": 4133123, "order": 37, "descHash": 1910939156 },
{ "subId": 4133124, "order": 40, "hidden": true, "test": true, "descHash": 2373624036 },
{ "subId": 4133125, "order": 41, "hidden": true, "descHash": 3041671156 },
{ "subId": 4133108, "order": 82, "hidden": true, "descHash": 4135352140 }
]
},
{
"id": 41332,
"titleHash": 1683384687,
"children": [
{ "subId": 4133217, "order": 1, "hidden": true, "test": true, "descHash": 2347762804 },
{ "subId": 4133201, "order": 2, "descHash": 3074745892 },
{ "subId": 4133202, "order": 3, "descHash": 2202681876 },
{ "subId": 4133203, "order": 4, "descHash": 179104300 },
{ "subId": 4133204, "order": 5, "hidden": true, "test": true, "descHash": 1502926892 },
{ "subId": 4133208, "order": 6, "hidden": true, "test": true, "descHash": 190022116 },
{ "subId": 4133209, "order": 7, "hidden": true, "test": true, "descHash": 1813960092 },
{ "subId": 4133210, "order": 8, "descHash": 179390092 },
{ "subId": 4133211, "order": 9, "hidden": true, "test": true, "descHash": 326858468 },
{ "subId": 4133212, "order": 10, "hidden": true, "test": true, "descHash": 121680804 },
{ "subId": 4133213, "order": 11, "descHash": 1802555932 },
{ "subId": 4133205, "order": 12, "hidden": true, "test": true, "descHash": 3608573684 },
{ "subId": 4133206, "order": 13, "hidden": true, "test": true, "descHash": 4293794740 },
{ "subId": 4133207, "order": 14, "descHash": 1332219100 },
{ "subId": 4133214, "order": 15, "descHash": 2124154476 },
{ "subId": 4133215, "order": 16, "descHash": 4052334100 },
{ "subId": 4133216, "order": 17, "descHash": 1447988756 }
]
},
{
"id": 41333,
"titleHash": 2690823703,
"children": [
{ "subId": 4133318, "order": 1, "hidden": true },
{ "subId": 4133301, "order": 2, "descHash": 2632935060 },
{ "subId": 4133302, "order": 3, "descHash": 2121054220 },
{ "subId": 4133303, "order": 4, "descHash": 599582516 },
{ "subId": 4133304, "order": 5, "descHash": 1035027052 },
{ "subId": 4133305, "order": 6, "descHash": 3519185932 },
{ "subId": 4133306, "order": 7, "hidden": true, "descHash": 970982124 },
{ "subId": 4133307, "order": 8, "hidden": true, "descHash": 2476913964 },
{ "subId": 4133308, "order": 9, "hidden": true, "descHash": 3263056852 },
{ "subId": 4133309, "order": 10, "descHash": 3027268844 },
{ "subId": 4133310, "order": 11, "test": true, "descHash": 512852332 },
{ "subId": 4133311, "order": 12, "test": true, "descHash": 1976063116 },
{ "subId": 4133314, "order": 12, "hidden": true, "descHash": 2883861124 },
{ "subId": 4133312, "order": 13, "test": true, "descHash": 3355533164 },
{ "subId": 4133315, "order": 13, "test": true, "descHash": 152634876 },
{ "subId": 4133313, "order": 14, "test": true, "descHash": 4254789820 },
{ "subId": 4133316, "order": 15, "hidden": true, "descHash": 3961332132 },
{ "subId": 4133317, "order": 16, "hidden": true, "descHash": 1381629092 }
]
},
{
"id": 41334,
"titleHash": 847105671,
"children": [
{ "subId": 4133426, "order": 1, "hidden": true },
{ "subId": 4133401, "order": 2, "descHash": 1096294132 },
{ "subId": 4133411, "order": 3, "hidden": true },
{ "subId": 4133402, "order": 5, "descHash": 3477880868 },
{ "subId": 4133403, "order": 6, "descHash": 3529473044 },
{ "subId": 4133404, "order": 7, "hidden": true },
{ "subId": 4133405, "order": 8, "hidden": true },
{ "subId": 4133406, "order": 9, "descHash": 2969584212 },
{ "subId": 4133410, "order": 10, "descHash": 1781860516 },
{ "subId": 4133408, "order": 11, "descHash": 946630260 },
{ "subId": 4133409, "order": 12, "descHash": 534001636 },
{ "subId": 4133425, "order": 13, "descHash": 2613669068 },
{ "subId": 4133412, "order": 14, "descHash": 1067856052 },
{ "subId": 4133413, "order": 15, "descHash": 3914798180 },
{ "subId": 4133414, "order": 16, "descHash": 1518744084 },
{ "subId": 4133415, "order": 18, "descHash": 3119302964 },
{ "subId": 4133416, "order": 19, "descHash": 3217459332 },
{ "subId": 4133407, "order": 20, "descHash": 3105356852 },
{ "subId": 4133417, "order": 21, "descHash": 1202474284 },
{ "subId": 4133418, "order": 22, "descHash": 597574948 },
{ "subId": 4133419, "order": 23, "descHash": 3964030020 },
{ "subId": 4133420, "order": 24, "descHash": 2745251972 },
{ "subId": 4133421, "order": 25, "descHash": 2567303324 },
{ "subId": 4133422, "order": 26, "descHash": 2557387252 },
{ "subId": 4133424, "order": 28, "hidden": true },
{ "subId": 4133423, "order": 29, "hidden": true }
]
},
{
"id": 41335,
"titleHash": 1254865159,
"children": [
{ "subId": 4133509, "order": 1, "hidden": true, "test": true, "descHash": 3850301796 },
{ "subId": 4133501, "order": 2, "descHash": 1149009228 },
{ "subId": 4133502, "order": 3, "descHash": 3667549148 },
{ "subId": 4133503, "order": 4, "descHash": 4161870332 },
{ "subId": 4133506, "order": 5, "descHash": 1344047740 },
{ "subId": 4133507, "order": 6, "descHash": 3324704076 },
{ "subId": 4133508, "order": 7, "descHash": 3338250660 },
{ "subId": 4133504, "order": 8, "test": true, "descHash": 1096213172 },
{ "subId": 4133505, "order": 9, "test": true, "descHash": 1322716564 }
]
},
{
"id": 41336,
"titleHash": 3317811455,
"children": [
{ "subId": 4133610, "order": 1, "hidden": true },
{ "subId": 4133601, "order": 2, "descHash": 3577881964 },
{ "subId": 4133602, "order": 3, "descHash": 3044819140 },
{ "subId": 4133603, "order": 4, "descHash": 1684004540 },
{ "subId": 4133604, "order": 5, "descHash": 3940239836 },
{ "subId": 4133605, "order": 6, "descHash": 889961460 },
{ "subId": 4133606, "order": 7, "descHash": 328816276 },
{ "subId": 4133607, "order": 8, "descHash": 361260292 },
{ "subId": 4133608, "order": 9, "descHash": 988459908 },
{ "subId": 4133609, "order": 10, "descHash": 1913506340 }
]
},
{
"id": 41337,
"titleHash": 247289223,
"children": [
{ "subId": 4133711, "order": 1, "hidden": true, "test": true, "descHash": 133926860 },
{ "subId": 4133701, "order": 2, "descHash": 3452988476 },
{ "subId": 4133702, "order": 3, "descHash": 4127484796 },
{ "subId": 4133703, "order": 4, "descHash": 2420111748 },
{ "subId": 4133704, "order": 5, "descHash": 1829371140 },
{ "subId": 4133705, "order": 6, "descHash": 448422332 },
{ "subId": 4133706, "order": 7, "descHash": 2479323180 },
{ "subId": 4133712, "order": 8, "hidden": true, "test": true, "descHash": 3270937652 },
{ "subId": 4133707, "order": 9, "descHash": 2633918740 },
{ "subId": 4133713, "order": 10, "descHash": 779112196 },
{ "subId": 4133708, "order": 11, "descHash": 4077110212 },
{ "subId": 4133714, "order": 12, "descHash": 2633950980 },
{ "subId": 4133709, "order": 13, "descHash": 1525920428 },
{ "subId": 4133715, "order": 14, "descHash": 1057498468 },
{ "subId": 4133710, "order": 15, "descHash": 753367476 }
]
},
{
"id": 41338,
"titleHash": 274583535,
"children": [
{ "subId": 4133814, "order": 1, "hidden": true, "descHash": 2726930692 },
{ "subId": 4133801, "order": 2, "descHash": 2448408172 },
{ "subId": 4133802, "order": 3, "descHash": 2419353668 },
{ "subId": 4133803, "order": 11, "descHash": 1557092364 },
{ "subId": 4133804, "order": 12, "descHash": 414569308 },
{ "subId": 4133805, "order": 13, "descHash": 291309780 },
{ "subId": 4133806, "order": 14, "descHash": 621431692 },
{ "subId": 4133807, "order": 21, "descHash": 173540236 },
{ "subId": 4133808, "order": 31, "descHash": 3392390292 },
{ "subId": 4133809, "order": 32, "descHash": 725639036 },
{ "subId": 4133810, "order": 33, "descHash": 3498955564 },
{ "subId": 4133811, "order": 34, "descHash": 4175458540 },
{ "subId": 4133812, "order": 35, "descHash": 1979372292 },
{ "subId": 4133813, "order": 40, "descHash": 1306185044 }
]
},
{
"id": 41340,
"titleHash": 1079206535,
"children": [
{ "subId": 4134014, "order": 1, "hidden": true },
{ "subId": 4134001, "order": 2, "descHash": 3764036460 },
{ "subId": 4134003, "order": 4, "descHash": 4121654044 },
{ "subId": 4134004, "order": 5, "descHash": 2452372412 },
{ "subId": 4134005, "order": 6, "hidden": true },
{ "subId": 4134006, "order": 7, "hidden": true },
{ "subId": 4134007, "order": 8, "descHash": 2493478836 },
{ "subId": 4134008, "order": 9, "descHash": 547162372 },
{ "subId": 4134009, "order": 10, "descHash": 1762970292 },
{ "subId": 4134010, "order": 11, "descHash": 54969916 },
{ "subId": 4134011, "order": 12, "descHash": 1096788004 },
{ "subId": 4134013, "order": 13, "descHash": 3428677020 },
{ "subId": 4134012, "order": 14, "hidden": true },
{ "subId": 4134002, "order": 15, "hidden": true }
]
},
{
"id": 41341,
"titleHash": 2197178383,
"children": [
{ "subId": 4134108, "order": 1, "hidden": true },
{ "subId": 4134101, "order": 2, "descHash": 422022652 },
{ "subId": 4134102, "order": 3, "descHash": 1546583620 },
{ "subId": 4134103, "order": 4, "descHash": 3477903772 },
{ "subId": 4134104, "order": 5, "descHash": 4149590220 },
{ "subId": 4134105, "order": 6, "descHash": 1130722940 },
{ "subId": 4134106, "order": 7, "descHash": 1848233868 },
{ "subId": 4134107, "order": 8, "descHash": 395776348 }
]
},
{
"id": 41342,
"titleHash": 3804905423,
"children": [
{ "subId": 4134208, "order": 1, "hidden": true, "test": true, "descHash": 2138035052 },
{ "subId": 4134201, "order": 2, "descHash": 2193245804 },
{ "subId": 4134204, "order": 3, "descHash": 1576700868 },
{ "subId": 4134205, "order": 4, "descHash": 3887014788 },
{ "subId": 4134206, "order": 5, "descHash": 714963852 },
{ "subId": 4134210, "order": 6, "descHash": 343413556 },
{ "subId": 4134211, "order": 7, "descHash": 3025175036 },
{ "subId": 4134212, "order": 8, "descHash": 2608708644 },
{ "subId": 4134202, "order": 9, "descHash": 2146239212 },
{ "subId": 4134207, "order": 10, "descHash": 3879143260 },
{ "subId": 4134213, "order": 11, "descHash": 2637290428 },
{ "subId": 4134209, "order": 12, "descHash": 775421820 },
{ "subId": 4134215, "order": 13, "descHash": 290759692 },
{ "subId": 4134214, "order": 14, "descHash": 3671271508 },
{ "subId": 4134203, "order": 15, "test": true, "descHash": 48323220 }
]
},
{
"id": 41343,
"titleHash": 2603382679,
"children": [
{ "subId": 4134308, "order": 1, "hidden": true },
{ "subId": 4134301, "order": 2, "descHash": 1730369428 },
{ "subId": 4134302, "order": 3, "descHash": 2150906500 },
{ "subId": 4134303, "order": 4, "descHash": 798159348 },
{ "subId": 4134304, "order": 5, "descHash": 3074520812 },
{ "subId": 4134305, "order": 6, "descHash": 387118876 },
{ "subId": 4134306, "order": 7, "descHash": 2252042644 },
{ "subId": 4134307, "order": 8, "descHash": 3504326916 }
]
},
{
"id": 41357,
"titleHash": 4130746527,
"children": [
{ "subId": 4135715, "order": 1, "hidden": true, "test": true, "descHash": 711444524 },
{ "subId": 4135714, "order": 2, "hidden": true, "test": true, "descHash": 2496456364 },
{ "subId": 4135701, "order": 3, "descHash": 2441032236 },
{ "subId": 4135702, "order": 4, "descHash": 1167387452 },
{ "subId": 4135703, "order": 5, "descHash": 188128084 },
{ "subId": 4135704, "order": 6, "descHash": 2662457516 },
{ "subId": 4135705, "order": 7, "descHash": 711113756 },
{ "subId": 4135717, "order": 8, "descHash": 4007994396 },
{ "subId": 4135711, "order": 9, "descHash": 600895036 },
{ "subId": 4135712, "order": 10, "descHash": 1610456676 },
{ "subId": 4135713, "order": 11, "descHash": 1963964100 },
{ "subId": 4135706, "order": 12, "hidden": true, "test": true, "descHash": 3039404868 },
{ "subId": 4135707, "order": 13, "descHash": 3718073692 },
{ "subId": 4135708, "order": 14, "descHash": 626474908 },
{ "subId": 4135709, "order": 15, "descHash": 1993800740 },
{ "subId": 4135716, "order": 16, "hidden": true, "test": true, "descHash": 376933300 },
{ "subId": 4135710, "order": 17, "descHash": 870694108 }
]
},
{
"id": 41358,
"titleHash": 1092921447,
"children": [
{ "subId": 4135813, "order": 1, "hidden": true, "test": true, "descHash": 1900735788 },
{ "subId": 4135812, "order": 2, "descHash": 657274652 },
{ "subId": 4135801, "order": 3, "descHash": 3155633836 },
{ "subId": 4135802, "order": 4, "descHash": 703663812 },
{ "subId": 4135815, "order": 5, "descHash": 4247168020 },
{ "subId": 4135803, "order": 6, "hidden": true, "test": true, "descHash": 1703699836 },
{ "subId": 4135808, "order": 7, "descHash": 265564 },
{ "subId": 4135809, "order": 8, "descHash": 718696572 },
{ "subId": 4135810, "order": 9, "descHash": 2209383244 },
{ "subId": 4135804, "order": 10, "descHash": 1344094796 },
{ "subId": 4135805, "order": 11, "descHash": 3492336996 },
{ "subId": 4135806, "order": 12, "descHash": 3588205316 },
{ "subId": 4135814, "order": 13, "hidden": true, "test": true, "descHash": 4212916628 },
{ "subId": 4135807, "order": 14, "descHash": 3701237956 },
{ "subId": 4135811, "order": 15, "hidden": true, "test": true, "descHash": 2060774852 }
]
},
{
"id": 41359,
"titleHash": 579877999,
"children": [
{ "subId": 4135913, "order": 1, "hidden": true, "test": true, "descHash": 2607551964 },
{ "subId": 4135912, "order": 2, "descHash": 1884215052 },
{ "subId": 4135901, "order": 3, "descHash": 2544294444 },
{ "subId": 4135902, "order": 4, "descHash": 2884978332 },
{ "subId": 4135915, "order": 5, "descHash": 2473077324 },
{ "subId": 4135903, "order": 6, "hidden": true, "test": true, "descHash": 4232739892 },
{ "subId": 4135908, "order": 7, "descHash": 1745739876 },
{ "subId": 4135909, "order": 8, "descHash": 943410940 },
{ "subId": 4135910, "order": 9, "descHash": 2065340100 },
{ "subId": 4135904, "order": 10, "descHash": 392209036 },
{ "subId": 4135905, "order": 11, "descHash": 3242467340 },
{ "subId": 4135906, "order": 12, "descHash": 2026162348 },
{ "subId": 4135914, "order": 13, "hidden": true, "test": true, "descHash": 2735935572 },
{ "subId": 4135907, "order": 14, "descHash": 2249388436 },
{ "subId": 4135911, "order": 15, "descHash": 2149465092 }
]
},
{ "id": 41401, "titleHash": 2660423839, "children": [{ "subId": 4140101, "order": 1, "descHash": 3134640380 }] },
{
"id": 41402,
"titleHash": 3724554911,
"children": [
{ "subId": 4140201, "order": 1, "descHash": 1574641476 },
{ "subId": 4140202, "order": 2, "descHash": 2147397724 },
{ "subId": 4140203, "order": 3, "descHash": 1966198652 },
{ "subId": 4140204, "order": 4, "hidden": true, "descHash": 742292700 }
]
},
{
"id": 41410,
"titleHash": 1574229207,
"children": [
{ "subId": 4141001, "order": 1, "descHash": 4075327500 },
{ "subId": 4141003, "order": 2, "descHash": 221566132 },
{ "subId": 4141004, "order": 3, "descHash": 3340166156 },
{ "subId": 4141005, "order": 4, "descHash": 3328561612 },
{ "subId": 4141007, "order": 5, "descHash": 1787764692 },
{ "subId": 4141009, "order": 6, "descHash": 4009483900 },
{ "subId": 4141010, "order": 7, "descHash": 3706600756 },
{ "subId": 4141011, "order": 8, "descHash": 1098863116 },
{ "subId": 4141012, "order": 9, "descHash": 3729871716 },
{ "subId": 4141013, "order": 10, "descHash": 439098652 },
{ "subId": 4141014, "order": 11, "hidden": true, "test": true, "descHash": 3143849668 },
{ "subId": 4141015, "order": 12, "hidden": true, "descHash": 232993580 },
{ "subId": 4141017, "order": 13, "descHash": 1277293284 },
{ "subId": 4141016, "order": 14, "descHash": 3626637764 }
]
},
{
"id": 41411,
"titleHash": 1424112471,
"children": [
{ "subId": 4141115, "order": 1, "descHash": 1931385732 },
{ "subId": 4141101, "order": 2, "descHash": 3247489164 },
{ "subId": 4141114, "order": 3, "descHash": 3663266252 },
{ "subId": 4141102, "order": 4, "descHash": 682665956 },
{ "subId": 4141103, "order": 5, "descHash": 1722466916 },
{ "subId": 4141105, "order": 6, "descHash": 129256108 },
{ "subId": 4141106, "order": 7, "descHash": 3792196636 },
{ "subId": 4141107, "order": 8, "descHash": 2052998380 },
{ "subId": 4141108, "order": 9, "descHash": 331787732 },
{ "subId": 4141109, "order": 10, "descHash": 1636356372 },
{ "subId": 4141110, "order": 11, "descHash": 2949752860 },
{ "subId": 4141111, "order": 12, "descHash": 750304188 },
{ "subId": 4141116, "order": 13, "hidden": true, "descHash": 2785710172 },
{ "subId": 4141112, "order": 14, "descHash": 2579412324 },
{ "subId": 4141104, "order": 15, "descHash": 2030669108 },
{ "subId": 4141113, "order": 16, "descHash": 4291185212 }
]
},
{
"id": 41412,
"titleHash": 915744959,
"children": [
{ "subId": 4141201, "order": 1, "descHash": 3138390172 },
{ "subId": 4141202, "order": 2, "descHash": 3139607252 },
{ "subId": 4141203, "order": 3, "descHash": 1296777172 },
{ "subId": 4141204, "order": 4, "descHash": 1251094460 },
{ "subId": 4141205, "order": 5, "descHash": 3923163492 },
{ "subId": 4141206, "order": 6, "descHash": 2174832884 },
{ "subId": 4141207, "order": 7, "descHash": 1292246484 },
{ "subId": 4141215, "order": 8, "hidden": true, "descHash": 3446441172 },
{ "subId": 4141209, "order": 9, "descHash": 108687468 },
{ "subId": 4141208, "order": 10, "descHash": 2334122108 },
{ "subId": 4141214, "order": 11, "descHash": 2818598980 },
{ "subId": 4141210, "order": 12, "descHash": 3185823076 },
{ "subId": 4141211, "order": 13, "descHash": 1619362348 },
{ "subId": 4141212, "order": 14, "descHash": 1470837708 },
{ "subId": 4141213, "order": 15, "descHash": 3053747228 },
{ "subId": 4141216, "order": 16, "descHash": 2640947940 }
]
},
{
"id": 41413,
"titleHash": 2220954191,
"children": [
{ "subId": 4141301, "order": 1, "descHash": 1073212004 },
{ "subId": 4141302, "order": 2, "descHash": 3859672580 },
{ "subId": 4141303, "order": 3, "descHash": 3259265724 },
{ "subId": 4141308, "order": 4, "hidden": true, "test": true, "descHash": 3157209732 },
{ "subId": 4141309, "order": 5, "hidden": true, "test": true, "descHash": 884112732 },
{ "subId": 4141310, "order": 6, "hidden": true, "test": true, "descHash": 1157355844 },
{ "subId": 4141311, "order": 7, "hidden": true, "test": true, "descHash": 3868086972 },
{ "subId": 4141312, "order": 8, "hidden": true, "test": true, "descHash": 1052875252 },
{ "subId": 4141313, "order": 9, "hidden": true, "test": true, "descHash": 2619362468 },
{ "subId": 4141304, "order": 10, "descHash": 712556140 },
{ "subId": 4141305, "order": 11, "descHash": 564294676 },
{ "subId": 4141306, "order": 12, "descHash": 3366470844 },
{ "subId": 4141307, "order": 13, "descHash": 117537300 }
]
},
{
"id": 41415,
"hidden": true,
"test": true,
"titleHash": 3324093575,
"children": [{ "subId": 4141501, "order": 1, "hidden": true, "test": true, "descHash": 3998945396 }]
},
{
"id": 41421,
"titleHash": 2880317959,
"children": [
{ "subId": 4142101, "order": 1, "descHash": 3294152956 },
{ "subId": 4142102, "order": 2, "descHash": 1909660468 },
{ "subId": 4142103, "order": 3, "descHash": 2075972852 },
{ "subId": 4142104, "order": 4, "descHash": 1955297812 },
{ "subId": 4142105, "order": 5, "descHash": 2804837940 },
{ "subId": 4142106, "order": 6, "descHash": 968970732 },
{ "subId": 4142107, "order": 7, "descHash": 2861816764 },
{ "subId": 4142108, "order": 8, "descHash": 1088982596 },
{ "subId": 4142109, "order": 9, "descHash": 564370356 },
{ "subId": 4142110, "order": 10, "descHash": 2450225300 },
{ "subId": 4142111, "order": 11, "hidden": true }
]
},
{
"id": 41422,
"titleHash": 3005882551,
"children": [
{ "subId": 4142205, "order": 1, "descHash": 1943082612 },
{ "subId": 4142201, "order": 2, "descHash": 1080782636 },
{ "subId": 4142202, "order": 3, "descHash": 4288891796 },
{ "subId": 4142203, "order": 4, "descHash": 2058117620 },
{ "subId": 4142204, "order": 5, "descHash": 976876932 },
{ "subId": 4142206, "order": 6, "hidden": true }
]
},
{
"id": 70000,
"titleHash": 82130783,
"children": [
{ "subId": 7000010, "order": 1, "hidden": true, "test": true, "descHash": 1503957444 },
{ "subId": 7000001, "order": 2, "descHash": 1140373380 },
{ "subId": 7000002, "order": 3, "descHash": 1973321716 },
{ "subId": 7000004, "order": 4, "descHash": 1712154156 },
{ "subId": 7000005, "order": 5, "hidden": true, "test": true, "descHash": 3474845316 },
{ "subId": 7000003, "order": 6, "descHash": 1779996620 },
{ "subId": 7000006, "order": 7, "descHash": 3329771228 }
]
},
{
"id": 70001,
"titleHash": 815643167,
"children": [
{ "subId": 7000110, "order": 1, "hidden": true, "test": true, "descHash": 2659744316 },
{ "subId": 7000101, "order": 2, "descHash": 1951995100 },
{ "subId": 7000102, "order": 3, "descHash": 1417316676 },
{ "subId": 7000106, "order": 4, "hidden": true, "descHash": 878942820 },
{ "subId": 7000107, "order": 5, "hidden": true, "descHash": 2417204316 },
{ "subId": 7000103, "order": 6, "descHash": 1670397092 },
{ "subId": 7000104, "order": 7, "descHash": 1677481452 },
{ "subId": 7000105, "order": 8, "descHash": 2568812252 },
{ "subId": 7000111, "order": 9, "descHash": 909422260 }
]
},
{
"id": 70003,
"titleHash": 3447507887,
"children": [
{ "subId": 7000301, "order": 1, "hidden": true, "test": true, "descHash": 852598956 },
{ "subId": 7000302, "order": 2, "descHash": 1914228636 },
{ "subId": 7000303, "order": 3, "descHash": 2213637716 },
{ "subId": 7000304, "order": 4, "descHash": 2703773772 },
{ "subId": 7000305, "order": 5, "descHash": 2768737628 },
{ "subId": 7000306, "order": 6, "descHash": 3417529620 },
{ "subId": 7000307, "order": 7, "hidden": true, "test": true, "descHash": 4044102468 },
{ "subId": 7000308, "order": 8, "descHash": 2643259012 }
]
},
{
"id": 70005,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 1771120705,
"children": [
{ "subId": 7000500, "order": 1, "hidden": true, "unreleased": true, "descHash": 3355148993 },
{ "subId": 7000501, "order": 2, "hidden": true, "unreleased": true, "descHash": 1717335681 },
{ "subId": 7000502, "order": 3, "hidden": true, "unreleased": true, "descHash": 2991264641 },
{ "subId": 7000503, "order": 4, "hidden": true, "unreleased": true, "descHash": 1473580593 },
{ "subId": 7000504, "order": 5, "hidden": true, "unreleased": true, "descHash": 250481409 },
{ "subId": 7000505, "order": 6, "hidden": true, "unreleased": true, "descHash": 2362801841 },
{ "subId": 7000506, "order": 7, "hidden": true, "unreleased": true, "descHash": 2389465321 },
{ "subId": 7000507, "order": 8, "hidden": true, "unreleased": true, "descHash": 3507822457 }
]
},
{
"id": 70006,
"titleHash": 1770039487,
"children": [
{ "subId": 7000601, "order": 1, "descHash": 2038315364 },
{ "subId": 7000602, "order": 2, "descHash": 703886764 },
{ "subId": 7000603, "order": 3, "hidden": true, "test": true, "descHash": 4069488596 },
{ "subId": 7000604, "order": 4, "hidden": true, "test": true, "descHash": 481299972 }
]
},
{
"id": 70007,
"titleHash": 1671631631,
"children": [
{ "subId": 7000701, "order": 1, "hidden": true, "test": true, "descHash": 154420412 },
{ "subId": 7000712, "order": 2, "descHash": 1599130900 },
{ "subId": 7000702, "order": 3, "descHash": 1064095916 },
{ "subId": 7000703, "order": 4, "descHash": 1033561348 },
{ "subId": 7000704, "order": 5, "descHash": 572868 },
{ "subId": 7000705, "order": 6, "hidden": true, "test": true, "descHash": 1628174780 },
{ "subId": 7000706, "order": 7, "hidden": true, "test": true, "descHash": 2767446716 },
{ "subId": 7000707, "order": 8, "descHash": 2054864844 },
{ "subId": 7000708, "order": 9, "descHash": 3777956180 },
{ "subId": 7000709, "order": 10, "descHash": 4102384404 },
{ "subId": 7000710, "order": 11, "hidden": true, "test": true, "descHash": 3145449916 },
{ "subId": 7000711, "order": 12, "hidden": true, "test": true, "descHash": 224959556 }
]
},
{
"id": 70008,
"titleHash": 3334782287,
"children": [
{ "subId": 7000801, "order": 1, "hidden": true, "test": true, "descHash": 3398904540 },
{ "subId": 7000816, "order": 2, "descHash": 3520883716 },
{ "subId": 7000802, "order": 3, "descHash": 149466084 },
{ "subId": 7000803, "order": 4, "descHash": 2048204780 },
{ "subId": 7000804, "order": 5, "descHash": 4001346244 },
{ "subId": 7000805, "order": 6, "descHash": 1882059284 },
{ "subId": 7000806, "order": 7, "descHash": 351799580 },
{ "subId": 7000807, "order": 8, "descHash": 2686622676 },
{ "subId": 7000808, "order": 9, "descHash": 2096621980 },
{ "subId": 7000817, "order": 10, "descHash": 4167180836 },
{ "subId": 7000815, "order": 11, "descHash": 4154047348 },
{ "subId": 7000809, "order": 12, "descHash": 1348255420 },
{ "subId": 7000820, "order": 13, "hidden": true, "test": true, "descHash": 977026716 },
{ "subId": 7000821, "order": 14, "hidden": true, "test": true, "descHash": 287304252 },
{ "subId": 7000810, "order": 15, "descHash": 3085788668 },
{ "subId": 7000818, "order": 16, "descHash": 2865556092 },
{ "subId": 7000819, "order": 17, "descHash": 2318226676 },
{ "subId": 7000811, "order": 18, "descHash": 842261892 },
{ "subId": 7000812, "order": 19, "descHash": 3523424484 },
{ "subId": 7000813, "order": 20, "descHash": 489282180 },
{ "subId": 7000814, "order": 21, "descHash": 3360149188 }
]
},
{
"id": 70009,
"titleHash": 2603877111,
"children": [
{ "subId": 7000901, "order": 1, "hidden": true, "test": true, "descHash": 4060361100 },
{ "subId": 7000903, "order": 2, "descHash": 844425244 },
{ "subId": 7000904, "order": 3, "descHash": 3703991964 },
{ "subId": 7000905, "order": 4, "descHash": 3663228972 },
{ "subId": 7000906, "order": 5, "descHash": 2068845828 },
{ "subId": 7000907, "order": 6, "descHash": 749458908 },
{ "subId": 7000908, "order": 7, "descHash": 2216015956 },
{ "subId": 7000909, "order": 8, "hidden": true, "test": true, "descHash": 1186563500 },
{ "subId": 7000910, "order": 9, "descHash": 933949876 },
{ "subId": 7000911, "order": 10, "descHash": 4224739756 },
{ "subId": 7000912, "order": 11, "descHash": 765447628 },
{ "subId": 7000913, "order": 12, "descHash": 3975830732 },
{ "subId": 7000902, "order": 20, "descHash": 1936402004 }
]
},
{
"id": 70010,
"titleHash": 3703068719,
"children": [
{ "subId": 7001001, "order": 1, "hidden": true, "test": true, "descHash": 182271676 },
{ "subId": 7001003, "order": 2, "descHash": 49890116 },
{ "subId": 7001004, "order": 3, "descHash": 79074780 },
{ "subId": 7001005, "order": 4, "descHash": 1658061100 },
{ "subId": 7001008, "order": 7, "descHash": 1560363636 },
{ "subId": 7001009, "order": 8, "descHash": 2881940084 },
{ "subId": 7001010, "order": 9, "descHash": 2262532828 },
{ "subId": 7001011, "order": 10, "descHash": 3282919852 },
{ "subId": 7001012, "order": 11, "descHash": 1672530228 },
{ "subId": 7001013, "order": 12, "hidden": true, "test": true, "descHash": 3628624164 },
{ "subId": 7001014, "order": 13, "hidden": true, "test": true, "descHash": 443288508 },
{ "subId": 7001015, "order": 14, "descHash": 3612935500 },
{ "subId": 7001002, "order": 20, "descHash": 2368920788 },
{ "subId": 7001006, "order": 95, "hidden": true, "test": true, "descHash": 1531362996 },
{ "subId": 7001007, "order": 96, "hidden": true, "test": true, "descHash": 2388382068 }
]
},
{
"id": 70011,
"titleHash": 4084906863,
"children": [
{ "subId": 7001101, "order": 1, "descHash": 807147676 },
{ "subId": 7001102, "order": 2, "descHash": 1648789724 },
{ "subId": 7001103, "order": 3, "descHash": 445360796 }
]
},
{
"id": 70012,
"titleHash": 4217192431,
"children": [
{ "subId": 7001201, "order": 1, "descHash": 3683961412 },
{ "subId": 7001202, "order": 2, "descHash": 568025948 },
{ "subId": 7001203, "order": 3, "hidden": true, "test": true, "descHash": 3466492108 },
{ "subId": 7001204, "order": 4, "hidden": true, "test": true, "descHash": 858478932 }
]
},
{
"id": 70013,
"titleHash": 1108186639,
"children": [
{ "subId": 7001301, "order": 1, "descHash": 3755251132 },
{ "subId": 7001302, "order": 2, "descHash": 931071972 },
{ "subId": 7001303, "order": 3, "descHash": 537362652 }
]
},
{
"id": 70014,
"titleHash": 3419574023,
"children": [
{ "subId": 7001401, "order": 1, "descHash": 2684423252 },
{ "subId": 7001402, "order": 2, "descHash": 560079836 },
{ "subId": 7001403, "order": 3, "descHash": 1713706788 }
]
},
{
"id": 70015,
"titleHash": 2694683543,
"children": [
{ "subId": 7001501, "order": 1, "descHash": 613119004 },
{ "subId": 7001502, "order": 2, "descHash": 3510553404 },
{ "subId": 7001503, "order": 3, "hidden": true, "test": true, "descHash": 2482686980 },
{ "subId": 7001504, "order": 4, "hidden": true, "test": true, "descHash": 1602349540 }
]
},
{
"id": 70016,
"titleHash": 831831887,
"children": [
{ "subId": 7001601, "order": 1, "descHash": 39379572 },
{ "subId": 7001602, "order": 2, "descHash": 1333485444 },
{ "subId": 7001603, "order": 3, "descHash": 2286044388 }
]
},
{
"id": 70017,
"titleHash": 1436011735,
"children": [
{ "subId": 7001701, "order": 1, "descHash": 3844171452 },
{ "subId": 7001702, "order": 2, "hidden": true, "test": true, "descHash": 1933218900 },
{ "subId": 7001703, "order": 3, "descHash": 1470883156 },
{ "subId": 7001704, "order": 4, "descHash": 1875094612 }
]
},
{
"id": 70018,
"titleHash": 515786959,
"children": [
{ "subId": 7001801, "order": 1, "descHash": 1754491076 },
{ "subId": 7001802, "order": 2, "descHash": 1991121716 },
{ "subId": 7001803, "order": 3, "hidden": true, "test": true, "descHash": 4054074868 },
{ "subId": 7001804, "order": 4, "hidden": true, "test": true, "descHash": 2119341180 }
]
},
{
"id": 70019,
"titleHash": 1298124847,
"children": [
{ "subId": 7001901, "order": 1, "descHash": 2969426340 },
{ "subId": 7001902, "order": 2, "descHash": 265019868 },
{ "subId": 7001903, "order": 3, "hidden": true, "test": true, "descHash": 2227829700 },
{ "subId": 7001904, "order": 4, "hidden": true, "test": true, "descHash": 3328164540 }
]
},
{
"id": 70020,
"titleHash": 362468487,
"children": [
{ "subId": 7002001, "order": 1, "descHash": 485016452 },
{ "subId": 7002002, "order": 2, "descHash": 4211462204 },
{ "subId": 7002003, "order": 3, "descHash": 3516823956 }
]
},
{
"id": 70021,
"titleHash": 3866463695,
"children": [
{ "subId": 7002101, "order": 1, "descHash": 1511774804 },
{ "subId": 7002102, "order": 2, "descHash": 3326263540 },
{ "subId": 7002103, "order": 3, "hidden": true, "test": true, "descHash": 2046204092 },
{ "subId": 7002104, "order": 4, "hidden": true, "test": true, "descHash": 2257976820 }
]
},
{
"id": 70022,
"titleHash": 722130847,
"children": [
{ "subId": 7002201, "order": 1, "descHash": 4177542380 },
{ "subId": 7002202, "order": 2, "descHash": 4109030292 },
{ "subId": 7002203, "order": 3, "descHash": 1412182052 }
]
},
{
"id": 70023,
"titleHash": 1640007111,
"children": [
{ "subId": 7002301, "order": 1, "descHash": 106440972 },
{ "subId": 7002302, "order": 2, "descHash": 2612934876 },
{ "subId": 7002303, "order": 3, "hidden": true, "test": true, "descHash": 3572028308 },
{ "subId": 7002304, "order": 4, "hidden": true, "test": true, "descHash": 688588884 }
]
},
{
"id": 70024,
"titleHash": 144620183,
"children": [
{ "subId": 7002401, "order": 1, "descHash": 817643876 },
{ "subId": 7002402, "order": 2, "descHash": 3777557372 },
{ "subId": 7002403, "order": 3, "descHash": 560017548 },
{ "subId": 7002404, "order": 4, "descHash": 3373299300 }
]
},
{
"id": 70025,
"titleHash": 1726657567,
"children": [
{ "subId": 7002501, "order": 1, "descHash": 913746980 },
{ "subId": 7002502, "order": 2, "descHash": 942192892 }
]
},
{
"id": 70026,
"titleHash": 674190911,
"children": [
{ "subId": 7002601, "order": 1, "descHash": 2432157628 },
{ "subId": 7002602, "order": 2, "descHash": 3157983804 },
{ "subId": 7002603, "order": 3, "descHash": 3727446540 },
{ "subId": 7002604, "order": 4, "descHash": 3568777444 }
]
},
{
"id": 70027,
"titleHash": 36614479,
"children": [
{ "subId": 7002701, "order": 1, "descHash": 524475900 },
{ "subId": 7002702, "order": 2, "test": true, "descHash": 814317924 },
{ "subId": 7002703, "order": 3, "test": true, "descHash": 1524358876 }
]
},
{
"id": 70028,
"titleHash": 2717676951,
"children": [
{ "subId": 7002801, "order": 1, "descHash": 305561164 },
{ "subId": 7002802, "order": 2, "descHash": 818628740 },
{ "subId": 7002803, "order": 3, "descHash": 2463957084 }
]
},
{ "id": 70029, "titleHash": 1445670327, "children": [{ "subId": 7002901, "order": 1, "descHash": 3376063132 }] },
{
"id": 70030,
"titleHash": 3662713351,
"children": [
{ "subId": 7003001, "order": 1, "descHash": 3222002724 },
{ "subId": 7003002, "order": 2, "descHash": 3162184380 },
{ "subId": 7003003, "order": 3, "descHash": 3553789436 },
{ "subId": 7003004, "order": 4, "descHash": 3596759052 },
{ "subId": 7003006, "order": 6, "descHash": 3120484908 },
{ "subId": 7003007, "order": 7, "descHash": 4274391012 },
{ "subId": 7003008, "order": 8, "hidden": true, "test": true, "descHash": 461465252 },
{ "subId": 7003009, "order": 9, "hidden": true, "test": true, "descHash": 1049455036 },
{ "subId": 7003010, "order": 10, "hidden": true, "test": true, "descHash": 1169960876 }
]
},
{
"id": 70031,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 1383545015,
"children": [
{ "subId": 7003101, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 410100660 },
{ "subId": 7003102, "order": 2, "hidden": true, "test": true, "unreleased": true, "descHash": 2804120508 }
]
},
{
"id": 70032,
"hidden": true,
"test": true,
"titleHash": 1820107127,
"children": [{ "subId": 7003201, "order": 1, "hidden": true, "test": true, "descHash": 1278550172 }]
},
{
"id": 70033,
"hidden": true,
"test": true,
"titleHash": 2957088815,
"children": [{ "subId": 7003301, "order": 1, "hidden": true, "test": true, "descHash": 1209514620 }]
},
{
"id": 70034,
"hidden": true,
"test": true,
"titleHash": 2688423919,
"children": [{ "subId": 7003401, "order": 1, "hidden": true, "test": true, "descHash": 352753372 }]
},
{
"id": 70035,
"hidden": true,
"test": true,
"titleHash": 2306537543,
"children": [{ "subId": 7003501, "order": 1, "hidden": true, "test": true, "descHash": 2591126236 }]
},
{
"id": 70036,
"hidden": true,
"test": true,
"titleHash": 2288727151,
"children": [{ "subId": 7003601, "order": 1, "hidden": true, "test": true, "descHash": 119178260 }]
},
{
"id": 70037,
"hidden": true,
"test": true,
"titleHash": 3806653799,
"children": [{ "subId": 7003701, "order": 1, "hidden": true, "test": true, "descHash": 2290726988 }]
},
{
"id": 70038,
"hidden": true,
"test": true,
"titleHash": 3975068679,
"children": [{ "subId": 7003801, "order": 1, "hidden": true, "test": true, "descHash": 184682484 }]
},
{
"id": 70039,
"hidden": true,
"test": true,
"titleHash": 3359757895,
"children": [{ "subId": 7003901, "order": 1, "hidden": true }]
},
{ "id": 70040, "hidden": true, "children": [{ "subId": 7004001, "order": 1 }] },
{
"id": 70101,
"hidden": true,
"test": true,
"titleHash": 3520689183,
"children": [
{ "subId": 7010103, "order": 3, "hidden": true },
{ "subId": 7010104, "order": 4, "hidden": true },
{ "subId": 7010101, "order": 8, "hidden": true },
{ "subId": 7010102, "order": 9, "hidden": true },
{ "subId": 7010105, "order": 10, "hidden": true, "descHash": 369713292 }
]
},
{
"id": 70102,
"titleHash": 24163655,
"children": [
{ "subId": 7010226, "order": 1, "hidden": true, "descHash": 2420794660 },
{ "subId": 7010202, "order": 2, "hidden": true },
{ "subId": 7010203, "order": 3, "hidden": true },
{ "subId": 7010204, "order": 4, "hidden": true },
{ "subId": 7010205, "order": 5, "hidden": true },
{ "subId": 7010206, "order": 6, "descHash": 1945666844 },
{ "subId": 7010207, "order": 7, "descHash": 3994820172 },
{ "subId": 7010208, "order": 8, "descHash": 1046324868 },
{ "subId": 7010209, "order": 9, "descHash": 3343451060 },
{ "subId": 7010210, "order": 10, "descHash": 2108852876 },
{ "subId": 7010211, "order": 11, "hidden": true, "descHash": 389942452 },
{ "subId": 7010212, "order": 12, "descHash": 2791507588 },
{ "subId": 7010213, "order": 13, "descHash": 1271392188 },
{ "subId": 7010214, "order": 14, "descHash": 1843566260 },
{ "subId": 7010215, "order": 15, "hidden": true, "descHash": 3622865900 },
{ "subId": 7010216, "order": 16, "descHash": 1460212356 },
{ "subId": 7010217, "order": 17, "descHash": 649368612 },
{ "subId": 7010218, "order": 18, "descHash": 2016023892 },
{ "subId": 7010219, "order": 19, "hidden": true, "descHash": 1415255484 },
{ "subId": 7010220, "order": 20, "descHash": 1198670124 },
{ "subId": 7010221, "order": 21, "descHash": 1962824428 },
{ "subId": 7010222, "order": 22, "descHash": 2976672196 },
{ "subId": 7010223, "order": 23, "hidden": true, "descHash": 4053458676 },
{ "subId": 7010237, "order": 24, "descHash": 687785956 },
{ "subId": 7010238, "order": 25, "descHash": 798685004 },
{ "subId": 7010235, "order": 26, "hidden": true, "descHash": 1392607116 },
{ "subId": 7010224, "order": 27, "descHash": 3215990180 },
{ "subId": 7010239, "order": 28, "descHash": 2797206492 },
{ "subId": 7010225, "order": 29, "descHash": 3062161124 },
{ "subId": 7010227, "order": 30, "descHash": 3488585460 },
{ "subId": 7010236, "order": 31, "descHash": 410204332 },
{ "subId": 7010228, "order": 32, "descHash": 3038459980 },
{ "subId": 7010229, "order": 33, "descHash": 3739404580 },
{ "subId": 7010234, "order": 34, "hidden": true, "descHash": 3072130460 },
{ "subId": 7010230, "order": 35, "descHash": 1879832316 },
{ "subId": 7010232, "order": 36, "descHash": 2106600828 }
]
},
{
"id": 70104,
"titleHash": 2930910911,
"children": [
{ "subId": 7010401, "order": 1, "descHash": 536724812 },
{ "subId": 7010402, "order": 2, "descHash": 4276689772 },
{ "subId": 7010403, "order": 3, "hidden": true, "descHash": 3040833460 },
{ "subId": 7010404, "order": 4, "hidden": true, "descHash": 1425285668 },
{ "subId": 7010405, "order": 5, "hidden": true, "descHash": 1184838764 },
{ "subId": 7010411, "order": 6, "hidden": true, "descHash": 1286758532 },
{ "subId": 7010414, "order": 7, "hidden": true, "descHash": 1124891236 },
{ "subId": 7010406, "order": 8, "descHash": 289302212 },
{ "subId": 7010407, "order": 9, "hidden": true, "descHash": 594918372 },
{ "subId": 7010408, "order": 10, "descHash": 1314440276 },
{ "subId": 7010409, "order": 11, "descHash": 2771080532 },
{ "subId": 7010412, "order": 12, "descHash": 196295612 },
{ "subId": 7010413, "order": 13, "descHash": 274647068 },
{ "subId": 7010415, "order": 14, "hidden": true, "descHash": 1567714468 },
{ "subId": 7010410, "order": 15, "descHash": 2981886060 }
]
},
{
"id": 70106,
"titleHash": 1984618271,
"children": [
{ "subId": 7010601, "order": 1, "hidden": true, "descHash": 902600796 },
{ "subId": 7010602, "order": 2, "hidden": true, "descHash": 2868637668 },
{ "subId": 7010603, "order": 3, "hidden": true, "descHash": 3502029092 },
{ "subId": 7010604, "order": 4, "descHash": 2507336588 },
{ "subId": 7010605, "order": 5, "descHash": 1263022980 },
{ "subId": 7010606, "order": 6, "descHash": 1156385612 },
{ "subId": 7010608, "order": 8, "descHash": 3931475148 },
{ "subId": 7010609, "order": 9, "descHash": 1676642156 },
{ "subId": 7010610, "order": 10, "descHash": 570543388 },
{ "subId": 7010611, "order": 11, "descHash": 604946396 },
{ "subId": 7010612, "order": 12, "descHash": 2961550420 },
{ "subId": 7010613, "order": 13, "descHash": 2849428300 }
]
},
{
"id": 70107,
"titleHash": 1263284583,
"children": [
{ "subId": 7010702, "order": 1, "hidden": true, "descHash": 2227611884 },
{ "subId": 7010701, "order": 2, "descHash": 3733783188 }
]
},
{
"id": 70108,
"titleHash": 601284263,
"children": [
{ "subId": 7010801, "order": 1, "descHash": 2772411956 },
{ "subId": 7010802, "order": 2, "descHash": 4176891476 },
{ "subId": 7010803, "order": 3, "descHash": 709360300 },
{ "subId": 7010804, "order": 4, "descHash": 3437136532 },
{ "subId": 7010805, "order": 5, "descHash": 1279802228 }
]
},
{
"id": 70109,
"unreleased": true,
"titleHash": 2134840623,
"children": [{ "subId": 7010901, "order": 1, "unreleased": true, "descHash": 3976349500 }]
},
{
"id": 70110,
"hidden": true,
"titleHash": 3224851911,
"children": [
{ "subId": 7011001, "order": 1, "hidden": true, "test": true, "descHash": 419174772 },
{ "subId": 7011002, "order": 2, "hidden": true, "test": true, "descHash": 1991982460 }
]
},
{
"id": 70121,
"titleHash": 3371191191,
"children": [
{ "subId": 7012101, "order": 1, "hidden": true, "test": true, "descHash": 3970633612 },
{ "subId": 7012102, "order": 2, "hidden": true, "test": true, "descHash": 4292481292 },
{ "subId": 7012103, "order": 3, "descHash": 1862326820 },
{ "subId": 7012105, "order": 4, "descHash": 823860980 },
{ "subId": 7012106, "order": 5, "descHash": 3108726092 },
{ "subId": 7012109, "order": 6, "descHash": 3318867908 },
{ "subId": 7012104, "order": 7, "hidden": true, "test": true, "descHash": 3093923996 },
{ "subId": 7012107, "order": 8, "descHash": 1266281436 }
]
},
{
"id": 70123,
"titleHash": 3945217591,
"children": [
{ "subId": 7012301, "order": 1, "hidden": true, "test": true, "descHash": 329666740 },
{ "subId": 7012302, "order": 2, "descHash": 2989736084 },
{ "subId": 7012303, "order": 3, "descHash": 3675884716 },
{ "subId": 7012304, "order": 4, "descHash": 4062110812 },
{ "subId": 7012305, "order": 5, "descHash": 2062257092 }
]
},
{
"id": 70124,
"hidden": true,
"test": true,
"titleHash": 3871083191,
"children": [
{ "subId": 7012401, "order": 1, "hidden": true, "test": true, "descHash": 497665580 },
{ "subId": 7012402, "order": 2, "hidden": true, "test": true, "descHash": 362722340 },
{ "subId": 7012403, "order": 3, "hidden": true, "test": true, "descHash": 584154540 },
{ "subId": 7012404, "order": 4, "hidden": true, "test": true, "descHash": 2404965356 },
{ "subId": 7012405, "order": 5, "hidden": true, "test": true, "descHash": 3420638652 },
{ "subId": 7012406, "order": 6, "hidden": true, "test": true, "descHash": 2075839596 },
{ "subId": 7012407, "order": 7, "hidden": true, "test": true, "descHash": 3707553868 },
{ "subId": 7012408, "order": 8, "hidden": true, "test": true, "descHash": 3884221660 },
{ "subId": 7012409, "order": 9, "hidden": true, "test": true, "descHash": 3653467188 },
{ "subId": 7012410, "order": 10, "hidden": true, "test": true, "descHash": 3277804604 },
{ "subId": 7012413, "order": 11, "hidden": true, "test": true, "descHash": 2265901516 },
{ "subId": 7012411, "order": 12, "hidden": true, "test": true, "descHash": 1956262116 },
{ "subId": 7012412, "order": 13, "hidden": true, "test": true, "descHash": 4268576284 }
]
},
{
"id": 70125,
"hidden": true,
"test": true,
"titleHash": 3521056711,
"children": [
{ "subId": 7012501, "order": 1, "hidden": true, "test": true, "descHash": 1661079860 },
{ "subId": 7012502, "order": 2, "hidden": true, "test": true, "descHash": 3780865796 },
{ "subId": 7012503, "order": 3, "hidden": true, "test": true, "descHash": 4062374932 }
]
},
{
"id": 70126,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 1606493191,
"children": [
{ "subId": 7012601, "order": 1, "test": true, "unreleased": true, "descHash": 1416152572 },
{ "subId": 7012602, "order": 2, "test": true, "unreleased": true, "descHash": 1554241188 },
{ "subId": 7012603, "order": 3, "test": true, "unreleased": true, "descHash": 1906985652 },
{ "subId": 7012604, "order": 4, "test": true, "unreleased": true, "descHash": 2349547868 },
{ "subId": 7012605, "order": 5, "test": true, "unreleased": true, "descHash": 1955628500 },
{ "subId": 7012606, "order": 6, "test": true, "unreleased": true, "descHash": 2103419164 },
{ "subId": 7012607, "order": 7, "test": true, "unreleased": true, "descHash": 2623430716 },
{ "subId": 7012608, "order": 8, "hidden": true, "test": true, "unreleased": true, "descHash": 2661826420 }
]
},
{
"id": 70127,
"hidden": true,
"test": true,
"titleHash": 2300022351,
"children": [
{ "subId": 7012701, "order": 1, "hidden": true, "test": true, "descHash": 1379393724 },
{ "subId": 7012702, "order": 2, "hidden": true, "test": true, "descHash": 16720332 },
{ "subId": 7012704, "order": 3, "hidden": true, "test": true, "descHash": 971499260 }
]
},
{
"id": 70128,
"hidden": true,
"test": true,
"titleHash": 1430201791,
"children": [{ "subId": 7012801, "order": 1, "hidden": true, "test": true, "descHash": 2994948148 }]
},
{
"id": 70141,
"titleHash": 2491387271,
"children": [
{ "subId": 7014109, "order": 1, "hidden": true, "test": true, "descHash": 1407142220 },
{ "subId": 7014118, "order": 2, "hidden": true, "test": true, "descHash": 88567452 },
{ "subId": 7014110, "order": 3, "hidden": true, "test": true, "descHash": 439410204 },
{ "subId": 7014119, "order": 4, "hidden": true, "test": true, "descHash": 1311789012 },
{ "subId": 7014111, "order": 5, "hidden": true, "test": true, "descHash": 2256627468 },
{ "subId": 7014120, "order": 6, "hidden": true, "test": true, "descHash": 3345403204 },
{ "subId": 7014106, "order": 7, "hidden": true, "test": true, "descHash": 1521994092 },
{ "subId": 7014108, "order": 8, "hidden": true, "test": true, "descHash": 2696050004 },
{ "subId": 7014121, "order": 9, "hidden": true, "test": true, "descHash": 2381772852 },
{ "subId": 7014124, "order": 10, "hidden": true, "test": true, "descHash": 4101566732 },
{ "subId": 7014101, "order": 11, "hidden": true, "descHash": 1649835572 },
{ "subId": 7014102, "order": 12, "descHash": 3673972676 },
{ "subId": 7014125, "order": 13, "hidden": true, "test": true, "descHash": 1123659012 },
{ "subId": 7014126, "order": 14, "descHash": 875804468 },
{ "subId": 7014130, "order": 15, "hidden": true, "test": true, "descHash": 3544558308 },
{ "subId": 7014127, "order": 16, "descHash": 3285149500 },
{ "subId": 7014104, "order": 17, "descHash": 3177976612 },
{ "subId": 7014132, "order": 18, "descHash": 1465482700 },
{ "subId": 7014133, "order": 19, "descHash": 3030760844 },
{ "subId": 7014135, "order": 20, "hidden": true, "descHash": 617907388 },
{ "subId": 7014134, "order": 21, "hidden": true, "descHash": 1483118884 },
{ "subId": 7014116, "order": 22, "hidden": true, "test": true, "descHash": 3526124460 },
{ "subId": 7014107, "order": 23, "descHash": 4124374100 },
{ "subId": 7014114, "order": 24, "descHash": 843878524 },
{ "subId": 7014136, "order": 25, "descHash": 1355902052 },
{ "subId": 7014137, "order": 26, "descHash": 111152028 },
{ "subId": 7014138, "order": 27, "hidden": true, "descHash": 1384364908 },
{ "subId": 7014139, "order": 28, "hidden": true, "descHash": 3392870828 },
{ "subId": 7014117, "order": 29, "hidden": true, "test": true, "descHash": 2734983700 },
{ "subId": 7014128, "order": 30, "descHash": 1215255900 },
{ "subId": 7014131, "order": 31, "hidden": true, "test": true, "descHash": 4054512236 },
{ "subId": 7014129, "order": 32, "descHash": 643548140 },
{ "subId": 7014113, "order": 33, "descHash": 3594255532 },
{ "subId": 7014140, "order": 34, "descHash": 2246439660 },
{ "subId": 7014141, "order": 35, "descHash": 448723196 },
{ "subId": 7014142, "order": 36, "hidden": true, "descHash": 986292924 },
{ "subId": 7014143, "order": 37, "hidden": true, "descHash": 1474968668 },
{ "subId": 7014145, "order": 38, "descHash": 1766380020 },
{ "subId": 7014103, "order": 39, "descHash": 1182520804 },
{ "subId": 7014144, "order": 40, "hidden": true, "descHash": 3179211468 },
{ "subId": 7014105, "order": 41, "descHash": 3109220684 },
{ "subId": 7014122, "order": 42, "hidden": true, "test": true, "descHash": 503326996 },
{ "subId": 7014123, "order": 43, "hidden": true, "test": true, "descHash": 3332054908 },
{ "subId": 7014115, "order": 44, "descHash": 4033155564 },
{ "subId": 7014112, "order": 45, "descHash": 1358250708 }
]
},
{
"id": 70142,
"hidden": true,
"titleHash": 3542360903,
"children": [
{ "subId": 7014203, "order": 1, "hidden": true, "descHash": 723331852 },
{ "subId": 7014201, "order": 2, "hidden": true, "descHash": 3926855540 },
{ "subId": 7014202, "order": 3, "hidden": true, "descHash": 935145452 }
]
},
{
"id": 70143,
"titleHash": 697985271,
"children": [
{ "subId": 7014302, "order": 1, "descHash": 1956279532 },
{ "subId": 7014301, "order": 2, "descHash": 3357108796 }
]
},
{
"id": 70144,
"hidden": true,
"test": true,
"titleHash": 3952407079,
"children": [
{ "subId": 7014404, "order": 1, "hidden": true, "test": true, "descHash": 2177864124 },
{ "subId": 7014403, "order": 2, "hidden": true, "test": true, "descHash": 3109995868 },
{ "subId": 7014405, "order": 3, "hidden": true, "test": true, "descHash": 1937506556 },
{ "subId": 7014401, "order": 4, "hidden": true, "test": true, "descHash": 1033632884 },
{ "subId": 7014402, "order": 5, "hidden": true, "test": true, "descHash": 4113491956 },
{ "subId": 7014406, "order": 6, "hidden": true, "test": true, "descHash": 1117612924 }
]
},
{
"id": 70145,
"hidden": true,
"test": true,
"titleHash": 2038612863,
"children": [{ "subId": 7014501, "order": 1, "hidden": true }]
},
{
"id": 70500,
"titleHash": 1335134247,
"children": [
{ "subId": 7050011, "order": 1, "hidden": true },
{ "subId": 7050001, "order": 2, "descHash": 1712275756 },
{ "subId": 7050002, "order": 3, "descHash": 1558750204 },
{ "subId": 7050003, "order": 4, "descHash": 2422713556 },
{ "subId": 7050007, "order": 5, "descHash": 713957732 },
{ "subId": 7050009, "order": 6, "descHash": 1527489300 },
{ "subId": 7050010, "order": 7, "hidden": true, "test": true, "descHash": 440330180 },
{ "subId": 7050004, "order": 8, "descHash": 3987775436 },
{ "subId": 7050006, "order": 9, "descHash": 1383585004 },
{ "subId": 7050005, "order": 10, "descHash": 1626078796 },
{ "subId": 7050008, "order": 11, "descHash": 567219252 }
]
},
{
"id": 70501,
"titleHash": 2717946367,
"children": [
{ "subId": 7050117, "order": 1, "hidden": true, "test": true, "descHash": 4093903732 },
{ "subId": 7050101, "order": 2, "descHash": 836100164 },
{ "subId": 7050102, "order": 3, "descHash": 177789908 },
{ "subId": 7050103, "order": 4, "descHash": 901572684 },
{ "subId": 7050104, "order": 5, "descHash": 90983188 },
{ "subId": 7050105, "order": 6, "descHash": 4005340412 },
{ "subId": 7050106, "order": 7, "descHash": 3471838820 },
{ "subId": 7050114, "order": 8, "descHash": 2049636836 },
{ "subId": 7050107, "order": 9, "descHash": 4140973388 },
{ "subId": 7050108, "order": 10, "descHash": 2675753356 },
{ "subId": 7050116, "order": 11, "descHash": 1840715228 },
{ "subId": 7050113, "order": 12, "descHash": 2594400420 },
{ "subId": 7050111, "order": 13, "hidden": true, "descHash": 1268787508 },
{ "subId": 7050109, "order": 14, "descHash": 4008138044 },
{ "subId": 7050112, "order": 15, "descHash": 2203425380 },
{ "subId": 7050110, "order": 16, "descHash": 1760474252 },
{ "subId": 7050115, "order": 17, "descHash": 3224816844 }
]
},
{
"id": 70502,
"titleHash": 2365410079,
"children": [
{ "subId": 7050201, "order": 1, "descHash": 2166795860 },
{ "subId": 7050202, "order": 2, "descHash": 2159432084 },
{ "subId": 7050203, "order": 3, "descHash": 390837660 },
{ "subId": 7050204, "order": 4, "descHash": 3599653788 },
{ "subId": 7050205, "order": 5, "descHash": 1964366900 },
{ "subId": 7050206, "order": 99, "hidden": true, "test": true, "descHash": 961740660 },
{ "subId": 7050207, "order": 99, "hidden": true, "test": true, "descHash": 2335364436 }
]
},
{
"id": 70503,
"titleHash": 1315646999,
"children": [
{ "subId": 7050301, "order": 1, "descHash": 872125612 },
{ "subId": 7050305, "order": 2, "descHash": 1871358732 },
{ "subId": 7050304, "order": 3, "descHash": 4049536668 },
{ "subId": 7050302, "order": 4, "descHash": 58145412 },
{ "subId": 7050303, "order": 5, "descHash": 3955987940 }
]
},
{
"id": 70504,
"titleHash": 3780144519,
"children": [
{ "subId": 7050401, "order": 1, "descHash": 43110452 },
{ "subId": 7050406, "order": 2, "descHash": 1885912292 },
{ "subId": 7050405, "order": 3, "descHash": 4084479732 },
{ "subId": 7050403, "order": 4, "descHash": 152049684 },
{ "subId": 7050402, "order": 5, "descHash": 225974700 },
{ "subId": 7050404, "order": 6, "descHash": 2245957020 }
]
},
{
"id": 70505,
"titleHash": 4024715495,
"children": [
{ "subId": 7050501, "order": 1, "descHash": 3293319908 },
{ "subId": 7050505, "order": 2, "descHash": 3449842772 },
{ "subId": 7050504, "order": 3, "descHash": 1731324180 },
{ "subId": 7050502, "order": 4, "descHash": 2587858260 },
{ "subId": 7050503, "order": 5, "descHash": 3917101996 }
]
},
{
"id": 70506,
"titleHash": 2692125375,
"children": [
{ "subId": 7050601, "order": 1, "descHash": 489651196 },
{ "subId": 7050606, "order": 2, "descHash": 2699906140 },
{ "subId": 7050605, "order": 3, "descHash": 879079020 },
{ "subId": 7050602, "order": 4, "descHash": 4001611428 },
{ "subId": 7050603, "order": 5, "descHash": 1375056212 },
{ "subId": 7050604, "order": 6, "descHash": 683514804 }
]
},
{
"id": 70507,
"titleHash": 2112472727,
"children": [
{ "subId": 7050701, "order": 1, "descHash": 3389623188 },
{ "subId": 7050705, "order": 2, "descHash": 1148559252 },
{ "subId": 7050704, "order": 3, "descHash": 864599884 },
{ "subId": 7050702, "order": 4, "descHash": 2771030228 },
{ "subId": 7050703, "order": 5, "descHash": 996592252 }
]
},
{
"id": 70508,
"titleHash": 1170708255,
"children": [
{ "subId": 7050801, "order": 1, "descHash": 1184960660 },
{ "subId": 7050806, "order": 2, "descHash": 822024340 },
{ "subId": 7050805, "order": 3, "descHash": 937026212 },
{ "subId": 7050802, "order": 4, "descHash": 2051128796 },
{ "subId": 7050803, "order": 5, "descHash": 2833088820 },
{ "subId": 7050804, "order": 6, "descHash": 3307031028 }
]
},
{
"id": 70509,
"titleHash": 1969504487,
"children": [
{ "subId": 7050901, "order": 1, "descHash": 395730572 },
{ "subId": 7050905, "order": 2, "descHash": 3988276476 },
{ "subId": 7050904, "order": 3, "descHash": 830933156 },
{ "subId": 7050902, "order": 4, "descHash": 2196645132 },
{ "subId": 7050903, "order": 5, "descHash": 3280895356 }
]
},
{
"id": 70510,
"titleHash": 2798751103,
"children": [
{ "subId": 7051001, "order": 1, "descHash": 2307659964 },
{ "subId": 7051002, "order": 2, "hidden": true, "test": true, "descHash": 793606876 }
]
},
{
"id": 70511,
"hidden": true,
"titleHash": 2415099311,
"children": [{ "subId": 7051101, "order": 1, "hidden": true, "descHash": 703734156 }]
},
{
"id": 70512,
"titleHash": 1977000623,
"children": [
{ "subId": 7051201, "order": 1, "descHash": 2325095828 },
{ "subId": 7051203, "order": 2, "descHash": 2210092572 },
{ "subId": 7051204, "order": 3, "descHash": 2351569140 },
{ "subId": 7051205, "order": 4, "descHash": 1016781828 },
{ "subId": 7051206, "order": 5, "descHash": 1888321924 },
{ "subId": 7051207, "order": 6, "descHash": 2806017620 },
{ "subId": 7051202, "order": 99, "test": true }
]
},
{
"id": 70513,
"titleHash": 3302326647,
"children": [
{ "subId": 7051301, "order": 1, "descHash": 4165051692 },
{ "subId": 7051307, "order": 2, "descHash": 4143446444 },
{ "subId": 7051302, "order": 3, "descHash": 3297764668 },
{ "subId": 7051303, "order": 4, "descHash": 1593551156 },
{ "subId": 7051309, "order": 5, "hidden": true },
{ "subId": 7051304, "order": 6, "descHash": 1441432932 },
{ "subId": 7051305, "order": 7, "descHash": 381624164 },
{ "subId": 7051306, "order": 8, "descHash": 939032068 },
{ "subId": 7051308, "order": 99, "hidden": true }
]
},
{
"id": 70514,
"titleHash": 4169114919,
"children": [
{ "subId": 7051401, "order": 1, "descHash": 1499576052 },
{ "subId": 7051402, "order": 2, "descHash": 3521688180 },
{ "subId": 7051403, "order": 3, "descHash": 3341014924 },
{ "subId": 7051404, "order": 4, "descHash": 2298771268 }
]
},
{
"id": 70515,
"titleHash": 651227543,
"children": [
{ "subId": 7051501, "order": 1, "descHash": 3941275156 },
{ "subId": 7051502, "order": 2, "descHash": 3768036988 },
{ "subId": 7051503, "order": 3, "descHash": 365819644 }
]
},
{
"id": 70516,
"hidden": true,
"test": true,
"titleHash": 1358845351,
"children": [
{ "subId": 7051608, "order": 1, "hidden": true },
{ "subId": 7051601, "order": 2, "hidden": true },
{ "subId": 7051602, "order": 3, "hidden": true },
{ "subId": 7051606, "order": 4, "hidden": true },
{ "subId": 7051607, "order": 5, "hidden": true },
{ "subId": 7051603, "order": 6, "hidden": true },
{ "subId": 7051604, "order": 7, "hidden": true },
{ "subId": 7051605, "order": 8, "hidden": true }
]
},
{
"id": 70517,
"titleHash": 1166748783,
"children": [
{ "subId": 7051701, "order": 1, "descHash": 3629279572 },
{ "subId": 7051702, "order": 2, "hidden": true }
]
},
{
"id": 70518,
"titleHash": 2926000783,
"children": [
{ "subId": 7051801, "order": 1, "descHash": 2415258836 },
{ "subId": 7051804, "order": 2, "descHash": 946458556 },
{ "subId": 7051802, "order": 3, "descHash": 174401708 },
{ "subId": 7051805, "order": 4, "descHash": 2019583180 },
{ "subId": 7051803, "order": 5, "descHash": 2186619020 }
]
},
{
"id": 70519,
"titleHash": 2426874303,
"children": [
{ "subId": 7051901, "order": 1, "hidden": true },
{ "subId": 7051902, "order": 2, "descHash": 222305844 },
{ "subId": 7051903, "order": 3, "hidden": true }
]
},
{ "id": 70520, "titleHash": 3372725047, "children": [{ "subId": 7052001, "order": 1, "descHash": 3488558932 }] },
{
"id": 70521,
"titleHash": 479438695,
"children": [
{ "subId": 7052101, "order": 1, "hidden": true },
{ "subId": 7052102, "order": 2, "descHash": 1744393252 }
]
},
{
"id": 70522,
"titleHash": 3175789063,
"children": [
{ "subId": 7052201, "order": 1, "hidden": true },
{ "subId": 7052205, "order": 2, "descHash": 1772467212 },
{ "subId": 7052204, "order": 3, "descHash": 219577484 },
{ "subId": 7052202, "order": 4, "descHash": 3992423860 },
{ "subId": 7052206, "order": 5, "descHash": 2845179036 },
{ "subId": 7052203, "order": 6, "descHash": 1709018532 }
]
},
{
"id": 70523,
"titleHash": 992165359,
"children": [
{ "subId": 7052301, "order": 1, "hidden": true },
{ "subId": 7052305, "order": 2, "descHash": 3700277876 },
{ "subId": 7052304, "order": 3, "descHash": 3006090684 },
{ "subId": 7052302, "order": 4, "descHash": 2882205332 },
{ "subId": 7052306, "order": 5, "descHash": 1508391868 },
{ "subId": 7052303, "order": 6, "descHash": 2998003228 }
]
},
{
"id": 70650,
"titleHash": 3409554583,
"children": [
{ "subId": 7065001, "order": 1, "descHash": 203548972 },
{ "subId": 7065002, "order": 2, "hidden": true, "descHash": 3285571268 }
]
},
{ "id": 70651, "titleHash": 2065376391, "children": [{ "subId": 7065101, "order": 1, "descHash": 823973932 }] },
{ "id": 70652, "titleHash": 1284731607, "children": [{ "subId": 7065201, "order": 1, "descHash": 2883630180 }] },
{ "id": 70653, "titleHash": 1325659087, "children": [{ "subId": 7065301, "order": 1, "descHash": 3888943972 }] },
{ "id": 70654, "titleHash": 569796167, "children": [{ "subId": 7065401, "order": 1, "descHash": 2174952636 }] },
{
"id": 70655,
"titleHash": 3593042879,
"children": [
{ "subId": 7065501, "order": 1, "hidden": true, "test": true, "descHash": 487419236 },
{ "subId": 7065502, "order": 2, "descHash": 4260525732 },
{ "subId": 7065503, "order": 3, "descHash": 3454626108 }
]
},
{ "id": 70656, "titleHash": 2442287167, "children": [{ "subId": 7065601, "order": 1, "descHash": 1882072572 }] },
{ "id": 70657, "titleHash": 2953665327, "children": [{ "subId": 7065701, "order": 1, "descHash": 2623368444 }] },
{ "id": 70658, "titleHash": 2735690655, "children": [{ "subId": 7065801, "order": 1, "descHash": 3308788124 }] },
{
"id": 70659,
"titleHash": 3994768919,
"children": [
{ "subId": 7065901, "order": 1, "descHash": 3183193516 },
{ "subId": 7065902, "order": 2, "descHash": 3276714588 },
{ "subId": 7065903, "order": 3, "descHash": 3488054908 }
]
},
{
"id": 70660,
"titleHash": 2048293119,
"children": [
{ "subId": 7066001, "order": 1, "descHash": 3765969340 },
{ "subId": 7066005, "order": 2, "hidden": true, "test": true, "descHash": 2451060204 },
{ "subId": 7066002, "order": 3, "descHash": 1404996148 },
{ "subId": 7066003, "order": 4, "descHash": 4040136084 },
{ "subId": 7066004, "order": 5, "descHash": 3603219964 }
]
},
{
"id": 70661,
"titleHash": 3305968839,
"children": [
{ "subId": 7066101, "order": 1, "descHash": 613803276 },
{ "subId": 7066102, "order": 2, "descHash": 3123141396 },
{ "subId": 7066103, "order": 3, "descHash": 855967892 },
{ "subId": 7066104, "order": 4, "descHash": 2488825956 },
{ "subId": 7066110, "order": 5, "hidden": true, "test": true, "descHash": 313334772 },
{ "subId": 7066106, "order": 6, "descHash": 1422718764 },
{ "subId": 7066109, "order": 6, "descHash": 1481935004 },
{ "subId": 7066107, "order": 7, "descHash": 1122487044 },
{ "subId": 7066108, "order": 8, "descHash": 1877070068 },
{ "subId": 7066105, "order": 9, "hidden": true, "test": true, "descHash": 1574085012 }
]
},
{
"id": 70662,
"hidden": true,
"test": true,
"titleHash": 3418516967,
"children": [{ "subId": 7066201, "order": 1, "hidden": true, "test": true, "descHash": 2931870316 }]
},
{ "id": 70663, "hidden": true, "children": [{ "subId": 7066301, "order": 1 }] },
{ "id": 70664, "titleHash": 1106775007, "children": [{ "subId": 7066401, "order": 1, "descHash": 4291538836 }] },
{
"id": 70665,
"titleHash": 1351580231,
"children": [
{ "subId": 7066501, "order": 1, "descHash": 613803276 },
{ "subId": 7066502, "order": 2, "descHash": 3123141396 },
{ "subId": 7066503, "order": 3, "descHash": 855967892 },
{ "subId": 7066504, "order": 4, "descHash": 2488825956 },
{ "subId": 7066510, "order": 5, "hidden": true, "test": true, "descHash": 313334772 },
{ "subId": 7066511, "order": 5, "hidden": true, "test": true, "descHash": 313334772 },
{ "subId": 7066513, "order": 5, "hidden": true, "test": true, "descHash": 313334772 },
{ "subId": 7066514, "order": 5, "hidden": true, "test": true, "descHash": 313334772 },
{ "subId": 7066515, "order": 5, "hidden": true, "test": true, "descHash": 313334772 },
{ "subId": 7066516, "order": 5, "hidden": true, "test": true, "descHash": 313334772 },
{ "subId": 7066517, "order": 5, "hidden": true, "test": true, "descHash": 313334772 },
{ "subId": 7066506, "order": 6, "descHash": 1422718764 },
{ "subId": 7066509, "order": 6, "descHash": 1481935004 },
{ "subId": 7066507, "order": 7, "descHash": 1122487044 },
{ "subId": 7066508, "order": 8, "descHash": 1877070068 },
{ "subId": 7066505, "order": 9, "hidden": true, "test": true, "descHash": 1574085012 }
]
},
{
"id": 70700,
"titleHash": 484031095,
"children": [
{ "subId": 7070001, "order": 1, "descHash": 1425764260 },
{ "subId": 7070002, "order": 2, "descHash": 2475863700 }
]
},
{
"id": 70701,
"titleHash": 1282191663,
"children": [
{ "subId": 7070101, "order": 1, "descHash": 1431516780 },
{ "subId": 7070102, "order": 2, "descHash": 258817636 }
]
},
{
"id": 70702,
"titleHash": 3759615495,
"children": [
{ "subId": 7070201, "order": 1, "descHash": 3056443140 },
{ "subId": 7070202, "order": 2, "descHash": 2195654236 }
]
},
{
"id": 70703,
"titleHash": 3285115463,
"children": [
{ "subId": 7070301, "order": 1, "descHash": 591397708 },
{ "subId": 7070302, "order": 2, "descHash": 2590330204 }
]
},
{
"id": 70704,
"titleHash": 2127604815,
"children": [
{ "subId": 7070401, "order": 1, "descHash": 1745164164 },
{ "subId": 7070402, "order": 2, "descHash": 2473424980 }
]
},
{
"id": 70705,
"titleHash": 1182613247,
"children": [
{ "subId": 7070501, "order": 1, "descHash": 561810820 },
{ "subId": 7070502, "order": 2, "descHash": 914251548 }
]
},
{
"id": 70706,
"titleHash": 1958266903,
"children": [
{ "subId": 7070601, "order": 1, "descHash": 384770012 },
{ "subId": 7070602, "order": 2, "descHash": 3725627804 }
]
},
{
"id": 70707,
"titleHash": 2950025007,
"children": [
{ "subId": 7070701, "order": 1, "descHash": 211524340 },
{ "subId": 7070702, "order": 2, "descHash": 2281016132 }
]
},
{
"id": 70708,
"titleHash": 3705599111,
"children": [
{ "subId": 7070801, "order": 1, "descHash": 2594202340 },
{ "subId": 7070802, "order": 2, "descHash": 2984156844 }
]
},
{
"id": 70709,
"titleHash": 3216227871,
"children": [
{ "subId": 7070901, "order": 1, "descHash": 1215514748 },
{ "subId": 7070902, "order": 2, "descHash": 530773980 }
]
},
{
"id": 70710,
"titleHash": 406866879,
"children": [
{ "subId": 7071001, "order": 1, "descHash": 3729881212 },
{ "subId": 7071002, "order": 2, "descHash": 505775236 }
]
},
{
"id": 70711,
"titleHash": 14059247,
"children": [
{ "subId": 7071101, "order": 1, "descHash": 2705668876 },
{ "subId": 7071102, "order": 2, "descHash": 3154879348 }
]
},
{
"id": 70712,
"titleHash": 1453926023,
"children": [
{ "subId": 7071201, "order": 1, "descHash": 3704993204 },
{ "subId": 7071202, "order": 2, "descHash": 737271628 }
]
},
{
"id": 70713,
"titleHash": 27664143,
"children": [
{ "subId": 7071301, "order": 1, "descHash": 924433428 },
{ "subId": 7071302, "order": 2, "descHash": 819246468 }
]
},
{
"id": 70714,
"titleHash": 3611125319,
"children": [
{ "subId": 7071401, "order": 1, "descHash": 887214812 },
{ "subId": 7071402, "order": 2, "descHash": 2031243316 }
]
},
{
"id": 70800,
"titleHash": 1805272895,
"children": [
{ "subId": 7080001, "order": 1, "hidden": true, "descHash": 679325676 },
{ "subId": 7080002, "order": 2, "descHash": 2200989276 },
{ "subId": 7080003, "order": 3, "descHash": 1293979012 },
{ "subId": 7080004, "order": 4, "descHash": 1805843980 },
{ "subId": 7080005, "order": 5, "hidden": true, "descHash": 2800975180 },
{ "subId": 7080006, "order": 6, "descHash": 3965956924 },
{ "subId": 7080007, "order": 7, "descHash": 664441156 },
{ "subId": 7080008, "order": 8, "descHash": 3597014948 },
{ "subId": 7080009, "order": 9, "descHash": 2727157348 },
{ "subId": 7080010, "order": 10, "hidden": true, "descHash": 4012511108 },
{ "subId": 7080011, "order": 11, "descHash": 3204629660 },
{ "subId": 7080012, "order": 12, "descHash": 2044983836 },
{ "subId": 7080013, "order": 13, "descHash": 4116282228 },
{ "subId": 7080014, "order": 14, "hidden": true, "descHash": 2763821588 },
{ "subId": 7080015, "order": 15, "descHash": 3175830156 },
{ "subId": 7080016, "order": 16, "descHash": 3803618668 },
{ "subId": 7080017, "order": 17, "descHash": 1654850156 }
]
},
{
"id": 70801,
"titleHash": 932631471,
"children": [
{ "subId": 7080101, "order": 1, "descHash": 9340 },
{ "subId": 7080102, "order": 2, "descHash": 4133691564 },
{ "subId": 7080103, "order": 3, "hidden": true },
{ "subId": 7080104, "order": 4, "hidden": true },
{ "subId": 7080105, "order": 5, "hidden": true },
{ "subId": 7080106, "order": 6, "hidden": true },
{ "subId": 7080107, "order": 7, "hidden": true },
{ "subId": 7080108, "order": 8, "hidden": true },
{ "subId": 7080109, "order": 9, "hidden": true },
{ "subId": 7080110, "order": 10, "hidden": true },
{ "subId": 7080111, "order": 11, "hidden": true },
{ "subId": 7080112, "order": 12, "hidden": true },
{ "subId": 7080113, "order": 13, "hidden": true },
{ "subId": 7080114, "order": 14, "hidden": true },
{ "subId": 7080115, "order": 15, "hidden": true, "test": true, "descHash": 3759585708 }
]
},
{
"id": 70802,
"titleHash": 1751061447,
"children": [
{ "subId": 7080201, "order": 1, "hidden": true, "test": true, "descHash": 143069420 },
{ "subId": 7080202, "order": 2, "descHash": 3884448948 },
{ "subId": 7080203, "order": 3, "descHash": 3139610012 },
{ "subId": 7080204, "order": 4, "descHash": 3785935700 },
{ "subId": 7080205, "order": 5, "descHash": 2313359100 },
{ "subId": 7080206, "order": 6, "descHash": 3948586836 },
{ "subId": 7080207, "order": 7, "descHash": 3671326268 },
{ "subId": 7080208, "order": 8, "descHash": 566560596 }
]
},
{
"id": 70803,
"titleHash": 3337444231,
"children": [
{ "subId": 7080301, "order": 1, "hidden": true, "test": true, "descHash": 2579784724 },
{ "subId": 7080302, "order": 2, "descHash": 105946012 }
]
},
{
"id": 70804,
"hidden": true,
"test": true,
"titleHash": 1385796447,
"children": [{ "subId": 7080401, "order": 1, "hidden": true }]
},
{
"id": 70810,
"titleHash": 4172256047,
"children": [
{ "subId": 7081001, "order": 1, "descHash": 3783693892 },
{ "subId": 7081002, "order": 2, "descHash": 233891956 },
{ "subId": 7081003, "order": 3, "descHash": 1822684404 },
{ "subId": 7081004, "order": 4, "descHash": 1148427396 },
{ "subId": 7081005, "order": 5, "descHash": 628119004 },
{ "subId": 7081006, "order": 6, "descHash": 3166212396 },
{ "subId": 7081007, "order": 7, "descHash": 2685170420 },
{ "subId": 7081008, "order": 8, "hidden": true, "test": true, "descHash": 2651627012 },
{ "subId": 7081009, "order": 9, "hidden": true, "test": true, "descHash": 567767524 },
{ "subId": 7081010, "order": 10, "descHash": 1655748236 },
{ "subId": 7081011, "order": 11, "descHash": 102437196 },
{ "subId": 7081012, "order": 12, "descHash": 2681239916 },
{ "subId": 7081013, "order": 13, "descHash": 4285001804 },
{ "subId": 7081014, "order": 14, "descHash": 3769751356 },
{ "subId": 7081015, "order": 15, "descHash": 1167567060 },
{ "subId": 7081016, "order": 16, "descHash": 3337822820 },
{ "subId": 7081017, "order": 17, "hidden": true, "test": true, "descHash": 1403459924 },
{ "subId": 7081018, "order": 18, "hidden": true, "test": true, "descHash": 2557870732 },
{ "subId": 7081019, "order": 19, "hidden": true, "test": true, "descHash": 1846241980 },
{ "subId": 7081020, "order": 20, "hidden": true, "test": true, "descHash": 3036088876 }
]
},
{
"id": 70811,
"hidden": true,
"test": true,
"titleHash": 3560753991,
"children": [{ "subId": 7081101, "order": 1, "hidden": true, "test": true, "descHash": 545195268 }]
},
{
"id": 70812,
"titleHash": 214112471,
"children": [
{ "subId": 7081201, "order": 1, "descHash": 100432996 },
{ "subId": 7081202, "order": 2, "hidden": true, "descHash": 3391312724 },
{ "subId": 7081203, "order": 3, "hidden": true, "descHash": 1042177620 },
{ "subId": 7081204, "order": 4, "hidden": true, "descHash": 932542900 },
{ "subId": 7081205, "order": 5, "hidden": true, "descHash": 348545404 },
{ "subId": 7081206, "order": 6, "descHash": 2155461316 },
{ "subId": 7081207, "order": 7, "hidden": true, "test": true, "descHash": 561334132 },
{ "subId": 7081208, "order": 8, "descHash": 4162396260 }
]
},
{
"id": 70813,
"titleHash": 4191036655,
"children": [
{ "subId": 7081301, "order": 1, "descHash": 3700557980 },
{ "subId": 7081302, "order": 2, "descHash": 3259844236 },
{ "subId": 7081303, "order": 3, "descHash": 3437280244 },
{ "subId": 7081304, "order": 4, "descHash": 2919345972 }
]
},
{
"id": 70814,
"titleHash": 2984581943,
"children": [
{ "subId": 7081401, "order": 1, "descHash": 995370828 },
{ "subId": 7081402, "order": 2, "descHash": 3687668948 },
{ "subId": 7081403, "order": 3, "descHash": 1570065132 },
{ "subId": 7081404, "order": 4, "descHash": 231299404 },
{ "subId": 7081405, "order": 5, "descHash": 1439255036 }
]
},
{
"id": 70815,
"titleHash": 1459071703,
"children": [
{ "subId": 7081501, "order": 1, "descHash": 3847622268 },
{ "subId": 7081502, "order": 2, "descHash": 1822225412 },
{ "subId": 7081503, "order": 3, "descHash": 2952935028 },
{ "subId": 7081504, "order": 4, "descHash": 1227159916 },
{ "subId": 7081505, "order": 5, "descHash": 3257471892 },
{ "subId": 7081506, "order": 6, "descHash": 181827484 },
{ "subId": 7081507, "order": 7, "descHash": 2547039540 },
{ "subId": 7081508, "order": 8, "descHash": 2693605852 },
{ "subId": 7081509, "order": 9, "descHash": 3048715236 },
{ "subId": 7081510, "order": 10, "descHash": 750678636 },
{ "subId": 7081511, "order": 11, "descHash": 2129857932 }
]
},
{
"id": 70816,
"titleHash": 3285290391,
"children": [
{ "subId": 7081601, "order": 1, "descHash": 2903606084 },
{ "subId": 7081602, "order": 2, "descHash": 493905508 },
{ "subId": 7081603, "order": 3, "descHash": 355149740 },
{ "subId": 7081604, "order": 4, "hidden": true, "test": true, "descHash": 525637500 },
{ "subId": 7081605, "order": 5, "hidden": true, "test": true, "descHash": 4120425628 },
{ "subId": 7081606, "order": 6, "descHash": 2885887532 }
]
},
{
"id": 70821,
"titleHash": 2923446615,
"children": [
{ "subId": 7082101, "order": 1, "descHash": 2502867828 },
{ "subId": 7082102, "order": 2, "descHash": 907436868 },
{ "subId": 7082103, "order": 3, "descHash": 1435850196 },
{ "subId": 7082104, "order": 4, "descHash": 2687036988 },
{ "subId": 7082107, "order": 5, "hidden": true, "test": true, "descHash": 4050493484 },
{ "subId": 7082108, "order": 6, "hidden": true, "test": true, "descHash": 1421692900 },
{ "subId": 7082105, "order": 7, "descHash": 2646440292 },
{ "subId": 7082106, "order": 8, "descHash": 3432198060 }
]
},
{
"id": 70822,
"titleHash": 725273455,
"children": [
{ "subId": 7082201, "order": 1, "hidden": true, "descHash": 2089974188 },
{ "subId": 7082202, "order": 2, "descHash": 1525084604 },
{ "subId": 7082203, "order": 3, "descHash": 3846768748 },
{ "subId": 7082204, "order": 4, "descHash": 467058364 },
{ "subId": 7082205, "order": 5, "descHash": 4180722444 },
{ "subId": 7082206, "order": 6, "descHash": 1147914980 },
{ "subId": 7082207, "order": 7, "descHash": 2315771708 },
{ "subId": 7082208, "order": 8, "descHash": 244673244 },
{ "subId": 7082212, "order": 9, "descHash": 2438452932 },
{ "subId": 7082213, "order": 10, "descHash": 969439420 },
{ "subId": 7082209, "order": 11, "descHash": 4101988076 },
{ "subId": 7082210, "order": 12, "descHash": 2227164180 },
{ "subId": 7082211, "order": 13, "descHash": 372941988 }
]
},
{
"id": 70823,
"titleHash": 560716231,
"children": [
{ "subId": 7082301, "order": 1, "descHash": 3408746924 },
{ "subId": 7082302, "order": 2, "descHash": 3182090036 },
{ "subId": 7082303, "order": 3, "descHash": 1522831556 },
{ "subId": 7082306, "order": 4, "descHash": 1606824476 },
{ "subId": 7082307, "order": 5, "descHash": 2870399012 },
{ "subId": 7082304, "order": 6, "descHash": 3691394868 },
{ "subId": 7082305, "order": 7, "descHash": 491549276 },
{ "subId": 7082308, "order": 8, "descHash": 134069036 }
]
},
{
"id": 70824,
"titleHash": 1721300543,
"children": [
{ "subId": 7082401, "order": 1, "hidden": true, "descHash": 1288265708 },
{ "subId": 7082402, "order": 2, "descHash": 1373468252 },
{ "subId": 7082403, "order": 3, "descHash": 2059757988 },
{ "subId": 7082404, "order": 4, "descHash": 1067040260 }
]
},
{
"id": 70825,
"titleHash": 1373802927,
"children": [
{ "subId": 7082501, "order": 1, "hidden": true, "descHash": 1832079964 },
{ "subId": 7082502, "order": 2, "descHash": 198061100 },
{ "subId": 7082503, "order": 3, "descHash": 1201433364 },
{ "subId": 7082504, "order": 4, "descHash": 4190031700 },
{ "subId": 7082505, "order": 5, "descHash": 3747353324 },
{ "subId": 7082506, "order": 6, "descHash": 172301532 },
{ "subId": 7082507, "order": 7, "descHash": 3276741396 },
{ "subId": 7082508, "order": 8, "descHash": 1469021524 }
]
},
{
"id": 70901,
"hidden": true,
"unreleased": true,
"titleHash": 1224082807,
"children": [{ "subId": 7090101, "order": 1, "hidden": true }]
},
{
"id": 70902,
"hidden": true,
"titleHash": 510366559,
"children": [{ "subId": 7090201, "order": 1, "hidden": true }]
},
{
"id": 70903,
"hidden": true,
"titleHash": 2443113823,
"children": [{ "subId": 7090301, "order": 1, "hidden": true }]
},
{
"id": 70904,
"hidden": true,
"titleHash": 64388071,
"children": [{ "subId": 7090401, "order": 1, "hidden": true }]
},
{
"id": 70905,
"hidden": true,
"titleHash": 2407092383,
"children": [{ "subId": 7090501, "order": 1, "hidden": true }]
},
{
"id": 70906,
"hidden": true,
"titleHash": 962672383,
"children": [{ "subId": 7090601, "order": 1, "hidden": true }]
},
{
"id": 70907,
"hidden": true,
"titleHash": 2601603191,
"children": [{ "subId": 7090701, "order": 1, "hidden": true }]
},
{
"id": 70908,
"hidden": true,
"titleHash": 984103991,
"children": [{ "subId": 7090801, "order": 1, "hidden": true }]
},
{
"id": 70909,
"hidden": true,
"titleHash": 3110042167,
"children": [{ "subId": 7090901, "order": 1, "hidden": true }]
},
{
"id": 70910,
"hidden": true,
"titleHash": 812697423,
"children": [{ "subId": 7091001, "order": 1, "hidden": true }]
},
{
"id": 70911,
"hidden": true,
"titleHash": 3900539711,
"children": [{ "subId": 7091101, "order": 1, "hidden": true }]
},
{
"id": 70912,
"hidden": true,
"titleHash": 2080477967,
"children": [{ "subId": 7091201, "order": 1, "hidden": true }]
},
{
"id": 70913,
"hidden": true,
"titleHash": 2960670367,
"children": [{ "subId": 7091301, "order": 1, "hidden": true }]
},
{
"id": 70914,
"hidden": true,
"titleHash": 3807532359,
"children": [{ "subId": 7091401, "order": 1, "hidden": true }]
},
{
"id": 70915,
"hidden": true,
"titleHash": 2468620103,
"children": [{ "subId": 7091501, "order": 1, "hidden": true }]
},
{
"id": 70916,
"hidden": true,
"titleHash": 2130455783,
"children": [{ "subId": 7091601, "order": 1, "hidden": true }]
},
{
"id": 70917,
"hidden": true,
"titleHash": 3557100271,
"children": [{ "subId": 7091701, "order": 1, "hidden": true }]
},
{
"id": 70918,
"hidden": true,
"titleHash": 3808236823,
"children": [{ "subId": 7091801, "order": 1, "hidden": true }]
},
{
"id": 70919,
"hidden": true,
"titleHash": 3504099919,
"children": [{ "subId": 7091901, "order": 1, "hidden": true }]
},
{
"id": 70920,
"hidden": true,
"titleHash": 2398651343,
"children": [{ "subId": 7092001, "order": 1, "hidden": true }]
},
{
"id": 70921,
"hidden": true,
"titleHash": 2844150527,
"children": [{ "subId": 7092101, "order": 1, "hidden": true }]
},
{
"id": 70922,
"hidden": true,
"titleHash": 1570427823,
"children": [{ "subId": 7092201, "order": 1, "hidden": true }]
},
{
"id": 70923,
"hidden": true,
"titleHash": 1217139223,
"children": [{ "subId": 7092301, "order": 1, "hidden": true }]
},
{
"id": 70924,
"hidden": true,
"titleHash": 2589536175,
"children": [{ "subId": 7092401, "order": 1, "hidden": true }]
},
{
"id": 70925,
"hidden": true,
"titleHash": 2836393527,
"children": [{ "subId": 7092501, "order": 1, "hidden": true }]
},
{
"id": 70926,
"hidden": true,
"titleHash": 3748798639,
"children": [{ "subId": 7092601, "order": 1, "hidden": true }]
},
{
"id": 70927,
"hidden": true,
"titleHash": 227863143,
"children": [{ "subId": 7092701, "order": 1, "hidden": true }]
},
{
"id": 70928,
"hidden": true,
"titleHash": 834859519,
"children": [{ "subId": 7092801, "order": 1, "hidden": true }]
},
{
"id": 70929,
"hidden": true,
"titleHash": 176386047,
"children": [{ "subId": 7092901, "order": 1, "hidden": true }]
},
{
"id": 70930,
"hidden": true,
"titleHash": 1377198295,
"children": [{ "subId": 7093001, "order": 1, "hidden": true }]
},
{
"id": 70931,
"hidden": true,
"titleHash": 1179818583,
"children": [{ "subId": 7093101, "order": 1, "hidden": true }]
},
{
"id": 70932,
"hidden": true,
"titleHash": 3760160495,
"children": [{ "subId": 7093201, "order": 1, "hidden": true }]
},
{
"id": 70933,
"hidden": true,
"titleHash": 1310590375,
"children": [{ "subId": 7093301, "order": 1, "hidden": true }]
},
{
"id": 70934,
"hidden": true,
"titleHash": 2989391095,
"children": [{ "subId": 7093401, "order": 1, "hidden": true }]
},
{
"id": 70935,
"hidden": true,
"titleHash": 2386697847,
"children": [{ "subId": 7093501, "order": 1, "hidden": true }]
},
{
"id": 70936,
"hidden": true,
"titleHash": 3116801887,
"children": [{ "subId": 7093601, "order": 1, "hidden": true }]
},
{
"id": 70937,
"hidden": true,
"titleHash": 352587007,
"children": [{ "subId": 7093701, "order": 1, "hidden": true }]
},
{
"id": 70938,
"hidden": true,
"unreleased": true,
"titleHash": 2575972191,
"children": [{ "subId": 7093801, "order": 1, "hidden": true }]
},
{
"id": 70939,
"hidden": true,
"unreleased": true,
"titleHash": 2841668071,
"children": [{ "subId": 7093901, "order": 1, "hidden": true }]
},
{
"id": 70940,
"hidden": true,
"unreleased": true,
"titleHash": 2315929159,
"children": [{ "subId": 7094001, "order": 1, "hidden": true }]
},
{
"id": 70941,
"hidden": true,
"unreleased": true,
"titleHash": 3384605231,
"children": [{ "subId": 7094101, "order": 1, "hidden": true }]
},
{
"id": 70942,
"hidden": true,
"unreleased": true,
"titleHash": 614641551,
"children": [{ "subId": 7094201, "order": 1, "hidden": true }]
},
{
"id": 71000,
"test": true,
"unreleased": true,
"titleHash": 3929062919,
"children": [
{ "subId": 7100001, "order": 1, "test": true, "unreleased": true, "descHash": 507967124 },
{ "subId": 7100002, "order": 2, "test": true, "unreleased": true, "descHash": 3386646460 }
]
},
{
"id": 71001,
"hidden": true,
"titleHash": 1479512145,
"children": [
{ "subId": 7100101, "order": 1, "hidden": true, "descHash": 105822721 },
{ "subId": 7100103, "order": 5, "hidden": true },
{ "subId": 7100104, "order": 10, "descHash": 2715435841 },
{ "subId": 7100102, "order": 20, "descHash": 1747406513 }
]
},
{
"id": 71002,
"hidden": true,
"titleHash": 2652346353,
"children": [
{ "subId": 7100201, "order": 1, "hidden": true, "descHash": 2569514625 },
{ "subId": 7100202, "order": 2, "hidden": true, "descHash": 208916609 },
{ "subId": 7100203, "order": 3, "hidden": true, "descHash": 3675844385 },
{ "subId": 7100204, "order": 4, "hidden": true, "descHash": 3539267321 },
{ "subId": 7100205, "order": 5, "hidden": true, "descHash": 6625105 },
{ "subId": 7100206, "order": 6, "descHash": 513579649 },
{ "subId": 7100208, "order": 7, "hidden": true, "descHash": 1887257209 },
{ "subId": 7100207, "order": 11, "descHash": 2261421017 }
]
},
{
"id": 71003,
"test": true,
"unreleased": true,
"titleHash": 1350306783,
"children": [
{ "subId": 7100301, "order": 1, "test": true, "unreleased": true, "descHash": 272065452 },
{ "subId": 7100302, "order": 2, "test": true, "unreleased": true, "descHash": 786036900 }
]
},
{
"id": 71004,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 2909167161,
"children": [
{ "subId": 7100401, "order": 1, "hidden": true, "unreleased": true, "descHash": 1435388393 },
{ "subId": 7100402, "order": 2, "hidden": true, "unreleased": true, "descHash": 1420723729 },
{ "subId": 7100403, "order": 3, "hidden": true, "unreleased": true, "descHash": 2117572705 }
]
},
{
"id": 71005,
"titleHash": 2280548423,
"children": [
{ "subId": 7100501, "order": 1, "hidden": true, "test": true, "descHash": 1064144540 },
{ "subId": 7100502, "order": 2, "hidden": true, "test": true, "descHash": 1854519500 },
{ "subId": 7100503, "order": 2, "hidden": true, "test": true, "descHash": 1745292764 },
{ "subId": 7100504, "order": 2, "hidden": true, "test": true, "descHash": 3617732804 },
{ "subId": 7100505, "order": 2, "hidden": true, "test": true, "descHash": 2477109012 },
{ "subId": 7100506, "order": 2, "hidden": true, "test": true, "descHash": 1123676388 },
{ "subId": 7100507, "order": 2, "hidden": true, "test": true, "descHash": 2909672092 },
{ "subId": 7100508, "order": 2, "hidden": true, "test": true, "descHash": 3548635068 },
{ "subId": 7100509, "order": 2, "hidden": true, "test": true, "descHash": 1424390948 },
{ "subId": 7100510, "order": 2, "hidden": true, "test": true, "descHash": 4182842420 },
{ "subId": 7100537, "order": 2, "hidden": true, "test": true, "descHash": 2657705780 },
{ "subId": 7100521, "order": 8, "descHash": 3777054308 },
{ "subId": 7100511, "order": 9, "hidden": true, "test": true, "descHash": 969098660 },
{ "subId": 7100522, "order": 12, "descHash": 13446596 },
{ "subId": 7100523, "order": 13, "descHash": 3184909172 },
{ "subId": 7100535, "order": 20, "hidden": true, "descHash": 1662189020 },
{ "subId": 7100536, "order": 20, "hidden": true, "descHash": 4257057892 },
{ "subId": 7100531, "order": 21, "descHash": 67545052 },
{ "subId": 7100532, "order": 22, "descHash": 771832740 },
{ "subId": 7100533, "order": 22, "hidden": true, "descHash": 469308252 },
{ "subId": 7100534, "order": 22, "descHash": 2467755444 }
]
},
{
"id": 71006,
"titleHash": 2787864775,
"children": [
{ "subId": 7100613, "order": 1, "hidden": true, "descHash": 1793389420 },
{ "subId": 7100614, "order": 2, "hidden": true, "descHash": 1305321124 },
{ "subId": 7100615, "order": 3, "hidden": true, "descHash": 4083220292 },
{ "subId": 7100616, "order": 4, "hidden": true, "descHash": 1212971772 },
{ "subId": 7100608, "order": 5, "hidden": true, "descHash": 2205231892 },
{ "subId": 7100601, "order": 6, "hidden": true, "descHash": 1902591068 },
{ "subId": 7100602, "order": 7, "hidden": true, "descHash": 2712021060 },
{ "subId": 7100603, "order": 8, "descHash": 608976356 },
{ "subId": 7100604, "order": 9, "hidden": true, "descHash": 3494314868 },
{ "subId": 7100605, "order": 10, "descHash": 3079456460 },
{ "subId": 7100606, "order": 11, "descHash": 2900120012 },
{ "subId": 7100607, "order": 12, "descHash": 2606135852 },
{ "subId": 7100620, "order": 13, "hidden": true, "descHash": 1936297756 },
{ "subId": 7100609, "order": 14, "descHash": 3246046092 },
{ "subId": 7100610, "order": 15, "descHash": 1188536356 },
{ "subId": 7100617, "order": 16, "hidden": true, "descHash": 2254761772 },
{ "subId": 7100618, "order": 17, "hidden": true, "descHash": 129850732 },
{ "subId": 7100619, "order": 18, "hidden": true, "descHash": 3779413780 },
{ "subId": 7100611, "order": 19, "descHash": 913062436 },
{ "subId": 7100612, "order": 20, "descHash": 2352760020 }
]
},
{
"id": 71007,
"hidden": true,
"titleHash": 1306684047,
"children": [{ "subId": 7100701, "order": 1, "hidden": true, "test": true, "descHash": 2309733948 }]
},
{
"id": 71008,
"titleHash": 3521697591,
"children": [
{ "subId": 7100801, "order": 1, "hidden": true, "descHash": 3584189564 },
{ "subId": 7100850, "order": 2, "hidden": true, "descHash": 2897458676 },
{ "subId": 7100851, "order": 3, "descHash": 1524419012 },
{ "subId": 7100804, "order": 4, "hidden": true, "test": true, "descHash": 1151497612 },
{ "subId": 7100805, "order": 5, "hidden": true, "test": true, "descHash": 3234460612 },
{ "subId": 7100806, "order": 6, "hidden": true, "test": true, "descHash": 230365236 },
{ "subId": 7100838, "order": 7, "hidden": true, "test": true, "descHash": 3035436628 },
{ "subId": 7100839, "order": 8, "hidden": true, "test": true, "descHash": 870784820 },
{ "subId": 7100840, "order": 9, "hidden": true, "test": true, "descHash": 1973159996 },
{ "subId": 7100810, "order": 10, "hidden": true, "test": true, "descHash": 2696114484 },
{ "subId": 7100811, "order": 11, "hidden": true, "test": true, "descHash": 2763280876 },
{ "subId": 7100812, "order": 12, "hidden": true, "test": true, "descHash": 2993646908 },
{ "subId": 7100841, "order": 13, "hidden": true, "test": true, "descHash": 3880703428 },
{ "subId": 7100842, "order": 14, "hidden": true, "test": true, "descHash": 3587934396 },
{ "subId": 7100843, "order": 15, "hidden": true, "test": true, "descHash": 298151500 },
{ "subId": 7100816, "order": 16, "hidden": true, "test": true, "descHash": 1287257636 },
{ "subId": 7100817, "order": 17, "hidden": true, "test": true, "descHash": 853677284 },
{ "subId": 7100818, "order": 18, "hidden": true, "test": true, "descHash": 4014226876 },
{ "subId": 7100844, "order": 19, "hidden": true, "test": true, "descHash": 1233740308 },
{ "subId": 7100845, "order": 20, "hidden": true, "test": true, "descHash": 3341686972 },
{ "subId": 7100846, "order": 21, "hidden": true, "test": true, "descHash": 720965204 },
{ "subId": 7100822, "order": 22, "hidden": true, "test": true, "descHash": 3431562700 },
{ "subId": 7100823, "order": 23, "hidden": true, "test": true, "descHash": 1610911780 },
{ "subId": 7100824, "order": 24, "hidden": true, "test": true, "descHash": 1366188620 },
{ "subId": 7100847, "order": 25, "hidden": true, "test": true, "descHash": 4138480772 },
{ "subId": 7100848, "order": 26, "hidden": true, "test": true, "descHash": 3342257948 },
{ "subId": 7100849, "order": 27, "hidden": true, "test": true, "descHash": 1871860804 },
{ "subId": 7100802, "order": 28, "descHash": 2664821460 },
{ "subId": 7100852, "order": 29, "hidden": true, "test": true, "descHash": 3524069556 },
{ "subId": 7100803, "order": 30, "descHash": 3076295588 },
{ "subId": 7100807, "order": 31, "descHash": 2283150964 },
{ "subId": 7100834, "order": 32, "descHash": 4099732260 },
{ "subId": 7100808, "order": 33, "descHash": 191888468 },
{ "subId": 7100853, "order": 34, "hidden": true, "test": true, "descHash": 2134337764 },
{ "subId": 7100809, "order": 35, "descHash": 4072014772 },
{ "subId": 7100813, "order": 36, "descHash": 887715524 },
{ "subId": 7100835, "order": 37, "descHash": 3610437020 },
{ "subId": 7100814, "order": 38, "descHash": 3349762316 },
{ "subId": 7100854, "order": 39, "hidden": true, "test": true, "descHash": 2334679988 },
{ "subId": 7100815, "order": 40, "descHash": 2939491836 },
{ "subId": 7100819, "order": 41, "descHash": 2738069164 },
{ "subId": 7100836, "order": 42, "descHash": 1056815652 },
{ "subId": 7100820, "order": 43, "descHash": 496363212 },
{ "subId": 7100855, "order": 44, "hidden": true, "test": true, "descHash": 4063672628 },
{ "subId": 7100821, "order": 45, "descHash": 2427065828 },
{ "subId": 7100825, "order": 46, "descHash": 845643740 },
{ "subId": 7100832, "order": 47, "descHash": 2912214580 },
{ "subId": 7100826, "order": 48, "hidden": true, "test": true, "descHash": 2452617892 },
{ "subId": 7100827, "order": 49, "hidden": true, "test": true, "descHash": 1639370180 },
{ "subId": 7100828, "order": 50, "hidden": true, "test": true, "descHash": 883772028 },
{ "subId": 7100829, "order": 51, "hidden": true, "test": true, "descHash": 288133076 },
{ "subId": 7100830, "order": 52, "hidden": true, "test": true, "descHash": 1969792444 },
{ "subId": 7100831, "order": 53, "hidden": true, "test": true, "descHash": 953582716 },
{ "subId": 7100833, "order": 54, "hidden": true, "test": true, "descHash": 3256065132 },
{ "subId": 7100837, "order": 55, "descHash": 310063684 }
]
},
{
"id": 71009,
"test": true,
"unreleased": true,
"titleHash": 1294538393,
"children": [
{ "subId": 7100901, "order": 1, "unreleased": true, "descHash": 2003872913 },
{ "subId": 7100902, "order": 2, "unreleased": true, "descHash": 2494406297 },
{ "subId": 7100903, "order": 3, "unreleased": true, "descHash": 4131683569 },
{ "subId": 7100904, "order": 4, "unreleased": true, "descHash": 1564778449 },
{ "subId": 7100905, "order": 5, "unreleased": true, "descHash": 2603149233 },
{ "subId": 7100906, "order": 6, "unreleased": true, "descHash": 3859925209 },
{ "subId": 7100907, "order": 7, "hidden": true, "unreleased": true, "descHash": 405408729 },
{ "subId": 7100908, "order": 8, "unreleased": true, "descHash": 375212113 },
{ "subId": 7100909, "order": 9, "unreleased": true, "descHash": 1476561985 },
{ "subId": 7100910, "order": 10, "unreleased": true, "descHash": 1381306625 },
{ "subId": 7100911, "order": 11, "unreleased": true, "descHash": 3746757857 },
{ "subId": 7100912, "order": 12, "unreleased": true, "descHash": 3481186857 }
]
},
{
"id": 71010,
"hidden": true,
"titleHash": 1780519047,
"children": [
{ "subId": 7101004, "order": 1, "hidden": true, "descHash": 3943762028 },
{ "subId": 7101005, "order": 2, "hidden": true, "descHash": 3239483236 },
{ "subId": 7101001, "order": 3, "hidden": true, "test": true, "descHash": 2210262316 },
{ "subId": 7101006, "order": 4, "hidden": true, "descHash": 266316772 },
{ "subId": 7101003, "order": 5, "hidden": true, "test": true, "descHash": 2787253556 },
{ "subId": 7101007, "order": 6, "hidden": true, "descHash": 1355189468 },
{ "subId": 7101002, "order": 7, "hidden": true, "test": true, "descHash": 3786514524 }
]
},
{
"id": 71011,
"titleHash": 3046377959,
"children": [
{ "subId": 7101101, "order": 1, "hidden": true, "descHash": 3799540476 },
{ "subId": 7101102, "order": 2, "hidden": true, "descHash": 4038060132 },
{ "subId": 7101103, "order": 3, "descHash": 3575132900 },
{ "subId": 7101104, "order": 4, "descHash": 3622522172 },
{ "subId": 7101105, "order": 5, "descHash": 2024096644 }
]
},
{
"id": 71012,
"titleHash": 1676296719,
"children": [
{ "subId": 7101201, "order": 1, "hidden": true, "test": true, "descHash": 3246111860 },
{ "subId": 7101202, "order": 2, "descHash": 2949974676 },
{ "subId": 7101203, "order": 3, "hidden": true, "test": true, "descHash": 40986780 },
{ "subId": 7101204, "order": 4, "hidden": true, "test": true, "descHash": 2978323276 },
{ "subId": 7101205, "order": 5, "hidden": true, "test": true, "descHash": 1974936628 },
{ "subId": 7101206, "order": 6, "hidden": true, "test": true, "descHash": 3400851756 },
{ "subId": 7101219, "order": 7, "test": true, "descHash": 2026889524 },
{ "subId": 7101208, "order": 8, "descHash": 731697220 },
{ "subId": 7101209, "order": 9, "descHash": 2354361748 },
{ "subId": 7101210, "order": 10, "descHash": 2222711540 },
{ "subId": 7101207, "order": 11, "hidden": true, "descHash": 1437824724 },
{ "subId": 7101220, "order": 12, "test": true, "descHash": 1541389924 },
{ "subId": 7101225, "order": 13, "hidden": true, "test": true, "descHash": 2279323188 },
{ "subId": 7101226, "order": 14, "hidden": true, "test": true, "descHash": 4186158596 },
{ "subId": 7101215, "order": 15, "hidden": true, "test": true, "descHash": 124289820 },
{ "subId": 7101216, "order": 16, "descHash": 1420003420 },
{ "subId": 7101217, "order": 17, "descHash": 3928936020 },
{ "subId": 7101218, "order": 18, "hidden": true, "descHash": 2432339900 },
{ "subId": 7101223, "order": 19, "descHash": 3333534076 },
{ "subId": 7101224, "order": 20, "descHash": 3673358084 },
{ "subId": 7101221, "order": 21, "hidden": true, "test": true, "descHash": 486174836 },
{ "subId": 7101222, "order": 22, "hidden": true, "test": true, "descHash": 289443540 },
{ "subId": 7101211, "order": 23, "hidden": true, "descHash": 2990101564 },
{ "subId": 7101212, "order": 24, "hidden": true, "descHash": 845320324 },
{ "subId": 7101213, "order": 25, "hidden": true, "descHash": 4122579940 },
{ "subId": 7101214, "order": 26, "hidden": true, "descHash": 509836132 },
{ "subId": 7101227, "order": 27, "hidden": true, "test": true, "descHash": 2820575372 }
]
},
{
"id": 71013,
"hidden": true,
"titleHash": 3434182535,
"children": [
{ "subId": 7101316, "order": 1, "hidden": true, "descHash": 286383092 },
{ "subId": 7101317, "order": 2, "hidden": true, "descHash": 1885045388 },
{ "subId": 7101301, "order": 3, "hidden": true, "descHash": 3536289460 },
{ "subId": 7101318, "order": 4, "hidden": true, "descHash": 2988628620 },
{ "subId": 7101315, "order": 5, "hidden": true, "descHash": 3345581652 },
{ "subId": 7101319, "order": 6, "hidden": true, "descHash": 3652480324 },
{ "subId": 7101302, "order": 7, "hidden": true, "descHash": 33890524 },
{ "subId": 7101303, "order": 8, "hidden": true, "descHash": 3812567628 },
{ "subId": 7101304, "order": 9, "hidden": true, "descHash": 304498924 },
{ "subId": 7101305, "order": 10, "hidden": true, "descHash": 1895937580 },
{ "subId": 7101306, "order": 11, "hidden": true, "descHash": 3779319284 },
{ "subId": 7101307, "order": 12, "hidden": true, "descHash": 1405477124 },
{ "subId": 7101308, "order": 13, "hidden": true, "descHash": 1764075540 },
{ "subId": 7101309, "order": 14, "hidden": true, "descHash": 1138773956 },
{ "subId": 7101310, "order": 15, "hidden": true, "descHash": 1844040844 },
{ "subId": 7101311, "order": 16, "hidden": true, "descHash": 686053220 },
{ "subId": 7101312, "order": 17, "hidden": true, "descHash": 28981316 },
{ "subId": 7101313, "order": 18, "hidden": true, "descHash": 3867505188 },
{ "subId": 7101314, "order": 19, "hidden": true, "descHash": 2123146476 },
{ "subId": 7101320, "order": 20, "hidden": true, "descHash": 586372900 }
]
},
{
"id": 71014,
"titleHash": 2351658127,
"children": [
{ "subId": 7101401, "order": 1, "descHash": 2742022628 },
{ "subId": 7101402, "order": 2, "descHash": 1565407756 },
{ "subId": 7101403, "order": 3, "descHash": 2074588356 },
{ "subId": 7101404, "order": 4, "descHash": 1443666684 },
{ "subId": 7101405, "order": 5, "descHash": 2475882620 },
{ "subId": 7101406, "order": 6, "descHash": 3026431484 },
{ "subId": 7101407, "order": 7, "descHash": 3194630564 },
{ "subId": 7101408, "order": 8, "descHash": 648140652 },
{ "subId": 7101409, "order": 9, "descHash": 2516841700 },
{ "subId": 7101410, "order": 10, "descHash": 238152572 },
{ "subId": 7101411, "order": 11, "descHash": 4089298036 },
{ "subId": 7101412, "order": 12, "descHash": 2384516100 },
{ "subId": 7101413, "order": 13, "descHash": 536370268 },
{ "subId": 7101414, "order": 14, "descHash": 3325192844 },
{ "subId": 7101415, "order": 15, "hidden": true, "descHash": 258177036 }
]
},
{
"id": 71015,
"hidden": true,
"titleHash": 43354951,
"children": [
{ "subId": 7101501, "order": 1, "hidden": true },
{ "subId": 7101502, "order": 2, "hidden": true },
{ "subId": 7101503, "order": 3, "hidden": true },
{ "subId": 7101504, "order": 4, "hidden": true, "descHash": 1864496636 }
]
},
{
"id": 71016,
"hidden": true,
"titleHash": 1741125511,
"children": [
{ "subId": 7101601, "order": 1, "hidden": true, "descHash": 1008465388 },
{ "subId": 7101602, "order": 2, "hidden": true, "descHash": 1452435028 },
{ "subId": 7101603, "order": 3, "hidden": true, "descHash": 998099212 },
{ "subId": 7101604, "order": 4, "hidden": true, "descHash": 3960462860 },
{ "subId": 7101607, "order": 5, "hidden": true, "descHash": 4200869172 },
{ "subId": 7101605, "order": 6, "hidden": true, "descHash": 1634640068 },
{ "subId": 7101606, "order": 7, "hidden": true, "descHash": 1856295988 },
{ "subId": 7101608, "order": 8, "descHash": 2414472556 },
{ "subId": 7101609, "order": 9, "descHash": 2282956620 },
{ "subId": 7101610, "order": 10, "descHash": 3634199612 },
{ "subId": 7101611, "order": 11, "descHash": 1142814276 },
{ "subId": 7101612, "order": 12, "descHash": 2219061284 },
{ "subId": 7101613, "order": 13, "descHash": 872856820 },
{ "subId": 7101614, "order": 14, "descHash": 2658276004 },
{ "subId": 7101615, "order": 15, "descHash": 3964587428 },
{ "subId": 7101616, "order": 16, "descHash": 707395260 },
{ "subId": 7101617, "order": 17, "descHash": 1237657204 },
{ "subId": 7101618, "order": 18, "descHash": 3256709228 },
{ "subId": 7101619, "order": 19, "descHash": 1511815532 }
]
},
{
"id": 71017,
"hidden": true,
"titleHash": 2990568047,
"children": [
{ "subId": 7101701, "order": 1, "hidden": true },
{ "subId": 7101702, "order": 2, "hidden": true, "descHash": 2758258332 }
]
},
{
"id": 71018,
"titleHash": 2405460455,
"children": [
{ "subId": 7101801, "order": 1, "descHash": 3792422564 },
{ "subId": 7101802, "order": 2, "descHash": 4274533628 },
{ "subId": 7101803, "order": 3, "descHash": 887375460 },
{ "subId": 7101822, "order": 4, "hidden": true, "descHash": 2173908188 },
{ "subId": 7101823, "order": 5, "hidden": true, "descHash": 1266497828 },
{ "subId": 7101824, "order": 6, "hidden": true, "descHash": 3555161844 },
{ "subId": 7101804, "order": 7, "descHash": 207129484 },
{ "subId": 7101805, "order": 8, "descHash": 428690004 },
{ "subId": 7101806, "order": 9, "descHash": 3250184940 },
{ "subId": 7101807, "order": 10, "descHash": 4042366700 },
{ "subId": 7101808, "order": 11, "descHash": 1555029436 },
{ "subId": 7101809, "order": 12, "descHash": 3532056852 },
{ "subId": 7101810, "order": 13, "descHash": 1528447828 },
{ "subId": 7101811, "order": 14, "descHash": 44204380 },
{ "subId": 7101812, "order": 15, "descHash": 3028567252 },
{ "subId": 7101813, "order": 16, "descHash": 1382190356 },
{ "subId": 7101814, "order": 17, "descHash": 3845986364 },
{ "subId": 7101815, "order": 18, "descHash": 3136198196 },
{ "subId": 7101816, "order": 19, "descHash": 324771076 },
{ "subId": 7101817, "order": 20, "descHash": 440885076 },
{ "subId": 7101818, "order": 21, "descHash": 4047497876 },
{ "subId": 7101819, "order": 22, "hidden": true, "descHash": 3016077716 },
{ "subId": 7101820, "order": 23, "hidden": true, "descHash": 2300476596 },
{ "subId": 7101821, "order": 24, "hidden": true, "descHash": 2732625188 }
]
},
{
"id": 71019,
"hidden": true,
"titleHash": 2623988727,
"children": [
{ "subId": 7101901, "order": 1, "hidden": true, "descHash": 1454040668 },
{ "subId": 7101902, "order": 2, "hidden": true, "descHash": 4032530292 },
{ "subId": 7101903, "order": 3, "hidden": true, "descHash": 204657108 }
]
},
{
"id": 71020,
"titleHash": 2430318303,
"children": [
{ "subId": 7102001, "order": 1, "descHash": 1013617284 },
{ "subId": 7102003, "order": 2, "descHash": 3769774236 },
{ "subId": 7102005, "order": 3, "hidden": true, "descHash": 2269756076 },
{ "subId": 7102006, "order": 4, "hidden": true, "descHash": 3270277268 },
{ "subId": 7102007, "order": 5, "hidden": true, "descHash": 869184380 },
{ "subId": 7102008, "order": 6, "hidden": true, "descHash": 1467630740 },
{ "subId": 7102009, "order": 7, "hidden": true, "descHash": 772180860 },
{ "subId": 7102010, "order": 8, "hidden": true, "descHash": 3324811332 },
{ "subId": 7102011, "order": 9, "hidden": true, "descHash": 988798940 },
{ "subId": 7102012, "order": 10, "hidden": true, "descHash": 4081270860 },
{ "subId": 7102013, "order": 11, "hidden": true, "descHash": 1870911492 },
{ "subId": 7102014, "order": 12, "hidden": true, "descHash": 2856642196 },
{ "subId": 7102030, "order": 13, "hidden": true, "descHash": 3632257548 },
{ "subId": 7102015, "order": 14, "hidden": true, "descHash": 2754271052 },
{ "subId": 7102002, "order": 15, "descHash": 1684819660 },
{ "subId": 7102016, "order": 16, "hidden": true, "descHash": 1819931532 },
{ "subId": 7102017, "order": 17, "hidden": true, "descHash": 236056924 },
{ "subId": 7102018, "order": 18, "hidden": true, "descHash": 3348533748 },
{ "subId": 7102019, "order": 19, "hidden": true, "descHash": 4023579244 },
{ "subId": 7102020, "order": 20, "hidden": true, "descHash": 1458790860 },
{ "subId": 7102021, "order": 21, "hidden": true, "descHash": 772348372 },
{ "subId": 7102022, "order": 22, "hidden": true, "descHash": 2074778012 },
{ "subId": 7102023, "order": 23, "hidden": true, "descHash": 2315138980 },
{ "subId": 7102024, "order": 24, "hidden": true, "descHash": 2288523428 },
{ "subId": 7102025, "order": 25, "hidden": true, "descHash": 867316812 },
{ "subId": 7102031, "order": 26, "hidden": true, "descHash": 1397464484 },
{ "subId": 7102026, "order": 27, "hidden": true, "descHash": 3910625708 },
{ "subId": 7102027, "order": 28, "hidden": true, "descHash": 4192176732 },
{ "subId": 7102028, "order": 29, "hidden": true, "descHash": 3337548636 },
{ "subId": 7102029, "order": 30, "hidden": true, "descHash": 2458361436 },
{ "subId": 7102032, "order": 31, "hidden": true, "descHash": 2718586212 },
{ "subId": 7102004, "order": 32, "descHash": 1188723428 },
{ "subId": 7102033, "order": 33, "hidden": true, "descHash": 3618152836 }
]
},
{
"id": 71021,
"hidden": true,
"unreleased": true,
"titleHash": 3128611191,
"children": [{ "subId": 7102101, "order": 1, "hidden": true }]
},
{
"id": 71022,
"titleHash": 2721826599,
"children": [
{ "subId": 7102206, "order": 1, "hidden": true, "descHash": 433478636 },
{ "subId": 7102201, "order": 2, "hidden": true, "descHash": 3574128508 },
{ "subId": 7102202, "order": 3, "hidden": true, "descHash": 900186524 },
{ "subId": 7102203, "order": 4, "descHash": 2847896684 },
{ "subId": 7102204, "order": 5, "descHash": 560682612 },
{ "subId": 7102205, "order": 6, "descHash": 673804020 },
{ "subId": 7102210, "order": 7, "test": true, "descHash": 1178805444 },
{ "subId": 7102207, "order": 8, "test": true, "descHash": 4095192212 },
{ "subId": 7102208, "order": 9, "test": true, "descHash": 3992241372 },
{ "subId": 7102209, "order": 10, "test": true, "descHash": 3425978804 }
]
},
{
"id": 71023,
"test": true,
"unreleased": true,
"titleHash": 2879725783,
"children": [
{ "subId": 7102301, "order": 1, "test": true, "unreleased": true, "descHash": 1368956508 },
{ "subId": 7102302, "order": 2, "test": true, "unreleased": true, "descHash": 2851153812 }
]
},
{
"id": 71024,
"test": true,
"unreleased": true,
"titleHash": 2793245375,
"children": [{ "subId": 7102401, "order": 1, "test": true, "unreleased": true, "descHash": 1255092948 }]
},
{
"id": 71025,
"test": true,
"unreleased": true,
"titleHash": 3526367439,
"children": [
{ "subId": 7102501, "order": 1, "test": true, "unreleased": true, "descHash": 1288958420 },
{ "subId": 7102502, "order": 2, "test": true, "unreleased": true, "descHash": 1047007148 }
]
},
{
"id": 71026,
"test": true,
"unreleased": true,
"titleHash": 297067519,
"children": [
{ "subId": 7102601, "order": 1, "test": true, "unreleased": true, "descHash": 613430020 },
{ "subId": 7102602, "order": 2, "test": true, "unreleased": true, "descHash": 917941364 }
]
},
{
"id": 71027,
"test": true,
"unreleased": true,
"titleHash": 3808634383,
"children": [
{ "subId": 7102701, "order": 1, "test": true, "unreleased": true, "descHash": 3567490380 },
{ "subId": 7102702, "order": 2, "test": true, "unreleased": true, "descHash": 137218372 }
]
},
{
"id": 71028,
"test": true,
"unreleased": true,
"titleHash": 2583587175,
"children": [{ "subId": 7102801, "order": 1, "test": true, "unreleased": true, "descHash": 1687795868 }]
},
{
"id": 71029,
"test": true,
"unreleased": true,
"titleHash": 1549682927,
"children": [
{ "subId": 7102901, "order": 1, "test": true, "unreleased": true, "descHash": 3081130692 },
{ "subId": 7102902, "order": 2, "test": true, "unreleased": true, "descHash": 3703049348 }
]
},
{
"id": 71030,
"test": true,
"unreleased": true,
"titleHash": 3542934671,
"children": [
{ "subId": 7103001, "order": 1, "test": true, "unreleased": true, "descHash": 158867740 },
{ "subId": 7103002, "order": 2, "test": true, "unreleased": true, "descHash": 31752588 }
]
},
{
"id": 71031,
"test": true,
"unreleased": true,
"titleHash": 2411577583,
"children": [
{ "subId": 7103101, "order": 1, "test": true, "unreleased": true, "descHash": 416047292 },
{ "subId": 7103102, "order": 2, "test": true, "unreleased": true, "descHash": 191365500 }
]
},
{
"id": 71032,
"unreleased": true,
"titleHash": 3387587599,
"children": [
{ "subId": 7103201, "order": 1, "test": true, "unreleased": true, "descHash": 3994620572 },
{ "subId": 7103202, "order": 2, "test": true, "unreleased": true, "descHash": 2255110244 }
]
},
{
"id": 71033,
"titleHash": 1648436871,
"children": [
{ "subId": 7103313, "order": 1, "hidden": true, "test": true, "descHash": 1406111932 },
{ "subId": 7103301, "order": 2, "descHash": 544205596 },
{ "subId": 7103302, "order": 3, "descHash": 2363880348 },
{ "subId": 7103303, "order": 4, "descHash": 1736909364 },
{ "subId": 7103304, "order": 5, "descHash": 1336764668 },
{ "subId": 7103305, "order": 6, "descHash": 3794487140 },
{ "subId": 7103306, "order": 7, "descHash": 3401459796 },
{ "subId": 7103307, "order": 8, "descHash": 2186344804 },
{ "subId": 7103308, "order": 9, "descHash": 2901801620 },
{ "subId": 7103309, "order": 10, "descHash": 291871708 },
{ "subId": 7103310, "order": 11, "descHash": 125629948 },
{ "subId": 7103315, "order": 12, "descHash": 3021472532 },
{ "subId": 7103314, "order": 13, "descHash": 1259603388 },
{ "subId": 7103311, "order": 14, "descHash": 537031604 },
{ "subId": 7103312, "order": 15, "descHash": 587874668 }
]
},
{
"id": 71034,
"hidden": true,
"test": true,
"titleHash": 335430111,
"children": [{ "subId": 7103401, "order": 1, "hidden": true, "test": true, "descHash": 3967492852 }]
},
{
"id": 71035,
"titleHash": 577542919,
"children": [
{ "subId": 7103501, "order": 1, "hidden": true, "descHash": 172425916 },
{ "subId": 7103502, "order": 2, "descHash": 275300300 },
{ "subId": 7103503, "order": 3, "descHash": 2871682860 },
{ "subId": 7103504, "order": 4, "descHash": 3017581140 },
{ "subId": 7103505, "order": 5, "descHash": 1593650964 },
{ "subId": 7103506, "order": 6, "descHash": 2906980132 },
{ "subId": 7103507, "order": 7, "descHash": 2532799876 },
{ "subId": 7103508, "order": 8, "descHash": 4293074340 }
]
},
{
"id": 71036,
"titleHash": 2353121503,
"children": [
{ "subId": 7103601, "order": 1, "hidden": true, "descHash": 3329464412 },
{ "subId": 7103602, "order": 2, "hidden": true, "descHash": 550561804 },
{ "subId": 7103604, "order": 4, "descHash": 270636764 },
{ "subId": 7103605, "order": 5, "descHash": 2234071492 },
{ "subId": 7103606, "order": 6, "descHash": 1535311316 },
{ "subId": 7103607, "order": 7, "descHash": 1667156972 },
{ "subId": 7103608, "order": 8, "descHash": 3057187940 },
{ "subId": 7103609, "order": 9, "hidden": true, "descHash": 1032240260 },
{ "subId": 7103611, "order": 10, "descHash": 3199302164 },
{ "subId": 7103610, "order": 11, "descHash": 1305865116 }
]
},
{
"id": 71037,
"titleHash": 2326302231,
"children": [
{ "subId": 7103701, "order": 1, "descHash": 2326815028 },
{ "subId": 7103702, "order": 3, "descHash": 610593836 },
{ "subId": 7103703, "order": 4, "descHash": 4264390460 },
{ "subId": 7103704, "order": 5, "descHash": 2235215604 },
{ "subId": 7103723, "order": 6, "hidden": true, "descHash": 1977933636 },
{ "subId": 7103724, "order": 7, "hidden": true, "descHash": 2141727604 },
{ "subId": 7103705, "order": 8, "hidden": true, "descHash": 1576804604 },
{ "subId": 7103706, "order": 9, "descHash": 3469957324 },
{ "subId": 7103707, "order": 10, "descHash": 1673830108 },
{ "subId": 7103708, "order": 11, "descHash": 3259317668 },
{ "subId": 7103721, "order": 12, "hidden": true, "descHash": 3964353428 },
{ "subId": 7103709, "order": 13, "descHash": 1062853396 },
{ "subId": 7103725, "order": 14, "descHash": 3773671988 },
{ "subId": 7103710, "order": 15, "descHash": 4004359716 },
{ "subId": 7103711, "order": 16, "descHash": 3692829756 },
{ "subId": 7103712, "order": 17, "descHash": 3700554100 },
{ "subId": 7103713, "order": 18, "descHash": 1605887116 },
{ "subId": 7103714, "order": 19, "hidden": true, "descHash": 1258187796 },
{ "subId": 7103719, "order": 20, "descHash": 2167415860 },
{ "subId": 7103720, "order": 21, "descHash": 3592224452 },
{ "subId": 7103722, "order": 22, "hidden": true, "descHash": 321205036 },
{ "subId": 7103715, "order": 23, "descHash": 1741206516 },
{ "subId": 7103716, "order": 24, "descHash": 1709074004 }
]
},
{
"id": 71038,
"titleHash": 2792934391,
"children": [
{ "subId": 7103801, "order": 1, "hidden": true, "descHash": 2381502940 },
{ "subId": 7103802, "order": 2, "descHash": 2917217516 },
{ "subId": 7103816, "order": 3, "hidden": true, "descHash": 3923429556 },
{ "subId": 7103803, "order": 4, "descHash": 1584633716 },
{ "subId": 7103804, "order": 5, "descHash": 1474945436 },
{ "subId": 7103805, "order": 6, "descHash": 1611802180 },
{ "subId": 7103806, "order": 7, "descHash": 3285613732 },
{ "subId": 7103807, "order": 8, "descHash": 3200640316 },
{ "subId": 7103808, "order": 9, "hidden": true },
{ "subId": 7103810, "order": 10, "descHash": 1601543908 },
{ "subId": 7103811, "order": 11, "descHash": 2467101820 },
{ "subId": 7103817, "order": 12, "hidden": true, "descHash": 3993292452 },
{ "subId": 7103813, "order": 13, "descHash": 188775492 },
{ "subId": 7103814, "order": 14, "descHash": 694219884 },
{ "subId": 7103815, "order": 15, "descHash": 61436852 }
]
},
{
"id": 71039,
"titleHash": 2465890159,
"children": [
{ "subId": 7103901, "order": 1, "hidden": true, "descHash": 386421028 },
{ "subId": 7103902, "order": 2, "hidden": true, "descHash": 2596390756 },
{ "subId": 7103903, "order": 3, "descHash": 1624904676 }
]
},
{
"id": 71040,
"titleHash": 1415844535,
"children": [
{ "subId": 7104010, "order": 1, "descHash": 3819598988 },
{ "subId": 7104001, "order": 2, "descHash": 101200100 },
{ "subId": 7104009, "order": 3, "descHash": 2117183284 },
{ "subId": 7104002, "order": 4, "descHash": 2068356948 },
{ "subId": 7104003, "order": 5, "descHash": 672147284 },
{ "subId": 7104005, "order": 6, "descHash": 1419027876 },
{ "subId": 7104008, "order": 7, "hidden": true, "descHash": 3135037020 }
]
},
{
"id": 71041,
"titleHash": 1605932967,
"children": [
{ "subId": 7104103, "order": 2, "descHash": 82722092 },
{ "subId": 7104104, "order": 5, "descHash": 1869315852 },
{ "subId": 7104108, "order": 6, "descHash": 337131892 },
{ "subId": 7104107, "order": 7, "descHash": 813765228 },
{ "subId": 7104101, "order": 8, "descHash": 4246470716 },
{ "subId": 7104102, "order": 9, "descHash": 875673556 },
{ "subId": 7104109, "order": 10, "descHash": 1821447020 },
{ "subId": 7104110, "order": 11, "descHash": 3468693364 },
{ "subId": 7104111, "order": 12, "descHash": 1658226084 }
]
},
{
"id": 71042,
"titleHash": 3716816367,
"children": [
{ "subId": 7104201, "order": 1, "descHash": 2739747820 },
{ "subId": 7104203, "order": 2, "descHash": 3716021612 },
{ "subId": 7104202, "order": 3, "descHash": 1939608068 },
{ "subId": 7104229, "order": 4, "hidden": true, "descHash": 3685775084 },
{ "subId": 7104234, "order": 5, "hidden": true, "descHash": 2767653620 },
{ "subId": 7104204, "order": 6, "descHash": 718199340 },
{ "subId": 7104205, "order": 7, "descHash": 1355237348 },
{ "subId": 7104206, "order": 8, "descHash": 2125974020 },
{ "subId": 7104207, "order": 9, "descHash": 1460063660 },
{ "subId": 7104208, "order": 10, "descHash": 1188037148 },
{ "subId": 7104209, "order": 11, "descHash": 2864146500 },
{ "subId": 7104230, "order": 12, "descHash": 1069107884 },
{ "subId": 7104210, "order": 13, "descHash": 3968830924 },
{ "subId": 7104231, "order": 14, "descHash": 3851262300 },
{ "subId": 7104232, "order": 15, "descHash": 3004073212 },
{ "subId": 7104211, "order": 16, "descHash": 1201552476 },
{ "subId": 7104212, "order": 17, "descHash": 3998125508 },
{ "subId": 7104213, "order": 18, "descHash": 904669788 },
{ "subId": 7104215, "order": 19, "descHash": 2058796868 },
{ "subId": 7104216, "order": 20, "hidden": true, "descHash": 3843056732 },
{ "subId": 7104217, "order": 21, "descHash": 2560348508 },
{ "subId": 7104218, "order": 22, "descHash": 81074372 },
{ "subId": 7104219, "order": 23, "descHash": 3931674108 },
{ "subId": 7104235, "order": 24, "hidden": true, "descHash": 2712431988 },
{ "subId": 7104220, "order": 25, "hidden": true, "descHash": 154610084 },
{ "subId": 7104221, "order": 26, "descHash": 3363461532 },
{ "subId": 7104222, "order": 27, "descHash": 3174035900 },
{ "subId": 7104223, "order": 28, "descHash": 3426393084 },
{ "subId": 7104224, "order": 29, "descHash": 1737940556 },
{ "subId": 7104225, "order": 30, "descHash": 2267217516 },
{ "subId": 7104226, "order": 31, "descHash": 1811266476 },
{ "subId": 7104236, "order": 32, "hidden": true, "descHash": 4065178860 },
{ "subId": 7104227, "order": 33, "hidden": true, "descHash": 3234761116 },
{ "subId": 7104228, "order": 34, "descHash": 288946860 },
{ "subId": 7104233, "order": 35, "hidden": true, "descHash": 950946676 }
]
},
{
"id": 71043,
"titleHash": 1673128351,
"children": [
{ "subId": 7104301, "order": 1, "descHash": 2360524284 },
{ "subId": 7104308, "order": 2, "hidden": true, "descHash": 1571354332 },
{ "subId": 7104310, "order": 3, "hidden": true, "descHash": 2981472460 },
{ "subId": 7104316, "order": 4, "hidden": true, "descHash": 1734396084 },
{ "subId": 7104317, "order": 5, "hidden": true, "descHash": 1715572340 },
{ "subId": 7104304, "order": 6, "descHash": 877651852 },
{ "subId": 7104318, "order": 7, "descHash": 2536442108 },
{ "subId": 7104305, "order": 8, "descHash": 3213781052 },
{ "subId": 7104306, "order": 9, "hidden": true, "descHash": 4076700788 },
{ "subId": 7104307, "order": 10, "descHash": 546267092 },
{ "subId": 7104309, "order": 11, "descHash": 459515180 },
{ "subId": 7104315, "order": 12, "hidden": true, "descHash": 2878986236 },
{ "subId": 7104311, "order": 13, "descHash": 1246755884 },
{ "subId": 7104312, "order": 14, "hidden": true, "descHash": 3628123132 },
{ "subId": 7104313, "order": 15, "descHash": 2466278924 },
{ "subId": 7104314, "order": 16, "descHash": 815945124 },
{ "subId": 7104319, "order": 17, "hidden": true, "test": true, "descHash": 1846333292 },
{ "subId": 7104320, "order": 18, "hidden": true, "test": true, "descHash": 2265113564 }
]
},
{
"id": 71044,
"titleHash": 698957351,
"children": [
{ "subId": 7104401, "order": 1, "test": true, "descHash": 456688572 },
{ "subId": 7104402, "order": 2, "test": true, "descHash": 160041916 },
{ "subId": 7104403, "order": 3, "test": true, "descHash": 3273340356 },
{ "subId": 7104404, "order": 4, "test": true, "descHash": 2998876588 },
{ "subId": 7104405, "order": 5, "hidden": true, "test": true, "descHash": 981845260 },
{ "subId": 7104430, "order": 6, "descHash": 4246755820 },
{ "subId": 7104406, "order": 7, "descHash": 970467964 },
{ "subId": 7104407, "order": 8, "descHash": 2843380332 },
{ "subId": 7104408, "order": 9, "descHash": 3554193076 },
{ "subId": 7104425, "order": 10, "descHash": 1627568476 },
{ "subId": 7104409, "order": 11, "descHash": 1440050644 },
{ "subId": 7104410, "order": 12, "descHash": 1130789564 },
{ "subId": 7104411, "order": 13, "hidden": true, "test": true, "descHash": 23987292 },
{ "subId": 7104412, "order": 14, "descHash": 1972140380 },
{ "subId": 7104413, "order": 15, "hidden": true, "test": true, "descHash": 3365894868 },
{ "subId": 7104414, "order": 16, "descHash": 682766308 },
{ "subId": 7104415, "order": 17, "hidden": true, "test": true, "descHash": 4015037812 },
{ "subId": 7104416, "order": 18, "descHash": 897975276 },
{ "subId": 7104417, "order": 19, "hidden": true, "test": true, "descHash": 3987434348 },
{ "subId": 7104418, "order": 20, "descHash": 1936424044 },
{ "subId": 7104419, "order": 21, "hidden": true, "test": true, "descHash": 2595219612 },
{ "subId": 7104431, "order": 22, "hidden": true, "test": true, "descHash": 2992384452 },
{ "subId": 7104432, "order": 23, "hidden": true, "test": true, "descHash": 1319521236 },
{ "subId": 7104427, "order": 24, "hidden": true, "test": true, "descHash": 94997660 },
{ "subId": 7104420, "order": 25, "hidden": true, "test": true, "descHash": 3590768572 },
{ "subId": 7104421, "order": 26, "descHash": 2924008292 },
{ "subId": 7104433, "order": 27, "descHash": 900402236 },
{ "subId": 7104422, "order": 28, "descHash": 702509052 },
{ "subId": 7104423, "order": 29, "descHash": 629903004 },
{ "subId": 7104424, "order": 30, "hidden": true, "test": true, "descHash": 484087356 },
{ "subId": 7104426, "order": 31, "descHash": 1994772516 },
{ "subId": 7104428, "order": 32, "hidden": true, "test": true, "descHash": 839099892 },
{ "subId": 7104429, "order": 33, "descHash": 1184287852 }
]
},
{
"id": 71045,
"titleHash": 3187870135,
"children": [
{ "subId": 7104501, "order": 1, "descHash": 2813405028 },
{ "subId": 7104502, "order": 2, "descHash": 501612076 },
{ "subId": 7104503, "order": 3, "descHash": 954102668 },
{ "subId": 7104504, "order": 4, "descHash": 747163692 },
{ "subId": 7104521, "order": 5, "descHash": 2902092620 },
{ "subId": 7104522, "order": 6, "descHash": 4056336372 },
{ "subId": 7104528, "order": 7, "descHash": 2149451180 },
{ "subId": 7104505, "order": 8, "descHash": 2149856484 },
{ "subId": 7104507, "order": 9, "descHash": 408640140 },
{ "subId": 7104519, "order": 10, "descHash": 4024233244 },
{ "subId": 7104509, "order": 11, "descHash": 2767752388 },
{ "subId": 7104510, "order": 12, "hidden": true, "descHash": 3559420604 },
{ "subId": 7104511, "order": 13, "hidden": true, "descHash": 3882876652 },
{ "subId": 7104512, "order": 14, "hidden": true, "descHash": 3560729812 },
{ "subId": 7104513, "order": 15, "hidden": true, "descHash": 3244945020 },
{ "subId": 7104514, "order": 16, "hidden": true, "descHash": 2680594924 },
{ "subId": 7104526, "order": 17, "hidden": true, "descHash": 976296340 },
{ "subId": 7104527, "order": 18, "descHash": 1302603692 },
{ "subId": 7104525, "order": 19, "descHash": 3786373236 },
{ "subId": 7104515, "order": 20, "hidden": true, "descHash": 2836518572 },
{ "subId": 7104516, "order": 21, "descHash": 3748848012 },
{ "subId": 7104517, "order": 22, "hidden": true, "descHash": 3581161244 },
{ "subId": 7104523, "order": 23, "descHash": 3592314988 },
{ "subId": 7104518, "order": 24, "descHash": 1349287036 },
{ "subId": 7104520, "order": 25, "descHash": 1708030596 },
{ "subId": 7104524, "order": 26, "hidden": true, "descHash": 1945818692 },
{ "subId": 7104529, "order": 27, "hidden": true, "descHash": 3827842388 }
]
},
{
"id": 71046,
"hidden": true,
"test": true,
"titleHash": 1225921223,
"children": [
{ "subId": 7104601, "order": 1, "hidden": true, "test": true, "descHash": 2512913836 },
{ "subId": 7104602, "order": 2, "hidden": true, "test": true, "descHash": 1395433252 },
{ "subId": 7104603, "order": 3, "hidden": true, "test": true, "descHash": 140748068 }
]
},
{
"id": 71047,
"hidden": true,
"titleHash": 1732957999,
"children": [
{ "subId": 7104701, "order": 1, "hidden": true, "descHash": 2541877828 },
{ "subId": 7104702, "order": 2, "hidden": true, "descHash": 1420908524 }
]
},
{
"id": 71048,
"titleHash": 1059789679,
"children": [
{ "subId": 7104801, "order": 1, "hidden": true, "test": true, "descHash": 2631003972 },
{ "subId": 7104802, "order": 2, "descHash": 1223753244 }
]
},
{
"id": 71049,
"titleHash": 2598895999,
"children": [
{ "subId": 7104901, "order": 1, "hidden": true, "test": true, "descHash": 187139804 },
{ "subId": 7104902, "order": 2, "descHash": 738525020 }
]
},
{
"id": 71050,
"titleHash": 242786479,
"children": [
{ "subId": 7105004, "order": 1, "hidden": true, "test": true, "descHash": 2290154820 },
{ "subId": 7105001, "order": 2, "hidden": true, "descHash": 988584308 },
{ "subId": 7105002, "order": 3, "descHash": 2993906484 },
{ "subId": 7105003, "order": 4, "descHash": 1786559172 }
]
},
{
"id": 71051,
"titleHash": 3036493831,
"children": [
{ "subId": 7105106, "order": 1, "hidden": true, "descHash": 4155765548 },
{ "subId": 7105101, "order": 2, "hidden": true, "descHash": 1824686796 },
{ "subId": 7105102, "order": 3, "descHash": 4056126252 },
{ "subId": 7105105, "order": 4, "descHash": 2188989572 },
{ "subId": 7105103, "order": 5, "descHash": 3722092756 },
{ "subId": 7105104, "order": 6, "descHash": 4124156004 }
]
},
{
"id": 71052,
"titleHash": 2133162991,
"children": [
{ "subId": 7105201, "order": 1, "hidden": true, "descHash": 512805596 },
{ "subId": 7105202, "order": 2, "hidden": true, "descHash": 3331324388 },
{ "subId": 7105203, "order": 3, "hidden": true, "descHash": 2611445788 },
{ "subId": 7105204, "order": 4, "hidden": true, "descHash": 2528640164 },
{ "subId": 7105205, "order": 5, "hidden": true, "descHash": 1367937124 },
{ "subId": 7105210, "order": 6, "hidden": true, "descHash": 3083988924 },
{ "subId": 7105206, "order": 7, "hidden": true, "descHash": 3785147284 },
{ "subId": 7105207, "order": 8, "hidden": true, "descHash": 259800516 },
{ "subId": 7105208, "order": 9, "descHash": 2884302140 },
{ "subId": 7105209, "order": 10, "descHash": 3374082116 }
]
},
{
"id": 71053,
"hidden": true,
"titleHash": 1770101943,
"children": [{ "subId": 7105301, "order": 1, "descHash": 1933855260 }]
},
{
"id": 71054,
"titleHash": 750534263,
"children": [
{ "subId": 7105401, "order": 1, "hidden": true, "test": true, "descHash": 2527707900 },
{ "subId": 7105402, "order": 2, "descHash": 1810911796 },
{ "subId": 7105403, "order": 3, "descHash": 4104246332 },
{ "subId": 7105404, "order": 4, "hidden": true, "test": true, "descHash": 4211899988 },
{ "subId": 7105405, "order": 5, "hidden": true, "test": true, "descHash": 3030512892 },
{ "subId": 7105406, "order": 6, "hidden": true, "test": true, "descHash": 559864028 },
{ "subId": 7105407, "order": 7, "descHash": 2597468364 },
{ "subId": 7105408, "order": 8, "descHash": 3681025372 },
{ "subId": 7105409, "order": 9, "descHash": 2940363004 },
{ "subId": 7105410, "order": 10, "hidden": true, "test": true, "descHash": 1210563716 },
{ "subId": 7105411, "order": 11, "hidden": true, "test": true, "descHash": 4185657748 },
{ "subId": 7105412, "order": 12, "descHash": 3249210012 },
{ "subId": 7105413, "order": 13, "descHash": 2447040692 }
]
},
{
"id": 71055,
"titleHash": 2346134967,
"children": [
{ "subId": 7105521, "order": 1, "hidden": true, "descHash": 2474899044 },
{ "subId": 7105501, "order": 2, "hidden": true, "descHash": 2254449716 },
{ "subId": 7105502, "order": 3, "descHash": 1680170140 },
{ "subId": 7105503, "order": 4, "descHash": 414669484 },
{ "subId": 7105504, "order": 5, "hidden": true, "descHash": 37623084 },
{ "subId": 7105518, "order": 6, "hidden": true, "descHash": 142080356 },
{ "subId": 7105505, "order": 7, "descHash": 526081732 },
{ "subId": 7105506, "order": 8, "descHash": 4245790700 },
{ "subId": 7105507, "order": 9, "descHash": 2244643348 },
{ "subId": 7105508, "order": 10, "descHash": 2539531468 },
{ "subId": 7105509, "order": 11, "descHash": 1141818916 },
{ "subId": 7105511, "order": 12, "hidden": true, "descHash": 231811764 },
{ "subId": 7105510, "order": 13, "descHash": 371443516 },
{ "subId": 7105516, "order": 14, "descHash": 33671484 },
{ "subId": 7105517, "order": 15, "descHash": 1250114404 },
{ "subId": 7105512, "order": 16, "descHash": 2090387780 },
{ "subId": 7105520, "order": 17, "descHash": 1124420252 },
{ "subId": 7105513, "order": 18, "descHash": 2578805236 },
{ "subId": 7105519, "order": 19, "descHash": 2197225668 }
]
},
{
"id": 71056,
"hidden": true,
"titleHash": 176970671,
"children": [
{ "subId": 7105601, "order": 1, "hidden": true },
{ "subId": 7105602, "order": 2, "hidden": true },
{ "subId": 7105603, "order": 3, "hidden": true }
]
},
{
"id": 71057,
"titleHash": 2072294255,
"children": [
{ "subId": 7105701, "order": 1, "hidden": true, "descHash": 933916292 },
{ "subId": 7105702, "order": 2, "descHash": 856946932 },
{ "subId": 7105703, "order": 3, "descHash": 1242796612 },
{ "subId": 7105704, "order": 4, "descHash": 972043780 },
{ "subId": 7105705, "order": 5, "descHash": 1633122140 },
{ "subId": 7105706, "order": 6, "descHash": 392204060 },
{ "subId": 7105707, "order": 7, "descHash": 878553516 },
{ "subId": 7105708, "order": 8, "descHash": 3178114476 },
{ "subId": 7105709, "order": 9, "descHash": 985518116 }
]
},
{
"id": 71058,
"titleHash": 3382523863,
"children": [
{ "subId": 7105801, "order": 1, "hidden": true, "descHash": 2337096556 },
{ "subId": 7105802, "order": 2, "descHash": 2123514324 },
{ "subId": 7105803, "order": 3, "descHash": 291637628 },
{ "subId": 7105804, "order": 4, "descHash": 4238961804 },
{ "subId": 7105805, "order": 5, "descHash": 673691580 },
{ "subId": 7105806, "order": 6, "descHash": 567540204 }
]
},
{
"id": 71059,
"titleHash": 2565256895,
"children": [
{ "subId": 7105906, "order": 1, "hidden": true, "descHash": 4250095908 },
{ "subId": 7105901, "order": 2, "hidden": true, "descHash": 521162596 },
{ "subId": 7105902, "order": 3, "descHash": 2944305764 },
{ "subId": 7105903, "order": 4, "descHash": 836751124 },
{ "subId": 7105904, "order": 5, "descHash": 987539652 },
{ "subId": 7105908, "order": 6, "descHash": 3767082164 },
{ "subId": 7105907, "order": 7, "descHash": 2971286836 },
{ "subId": 7105905, "order": 8, "descHash": 3354788836 },
{ "subId": 7105909, "order": 9, "descHash": 825666124 }
]
},
{
"id": 71060,
"hidden": true,
"titleHash": 3617985231,
"children": [
{ "subId": 7106001, "order": 1, "hidden": true, "descHash": 741060708 },
{ "subId": 7106002, "order": 2, "hidden": true, "descHash": 1681536220 },
{ "subId": 7106003, "order": 3, "hidden": true, "descHash": 3184745868 }
]
},
{
"id": 71061,
"titleHash": 2022597487,
"children": [
{ "subId": 7106116, "order": 1, "hidden": true, "descHash": 3015069244 },
{ "subId": 7106101, "order": 2, "descHash": 3314975340 },
{ "subId": 7106102, "order": 6, "descHash": 885845060 },
{ "subId": 7106121, "order": 7, "hidden": true, "test": true, "descHash": 378275348 },
{ "subId": 7106103, "order": 8, "descHash": 1706224892 },
{ "subId": 7106124, "order": 9, "hidden": true, "test": true, "descHash": 361416188 },
{ "subId": 7106104, "order": 10, "descHash": 2396001244 },
{ "subId": 7106110, "order": 11, "descHash": 2308101812 },
{ "subId": 7106106, "order": 12, "hidden": true, "descHash": 1468008060 },
{ "subId": 7106111, "order": 13, "descHash": 3544515004 },
{ "subId": 7106112, "order": 14, "descHash": 3181666484 },
{ "subId": 7106113, "order": 15, "descHash": 1049262756 },
{ "subId": 7106114, "order": 16, "descHash": 3136873596 },
{ "subId": 7106115, "order": 17, "descHash": 346669588 },
{ "subId": 7106120, "order": 18, "hidden": true, "descHash": 4228625188 },
{ "subId": 7106107, "order": 19, "descHash": 2960990380 },
{ "subId": 7106123, "order": 20, "descHash": 1171598212 },
{ "subId": 7106122, "order": 21, "hidden": true, "test": true, "descHash": 464415508 },
{ "subId": 7106108, "order": 22, "descHash": 2408291356 },
{ "subId": 7106109, "order": 23, "descHash": 425204476 }
]
},
{
"id": 71062,
"titleHash": 4190444495,
"children": [
{ "subId": 7106212, "order": 1, "hidden": true, "descHash": 3138028180 },
{ "subId": 7106213, "order": 2, "hidden": true, "descHash": 1266852148 },
{ "subId": 7106201, "order": 3, "hidden": true, "descHash": 3296894364 },
{ "subId": 7106209, "order": 4, "descHash": 1924053084 },
{ "subId": 7106202, "order": 5, "descHash": 2892841356 },
{ "subId": 7106203, "order": 6, "descHash": 3473873644 },
{ "subId": 7106204, "order": 7, "descHash": 2697560212 },
{ "subId": 7106205, "order": 8, "descHash": 1325885636 },
{ "subId": 7106206, "order": 9, "descHash": 508887188 },
{ "subId": 7106210, "order": 10, "descHash": 2311239740 },
{ "subId": 7106211, "order": 11, "descHash": 1685467780 },
{ "subId": 7106207, "order": 12, "descHash": 4291256180 }
]
},
{
"id": 71063,
"titleHash": 1929474879,
"children": [
{ "subId": 7106301, "order": 1, "hidden": true, "test": true, "descHash": 1668679084 },
{ "subId": 7106302, "order": 2, "hidden": true, "test": true, "descHash": 1530692204 },
{ "subId": 7106303, "order": 3, "descHash": 2332282516 },
{ "subId": 7106304, "order": 4, "descHash": 1295377260 },
{ "subId": 7106305, "order": 5, "descHash": 469129380 },
{ "subId": 7106306, "order": 6, "descHash": 2723850516 },
{ "subId": 7106312, "order": 7, "descHash": 116020852 },
{ "subId": 7106307, "order": 8, "descHash": 2627799780 },
{ "subId": 7106310, "order": 9, "descHash": 1377848956 },
{ "subId": 7106311, "order": 10, "descHash": 1091834636 },
{ "subId": 7106309, "order": 11, "hidden": true, "test": true, "descHash": 2853102756 },
{ "subId": 7106308, "order": 12, "descHash": 2071205388 }
]
},
{
"id": 71064,
"titleHash": 3706311391,
"children": [
{ "subId": 7106401, "order": 1, "hidden": true, "test": true, "descHash": 1150064732 },
{ "subId": 7106412, "order": 2, "hidden": true, "test": true, "descHash": 1740103708 },
{ "subId": 7106402, "order": 3, "descHash": 2275973468 },
{ "subId": 7106403, "order": 4, "descHash": 232493300 },
{ "subId": 7106404, "order": 5, "descHash": 2853931996 },
{ "subId": 7106405, "order": 6, "descHash": 3813058324 },
{ "subId": 7106406, "order": 7, "descHash": 2924769372 },
{ "subId": 7106407, "order": 8, "descHash": 2808027332 },
{ "subId": 7106413, "order": 9, "hidden": true, "test": true, "descHash": 833739684 },
{ "subId": 7106408, "order": 10, "descHash": 3894074956 },
{ "subId": 7106409, "order": 11, "test": true, "descHash": 24554668 },
{ "subId": 7106410, "order": 12, "descHash": 1965677452 },
{ "subId": 7106411, "order": 13, "descHash": 3845574108 }
]
},
{
"id": 71065,
"hidden": true,
"test": true,
"titleHash": 869828487,
"children": [
{ "subId": 7106501, "order": 1, "hidden": true },
{ "subId": 7106502, "order": 2, "hidden": true }
]
},
{
"id": 71066,
"titleHash": 1294295919,
"children": [
{ "subId": 7106605, "order": 1, "hidden": true, "test": true, "descHash": 1291890804 },
{ "subId": 7106601, "order": 2, "hidden": true, "test": true, "descHash": 4076467212 },
{ "subId": 7106602, "order": 3, "descHash": 1441019412 },
{ "subId": 7106603, "order": 4, "descHash": 385161580 },
{ "subId": 7106606, "order": 5, "descHash": 1323791540 },
{ "subId": 7106607, "order": 6, "descHash": 2587394812 },
{ "subId": 7106604, "order": 7, "descHash": 30657844 }
]
},
{
"id": 71067,
"hidden": true,
"test": true,
"titleHash": 2982802775,
"children": [{ "subId": 7106701, "order": 1, "hidden": true }]
},
{
"id": 71068,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 2350240431,
"children": [{ "subId": 7106801, "order": 1, "hidden": true }]
},
{
"id": 71069,
"test": true,
"unreleased": true,
"titleHash": 296894063,
"children": [{ "subId": 7106901, "order": 1, "test": true, "unreleased": true, "descHash": 3371497796 }]
},
{
"id": 71070,
"hidden": true,
"test": true,
"titleHash": 3642423687,
"children": [
{ "subId": 7107001, "order": 1, "hidden": true, "descHash": 409156668 },
{ "subId": 7107002, "order": 2, "hidden": true, "descHash": 3377074372 },
{ "subId": 7107003, "order": 3, "hidden": true, "descHash": 3518481484 },
{ "subId": 7107004, "order": 4, "hidden": true, "descHash": 1606816308 },
{ "subId": 7107005, "order": 5, "hidden": true, "descHash": 3049216092 },
{ "subId": 7107006, "order": 6, "hidden": true, "descHash": 983801532 },
{ "subId": 7107007, "order": 7, "hidden": true, "descHash": 1470541868 },
{ "subId": 7107008, "order": 8, "hidden": true, "descHash": 2508290412 },
{ "subId": 7107009, "order": 9, "hidden": true, "descHash": 3779996636 },
{ "subId": 7107010, "order": 10, "hidden": true, "descHash": 1250601940 },
{ "subId": 7107011, "order": 11, "hidden": true, "descHash": 593022748 },
{ "subId": 7107013, "order": 13, "hidden": true, "descHash": 538626396 },
{ "subId": 7107014, "order": 14, "hidden": true, "descHash": 489607324 },
{ "subId": 7107015, "order": 15, "hidden": true, "descHash": 1951381676 },
{ "subId": 7107016, "order": 16, "hidden": true, "descHash": 3727284404 },
{ "subId": 7107017, "order": 17, "hidden": true, "descHash": 2193756524 }
]
},
{
"id": 71071,
"hidden": true,
"test": true,
"titleHash": 1476741887,
"children": [
{ "subId": 7107101, "order": 1, "hidden": true, "test": true, "descHash": 3646296684 },
{ "subId": 7107102, "order": 2, "hidden": true, "test": true, "descHash": 1498800732 },
{ "subId": 7107103, "order": 3, "hidden": true, "test": true, "descHash": 2304333060 }
]
},
{
"id": 71072,
"hidden": true,
"titleHash": 2459293591,
"children": [{ "subId": 7107201, "order": 1, "hidden": true }]
},
{
"id": 71073,
"hidden": true,
"titleHash": 43620951,
"children": [{ "subId": 7107301, "order": 1, "hidden": true, "descHash": 3491445468 }]
},
{
"id": 71074,
"titleHash": 26500279,
"children": [
{ "subId": 7107401, "order": 1, "hidden": true, "test": true, "descHash": 1740602204 },
{ "subId": 7107402, "order": 2, "descHash": 1748791604 },
{ "subId": 7107403, "order": 3, "descHash": 1247977932 },
{ "subId": 7107404, "order": 4, "descHash": 651711796 },
{ "subId": 7107405, "order": 5, "descHash": 2979413364 },
{ "subId": 7107406, "order": 6, "descHash": 2433383788 },
{ "subId": 7107407, "order": 7, "descHash": 3696666948 },
{ "subId": 7107408, "order": 8, "hidden": true, "test": true, "descHash": 2307562548 }
]
},
{
"id": 71075,
"hidden": true,
"test": true,
"titleHash": 68776951,
"children": [
{ "subId": 7107501, "order": 1, "hidden": true, "test": true, "descHash": 3697095196 },
{ "subId": 7107502, "order": 2, "hidden": true, "test": true, "descHash": 2486355100 }
]
},
{
"id": 71076,
"hidden": true,
"test": true,
"titleHash": 3760400399,
"children": [{ "subId": 7107601, "order": 1, "hidden": true }]
},
{
"id": 71077,
"titleHash": 3546745951,
"children": [
{ "subId": 7107701, "order": 1, "hidden": true },
{ "subId": 7107702, "order": 2, "hidden": true }
]
},
{
"id": 71078,
"hidden": true,
"test": true,
"titleHash": 1812751287,
"children": [
{ "subId": 7107801, "order": 1, "hidden": true, "test": true, "descHash": 1528770932 },
{ "subId": 7107808, "order": 2, "hidden": true, "test": true, "descHash": 116836628 },
{ "subId": 7107809, "order": 3, "hidden": true, "test": true, "descHash": 503756916 },
{ "subId": 7107810, "order": 4, "hidden": true, "test": true, "descHash": 2054708228 },
{ "subId": 7107802, "order": 5, "hidden": true, "test": true, "descHash": 960021276 },
{ "subId": 7107803, "order": 6, "hidden": true, "test": true, "descHash": 164671884 },
{ "subId": 7107804, "order": 7, "hidden": true, "test": true, "descHash": 3377332972 },
{ "subId": 7107805, "order": 8, "hidden": true, "test": true, "descHash": 1335641564 },
{ "subId": 7107806, "order": 9, "hidden": true, "test": true, "descHash": 2462139980 },
{ "subId": 7107807, "order": 10, "hidden": true, "test": true, "descHash": 3288448620 }
]
},
{
"id": 71079,
"hidden": true,
"titleHash": 3546225775,
"children": [
{ "subId": 7107901, "order": 1, "hidden": true, "descHash": 2044779156 },
{ "subId": 7107902, "order": 2, "hidden": true, "descHash": 730541580 },
{ "subId": 7107903, "order": 3, "hidden": true, "descHash": 2307150348 },
{ "subId": 7107904, "order": 4, "hidden": true, "descHash": 3806675540 },
{ "subId": 7107905, "order": 5, "hidden": true, "descHash": 3409954036 },
{ "subId": 7107906, "order": 6, "hidden": true, "descHash": 1426652660 },
{ "subId": 7107907, "order": 7, "hidden": true, "descHash": 1700036660 },
{ "subId": 7107908, "order": 8, "hidden": true, "descHash": 3934919876 },
{ "subId": 7107909, "order": 9, "hidden": true, "descHash": 3515220516 },
{ "subId": 7107910, "order": 10, "hidden": true, "descHash": 222998948 },
{ "subId": 7107911, "order": 11, "hidden": true, "descHash": 1731748060 }
]
},
{
"id": 71080,
"hidden": true,
"titleHash": 2435433279,
"children": [
{ "subId": 7108001, "order": 1, "hidden": true, "descHash": 31639604 },
{ "subId": 7108002, "order": 2, "hidden": true, "descHash": 2575472412 },
{ "subId": 7108003, "order": 3, "hidden": true, "descHash": 2610182980 },
{ "subId": 7108004, "order": 4, "hidden": true, "descHash": 2738008148 },
{ "subId": 7108005, "order": 5, "hidden": true, "descHash": 544647324 },
{ "subId": 7108006, "order": 6, "hidden": true, "descHash": 3474980156 },
{ "subId": 7108007, "order": 7, "hidden": true, "descHash": 2136642228 },
{ "subId": 7108008, "order": 8, "hidden": true, "descHash": 4236936516 },
{ "subId": 7108013, "order": 9, "hidden": true, "descHash": 4287283492 },
{ "subId": 7108012, "order": 10, "hidden": true, "descHash": 2366702732 },
{ "subId": 7108009, "order": 11, "hidden": true, "descHash": 2330475404 },
{ "subId": 7108014, "order": 12, "hidden": true },
{ "subId": 7108010, "order": 13, "hidden": true, "descHash": 4279513364 },
{ "subId": 7108011, "order": 14, "hidden": true, "descHash": 1530151804 }
]
},
{
"id": 71081,
"hidden": true,
"titleHash": 141025439,
"children": [{ "subId": 7108101, "order": 1, "hidden": true, "descHash": 348874260 }]
},
{
"id": 71082,
"hidden": true,
"test": true,
"titleHash": 1406943367,
"children": [
{ "subId": 7108201, "order": 1, "hidden": true, "test": true, "descHash": 557654876 },
{ "subId": 7108202, "order": 2, "hidden": true, "test": true, "descHash": 264683260 }
]
},
{
"id": 71083,
"hidden": true,
"test": true,
"titleHash": 3887537215,
"children": [
{ "subId": 7108301, "order": 1, "hidden": true, "test": true, "descHash": 4236460924 },
{ "subId": 7108302, "order": 2, "hidden": true, "test": true, "descHash": 1174579356 }
]
},
{
"id": 71085,
"hidden": true,
"titleHash": 1159558463,
"children": [{ "subId": 7108501, "order": 1, "hidden": true, "descHash": 957050324 }]
},
{
"id": 71086,
"hidden": true,
"titleHash": 3592641383,
"children": [{ "subId": 7108601, "order": 1, "hidden": true }]
},
{
"id": 71087,
"hidden": true,
"titleHash": 3954376903,
"children": [{ "subId": 7108701, "order": 1, "hidden": true, "descHash": 1745044556 }]
},
{
"id": 71088,
"hidden": true,
"test": true,
"titleHash": 3695992391,
"children": [
{ "subId": 7108801, "order": 1, "hidden": true },
{ "subId": 7108802, "order": 2, "hidden": true }
]
},
{
"id": 71089,
"hidden": true,
"titleHash": 2923071199,
"children": [
{ "subId": 7108901, "order": 1, "hidden": true, "descHash": 25040596 },
{ "subId": 7108902, "order": 2, "hidden": true, "descHash": 273114196 },
{ "subId": 7108903, "order": 3, "hidden": true, "descHash": 623040316 }
]
},
{
"id": 71090,
"hidden": true,
"titleHash": 1593027063,
"children": [{ "subId": 7109001, "order": 1, "hidden": true }]
},
{
"id": 71091,
"hidden": true,
"test": true,
"titleHash": 1771954111,
"children": [{ "subId": 7109101, "order": 1, "hidden": true, "descHash": 4184058220 }]
},
{
"id": 71092,
"hidden": true,
"test": true,
"titleHash": 2678525351,
"children": [{ "subId": 7109201, "order": 1, "hidden": true, "test": true, "descHash": 3402477924 }]
},
{
"id": 71093,
"hidden": true,
"test": true,
"titleHash": 1371845911,
"children": [
{ "subId": 7109301, "order": 1, "hidden": true },
{ "subId": 7109302, "order": 2, "hidden": true },
{ "subId": 7109303, "order": 3, "hidden": true },
{ "subId": 7109304, "order": 4, "hidden": true }
]
},
{
"id": 71094,
"hidden": true,
"test": true,
"titleHash": 2227274767,
"children": [
{ "subId": 7109402, "order": 2, "hidden": true },
{ "subId": 7109403, "order": 3, "hidden": true },
{ "subId": 7109404, "order": 4, "hidden": true },
{ "subId": 7109405, "order": 5, "hidden": true },
{ "subId": 7109406, "order": 6, "hidden": true }
]
},
{
"id": 71095,
"hidden": true,
"test": true,
"titleHash": 1277102767,
"children": [
{ "subId": 7109501, "order": 1, "hidden": true },
{ "subId": 7109502, "order": 2, "hidden": true },
{ "subId": 7109503, "order": 3, "hidden": true },
{ "subId": 7109504, "order": 4, "hidden": true },
{ "subId": 7109505, "order": 5, "hidden": true },
{ "subId": 7109506, "order": 6, "hidden": true },
{ "subId": 7109507, "order": 7, "hidden": true },
{ "subId": 7109508, "order": 8, "hidden": true },
{ "subId": 7109509, "order": 9, "hidden": true },
{ "subId": 7109510, "order": 10, "hidden": true },
{ "subId": 7109511, "order": 11, "hidden": true },
{ "subId": 7109512, "order": 12, "hidden": true },
{ "subId": 7109513, "order": 13, "hidden": true },
{ "subId": 7109514, "order": 14, "hidden": true },
{ "subId": 7109515, "order": 15, "hidden": true },
{ "subId": 7109516, "order": 16, "hidden": true },
{ "subId": 7109517, "order": 17, "hidden": true }
]
},
{
"id": 71096,
"hidden": true,
"test": true,
"titleHash": 2967824999,
"children": [
{ "subId": 7109601, "order": 1, "hidden": true, "test": true, "descHash": 2938812836 },
{ "subId": 7109602, "order": 2, "hidden": true, "test": true, "descHash": 1454224972 }
]
},
{
"id": 71097,
"hidden": true,
"test": true,
"titleHash": 4098730455,
"children": [
{ "subId": 7109701, "order": 1, "hidden": true, "test": true, "descHash": 3351384884 },
{ "subId": 7109702, "order": 2, "hidden": true, "test": true, "descHash": 975393092 }
]
},
{
"id": 71098,
"titleHash": 1689973911,
"children": [
{ "subId": 7109801, "order": 1, "hidden": true, "test": true, "descHash": 2602448396 },
{ "subId": 7109802, "order": 2, "hidden": true, "test": true, "descHash": 2454834092 },
{ "subId": 7109803, "order": 3, "descHash": 957314588 },
{ "subId": 7109804, "order": 4, "descHash": 1721565764 },
{ "subId": 7109809, "order": 5, "hidden": true, "test": true, "descHash": 1987130076 },
{ "subId": 7109805, "order": 6, "descHash": 3909435780 },
{ "subId": 7109806, "order": 7, "descHash": 1572811180 },
{ "subId": 7109807, "order": 8, "descHash": 3466415148 },
{ "subId": 7109810, "order": 9, "hidden": true, "test": true, "descHash": 1311723692 },
{ "subId": 7109808, "order": 10, "descHash": 2675687652 }
]
},
{
"id": 71099,
"titleHash": 2001012095,
"children": [
{ "subId": 7109901, "order": 1, "descHash": 153541388 },
{ "subId": 7109902, "order": 2, "descHash": 3291079788 },
{ "subId": 7109903, "order": 3, "descHash": 2087250916 },
{ "subId": 7109904, "order": 4, "descHash": 334400140 },
{ "subId": 7109905, "order": 5, "descHash": 2956172532 },
{ "subId": 7109906, "order": 6, "descHash": 2337295588 },
{ "subId": 7109907, "order": 7, "descHash": 1141533348 },
{ "subId": 7109908, "order": 8, "descHash": 1460720580 },
{ "subId": 7109909, "order": 9, "descHash": 1951275820 },
{ "subId": 7109910, "order": 10, "descHash": 476707564 },
{ "subId": 7109911, "order": 11, "descHash": 677998324 }
]
},
{ "id": 71101, "titleHash": 2252777487, "children": [{ "subId": 7110101, "order": 1, "descHash": 1606824324 }] },
{
"id": 71500,
"titleHash": 530927583,
"children": [
{ "subId": 7150012, "order": 1, "hidden": true, "test": true, "descHash": 800666124 },
{ "subId": 7150001, "order": 2, "descHash": 4123036052 },
{ "subId": 7150002, "order": 3, "descHash": 1694911380 },
{ "subId": 7150003, "order": 4, "descHash": 1229924180 },
{ "subId": 7150004, "order": 5, "descHash": 2737754516 },
{ "subId": 7150010, "order": 6, "descHash": 3533608932 },
{ "subId": 7150005, "order": 7, "descHash": 10022636 },
{ "subId": 7150009, "order": 8, "hidden": true, "descHash": 1837052940 },
{ "subId": 7150006, "order": 9, "descHash": 2092345284 },
{ "subId": 7150007, "order": 10, "descHash": 2855908924 },
{ "subId": 7150008, "order": 11, "descHash": 222115548 },
{ "subId": 7150011, "order": 12, "descHash": 2242610684 }
]
},
{
"id": 71501,
"titleHash": 1503959927,
"children": [
{ "subId": 7150101, "order": 1, "descHash": 78370308 },
{ "subId": 7150102, "order": 2, "descHash": 1021999060 },
{ "subId": 7150103, "order": 3, "descHash": 3379606260 },
{ "subId": 7150104, "order": 4, "descHash": 979887300 }
]
},
{
"id": 71502,
"titleHash": 2075096927,
"children": [
{ "subId": 7150203, "order": 1, "descHash": 1165703012 },
{ "subId": 7150201, "order": 2, "descHash": 3256054196 },
{ "subId": 7150202, "order": 3, "descHash": 1183072948 }
]
},
{
"id": 71503,
"titleHash": 3528152335,
"children": [
{ "subId": 7150303, "order": 1, "descHash": 4172767652 },
{ "subId": 7150301, "order": 2, "descHash": 259559188 },
{ "subId": 7150302, "order": 3, "descHash": 1674178724 }
]
},
{
"id": 71504,
"titleHash": 2590833631,
"children": [
{ "subId": 7150404, "order": 1, "descHash": 1156964716 },
{ "subId": 7150401, "order": 2, "descHash": 1853084148 },
{ "subId": 7150402, "order": 3, "descHash": 24367524 },
{ "subId": 7150403, "order": 4, "descHash": 3809538204 }
]
},
{
"id": 71505,
"titleHash": 2131133655,
"children": [
{ "subId": 7150503, "order": 1, "descHash": 1775540004 },
{ "subId": 7150501, "order": 2, "descHash": 158323668 },
{ "subId": 7150502, "order": 3, "descHash": 69053188 }
]
},
{ "id": 71506, "titleHash": 3386708599, "children": [{ "subId": 7150601, "order": 1, "descHash": 3281784148 }] },
{ "id": 71507, "titleHash": 1473404783, "children": [{ "subId": 7150701, "order": 1, "descHash": 3182370132 }] },
{ "id": 71508, "titleHash": 4278447919, "children": [{ "subId": 7150801, "order": 1, "descHash": 2611206876 }] },
{ "id": 71509, "titleHash": 760807471, "children": [{ "subId": 7150901, "order": 1, "descHash": 2835035940 }] },
{ "id": 71510, "titleHash": 2627819599, "children": [{ "subId": 7151001, "order": 1, "descHash": 3054510140 }] },
{ "id": 71512, "titleHash": 3515475847, "children": [{ "subId": 7151201, "order": 1 }] },
{ "id": 71513, "titleHash": 2424681911, "children": [{ "subId": 7151301, "order": 1 }] },
{
"id": 71555,
"titleHash": 3841694161,
"children": [
{ "subId": 7155513, "order": 1, "hidden": true, "descHash": 1196653833 },
{ "subId": 7155500, "order": 2, "hidden": true, "descHash": 3292175593 },
{ "subId": 7155502, "order": 3, "descHash": 1383635313 },
{ "subId": 7155503, "order": 4, "hidden": true, "test": true, "descHash": 1422735249 },
{ "subId": 7155501, "order": 5, "hidden": true, "descHash": 3277289121 },
{ "subId": 7155504, "order": 6, "hidden": true, "test": true, "descHash": 2288701705 },
{ "subId": 7155514, "order": 7, "hidden": true, "descHash": 940801081 },
{ "subId": 7155505, "order": 8, "hidden": true, "test": true, "descHash": 2115998873 },
{ "subId": 7155515, "order": 9, "hidden": true, "descHash": 4055975873 },
{ "subId": 7155507, "order": 10, "descHash": 2896390585 },
{ "subId": 7155516, "order": 11, "hidden": true, "test": true, "descHash": 1944279185 },
{ "subId": 7155519, "order": 11, "descHash": 3172930465 },
{ "subId": 7155508, "order": 12, "hidden": true, "descHash": 3251854497 },
{ "subId": 7155517, "order": 13, "hidden": true, "descHash": 1903431065 },
{ "subId": 7155509, "order": 14, "descHash": 1172394641 },
{ "subId": 7155512, "order": 15, "descHash": 677008025 },
{ "subId": 7155510, "order": 16, "descHash": 3587684385 },
{ "subId": 7155511, "order": 17, "descHash": 3457339649 },
{ "subId": 7155518, "order": 18, "hidden": true, "descHash": 1546741697 },
{ "subId": 7155506, "order": 22, "hidden": true, "descHash": 4017432817 }
]
},
{
"id": 71650,
"titleHash": 683863135,
"children": [
{ "subId": 7165001, "order": 1, "descHash": 923341948 },
{ "subId": 7165002, "order": 2, "hidden": true, "descHash": 1402674180 }
]
},
{ "id": 71651, "titleHash": 1655052439, "children": [{ "subId": 7165101, "order": 1, "descHash": 1080453348 }] },
{
"id": 71652,
"titleHash": 1360041119,
"children": [
{ "subId": 7165201, "order": 1, "descHash": 3085078100 },
{ "subId": 7165202, "order": 2, "descHash": 1826963932 },
{ "subId": 7165203, "order": 3, "descHash": 347889540 },
{ "subId": 7165204, "order": 4, "descHash": 477046492 },
{ "subId": 7165205, "order": 5, "descHash": 3701832300 }
]
},
{ "id": 71653, "titleHash": 3092131087, "children": [{ "subId": 7165301, "order": 1, "descHash": 2279219436 }] },
{
"id": 71654,
"titleHash": 1925570343,
"children": [
{ "subId": 7165404, "order": 1, "hidden": true, "descHash": 4286357380 },
{ "subId": 7165401, "order": 2, "descHash": 938997692 },
{ "subId": 7165405, "order": 3, "hidden": true, "descHash": 334477276 },
{ "subId": 7165402, "order": 4, "descHash": 1181514588 },
{ "subId": 7165403, "order": 5, "descHash": 2049700036 },
{ "subId": 7165406, "order": 6, "hidden": true, "descHash": 2012160988 },
{ "subId": 7165407, "order": 7, "descHash": 1935396852 },
{ "subId": 7165408, "order": 8, "descHash": 2774796492 },
{ "subId": 7165409, "order": 9, "hidden": true, "descHash": 2243967860 },
{ "subId": 7165410, "order": 10, "descHash": 3989911812 },
{ "subId": 7165411, "order": 11, "descHash": 2017658156 },
{ "subId": 7165412, "order": 12, "hidden": true, "descHash": 191693500 },
{ "subId": 7165413, "order": 13, "descHash": 2463034740 },
{ "subId": 7165414, "order": 14, "descHash": 2896902196 },
{ "subId": 7165415, "order": 15, "hidden": true, "descHash": 3430243260 },
{ "subId": 7165416, "order": 16, "descHash": 3636879172 },
{ "subId": 7165417, "order": 17, "descHash": 2718421316 }
]
},
{ "id": 71655, "titleHash": 4135191143, "children": [{ "subId": 7165501, "order": 1, "descHash": 1182956204 }] },
{ "id": 71656, "titleHash": 3829860823, "children": [{ "subId": 7165601, "order": 1, "descHash": 617094748 }] },
{ "id": 71657, "titleHash": 1248795951, "children": [{ "subId": 7165701, "order": 1, "descHash": 2410986060 }] },
{
"id": 71658,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 3770241855,
"children": [
{ "subId": 7165801, "order": 1, "hidden": true },
{ "subId": 7165808, "order": 2, "hidden": true },
{ "subId": 7165802, "order": 3, "hidden": true },
{ "subId": 7165809, "order": 4, "hidden": true },
{ "subId": 7165803, "order": 5, "hidden": true },
{ "subId": 7165810, "order": 6, "hidden": true },
{ "subId": 7165804, "order": 7, "hidden": true },
{ "subId": 7165811, "order": 8, "hidden": true },
{ "subId": 7165805, "order": 9, "hidden": true },
{ "subId": 7165812, "order": 10, "hidden": true },
{ "subId": 7165806, "order": 11, "hidden": true },
{ "subId": 7165813, "order": 12, "hidden": true },
{ "subId": 7165807, "order": 13, "hidden": true }
]
},
{
"id": 71659,
"titleHash": 2115444199,
"children": [
{ "subId": 7165901, "order": 1, "descHash": 1452093284 },
{ "subId": 7165902, "order": 2, "descHash": 1926009044 },
{ "subId": 7165906, "order": 3, "descHash": 3132225132 },
{ "subId": 7165907, "order": 4, "descHash": 1215441188 },
{ "subId": 7165903, "order": 6, "descHash": 1155718732 },
{ "subId": 7165904, "order": 7, "descHash": 1575491428 },
{ "subId": 7165905, "order": 8, "descHash": 1629597340 }
]
},
{
"id": 71660,
"titleHash": 3645207911,
"children": [
{ "subId": 7166001, "order": 1, "descHash": 2703953924 },
{ "subId": 7166002, "order": 2, "descHash": 15190364 }
]
},
{
"id": 71661,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 2006977919,
"children": [{ "subId": 7166101, "order": 1, "hidden": true }]
},
{
"id": 71662,
"titleHash": 1279291351,
"children": [
{ "subId": 7166201, "order": 1, "descHash": 1874642932 },
{ "subId": 7166202, "order": 2, "descHash": 3323141612 },
{ "subId": 7166203, "order": 3, "descHash": 4012528316 },
{ "subId": 7166208, "order": 4, "descHash": 2299111948 },
{ "subId": 7166209, "order": 5, "hidden": true },
{ "subId": 7166204, "order": 6, "descHash": 1165014764 },
{ "subId": 7166206, "order": 7, "descHash": 2368570324 },
{ "subId": 7166205, "order": 8, "descHash": 2645091420 },
{ "subId": 7166207, "order": 9, "descHash": 3509474596 }
]
},
{
"id": 71663,
"titleHash": 701514479,
"children": [
{ "subId": 7166301, "order": 1, "descHash": 1269272492 },
{ "subId": 7166302, "order": 2, "descHash": 2168496420 }
]
},
{
"id": 71664,
"titleHash": 3963787055,
"children": [
{ "subId": 7166401, "order": 1, "descHash": 24948324 },
{ "subId": 7166402, "order": 2, "descHash": 2515349692 }
]
},
{
"id": 71700,
"titleHash": 1590973511,
"children": [
{ "subId": 7170001, "order": 1, "descHash": 911638148 },
{ "subId": 7170002, "order": 2, "descHash": 2396805700 }
]
},
{
"id": 71701,
"titleHash": 2719633271,
"children": [
{ "subId": 7170101, "order": 1, "descHash": 1091126340 },
{ "subId": 7170102, "order": 2, "descHash": 3293893260 }
]
},
{
"id": 71702,
"titleHash": 3938463655,
"children": [
{ "subId": 7170201, "order": 1, "descHash": 3081304372 },
{ "subId": 7170202, "order": 2, "descHash": 2906112492 }
]
},
{
"id": 71703,
"titleHash": 1931760511,
"children": [
{ "subId": 7170301, "order": 1, "descHash": 2721198436 },
{ "subId": 7170302, "order": 2, "descHash": 1627153284 }
]
},
{
"id": 71704,
"titleHash": 3585374927,
"children": [
{ "subId": 7170401, "order": 1, "descHash": 1662312612 },
{ "subId": 7170402, "order": 2, "descHash": 1297720692 }
]
},
{
"id": 71705,
"titleHash": 3394227975,
"children": [
{ "subId": 7170501, "order": 1, "descHash": 1066403092 },
{ "subId": 7170502, "order": 2, "descHash": 2781002132 }
]
},
{
"id": 71706,
"titleHash": 2692624855,
"children": [
{ "subId": 7170601, "order": 1, "descHash": 2654115996 },
{ "subId": 7170602, "order": 2, "descHash": 3722303284 }
]
},
{
"id": 71707,
"titleHash": 1084323823,
"children": [
{ "subId": 7170701, "order": 1, "descHash": 405433948 },
{ "subId": 7170702, "order": 2, "descHash": 1121398020 }
]
},
{
"id": 71708,
"titleHash": 805132175,
"children": [
{ "subId": 7170801, "order": 1, "descHash": 334930708 },
{ "subId": 7170802, "order": 2, "descHash": 756463580 }
]
},
{
"id": 71709,
"titleHash": 255229607,
"children": [
{ "subId": 7170901, "order": 1, "descHash": 2005933388 },
{ "subId": 7170902, "order": 2, "descHash": 3560182068 }
]
},
{
"id": 71710,
"titleHash": 794129927,
"children": [
{ "subId": 7171001, "order": 1, "descHash": 3320633796 },
{ "subId": 7171002, "order": 2, "descHash": 1984598500 }
]
},
{
"id": 71711,
"titleHash": 1753770215,
"children": [
{ "subId": 7171101, "order": 1, "descHash": 2476805316 },
{ "subId": 7171102, "order": 2, "descHash": 1125738564 }
]
},
{
"id": 71712,
"titleHash": 3523923087,
"children": [
{ "subId": 7171201, "order": 1, "descHash": 1162559156 },
{ "subId": 7171202, "order": 2, "descHash": 2990514500 }
]
},
{
"id": 71713,
"titleHash": 2977003583,
"children": [
{ "subId": 7171301, "order": 1, "descHash": 1011139612 },
{ "subId": 7171302, "order": 2, "descHash": 918307108 }
]
},
{
"id": 71714,
"titleHash": 2449481463,
"children": [
{ "subId": 7171401, "order": 1, "descHash": 17918260 },
{ "subId": 7171402, "order": 2, "descHash": 1717357412 }
]
},
{
"id": 71800,
"unreleased": true,
"titleHash": 1828067607,
"children": [
{ "subId": 7180001, "order": 1, "unreleased": true, "descHash": 605073332 },
{ "subId": 7180002, "order": 2, "unreleased": true, "descHash": 1995119204 },
{ "subId": 7180003, "order": 3, "hidden": true, "test": true, "unreleased": true, "descHash": 938690068 },
{ "subId": 7180004, "order": 4, "hidden": true, "test": true, "unreleased": true, "descHash": 758131172 },
{ "subId": 7180005, "order": 5, "hidden": true, "test": true, "unreleased": true, "descHash": 266860612 },
{ "subId": 7180007, "order": 6, "hidden": true, "test": true, "unreleased": true, "descHash": 3753238724 },
{ "subId": 7180006, "order": 7, "hidden": true, "unreleased": true, "descHash": 2470120684 }
]
},
{
"id": 71801,
"hidden": true,
"unreleased": true,
"titleHash": 1204770367,
"children": [
{ "subId": 7180101, "order": 1, "hidden": true },
{ "subId": 7180102, "order": 2, "hidden": true }
]
},
{
"id": 71802,
"titleHash": 4128891607,
"children": [
{ "subId": 7180201, "order": 1, "hidden": true },
{ "subId": 7180202, "order": 2, "descHash": 1661746372 },
{ "subId": 7180207, "order": 3, "descHash": 4110375468 },
{ "subId": 7180203, "order": 4, "descHash": 7220332 },
{ "subId": 7180204, "order": 5, "descHash": 1271021852 },
{ "subId": 7180205, "order": 6, "hidden": true, "descHash": 2158001364 },
{ "subId": 7180206, "order": 7, "descHash": 1743840028 }
]
},
{
"id": 71803,
"titleHash": 1721192071,
"children": [
{ "subId": 7180301, "order": 1, "hidden": true, "descHash": 1834695100 },
{ "subId": 7180302, "order": 2, "descHash": 454382052 },
{ "subId": 7180303, "order": 3, "hidden": true, "descHash": 1370638612 },
{ "subId": 7180304, "order": 4, "descHash": 2644400372 },
{ "subId": 7180305, "order": 5, "descHash": 2122602172 },
{ "subId": 7180306, "order": 6, "hidden": true, "descHash": 2240036180 }
]
},
{
"id": 71804,
"titleHash": 1175879015,
"children": [
{ "subId": 7180401, "order": 1, "hidden": true, "descHash": 1523512428 },
{ "subId": 7180402, "order": 2, "descHash": 1199651748 },
{ "subId": 7180403, "order": 3, "descHash": 2890520844 },
{ "subId": 7180404, "order": 4, "descHash": 3081618820 },
{ "subId": 7180447, "order": 5, "descHash": 3463090316 },
{ "subId": 7180444, "order": 6, "descHash": 1793393956 },
{ "subId": 7180434, "order": 7, "descHash": 43754292 },
{ "subId": 7180405, "order": 8, "descHash": 2400721452 },
{ "subId": 7180445, "order": 9, "descHash": 2784803932 },
{ "subId": 7180435, "order": 10, "descHash": 932874164 },
{ "subId": 7180446, "order": 11, "descHash": 122549876 },
{ "subId": 7180448, "order": 12, "hidden": true },
{ "subId": 7180406, "order": 13, "descHash": 1478218548 },
{ "subId": 7180436, "order": 14, "descHash": 106484188 },
{ "subId": 7180407, "order": 15, "descHash": 2164114420 }
]
},
{
"id": 71805,
"titleHash": 1466852255,
"children": [
{ "subId": 7180501, "order": 1, "hidden": true, "descHash": 466977628 },
{ "subId": 7180502, "order": 3, "descHash": 1231577884 },
{ "subId": 7180503, "order": 4, "descHash": 1346489724 },
{ "subId": 7180504, "order": 5, "hidden": true, "descHash": 4056218276 },
{ "subId": 7180505, "order": 6, "hidden": true, "descHash": 829793452 },
{ "subId": 7180506, "order": 7, "descHash": 1171013828 },
{ "subId": 7180507, "order": 8, "hidden": true }
]
},
{
"id": 71806,
"hidden": true,
"unreleased": true,
"titleHash": 3670918279,
"children": [
{ "subId": 7180601, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 1769692076 },
{ "subId": 7180602, "order": 2, "hidden": true, "test": true, "unreleased": true, "descHash": 4285105828 }
]
},
{
"id": 71807,
"titleHash": 122182423,
"children": [
{ "subId": 7180701, "order": 1, "descHash": 1941734788 },
{ "subId": 7180702, "order": 2, "descHash": 3839419212 },
{ "subId": 7180703, "order": 3, "descHash": 519187484 }
]
},
{
"id": 71808,
"titleHash": 2405653807,
"children": [
{ "subId": 7180801, "order": 1, "hidden": true, "test": true, "descHash": 2765669036 },
{ "subId": 7180802, "order": 2, "descHash": 1526841460 },
{ "subId": 7180803, "order": 3, "descHash": 3528431388 },
{ "subId": 7180804, "order": 4, "descHash": 1706693844 },
{ "subId": 7180809, "order": 5, "hidden": true, "test": true, "descHash": 2732733428 },
{ "subId": 7180808, "order": 6, "descHash": 3043155164 },
{ "subId": 7180805, "order": 7, "descHash": 1102683364 },
{ "subId": 7180806, "order": 8, "descHash": 1161769476 },
{ "subId": 7180807, "order": 9, "descHash": 1167067764 },
{ "subId": 7180810, "order": 10, "descHash": 1569369572 },
{ "subId": 7180811, "order": 11, "descHash": 2204443044 }
]
},
{
"id": 71809,
"titleHash": 3754064047,
"children": [
{ "subId": 7180901, "order": 1, "hidden": true, "test": true, "descHash": 4063968980 },
{ "subId": 7180902, "order": 2, "descHash": 3887778172 },
{ "subId": 7180903, "order": 3, "descHash": 1925854844 },
{ "subId": 7180904, "order": 4, "descHash": 3206165844 },
{ "subId": 7180905, "order": 5, "descHash": 655210940 },
{ "subId": 7180906, "order": 6, "descHash": 29981780 },
{ "subId": 7180907, "order": 7, "hidden": true, "test": true, "descHash": 1138415364 },
{ "subId": 7180908, "order": 8, "hidden": true, "test": true, "descHash": 1485244340 },
{ "subId": 7180909, "order": 9, "descHash": 3023924620 }
]
},
{
"id": 71810,
"titleHash": 1682464263,
"children": [
{ "subId": 7181001, "order": 1, "hidden": true, "test": true, "descHash": 3419067084 },
{ "subId": 7181002, "order": 2, "descHash": 2411657044 },
{ "subId": 7181003, "order": 3, "descHash": 574048860 },
{ "subId": 7181004, "order": 4, "descHash": 3341104364 },
{ "subId": 7181005, "order": 5, "hidden": true, "test": true, "descHash": 3306315428 },
{ "subId": 7181006, "order": 6, "hidden": true, "test": true, "descHash": 3645397012 },
{ "subId": 7181007, "order": 7, "hidden": true, "test": true, "descHash": 886863820 },
{ "subId": 7181008, "order": 8, "descHash": 1628797772 },
{ "subId": 7181009, "order": 9, "descHash": 983370084 }
]
},
{
"id": 71811,
"titleHash": 3436928071,
"children": [
{ "subId": 7181101, "order": 1, "hidden": true, "descHash": 39296668 },
{ "subId": 7181102, "order": 2, "hidden": true },
{ "subId": 7181103, "order": 3, "descHash": 890037588 },
{ "subId": 7181104, "order": 4, "descHash": 3267073620 },
{ "subId": 7181105, "order": 5, "hidden": true },
{ "subId": 7181106, "order": 6, "hidden": true },
{ "subId": 7181107, "order": 7, "descHash": 3495913052 }
]
},
{
"id": 71812,
"titleHash": 673679135,
"children": [
{ "subId": 7181201, "order": 1, "hidden": true, "test": true, "descHash": 2106458828 },
{ "subId": 7181202, "order": 2, "descHash": 3087040420 },
{ "subId": 7181203, "order": 3, "descHash": 123688188 },
{ "subId": 7181204, "order": 4, "descHash": 392046244 },
{ "subId": 7181206, "order": 5, "descHash": 4011123884 },
{ "subId": 7181207, "order": 6, "descHash": 2658533868 },
{ "subId": 7181208, "order": 7, "descHash": 4045288604 },
{ "subId": 7181205, "order": 8, "hidden": true, "test": true, "descHash": 2221798804 },
{ "subId": 7181209, "order": 9, "hidden": true, "test": true, "descHash": 1194588564 },
{ "subId": 7181210, "order": 11, "descHash": 1209380908 }
]
},
{
"id": 71813,
"titleHash": 3560882223,
"children": [
{ "subId": 7181301, "order": 1, "hidden": true, "test": true, "descHash": 362390908 },
{ "subId": 7181302, "order": 2, "descHash": 47883964 },
{ "subId": 7181303, "order": 3, "descHash": 87290236 },
{ "subId": 7181304, "order": 4, "descHash": 2031107380 },
{ "subId": 7181305, "order": 5, "descHash": 2021727500 },
{ "subId": 7181306, "order": 6, "descHash": 4095027764 },
{ "subId": 7181307, "order": 7, "descHash": 2166375580 },
{ "subId": 7181308, "order": 8, "descHash": 3464440748 },
{ "subId": 7181309, "order": 9, "descHash": 2364065628 },
{ "subId": 7181310, "order": 10, "descHash": 1387734292 },
{ "subId": 7181311, "order": 11, "descHash": 2085699884 }
]
},
{
"id": 71814,
"titleHash": 116003023,
"children": [
{ "subId": 7181401, "order": 1, "hidden": true, "test": true, "descHash": 422047324 },
{ "subId": 7181402, "order": 2, "descHash": 308257236 },
{ "subId": 7181403, "order": 3, "descHash": 984001900 },
{ "subId": 7181404, "order": 4, "descHash": 1963244428 },
{ "subId": 7181405, "order": 5, "descHash": 4079517108 }
]
},
{
"id": 71815,
"titleHash": 721959951,
"children": [
{ "subId": 7181519, "order": 1, "hidden": true, "descHash": 131804252 },
{ "subId": 7181501, "order": 2, "descHash": 1088184404 },
{ "subId": 7181502, "order": 3, "descHash": 961627276 },
{ "subId": 7181503, "order": 4, "descHash": 288743660 },
{ "subId": 7181505, "order": 5, "descHash": 3056859180 },
{ "subId": 7181504, "order": 6, "descHash": 1693701620 },
{ "subId": 7181506, "order": 7, "descHash": 2730683444 },
{ "subId": 7181508, "order": 20, "hidden": true, "test": true, "descHash": 1900970092 },
{ "subId": 7181507, "order": 21, "descHash": 1294439900 },
{ "subId": 7181518, "order": 22, "hidden": true, "descHash": 2881539052 },
{ "subId": 7181509, "order": 23, "descHash": 335509908 },
{ "subId": 7181510, "order": 24, "descHash": 1162449412 },
{ "subId": 7181511, "order": 25, "descHash": 32467772 },
{ "subId": 7181512, "order": 26, "descHash": 127880292 },
{ "subId": 7181513, "order": 30, "descHash": 654183324 },
{ "subId": 7181514, "order": 31, "descHash": 1841661508 },
{ "subId": 7181515, "order": 32, "descHash": 3254676772 },
{ "subId": 7181516, "order": 33, "descHash": 3457298524 },
{ "subId": 7181517, "order": 34, "descHash": 2182509292 },
{ "subId": 7181520, "order": 51, "hidden": true, "descHash": 2316267572 },
{ "subId": 7181521, "order": 52, "hidden": true, "descHash": 2979412788 },
{ "subId": 7181522, "order": 53, "hidden": true, "descHash": 3569154556 },
{ "subId": 7181523, "order": 54, "hidden": true, "descHash": 1406093356 }
]
},
{
"id": 71816,
"titleHash": 2019304575,
"children": [
{ "subId": 7181609, "order": 1, "hidden": true, "test": true, "descHash": 3186879636 },
{ "subId": 7181601, "order": 2, "descHash": 1976883604 },
{ "subId": 7181603, "order": 4, "descHash": 3312433156 },
{ "subId": 7181604, "order": 5, "descHash": 115937420 },
{ "subId": 7181605, "order": 6, "descHash": 3783064740 },
{ "subId": 7181606, "order": 7, "descHash": 343938980 },
{ "subId": 7181608, "order": 8, "descHash": 2333891196 },
{ "subId": 7181607, "order": 10, "hidden": true, "test": true, "descHash": 3949559756 },
{ "subId": 7181610, "order": 14, "hidden": true, "test": true, "descHash": 2302943476 },
{ "subId": 7181602, "order": 93, "test": true, "descHash": 993096940 }
]
},
{
"id": 71817,
"titleHash": 4249141223,
"children": [
{ "subId": 7181720, "order": 1, "hidden": true, "test": true, "descHash": 2713171004 },
{ "subId": 7181701, "order": 2, "descHash": 665539980 },
{ "subId": 7181702, "order": 3, "descHash": 751312332 },
{ "subId": 7181703, "order": 4, "hidden": true, "test": true, "descHash": 4028214828 },
{ "subId": 7181709, "order": 5, "descHash": 2223127908 },
{ "subId": 7181710, "order": 6, "descHash": 2897580708 },
{ "subId": 7181704, "order": 7, "descHash": 2754726692 },
{ "subId": 7181705, "order": 8, "descHash": 129828828 },
{ "subId": 7181706, "order": 9, "hidden": true, "test": true, "descHash": 670083636 },
{ "subId": 7181707, "order": 10, "descHash": 119295076 },
{ "subId": 7181708, "order": 11, "descHash": 1570379420 },
{ "subId": 7181711, "order": 12, "descHash": 1076687460 },
{ "subId": 7181712, "order": 13, "descHash": 2294558380 },
{ "subId": 7181713, "order": 14, "descHash": 2481434900 },
{ "subId": 7181714, "order": 15, "descHash": 1424082036 },
{ "subId": 7181715, "order": 16, "descHash": 2071724452 },
{ "subId": 7181716, "order": 17, "descHash": 2064782572 },
{ "subId": 7181717, "order": 18, "descHash": 2257274700 },
{ "subId": 7181718, "order": 19, "descHash": 817871628 },
{ "subId": 7181719, "order": 20, "descHash": 427431716 },
{ "subId": 7181721, "order": 21, "hidden": true, "test": true, "descHash": 2767275372 },
{ "subId": 7181722, "order": 22, "hidden": true, "test": true, "descHash": 44710852 }
]
},
{
"id": 71818,
"titleHash": 3063455375,
"children": [
{ "subId": 7181811, "order": 1, "hidden": true },
{ "subId": 7181801, "order": 2, "descHash": 3311270580 },
{ "subId": 7181802, "order": 3, "descHash": 3262314300 },
{ "subId": 7181803, "order": 4, "descHash": 3658705924 },
{ "subId": 7181804, "order": 5, "descHash": 1218391508 },
{ "subId": 7181805, "order": 6, "descHash": 913632812 },
{ "subId": 7181806, "order": 7, "descHash": 1785159828 },
{ "subId": 7181807, "order": 8, "descHash": 1658679700 },
{ "subId": 7181808, "order": 9, "descHash": 1420632188 },
{ "subId": 7181809, "order": 10, "descHash": 2703352900 },
{ "subId": 7181810, "order": 11, "descHash": 3438980124 }
]
},
{
"id": 71819,
"titleHash": 1723775703,
"children": [
{ "subId": 7181910, "order": 1, "hidden": true, "descHash": 2864674860 },
{ "subId": 7181901, "order": 2, "descHash": 2734141964 },
{ "subId": 7181902, "order": 3, "descHash": 4192634132 },
{ "subId": 7181903, "order": 4, "descHash": 3381659020 },
{ "subId": 7181904, "order": 5, "descHash": 2134330636 },
{ "subId": 7181905, "order": 6, "descHash": 2312149092 },
{ "subId": 7181906, "order": 7, "descHash": 667059316 },
{ "subId": 7181907, "order": 8, "descHash": 3568215636 },
{ "subId": 7181908, "order": 9, "descHash": 1965684700 },
{ "subId": 7181909, "order": 10, "descHash": 650429180 }
]
},
{
"id": 71820,
"titleHash": 2958980447,
"children": [
{ "subId": 7182023, "order": 1, "hidden": true, "test": true, "descHash": 3085655692 },
{ "subId": 7182001, "order": 2, "descHash": 103721820 },
{ "subId": 7182002, "order": 3, "descHash": 3399561116 },
{ "subId": 7182003, "order": 4, "descHash": 19422708 },
{ "subId": 7182004, "order": 5, "hidden": true, "test": true, "descHash": 1709763332 },
{ "subId": 7182005, "order": 6, "hidden": true, "test": true, "descHash": 893408452 },
{ "subId": 7182006, "order": 7, "hidden": true, "test": true, "descHash": 370774676 },
{ "subId": 7182007, "order": 8, "descHash": 1055344428 },
{ "subId": 7182008, "order": 9, "hidden": true, "test": true, "descHash": 3369272164 },
{ "subId": 7182009, "order": 10, "hidden": true, "test": true, "descHash": 2407805388 },
{ "subId": 7182010, "order": 11, "hidden": true, "test": true, "descHash": 797685268 },
{ "subId": 7182011, "order": 12, "hidden": true, "test": true, "descHash": 1810864588 },
{ "subId": 7182012, "order": 13, "descHash": 532025732 },
{ "subId": 7182013, "order": 14, "hidden": true, "test": true, "descHash": 880441260 },
{ "subId": 7182014, "order": 15, "descHash": 224361180 },
{ "subId": 7182015, "order": 16, "descHash": 3251827132 },
{ "subId": 7182016, "order": 17, "descHash": 2142514788 },
{ "subId": 7182017, "order": 18, "descHash": 1567925708 },
{ "subId": 7182018, "order": 19, "descHash": 2052376444 },
{ "subId": 7182019, "order": 20, "descHash": 3146662940 },
{ "subId": 7182020, "order": 21, "descHash": 1300404604 },
{ "subId": 7182022, "order": 22, "descHash": 100529508 },
{ "subId": 7182021, "order": 23, "descHash": 1583730180 }
]
},
{
"id": 71821,
"titleHash": 143798511,
"children": [
{ "subId": 7182112, "order": 1, "hidden": true, "descHash": 3662571100 },
{ "subId": 7182101, "order": 2, "descHash": 3015118356 },
{ "subId": 7182111, "order": 3, "hidden": true, "descHash": 461687420 },
{ "subId": 7182102, "order": 10, "descHash": 2418334308 },
{ "subId": 7182103, "order": 11, "descHash": 1865084244 },
{ "subId": 7182104, "order": 20, "descHash": 2606626492 },
{ "subId": 7182105, "order": 21, "descHash": 4074181316 },
{ "subId": 7182106, "order": 30, "descHash": 754033308 },
{ "subId": 7182107, "order": 31, "descHash": 340935308 },
{ "subId": 7182108, "order": 32, "descHash": 4138184852 },
{ "subId": 7182109, "order": 33, "descHash": 2450983268 },
{ "subId": 7182110, "order": 40, "descHash": 3157034524 }
]
},
{
"id": 71822,
"titleHash": 114286103,
"children": [
{ "subId": 7182208, "order": 1, "hidden": true },
{ "subId": 7182201, "order": 2, "descHash": 1552003884 },
{ "subId": 7182202, "order": 3, "descHash": 2105444772 },
{ "subId": 7182203, "order": 4, "descHash": 1508953164 },
{ "subId": 7182204, "order": 5, "descHash": 2610162636 },
{ "subId": 7182207, "order": 6, "hidden": true, "descHash": 1139514700 },
{ "subId": 7182205, "order": 7, "descHash": 934057692 },
{ "subId": 7182206, "order": 8, "descHash": 2347087460 }
]
},
{
"id": 71823,
"titleHash": 1896055351,
"children": [
{ "subId": 7182311, "order": 1, "hidden": true, "test": true, "descHash": 982414716 },
{ "subId": 7182301, "order": 2, "descHash": 2867809740 },
{ "subId": 7182302, "order": 3, "descHash": 1789304172 },
{ "subId": 7182303, "order": 4, "descHash": 4026704620 },
{ "subId": 7182304, "order": 5, "descHash": 1498217892 },
{ "subId": 7182305, "order": 6, "descHash": 3765115412 },
{ "subId": 7182306, "order": 7, "descHash": 3172137956 },
{ "subId": 7182307, "order": 8, "hidden": true, "test": true, "descHash": 1929693444 },
{ "subId": 7182308, "order": 9, "hidden": true, "test": true, "descHash": 3523578148 },
{ "subId": 7182309, "order": 10, "descHash": 1255699348 },
{ "subId": 7182310, "order": 11, "descHash": 1524815708 }
]
},
{
"id": 71824,
"titleHash": 317504967,
"children": [
{ "subId": 7182415, "order": 1, "hidden": true, "test": true, "descHash": 1914686300 },
{ "subId": 7182401, "order": 2, "descHash": 1326089620 },
{ "subId": 7182402, "order": 3, "descHash": 1435862684 },
{ "subId": 7182403, "order": 4, "descHash": 3852263596 },
{ "subId": 7182414, "order": 5, "descHash": 2740787148 },
{ "subId": 7182404, "order": 6, "descHash": 109765988 },
{ "subId": 7182405, "order": 7, "descHash": 3525101060 },
{ "subId": 7182406, "order": 8, "descHash": 2079592940 },
{ "subId": 7182407, "order": 9, "descHash": 623914188 },
{ "subId": 7182408, "order": 10, "descHash": 3507743508 },
{ "subId": 7182409, "order": 11, "descHash": 3069780796 },
{ "subId": 7182410, "order": 12, "descHash": 3690529340 },
{ "subId": 7182411, "order": 13, "descHash": 4265281572 },
{ "subId": 7182412, "order": 14, "descHash": 2065413196 },
{ "subId": 7182413, "order": 15, "descHash": 3924753140 }
]
},
{
"id": 71825,
"hidden": true,
"unreleased": true,
"titleHash": 1950639911,
"children": [{ "subId": 7182501, "order": 1, "hidden": true }]
},
{
"id": 71826,
"hidden": true,
"unreleased": true,
"titleHash": 4190581439,
"children": [{ "subId": 7182601, "order": 1, "hidden": true }]
},
{
"id": 71827,
"hidden": true,
"unreleased": true,
"titleHash": 1534646767,
"children": [{ "subId": 7182701, "order": 1, "hidden": true }]
},
{
"id": 71828,
"hidden": true,
"unreleased": true,
"titleHash": 4158398151,
"children": [{ "subId": 7182801, "order": 1, "hidden": true }]
},
{
"id": 71829,
"titleHash": 3001040791,
"children": [
{ "subId": 7182901, "order": 1, "hidden": true, "descHash": 3019055812 },
{ "subId": 7182902, "order": 2, "descHash": 1473261380 },
{ "subId": 7182903, "order": 3, "descHash": 3006156796 },
{ "subId": 7182904, "order": 4, "descHash": 2674785284 },
{ "subId": 7182905, "order": 5, "descHash": 3241092996 },
{ "subId": 7182906, "order": 6, "descHash": 160824156 },
{ "subId": 7182907, "order": 7, "descHash": 4030459188 },
{ "subId": 7182908, "order": 8, "descHash": 2839882740 },
{ "subId": 7182909, "order": 9, "descHash": 901168596 }
]
},
{
"id": 71830,
"titleHash": 390530703,
"children": [
{ "subId": 7183001, "order": 1, "hidden": true, "test": true, "descHash": 162175332 },
{ "subId": 7183002, "order": 2, "descHash": 1768953308 },
{ "subId": 7183003, "order": 3, "descHash": 4167208364 },
{ "subId": 7183004, "order": 4, "descHash": 1561216124 },
{ "subId": 7183007, "order": 5, "descHash": 1386263820 },
{ "subId": 7183005, "order": 6, "descHash": 2702975556 },
{ "subId": 7183006, "order": 7, "descHash": 3501684612 },
{ "subId": 7183008, "order": 8, "hidden": true, "test": true, "descHash": 1655425044 }
]
},
{
"id": 71831,
"titleHash": 3509396095,
"children": [
{ "subId": 7183101, "order": 1, "hidden": true, "test": true, "descHash": 122027348 },
{ "subId": 7183102, "order": 2, "descHash": 378222364 },
{ "subId": 7183103, "order": 3, "descHash": 2306413524 },
{ "subId": 7183104, "order": 4, "descHash": 2496262500 },
{ "subId": 7183105, "order": 5, "descHash": 2798440380 }
]
},
{
"id": 71832,
"hidden": true,
"test": true,
"titleHash": 2606024759,
"children": [{ "subId": 7183201, "order": 1, "hidden": true, "test": true, "descHash": 2025584412 }]
},
{
"id": 71901,
"hidden": true,
"unreleased": true,
"titleHash": 2934748767,
"children": [{ "subId": 7190101, "order": 1, "hidden": true }]
},
{
"id": 71902,
"hidden": true,
"titleHash": 845741223,
"children": [{ "subId": 7190201, "order": 1, "hidden": true }]
},
{
"id": 71903,
"hidden": true,
"titleHash": 164633279,
"children": [{ "subId": 7190301, "order": 1, "hidden": true }]
},
{
"id": 71904,
"hidden": true,
"titleHash": 1723428071,
"children": [{ "subId": 7190401, "order": 1, "hidden": true }]
},
{
"id": 71905,
"hidden": true,
"titleHash": 839367359,
"children": [{ "subId": 7190501, "order": 1, "hidden": true }]
},
{
"id": 71906,
"hidden": true,
"titleHash": 3744569447,
"children": [{ "subId": 7190601, "order": 1, "hidden": true }]
},
{
"id": 71907,
"hidden": true,
"titleHash": 2410020807,
"children": [{ "subId": 7190701, "order": 1, "hidden": true }]
},
{
"id": 71909,
"hidden": true,
"titleHash": 1151012479,
"children": [{ "subId": 7190901, "order": 1, "hidden": true }]
},
{
"id": 71910,
"hidden": true,
"titleHash": 3482598767,
"children": [{ "subId": 7191001, "order": 1, "hidden": true }]
},
{
"id": 71911,
"hidden": true,
"titleHash": 2866929783,
"children": [{ "subId": 7191101, "order": 1, "hidden": true }]
},
{
"id": 71912,
"hidden": true,
"titleHash": 4011196687,
"children": [{ "subId": 7191201, "order": 1, "hidden": true }]
},
{
"id": 71913,
"hidden": true,
"titleHash": 4200595127,
"children": [{ "subId": 7191301, "order": 1, "hidden": true }]
},
{
"id": 71914,
"hidden": true,
"titleHash": 1693634991,
"children": [{ "subId": 7191401, "order": 1, "hidden": true }]
},
{
"id": 71915,
"hidden": true,
"titleHash": 1228804847,
"children": [{ "subId": 7191501, "order": 1, "hidden": true }]
},
{
"id": 71916,
"hidden": true,
"titleHash": 3655319903,
"children": [{ "subId": 7191601, "order": 1, "hidden": true }]
},
{
"id": 71917,
"hidden": true,
"titleHash": 2867116303,
"children": [{ "subId": 7191701, "order": 1, "hidden": true }]
},
{
"id": 71918,
"hidden": true,
"titleHash": 2525086367,
"children": [{ "subId": 7191801, "order": 1, "hidden": true }]
},
{
"id": 71919,
"hidden": true,
"titleHash": 1316411263,
"children": [{ "subId": 7191901, "order": 1, "hidden": true }]
},
{
"id": 71920,
"hidden": true,
"titleHash": 3793408615,
"children": [{ "subId": 7192001, "order": 1, "hidden": true }]
},
{
"id": 71921,
"hidden": true,
"titleHash": 233698663,
"children": [{ "subId": 7192101, "order": 1, "hidden": true }]
},
{
"id": 71922,
"hidden": true,
"titleHash": 4260511087,
"children": [{ "subId": 7192201, "order": 1, "hidden": true }]
},
{
"id": 71923,
"hidden": true,
"titleHash": 275375655,
"children": [{ "subId": 7192301, "order": 1, "hidden": true }]
},
{
"id": 71924,
"hidden": true,
"titleHash": 3973976255,
"children": [{ "subId": 7192401, "order": 1, "hidden": true }]
},
{
"id": 71925,
"hidden": true,
"titleHash": 454873175,
"children": [{ "subId": 7192501, "order": 1, "hidden": true }]
},
{
"id": 71926,
"hidden": true,
"titleHash": 3880393823,
"children": [{ "subId": 7192601, "order": 1, "hidden": true }]
},
{
"id": 71927,
"hidden": true,
"titleHash": 789207431,
"children": [{ "subId": 7192701, "order": 1, "hidden": true }]
},
{
"id": 71928,
"hidden": true,
"titleHash": 3311049367,
"children": [{ "subId": 7192801, "order": 1, "hidden": true }]
},
{
"id": 71929,
"hidden": true,
"titleHash": 3494803935,
"children": [{ "subId": 7192901, "order": 1, "hidden": true }]
},
{
"id": 71930,
"hidden": true,
"titleHash": 36830279,
"children": [{ "subId": 7193001, "order": 1, "hidden": true }]
},
{
"id": 71931,
"hidden": true,
"titleHash": 3003601839,
"children": [{ "subId": 7193101, "order": 1, "hidden": true }]
},
{
"id": 71932,
"hidden": true,
"titleHash": 173745375,
"children": [{ "subId": 7193201, "order": 1, "hidden": true }]
},
{
"id": 71933,
"hidden": true,
"titleHash": 2638073951,
"children": [{ "subId": 7193301, "order": 1, "hidden": true }]
},
{
"id": 71934,
"hidden": true,
"titleHash": 1444058495,
"children": [{ "subId": 7193401, "order": 1, "hidden": true }]
},
{
"id": 71935,
"hidden": true,
"titleHash": 738500519,
"children": [{ "subId": 7193501, "order": 1, "hidden": true }]
},
{
"id": 71936,
"hidden": true,
"titleHash": 1892181767,
"children": [{ "subId": 7193601, "order": 1, "hidden": true }]
},
{
"id": 71937,
"hidden": true,
"titleHash": 1023590687,
"children": [{ "subId": 7193701, "order": 1, "hidden": true }]
},
{
"id": 71938,
"hidden": true,
"titleHash": 1322581295,
"children": [{ "subId": 7193801, "order": 1, "hidden": true }]
},
{
"id": 71939,
"hidden": true,
"titleHash": 1194416639,
"children": [{ "subId": 7193901, "order": 1, "hidden": true }]
},
{
"id": 71940,
"hidden": true,
"titleHash": 55083103,
"children": [{ "subId": 7194001, "order": 1, "hidden": true }]
},
{
"id": 71941,
"hidden": true,
"titleHash": 4027451343,
"children": [{ "subId": 7194101, "order": 1, "hidden": true }]
},
{
"id": 71942,
"hidden": true,
"titleHash": 1560118535,
"children": [{ "subId": 7194201, "order": 1, "hidden": true }]
},
{
"id": 71943,
"hidden": true,
"titleHash": 2269370055,
"children": [{ "subId": 7194301, "order": 1, "hidden": true }]
},
{
"id": 71944,
"hidden": true,
"titleHash": 4064256959,
"children": [{ "subId": 7194401, "order": 1, "hidden": true }]
},
{
"id": 71945,
"hidden": true,
"titleHash": 3998868079,
"children": [{ "subId": 7194501, "order": 1, "hidden": true }]
},
{
"id": 71946,
"hidden": true,
"titleHash": 1747482807,
"children": [{ "subId": 7194601, "order": 1, "hidden": true }]
},
{
"id": 71947,
"hidden": true,
"titleHash": 615805687,
"children": [{ "subId": 7194701, "order": 1, "hidden": true }]
},
{
"id": 71948,
"hidden": true,
"titleHash": 182146871,
"children": [{ "subId": 7194801, "order": 1, "hidden": true }]
},
{
"id": 71949,
"hidden": true,
"titleHash": 2703866471,
"children": [{ "subId": 7194901, "order": 1, "hidden": true }]
},
{
"id": 71950,
"hidden": true,
"titleHash": 3809677527,
"children": [{ "subId": 7195001, "order": 1, "hidden": true }]
},
{
"id": 71951,
"hidden": true,
"titleHash": 1656765895,
"children": [{ "subId": 7195101, "order": 1, "hidden": true }]
},
{
"id": 71952,
"hidden": true,
"titleHash": 2574920167,
"children": [{ "subId": 7195201, "order": 1, "hidden": true }]
},
{
"id": 71953,
"hidden": true,
"titleHash": 583141319,
"children": [{ "subId": 7195301, "order": 1, "hidden": true }]
},
{
"id": 72002,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 4024611343,
"children": [
{ "subId": 7200201, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 3597050836 }
]
},
{
"id": 72013,
"unreleased": true,
"titleHash": 1003978015,
"children": [
{ "subId": 7201301, "order": 1, "hidden": true },
{ "subId": 7201302, "order": 2 }
]
},
{
"id": 72100,
"titleHash": 4246870127,
"children": [
{ "subId": 7210001, "order": 1, "descHash": 2655385996 },
{ "subId": 7210002, "order": 2, "hidden": true, "test": true, "descHash": 1527140812 },
{ "subId": 7210007, "order": 3, "hidden": true, "descHash": 96499700 },
{ "subId": 7210003, "order": 4, "hidden": true, "test": true, "descHash": 4226459580 },
{ "subId": 7210008, "order": 5, "hidden": true, "descHash": 557920044 },
{ "subId": 7210012, "order": 6, "hidden": true, "test": true, "descHash": 500620084 },
{ "subId": 7210004, "order": 7, "hidden": true, "test": true, "descHash": 3886360724 },
{ "subId": 7210009, "order": 8, "hidden": true, "descHash": 2460638308 },
{ "subId": 7210013, "order": 9, "hidden": true, "test": true, "descHash": 965283884 },
{ "subId": 7210010, "order": 10, "hidden": true, "descHash": 3179065028 },
{ "subId": 7210005, "order": 11, "hidden": true, "test": true, "descHash": 2626193812 },
{ "subId": 7210014, "order": 12, "hidden": true, "test": true, "descHash": 2429537132 },
{ "subId": 7210006, "order": 13, "hidden": true, "test": true, "descHash": 3836954964 },
{ "subId": 7210015, "order": 14, "hidden": true, "test": true, "descHash": 3516500700 },
{ "subId": 7210011, "order": 15, "hidden": true, "descHash": 731306700 },
{ "subId": 7210016, "order": 16, "test": true, "descHash": 1646080756 },
{ "subId": 7210017, "order": 17, "test": true, "descHash": 2692450156 }
]
},
{
"id": 72101,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 3713419135,
"children": [
{ "subId": 7210101, "order": 1, "hidden": true, "test": true, "unreleased": true },
{ "subId": 7210102, "order": 2, "hidden": true, "test": true, "unreleased": true, "descHash": 2406234988 },
{ "subId": 7210103, "order": 3, "hidden": true, "test": true, "unreleased": true, "descHash": 3575670492 },
{ "subId": 7210104, "order": 4, "hidden": true, "test": true, "unreleased": true, "descHash": 2474489260 },
{ "subId": 7210105, "order": 5, "hidden": true, "test": true, "unreleased": true, "descHash": 1804000268 },
{ "subId": 7210106, "order": 6, "hidden": true, "test": true, "unreleased": true, "descHash": 721805316 },
{ "subId": 7210107, "order": 7, "hidden": true, "test": true, "unreleased": true, "descHash": 1884651412 },
{ "subId": 7210108, "order": 8, "hidden": true, "test": true, "unreleased": true, "descHash": 4072360180 },
{ "subId": 7210109, "order": 9, "hidden": true, "test": true, "unreleased": true, "descHash": 1265326940 },
{ "subId": 7210110, "order": 10, "hidden": true, "test": true, "unreleased": true, "descHash": 3674031148 },
{ "subId": 7210111, "order": 11, "test": true, "unreleased": true, "descHash": 3173444516 }
]
},
{
"id": 72102,
"hidden": true,
"test": true,
"titleHash": 376110399,
"children": [
{ "subId": 7210201, "order": 1, "hidden": true, "test": true, "descHash": 518293364 },
{ "subId": 7210202, "order": 2, "hidden": true, "test": true, "descHash": 2587317388 },
{ "subId": 7210203, "order": 3, "hidden": true, "test": true, "descHash": 3777947396 },
{ "subId": 7210204, "order": 4, "hidden": true, "test": true, "descHash": 2106810436 },
{ "subId": 7210205, "order": 5, "hidden": true, "descHash": 2497937036 },
{ "subId": 7210206, "order": 6, "hidden": true, "descHash": 2691181396 },
{ "subId": 7210207, "order": 7, "hidden": true, "descHash": 210355980 }
]
},
{
"id": 72103,
"hidden": true,
"test": true,
"titleHash": 1389771111,
"children": [
{ "subId": 7210325, "order": 1, "hidden": true, "test": true, "descHash": 570533372 },
{ "subId": 7210335, "order": 2, "hidden": true, "test": true, "descHash": 3724234876 },
{ "subId": 7210336, "order": 3, "hidden": true, "test": true, "descHash": 258669980 },
{ "subId": 7210315, "order": 4, "hidden": true, "test": true, "descHash": 78430092 },
{ "subId": 7210321, "order": 5, "hidden": true, "test": true, "descHash": 1327408820 },
{ "subId": 7210319, "order": 6, "hidden": true, "test": true, "descHash": 3227015148 },
{ "subId": 7210320, "order": 7, "hidden": true, "test": true, "descHash": 1024697884 },
{ "subId": 7210322, "order": 8, "hidden": true, "test": true, "descHash": 3143450476 },
{ "subId": 7210323, "order": 9, "hidden": true, "test": true, "descHash": 3392690604 },
{ "subId": 7210316, "order": 10, "hidden": true, "test": true, "descHash": 1943975116 },
{ "subId": 7210324, "order": 11, "hidden": true, "test": true, "descHash": 704115228 },
{ "subId": 7210301, "order": 12, "hidden": true, "test": true, "descHash": 665463140 },
{ "subId": 7210302, "order": 13, "hidden": true, "test": true, "descHash": 3358591252 },
{ "subId": 7210303, "order": 14, "hidden": true, "test": true, "descHash": 1340649780 },
{ "subId": 7210304, "order": 15, "hidden": true, "test": true, "descHash": 2634306460 },
{ "subId": 7210305, "order": 16, "hidden": true, "test": true, "descHash": 588330196 },
{ "subId": 7210306, "order": 17, "hidden": true, "test": true, "descHash": 3112968564 },
{ "subId": 7210307, "order": 18, "hidden": true, "test": true, "descHash": 1533300332 },
{ "subId": 7210326, "order": 19, "hidden": true, "test": true, "descHash": 592260436 },
{ "subId": 7210327, "order": 20, "hidden": true, "test": true, "descHash": 3941963124 },
{ "subId": 7210328, "order": 21, "hidden": true, "test": true, "descHash": 1203393852 },
{ "subId": 7210329, "order": 22, "hidden": true, "test": true, "descHash": 2045605300 },
{ "subId": 7210330, "order": 23, "hidden": true, "test": true, "descHash": 2063953836 },
{ "subId": 7210331, "order": 24, "hidden": true, "test": true, "descHash": 3895107028 },
{ "subId": 7210332, "order": 25, "hidden": true, "test": true, "descHash": 633558620 },
{ "subId": 7210333, "order": 26, "hidden": true, "test": true, "descHash": 2380947284 },
{ "subId": 7210334, "order": 27, "hidden": true, "test": true, "descHash": 196813756 },
{ "subId": 7210308, "order": 28, "hidden": true, "test": true, "descHash": 3333785708 },
{ "subId": 7210309, "order": 29, "hidden": true, "test": true, "descHash": 1205864492 },
{ "subId": 7210310, "order": 30, "hidden": true, "test": true, "descHash": 1873593244 },
{ "subId": 7210311, "order": 31, "hidden": true, "test": true, "descHash": 240191100 },
{ "subId": 7210312, "order": 32, "hidden": true, "test": true, "descHash": 3747169660 },
{ "subId": 7210313, "order": 33, "hidden": true, "test": true, "descHash": 459636588 },
{ "subId": 7210314, "order": 34, "hidden": true, "test": true, "descHash": 2318644124 },
{ "subId": 7210317, "order": 35, "hidden": true, "test": true, "descHash": 4212988100 },
{ "subId": 7210318, "order": 36, "hidden": true, "test": true, "descHash": 3074786284 }
]
},
{
"id": 72104,
"hidden": true,
"test": true,
"titleHash": 3152127575,
"children": [
{ "subId": 7210425, "order": 1, "hidden": true, "test": true, "descHash": 1702161732 },
{ "subId": 7210415, "order": 2, "hidden": true, "test": true, "descHash": 2603710140 },
{ "subId": 7210419, "order": 3, "hidden": true, "test": true, "descHash": 331542612 },
{ "subId": 7210420, "order": 4, "hidden": true, "test": true, "descHash": 2880643292 },
{ "subId": 7210421, "order": 5, "hidden": true, "test": true, "descHash": 2607890204 },
{ "subId": 7210422, "order": 6, "hidden": true, "test": true, "descHash": 2732990252 },
{ "subId": 7210423, "order": 7, "hidden": true, "test": true, "descHash": 879012228 },
{ "subId": 7210416, "order": 8, "hidden": true, "test": true, "descHash": 3373661756 },
{ "subId": 7210417, "order": 9, "hidden": true, "test": true, "descHash": 3007773532 },
{ "subId": 7210418, "order": 10, "hidden": true, "test": true, "descHash": 541439324 },
{ "subId": 7210435, "order": 11, "hidden": true, "test": true, "descHash": 120292620 },
{ "subId": 7210436, "order": 12, "hidden": true, "test": true, "descHash": 3667424292 },
{ "subId": 7210437, "order": 13, "hidden": true, "test": true, "descHash": 777339652 },
{ "subId": 7210424, "order": 14, "hidden": true, "test": true, "descHash": 1290355404 },
{ "subId": 7210401, "order": 15, "hidden": true, "test": true, "descHash": 1113229620 },
{ "subId": 7210402, "order": 16, "hidden": true, "test": true, "descHash": 1440865604 },
{ "subId": 7210403, "order": 17, "hidden": true, "test": true, "descHash": 3850261036 },
{ "subId": 7210404, "order": 18, "hidden": true, "test": true, "descHash": 3006957964 },
{ "subId": 7210405, "order": 19, "hidden": true, "test": true, "descHash": 2846489476 },
{ "subId": 7210406, "order": 20, "hidden": true, "test": true, "descHash": 4128180844 },
{ "subId": 7210407, "order": 21, "hidden": true, "test": true, "descHash": 3049512700 },
{ "subId": 7210426, "order": 22, "hidden": true, "test": true, "descHash": 252390972 },
{ "subId": 7210427, "order": 23, "hidden": true, "test": true, "descHash": 889710084 },
{ "subId": 7210428, "order": 24, "hidden": true, "test": true, "descHash": 2733688748 },
{ "subId": 7210429, "order": 25, "hidden": true, "test": true, "descHash": 2745964812 },
{ "subId": 7210430, "order": 26, "hidden": true, "test": true, "descHash": 2888542484 },
{ "subId": 7210431, "order": 27, "hidden": true, "test": true, "descHash": 1483934164 },
{ "subId": 7210432, "order": 28, "hidden": true, "test": true, "descHash": 913122612 },
{ "subId": 7210433, "order": 29, "hidden": true, "test": true, "descHash": 1945036508 },
{ "subId": 7210434, "order": 30, "hidden": true, "test": true, "descHash": 321596748 },
{ "subId": 7210408, "order": 31, "hidden": true, "test": true, "descHash": 717104156 },
{ "subId": 7210409, "order": 32, "hidden": true, "test": true, "descHash": 4229723884 },
{ "subId": 7210410, "order": 33, "hidden": true, "test": true, "descHash": 570819588 },
{ "subId": 7210411, "order": 34, "hidden": true, "test": true, "descHash": 1867378892 },
{ "subId": 7210412, "order": 35, "hidden": true, "test": true, "descHash": 3551055628 },
{ "subId": 7210413, "order": 36, "hidden": true, "test": true, "descHash": 1332155604 },
{ "subId": 7210414, "order": 37, "hidden": true, "test": true, "descHash": 486343932 }
]
},
{
"id": 72105,
"titleHash": 1945689855,
"children": [
{ "subId": 7210501, "order": 1, "hidden": true },
{ "subId": 7210502, "order": 2, "descHash": 970599676 },
{ "subId": 7210503, "order": 3, "descHash": 2273134452 },
{ "subId": 7210508, "order": 4, "hidden": true, "descHash": 4007314668 },
{ "subId": 7210504, "order": 5, "descHash": 3812077636 },
{ "subId": 7210505, "order": 6, "descHash": 1486884716 },
{ "subId": 7210506, "order": 7, "descHash": 2197581940 },
{ "subId": 7210509, "order": 8, "hidden": true, "descHash": 1310670380 },
{ "subId": 7210510, "order": 9, "hidden": true, "descHash": 3652190428 },
{ "subId": 7210511, "order": 10, "hidden": true, "descHash": 1257866428 },
{ "subId": 7210507, "order": 11, "descHash": 1495436988 }
]
},
{
"id": 72106,
"titleHash": 1654035231,
"children": [
{ "subId": 7210601, "order": 1, "hidden": true, "descHash": 2758234852 },
{ "subId": 7210602, "order": 2, "hidden": true, "descHash": 3213255100 },
{ "subId": 7210622, "order": 3, "descHash": 1319998060 },
{ "subId": 7210626, "order": 4, "descHash": 2283978076 },
{ "subId": 7210603, "order": 5, "descHash": 2959263268 },
{ "subId": 7210621, "order": 6, "hidden": true, "descHash": 4192570292 },
{ "subId": 7210604, "order": 7, "descHash": 1497526940 },
{ "subId": 7210605, "order": 8, "descHash": 280189700 },
{ "subId": 7210606, "order": 9, "hidden": true, "descHash": 429429628 },
{ "subId": 7210607, "order": 10, "hidden": true, "descHash": 2437697404 },
{ "subId": 7210608, "order": 11, "hidden": true, "test": true, "descHash": 1160855468 },
{ "subId": 7210609, "order": 12, "hidden": true, "test": true, "descHash": 3078884780 },
{ "subId": 7210610, "order": 13, "hidden": true, "test": true, "descHash": 69675460 },
{ "subId": 7210611, "order": 14, "hidden": true, "descHash": 3905089188 },
{ "subId": 7210618, "order": 15, "descHash": 2845632788 },
{ "subId": 7210619, "order": 16, "hidden": true, "descHash": 1187234860 },
{ "subId": 7210623, "order": 17, "descHash": 695906564 },
{ "subId": 7210624, "order": 18, "descHash": 1076242020 },
{ "subId": 7210625, "order": 19, "descHash": 4121333196 },
{ "subId": 7210628, "order": 20, "descHash": 2614834380 },
{ "subId": 7210612, "order": 21, "descHash": 3405471756 },
{ "subId": 7210613, "order": 22, "descHash": 2471796860 },
{ "subId": 7210614, "order": 23, "descHash": 2561636748 },
{ "subId": 7210615, "order": 24, "descHash": 1219332 },
{ "subId": 7210627, "order": 25, "descHash": 2672703684 },
{ "subId": 7210616, "order": 26, "hidden": true, "descHash": 294258140 },
{ "subId": 7210631, "order": 27, "hidden": true, "descHash": 1875481980 },
{ "subId": 7210617, "order": 28, "descHash": 2110059508 },
{ "subId": 7210620, "order": 29, "hidden": true, "descHash": 1375549860 },
{ "subId": 7210630, "order": 30, "descHash": 1536700964 },
{ "subId": 7210629, "order": 31, "hidden": true, "descHash": 2990429332 },
{ "subId": 7210632, "order": 32, "hidden": true, "test": true, "descHash": 3573286996 }
]
},
{
"id": 72107,
"titleHash": 2145198927,
"children": [
{ "subId": 7210701, "order": 1, "hidden": true, "descHash": 1546119556 },
{ "subId": 7210732, "order": 2, "hidden": true, "descHash": 697331004 },
{ "subId": 7210733, "order": 3, "hidden": true, "descHash": 833550756 },
{ "subId": 7210734, "order": 4, "hidden": true, "descHash": 601359972 },
{ "subId": 7210702, "order": 5, "descHash": 919895068 },
{ "subId": 7210704, "order": 6, "descHash": 2621263500 },
{ "subId": 7210703, "order": 7, "descHash": 1252196860 },
{ "subId": 7210705, "order": 8, "hidden": true, "descHash": 2480045508 },
{ "subId": 7210706, "order": 9, "hidden": true, "descHash": 140762220 },
{ "subId": 7210707, "order": 10, "descHash": 2189419612 },
{ "subId": 7210708, "order": 11, "descHash": 341184364 },
{ "subId": 7210714, "order": 12, "descHash": 2826741868 },
{ "subId": 7210715, "order": 13, "descHash": 379713996 },
{ "subId": 7210721, "order": 14, "descHash": 2440323420 },
{ "subId": 7210722, "order": 15, "descHash": 2764543148 },
{ "subId": 7210723, "order": 16, "descHash": 1209773396 },
{ "subId": 7210709, "order": 17, "hidden": true, "descHash": 1888326148 },
{ "subId": 7210716, "order": 18, "hidden": true, "descHash": 3717781092 },
{ "subId": 7210710, "order": 19, "hidden": true, "descHash": 1646882916 },
{ "subId": 7210717, "order": 20, "hidden": true, "descHash": 2354751572 },
{ "subId": 7210711, "order": 21, "hidden": true, "descHash": 3430978580 },
{ "subId": 7210718, "order": 22, "hidden": true, "descHash": 7204620 },
{ "subId": 7210712, "order": 23, "hidden": true, "descHash": 1853217148 },
{ "subId": 7210719, "order": 24, "hidden": true, "descHash": 3191732116 },
{ "subId": 7210713, "order": 25, "hidden": true, "descHash": 889015692 },
{ "subId": 7210720, "order": 26, "hidden": true, "descHash": 392010764 },
{ "subId": 7210724, "order": 27, "hidden": true, "descHash": 838504028 },
{ "subId": 7210725, "order": 28, "hidden": true, "descHash": 4140459396 },
{ "subId": 7210726, "order": 29, "hidden": true, "descHash": 3045807836 },
{ "subId": 7210727, "order": 30, "hidden": true, "descHash": 3972979636 },
{ "subId": 7210728, "order": 31, "hidden": true, "descHash": 3808717292 },
{ "subId": 7210729, "order": 32, "hidden": true, "descHash": 3038804252 },
{ "subId": 7210730, "order": 33, "hidden": true, "descHash": 3486676908 },
{ "subId": 7210731, "order": 34, "hidden": true, "descHash": 993607668 }
]
},
{
"id": 72108,
"titleHash": 1009297543,
"children": [
{ "subId": 7210810, "order": 1, "hidden": true, "test": true, "descHash": 3842651332 },
{ "subId": 7210801, "order": 2, "descHash": 321452748 },
{ "subId": 7210811, "order": 3, "hidden": true, "test": true, "descHash": 3449853636 },
{ "subId": 7210802, "order": 4, "hidden": true, "test": true, "descHash": 882529612 },
{ "subId": 7210812, "order": 5, "hidden": true, "test": true, "descHash": 695156060 },
{ "subId": 7210819, "order": 6, "descHash": 2770880828 },
{ "subId": 7210816, "order": 7, "hidden": true, "test": true, "descHash": 1717760764 },
{ "subId": 7210813, "order": 8, "descHash": 3475325308 },
{ "subId": 7210814, "order": 9, "descHash": 3031914012 },
{ "subId": 7210803, "order": 10, "descHash": 2598648524 },
{ "subId": 7210804, "order": 11, "hidden": true, "test": true, "descHash": 734766660 },
{ "subId": 7210805, "order": 12, "hidden": true, "test": true, "descHash": 3254114492 },
{ "subId": 7210806, "order": 13, "hidden": true, "test": true, "descHash": 1304605676 },
{ "subId": 7210821, "order": 14, "hidden": true, "test": true, "descHash": 3094229276 },
{ "subId": 7210807, "order": 15, "descHash": 4240241636 },
{ "subId": 7210815, "order": 16, "descHash": 2015768220 },
{ "subId": 7210808, "order": 17, "descHash": 4101114836 },
{ "subId": 7210809, "order": 18, "descHash": 612473228 },
{ "subId": 7210817, "order": 19, "descHash": 3036270116 },
{ "subId": 7210820, "order": 20, "hidden": true },
{ "subId": 7210818, "order": 21, "descHash": 10607292 }
]
},
{
"id": 72109,
"unreleased": true,
"titleHash": 4129559335,
"children": [
{ "subId": 7210901, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 2531068388 },
{ "subId": 7210902, "order": 2, "hidden": true, "test": true, "unreleased": true, "descHash": 3231012932 },
{ "subId": 7210903, "order": 3, "hidden": true, "test": true, "unreleased": true, "descHash": 3804906428 },
{ "subId": 7210904, "order": 4, "hidden": true, "test": true, "unreleased": true, "descHash": 3921242460 },
{ "subId": 7210905, "order": 5, "hidden": true, "test": true, "unreleased": true, "descHash": 783090276 },
{ "subId": 7210906, "order": 6, "hidden": true, "test": true, "unreleased": true, "descHash": 3378126828 },
{ "subId": 7210907, "order": 7, "hidden": true, "test": true, "unreleased": true, "descHash": 582419724 },
{ "subId": 7210908, "order": 8, "hidden": true, "test": true, "unreleased": true, "descHash": 3695871380 },
{ "subId": 7210909, "order": 9, "hidden": true, "test": true, "unreleased": true, "descHash": 1906009052 },
{ "subId": 7210910, "order": 10, "hidden": true, "test": true, "unreleased": true, "descHash": 2110162828 },
{ "subId": 7210911, "order": 11, "hidden": true, "test": true, "unreleased": true, "descHash": 600941252 },
{ "subId": 7210912, "order": 12, "hidden": true, "test": true, "unreleased": true, "descHash": 3009029852 },
{ "subId": 7210913, "order": 13, "hidden": true, "test": true, "unreleased": true, "descHash": 533596276 },
{ "subId": 7210914, "order": 14, "hidden": true, "test": true, "unreleased": true, "descHash": 155658924 },
{ "subId": 7210915, "order": 15, "hidden": true, "test": true, "unreleased": true, "descHash": 2036695476 },
{ "subId": 7210916, "order": 16, "hidden": true, "test": true, "unreleased": true, "descHash": 3666678972 },
{ "subId": 7210917, "order": 17, "hidden": true, "test": true, "unreleased": true, "descHash": 3917400580 },
{ "subId": 7210918, "order": 18, "test": true, "unreleased": true, "descHash": 3140414620 },
{ "subId": 7210919, "order": 19, "test": true, "unreleased": true, "descHash": 1983067140 },
{ "subId": 7210920, "order": 20, "test": true, "unreleased": true, "descHash": 4088820900 },
{ "subId": 7210921, "order": 21, "test": true, "unreleased": true, "descHash": 3225154876 },
{ "subId": 7210922, "order": 22, "test": true, "unreleased": true, "descHash": 120295636 },
{ "subId": 7210923, "order": 23 },
{ "subId": 7210924, "order": 24 },
{ "subId": 7210925, "order": 25 }
]
},
{
"id": 72110,
"hidden": true,
"test": true,
"titleHash": 1399757127,
"children": [
{ "subId": 7211001, "order": 1, "hidden": true },
{ "subId": 7211002, "order": 2, "hidden": true },
{ "subId": 7211003, "order": 3, "hidden": true },
{ "subId": 7211004, "order": 4, "hidden": true },
{ "subId": 7211005, "order": 5, "hidden": true },
{ "subId": 7211006, "order": 6, "hidden": true },
{ "subId": 7211009, "order": 7, "hidden": true },
{ "subId": 7211014, "order": 8, "hidden": true },
{ "subId": 7211007, "order": 9, "hidden": true },
{ "subId": 7211015, "order": 10, "hidden": true },
{ "subId": 7211008, "order": 11, "hidden": true },
{ "subId": 7211010, "order": 12, "hidden": true },
{ "subId": 7211011, "order": 13, "hidden": true },
{ "subId": 7211012, "order": 14, "hidden": true },
{ "subId": 7211013, "order": 15, "hidden": true }
]
},
{
"id": 72111,
"hidden": true,
"test": true,
"titleHash": 1894504263,
"children": [
{ "subId": 7211104, "order": 1, "hidden": true },
{ "subId": 7211101, "order": 2, "hidden": true },
{ "subId": 7211105, "order": 3, "hidden": true },
{ "subId": 7211102, "order": 4, "hidden": true },
{ "subId": 7211106, "order": 5, "hidden": true },
{ "subId": 7211103, "order": 6, "hidden": true },
{ "subId": 7211108, "order": 7, "hidden": true },
{ "subId": 7211107, "order": 8, "hidden": true }
]
},
{
"id": 72112,
"hidden": true,
"test": true,
"titleHash": 2455696239,
"children": [
{ "subId": 7211225, "order": 1, "hidden": true, "test": true, "descHash": 2017475620 },
{ "subId": 7211235, "order": 2, "hidden": true, "test": true, "descHash": 2179644020 },
{ "subId": 7211236, "order": 3, "hidden": true, "test": true, "descHash": 2940348132 },
{ "subId": 7211215, "order": 4, "hidden": true, "test": true, "descHash": 2293065564 },
{ "subId": 7211219, "order": 5, "hidden": true, "test": true, "descHash": 3562583860 },
{ "subId": 7211220, "order": 6, "hidden": true, "test": true, "descHash": 4140762204 },
{ "subId": 7211221, "order": 7, "hidden": true, "test": true, "descHash": 4233598996 },
{ "subId": 7211222, "order": 8, "hidden": true, "test": true, "descHash": 2288658908 },
{ "subId": 7211223, "order": 9, "hidden": true, "test": true, "descHash": 1453300980 },
{ "subId": 7211216, "order": 10, "hidden": true, "test": true, "descHash": 866685108 },
{ "subId": 7211224, "order": 11, "hidden": true, "test": true, "descHash": 2529376156 },
{ "subId": 7211201, "order": 12, "hidden": true, "test": true, "descHash": 1200409548 },
{ "subId": 7211202, "order": 13, "hidden": true, "test": true, "descHash": 4270733700 },
{ "subId": 7211203, "order": 14, "hidden": true, "test": true, "descHash": 3020970020 },
{ "subId": 7211204, "order": 15, "hidden": true, "test": true, "descHash": 4199108660 },
{ "subId": 7211205, "order": 16, "hidden": true, "test": true, "descHash": 2401406852 },
{ "subId": 7211206, "order": 17, "hidden": true, "test": true, "descHash": 3437703884 },
{ "subId": 7211207, "order": 18, "hidden": true, "test": true, "descHash": 1740522548 },
{ "subId": 7211226, "order": 19, "hidden": true, "test": true, "descHash": 889470708 },
{ "subId": 7211227, "order": 20, "hidden": true, "test": true, "descHash": 4097985772 },
{ "subId": 7211228, "order": 21, "hidden": true, "test": true, "descHash": 3934570812 },
{ "subId": 7211229, "order": 22, "hidden": true, "test": true, "descHash": 1278824940 },
{ "subId": 7211230, "order": 23, "hidden": true, "test": true, "descHash": 2778501516 },
{ "subId": 7211231, "order": 24, "hidden": true, "test": true, "descHash": 2496509860 },
{ "subId": 7211232, "order": 25, "hidden": true, "test": true, "descHash": 4161938692 },
{ "subId": 7211233, "order": 26, "hidden": true, "test": true, "descHash": 3050351644 },
{ "subId": 7211234, "order": 27, "hidden": true, "test": true, "descHash": 1363459556 },
{ "subId": 7211208, "order": 28, "hidden": true, "test": true, "descHash": 3756195876 },
{ "subId": 7211209, "order": 29, "hidden": true, "test": true, "descHash": 1842114132 },
{ "subId": 7211210, "order": 30, "hidden": true, "test": true, "descHash": 3581502644 },
{ "subId": 7211211, "order": 31, "hidden": true, "descHash": 1442330492 },
{ "subId": 7211212, "order": 32, "hidden": true, "test": true, "descHash": 3606984132 },
{ "subId": 7211213, "order": 33, "hidden": true, "test": true, "descHash": 351087228 },
{ "subId": 7211214, "order": 34, "hidden": true, "test": true, "descHash": 657419844 },
{ "subId": 7211217, "order": 35, "hidden": true, "test": true, "descHash": 4225728420 },
{ "subId": 7211218, "order": 36, "hidden": true, "test": true, "descHash": 1704088772 }
]
},
{
"id": 72113,
"hidden": true,
"test": true,
"titleHash": 3182059055,
"children": [
{ "subId": 7211301, "order": 1, "hidden": true, "test": true, "descHash": 3318328196 },
{ "subId": 7211302, "order": 2, "hidden": true, "test": true, "descHash": 1766790828 },
{ "subId": 7211303, "order": 3, "hidden": true, "test": true, "descHash": 833036820 },
{ "subId": 7211304, "order": 4, "hidden": true, "test": true, "descHash": 1683079884 },
{ "subId": 7211305, "order": 5, "hidden": true, "test": true, "descHash": 2770132916 },
{ "subId": 7211306, "order": 6, "hidden": true, "test": true, "descHash": 4065642044 },
{ "subId": 7211315, "order": 7, "hidden": true, "test": true, "descHash": 667543156 },
{ "subId": 7211307, "order": 8, "hidden": true, "test": true, "descHash": 1287097156 },
{ "subId": 7211312, "order": 9, "hidden": true, "test": true, "descHash": 940146828 },
{ "subId": 7211308, "order": 10, "hidden": true, "test": true, "descHash": 4058780844 },
{ "subId": 7211314, "order": 11, "hidden": true, "test": true, "descHash": 3398960196 },
{ "subId": 7211319, "order": 12, "hidden": true, "test": true, "descHash": 1137213492 },
{ "subId": 7211309, "order": 13, "hidden": true, "test": true, "descHash": 3981670780 },
{ "subId": 7211313, "order": 14, "hidden": true, "test": true, "descHash": 3672787244 },
{ "subId": 7211316, "order": 15, "hidden": true, "test": true, "descHash": 2185727844 },
{ "subId": 7211318, "order": 16, "hidden": true, "test": true, "descHash": 2771649244 },
{ "subId": 7211310, "order": 17, "hidden": true, "test": true, "descHash": 933269348 },
{ "subId": 7211317, "order": 18, "hidden": true, "test": true, "descHash": 2565815204 },
{ "subId": 7211311, "order": 19, "hidden": true, "test": true, "descHash": 1765110420 }
]
},
{
"id": 72114,
"titleHash": 1858503383,
"children": [
{ "subId": 7211401, "order": 1, "hidden": true },
{ "subId": 7211402, "order": 2 },
{ "subId": 7211403, "order": 3, "hidden": true },
{ "subId": 7211427, "order": 4, "hidden": true, "descHash": 3470267532 },
{ "subId": 7211423, "order": 5, "descHash": 2039637948 },
{ "subId": 7211424, "order": 6, "descHash": 1287791580 },
{ "subId": 7211428, "order": 7, "hidden": true },
{ "subId": 7211425, "order": 8 },
{ "subId": 7211404, "order": 14, "descHash": 3827451292 },
{ "subId": 7211405, "order": 15, "descHash": 3140295932 },
{ "subId": 7211406, "order": 16, "descHash": 2973296300 },
{ "subId": 7211407, "order": 17, "descHash": 3311998844 },
{ "subId": 7211408, "order": 18, "hidden": true },
{ "subId": 7211409, "order": 19, "hidden": true },
{ "subId": 7211410, "order": 20, "descHash": 2921708444 },
{ "subId": 7211411, "order": 21, "descHash": 506298732 },
{ "subId": 7211412, "order": 22, "descHash": 962127508 },
{ "subId": 7211413, "order": 23, "descHash": 2138953308 },
{ "subId": 7211414, "order": 24, "hidden": true },
{ "subId": 7211415, "order": 25, "hidden": true },
{ "subId": 7211426, "order": 26, "hidden": true },
{ "subId": 7211416, "order": 27, "descHash": 3485845300 },
{ "subId": 7211417, "order": 28, "descHash": 528054468 },
{ "subId": 7211418, "order": 29, "descHash": 1371792908 },
{ "subId": 7211419, "order": 30, "descHash": 1222391324 },
{ "subId": 7211420, "order": 31, "descHash": 1411834668 },
{ "subId": 7211421, "order": 32, "descHash": 412085444 },
{ "subId": 7211422, "order": 33, "descHash": 1049328692 }
]
},
{
"id": 72115,
"titleHash": 1495904223,
"children": [
{ "subId": 7211501, "order": 1, "hidden": true, "test": true, "descHash": 3255847436 },
{ "subId": 7211502, "order": 2, "descHash": 383756548 },
{ "subId": 7211503, "order": 3, "descHash": 40468396 },
{ "subId": 7211504, "order": 4, "descHash": 2016797692 },
{ "subId": 7211505, "order": 5, "descHash": 3768297124 },
{ "subId": 7211506, "order": 6, "hidden": true },
{ "subId": 7211507, "order": 7, "hidden": true },
{ "subId": 7211508, "order": 8, "descHash": 247514628 }
]
},
{
"id": 72116,
"titleHash": 2233104247,
"children": [
{ "subId": 7211601, "order": 1, "hidden": true },
{ "subId": 7211602, "order": 2, "descHash": 1755974052 },
{ "subId": 7211603, "order": 3, "descHash": 2468361636 },
{ "subId": 7211604, "order": 4, "descHash": 1284563964 }
]
},
{
"id": 72117,
"titleHash": 944204063,
"children": [
{ "subId": 7211701, "order": 1, "hidden": true, "test": true, "descHash": 1843191404 },
{ "subId": 7211702, "order": 2, "descHash": 2564114732 },
{ "subId": 7211703, "order": 3, "descHash": 3323166684 },
{ "subId": 7211704, "order": 4, "descHash": 198921292 },
{ "subId": 7211705, "order": 5, "descHash": 351428900 },
{ "subId": 7211706, "order": 6, "hidden": true },
{ "subId": 7211707, "order": 7, "hidden": true },
{ "subId": 7211708, "order": 8, "descHash": 1702158492 }
]
},
{
"id": 72118,
"titleHash": 2674553551,
"children": [
{ "subId": 7211801, "order": 1, "hidden": true, "test": true, "descHash": 860825052 },
{ "subId": 7211802, "order": 2, "descHash": 2944903628 },
{ "subId": 7211803, "order": 3, "descHash": 2099951140 },
{ "subId": 7211804, "order": 4, "descHash": 1122892292 },
{ "subId": 7211805, "order": 5, "hidden": true, "test": true, "descHash": 1501820724 },
{ "subId": 7211806, "order": 6, "hidden": true },
{ "subId": 7211807, "order": 7, "hidden": true },
{ "subId": 7211808, "order": 8, "descHash": 1124514260 },
{ "subId": 7211809, "order": 9, "descHash": 2105067076 }
]
},
{
"id": 72119,
"titleHash": 3185866927,
"children": [
{ "subId": 7211901, "order": 1, "hidden": true },
{ "subId": 7211902, "order": 2, "descHash": 2618446836 },
{ "subId": 7211903, "order": 3, "descHash": 1109917060 },
{ "subId": 7211904, "order": 4, "descHash": 910450372 }
]
},
{
"id": 72120,
"titleHash": 2410441815,
"children": [
{ "subId": 7212001, "order": 1, "hidden": true, "test": true, "descHash": 2143226820 },
{ "subId": 7212002, "order": 2, "descHash": 2076993724 },
{ "subId": 7212003, "order": 3, "descHash": 512223444 },
{ "subId": 7212004, "order": 4, "descHash": 1131485724 },
{ "subId": 7212005, "order": 5, "descHash": 3078393108 },
{ "subId": 7212006, "order": 6, "descHash": 3062172756 },
{ "subId": 7212007, "order": 7, "hidden": true },
{ "subId": 7212008, "order": 8, "hidden": true },
{ "subId": 7212009, "order": 9, "descHash": 438728964 }
]
},
{
"id": 72121,
"hidden": true,
"test": true,
"titleHash": 366142895,
"children": [
{ "subId": 7212101, "order": 1, "hidden": true },
{ "subId": 7212102, "order": 2, "hidden": true },
{ "subId": 7212103, "order": 3, "hidden": true },
{ "subId": 7212104, "order": 4, "hidden": true },
{ "subId": 7212105, "order": 5, "hidden": true },
{ "subId": 7212106, "order": 6, "hidden": true },
{ "subId": 7212107, "order": 7, "hidden": true },
{ "subId": 7212108, "order": 8, "hidden": true }
]
},
{
"id": 72122,
"titleHash": 1569473791,
"children": [
{ "subId": 7212201, "order": 1, "hidden": true },
{ "subId": 7212202, "order": 2, "descHash": 1878219820 },
{ "subId": 7212203, "order": 3, "descHash": 3166364396 },
{ "subId": 7212204, "order": 4, "descHash": 3979419164 },
{ "subId": 7212223, "order": 5, "descHash": 2845993324 },
{ "subId": 7212218, "order": 6, "descHash": 3449481212 },
{ "subId": 7212219, "order": 7, "descHash": 1814352044 },
{ "subId": 7212221, "order": 8, "descHash": 106594404 },
{ "subId": 7212225, "order": 9, "hidden": true, "descHash": 3536489228 },
{ "subId": 7212224, "order": 10, "hidden": true, "descHash": 2435298116 },
{ "subId": 7212205, "order": 11, "descHash": 1614366396 },
{ "subId": 7212222, "order": 12, "descHash": 591020692 },
{ "subId": 7212206, "order": 13, "descHash": 979087628 },
{ "subId": 7212207, "order": 14, "descHash": 2660296428 },
{ "subId": 7212208, "order": 15, "descHash": 1633843212 },
{ "subId": 7212209, "order": 16, "descHash": 991899260 },
{ "subId": 7212210, "order": 17, "descHash": 1430817404 },
{ "subId": 7212213, "order": 18, "descHash": 3315582700 },
{ "subId": 7212214, "order": 19, "descHash": 989390972 },
{ "subId": 7212215, "order": 20, "descHash": 3771620460 },
{ "subId": 7212216, "order": 21, "descHash": 59521252 },
{ "subId": 7212211, "order": 22, "descHash": 1797465932 },
{ "subId": 7212212, "order": 23, "descHash": 1970996028 },
{ "subId": 7212217, "order": 24, "descHash": 2910996444 }
]
},
{
"id": 72123,
"titleHash": 3826181287,
"children": [
{ "subId": 7212301, "order": 1, "hidden": true },
{ "subId": 7212302, "order": 2, "descHash": 545578012 },
{ "subId": 7212303, "order": 3, "descHash": 1107782020 },
{ "subId": 7212304, "order": 4, "descHash": 2705415036 },
{ "subId": 7212305, "order": 5, "descHash": 2248388436 },
{ "subId": 7212306, "order": 6, "descHash": 679943284 },
{ "subId": 7212307, "order": 7, "descHash": 3668759228 },
{ "subId": 7212308, "order": 8, "descHash": 3387476716 },
{ "subId": 7212309, "order": 9, "descHash": 3581026932 },
{ "subId": 7212310, "order": 10, "descHash": 1938913076 },
{ "subId": 7212311, "order": 11, "descHash": 1223764740 },
{ "subId": 7212312, "order": 12, "hidden": true },
{ "subId": 7212313, "order": 13, "hidden": true },
{ "subId": 7212314, "order": 14, "descHash": 1577305428 },
{ "subId": 7212315, "order": 15, "descHash": 1087590644 },
{ "subId": 7212316, "order": 16, "descHash": 1489696716 },
{ "subId": 7212317, "order": 17, "descHash": 42247708 },
{ "subId": 7212318, "order": 18, "descHash": 1955308260 },
{ "subId": 7212319, "order": 19, "descHash": 1082042076 }
]
},
{
"id": 72124,
"titleHash": 1727940143,
"children": [
{ "subId": 7212401, "order": 1, "hidden": true },
{ "subId": 7212402, "order": 2, "descHash": 3739679828 },
{ "subId": 7212423, "order": 3, "descHash": 4285620444 },
{ "subId": 7212403, "order": 4, "descHash": 4132453932 },
{ "subId": 7212404, "order": 5, "descHash": 543754620 },
{ "subId": 7212405, "order": 6, "descHash": 2638618324 },
{ "subId": 7212406, "order": 7, "descHash": 3019763164 },
{ "subId": 7212407, "order": 8, "descHash": 548998236 },
{ "subId": 7212408, "order": 9, "descHash": 1698378676 },
{ "subId": 7212425, "order": 10, "descHash": 3952186140 },
{ "subId": 7212409, "order": 11, "descHash": 3062826788 },
{ "subId": 7212410, "order": 12, "descHash": 1506883988 },
{ "subId": 7212424, "order": 13 },
{ "subId": 7212411, "order": 14, "descHash": 3914117988 },
{ "subId": 7212412, "order": 15, "descHash": 1108965612 },
{ "subId": 7212413, "order": 16, "descHash": 1047641188 },
{ "subId": 7212414, "order": 17, "descHash": 3998953644 },
{ "subId": 7212426, "order": 20, "descHash": 1237418612 },
{ "subId": 7212415, "order": 26, "descHash": 248476988 },
{ "subId": 7212416, "order": 27, "descHash": 1910142724 },
{ "subId": 7212417, "order": 28, "descHash": 2828031052 },
{ "subId": 7212418, "order": 29, "descHash": 3885037020 },
{ "subId": 7212419, "order": 30, "descHash": 3016981364 },
{ "subId": 7212420, "order": 31, "descHash": 1941745140 },
{ "subId": 7212421, "order": 34, "descHash": 919575052 },
{ "subId": 7212422, "order": 35, "descHash": 1594301772 },
{ "subId": 7212427, "order": 99, "test": true, "descHash": 2286788468 }
]
},
{
"id": 72125,
"hidden": true,
"test": true,
"titleHash": 817380183,
"children": [
{ "subId": 7212504, "order": 1, "hidden": true },
{ "subId": 7212501, "order": 2, "hidden": true },
{ "subId": 7212502, "order": 3, "hidden": true },
{ "subId": 7212505, "order": 4, "hidden": true },
{ "subId": 7212503, "order": 5, "hidden": true }
]
},
{
"id": 72126,
"hidden": true,
"test": true,
"titleHash": 3012646415,
"children": [
{ "subId": 7212601, "order": 1, "hidden": true },
{ "subId": 7212602, "order": 2, "hidden": true },
{ "subId": 7212603, "order": 3, "hidden": true },
{ "subId": 7212605, "order": 4, "hidden": true },
{ "subId": 7212604, "order": 5, "hidden": true }
]
},
{
"id": 72127,
"hidden": true,
"test": true,
"titleHash": 4016172823,
"children": [
{ "subId": 7212701, "order": 1, "hidden": true },
{ "subId": 7212702, "order": 2, "hidden": true },
{ "subId": 7212703, "order": 3, "hidden": true },
{ "subId": 7212704, "order": 4, "hidden": true }
]
},
{
"id": 72128,
"hidden": true,
"test": true,
"titleHash": 358031935,
"children": [
{ "subId": 7212801, "order": 1, "hidden": true },
{ "subId": 7212807, "order": 2, "hidden": true },
{ "subId": 7212817, "order": 3, "hidden": true },
{ "subId": 7212808, "order": 4, "hidden": true },
{ "subId": 7212809, "order": 5, "hidden": true },
{ "subId": 7212810, "order": 6, "hidden": true },
{ "subId": 7212802, "order": 7, "hidden": true },
{ "subId": 7212803, "order": 8, "hidden": true },
{ "subId": 7212804, "order": 9, "hidden": true },
{ "subId": 7212805, "order": 10, "hidden": true },
{ "subId": 7212816, "order": 11, "hidden": true },
{ "subId": 7212813, "order": 12, "hidden": true },
{ "subId": 7212814, "order": 13, "hidden": true },
{ "subId": 7212806, "order": 14, "hidden": true },
{ "subId": 7212812, "order": 15, "hidden": true },
{ "subId": 7212815, "order": 16, "hidden": true },
{ "subId": 7212811, "order": 17, "hidden": true }
]
},
{
"id": 72129,
"titleHash": 2638013831,
"children": [
{ "subId": 7212910, "order": 1, "hidden": true, "descHash": 2183269980 },
{ "subId": 7212905, "order": 2, "descHash": 4053487124 },
{ "subId": 7212906, "order": 3, "descHash": 532109940 },
{ "subId": 7212907, "order": 4, "hidden": true, "descHash": 3342221724 },
{ "subId": 7212908, "order": 5, "hidden": true, "descHash": 2339447708 },
{ "subId": 7212909, "order": 6, "hidden": true, "descHash": 2339453196 },
{ "subId": 7212911, "order": 7, "descHash": 3546959668 }
]
},
{
"id": 72130,
"titleHash": 3334183007,
"children": [
{ "subId": 7213004, "order": 4, "hidden": true, "descHash": 381259804 },
{ "subId": 7213005, "order": 5, "descHash": 3942672660 },
{ "subId": 7213006, "order": 6, "descHash": 1352989180 },
{ "subId": 7213007, "order": 7, "hidden": true, "descHash": 1687088804 },
{ "subId": 7213008, "order": 8, "hidden": true, "descHash": 801568708 },
{ "subId": 7213009, "order": 9, "hidden": true, "descHash": 1138831172 }
]
},
{
"id": 72131,
"titleHash": 2474356655,
"children": [
{ "subId": 7213104, "order": 4, "hidden": true, "descHash": 3061711204 },
{ "subId": 7213105, "order": 5, "descHash": 2482668868 },
{ "subId": 7213106, "order": 6, "descHash": 799028676 },
{ "subId": 7213107, "order": 7, "hidden": true, "descHash": 3320004388 },
{ "subId": 7213108, "order": 8, "hidden": true, "descHash": 1271918668 },
{ "subId": 7213109, "order": 9, "hidden": true, "descHash": 3437444764 }
]
},
{
"id": 72132,
"titleHash": 305154495,
"children": [
{ "subId": 7213201, "order": 1, "descHash": 1656350332 },
{ "subId": 7213202, "order": 2, "descHash": 2371156932 },
{ "subId": 7213204, "order": 3, "descHash": 3540580860 },
{ "subId": 7213206, "order": 4, "hidden": true, "descHash": 1597006044 },
{ "subId": 7213205, "order": 5, "descHash": 2422609916 }
]
},
{
"id": 72133,
"titleHash": 4155151279,
"children": [{ "subId": 7213301, "order": 1, "hidden": true, "descHash": 1810252292 }]
},
{
"id": 72134,
"titleHash": 1495501791,
"children": [
{ "subId": 7213401, "order": 1, "descHash": 72438740 },
{ "subId": 7213402, "order": 2 }
]
},
{
"id": 72135,
"hidden": true,
"test": true,
"titleHash": 3857715751,
"children": [
{ "subId": 7213504, "order": 1, "hidden": true, "descHash": 127296452 },
{ "subId": 7213505, "order": 2, "hidden": true, "descHash": 2466032732 },
{ "subId": 7213501, "order": 3, "hidden": true, "descHash": 325990580 },
{ "subId": 7213502, "order": 4, "hidden": true, "descHash": 4145026668 },
{ "subId": 7213503, "order": 5, "hidden": true, "descHash": 1640278324 }
]
},
{
"id": 72136,
"hidden": true,
"test": true,
"titleHash": 1698000335,
"children": [
{ "subId": 7213604, "order": 1, "hidden": true, "descHash": 1021820532 },
{ "subId": 7213605, "order": 2, "hidden": true, "descHash": 3939341892 },
{ "subId": 7213601, "order": 3, "hidden": true, "descHash": 3646034948 },
{ "subId": 7213602, "order": 4, "hidden": true, "descHash": 3702065052 },
{ "subId": 7213603, "order": 5, "hidden": true, "descHash": 1521639380 }
]
},
{
"id": 72137,
"hidden": true,
"test": true,
"titleHash": 4043321415,
"children": [
{ "subId": 7213704, "order": 1, "hidden": true, "descHash": 443532060 },
{ "subId": 7213705, "order": 2, "hidden": true, "descHash": 106371260 },
{ "subId": 7213701, "order": 3, "hidden": true, "descHash": 3504963772 },
{ "subId": 7213702, "order": 4, "hidden": true, "descHash": 1164626900 },
{ "subId": 7213703, "order": 5, "hidden": true, "descHash": 1449905940 }
]
},
{
"id": 72138,
"titleHash": 1133614239,
"children": [
{ "subId": 7213801, "order": 1, "hidden": true, "descHash": 347132148 },
{ "subId": 7213802, "order": 2, "descHash": 1055148892 },
{ "subId": 7213807, "order": 3, "descHash": 2062616844 },
{ "subId": 7213803, "order": 4, "descHash": 2384717452 },
{ "subId": 7213804, "order": 5, "descHash": 2292095204 },
{ "subId": 7213805, "order": 6, "descHash": 414912204 },
{ "subId": 7213806, "order": 7, "descHash": 3287111852 }
]
},
{
"id": 72139,
"hidden": true,
"titleHash": 1524542415,
"children": [
{ "subId": 7213901, "order": 1, "hidden": true, "descHash": 680514500 },
{ "subId": 7213902, "order": 2, "hidden": true, "descHash": 2159131172 },
{ "subId": 7213903, "order": 3, "hidden": true, "descHash": 2151551660 },
{ "subId": 7213904, "order": 4, "hidden": true, "descHash": 1999729852 },
{ "subId": 7213905, "order": 5, "hidden": true, "descHash": 232268172 },
{ "subId": 7213906, "order": 6, "hidden": true, "descHash": 4195113012 },
{ "subId": 7213907, "order": 7, "hidden": true, "descHash": 2565614404 },
{ "subId": 7213909, "order": 8, "hidden": true, "descHash": 1973220228 },
{ "subId": 7213908, "order": 9, "hidden": true, "descHash": 2303489460 }
]
},
{
"id": 72140,
"titleHash": 802179543,
"children": [
{ "subId": 7214001, "order": 1, "hidden": true, "descHash": 4280684244 },
{ "subId": 7214002, "order": 2, "descHash": 2762367604 },
{ "subId": 7214016, "order": 3, "descHash": 502227668 },
{ "subId": 7214003, "order": 4, "descHash": 3889239276 },
{ "subId": 7214004, "order": 5, "descHash": 2093956860 },
{ "subId": 7214027, "order": 6, "descHash": 1166381748 },
{ "subId": 7214005, "order": 7, "descHash": 3456197652 },
{ "subId": 7214006, "order": 8, "descHash": 4087509484 },
{ "subId": 7214017, "order": 9, "descHash": 2887035572 },
{ "subId": 7214007, "order": 10, "descHash": 1898242708 },
{ "subId": 7214008, "order": 11, "descHash": 2052183108 },
{ "subId": 7214018, "order": 12, "descHash": 24200732 },
{ "subId": 7214009, "order": 13, "descHash": 1017612764 },
{ "subId": 7214019, "order": 16, "descHash": 2791274340 },
{ "subId": 7214023, "order": 17, "descHash": 1597272748 },
{ "subId": 7214024, "order": 18, "descHash": 2045490892 },
{ "subId": 7214010, "order": 19, "descHash": 3032200148 },
{ "subId": 7214020, "order": 20, "descHash": 2014446324 },
{ "subId": 7214011, "order": 21, "descHash": 2186024044 },
{ "subId": 7214022, "order": 22, "descHash": 4038424652 },
{ "subId": 7214012, "order": 23, "descHash": 3378610564 },
{ "subId": 7214021, "order": 24, "hidden": true, "descHash": 2696788004 },
{ "subId": 7214013, "order": 25, "hidden": true, "descHash": 426062708 },
{ "subId": 7214014, "order": 26, "hidden": true, "descHash": 531494844 },
{ "subId": 7214015, "order": 27, "hidden": true, "descHash": 3897031340 },
{ "subId": 7214026, "order": 98, "hidden": true, "descHash": 3627762492 },
{ "subId": 7214025, "order": 99, "hidden": true, "descHash": 3700528716 }
]
},
{
"id": 72141,
"titleHash": 288125615,
"children": [
{ "subId": 7214101, "order": 1, "hidden": true, "test": true, "descHash": 879448852 },
{ "subId": 7214112, "order": 2, "hidden": true, "test": true, "descHash": 914893052 },
{ "subId": 7214113, "order": 3, "hidden": true, "test": true, "descHash": 438035924 },
{ "subId": 7214102, "order": 4, "hidden": true, "test": true, "descHash": 4031716924 },
{ "subId": 7214103, "order": 5, "hidden": true, "test": true, "descHash": 2324761676 },
{ "subId": 7214104, "order": 6, "hidden": true, "test": true, "descHash": 2246503988 },
{ "subId": 7214114, "order": 7, "hidden": true, "test": true, "descHash": 441231348 },
{ "subId": 7214115, "order": 8, "hidden": true, "test": true, "descHash": 3200750164 },
{ "subId": 7214105, "order": 9, "hidden": true, "test": true, "descHash": 3329456268 },
{ "subId": 7214106, "order": 10, "hidden": true, "test": true, "descHash": 901296540 },
{ "subId": 7214107, "order": 11, "hidden": true, "test": true, "descHash": 3450469108 },
{ "subId": 7214116, "order": 12, "hidden": true, "test": true, "descHash": 1183383076 },
{ "subId": 7214117, "order": 13, "hidden": true, "test": true, "descHash": 1524550460 },
{ "subId": 7214108, "order": 14, "hidden": true, "test": true, "descHash": 2374402684 },
{ "subId": 7214109, "order": 15, "hidden": true, "test": true, "descHash": 2743719012 },
{ "subId": 7214118, "order": 16, "hidden": true, "test": true, "descHash": 3851797468 },
{ "subId": 7214119, "order": 17, "hidden": true, "test": true, "descHash": 2328728484 },
{ "subId": 7214120, "order": 18, "hidden": true, "test": true, "descHash": 3198526532 },
{ "subId": 7214110, "order": 19, "descHash": 143107476 },
{ "subId": 7214111, "order": 20, "descHash": 2542372716 }
]
},
{
"id": 72142,
"hidden": true,
"test": true,
"titleHash": 4073146063,
"children": [
{ "subId": 7214201, "order": 1, "hidden": true },
{ "subId": 7214205, "order": 2, "hidden": true },
{ "subId": 7214202, "order": 3, "hidden": true },
{ "subId": 7214203, "order": 4, "hidden": true },
{ "subId": 7214204, "order": 5, "hidden": true }
]
},
{
"id": 72143,
"hidden": true,
"titleHash": 2782180791,
"children": [
{ "subId": 7214301, "order": 1, "hidden": true },
{ "subId": 7214302, "order": 2, "hidden": true }
]
},
{
"id": 72144,
"titleHash": 2247215647,
"children": [
{ "subId": 7214401, "order": 1, "hidden": true, "test": true, "descHash": 3192920948 },
{ "subId": 7214410, "order": 2, "hidden": true, "test": true, "descHash": 2847120260 },
{ "subId": 7214411, "order": 3, "hidden": true, "test": true, "descHash": 700234484 },
{ "subId": 7214413, "order": 4, "hidden": true, "test": true, "descHash": 1450756076 },
{ "subId": 7214403, "order": 5, "descHash": 3438476892 },
{ "subId": 7214404, "order": 6, "descHash": 2151488380 },
{ "subId": 7214405, "order": 7, "descHash": 623580308 },
{ "subId": 7214406, "order": 8, "descHash": 1396059692 },
{ "subId": 7214407, "order": 9, "descHash": 62171940 },
{ "subId": 7214408, "order": 10, "descHash": 777695348 },
{ "subId": 7214412, "order": 11, "descHash": 1301067644 },
{ "subId": 7214414, "order": 12, "descHash": 2901037692 },
{ "subId": 7214409, "order": 13, "descHash": 2932609692 }
]
},
{
"id": 72145,
"titleHash": 1095085143,
"children": [
{ "subId": 7214501, "order": 1, "descHash": 917295620 },
{ "subId": 7214502, "order": 2, "descHash": 765573108 },
{ "subId": 7214503, "order": 3, "descHash": 623473268 },
{ "subId": 7214504, "order": 4, "hidden": true, "test": true, "descHash": 1982536044 },
{ "subId": 7214505, "order": 5, "hidden": true, "test": true, "descHash": 3983783588 },
{ "subId": 7214506, "order": 6, "hidden": true, "test": true, "descHash": 1693864180 },
{ "subId": 7214508, "order": 7, "hidden": true, "test": true, "descHash": 3711860972 },
{ "subId": 7214507, "order": 8, "descHash": 4129066884 }
]
},
{
"id": 72146,
"titleHash": 297588511,
"children": [
{ "subId": 7214601, "order": 1, "descHash": 1488485308 },
{ "subId": 7214602, "order": 2, "descHash": 709210276 },
{ "subId": 7214603, "order": 3, "descHash": 2597755180 },
{ "subId": 7214604, "order": 4, "descHash": 3538233164 }
]
},
{
"id": 72147,
"titleHash": 928371895,
"children": [
{ "subId": 7214701, "order": 1, "descHash": 463429804 },
{ "subId": 7214702, "order": 2, "descHash": 2069010412 },
{ "subId": 7214703, "order": 3, "descHash": 2055531588 },
{ "subId": 7214704, "order": 4, "descHash": 1489732716 }
]
},
{
"id": 72148,
"titleHash": 3101227535,
"children": [
{ "subId": 7214801, "order": 1, "descHash": 395442284 },
{ "subId": 7214802, "order": 2, "descHash": 2039153380 },
{ "subId": 7214803, "order": 3, "descHash": 4274120708 },
{ "subId": 7214804, "order": 4, "descHash": 482759412 },
{ "subId": 7214805, "order": 5, "descHash": 2447520172 }
]
},
{
"id": 72149,
"titleHash": 204528007,
"children": [
{ "subId": 7214901, "order": 1, "descHash": 659496652 },
{ "subId": 7214902, "order": 2, "descHash": 3819251332 },
{ "subId": 7214907, "order": 3, "hidden": true, "test": true, "descHash": 2811826612 },
{ "subId": 7214903, "order": 4, "descHash": 552535900 },
{ "subId": 7214904, "order": 5, "descHash": 1855731452 },
{ "subId": 7214905, "order": 6, "descHash": 3500305612 },
{ "subId": 7214906, "order": 7, "descHash": 1222602028 }
]
},
{
"id": 72150,
"titleHash": 312976159,
"children": [
{ "subId": 7215001, "order": 1, "hidden": true, "test": true, "descHash": 2762482908 },
{ "subId": 7215002, "order": 2, "descHash": 3986638700 },
{ "subId": 7215009, "order": 3, "hidden": true, "test": true, "descHash": 1322026204 },
{ "subId": 7215003, "order": 4, "descHash": 3292272036 },
{ "subId": 7215008, "order": 5, "descHash": 116874100 },
{ "subId": 7215004, "order": 6, "descHash": 2588193004 },
{ "subId": 7215005, "order": 7, "descHash": 1253123692 },
{ "subId": 7215006, "order": 8, "descHash": 3208792276 },
{ "subId": 7215007, "order": 9, "descHash": 1173686244 }
]
},
{
"id": 72151,
"titleHash": 1728084903,
"children": [
{ "subId": 7215101, "order": 1, "hidden": true, "test": true, "descHash": 2591342252 },
{ "subId": 7215102, "order": 2, "descHash": 3007226508 },
{ "subId": 7215103, "order": 3, "descHash": 1713760420 },
{ "subId": 7215104, "order": 4, "descHash": 4187681652 },
{ "subId": 7215105, "order": 5, "descHash": 2816989460 },
{ "subId": 7215106, "order": 6, "descHash": 2162493876 },
{ "subId": 7215108, "order": 7, "descHash": 637280708 },
{ "subId": 7215110, "order": 8, "descHash": 1377986044 },
{ "subId": 7215109, "order": 9, "descHash": 3421401196 },
{ "subId": 7215107, "order": 10, "hidden": true, "test": true, "descHash": 532284436 }
]
},
{
"id": 72152,
"hidden": true,
"titleHash": 3291995511,
"children": [
{ "subId": 7215201, "order": 1, "hidden": true, "test": true, "descHash": 776406700 },
{ "subId": 7215202, "order": 2, "hidden": true, "test": true, "descHash": 3763983532 },
{ "subId": 7215203, "order": 3, "hidden": true, "test": true, "descHash": 3244270068 }
]
},
{
"id": 72153,
"titleHash": 1079170311,
"children": [
{ "subId": 7215301, "order": 1, "hidden": true, "descHash": 3119902188 },
{ "subId": 7215302, "order": 2, "descHash": 380050700 },
{ "subId": 7215303, "order": 3, "descHash": 2770493308 },
{ "subId": 7215304, "order": 4, "descHash": 3858235100 },
{ "subId": 7215305, "order": 5, "descHash": 442988612 },
{ "subId": 7215306, "order": 6, "descHash": 207806876 },
{ "subId": 7215307, "order": 7, "descHash": 2126543524 },
{ "subId": 7215308, "order": 8, "descHash": 651367468 },
{ "subId": 7215309, "order": 9, "descHash": 1585369924 },
{ "subId": 7215310, "order": 10, "descHash": 4219164956 },
{ "subId": 7215311, "order": 11, "descHash": 3348844684 },
{ "subId": 7215312, "order": 12, "descHash": 2469196148 },
{ "subId": 7215313, "order": 13, "descHash": 1950104420 },
{ "subId": 7215314, "order": 14, "descHash": 1769189428 },
{ "subId": 7215315, "order": 15, "descHash": 2217814212 },
{ "subId": 7215316, "order": 16, "descHash": 2135673308 }
]
},
{
"id": 72154,
"titleHash": 3862293215,
"children": [
{ "subId": 7215401, "order": 1, "hidden": true, "test": true, "descHash": 2136906996 },
{ "subId": 7215405, "order": 2, "descHash": 3107471404 },
{ "subId": 7215402, "order": 3, "descHash": 1716637852 },
{ "subId": 7215404, "order": 4, "descHash": 1349517124 },
{ "subId": 7215403, "order": 5, "descHash": 922038340 }
]
},
{
"id": 72155,
"titleHash": 2385781079,
"children": [
{ "subId": 7215517, "order": 1, "hidden": true, "test": true, "descHash": 3251516628 },
{ "subId": 7215518, "order": 2, "descHash": 4066961556 },
{ "subId": 7215519, "order": 3, "hidden": true, "test": true, "descHash": 1695422564 },
{ "subId": 7215501, "order": 4, "descHash": 147128956 },
{ "subId": 7215502, "order": 5, "descHash": 4024255572 },
{ "subId": 7215503, "order": 6, "descHash": 683415732 },
{ "subId": 7215504, "order": 7, "descHash": 256405012 },
{ "subId": 7215520, "order": 8, "descHash": 298877052 },
{ "subId": 7215521, "order": 9, "descHash": 1666918212 },
{ "subId": 7215526, "order": 10, "descHash": 1494813716 },
{ "subId": 7215505, "order": 11, "descHash": 1209373772 },
{ "subId": 7215525, "order": 12, "hidden": true, "test": true, "descHash": 904865932 },
{ "subId": 7215522, "order": 13, "descHash": 208211020 },
{ "subId": 7215506, "order": 14, "hidden": true, "test": true, "descHash": 1116683612 },
{ "subId": 7215507, "order": 15, "descHash": 1138535524 },
{ "subId": 7215508, "order": 16, "descHash": 2761320372 },
{ "subId": 7215509, "order": 17, "descHash": 3814214956 },
{ "subId": 7215510, "order": 18, "descHash": 710201308 },
{ "subId": 7215511, "order": 19, "descHash": 592619828 },
{ "subId": 7215512, "order": 20, "descHash": 2866277900 },
{ "subId": 7215527, "order": 21, "descHash": 3705493636 },
{ "subId": 7215528, "order": 22, "descHash": 1214815380 },
{ "subId": 7215529, "order": 23, "hidden": true, "test": true, "descHash": 3445489708 },
{ "subId": 7215530, "order": 24, "hidden": true, "test": true, "descHash": 1470478300 },
{ "subId": 7215513, "order": 25, "descHash": 3282440124 },
{ "subId": 7215514, "order": 26, "descHash": 9277164 },
{ "subId": 7215515, "order": 27, "descHash": 261576108 },
{ "subId": 7215524, "order": 28, "descHash": 3541552484 },
{ "subId": 7215532, "order": 29, "descHash": 1156275252 },
{ "subId": 7215523, "order": 30, "descHash": 4071222196 },
{ "subId": 7215531, "order": 31, "hidden": true, "test": true, "descHash": 3734286972 },
{ "subId": 7215516, "order": 32, "descHash": 2469268196 }
]
},
{
"id": 72156,
"titleHash": 1224538383,
"children": [
{ "subId": 7215602, "order": 1, "descHash": 2643696884 },
{ "subId": 7215603, "order": 2, "descHash": 314381500 },
{ "subId": 7215604, "order": 3, "descHash": 4160891356 },
{ "subId": 7215607, "order": 4, "descHash": 1434010940 },
{ "subId": 7215601, "order": 5, "descHash": 1077171196 },
{ "subId": 7215609, "order": 6, "hidden": true, "test": true, "descHash": 321055204 },
{ "subId": 7215610, "order": 7, "hidden": true, "test": true, "descHash": 336384316 },
{ "subId": 7215605, "order": 8, "descHash": 340882932 },
{ "subId": 7215608, "order": 9, "hidden": true, "test": true, "descHash": 41679772 },
{ "subId": 7215606, "order": 10, "descHash": 3662420380 }
]
},
{
"id": 72157,
"titleHash": 1339289127,
"children": [
{ "subId": 7215702, "order": 1, "descHash": 588847412 },
{ "subId": 7215703, "order": 2, "descHash": 2561784460 },
{ "subId": 7215704, "order": 3, "descHash": 3608254084 },
{ "subId": 7215705, "order": 4, "descHash": 1320859980 },
{ "subId": 7215701, "order": 5, "descHash": 4221628756 },
{ "subId": 7215707, "order": 6, "descHash": 128880324 },
{ "subId": 7215709, "order": 7, "hidden": true, "test": true, "descHash": 1534786532 },
{ "subId": 7215710, "order": 8, "hidden": true, "test": true, "descHash": 3869293004 },
{ "subId": 7215706, "order": 9, "descHash": 3477040596 },
{ "subId": 7215708, "order": 10, "hidden": true, "test": true, "descHash": 996835276 }
]
},
{
"id": 72158,
"titleHash": 171553671,
"children": [
{ "subId": 7215808, "order": 1, "descHash": 736825436 },
{ "subId": 7215806, "order": 2, "descHash": 1473635516 },
{ "subId": 7215801, "order": 3, "descHash": 1015933308 },
{ "subId": 7215810, "order": 4, "hidden": true, "test": true, "descHash": 3289543572 },
{ "subId": 7215813, "order": 5, "hidden": true, "test": true, "descHash": 2527712300 },
{ "subId": 7215811, "order": 6, "hidden": true, "test": true, "descHash": 3911699372 },
{ "subId": 7215815, "order": 7, "hidden": true, "test": true, "descHash": 940542156 },
{ "subId": 7215816, "order": 8, "hidden": true, "test": true, "descHash": 2930541540 },
{ "subId": 7215812, "order": 9, "hidden": true, "test": true, "descHash": 717335964 },
{ "subId": 7215814, "order": 10, "hidden": true, "test": true, "descHash": 671285876 },
{ "subId": 7215802, "order": 11, "hidden": true, "test": true, "descHash": 3799244956 },
{ "subId": 7215807, "order": 12, "descHash": 3580659268 },
{ "subId": 7215803, "order": 13, "descHash": 3866746956 },
{ "subId": 7215809, "order": 14, "descHash": 3970896572 },
{ "subId": 7215804, "order": 15, "descHash": 2555239996 },
{ "subId": 7215805, "order": 16, "descHash": 3548576196 }
]
},
{
"id": 72159,
"hidden": true,
"test": true,
"titleHash": 1771682479,
"children": [
{ "subId": 7215901, "order": 1, "hidden": true },
{ "subId": 7215902, "order": 2, "hidden": true },
{ "subId": 7215906, "order": 3, "hidden": true },
{ "subId": 7215907, "order": 4, "hidden": true },
{ "subId": 7215903, "order": 5, "hidden": true },
{ "subId": 7215904, "order": 6, "hidden": true },
{ "subId": 7215905, "order": 7, "hidden": true }
]
},
{
"id": 72160,
"test": true,
"unreleased": true,
"titleHash": 3757666055,
"children": [
{ "subId": 7216001, "order": 1, "test": true, "unreleased": true, "descHash": 2511945020 },
{ "subId": 7216002, "order": 2 },
{ "subId": 7216003, "order": 3, "test": true, "unreleased": true, "descHash": 3036926788 },
{ "subId": 7216004, "order": 4, "test": true, "unreleased": true, "descHash": 149586660 },
{ "subId": 7216005, "order": 5 },
{ "subId": 7216006, "order": 6, "test": true, "unreleased": true, "descHash": 2213861924 },
{ "subId": 7216007, "order": 7, "test": true, "unreleased": true, "descHash": 417492108 },
{ "subId": 7216008, "order": 8 },
{ "subId": 7216009, "order": 9, "test": true, "unreleased": true, "descHash": 771674508 },
{ "subId": 7216016, "order": 10, "test": true, "unreleased": true, "descHash": 1595766836 },
{ "subId": 7216010, "order": 11, "test": true, "unreleased": true, "descHash": 3482955668 },
{ "subId": 7216011, "order": 12 },
{ "subId": 7216012, "order": 13, "test": true, "unreleased": true, "descHash": 339726804 },
{ "subId": 7216013, "order": 14, "test": true, "unreleased": true, "descHash": 3801368420 },
{ "subId": 7216014, "order": 15 },
{ "subId": 7216015, "order": 16, "test": true, "unreleased": true, "descHash": 3625025772 }
]
},
{
"id": 72161,
"titleHash": 2413515679,
"children": [
{ "subId": 7216113, "order": 1, "hidden": true, "descHash": 12952324 },
{ "subId": 7216101, "order": 2, "descHash": 1572744340 },
{ "subId": 7216102, "order": 3, "descHash": 3390161476 },
{ "subId": 7216103, "order": 4, "descHash": 2749974180 },
{ "subId": 7216114, "order": 5, "descHash": 3773003276 },
{ "subId": 7216104, "order": 6, "descHash": 2702574412 },
{ "subId": 7216105, "order": 7, "descHash": 1412917060 },
{ "subId": 7216106, "order": 8, "descHash": 3174041628 },
{ "subId": 7216107, "order": 9, "descHash": 807376132 },
{ "subId": 7216108, "order": 10, "descHash": 2977539036 },
{ "subId": 7216111, "order": 13, "descHash": 4194315388 },
{ "subId": 7216109, "order": 20, "test": true, "descHash": 1314146948 },
{ "subId": 7216110, "order": 21, "test": true, "descHash": 1200838164 },
{ "subId": 7216112, "order": 22, "test": true, "descHash": 3041703076 }
]
},
{
"id": 72162,
"titleHash": 1382202343,
"children": [
{ "subId": 7216216, "order": 1, "hidden": true, "descHash": 963833644 },
{ "subId": 7216201, "order": 2, "descHash": 4291508740 },
{ "subId": 7216202, "order": 3, "descHash": 774806556 },
{ "subId": 7216203, "order": 4, "descHash": 3515331692 },
{ "subId": 7216205, "order": 5, "descHash": 2283931516 },
{ "subId": 7216204, "order": 6, "descHash": 2976888012 },
{ "subId": 7216206, "order": 7, "descHash": 244514372 },
{ "subId": 7216217, "order": 8, "descHash": 2508533604 },
{ "subId": 7216210, "order": 9, "descHash": 2803469204 },
{ "subId": 7216207, "order": 10, "descHash": 1353485748 },
{ "subId": 7216208, "order": 11, "descHash": 251003732 },
{ "subId": 7216209, "order": 12, "descHash": 1750591084 },
{ "subId": 7216219, "order": 13, "descHash": 1083277244 },
{ "subId": 7216211, "order": 14, "descHash": 1001452724 },
{ "subId": 7216212, "order": 15, "descHash": 3017793692 },
{ "subId": 7216227, "order": 16, "descHash": 2938043100 },
{ "subId": 7216220, "order": 17, "descHash": 1939322132 },
{ "subId": 7216213, "order": 18, "descHash": 808358244 },
{ "subId": 7216221, "order": 19, "descHash": 1732705788 },
{ "subId": 7216228, "order": 20, "descHash": 1432039684 },
{ "subId": 7216214, "order": 21, "descHash": 562973572 },
{ "subId": 7216215, "order": 22, "descHash": 703821764 },
{ "subId": 7216222, "order": 23, "descHash": 3866531884 },
{ "subId": 7216229, "order": 24, "descHash": 563266100 },
{ "subId": 7216223, "order": 25, "descHash": 3223517332 },
{ "subId": 7216224, "order": 26, "descHash": 2841178140 },
{ "subId": 7216225, "order": 27, "descHash": 43755588 },
{ "subId": 7216230, "order": 28, "descHash": 3316856228 },
{ "subId": 7216231, "order": 29, "descHash": 2818712764 },
{ "subId": 7216226, "order": 30, "descHash": 3355922396 }
]
},
{
"id": 72163,
"titleHash": 225742751,
"children": [
{ "subId": 7216308, "order": 1, "hidden": true, "test": true, "descHash": 2191617788 },
{ "subId": 7216309, "order": 2, "hidden": true, "test": true, "descHash": 2304213108 },
{ "subId": 7216301, "order": 3, "test": true, "descHash": 2135870908 },
{ "subId": 7216310, "order": 4, "test": true, "descHash": 3338950500 },
{ "subId": 7216311, "order": 5, "test": true, "descHash": 977004084 },
{ "subId": 7216312, "order": 6, "descHash": 2503589108 },
{ "subId": 7216302, "order": 7, "descHash": 2615429980 },
{ "subId": 7216303, "order": 8, "descHash": 1488329876 },
{ "subId": 7216304, "order": 9, "descHash": 2777616316 },
{ "subId": 7216305, "order": 10, "descHash": 3645777884 },
{ "subId": 7216306, "order": 11, "descHash": 3071306372 },
{ "subId": 7216313, "order": 12, "hidden": true, "test": true, "descHash": 2257350012 },
{ "subId": 7216314, "order": 13, "hidden": true, "test": true, "descHash": 213605468 },
{ "subId": 7216307, "order": 14, "descHash": 1035491196 }
]
},
{
"id": 72164,
"titleHash": 2188520999,
"children": [
{ "subId": 7216438, "order": 1, "hidden": true, "test": true, "descHash": 2220474172 },
{ "subId": 7216439, "order": 2, "descHash": 4231823180 },
{ "subId": 7216443, "order": 3, "descHash": 1197618468 },
{ "subId": 7216440, "order": 4, "test": true, "descHash": 670415652 },
{ "subId": 7216441, "order": 5, "test": true, "descHash": 710366212 },
{ "subId": 7216442, "order": 6, "test": true, "descHash": 4229594308 },
{ "subId": 7216452, "order": 7, "test": true, "descHash": 2645633660 },
{ "subId": 7216409, "order": 8, "test": true, "descHash": 553237564 },
{ "subId": 7216410, "order": 9, "test": true, "descHash": 3575133700 },
{ "subId": 7216453, "order": 10, "test": true, "descHash": 2141755004 },
{ "subId": 7216451, "order": 11, "test": true, "descHash": 1973872964 },
{ "subId": 7216411, "order": 12, "test": true, "descHash": 3481364868 },
{ "subId": 7216412, "order": 13, "test": true, "descHash": 1890502084 },
{ "subId": 7216413, "order": 14, "test": true, "descHash": 4017860468 },
{ "subId": 7216414, "order": 15, "test": true, "descHash": 4251380988 },
{ "subId": 7216415, "order": 16, "test": true, "descHash": 2995664700 },
{ "subId": 7216416, "order": 17, "test": true, "descHash": 882555940 },
{ "subId": 7216417, "order": 18, "test": true, "descHash": 2187292308 },
{ "subId": 7216418, "order": 19, "test": true, "descHash": 2210387956 },
{ "subId": 7216401, "order": 20, "test": true, "descHash": 4056213692 },
{ "subId": 7216402, "order": 21, "test": true, "descHash": 150131684 },
{ "subId": 7216403, "order": 22, "test": true, "descHash": 3525755540 },
{ "subId": 7216404, "order": 23, "test": true, "descHash": 475498412 },
{ "subId": 7216405, "order": 24, "test": true, "descHash": 2819295844 },
{ "subId": 7216406, "order": 25, "test": true, "descHash": 1626432972 },
{ "subId": 7216407, "order": 26, "test": true, "descHash": 3232209596 },
{ "subId": 7216408, "order": 27, "test": true, "descHash": 1605074004 },
{ "subId": 7216419, "order": 28, "test": true, "descHash": 3704506388 },
{ "subId": 7216420, "order": 29, "test": true, "descHash": 3160389620 },
{ "subId": 7216421, "order": 30, "test": true, "descHash": 570928836 },
{ "subId": 7216422, "order": 31, "test": true, "descHash": 1353253060 },
{ "subId": 7216423, "order": 32, "test": true, "descHash": 4278369084 },
{ "subId": 7216424, "order": 33, "test": true, "descHash": 72921628 },
{ "subId": 7216425, "order": 34, "test": true, "descHash": 941046292 },
{ "subId": 7216426, "order": 35, "test": true, "descHash": 3027404148 },
{ "subId": 7216427, "order": 36, "test": true, "descHash": 1482258980 },
{ "subId": 7216428, "order": 37, "test": true, "descHash": 3812858524 },
{ "subId": 7216429, "order": 38, "test": true, "descHash": 3811171116 },
{ "subId": 7216430, "order": 39, "test": true, "descHash": 615268796 },
{ "subId": 7216431, "order": 40, "test": true, "descHash": 2246052940 },
{ "subId": 7216432, "order": 41, "test": true, "descHash": 2200470604 },
{ "subId": 7216433, "order": 42, "test": true, "descHash": 1475508708 },
{ "subId": 7216434, "order": 43, "test": true, "descHash": 4066337932 },
{ "subId": 7216435, "order": 44, "test": true, "descHash": 2057210260 },
{ "subId": 7216436, "order": 45, "test": true, "descHash": 2072671268 },
{ "subId": 7216437, "order": 46, "test": true, "descHash": 259626396 },
{ "subId": 7216444, "order": 47, "test": true, "descHash": 3848657620 },
{ "subId": 7216445, "order": 48, "test": true, "descHash": 1241232796 },
{ "subId": 7216446, "order": 49, "test": true, "descHash": 2119075748 },
{ "subId": 7216447, "order": 50, "test": true, "descHash": 1403054420 },
{ "subId": 7216448, "order": 51, "test": true, "descHash": 2992343548 },
{ "subId": 7216449, "order": 52, "test": true, "descHash": 2876406244 },
{ "subId": 7216450, "order": 53, "test": true, "descHash": 3412915564 }
]
},
{
"id": 72165,
"hidden": true,
"titleHash": 2442334583,
"children": [
{ "subId": 7216501, "order": 1, "hidden": true, "test": true, "descHash": 2419967556 },
{ "subId": 7216502, "order": 2, "hidden": true, "test": true, "descHash": 2802925356 },
{ "subId": 7216511, "order": 3, "hidden": true },
{ "subId": 7216503, "order": 4, "hidden": true, "test": true, "descHash": 488960276 },
{ "subId": 7216504, "order": 5, "hidden": true, "test": true, "descHash": 4109781908 },
{ "subId": 7216512, "order": 6, "hidden": true },
{ "subId": 7216505, "order": 7, "hidden": true, "test": true, "descHash": 3417734180 },
{ "subId": 7216506, "order": 8, "hidden": true, "test": true, "descHash": 408087588 },
{ "subId": 7216513, "order": 9, "hidden": true },
{ "subId": 7216507, "order": 10, "hidden": true, "test": true, "descHash": 3370218700 },
{ "subId": 7216508, "order": 11, "hidden": true, "test": true, "descHash": 3687361292 },
{ "subId": 7216514, "order": 12, "hidden": true },
{ "subId": 7216509, "order": 13, "hidden": true, "test": true, "descHash": 1562660444 },
{ "subId": 7216510, "order": 14, "hidden": true, "test": true, "descHash": 3013508764 }
]
},
{
"id": 72166,
"titleHash": 2548337375,
"children": [
{ "subId": 7216630, "order": 1, "hidden": true },
{ "subId": 7216631, "order": 2, "hidden": true },
{ "subId": 7216632, "order": 3, "hidden": true },
{ "subId": 7216633, "order": 4, "hidden": true },
{ "subId": 7216648, "order": 5, "hidden": true },
{ "subId": 7216601, "order": 6, "descHash": 1021763428 },
{ "subId": 7216651, "order": 7, "hidden": true },
{ "subId": 7216635, "order": 8, "descHash": 3564470188 },
{ "subId": 7216602, "order": 9, "descHash": 3437536932 },
{ "subId": 7216603, "order": 10, "descHash": 394981868 },
{ "subId": 7216643, "order": 11, "descHash": 321747548 },
{ "subId": 7216604, "order": 12, "descHash": 1234618156 },
{ "subId": 7216634, "order": 13, "hidden": true },
{ "subId": 7216636, "order": 14, "descHash": 2691372612 },
{ "subId": 7216637, "order": 15, "descHash": 1269309116 },
{ "subId": 7216605, "order": 16, "hidden": true },
{ "subId": 7216606, "order": 17, "descHash": 2243825604 },
{ "subId": 7216621, "order": 18, "hidden": true },
{ "subId": 7216622, "order": 19, "hidden": true },
{ "subId": 7216644, "order": 20, "hidden": true },
{ "subId": 7216607, "order": 21, "descHash": 1080819508 },
{ "subId": 7216653, "order": 22, "hidden": true },
{ "subId": 7216640, "order": 23, "hidden": true },
{ "subId": 7216608, "order": 24, "descHash": 30850652 },
{ "subId": 7216641, "order": 25, "descHash": 1431123292 },
{ "subId": 7216609, "order": 26, "descHash": 2197604260 },
{ "subId": 7216610, "order": 27, "descHash": 4114737988 },
{ "subId": 7216623, "order": 28, "descHash": 3239168996 },
{ "subId": 7216611, "order": 29, "descHash": 3037295052 },
{ "subId": 7216642, "order": 30, "descHash": 1486719428 },
{ "subId": 7216612, "order": 31, "descHash": 1461307772 },
{ "subId": 7216614, "order": 32, "descHash": 1180390956 },
{ "subId": 7216624, "order": 33, "descHash": 1381476860 },
{ "subId": 7216615, "order": 34, "descHash": 3744068708 },
{ "subId": 7216613, "order": 35, "descHash": 3728961108 },
{ "subId": 7216620, "order": 36, "descHash": 1104225356 },
{ "subId": 7216646, "order": 37, "descHash": 1115108676 },
{ "subId": 7216649, "order": 38, "hidden": true },
{ "subId": 7216650, "order": 39, "descHash": 3029710948 },
{ "subId": 7216626, "order": 40, "descHash": 404796676 },
{ "subId": 7216627, "order": 41, "descHash": 3547723572 },
{ "subId": 7216616, "order": 42, "descHash": 2890385980 },
{ "subId": 7216652, "order": 43, "hidden": true },
{ "subId": 7216628, "order": 44, "descHash": 1125376524 },
{ "subId": 7216617, "order": 45, "descHash": 1092618020 },
{ "subId": 7216625, "order": 46, "descHash": 2977927932 },
{ "subId": 7216618, "order": 47, "descHash": 3705777436 },
{ "subId": 7216629, "order": 48, "hidden": true },
{ "subId": 7216638, "order": 49, "hidden": true },
{ "subId": 7216639, "order": 50, "hidden": true },
{ "subId": 7216645, "order": 51, "descHash": 3240868620 },
{ "subId": 7216647, "order": 52, "descHash": 1032585124 },
{ "subId": 7216619, "order": 53, "descHash": 1840743716 }
]
},
{
"id": 72167,
"titleHash": 1791107823,
"children": [
{ "subId": 7216701, "order": 1, "descHash": 4141907412 },
{ "subId": 7216702, "order": 2, "descHash": 2274699892 },
{ "subId": 7216703, "order": 3, "descHash": 1498723212 },
{ "subId": 7216723, "order": 4, "hidden": true },
{ "subId": 7216720, "order": 5, "hidden": true },
{ "subId": 7216704, "order": 6, "hidden": true },
{ "subId": 7216706, "order": 7, "descHash": 2834416076 },
{ "subId": 7216705, "order": 8, "descHash": 995798692 },
{ "subId": 7216736, "order": 9, "hidden": true },
{ "subId": 7216732, "order": 10, "descHash": 2370963372 },
{ "subId": 7216707, "order": 11, "descHash": 579908908 },
{ "subId": 7216708, "order": 12, "hidden": true, "test": true, "descHash": 3046414412 },
{ "subId": 7216709, "order": 13, "descHash": 3437992116 },
{ "subId": 7216722, "order": 14, "descHash": 2602326692 },
{ "subId": 7216737, "order": 15, "hidden": true },
{ "subId": 7216710, "order": 16, "descHash": 3001134116 },
{ "subId": 7216738, "order": 17, "hidden": true },
{ "subId": 7216711, "order": 18, "descHash": 2272391004 },
{ "subId": 7216725, "order": 19, "descHash": 2670111092 },
{ "subId": 7216712, "order": 20, "descHash": 1951329284 },
{ "subId": 7216726, "order": 21, "hidden": true },
{ "subId": 7216713, "order": 22, "hidden": true, "test": true, "descHash": 3256055540 },
{ "subId": 7216727, "order": 23, "hidden": true },
{ "subId": 7216728, "order": 24, "hidden": true },
{ "subId": 7216714, "order": 25, "hidden": true, "test": true, "descHash": 719166412 },
{ "subId": 7216729, "order": 26, "hidden": true },
{ "subId": 7216730, "order": 27, "hidden": true },
{ "subId": 7216715, "order": 28, "hidden": true, "test": true, "descHash": 612428324 },
{ "subId": 7216731, "order": 29, "hidden": true },
{ "subId": 7216721, "order": 30, "descHash": 3327096732 },
{ "subId": 7216717, "order": 31, "hidden": true, "test": true, "descHash": 879456052 },
{ "subId": 7216733, "order": 32, "hidden": true, "descHash": 2638559396 },
{ "subId": 7216716, "order": 33, "descHash": 2571902244 },
{ "subId": 7216739, "order": 34, "hidden": true, "descHash": 939513572 },
{ "subId": 7216718, "order": 35, "descHash": 3402579484 },
{ "subId": 7216735, "order": 36, "hidden": true, "descHash": 1811350924 },
{ "subId": 7216724, "order": 37, "descHash": 2012185988 },
{ "subId": 7216734, "order": 38, "descHash": 4230592772 },
{ "subId": 7216719, "order": 39, "descHash": 731801612 }
]
},
{
"id": 72168,
"titleHash": 461972623,
"children": [
{ "subId": 7216801, "order": 1, "hidden": true, "test": true, "descHash": 2993127204 },
{ "subId": 7216802, "order": 2, "descHash": 2020284604 },
{ "subId": 7216803, "order": 3, "descHash": 3898682380 },
{ "subId": 7216804, "order": 4, "descHash": 1563999812 }
]
},
{
"id": 72169,
"titleHash": 386859479,
"children": [
{ "subId": 7216901, "order": 1, "hidden": true, "test": true, "descHash": 55408324 },
{ "subId": 7216905, "order": 2, "descHash": 3428847004 },
{ "subId": 7216902, "order": 3, "descHash": 1080994244 },
{ "subId": 7216903, "order": 4, "descHash": 303215980 },
{ "subId": 7216904, "order": 5, "descHash": 3805175228 }
]
},
{
"id": 72170,
"titleHash": 3657815911,
"children": [
{ "subId": 7217005, "order": 1, "hidden": true, "test": true, "descHash": 3978277692 },
{ "subId": 7217001, "order": 2, "hidden": true, "test": true, "descHash": 2984878628 },
{ "subId": 7217002, "order": 3, "descHash": 3430685452 },
{ "subId": 7217003, "order": 4, "descHash": 1711994564 },
{ "subId": 7217004, "order": 5, "descHash": 2080201236 }
]
},
{
"id": 72171,
"titleHash": 622627831,
"children": [
{ "subId": 7217101, "order": 1, "descHash": 2743002300 },
{ "subId": 7217102, "order": 2 },
{ "subId": 7217103, "order": 3 }
]
},
{
"id": 72172,
"titleHash": 1892764287,
"children": [
{ "subId": 7217219, "order": 1, "hidden": true, "test": true, "descHash": 3758275564 },
{ "subId": 7217231, "order": 2, "hidden": true },
{ "subId": 7217229, "order": 3, "hidden": true },
{ "subId": 7217220, "order": 4, "hidden": true },
{ "subId": 7217224, "order": 5, "hidden": true },
{ "subId": 7217201, "order": 6, "descHash": 4053505228 },
{ "subId": 7217221, "order": 7, "descHash": 4140321260 },
{ "subId": 7217202, "order": 8, "descHash": 1977732220 },
{ "subId": 7217225, "order": 9, "hidden": true },
{ "subId": 7217222, "order": 10, "descHash": 158689092 },
{ "subId": 7217203, "order": 11, "descHash": 198960292 },
{ "subId": 7217204, "order": 12, "descHash": 3366235132 },
{ "subId": 7217227, "order": 13, "hidden": true },
{ "subId": 7217209, "order": 14, "descHash": 1903335764 },
{ "subId": 7217210, "order": 15, "descHash": 192622884 },
{ "subId": 7217230, "order": 16, "hidden": true },
{ "subId": 7217217, "order": 17, "hidden": true },
{ "subId": 7217223, "order": 18, "hidden": true },
{ "subId": 7217205, "order": 19, "descHash": 3651586012 },
{ "subId": 7217206, "order": 20, "descHash": 1145128564 },
{ "subId": 7217207, "order": 21, "descHash": 3190341988 },
{ "subId": 7217232, "order": 22, "hidden": true },
{ "subId": 7217212, "order": 23, "hidden": true },
{ "subId": 7217218, "order": 24, "hidden": true },
{ "subId": 7217213, "order": 25, "descHash": 2860924980 },
{ "subId": 7217228, "order": 26, "hidden": true },
{ "subId": 7217208, "order": 27, "hidden": true },
{ "subId": 7217214, "order": 28, "descHash": 3994031748 },
{ "subId": 7217215, "order": 29, "descHash": 3952917812 },
{ "subId": 7217216, "order": 30, "descHash": 138922932 },
{ "subId": 7217226, "order": 31, "descHash": 2829919068 },
{ "subId": 7217211, "order": 32, "hidden": true, "test": true, "descHash": 3138234660 }
]
},
{
"id": 72173,
"titleHash": 1373011415,
"children": [
{ "subId": 7217316, "order": 1, "hidden": true, "test": true, "descHash": 1891317892 },
{ "subId": 7217347, "order": 2, "hidden": true },
{ "subId": 7217349, "order": 3, "descHash": 4279174876 },
{ "subId": 7217301, "order": 4, "descHash": 3788701268 },
{ "subId": 7217321, "order": 5, "descHash": 3560943452 },
{ "subId": 7217302, "order": 6, "descHash": 887636620 },
{ "subId": 7217346, "order": 7, "descHash": 2851543980 },
{ "subId": 7217323, "order": 8, "descHash": 4225447964 },
{ "subId": 7217326, "order": 9, "descHash": 3826841644 },
{ "subId": 7217303, "order": 10, "descHash": 1755492412 },
{ "subId": 7217329, "order": 11 },
{ "subId": 7217324, "order": 12, "descHash": 3233636868 },
{ "subId": 7217304, "order": 13, "descHash": 1190442668 },
{ "subId": 7217325, "order": 14, "descHash": 2419251412 },
{ "subId": 7217327, "order": 15, "descHash": 309371980 },
{ "subId": 7217305, "order": 16, "descHash": 2163776604 },
{ "subId": 7217330, "order": 17 },
{ "subId": 7217328, "order": 18, "descHash": 1141289060 },
{ "subId": 7217306, "order": 19, "descHash": 448319068 },
{ "subId": 7217331, "order": 20, "descHash": 3153438444 },
{ "subId": 7217332, "order": 21, "descHash": 3329722628 },
{ "subId": 7217333, "order": 22, "descHash": 1757030428 },
{ "subId": 7217334, "order": 23, "descHash": 2173809692 },
{ "subId": 7217307, "order": 24, "descHash": 2507449276 },
{ "subId": 7217335, "order": 25 },
{ "subId": 7217336, "order": 26, "descHash": 3221960692 },
{ "subId": 7217308, "order": 27, "descHash": 1389313556 },
{ "subId": 7217309, "order": 28, "descHash": 841013076 },
{ "subId": 7217310, "order": 29, "descHash": 1940578140 },
{ "subId": 7217317, "order": 30, "descHash": 4096239644 },
{ "subId": 7217337, "order": 31, "descHash": 1920936212 },
{ "subId": 7217311, "order": 32, "descHash": 3587654812 },
{ "subId": 7217338, "order": 33 },
{ "subId": 7217312, "order": 34, "descHash": 807690476 },
{ "subId": 7217339, "order": 35, "hidden": true, "test": true, "descHash": 406395356 },
{ "subId": 7217340, "order": 36, "descHash": 3890990076 },
{ "subId": 7217341, "order": 37, "descHash": 1961974668 },
{ "subId": 7217313, "order": 38, "descHash": 2204291076 },
{ "subId": 7217342, "order": 39 },
{ "subId": 7217314, "order": 40, "descHash": 1135760300 },
{ "subId": 7217350, "order": 41, "descHash": 3841500388 },
{ "subId": 7217315, "order": 42, "descHash": 319294148 },
{ "subId": 7217343, "order": 43, "descHash": 66364068 },
{ "subId": 7217318, "order": 44, "hidden": true, "test": true, "descHash": 1833131420 },
{ "subId": 7217344, "order": 45, "descHash": 3827436628 },
{ "subId": 7217322, "order": 46, "hidden": true, "test": true, "descHash": 258018460 },
{ "subId": 7217348, "order": 47, "hidden": true },
{ "subId": 7217319, "order": 48, "descHash": 133106820 },
{ "subId": 7217320, "order": 49, "descHash": 392297756 },
{ "subId": 7217345, "order": 50, "hidden": true, "test": true, "descHash": 3035993276 }
]
},
{
"id": 72174,
"hidden": true,
"test": true,
"titleHash": 2940013991,
"children": [
{ "subId": 7217401, "order": 1, "hidden": true, "test": true, "descHash": 657306748 },
{ "subId": 7217402, "order": 2, "hidden": true, "test": true, "descHash": 3243775364 },
{ "subId": 7217403, "order": 3, "hidden": true, "test": true, "descHash": 781227820 },
{ "subId": 7217404, "order": 4, "hidden": true }
]
},
{
"id": 72175,
"titleHash": 4093588751,
"children": [
{ "subId": 7217516, "order": 1, "hidden": true },
{ "subId": 7217501, "order": 2, "hidden": true },
{ "subId": 7217517, "order": 3, "descHash": 383399196 },
{ "subId": 7217510, "order": 4, "descHash": 1100885100 },
{ "subId": 7217504, "order": 5, "hidden": true },
{ "subId": 7217505, "order": 6, "hidden": true },
{ "subId": 7217506, "order": 7, "hidden": true },
{ "subId": 7217507, "order": 8, "hidden": true },
{ "subId": 7217508, "order": 9, "hidden": true },
{ "subId": 7217503, "order": 10, "hidden": true },
{ "subId": 7217502, "order": 11, "descHash": 2758172476 },
{ "subId": 7217518, "order": 12, "hidden": true },
{ "subId": 7217509, "order": 13, "descHash": 3081866308 },
{ "subId": 7217512, "order": 14, "hidden": true },
{ "subId": 7217513, "order": 15, "hidden": true },
{ "subId": 7217514, "order": 16, "hidden": true },
{ "subId": 7217515, "order": 17, "hidden": true },
{ "subId": 7217511, "order": 18, "hidden": true }
]
},
{
"id": 72176,
"titleHash": 2881804079,
"children": [
{ "subId": 7217601, "order": 1, "hidden": true, "test": true, "descHash": 2375557972 },
{ "subId": 7217603, "order": 2, "hidden": true, "test": true, "descHash": 1056353028 },
{ "subId": 7217604, "order": 3, "descHash": 480468484 },
{ "subId": 7217602, "order": 4, "descHash": 3003221404 },
{ "subId": 7217605, "order": 5, "descHash": 4084996420 }
]
},
{
"id": 72177,
"titleHash": 773518695,
"children": [
{ "subId": 7217702, "order": 1, "descHash": 1413775764 },
{ "subId": 7217703, "order": 2, "descHash": 2034205580 },
{ "subId": 7217710, "order": 3, "descHash": 1078894100 },
{ "subId": 7217711, "order": 4, "descHash": 2168677812 },
{ "subId": 7217756, "order": 5, "descHash": 353910188 },
{ "subId": 7217704, "order": 6, "descHash": 3990599460 },
{ "subId": 7217743, "order": 7, "hidden": true },
{ "subId": 7217705, "order": 8, "hidden": true },
{ "subId": 7217706, "order": 9, "descHash": 4233068964 },
{ "subId": 7217738, "order": 10, "descHash": 676413796 },
{ "subId": 7217739, "order": 11, "descHash": 1730572876 },
{ "subId": 7217707, "order": 12, "descHash": 464596236 },
{ "subId": 7217721, "order": 13, "hidden": true },
{ "subId": 7217755, "order": 14, "hidden": true },
{ "subId": 7217751, "order": 15, "descHash": 2045148036 },
{ "subId": 7217752, "order": 16, "descHash": 1549865084 },
{ "subId": 7217753, "order": 17, "descHash": 1522447396 },
{ "subId": 7217754, "order": 18, "descHash": 3547031308 },
{ "subId": 7217709, "order": 19, "descHash": 2344321068 },
{ "subId": 7217712, "order": 20, "hidden": true },
{ "subId": 7217714, "order": 21, "descHash": 2419030372 },
{ "subId": 7217713, "order": 22, "descHash": 851812324 },
{ "subId": 7217715, "order": 23, "descHash": 3537519364 },
{ "subId": 7217746, "order": 24, "hidden": true },
{ "subId": 7217716, "order": 25, "descHash": 256515540 },
{ "subId": 7217717, "order": 26, "descHash": 2240410924 },
{ "subId": 7217718, "order": 27, "descHash": 2738367212 },
{ "subId": 7217719, "order": 28, "descHash": 326171492 },
{ "subId": 7217728, "order": 29, "hidden": true },
{ "subId": 7217722, "order": 30, "descHash": 1454684732 },
{ "subId": 7217740, "order": 31, "descHash": 2412786348 },
{ "subId": 7217741, "order": 32, "hidden": true },
{ "subId": 7217747, "order": 33, "descHash": 2235139676 },
{ "subId": 7217732, "order": 34, "descHash": 1357995164 },
{ "subId": 7217733, "order": 35, "hidden": true },
{ "subId": 7217734, "order": 36, "descHash": 353512988 },
{ "subId": 7217748, "order": 37, "descHash": 2874200908 },
{ "subId": 7217735, "order": 38, "descHash": 545516988 },
{ "subId": 7217736, "order": 39, "descHash": 2922972764 },
{ "subId": 7217737, "order": 40, "descHash": 1111529428 },
{ "subId": 7217744, "order": 41, "descHash": 3766062676 },
{ "subId": 7217749, "order": 42, "descHash": 2906863300 }
]
},
{
"id": 72178,
"hidden": true,
"test": true,
"titleHash": 676524399,
"children": [
{ "subId": 7217801, "order": 1, "hidden": true, "test": true, "descHash": 1043757412 },
{ "subId": 7217802, "order": 2, "hidden": true, "descHash": 1209300284 },
{ "subId": 7217803, "order": 3, "hidden": true, "descHash": 37151324 },
{ "subId": 7217804, "order": 4, "hidden": true, "descHash": 2600003732 },
{ "subId": 7217805, "order": 5, "hidden": true, "descHash": 90956004 },
{ "subId": 7217806, "order": 6, "hidden": true, "descHash": 3323439164 },
{ "subId": 7217807, "order": 7, "hidden": true, "descHash": 1362469060 }
]
},
{
"id": 72179,
"hidden": true,
"test": true,
"titleHash": 577152671,
"children": [
{ "subId": 7217901, "order": 1, "hidden": true, "test": true, "descHash": 2465753436 },
{ "subId": 7217902, "order": 2, "hidden": true, "test": true, "descHash": 493615956 }
]
},
{
"id": 72180,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 1978060311,
"children": [
{ "subId": 7218001, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 2965514244 }
]
},
{
"id": 72181,
"hidden": true,
"test": true,
"titleHash": 4291911007,
"children": [
{ "subId": 7218101, "order": 1, "hidden": true, "test": true, "descHash": 418954548 },
{ "subId": 7218102, "order": 2, "hidden": true },
{ "subId": 7218103, "order": 3, "hidden": true, "test": true, "descHash": 1159060748 },
{ "subId": 7218104, "order": 4, "hidden": true, "test": true, "descHash": 215194692 },
{ "subId": 7218105, "order": 5, "hidden": true },
{ "subId": 7218106, "order": 6, "hidden": true, "test": true, "descHash": 351095812 },
{ "subId": 7218107, "order": 7, "hidden": true, "test": true, "descHash": 2529251940 },
{ "subId": 7218108, "order": 8, "hidden": true },
{ "subId": 7218109, "order": 9, "hidden": true, "test": true, "descHash": 4278826156 },
{ "subId": 7218110, "order": 10, "hidden": true, "test": true, "descHash": 4135736356 }
]
},
{ "id": 72182, "hidden": true, "children": [{ "subId": 7218201, "order": 1, "hidden": true }] },
{
"id": 72183,
"titleHash": 356432359,
"children": [
{ "subId": 7218301, "order": 1, "descHash": 3023700716 },
{ "subId": 7218302, "order": 2, "descHash": 1944426500 }
]
},
{
"id": 72184,
"titleHash": 1105686879,
"children": [
{ "subId": 7218401, "order": 1, "descHash": 715575940 },
{ "subId": 7218402, "order": 2, "descHash": 4213914532 },
{ "subId": 7218403, "order": 3, "descHash": 2535440836 },
{ "subId": 7218404, "order": 4, "descHash": 2413567468 },
{ "subId": 7218405, "order": 5, "descHash": 3185431980 }
]
},
{
"id": 72185,
"titleHash": 436160431,
"children": [
{ "subId": 7218501, "order": 1, "descHash": 3078982260 },
{ "subId": 7218502, "order": 2, "descHash": 61063004 },
{ "subId": 7218503, "order": 3, "descHash": 566709420 },
{ "subId": 7218504, "order": 4, "descHash": 688958060 },
{ "subId": 7218505, "order": 5, "descHash": 2133622772 }
]
},
{
"id": 72186,
"hidden": true,
"test": true,
"titleHash": 30562167,
"children": [
{ "subId": 7218601, "order": 1, "hidden": true, "test": true, "descHash": 891404828 },
{ "subId": 7218602, "order": 2, "hidden": true },
{ "subId": 7218603, "order": 3, "hidden": true, "test": true, "descHash": 3332075468 },
{ "subId": 7218604, "order": 4, "hidden": true, "test": true, "descHash": 1684595380 },
{ "subId": 7218605, "order": 5, "hidden": true },
{ "subId": 7218606, "order": 6, "hidden": true, "test": true, "descHash": 2148014380 },
{ "subId": 7218607, "order": 7, "hidden": true, "test": true, "descHash": 2841184996 },
{ "subId": 7218608, "order": 8, "hidden": true },
{ "subId": 7218609, "order": 9, "hidden": true, "test": true, "descHash": 599250236 },
{ "subId": 7218610, "order": 10, "hidden": true, "test": true, "descHash": 2278770620 }
]
},
{
"id": 72187,
"hidden": true,
"test": true,
"titleHash": 815365975,
"children": [
{ "subId": 7218701, "order": 1, "hidden": true, "test": true, "descHash": 2706852820 },
{ "subId": 7218702, "order": 2, "hidden": true },
{ "subId": 7218703, "order": 3, "hidden": true, "test": true, "descHash": 3607164452 },
{ "subId": 7218704, "order": 4, "hidden": true, "test": true, "descHash": 335472092 },
{ "subId": 7218705, "order": 5, "hidden": true },
{ "subId": 7218706, "order": 6, "hidden": true, "test": true, "descHash": 2235121708 },
{ "subId": 7218707, "order": 7, "hidden": true, "test": true, "descHash": 2117768092 },
{ "subId": 7218708, "order": 8, "hidden": true },
{ "subId": 7218709, "order": 9, "hidden": true, "test": true, "descHash": 647240740 },
{ "subId": 7218710, "order": 10, "hidden": true, "test": true, "descHash": 1514721476 }
]
},
{
"id": 72188,
"hidden": true,
"test": true,
"titleHash": 2502814063,
"children": [
{ "subId": 7218801, "order": 1, "hidden": true, "test": true, "descHash": 2469189356 },
{ "subId": 7218802, "order": 2, "hidden": true },
{ "subId": 7218803, "order": 3, "hidden": true, "test": true, "descHash": 2461057100 },
{ "subId": 7218804, "order": 4, "hidden": true, "test": true, "descHash": 2700004892 },
{ "subId": 7218805, "order": 5, "hidden": true },
{ "subId": 7218806, "order": 6, "hidden": true, "test": true, "descHash": 37827348 },
{ "subId": 7218807, "order": 7, "hidden": true, "test": true, "descHash": 3825010020 },
{ "subId": 7218808, "order": 8, "hidden": true },
{ "subId": 7218809, "order": 9, "hidden": true, "test": true, "descHash": 1130723444 },
{ "subId": 7218810, "order": 10, "hidden": true, "test": true, "descHash": 1982192100 }
]
},
{
"id": 72189,
"hidden": true,
"test": true,
"titleHash": 1812698663,
"children": [
{ "subId": 7218901, "order": 1, "hidden": true, "test": true, "descHash": 3766125588 },
{ "subId": 7218902, "order": 2, "hidden": true },
{ "subId": 7218903, "order": 3, "hidden": true, "test": true, "descHash": 1268056612 },
{ "subId": 7218904, "order": 4, "hidden": true, "test": true, "descHash": 1110044204 },
{ "subId": 7218905, "order": 5, "hidden": true },
{ "subId": 7218906, "order": 6, "hidden": true, "test": true, "descHash": 2597875188 },
{ "subId": 7218907, "order": 7, "hidden": true, "test": true, "descHash": 3049696324 },
{ "subId": 7218908, "order": 8, "hidden": true },
{ "subId": 7218909, "order": 9, "hidden": true, "test": true, "descHash": 2950407756 },
{ "subId": 7218910, "order": 10, "hidden": true, "test": true, "descHash": 2398466780 }
]
},
{
"id": 72190,
"titleHash": 4265947335,
"children": [
{ "subId": 7219001, "order": 1, "descHash": 1882715036 },
{ "subId": 7219014, "order": 2, "hidden": true },
{ "subId": 7219008, "order": 3, "hidden": true },
{ "subId": 7219009, "order": 4, "descHash": 708851420 },
{ "subId": 7219010, "order": 5, "descHash": 2350400468 },
{ "subId": 7219011, "order": 6, "descHash": 550912932 },
{ "subId": 7219012, "order": 7, "hidden": true },
{ "subId": 7219013, "order": 8, "descHash": 1383810996 },
{ "subId": 7219002, "order": 9, "descHash": 970468716 },
{ "subId": 7219007, "order": 10, "descHash": 875657956 },
{ "subId": 7219003, "order": 11, "descHash": 17546172 },
{ "subId": 7219004, "order": 12, "descHash": 705377268 },
{ "subId": 7219005, "order": 13, "descHash": 1199865420 },
{ "subId": 7219006, "order": 14, "descHash": 3828571692 }
]
},
{
"id": 72191,
"titleHash": 2083031031,
"children": [
{ "subId": 7219101, "order": 1, "descHash": 2946715012 },
{ "subId": 7219102, "order": 2, "descHash": 3382331468 },
{ "subId": 7219103, "order": 3 },
{ "subId": 7219104, "order": 4, "descHash": 106380452 },
{ "subId": 7219105, "order": 5, "descHash": 4155774044 }
]
},
{
"id": 72192,
"titleHash": 3330498503,
"children": [
{ "subId": 7219201, "order": 1, "descHash": 3800675092 },
{ "subId": 7219202, "order": 2 },
{ "subId": 7219203, "order": 3, "descHash": 1871067908 },
{ "subId": 7219204, "order": 4, "descHash": 1759317996 },
{ "subId": 7219205, "order": 5, "descHash": 719866524 }
]
},
{
"id": 72193,
"hidden": true,
"test": true,
"titleHash": 4254345311,
"children": [
{ "subId": 7219301, "order": 1, "hidden": true, "test": true, "descHash": 1539392612 },
{ "subId": 7219302, "order": 2, "hidden": true },
{ "subId": 7219303, "order": 3, "hidden": true, "test": true, "descHash": 2791896660 },
{ "subId": 7219304, "order": 4, "hidden": true, "test": true, "descHash": 1782559796 },
{ "subId": 7219305, "order": 5, "hidden": true },
{ "subId": 7219306, "order": 6, "hidden": true, "test": true, "descHash": 2995968868 },
{ "subId": 7219307, "order": 7, "hidden": true, "test": true, "descHash": 1340038620 },
{ "subId": 7219308, "order": 8, "hidden": true },
{ "subId": 7219309, "order": 9, "hidden": true, "test": true, "descHash": 625678548 },
{ "subId": 7219310, "order": 10, "hidden": true, "test": true, "descHash": 4147231252 }
]
},
{
"id": 72194,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 2169637535,
"children": [
{ "subId": 7219401, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 4033664668 }
]
},
{
"id": 72195,
"hidden": true,
"unreleased": true,
"titleHash": 2926287255,
"children": [
{ "subId": 7219501, "order": 1, "hidden": true },
{ "subId": 7219502, "order": 2, "hidden": true }
]
},
{
"id": 72196,
"titleHash": 28687767,
"children": [
{ "subId": 7219614, "order": 1, "hidden": true, "descHash": 2373886740 },
{ "subId": 7219606, "order": 2, "hidden": true, "descHash": 196515164 },
{ "subId": 7219612, "order": 3, "hidden": true, "descHash": 1088272020 },
{ "subId": 7219607, "order": 4, "hidden": true, "descHash": 1419624812 },
{ "subId": 7219608, "order": 5, "hidden": true, "descHash": 2260619740 },
{ "subId": 7219613, "order": 6, "descHash": 1518339772 },
{ "subId": 7219611, "order": 7, "descHash": 883949292 }
]
},
{
"id": 72197,
"titleHash": 639573895,
"children": [
{ "subId": 7219723, "order": 20, "hidden": true, "descHash": 4024488740 },
{ "subId": 7219722, "order": 21, "hidden": true, "descHash": 255480668 },
{ "subId": 7219712, "order": 22, "hidden": true, "descHash": 1462384932 },
{ "subId": 7219721, "order": 23, "hidden": true, "descHash": 2706052612 },
{ "subId": 7219713, "order": 24, "hidden": true, "descHash": 1066312908 },
{ "subId": 7219714, "order": 25, "hidden": true, "descHash": 2270226132 },
{ "subId": 7219715, "order": 26, "hidden": true, "descHash": 1442762044 }
]
},
{
"id": 72198,
"hidden": true,
"titleHash": 3436137623,
"children": [{ "subId": 7219801, "order": 1, "hidden": true }]
},
{
"id": 72199,
"titleHash": 3325389255,
"children": [
{ "subId": 7219901, "order": 1, "hidden": true, "test": true, "descHash": 2587868828 },
{ "subId": 7219905, "order": 2, "hidden": true, "test": true, "descHash": 842063332 },
{ "subId": 7219902, "order": 3, "hidden": true, "test": true, "descHash": 3840081524 },
{ "subId": 7219903, "order": 4, "hidden": true, "test": true, "descHash": 2961432020 },
{ "subId": 7219904, "order": 5, "hidden": true, "test": true, "descHash": 3831665292 },
{ "subId": 7219906, "order": 7, "hidden": true, "test": true, "descHash": 3652717820 },
{ "subId": 7219907, "order": 8, "hidden": true, "test": true, "descHash": 1660345116 },
{ "subId": 7219909, "order": 9, "hidden": true, "test": true, "descHash": 3949010916 },
{ "subId": 7219910, "order": 10, "hidden": true, "test": true, "descHash": 2067909260 },
{ "subId": 7219923, "order": 11, "hidden": true, "test": true, "descHash": 3777602540 },
{ "subId": 7219911, "order": 12, "descHash": 931802516 },
{ "subId": 7219912, "order": 13, "descHash": 3336819444 },
{ "subId": 7219913, "order": 14, "descHash": 1176483036 },
{ "subId": 7219914, "order": 15, "descHash": 2731314972 },
{ "subId": 7219915, "order": 16, "descHash": 3147477084 },
{ "subId": 7219916, "order": 17, "descHash": 2703823844 },
{ "subId": 7219917, "order": 18, "descHash": 4246433244 },
{ "subId": 7219918, "order": 19, "descHash": 3799735012 },
{ "subId": 7219919, "order": 20, "descHash": 3132985276 },
{ "subId": 7219920, "order": 21, "descHash": 2085768052 },
{ "subId": 7219921, "order": 22, "descHash": 2036434292 },
{ "subId": 7219922, "order": 23, "descHash": 188420132 }
]
},
{
"id": 72200,
"hidden": true,
"titleHash": 1177272847,
"children": [{ "subId": 7220001, "order": 1, "hidden": true }]
},
{
"id": 72201,
"hidden": true,
"test": true,
"titleHash": 4152034951,
"children": [
{ "subId": 7220101, "order": 1, "hidden": true, "test": true, "descHash": 2442844932 },
{ "subId": 7220102, "order": 2, "hidden": true, "test": true, "descHash": 1664096476 },
{ "subId": 7220103, "order": 3, "hidden": true, "test": true, "descHash": 1123132588 }
]
},
{
"id": 72202,
"hidden": true,
"test": true,
"titleHash": 721889199,
"children": [
{ "subId": 7220201, "order": 1, "hidden": true },
{ "subId": 7220202, "order": 2, "hidden": true },
{ "subId": 7220203, "order": 3, "hidden": true }
]
},
{
"id": 72203,
"hidden": true,
"test": true,
"titleHash": 2116943015,
"children": [
{ "subId": 7220301, "order": 1, "hidden": true, "test": true, "descHash": 4082712836 },
{ "subId": 7220302, "order": 2, "hidden": true, "test": true, "descHash": 3672128500 },
{ "subId": 7220303, "order": 3, "hidden": true, "test": true, "descHash": 2664714652 },
{ "subId": 7220304, "order": 4, "hidden": true, "test": true, "descHash": 2489626876 },
{ "subId": 7220305, "order": 5, "hidden": true, "test": true, "descHash": 2958556204 },
{ "subId": 7220306, "order": 6, "hidden": true, "test": true, "descHash": 3078534084 },
{ "subId": 7220307, "order": 7, "hidden": true, "test": true, "descHash": 3033843996 },
{ "subId": 7220308, "order": 8, "hidden": true, "test": true, "descHash": 3312244372 }
]
},
{
"id": 72204,
"hidden": true,
"test": true,
"titleHash": 4016127807,
"children": [
{ "subId": 7220401, "order": 1, "hidden": true, "test": true, "descHash": 1263395012 },
{ "subId": 7220408, "order": 2, "hidden": true, "descHash": 3089189932 },
{ "subId": 7220402, "order": 3, "hidden": true, "test": true, "descHash": 1998946948 },
{ "subId": 7220409, "order": 4, "hidden": true, "descHash": 360518452 },
{ "subId": 7220403, "order": 5, "hidden": true, "test": true, "descHash": 3875092148 },
{ "subId": 7220410, "order": 6, "hidden": true, "descHash": 1707704164 },
{ "subId": 7220404, "order": 7, "hidden": true, "test": true, "descHash": 2400782804 },
{ "subId": 7220411, "order": 8, "hidden": true, "descHash": 2976344588 },
{ "subId": 7220405, "order": 9, "hidden": true, "test": true, "descHash": 3083286756 },
{ "subId": 7220406, "order": 10, "hidden": true, "test": true, "descHash": 406190372 },
{ "subId": 7220407, "order": 11, "hidden": true, "test": true, "descHash": 469361708 },
{ "subId": 7220412, "order": 12, "hidden": true, "test": true, "descHash": 1853683020 }
]
},
{
"id": 72205,
"hidden": true,
"test": true,
"titleHash": 1989158887,
"children": [
{ "subId": 7220501, "order": 1, "hidden": true },
{ "subId": 7220502, "order": 2, "hidden": true, "test": true, "descHash": 114386676 },
{ "subId": 7220503, "order": 3, "hidden": true, "test": true, "descHash": 1401617780 },
{ "subId": 7220512, "order": 4, "hidden": true },
{ "subId": 7220504, "order": 5, "hidden": true, "test": true, "descHash": 3406585884 },
{ "subId": 7220505, "order": 6, "hidden": true, "test": true, "descHash": 3476441012 },
{ "subId": 7220513, "order": 7, "hidden": true },
{ "subId": 7220506, "order": 8, "hidden": true, "test": true, "descHash": 1702818764 },
{ "subId": 7220507, "order": 9, "hidden": true, "test": true, "descHash": 2961439412 },
{ "subId": 7220514, "order": 10, "hidden": true },
{ "subId": 7220508, "order": 11, "hidden": true, "test": true, "descHash": 3562146180 },
{ "subId": 7220509, "order": 12, "hidden": true, "test": true, "descHash": 2341429948 },
{ "subId": 7220515, "order": 13, "hidden": true },
{ "subId": 7220510, "order": 14, "hidden": true, "test": true, "descHash": 2992776524 },
{ "subId": 7220511, "order": 15, "hidden": true, "test": true, "descHash": 2655536900 }
]
},
{
"id": 72206,
"hidden": true,
"test": true,
"titleHash": 706651223,
"children": [
{ "subId": 7220601, "order": 1, "hidden": true },
{ "subId": 7220602, "order": 2, "hidden": true },
{ "subId": 7220603, "order": 3, "hidden": true },
{ "subId": 7220604, "order": 4, "hidden": true },
{ "subId": 7220605, "order": 5, "hidden": true },
{ "subId": 7220606, "order": 6, "hidden": true },
{ "subId": 7220607, "order": 7, "hidden": true }
]
},
{
"id": 72207,
"hidden": true,
"test": true,
"titleHash": 3112858255,
"children": [
{ "subId": 7220706, "order": 1, "hidden": true },
{ "subId": 7220701, "order": 2, "hidden": true, "test": true, "descHash": 3653459108 },
{ "subId": 7220702, "order": 3, "hidden": true, "test": true, "descHash": 1033109740 },
{ "subId": 7220703, "order": 4, "hidden": true, "test": true, "descHash": 815860860 },
{ "subId": 7220704, "order": 5, "hidden": true, "test": true, "descHash": 2988278068 },
{ "subId": 7220705, "order": 6, "hidden": true, "test": true, "descHash": 1222922436 }
]
},
{
"id": 72208,
"hidden": true,
"test": true,
"titleHash": 1354087015,
"children": [
{ "subId": 7220801, "order": 1, "hidden": true, "test": true, "descHash": 1668038844 },
{ "subId": 7220802, "order": 2, "hidden": true },
{ "subId": 7220803, "order": 3, "hidden": true },
{ "subId": 7220804, "order": 4, "hidden": true },
{ "subId": 7220806, "order": 5, "hidden": true },
{ "subId": 7220805, "order": 6, "hidden": true, "test": true, "descHash": 3001218812 }
]
},
{
"id": 72209,
"titleHash": 1806863631,
"children": [
{ "subId": 7220901, "order": 1, "hidden": true, "test": true, "descHash": 4248536948 },
{ "subId": 7220902, "order": 2, "descHash": 96456388 },
{ "subId": 7220903, "order": 3, "descHash": 99774916 },
{ "subId": 7220904, "order": 4, "descHash": 918992148 },
{ "subId": 7220905, "order": 5, "descHash": 1767466900 },
{ "subId": 7220906, "order": 6, "descHash": 3673750548 },
{ "subId": 7220907, "order": 7, "descHash": 1305187476 }
]
},
{
"id": 72210,
"titleHash": 1162202343,
"children": [
{ "subId": 7221001, "order": 1, "hidden": true, "test": true, "descHash": 1034024420 },
{ "subId": 7221002, "order": 2, "descHash": 2090709732 },
{ "subId": 7221006, "order": 3, "descHash": 3211562292 },
{ "subId": 7221003, "order": 4, "descHash": 2838907724 },
{ "subId": 7221007, "order": 5, "descHash": 3914939236 },
{ "subId": 7221005, "order": 6, "descHash": 857955020 },
{ "subId": 7221004, "order": 7, "descHash": 3387802660 }
]
},
{
"id": 72211,
"titleHash": 291574903,
"children": [
{ "subId": 7221101, "order": 1, "hidden": true, "test": true, "descHash": 217079732 },
{ "subId": 7221102, "order": 2, "descHash": 3756686268 },
{ "subId": 7221103, "order": 3, "descHash": 951762980 },
{ "subId": 7221104, "order": 4, "descHash": 3003005596 },
{ "subId": 7221108, "order": 5, "descHash": 1545855108 },
{ "subId": 7221105, "order": 6, "descHash": 374118460 },
{ "subId": 7221106, "order": 7, "descHash": 4131348108 },
{ "subId": 7221109, "order": 8, "descHash": 4276644820 },
{ "subId": 7221110, "order": 9, "descHash": 3111603700 },
{ "subId": 7221111, "order": 10, "hidden": true, "test": true, "descHash": 2548397564 },
{ "subId": 7221112, "order": 11, "hidden": true, "test": true, "descHash": 3289658276 },
{ "subId": 7221107, "order": 12, "descHash": 2185970412 }
]
},
{
"id": 72212,
"titleHash": 3040736727,
"children": [
{ "subId": 7221201, "order": 1, "hidden": true, "test": true, "descHash": 788508076 },
{ "subId": 7221202, "order": 2, "descHash": 4294228548 },
{ "subId": 7221203, "order": 3, "descHash": 276295868 },
{ "subId": 7221204, "order": 4, "descHash": 1263583980 },
{ "subId": 7221205, "order": 5, "descHash": 2224707700 }
]
},
{
"id": 72213,
"titleHash": 4219098703,
"children": [
{ "subId": 7221301, "order": 1, "hidden": true, "test": true, "descHash": 1863982188 },
{ "subId": 7221302, "order": 2, "descHash": 2897007652 },
{ "subId": 7221303, "order": 3, "descHash": 3176249196 },
{ "subId": 7221305, "order": 4, "descHash": 740367388 },
{ "subId": 7221304, "order": 5, "descHash": 1140713836 }
]
},
{
"id": 72214,
"titleHash": 4040838791,
"children": [
{ "subId": 7221401, "order": 1, "hidden": true, "test": true, "descHash": 1978946644 },
{ "subId": 7221402, "order": 2, "descHash": 3416857916 },
{ "subId": 7221404, "order": 3, "descHash": 3987855908 },
{ "subId": 7221403, "order": 4, "descHash": 264535556 }
]
},
{
"id": 72215,
"titleHash": 3872128431,
"children": [
{ "subId": 7221501, "order": 1, "hidden": true, "test": true, "descHash": 2047745916 },
{ "subId": 7221502, "order": 2, "descHash": 1215261036 },
{ "subId": 7221504, "order": 3, "descHash": 2300169460 },
{ "subId": 7221505, "order": 4, "descHash": 2497205508 },
{ "subId": 7221506, "order": 5, "hidden": true, "test": true, "descHash": 3976627372 },
{ "subId": 7221507, "order": 6, "hidden": true, "test": true, "descHash": 2753638204 },
{ "subId": 7221503, "order": 7, "descHash": 675843740 }
]
},
{
"id": 72216,
"titleHash": 3924740791,
"children": [
{ "subId": 7221601, "order": 1, "hidden": true, "test": true, "descHash": 1458309004 },
{ "subId": 7221603, "order": 2, "hidden": true, "test": true, "descHash": 2276255428 },
{ "subId": 7221604, "order": 3, "hidden": true, "test": true, "descHash": 2814371540 },
{ "subId": 7221602, "order": 4, "descHash": 968851868 }
]
},
{
"id": 72217,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 914900759,
"children": [
{ "subId": 7221701, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 2681685460 }
]
},
{
"id": 72218,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 1439885591,
"children": [
{ "subId": 7221801, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 3988983916 }
]
},
{
"id": 72219,
"hidden": true,
"test": true,
"titleHash": 3365371279,
"children": [
{ "subId": 7221901, "order": 1, "hidden": true, "test": true, "descHash": 797772388 },
{ "subId": 7221902, "order": 2, "hidden": true },
{ "subId": 7221903, "order": 3, "hidden": true, "test": true, "descHash": 2688837796 },
{ "subId": 7221904, "order": 4, "hidden": true, "test": true, "descHash": 3524201404 },
{ "subId": 7221905, "order": 5, "hidden": true },
{ "subId": 7221906, "order": 6, "hidden": true, "test": true, "descHash": 1324443644 },
{ "subId": 7221907, "order": 7, "hidden": true, "test": true, "descHash": 3229506364 },
{ "subId": 7221908, "order": 8, "hidden": true },
{ "subId": 7221909, "order": 9, "hidden": true, "test": true, "descHash": 716194796 },
{ "subId": 7221910, "order": 10, "hidden": true, "test": true, "descHash": 2953608972 }
]
},
{
"id": 72220,
"hidden": true,
"test": true,
"titleHash": 1649128343,
"children": [
{ "subId": 7222001, "order": 1, "hidden": true, "test": true, "descHash": 670580404 },
{ "subId": 7222002, "order": 2, "hidden": true },
{ "subId": 7222003, "order": 3, "hidden": true, "test": true, "descHash": 1439655612 },
{ "subId": 7222004, "order": 4, "hidden": true, "test": true, "descHash": 2947915020 },
{ "subId": 7222005, "order": 5, "hidden": true },
{ "subId": 7222006, "order": 6, "hidden": true, "test": true, "descHash": 1154164164 },
{ "subId": 7222007, "order": 7, "hidden": true, "test": true, "descHash": 3142666716 },
{ "subId": 7222008, "order": 8, "hidden": true },
{ "subId": 7222009, "order": 9, "hidden": true, "test": true, "descHash": 2291018420 },
{ "subId": 7222010, "order": 10, "hidden": true, "test": true, "descHash": 1489163844 }
]
},
{
"id": 72222,
"hidden": true,
"test": true,
"titleHash": 1153613623,
"children": [{ "subId": 7222201, "order": 1, "hidden": true }]
},
{
"id": 72223,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 1634798255,
"children": [{ "subId": 7222301, "order": 1, "hidden": true }]
},
{
"id": 72224,
"hidden": true,
"test": true,
"titleHash": 869085119,
"children": [
{ "subId": 7222401, "order": 1, "hidden": true, "test": true, "descHash": 840975396 },
{ "subId": 7222402, "order": 2, "hidden": true, "test": true, "descHash": 756546188 },
{ "subId": 7222403, "order": 3, "hidden": true, "test": true, "descHash": 677541020 },
{ "subId": 7222404, "order": 4, "hidden": true, "test": true, "descHash": 2782965820 }
]
},
{
"id": 72225,
"hidden": true,
"test": true,
"titleHash": 1669744303,
"children": [
{ "subId": 7222501, "order": 1, "hidden": true, "test": true, "descHash": 3557978932 },
{ "subId": 7222506, "order": 2, "hidden": true, "test": true, "descHash": 3769100748 },
{ "subId": 7222507, "order": 3, "hidden": true },
{ "subId": 7222502, "order": 4, "hidden": true, "test": true, "descHash": 2022007588 },
{ "subId": 7222503, "order": 5, "hidden": true, "test": true, "descHash": 1417949884 },
{ "subId": 7222504, "order": 6, "hidden": true, "test": true, "descHash": 3315423244 },
{ "subId": 7222505, "order": 7, "hidden": true, "test": true, "descHash": 571693876 }
]
},
{
"id": 72226,
"hidden": true,
"test": true,
"titleHash": 1355683247,
"children": [
{ "subId": 7222601, "order": 1, "hidden": true, "test": true, "descHash": 3877433260 },
{ "subId": 7222606, "order": 2, "hidden": true, "test": true, "descHash": 779835180 },
{ "subId": 7222607, "order": 3, "hidden": true },
{ "subId": 7222602, "order": 4, "hidden": true, "test": true, "descHash": 1432241620 },
{ "subId": 7222603, "order": 5, "hidden": true, "test": true, "descHash": 3363911276 },
{ "subId": 7222604, "order": 6, "hidden": true, "test": true, "descHash": 2479737236 },
{ "subId": 7222605, "order": 7, "hidden": true, "test": true, "descHash": 1896327356 }
]
},
{
"id": 72227,
"hidden": true,
"test": true,
"titleHash": 458061055,
"children": [
{ "subId": 7222706, "order": 1, "hidden": true, "test": true, "descHash": 3913403980 },
{ "subId": 7222701, "order": 2, "hidden": true, "test": true, "descHash": 1491220796 },
{ "subId": 7222707, "order": 3, "hidden": true, "test": true, "descHash": 3398115260 },
{ "subId": 7222708, "order": 4, "hidden": true, "test": true, "descHash": 498207068 },
{ "subId": 7222702, "order": 5, "hidden": true, "test": true, "descHash": 133990052 },
{ "subId": 7222703, "order": 6, "hidden": true, "test": true, "descHash": 3303265508 },
{ "subId": 7222704, "order": 7, "hidden": true, "test": true, "descHash": 3911439540 },
{ "subId": 7222705, "order": 8, "hidden": true, "test": true, "descHash": 916900700 }
]
},
{
"id": 72228,
"hidden": true,
"test": true,
"titleHash": 3996781423,
"children": [
{ "subId": 7222805, "order": 1, "hidden": true },
{ "subId": 7222803, "order": 2, "hidden": true },
{ "subId": 7222802, "order": 3, "hidden": true },
{ "subId": 7222804, "order": 4, "hidden": true },
{ "subId": 7222801, "order": 5, "hidden": true },
{ "subId": 7222806, "order": 6, "hidden": true }
]
},
{
"id": 72229,
"hidden": true,
"test": true,
"titleHash": 2978205783,
"children": [
{ "subId": 7222905, "order": 1, "hidden": true },
{ "subId": 7222903, "order": 2, "hidden": true },
{ "subId": 7222902, "order": 3, "hidden": true },
{ "subId": 7222904, "order": 4, "hidden": true },
{ "subId": 7222901, "order": 5, "hidden": true },
{ "subId": 7222906, "order": 6, "hidden": true }
]
},
{
"id": 72230,
"hidden": true,
"test": true,
"titleHash": 673839159,
"children": [
{ "subId": 7223005, "order": 1, "hidden": true },
{ "subId": 7223003, "order": 2, "hidden": true },
{ "subId": 7223002, "order": 3, "hidden": true },
{ "subId": 7223004, "order": 4, "hidden": true },
{ "subId": 7223001, "order": 5, "hidden": true },
{ "subId": 7223006, "order": 6, "hidden": true }
]
},
{
"id": 72231,
"hidden": true,
"test": true,
"titleHash": 3965911127,
"children": [{ "subId": 7223101, "order": 1, "hidden": true, "test": true, "descHash": 4280019524 }]
},
{
"id": 72232,
"titleHash": 969504751,
"children": [
{ "subId": 7223201, "order": 1, "hidden": true, "test": true, "descHash": 3353557700 },
{ "subId": 7223202, "order": 2, "descHash": 3050091540 },
{ "subId": 7223203, "order": 3, "descHash": 2089404764 },
{ "subId": 7223204, "order": 4, "descHash": 453852596 },
{ "subId": 7223205, "order": 5, "descHash": 1050355428 },
{ "subId": 7223206, "order": 6, "descHash": 3782931908 },
{ "subId": 7223207, "order": 7, "descHash": 3454770052 }
]
},
{
"id": 72233,
"titleHash": 3471550583,
"children": [
{ "subId": 7223301, "order": 1, "hidden": true, "test": true, "descHash": 2347501828 },
{ "subId": 7223302, "order": 2, "descHash": 952610076 },
{ "subId": 7223303, "order": 3, "descHash": 1279414916 },
{ "subId": 7223311, "order": 4, "hidden": true, "test": true, "descHash": 1485598204 },
{ "subId": 7223312, "order": 5, "hidden": true, "test": true, "descHash": 1412733772 },
{ "subId": 7223304, "order": 6, "hidden": true, "descHash": 945965580 },
{ "subId": 7223305, "order": 7, "descHash": 3192947740 },
{ "subId": 7223306, "order": 8, "descHash": 3485752228 },
{ "subId": 7223307, "order": 9, "hidden": true, "test": true, "descHash": 1382099724 },
{ "subId": 7223317, "order": 10, "hidden": true, "descHash": 1492829788 },
{ "subId": 7223314, "order": 11, "descHash": 3575865540 },
{ "subId": 7223315, "order": 12, "descHash": 1726993444 },
{ "subId": 7223318, "order": 13, "hidden": true, "test": true, "descHash": 720921276 },
{ "subId": 7223308, "order": 14, "descHash": 2037125020 },
{ "subId": 7223309, "order": 15, "descHash": 3174677172 },
{ "subId": 7223313, "order": 16, "hidden": true, "test": true, "descHash": 4136209452 },
{ "subId": 7223310, "order": 17, "descHash": 1064603828 },
{ "subId": 7223316, "order": 50, "hidden": true, "test": true, "descHash": 1158734420 }
]
},
{
"id": 72234,
"hidden": true,
"titleHash": 26108895,
"children": [
{ "subId": 7223401, "order": 1, "hidden": true, "test": true, "descHash": 3711742788 },
{ "subId": 7223402, "order": 2, "hidden": true, "test": true, "descHash": 4192380788 },
{ "subId": 7223403, "order": 3, "hidden": true, "test": true, "descHash": 2201970484 },
{ "subId": 7223404, "order": 4, "hidden": true, "test": true, "descHash": 3636476972 },
{ "subId": 7223405, "order": 5, "hidden": true, "test": true, "descHash": 2181774724 },
{ "subId": 7223406, "order": 6, "hidden": true, "test": true, "descHash": 3277306356 },
{ "subId": 7223407, "order": 7, "hidden": true, "test": true, "descHash": 3047004164 },
{ "subId": 7223408, "order": 8, "hidden": true, "test": true, "descHash": 135556228 },
{ "subId": 7223409, "order": 9, "hidden": true, "test": true, "descHash": 778525292 },
{ "subId": 7223410, "order": 10, "hidden": true },
{ "subId": 7223411, "order": 11, "hidden": true, "test": true, "descHash": 3784010244 }
]
},
{
"id": 72235,
"titleHash": 2871776039,
"children": [
{ "subId": 7223501, "order": 1, "descHash": 2579933596 },
{ "subId": 7223502, "order": 2, "descHash": 4274092364 },
{ "subId": 7223503, "order": 3, "descHash": 1240290460 },
{ "subId": 7223504, "order": 4, "descHash": 2430108964 },
{ "subId": 7223505, "order": 5, "descHash": 2684409476 },
{ "subId": 7223506, "order": 6, "descHash": 1234305484 },
{ "subId": 7223507, "order": 7, "descHash": 3036057452 },
{ "subId": 7223508, "order": 8, "descHash": 2505942628 },
{ "subId": 7223509, "order": 9, "descHash": 3875936548 }
]
},
{
"id": 72236,
"titleHash": 868087927,
"children": [
{ "subId": 7223601, "order": 1, "descHash": 4287346036 },
{ "subId": 7223602, "order": 2, "descHash": 434550204 }
]
},
{
"id": 72237,
"titleHash": 2533332335,
"children": [
{ "subId": 7223702, "order": 1, "descHash": 1533800140 },
{ "subId": 7223703, "order": 2, "descHash": 700394788 },
{ "subId": 7223704, "order": 3, "descHash": 3008345468 },
{ "subId": 7223705, "order": 4, "descHash": 3779355196 },
{ "subId": 7223709, "order": 5, "descHash": 465895476 },
{ "subId": 7223706, "order": 6, "descHash": 2370000524 },
{ "subId": 7223707, "order": 7, "descHash": 4057864668 },
{ "subId": 7223701, "order": 8, "descHash": 3828844804 },
{ "subId": 7223708, "order": 9, "descHash": 211113764 }
]
},
{
"id": 72238,
"titleHash": 2681741199,
"children": [
{ "subId": 7223801, "order": 1, "descHash": 3074753196 },
{ "subId": 7223802, "order": 2, "descHash": 2997829652 }
]
},
{
"id": 72239,
"titleHash": 912881743,
"children": [
{ "subId": 7223901, "order": 1, "hidden": true, "test": true, "descHash": 3105499036 },
{ "subId": 7223902, "order": 2, "descHash": 2754398500 },
{ "subId": 7223903, "order": 3, "descHash": 1749492396 },
{ "subId": 7223920, "order": 4, "hidden": true },
{ "subId": 7223904, "order": 5, "descHash": 4194759188 },
{ "subId": 7223905, "order": 6, "descHash": 3590742012 },
{ "subId": 7223906, "order": 7, "descHash": 2582713148 },
{ "subId": 7223907, "order": 8, "hidden": true },
{ "subId": 7223908, "order": 9, "descHash": 675257460 },
{ "subId": 7223909, "order": 10, "descHash": 1533162900 },
{ "subId": 7223910, "order": 11, "hidden": true },
{ "subId": 7223911, "order": 12, "descHash": 4231919876 },
{ "subId": 7223912, "order": 13, "descHash": 2976015324 },
{ "subId": 7223913, "order": 14, "hidden": true, "descHash": 4022443268 },
{ "subId": 7223914, "order": 15, "hidden": true, "test": true, "descHash": 2951017676 },
{ "subId": 7223915, "order": 16, "hidden": true },
{ "subId": 7223916, "order": 17, "descHash": 584031220 },
{ "subId": 7223917, "order": 18 },
{ "subId": 7223918, "order": 19, "descHash": 2336653996 },
{ "subId": 7223919, "order": 20 }
]
},
{
"id": 72240,
"titleHash": 975027679,
"children": [
{ "subId": 7224001, "order": 1, "descHash": 4000889644 },
{ "subId": 7224002, "order": 2, "descHash": 1390698892 },
{ "subId": 7224004, "order": 3, "descHash": 3157379180 },
{ "subId": 7224005, "order": 4, "descHash": 909446548 },
{ "subId": 7224006, "order": 5, "descHash": 440026164 }
]
},
{
"id": 72241,
"titleHash": 3942097671,
"children": [
{ "subId": 7224101, "order": 2, "hidden": true },
{ "subId": 7224102, "order": 3, "hidden": true },
{ "subId": 7224103, "order": 4, "hidden": true },
{ "subId": 7224104, "order": 5, "hidden": true },
{ "subId": 7224105, "order": 6, "hidden": true },
{ "subId": 7224106, "order": 7, "hidden": true },
{ "subId": 7224107, "order": 8, "hidden": true },
{ "subId": 7224108, "order": 11, "hidden": true, "test": true, "descHash": 2120284900 },
{ "subId": 7224109, "order": 12, "descHash": 1107116108 },
{ "subId": 7224110, "order": 13, "descHash": 3154546844 },
{ "subId": 7224111, "order": 14, "descHash": 2931007460 },
{ "subId": 7224112, "order": 15, "hidden": true },
{ "subId": 7224116, "order": 16, "hidden": true },
{ "subId": 7224117, "order": 17 },
{ "subId": 7224113, "order": 18, "descHash": 3297083236 },
{ "subId": 7224114, "order": 19, "descHash": 160682684 },
{ "subId": 7224115, "order": 20, "hidden": true }
]
},
{
"id": 72242,
"titleHash": 3782381639,
"children": [
{ "subId": 7224201, "order": 1, "descHash": 3071831116 },
{ "subId": 7224202, "order": 2, "hidden": true },
{ "subId": 7224203, "order": 3 },
{ "subId": 7224204, "order": 4, "descHash": 3965364476 },
{ "subId": 7224212, "order": 5, "hidden": true },
{ "subId": 7224205, "order": 6 },
{ "subId": 7224206, "order": 7, "descHash": 1169629052 },
{ "subId": 7224215, "order": 8, "descHash": 4185466052 },
{ "subId": 7224216, "order": 9, "descHash": 1700185788 },
{ "subId": 7224217, "order": 10, "descHash": 4147781148 },
{ "subId": 7224218, "order": 11, "descHash": 1625136628 },
{ "subId": 7224219, "order": 12, "hidden": true },
{ "subId": 7224220, "order": 13, "descHash": 2271063468 },
{ "subId": 7224207, "order": 14, "hidden": true },
{ "subId": 7224208, "order": 15, "descHash": 3690644748 },
{ "subId": 7224209, "order": 16, "descHash": 4116399772 },
{ "subId": 7224210, "order": 17, "descHash": 698297564 },
{ "subId": 7224211, "order": 18, "descHash": 4008716164 },
{ "subId": 7224213, "order": 19, "hidden": true },
{ "subId": 7224214, "order": 20, "descHash": 1641179884 }
]
},
{
"id": 72243,
"hidden": true,
"titleHash": 1572151167,
"children": [
{ "subId": 7224301, "order": 1, "hidden": true, "test": true, "descHash": 225351580 },
{ "subId": 7224302, "order": 2, "test": true, "descHash": 3285217708 }
]
},
{
"id": 72244,
"titleHash": 3852405335,
"children": [
{ "subId": 7224401, "order": 1, "hidden": true, "test": true, "descHash": 3766607476 },
{ "subId": 7224402, "order": 2, "descHash": 3731686548 },
{ "subId": 7224403, "order": 3, "descHash": 2967772164 },
{ "subId": 7224404, "order": 4, "descHash": 2451110044 },
{ "subId": 7224405, "order": 5, "descHash": 2046185436 },
{ "subId": 7224406, "order": 6, "descHash": 3615419996 },
{ "subId": 7224407, "order": 7, "descHash": 3029029068 },
{ "subId": 7224408, "order": 8, "descHash": 214364868 },
{ "subId": 7224409, "order": 9, "hidden": true },
{ "subId": 7224410, "order": 10, "descHash": 3025108492 },
{ "subId": 7224411, "order": 11, "descHash": 834387668 },
{ "subId": 7224412, "order": 12, "hidden": true },
{ "subId": 7224413, "order": 13, "descHash": 2279573556 },
{ "subId": 7224414, "order": 14, "descHash": 686714932 },
{ "subId": 7224415, "order": 15, "descHash": 2693920308 },
{ "subId": 7224416, "order": 16, "descHash": 3188561556 },
{ "subId": 7224424, "order": 17, "hidden": true },
{ "subId": 7224423, "order": 26, "hidden": true },
{ "subId": 7224425, "order": 27, "descHash": 2730712660 }
]
},
{
"id": 72245,
"hidden": true,
"titleHash": 2482581719,
"children": [
{ "subId": 7224501, "order": 1, "hidden": true },
{ "subId": 7224502, "order": 2, "hidden": true },
{ "subId": 7224503, "order": 3, "hidden": true },
{ "subId": 7224504, "order": 4, "hidden": true },
{ "subId": 7224505, "order": 5, "hidden": true },
{ "subId": 7224506, "order": 6, "hidden": true },
{ "subId": 7224507, "order": 7, "hidden": true },
{ "subId": 7224508, "order": 8, "hidden": true },
{ "subId": 7224509, "order": 9, "hidden": true }
]
},
{
"id": 72246,
"hidden": true,
"test": true,
"titleHash": 277742511,
"children": [
{ "subId": 7224601, "order": 1, "hidden": true, "test": true, "descHash": 3337561276 },
{ "subId": 7224602, "order": 2, "hidden": true, "test": true, "descHash": 3622500516 },
{ "subId": 7224604, "order": 3, "hidden": true, "test": true, "descHash": 3359089756 },
{ "subId": 7224603, "order": 4, "hidden": true, "test": true, "descHash": 2596526348 }
]
},
{
"id": 72247,
"titleHash": 2823729887,
"children": [
{ "subId": 7224701, "order": 1, "hidden": true, "test": true, "descHash": 2982327300 },
{ "subId": 7224705, "order": 2, "hidden": true, "descHash": 4183298292 },
{ "subId": 7224702, "order": 3, "descHash": 2723685764 },
{ "subId": 7224703, "order": 4, "hidden": true, "test": true, "descHash": 138725796 },
{ "subId": 7224704, "order": 5, "descHash": 3500594156 }
]
},
{
"id": 72248,
"titleHash": 4012655439,
"children": [
{ "subId": 7224801, "order": 1, "hidden": true, "test": true, "descHash": 148271548 },
{ "subId": 7224805, "order": 2, "hidden": true, "descHash": 3831293412 },
{ "subId": 7224802, "order": 3, "descHash": 1648171740 },
{ "subId": 7224803, "order": 4, "hidden": true, "test": true, "descHash": 730606036 },
{ "subId": 7224804, "order": 5, "descHash": 3677936524 }
]
},
{
"id": 72249,
"titleHash": 2857607967,
"children": [
{ "subId": 7224901, "order": 1, "hidden": true, "test": true, "descHash": 4287277452 },
{ "subId": 7224905, "order": 2, "hidden": true, "descHash": 3993566340 },
{ "subId": 7224902, "order": 3, "descHash": 2226889508 },
{ "subId": 7224903, "order": 4, "hidden": true, "test": true, "descHash": 3193432956 },
{ "subId": 7224904, "order": 5, "descHash": 743635676 }
]
},
{
"id": 72250,
"hidden": true,
"titleHash": 4022397767,
"children": [{ "subId": 7225001, "order": 1, "hidden": true }]
},
{
"id": 72251,
"hidden": true,
"test": true,
"titleHash": 3812184511,
"children": [
{ "subId": 7225101, "order": 1, "hidden": true },
{ "subId": 7225102, "order": 2, "hidden": true },
{ "subId": 7225103, "order": 3, "hidden": true }
]
},
{
"id": 72252,
"hidden": true,
"test": true,
"titleHash": 1786697391,
"children": [
{ "subId": 7225201, "order": 1, "hidden": true },
{ "subId": 7225202, "order": 2, "hidden": true }
]
},
{
"id": 72253,
"hidden": true,
"titleHash": 2529146399,
"children": [{ "subId": 7225301, "order": 1, "hidden": true }]
},
{
"id": 72254,
"hidden": true,
"titleHash": 3337977431,
"children": [{ "subId": 7225401, "order": 1, "hidden": true }]
},
{
"id": 72255,
"hidden": true,
"titleHash": 62882415,
"children": [{ "subId": 7225501, "order": 1, "hidden": true }]
},
{
"id": 72256,
"hidden": true,
"titleHash": 1547369535,
"children": [{ "subId": 7225601, "order": 1, "hidden": true }]
},
{
"id": 72257,
"hidden": true,
"titleHash": 3003418855,
"children": [{ "subId": 7225701, "order": 1, "hidden": true }]
},
{
"id": 72258,
"hidden": true,
"titleHash": 332789015,
"children": [{ "subId": 7225801, "order": 1, "hidden": true }]
},
{
"id": 72259,
"hidden": true,
"titleHash": 245639967,
"children": [{ "subId": 7225901, "order": 1, "hidden": true }]
},
{
"id": 72260,
"hidden": true,
"test": true,
"titleHash": 3549474119,
"children": [{ "subId": 7226001, "order": 1, "hidden": true }]
},
{
"id": 72261,
"titleHash": 1650948911,
"children": [
{ "subId": 7226101, "order": 1, "hidden": true, "test": true, "descHash": 889680500 },
{ "subId": 7226102, "order": 2, "descHash": 3906742316 },
{ "subId": 7226103, "order": 3, "descHash": 4176765668 },
{ "subId": 7226104, "order": 4, "descHash": 1819327628 },
{ "subId": 7226105, "order": 5, "descHash": 3544700884 },
{ "subId": 7226106, "order": 6, "descHash": 406717892 },
{ "subId": 7226107, "order": 7, "descHash": 3579484860 }
]
},
{
"id": 72262,
"titleHash": 2953748735,
"children": [
{ "subId": 7226201, "order": 1, "hidden": true, "test": true, "descHash": 3951287932 },
{ "subId": 7226202, "order": 2, "descHash": 3221662476 },
{ "subId": 7226203, "order": 3, "descHash": 1837830852 },
{ "subId": 7226204, "order": 4, "descHash": 2090490596 },
{ "subId": 7226205, "order": 5, "descHash": 1383706684 },
{ "subId": 7226206, "order": 6, "descHash": 2300541268 },
{ "subId": 7226207, "order": 7, "descHash": 1776834068 },
{ "subId": 7226208, "order": 8, "descHash": 813503972 },
{ "subId": 7226209, "order": 9, "descHash": 3380934868 },
{ "subId": 7226210, "order": 10, "descHash": 1484745604 }
]
},
{
"id": 72263,
"titleHash": 3397681871,
"children": [
{ "subId": 7226301, "order": 1, "hidden": true, "test": true, "descHash": 305901172 },
{ "subId": 7226302, "order": 2, "hidden": true, "test": true, "descHash": 1674030484 },
{ "subId": 7226315, "order": 3, "descHash": 3285669724 },
{ "subId": 7226303, "order": 4, "descHash": 1734898804 },
{ "subId": 7226319, "order": 5, "descHash": 2706385852 },
{ "subId": 7226305, "order": 6, "descHash": 1632093820 },
{ "subId": 7226306, "order": 7, "hidden": true, "test": true, "descHash": 52853924 },
{ "subId": 7226307, "order": 8, "hidden": true, "test": true, "descHash": 727961892 },
{ "subId": 7226320, "order": 9, "descHash": 482620828 },
{ "subId": 7226308, "order": 10, "descHash": 117756380 },
{ "subId": 7226309, "order": 11, "hidden": true, "test": true, "descHash": 3742422180 },
{ "subId": 7226310, "order": 12, "hidden": true, "test": true, "descHash": 386396940 },
{ "subId": 7226321, "order": 13, "descHash": 2421290324 },
{ "subId": 7226311, "order": 14, "descHash": 396903076 },
{ "subId": 7226312, "order": 15, "hidden": true, "test": true, "descHash": 2967664572 },
{ "subId": 7226313, "order": 16, "hidden": true, "test": true, "descHash": 2503860476 },
{ "subId": 7226314, "order": 17, "descHash": 2620418404 },
{ "subId": 7226304, "order": 99, "hidden": true, "test": true, "descHash": 111320972 },
{ "subId": 7226316, "order": 99, "hidden": true, "test": true, "descHash": 1794548524 },
{ "subId": 7226317, "order": 99, "hidden": true, "test": true, "descHash": 1786086356 },
{ "subId": 7226318, "order": 99, "hidden": true, "test": true, "descHash": 2329450700 }
]
},
{
"id": 72264,
"titleHash": 4263868623,
"children": [
{ "subId": 7226411, "order": 1, "hidden": true, "descHash": 3789689924 },
{ "subId": 7226401, "order": 2, "descHash": 2084343332 },
{ "subId": 7226402, "order": 3, "descHash": 2991672948 },
{ "subId": 7226403, "order": 4, "descHash": 3177350316 },
{ "subId": 7226412, "order": 5, "descHash": 3157253580 },
{ "subId": 7226404, "order": 6, "descHash": 3722601820 },
{ "subId": 7226405, "order": 7, "descHash": 662929828 },
{ "subId": 7226410, "order": 8, "descHash": 2316343012 },
{ "subId": 7226406, "order": 9, "descHash": 3239164324 },
{ "subId": 7226407, "order": 10, "descHash": 534009892 },
{ "subId": 7226408, "order": 11, "descHash": 1234404780 },
{ "subId": 7226409, "order": 12, "descHash": 4200791868 }
]
},
{
"id": 72265,
"titleHash": 509896927,
"children": [
{ "subId": 7226501, "order": 1, "descHash": 4173999932 },
{ "subId": 7226502, "order": 2, "descHash": 1050558036 },
{ "subId": 7226503, "order": 3, "descHash": 2831563812 },
{ "subId": 7226504, "order": 4, "descHash": 1883991228 },
{ "subId": 7226505, "order": 5, "descHash": 3550267716 },
{ "subId": 7226506, "order": 6, "descHash": 1416620004 },
{ "subId": 7226507, "order": 7, "descHash": 2140768516 },
{ "subId": 7226508, "order": 8, "descHash": 2629386628 },
{ "subId": 7226509, "order": 9, "descHash": 2592586404 },
{ "subId": 7226517, "order": 10, "descHash": 1701092740 },
{ "subId": 7226513, "order": 11, "descHash": 2310705612 },
{ "subId": 7226514, "order": 12, "descHash": 3552072220 },
{ "subId": 7226516, "order": 13, "descHash": 1324837556 },
{ "subId": 7226515, "order": 14, "descHash": 2460340364 },
{ "subId": 7226510, "order": 15, "descHash": 2445162276 },
{ "subId": 7226520, "order": 16, "descHash": 1404970852 },
{ "subId": 7226519, "order": 17, "descHash": 2374654596 },
{ "subId": 7226518, "order": 18, "descHash": 3532245492 },
{ "subId": 7226511, "order": 19, "descHash": 3487132044 },
{ "subId": 7226512, "order": 20, "descHash": 2748784444 }
]
},
{
"id": 72266,
"titleHash": 3575804711,
"children": [
{ "subId": 7226601, "order": 1, "descHash": 2609386988 },
{ "subId": 7226602, "order": 2, "descHash": 902394788 },
{ "subId": 7226603, "order": 3, "descHash": 704659988 },
{ "subId": 7226604, "order": 4, "descHash": 871644028 },
{ "subId": 7226619, "order": 5, "descHash": 2405422564 },
{ "subId": 7226620, "order": 6, "descHash": 1070495004 },
{ "subId": 7226605, "order": 7, "hidden": true, "test": true, "descHash": 3190923652 },
{ "subId": 7226611, "order": 8, "descHash": 3235788060 },
{ "subId": 7226612, "order": 9, "descHash": 1392423036 },
{ "subId": 7226621, "order": 10, "hidden": true, "test": true, "descHash": 467983164 },
{ "subId": 7226613, "order": 11, "descHash": 1909471924 },
{ "subId": 7226623, "order": 12, "hidden": true, "test": true, "descHash": 971098204 },
{ "subId": 7226622, "order": 13, "hidden": true, "test": true, "descHash": 140092356 },
{ "subId": 7226614, "order": 14, "hidden": true, "test": true, "descHash": 4117215428 },
{ "subId": 7226615, "order": 15, "descHash": 3227900748 },
{ "subId": 7226616, "order": 16, "descHash": 592853796 },
{ "subId": 7226606, "order": 17, "descHash": 554340324 },
{ "subId": 7226607, "order": 18, "descHash": 477325836 },
{ "subId": 7226608, "order": 19, "descHash": 1426783708 },
{ "subId": 7226609, "order": 20, "descHash": 1364732756 },
{ "subId": 7226610, "order": 21, "descHash": 44846148 },
{ "subId": 7226617, "order": 22, "descHash": 2212175716 },
{ "subId": 7226618, "order": 23, "descHash": 3137074724 }
]
},
{
"id": 72267,
"hidden": true,
"titleHash": 376605551,
"children": [
{ "subId": 7226701, "order": 1, "hidden": true },
{ "subId": 7226702, "order": 2, "hidden": true },
{ "subId": 7226703, "order": 3, "hidden": true },
{ "subId": 7226704, "order": 4, "hidden": true }
]
},
{
"id": 72268,
"titleHash": 1806454391,
"children": [
{ "subId": 7226808, "order": 1, "descHash": 134266324 },
{ "subId": 7226809, "order": 2, "descHash": 383699124 },
{ "subId": 7226801, "order": 3, "descHash": 8960724 },
{ "subId": 7226802, "order": 4, "descHash": 3603298084 },
{ "subId": 7226803, "order": 5, "descHash": 3116450268 },
{ "subId": 7226804, "order": 6, "descHash": 678821436 },
{ "subId": 7226805, "order": 7, "descHash": 1449925388 },
{ "subId": 7226806, "order": 8, "hidden": true },
{ "subId": 7226807, "order": 9, "descHash": 1187893756 }
]
},
{
"id": 72269,
"titleHash": 2835452775,
"children": [
{ "subId": 7226908, "order": 1, "descHash": 11416556 },
{ "subId": 7226913, "order": 6, "descHash": 2920813412 },
{ "subId": 7226901, "order": 7, "descHash": 846587084 },
{ "subId": 7226902, "order": 8, "descHash": 2461939916 },
{ "subId": 7226903, "order": 9, "descHash": 560018652 },
{ "subId": 7226904, "order": 10, "descHash": 1604933548 },
{ "subId": 7226905, "order": 11, "descHash": 4162194484 },
{ "subId": 7226906, "order": 12, "hidden": true },
{ "subId": 7226907, "order": 13, "descHash": 1505365428 }
]
},
{
"id": 72270,
"titleHash": 572503423,
"children": [
{ "subId": 7227008, "order": 1, "descHash": 4047186276 },
{ "subId": 7227009, "order": 2, "descHash": 3715060820 },
{ "subId": 7227001, "order": 3, "descHash": 307804788 },
{ "subId": 7227002, "order": 4, "descHash": 59750044 },
{ "subId": 7227003, "order": 5, "descHash": 3645107556 },
{ "subId": 7227004, "order": 6, "descHash": 2659092740 },
{ "subId": 7227005, "order": 7, "descHash": 3540057428 },
{ "subId": 7227006, "order": 8, "hidden": true },
{ "subId": 7227007, "order": 9, "descHash": 3900319196 }
]
},
{
"id": 72271,
"hidden": true,
"titleHash": 1903449623,
"children": [{ "subId": 7227101, "order": 1, "hidden": true, "test": true, "descHash": 1902141588 }]
},
{
"id": 72272,
"hidden": true,
"titleHash": 47155231,
"children": [{ "subId": 7227201, "order": 1, "hidden": true, "test": true, "descHash": 4132048460 }]
},
{
"id": 72273,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 3750219399,
"children": [
{ "subId": 7227301, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 1234722964 },
{ "subId": 7227302, "order": 2, "hidden": true, "test": true, "unreleased": true, "descHash": 2569207612 },
{ "subId": 7227303, "order": 3, "hidden": true, "test": true, "unreleased": true, "descHash": 3773892820 }
]
},
{
"id": 72274,
"hidden": true,
"titleHash": 1664053791,
"children": [
{ "subId": 7227401, "order": 1, "hidden": true, "test": true, "descHash": 3095868988 },
{ "subId": 7227402, "order": 2, "hidden": true, "test": true, "descHash": 3995757404 },
{ "subId": 7227403, "order": 3, "hidden": true, "test": true, "descHash": 1389130364 }
]
},
{
"id": 72275,
"titleHash": 2050852655,
"children": [
{ "subId": 7227501, "order": 1, "hidden": true, "descHash": 580943092 },
{ "subId": 7227507, "order": 2, "hidden": true, "descHash": 246682476 },
{ "subId": 7227508, "order": 3, "descHash": 3872569996 },
{ "subId": 7227502, "order": 4, "descHash": 1570389108 },
{ "subId": 7227503, "order": 5, "descHash": 3673261444 },
{ "subId": 7227504, "order": 6, "descHash": 935890940 },
{ "subId": 7227505, "order": 7, "hidden": true },
{ "subId": 7227506, "order": 8, "descHash": 1853315484 }
]
},
{
"id": 72276,
"titleHash": 1090982183,
"children": [
{ "subId": 7227601, "order": 1, "descHash": 2705562340 },
{ "subId": 7227602, "order": 2, "descHash": 2937401916 },
{ "subId": 7227617, "order": 3, "descHash": 407581372 },
{ "subId": 7227618, "order": 4, "descHash": 249921412 },
{ "subId": 7227619, "order": 5, "descHash": 2302023132 },
{ "subId": 7227603, "order": 6, "descHash": 1825809620 },
{ "subId": 7227626, "order": 7, "hidden": true, "test": true, "descHash": 2308294148 },
{ "subId": 7227620, "order": 8, "descHash": 1750820828 },
{ "subId": 7227604, "order": 9, "descHash": 983574916 },
{ "subId": 7227614, "order": 10, "descHash": 1014646860 },
{ "subId": 7227615, "order": 11, "descHash": 195314636 },
{ "subId": 7227616, "order": 12, "hidden": true, "test": true, "descHash": 1785690876 },
{ "subId": 7227605, "order": 13, "descHash": 275662460 },
{ "subId": 7227621, "order": 14, "descHash": 3976783668 },
{ "subId": 7227622, "order": 15, "descHash": 3730374260 },
{ "subId": 7227623, "order": 16, "descHash": 1605113940 },
{ "subId": 7227606, "order": 17, "descHash": 4053036876 },
{ "subId": 7227607, "order": 18, "descHash": 4218220684 },
{ "subId": 7227628, "order": 19, "descHash": 360951588 },
{ "subId": 7227627, "order": 20, "descHash": 1208896300 },
{ "subId": 7227608, "order": 21, "descHash": 2580645876 },
{ "subId": 7227624, "order": 22, "descHash": 4263134580 },
{ "subId": 7227609, "order": 23, "descHash": 337786708 },
{ "subId": 7227625, "order": 24, "descHash": 937681396 },
{ "subId": 7227610, "order": 25, "descHash": 1310917540 },
{ "subId": 7227613, "order": 26, "descHash": 39159620 },
{ "subId": 7227611, "order": 27, "descHash": 365539612 },
{ "subId": 7227612, "order": 28, "descHash": 1796363732 }
]
},
{
"id": 72277,
"hidden": true,
"children": [
{ "subId": 7227701, "order": 1, "hidden": true },
{ "subId": 7227702, "order": 2, "hidden": true }
]
},
{
"id": 72278,
"titleHash": 4266795767,
"children": [
{ "subId": 7227827, "order": 1, "hidden": true },
{ "subId": 7227801, "order": 2, "descHash": 3555977428 },
{ "subId": 7227802, "order": 3, "descHash": 2044487636 },
{ "subId": 7227803, "order": 4, "descHash": 1979547980 },
{ "subId": 7227804, "order": 5, "descHash": 3981630188 },
{ "subId": 7227805, "order": 6, "descHash": 1235645932 },
{ "subId": 7227806, "order": 7, "descHash": 1347308780 },
{ "subId": 7227807, "order": 8, "descHash": 90694188 },
{ "subId": 7227808, "order": 9, "descHash": 4012155676 },
{ "subId": 7227826, "order": 10, "descHash": 373839204 },
{ "subId": 7227809, "order": 11, "descHash": 2860385828 },
{ "subId": 7227810, "order": 12, "descHash": 4008646436 },
{ "subId": 7227811, "order": 13, "descHash": 3533455396 },
{ "subId": 7227812, "order": 14, "descHash": 2932375620 },
{ "subId": 7227813, "order": 15, "descHash": 2339549660 },
{ "subId": 7227814, "order": 16, "descHash": 3723249228 },
{ "subId": 7227815, "order": 17, "descHash": 959886596 },
{ "subId": 7227816, "order": 18, "descHash": 1562660748 },
{ "subId": 7227817, "order": 19, "descHash": 2497805540 },
{ "subId": 7227818, "order": 20, "descHash": 3853380084 },
{ "subId": 7227819, "order": 21, "descHash": 1436397628 },
{ "subId": 7227820, "order": 22, "descHash": 633322988 },
{ "subId": 7227821, "order": 23, "descHash": 1970774988 },
{ "subId": 7227822, "order": 24, "descHash": 4244540676 },
{ "subId": 7227823, "order": 25, "descHash": 3738073708 },
{ "subId": 7227824, "order": 26, "descHash": 1159855244 },
{ "subId": 7227825, "order": 27, "descHash": 3181675028 },
{ "subId": 7227828, "order": 28, "hidden": true },
{ "subId": 7227829, "order": 29, "hidden": true }
]
},
{
"id": 72279,
"titleHash": 3945686575,
"children": [
{ "subId": 7227919, "order": 1, "hidden": true },
{ "subId": 7227901, "order": 2, "descHash": 2325737692 },
{ "subId": 7227902, "order": 3, "descHash": 4261292948 },
{ "subId": 7227903, "order": 4, "descHash": 4228478932 },
{ "subId": 7227916, "order": 5, "descHash": 1960268620 },
{ "subId": 7227920, "order": 6, "hidden": true },
{ "subId": 7227917, "order": 7, "hidden": true },
{ "subId": 7227912, "order": 8, "hidden": true },
{ "subId": 7227904, "order": 9, "descHash": 1651955188 },
{ "subId": 7227905, "order": 10, "descHash": 891891844 },
{ "subId": 7227918, "order": 11, "descHash": 606995660 },
{ "subId": 7227906, "order": 12, "descHash": 1716899660 },
{ "subId": 7227907, "order": 13, "descHash": 1612528292 },
{ "subId": 7227911, "order": 14, "descHash": 968617556 },
{ "subId": 7227913, "order": 15, "descHash": 2673571972 },
{ "subId": 7227908, "order": 16, "descHash": 4086369796 },
{ "subId": 7227921, "order": 17, "hidden": true },
{ "subId": 7227914, "order": 18, "descHash": 3463352620 },
{ "subId": 7227915, "order": 19, "descHash": 536587220 },
{ "subId": 7227909, "order": 20, "descHash": 1518381276 },
{ "subId": 7227910, "order": 21, "descHash": 88982436 }
]
},
{
"id": 72280,
"titleHash": 3980551671,
"children": [
{ "subId": 7228018, "order": 1, "hidden": true },
{ "subId": 7228001, "order": 2, "descHash": 3215681132 },
{ "subId": 7228019, "order": 3, "hidden": true },
{ "subId": 7228002, "order": 4, "descHash": 707760180 },
{ "subId": 7228003, "order": 5, "descHash": 2034456212 },
{ "subId": 7228016, "order": 6, "hidden": true },
{ "subId": 7228004, "order": 7, "descHash": 1580489124 },
{ "subId": 7228005, "order": 8, "descHash": 1587461004 },
{ "subId": 7228006, "order": 9, "descHash": 3027049324 },
{ "subId": 7228011, "order": 10, "hidden": true },
{ "subId": 7228017, "order": 11, "descHash": 618823116 },
{ "subId": 7228007, "order": 12, "descHash": 3284464484 },
{ "subId": 7228008, "order": 13, "descHash": 350157372 },
{ "subId": 7228009, "order": 14, "descHash": 613675884 },
{ "subId": 7228010, "order": 15, "descHash": 3490274868 },
{ "subId": 7228012, "order": 16, "descHash": 3273352804 },
{ "subId": 7228013, "order": 17, "descHash": 2022282532 },
{ "subId": 7228015, "order": 18, "descHash": 1092630492 },
{ "subId": 7228014, "order": 19, "hidden": true }
]
},
{
"id": 72281,
"titleHash": 773149895,
"children": [
{ "subId": 7228118, "order": 1, "hidden": true },
{ "subId": 7228101, "order": 2, "descHash": 2519893012 },
{ "subId": 7228117, "order": 3, "descHash": 1989702116 },
{ "subId": 7228102, "order": 4, "descHash": 3968791508 },
{ "subId": 7228103, "order": 5, "descHash": 3221935004 },
{ "subId": 7228104, "order": 6, "descHash": 2396188684 },
{ "subId": 7228105, "order": 7, "descHash": 927498996 },
{ "subId": 7228106, "order": 8, "descHash": 4188563276 },
{ "subId": 7228107, "order": 9, "descHash": 2141819868 },
{ "subId": 7228108, "order": 10, "descHash": 2664772676 },
{ "subId": 7228109, "order": 11, "descHash": 3225235228 },
{ "subId": 7228110, "order": 12, "descHash": 2967425908 },
{ "subId": 7228111, "order": 13, "descHash": 3838914724 },
{ "subId": 7228112, "order": 14, "descHash": 3675000140 },
{ "subId": 7228113, "order": 15, "descHash": 1878597156 },
{ "subId": 7228114, "order": 16, "descHash": 1168040476 },
{ "subId": 7228115, "order": 17, "descHash": 2332020228 },
{ "subId": 7228116, "order": 18, "descHash": 2124696644 }
]
},
{
"id": 72282,
"hidden": true,
"test": true,
"titleHash": 179953855,
"children": [
{ "subId": 7228201, "order": 1, "hidden": true, "test": true, "descHash": 1766326732 },
{ "subId": 7228202, "order": 2, "hidden": true, "test": true, "descHash": 1474260092 }
]
},
{
"id": 72283,
"hidden": true,
"children": [
{ "subId": 7228301, "order": 1, "hidden": true },
{ "subId": 7228302, "order": 2, "hidden": true },
{ "subId": 7228303, "order": 3, "hidden": true }
]
},
{
"id": 72284,
"hidden": true,
"children": [
{ "subId": 7228401, "order": 1, "hidden": true },
{ "subId": 7228402, "order": 2, "hidden": true },
{ "subId": 7228403, "order": 3, "hidden": true }
]
},
{
"id": 72286,
"titleHash": 3446066575,
"children": [
{ "subId": 7228601, "order": 1, "hidden": true, "descHash": 3497504852 },
{ "subId": 7228602, "order": 2, "descHash": 3158835332 },
{ "subId": 7228603, "order": 3, "descHash": 2847128860 },
{ "subId": 7228604, "order": 4, "descHash": 385457492 },
{ "subId": 7228605, "order": 6, "descHash": 983158932 },
{ "subId": 7228606, "order": 7, "descHash": 2564919204 },
{ "subId": 7228610, "order": 8, "hidden": true },
{ "subId": 7228611, "order": 9, "hidden": true },
{ "subId": 7228607, "order": 10, "descHash": 871206692 },
{ "subId": 7228608, "order": 11, "descHash": 3771190180 },
{ "subId": 7228609, "order": 12, "descHash": 2489211484 },
{ "subId": 7228615, "order": 13, "descHash": 3112827620 },
{ "subId": 7228616, "order": 14, "hidden": true },
{ "subId": 7228614, "order": 15, "hidden": true },
{ "subId": 7228612, "order": 16, "descHash": 2451406140 },
{ "subId": 7228613, "order": 17, "descHash": 2098042444 }
]
},
{
"id": 72287,
"titleHash": 2735084343,
"children": [
{ "subId": 7228727, "order": 1, "hidden": true },
{ "subId": 7228701, "order": 2, "descHash": 2371158572 },
{ "subId": 7228702, "order": 3, "descHash": 2356998788 },
{ "subId": 7228728, "order": 4, "hidden": true },
{ "subId": 7228723, "order": 5, "descHash": 3578656580 },
{ "subId": 7228703, "order": 6, "descHash": 3689751164 },
{ "subId": 7228704, "order": 7, "descHash": 3953901332 },
{ "subId": 7228725, "order": 8, "hidden": true, "descHash": 1243798276 },
{ "subId": 7228705, "order": 9, "descHash": 1161621716 },
{ "subId": 7228729, "order": 10, "hidden": true },
{ "subId": 7228706, "order": 11, "descHash": 3177094116 },
{ "subId": 7228726, "order": 12, "hidden": true },
{ "subId": 7228707, "order": 13, "descHash": 935863908 },
{ "subId": 7228709, "order": 14, "descHash": 467015212 },
{ "subId": 7228710, "order": 15, "descHash": 3354583476 },
{ "subId": 7228711, "order": 16, "descHash": 831314220 },
{ "subId": 7228712, "order": 17, "descHash": 2922844332 },
{ "subId": 7228713, "order": 18, "descHash": 4096925788 },
{ "subId": 7228714, "order": 19, "descHash": 1174477004 },
{ "subId": 7228715, "order": 20, "descHash": 334423212 },
{ "subId": 7228708, "order": 21, "descHash": 233028036 },
{ "subId": 7228716, "order": 22, "descHash": 347079420 },
{ "subId": 7228717, "order": 23, "descHash": 4249063460 },
{ "subId": 7228718, "order": 24, "descHash": 2369084420 },
{ "subId": 7228719, "order": 25, "descHash": 2540846028 },
{ "subId": 7228720, "order": 26, "descHash": 140896756 },
{ "subId": 7228721, "order": 27, "descHash": 2010501644 },
{ "subId": 7228722, "order": 28, "descHash": 3617925628 },
{ "subId": 7228724, "order": 29, "descHash": 3603677668 }
]
},
{
"id": 72288,
"hidden": true,
"test": true,
"titleHash": 3328478087,
"children": [{ "subId": 7228801, "order": 1, "hidden": true, "test": true, "descHash": 2965540468 }]
},
{ "id": 72500, "titleHash": 95975399, "children": [{ "subId": 7250001, "order": 1, "descHash": 751444892 }] },
{
"id": 72501,
"titleHash": 1272381551,
"children": [
{ "subId": 7250101, "order": 1, "descHash": 3745744292 },
{ "subId": 7250102, "order": 2, "descHash": 931860956 }
]
},
{ "id": 72650, "titleHash": 2822337335, "children": [{ "subId": 7265001, "order": 1, "descHash": 429131908 }] },
{
"id": 72651,
"titleHash": 682659391,
"children": [
{ "subId": 7265101, "order": 1, "hidden": true },
{ "subId": 7265102, "order": 2, "descHash": 2387489164 }
]
},
{
"id": 72652,
"titleHash": 2789211351,
"children": [
{ "subId": 7265201, "order": 1, "descHash": 2097721236 },
{ "subId": 7265202, "order": 2, "descHash": 3413126484 },
{ "subId": 7265203, "order": 3, "descHash": 4033148884 }
]
},
{
"id": 72653,
"titleHash": 1170625447,
"children": [
{ "subId": 7265301, "order": 1, "descHash": 1831601380 },
{ "subId": 7265302, "order": 2, "descHash": 3420767020 }
]
},
{
"id": 72654,
"titleHash": 2014514095,
"children": [
{ "subId": 7265401, "order": 1, "descHash": 3874507260 },
{ "subId": 7265402, "order": 2, "descHash": 2711213660 }
]
},
{
"id": 72655,
"titleHash": 1336197519,
"children": [
{ "subId": 7265501, "order": 1, "descHash": 2593328860 },
{ "subId": 7265502, "order": 2, "descHash": 2858574204 },
{ "subId": 7265503, "order": 3, "descHash": 2681840300 },
{ "subId": 7265504, "order": 4, "descHash": 1529116964 },
{ "subId": 7265505, "order": 5, "hidden": true },
{ "subId": 7265506, "order": 6, "hidden": true }
]
},
{
"id": 72656,
"titleHash": 2604347767,
"children": [
{ "subId": 7265601, "order": 1, "descHash": 2650591084 },
{ "subId": 7265602, "order": 2, "descHash": 2343853828 }
]
},
{
"id": 72657,
"titleHash": 2771515823,
"children": [
{ "subId": 7265701, "order": 1, "descHash": 2435969708 },
{ "subId": 7265702, "order": 2, "descHash": 2639227196 }
]
},
{ "id": 72658, "titleHash": 3928138383, "children": [{ "subId": 7265801, "order": 1, "descHash": 2154266732 }] },
{
"id": 72659,
"titleHash": 2622390759,
"children": [
{ "subId": 7265901, "order": 1, "descHash": 2079757108 },
{ "subId": 7265902, "order": 2, "descHash": 3325083116 }
]
},
{
"id": 72660,
"titleHash": 2072547775,
"children": [
{ "subId": 7266001, "order": 1, "descHash": 2557531100 },
{ "subId": 7266002, "order": 2, "descHash": 1246706484 },
{ "subId": 7266003, "order": 3, "hidden": true, "test": true, "descHash": 1949536268 }
]
},
{
"id": 72661,
"titleHash": 4168772743,
"children": [
{ "subId": 7266101, "order": 1, "descHash": 3436344596 },
{ "subId": 7266102, "order": 10, "descHash": 1505679436 },
{ "subId": 7266103, "order": 11, "descHash": 1216768172 },
{ "subId": 7266104, "order": 14, "descHash": 2619863924 },
{ "subId": 7266105, "order": 17, "descHash": 3696670356 },
{ "subId": 7266106, "order": 19, "descHash": 1234677860 },
{ "subId": 7266107, "order": 20, "descHash": 2609677388 },
{ "subId": 7266113, "order": 21, "descHash": 2154456796 },
{ "subId": 7266108, "order": 23, "descHash": 4207222236 },
{ "subId": 7266109, "order": 25, "descHash": 4277037212 },
{ "subId": 7266110, "order": 99, "descHash": 3604962908 },
{ "subId": 7266111, "order": 99, "descHash": 1570597124 },
{ "subId": 7266112, "order": 99, "descHash": 2830715772 }
]
},
{
"id": 72662,
"titleHash": 2508239287,
"children": [
{ "subId": 7266201, "order": 1, "descHash": 2106800468 },
{ "subId": 7266202, "order": 5, "descHash": 1118387100 },
{ "subId": 7266203, "order": 7, "descHash": 3459789220 },
{ "subId": 7266207, "order": 8, "descHash": 1125093724 },
{ "subId": 7266208, "order": 9, "descHash": 1187446540 },
{ "subId": 7266204, "order": 15, "descHash": 967569996 },
{ "subId": 7266205, "order": 16, "descHash": 3670927828 },
{ "subId": 7266209, "order": 16, "hidden": true, "descHash": 3923174940 },
{ "subId": 7266206, "order": 20, "descHash": 4147196324 }
]
},
{
"id": 72663,
"titleHash": 193466119,
"children": [
{ "subId": 7266301, "order": 1, "descHash": 3073719316 },
{ "subId": 7266302, "order": 2, "descHash": 2887895468 },
{ "subId": 7266305, "order": 5, "descHash": 1397190636 },
{ "subId": 7266304, "order": 20, "descHash": 2168527100 },
{ "subId": 7266303, "order": 21, "hidden": true, "descHash": 4206432396 },
{ "subId": 7266306, "order": 22, "hidden": true, "descHash": 979680300 }
]
},
{ "id": 72664, "titleHash": 3620270239, "children": [{ "subId": 7266401, "order": 1, "descHash": 3048640508 }] },
{
"id": 72665,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 2879589071,
"children": [{ "subId": 7266501, "order": 1, "hidden": true }]
},
{
"id": 72666,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 908791959,
"children": [{ "subId": 7266601, "order": 1, "hidden": true }]
},
{
"id": 72667,
"titleHash": 453605039,
"children": [
{ "subId": 7266701, "order": 1, "hidden": true, "descHash": 1658396892 },
{ "subId": 7266702, "order": 2, "descHash": 2766820748 },
{ "subId": 7266703, "order": 3, "hidden": true, "descHash": 318196780 }
]
},
{
"id": 72668,
"hidden": true,
"titleHash": 106875695,
"children": [
{ "subId": 7266801, "order": 1, "hidden": true },
{ "subId": 7266802, "order": 2, "hidden": true }
]
},
{
"id": 72669,
"hidden": true,
"titleHash": 1753902263,
"children": [
{ "subId": 7266901, "order": 1, "hidden": true, "descHash": 2211258796 },
{ "subId": 7266902, "order": 2, "descHash": 972749060 },
{ "subId": 7266903, "order": 3, "descHash": 2129701308 }
]
},
{
"id": 72670,
"titleHash": 3034928031,
"children": [
{ "subId": 7267001, "order": 1, "descHash": 4096622844 },
{ "subId": 7267002, "order": 2, "descHash": 957823252 },
{ "subId": 7267004, "order": 3, "descHash": 757685428 },
{ "subId": 7267005, "order": 4, "descHash": 2039920684 },
{ "subId": 7267003, "order": 5, "descHash": 2073001148 },
{ "subId": 7267006, "order": 6, "test": true, "descHash": 3993049532 }
]
},
{
"id": 72671,
"hidden": true,
"test": true,
"titleHash": 1703390031,
"children": [{ "subId": 7267101, "order": 1, "hidden": true }]
},
{
"id": 72672,
"titleHash": 2421188655,
"children": [
{ "subId": 7267201, "order": 1, "descHash": 1736461036 },
{ "subId": 7267202, "order": 2, "descHash": 2372351596 },
{ "subId": 7267203, "order": 3, "descHash": 1094639908 },
{ "subId": 7267204, "order": 4, "descHash": 2922506220 },
{ "subId": 7267205, "order": 5, "descHash": 1027391124 }
]
},
{
"id": 72673,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 4010532431,
"children": [
{ "subId": 7267301, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 1103009052 }
]
},
{
"id": 72674,
"titleHash": 3353905119,
"children": [
{ "subId": 7267401, "order": 1, "descHash": 2464470540 },
{ "subId": 7267402, "order": 2, "descHash": 4012178276 },
{ "subId": 7267403, "order": 3, "descHash": 4150876908 }
]
},
{
"id": 72675,
"titleHash": 3171677655,
"children": [
{ "subId": 7267510, "order": 1, "hidden": true, "test": true, "descHash": 2186829932 },
{ "subId": 7267509, "order": 2, "hidden": true, "test": true, "descHash": 1681561980 },
{ "subId": 7267501, "order": 3, "descHash": 3199312108 },
{ "subId": 7267502, "order": 4, "descHash": 2535220788 },
{ "subId": 7267503, "order": 5, "descHash": 984785364 },
{ "subId": 7267504, "order": 6, "descHash": 221820020 },
{ "subId": 7267505, "order": 7, "descHash": 1855318428 },
{ "subId": 7267506, "order": 8, "descHash": 3521179420 },
{ "subId": 7267507, "order": 9, "descHash": 1305523580 },
{ "subId": 7267508, "order": 10, "descHash": 2145146780 }
]
},
{
"id": 72676,
"titleHash": 3104052111,
"children": [
{ "subId": 7267614, "order": 1, "hidden": true, "test": true, "descHash": 1670100668 },
{ "subId": 7267601, "order": 2, "descHash": 4147319820 },
{ "subId": 7267602, "order": 3, "descHash": 1641679620 },
{ "subId": 7267603, "order": 4, "descHash": 2481265164 },
{ "subId": 7267604, "order": 5, "descHash": 3999030828 },
{ "subId": 7267605, "order": 6, "descHash": 935305044 },
{ "subId": 7267606, "order": 7, "descHash": 2214623956 },
{ "subId": 7267607, "order": 8, "descHash": 820830364 },
{ "subId": 7267608, "order": 9, "descHash": 4074127260 },
{ "subId": 7267609, "order": 10, "descHash": 2024949916 },
{ "subId": 7267613, "order": 11, "descHash": 1210562652 },
{ "subId": 7267610, "order": 12, "descHash": 355383452 },
{ "subId": 7267611, "order": 13, "descHash": 410291012 },
{ "subId": 7267612, "order": 14, "descHash": 977206212 }
]
},
{
"id": 72677,
"titleHash": 1000227599,
"children": [
{ "subId": 7267709, "order": 1, "hidden": true, "test": true, "descHash": 140097876 },
{ "subId": 7267701, "order": 2, "descHash": 3216090020 },
{ "subId": 7267710, "order": 3, "hidden": true },
{ "subId": 7267702, "order": 4, "descHash": 2648610876 },
{ "subId": 7267708, "order": 5, "descHash": 1488158292 },
{ "subId": 7267703, "order": 6, "descHash": 1130995236 },
{ "subId": 7267704, "order": 7, "descHash": 4096079124 },
{ "subId": 7267705, "order": 8, "descHash": 305955564 },
{ "subId": 7267706, "order": 9, "descHash": 4188094028 },
{ "subId": 7267707, "order": 10, "descHash": 1131233420 }
]
},
{
"id": 72678,
"titleHash": 1388571831,
"children": [
{ "subId": 7267810, "order": 1, "hidden": true, "test": true, "descHash": 2267351580 },
{ "subId": 7267801, "order": 2, "descHash": 3468194260 },
{ "subId": 7267802, "order": 3, "descHash": 515633540 },
{ "subId": 7267803, "order": 4, "descHash": 3379884412 },
{ "subId": 7267804, "order": 5, "descHash": 4131673020 },
{ "subId": 7267809, "order": 6, "descHash": 3023900164 },
{ "subId": 7267805, "order": 7, "descHash": 3552036020 },
{ "subId": 7267806, "order": 8, "descHash": 2000026716 },
{ "subId": 7267807, "order": 9, "descHash": 1747547708 },
{ "subId": 7267811, "order": 10, "descHash": 2859375460 },
{ "subId": 7267808, "order": 99, "descHash": 4164538460 }
]
},
{
"id": 72679,
"hidden": true,
"children": [
{ "subId": 7267902, "order": 1, "hidden": true },
{ "subId": 7267901, "order": 2, "hidden": true }
]
},
{
"id": 72680,
"hidden": true,
"test": true,
"titleHash": 1102162415,
"children": [{ "subId": 7268001, "order": 1, "hidden": true }]
},
{
"id": 72681,
"hidden": true,
"test": true,
"titleHash": 3081760407,
"children": [{ "subId": 7268101, "order": 1, "hidden": true }]
},
{
"id": 72682,
"titleHash": 3598432167,
"children": [
{ "subId": 7268201, "order": 1, "descHash": 480682668 },
{ "subId": 7268202, "order": 2, "descHash": 66610988 }
]
},
{
"id": 72683,
"titleHash": 3184403103,
"children": [
{ "subId": 7268301, "order": 1, "descHash": 1629006940 },
{ "subId": 7268302, "order": 2, "descHash": 595009684 }
]
},
{
"id": 72684,
"titleHash": 3575683591,
"children": [
{ "subId": 7268401, "order": 1, "hidden": true },
{ "subId": 7268402, "order": 2, "descHash": 2014838532 },
{ "subId": 7268403, "order": 3, "descHash": 693005348 },
{ "subId": 7268404, "order": 4, "descHash": 3821840428 },
{ "subId": 7268405, "order": 5, "descHash": 3453924844 },
{ "subId": 7268406, "order": 6, "descHash": 4260518252 },
{ "subId": 7268407, "order": 7, "descHash": 84557308 }
]
},
{ "id": 72685, "titleHash": 3894236783, "children": [{ "subId": 7268501, "order": 1, "descHash": 3140194452 }] },
{ "id": 72686, "titleHash": 3456062743, "children": [{ "subId": 7268601, "order": 1, "descHash": 2949470828 }] },
{
"id": 72687,
"titleHash": 4042630079,
"children": [
{ "subId": 7268701, "order": 1, "descHash": 2113730292 },
{ "subId": 7268702, "order": 2, "descHash": 3523986284 },
{ "subId": 7268703, "order": 3, "descHash": 3031970228 }
]
},
{
"id": 72688,
"titleHash": 184470111,
"children": [
{ "subId": 7268801, "order": 1, "descHash": 3575593644 },
{ "subId": 7268802, "order": 2, "descHash": 2125446068 },
{ "subId": 7268803, "order": 3, "descHash": 387567388 },
{ "subId": 7268804, "order": 4, "descHash": 3399099100 }
]
},
{
"id": 72689,
"titleHash": 981823503,
"children": [
{ "subId": 7268901, "order": 1, "descHash": 3136266564 },
{ "subId": 7268902, "order": 2, "descHash": 625914084 },
{ "subId": 7268903, "order": 3, "descHash": 3658378052 },
{ "subId": 7268904, "order": 4, "descHash": 418573244 }
]
},
{
"id": 72690,
"titleHash": 2897568327,
"children": [
{ "subId": 7269001, "order": 1, "descHash": 1189152972 },
{ "subId": 7269002, "order": 2, "descHash": 1571320412 },
{ "subId": 7269003, "order": 3, "descHash": 1464156892 },
{ "subId": 7269004, "order": 4, "descHash": 311971284 }
]
},
{
"id": 72691,
"titleHash": 1427700351,
"children": [
{ "subId": 7269101, "order": 1, "descHash": 1384396556 },
{ "subId": 7269102, "order": 2, "descHash": 3148829228 },
{ "subId": 7269104, "order": 3, "descHash": 3618401756 },
{ "subId": 7269105, "order": 4, "descHash": 1824037716 }
]
},
{
"id": 72692,
"titleHash": 1237078119,
"children": [
{ "subId": 7269206, "order": 1, "descHash": 1563336500 },
{ "subId": 7269201, "order": 2, "descHash": 14537132 },
{ "subId": 7269202, "order": 3, "descHash": 3030274212 },
{ "subId": 7269204, "order": 4, "descHash": 2980768660 },
{ "subId": 7269205, "order": 5, "descHash": 167304772 }
]
},
{
"id": 72693,
"titleHash": 2011466799,
"children": [
{ "subId": 7269306, "order": 1, "descHash": 2543070748 },
{ "subId": 7269301, "order": 2, "descHash": 2242910444 },
{ "subId": 7269302, "order": 3, "descHash": 2251670196 },
{ "subId": 7269304, "order": 4, "descHash": 3012483220 },
{ "subId": 7269305, "order": 5, "descHash": 3929063900 }
]
},
{
"id": 72694,
"titleHash": 2255522359,
"children": [
{ "subId": 7269401, "order": 1, "descHash": 2506762652 },
{ "subId": 7269402, "order": 2, "descHash": 1964402532 },
{ "subId": 7269403, "order": 3, "descHash": 2244421884 },
{ "subId": 7269405, "order": 4, "descHash": 4225019732 },
{ "subId": 7269406, "order": 5, "descHash": 2592729636 },
{ "subId": 7269404, "order": 6, "descHash": 1907487932 }
]
},
{
"id": 72695,
"titleHash": 3225421439,
"children": [
{ "subId": 7269501, "order": 1, "descHash": 992384964 },
{ "subId": 7269502, "order": 2, "descHash": 3779057876 },
{ "subId": 7269504, "order": 3, "descHash": 4009770076 },
{ "subId": 7269505, "order": 4, "descHash": 971810036 },
{ "subId": 7269503, "order": 5, "descHash": 2268767540 }
]
},
{
"id": 72696,
"titleHash": 1103328111,
"children": [
{ "subId": 7269601, "order": 1, "descHash": 584388900 },
{ "subId": 7269602, "order": 2, "descHash": 3522517028 },
{ "subId": 7269606, "order": 3, "descHash": 1044665812 },
{ "subId": 7269607, "order": 4, "descHash": 2947070516 },
{ "subId": 7269603, "order": 5, "descHash": 1542135892 },
{ "subId": 7269604, "order": 6, "descHash": 25185012 },
{ "subId": 7269605, "order": 7, "descHash": 1733986732 }
]
},
{ "id": 72697, "titleHash": 1856191783, "children": [{ "subId": 7269701, "order": 1, "descHash": 3679876524 }] },
{ "id": 72698, "titleHash": 2977365127, "children": [{ "subId": 7269801, "order": 1, "descHash": 3452208276 }] },
{ "id": 72699, "titleHash": 2510595143, "children": [{ "subId": 7269901, "order": 1, "descHash": 2256694388 }] },
{ "id": 72701, "titleHash": 1658714583, "children": [{ "subId": 7270101, "order": 1, "descHash": 2980069740 }] },
{ "id": 72702, "titleHash": 2317897775, "children": [{ "subId": 7270201, "order": 1, "descHash": 2300319964 }] },
{
"id": 72703,
"test": true,
"unreleased": true,
"titleHash": 2857727583,
"children": [{ "subId": 7270301, "order": 1, "test": true, "unreleased": true, "descHash": 1631526148 }]
},
{
"id": 72704,
"test": true,
"unreleased": true,
"titleHash": 727725167,
"children": [{ "subId": 7270401, "order": 1, "test": true, "unreleased": true, "descHash": 2504061124 }]
},
{ "id": 72705, "titleHash": 2292237335, "children": [{ "subId": 7270501, "order": 1, "descHash": 4092414220 }] },
{ "id": 72706, "titleHash": 2475186311, "children": [{ "subId": 7270601, "order": 1, "descHash": 1949114020 }] },
{ "id": 72707, "titleHash": 174613807, "children": [{ "subId": 7270701, "order": 1, "descHash": 888124764 }] },
{ "id": 72708, "titleHash": 457630455, "children": [{ "subId": 7270801, "order": 1, "descHash": 2144688860 }] },
{ "id": 72709, "titleHash": 2595943407, "children": [{ "subId": 7270901, "order": 1, "descHash": 1600739564 }] },
{ "id": 72710, "titleHash": 1343626103, "children": [{ "subId": 7271001, "order": 1, "descHash": 3056283508 }] },
{
"id": 72712,
"titleHash": 973190071,
"children": [
{ "subId": 7271201, "order": 1, "descHash": 2615708468 },
{ "subId": 7271202, "order": 2, "descHash": 3220480452 }
]
},
{
"id": 72713,
"titleHash": 1932786375,
"children": [
{ "subId": 7271301, "order": 1, "descHash": 2373559092 },
{ "subId": 7271302, "order": 2, "descHash": 2891455612 }
]
},
{
"id": 72714,
"titleHash": 4277706487,
"children": [
{ "subId": 7271401, "order": 1, "descHash": 2734160868 },
{ "subId": 7271402, "order": 2, "descHash": 3994258916 }
]
},
{
"id": 72715,
"titleHash": 1942268375,
"children": [
{ "subId": 7271501, "order": 1, "descHash": 497650580 },
{ "subId": 7271502, "order": 2, "descHash": 121327228 }
]
},
{
"id": 72716,
"titleHash": 93595663,
"children": [
{ "subId": 7271601, "order": 1, "descHash": 2117524556 },
{ "subId": 7271602, "order": 2, "descHash": 3783945596 }
]
},
{
"id": 72717,
"titleHash": 2866680199,
"children": [
{ "subId": 7271701, "order": 1, "descHash": 1645523804 },
{ "subId": 7271702, "order": 2, "descHash": 1168487980 }
]
},
{
"id": 72718,
"titleHash": 707646055,
"children": [
{ "subId": 7271801, "order": 1, "descHash": 623235476 },
{ "subId": 7271802, "order": 2, "descHash": 2635090324 }
]
},
{
"id": 72719,
"titleHash": 3654785455,
"children": [
{ "subId": 7271901, "order": 1, "descHash": 1972358284 },
{ "subId": 7271902, "order": 2, "descHash": 1216164564 }
]
},
{ "id": 72720, "titleHash": 1817662903, "children": [{ "subId": 7272001, "order": 1, "descHash": 684954564 }] },
{ "id": 72721, "titleHash": 3256870095, "children": [{ "subId": 7272101, "order": 1, "descHash": 1441066788 }] },
{
"id": 72722,
"hidden": true,
"test": true,
"titleHash": 1022759687,
"children": [{ "subId": 7272201, "order": 1, "hidden": true }]
},
{
"id": 72723,
"hidden": true,
"test": true,
"titleHash": 3543452679,
"children": [{ "subId": 7272301, "order": 1, "hidden": true }]
},
{ "id": 72724, "titleHash": 1355580567, "children": [{ "subId": 7272401, "order": 1, "descHash": 757754292 }] },
{
"id": 72725,
"hidden": true,
"test": true,
"titleHash": 2801831599,
"children": [{ "subId": 7272501, "order": 1, "hidden": true }]
},
{ "id": 72726, "hidden": true, "children": [{ "subId": 7272601, "order": 1, "hidden": true }] },
{
"id": 72727,
"titleHash": 2831953327,
"children": [
{ "subId": 7272701, "order": 1, "descHash": 4045628332 },
{ "subId": 7272702, "order": 2, "descHash": 516912164 }
]
},
{
"id": 72800,
"titleHash": 3718985255,
"children": [
{ "subId": 7280001, "order": 1, "descHash": 2520130716 },
{ "subId": 7280002, "order": 2, "descHash": 1472256268 },
{ "subId": 7280003, "order": 3, "descHash": 3652860876 },
{ "subId": 7280004, "order": 4, "descHash": 2411690692 },
{ "subId": 7280005, "order": 5, "descHash": 4128518652 },
{ "subId": 7280006, "order": 6, "descHash": 2520695012 },
{ "subId": 7280007, "order": 7, "descHash": 1210032692 },
{ "subId": 7280008, "order": 8, "hidden": true, "test": true, "descHash": 1934932076 },
{ "subId": 7280009, "order": 9, "hidden": true, "test": true, "descHash": 4190650652 },
{ "subId": 7280010, "order": 10, "descHash": 3788251172 },
{ "subId": 7280011, "order": 11, "descHash": 1283285796 }
]
},
{
"id": 72801,
"titleHash": 2898252255,
"children": [
{ "subId": 7280101, "order": 1, "descHash": 1092227484 },
{ "subId": 7280102, "order": 2, "descHash": 3715218508 },
{ "subId": 7280103, "order": 3, "descHash": 2423548364 },
{ "subId": 7280105, "order": 5, "descHash": 2891318852 },
{ "subId": 7280106, "order": 6, "descHash": 3726993588 },
{ "subId": 7280107, "order": 7, "descHash": 2323860268 },
{ "subId": 7280108, "order": 8, "descHash": 1978436692 },
{ "subId": 7280109, "order": 9, "descHash": 42383764 },
{ "subId": 7280110, "order": 10, "descHash": 830040364 },
{ "subId": 7280116, "order": 11, "descHash": 2017401108 },
{ "subId": 7280111, "order": 12, "descHash": 2901903428 },
{ "subId": 7280112, "order": 13, "descHash": 1677176692 },
{ "subId": 7280113, "order": 14, "descHash": 2168971388 },
{ "subId": 7280114, "order": 15, "descHash": 676527084 },
{ "subId": 7280115, "order": 16, "descHash": 707567452 }
]
},
{
"id": 72802,
"titleHash": 259358959,
"children": [
{ "subId": 7280201, "order": 1, "descHash": 2611944028 },
{ "subId": 7280202, "order": 2, "descHash": 4135994412 },
{ "subId": 7280203, "order": 3, "descHash": 3698861340 },
{ "subId": 7280204, "order": 4, "descHash": 2696318044 },
{ "subId": 7280205, "order": 5, "descHash": 797874236 },
{ "subId": 7280206, "order": 6, "descHash": 3993272852 },
{ "subId": 7280207, "order": 7, "descHash": 3558542076 }
]
},
{
"id": 72803,
"titleHash": 1856067127,
"children": [
{ "subId": 7280301, "order": 1, "hidden": true, "descHash": 461255620 },
{ "subId": 7280302, "order": 2, "descHash": 2567321820 },
{ "subId": 7280303, "order": 3, "descHash": 2747691628 },
{ "subId": 7280308, "order": 4, "hidden": true },
{ "subId": 7280304, "order": 5, "descHash": 949989372 },
{ "subId": 7280306, "order": 6, "descHash": 2732437532 },
{ "subId": 7280307, "order": 7, "descHash": 2315160796 },
{ "subId": 7280309, "order": 8, "hidden": true }
]
},
{
"id": 72804,
"titleHash": 1849806199,
"children": [
{ "subId": 7280401, "order": 1, "descHash": 1434756556 },
{ "subId": 7280403, "order": 2, "descHash": 1214097100 },
{ "subId": 7280404, "order": 3, "descHash": 442752396 },
{ "subId": 7280408, "order": 4, "descHash": 2320220 },
{ "subId": 7280405, "order": 5, "descHash": 903395500 },
{ "subId": 7280406, "order": 6, "descHash": 3408199860 },
{ "subId": 7280407, "order": 7, "descHash": 1804721988 }
]
},
{
"id": 72805,
"hidden": true,
"children": [
{ "subId": 7280501, "order": 1, "hidden": true },
{ "subId": 7280502, "order": 2, "hidden": true },
{ "subId": 7280503, "order": 3, "hidden": true }
]
},
{
"id": 72806,
"titleHash": 3749981687,
"children": [
{ "subId": 7280601, "order": 1, "descHash": 755056780 },
{ "subId": 7280602, "order": 2, "descHash": 2886502348 },
{ "subId": 7280603, "order": 3, "descHash": 3328964300 },
{ "subId": 7280604, "order": 4, "descHash": 2588861380 },
{ "subId": 7280605, "order": 5, "descHash": 1932155156 }
]
},
{
"id": 72807,
"titleHash": 1035131343,
"children": [
{ "subId": 7280701, "order": 1, "descHash": 3879506988 },
{ "subId": 7280706, "order": 2, "hidden": true, "test": true, "descHash": 2090567420 },
{ "subId": 7280702, "order": 3, "descHash": 2518202060 },
{ "subId": 7280703, "order": 4, "descHash": 1484101876 },
{ "subId": 7280704, "order": 5, "descHash": 4252865412 },
{ "subId": 7280705, "order": 6, "descHash": 3118199516 }
]
},
{ "id": 72808, "titleHash": 2856599399, "children": [{ "subId": 7280801, "order": 1, "descHash": 967225372 }] },
{
"id": 72809,
"titleHash": 2125555495,
"children": [
{ "subId": 7280901, "order": 1, "hidden": true, "test": true, "descHash": 3711972436 },
{ "subId": 7280902, "order": 2, "hidden": true, "test": true, "descHash": 4200207980 },
{ "subId": 7280903, "order": 3, "descHash": 4051805700 },
{ "subId": 7280904, "order": 4, "descHash": 4072425916 },
{ "subId": 7280905, "order": 5, "descHash": 1775231884 },
{ "subId": 7280906, "order": 6, "descHash": 4233957348 },
{ "subId": 7280907, "order": 7, "descHash": 3036551732 }
]
},
{
"id": 72810,
"hidden": true,
"children": [
{ "subId": 7281001, "order": 1, "hidden": true },
{ "subId": 7281002, "order": 2, "hidden": true },
{ "subId": 7281003, "order": 3, "hidden": true }
]
},
{
"id": 72811,
"hidden": true,
"children": [
{ "subId": 7281101, "order": 1, "hidden": true },
{ "subId": 7281102, "order": 2, "hidden": true },
{ "subId": 7281103, "order": 3, "hidden": true }
]
},
{
"id": 72812,
"titleHash": 3757851255,
"children": [
{ "subId": 7281201, "order": 1, "descHash": 2723908340 },
{ "subId": 7281204, "order": 2, "descHash": 1429915492 },
{ "subId": 7281202, "order": 3, "descHash": 4257777668 },
{ "subId": 7281203, "order": 4, "descHash": 3029687740 }
]
},
{
"id": 72813,
"titleHash": 3138505559,
"children": [
{ "subId": 7281301, "order": 1, "descHash": 1828648412 },
{ "subId": 7281302, "order": 2, "descHash": 2471365188 },
{ "subId": 7281303, "order": 3, "descHash": 1157347252 },
{ "subId": 7281304, "order": 4, "descHash": 530064540 },
{ "subId": 7281305, "order": 5, "descHash": 1945949156 },
{ "subId": 7281306, "order": 6, "descHash": 3488783396 },
{ "subId": 7281307, "order": 7, "descHash": 335204196 },
{ "subId": 7281308, "order": 8, "descHash": 4041781196 },
{ "subId": 7281309, "order": 9, "descHash": 314116524 },
{ "subId": 7281310, "order": 10, "descHash": 2381988660 }
]
},
{
"id": 72902,
"hidden": true,
"titleHash": 382206519,
"children": [{ "subId": 7290201, "order": 1, "hidden": true }]
},
{
"id": 72903,
"hidden": true,
"titleHash": 2794897095,
"children": [{ "subId": 7290301, "order": 1, "hidden": true }]
},
{
"id": 72904,
"hidden": true,
"titleHash": 1165508383,
"children": [{ "subId": 7290401, "order": 1, "hidden": true }]
},
{
"id": 72905,
"hidden": true,
"titleHash": 3453460343,
"children": [{ "subId": 7290501, "order": 1, "hidden": true }]
},
{
"id": 72906,
"hidden": true,
"titleHash": 1139770015,
"children": [{ "subId": 7290601, "order": 1, "hidden": true }]
},
{
"id": 72907,
"hidden": true,
"titleHash": 403411695,
"children": [{ "subId": 7290701, "order": 1, "hidden": true }]
},
{
"id": 72908,
"hidden": true,
"titleHash": 3964326471,
"children": [{ "subId": 7290801, "order": 1, "hidden": true }]
},
{
"id": 72909,
"hidden": true,
"titleHash": 3717739959,
"children": [{ "subId": 7290901, "order": 1, "hidden": true }]
},
{
"id": 72910,
"hidden": true,
"titleHash": 310693863,
"children": [{ "subId": 7291001, "order": 1, "hidden": true }]
},
{
"id": 72911,
"hidden": true,
"titleHash": 2155126015,
"children": [{ "subId": 7291101, "order": 1, "hidden": true }]
},
{
"id": 72912,
"hidden": true,
"titleHash": 1115090167,
"children": [{ "subId": 7291201, "order": 1, "hidden": true }]
},
{
"id": 72913,
"hidden": true,
"titleHash": 2386520919,
"children": [{ "subId": 7291301, "order": 1, "hidden": true }]
},
{
"id": 72914,
"hidden": true,
"titleHash": 1718208263,
"children": [{ "subId": 7291401, "order": 1, "hidden": true }]
},
{
"id": 72915,
"hidden": true,
"titleHash": 3969036111,
"children": [{ "subId": 7291501, "order": 1, "hidden": true }]
},
{
"id": 72916,
"hidden": true,
"titleHash": 178534871,
"children": [{ "subId": 7291601, "order": 1, "hidden": true }]
},
{
"id": 72917,
"hidden": true,
"titleHash": 2042389919,
"children": [{ "subId": 7291701, "order": 1, "hidden": true }]
},
{
"id": 72918,
"hidden": true,
"titleHash": 1468153079,
"children": [{ "subId": 7291801, "order": 1, "hidden": true }]
},
{
"id": 72919,
"hidden": true,
"titleHash": 2178565439,
"children": [{ "subId": 7291901, "order": 1, "hidden": true }]
},
{
"id": 72920,
"hidden": true,
"titleHash": 1569819895,
"children": [{ "subId": 7292001, "order": 1, "hidden": true }]
},
{
"id": 72921,
"hidden": true,
"titleHash": 128994639,
"children": [{ "subId": 7292101, "order": 1, "hidden": true }]
},
{
"id": 72922,
"hidden": true,
"titleHash": 584870863,
"children": [{ "subId": 7292201, "order": 1, "hidden": true }]
},
{
"id": 72923,
"hidden": true,
"titleHash": 4114841999,
"children": [{ "subId": 7292301, "order": 1, "hidden": true }]
},
{
"id": 72924,
"hidden": true,
"titleHash": 1738925863,
"children": [{ "subId": 7292401, "order": 1, "hidden": true }]
},
{
"id": 72925,
"hidden": true,
"titleHash": 2749564415,
"children": [{ "subId": 7292501, "order": 1, "hidden": true }]
},
{
"id": 72926,
"hidden": true,
"titleHash": 1494877543,
"children": [{ "subId": 7292601, "order": 1, "hidden": true }]
},
{
"id": 72927,
"hidden": true,
"titleHash": 136663087,
"children": [{ "subId": 7292701, "order": 1, "hidden": true }]
},
{
"id": 72928,
"hidden": true,
"titleHash": 2954690639,
"children": [{ "subId": 7292801, "order": 1, "hidden": true }]
},
{
"id": 72929,
"hidden": true,
"titleHash": 125989919,
"children": [{ "subId": 7292901, "order": 1, "hidden": true }]
},
{
"id": 72930,
"hidden": true,
"titleHash": 1061177207,
"children": [{ "subId": 7293001, "order": 1, "hidden": true }]
},
{
"id": 72932,
"hidden": true,
"titleHash": 1395866143,
"children": [{ "subId": 7293201, "order": 1, "hidden": true }]
},
{
"id": 72933,
"hidden": true,
"titleHash": 2437012415,
"children": [{ "subId": 7293301, "order": 1, "hidden": true }]
},
{
"id": 72934,
"hidden": true,
"titleHash": 1437634639,
"children": [{ "subId": 7293401, "order": 1, "hidden": true }]
},
{
"id": 72935,
"hidden": true,
"titleHash": 3080368367,
"children": [{ "subId": 7293501, "order": 1, "hidden": true }]
},
{
"id": 72937,
"hidden": true,
"titleHash": 2495768575,
"children": [{ "subId": 7293701, "order": 1, "hidden": true }]
},
{
"id": 72938,
"hidden": true,
"titleHash": 2664258623,
"children": [{ "subId": 7293801, "order": 1, "hidden": true }]
},
{
"id": 72939,
"hidden": true,
"titleHash": 2951038871,
"children": [{ "subId": 7293901, "order": 1, "hidden": true }]
},
{
"id": 72940,
"hidden": true,
"titleHash": 1625945863,
"children": [{ "subId": 7294001, "order": 1, "hidden": true }]
},
{
"id": 72941,
"hidden": true,
"titleHash": 809831559,
"children": [{ "subId": 7294101, "order": 1, "hidden": true }]
},
{
"id": 72942,
"hidden": true,
"titleHash": 1941336943,
"children": [{ "subId": 7294201, "order": 1, "hidden": true }]
},
{
"id": 72943,
"hidden": true,
"titleHash": 1910443863,
"children": [{ "subId": 7294301, "order": 1, "hidden": true }]
},
{
"id": 72945,
"hidden": true,
"titleHash": 2778414079,
"children": [{ "subId": 7294501, "order": 1, "hidden": true }]
},
{
"id": 72946,
"hidden": true,
"titleHash": 3179205727,
"children": [{ "subId": 7294601, "order": 1, "hidden": true }]
},
{
"id": 72948,
"hidden": true,
"titleHash": 1348594927,
"children": [{ "subId": 7294801, "order": 1, "hidden": true }]
},
{
"id": 73000,
"titleHash": 2506906151,
"children": [
{ "subId": 7300001, "order": 1, "hidden": true, "descHash": 2462268884 },
{ "subId": 7300002, "order": 2, "descHash": 543834724 },
{ "subId": 7300003, "order": 3, "descHash": 3134273836 },
{ "subId": 7300004, "order": 4, "descHash": 274931124 },
{ "subId": 7300016, "order": 5, "descHash": 428855380 },
{ "subId": 7300005, "order": 6, "descHash": 2880716516 },
{ "subId": 7300017, "order": 7, "descHash": 849237804 },
{ "subId": 7300006, "order": 8, "descHash": 3314389444 },
{ "subId": 7300007, "order": 9, "descHash": 3297629828 },
{ "subId": 7300009, "order": 10, "descHash": 4254990532 },
{ "subId": 7300010, "order": 11, "descHash": 1915693828 },
{ "subId": 7300011, "order": 12, "hidden": true },
{ "subId": 7300008, "order": 13, "descHash": 3752805740 },
{ "subId": 7300020, "order": 14, "descHash": 1534969620 },
{ "subId": 7300012, "order": 99, "test": true, "descHash": 2122350580 },
{ "subId": 7300013, "order": 99, "test": true, "descHash": 1239773364 },
{ "subId": 7300014, "order": 99, "test": true, "descHash": 1219948660 },
{ "subId": 7300015, "order": 99, "test": true, "descHash": 844071356 },
{ "subId": 7300018, "order": 99, "test": true, "descHash": 2265243356 },
{ "subId": 7300019, "order": 99, "test": true, "descHash": 641697420 }
]
},
{
"id": 73001,
"titleHash": 1185163983,
"children": [
{ "subId": 7300101, "order": 1, "descHash": 293978988 },
{ "subId": 7300102, "order": 2, "descHash": 3559651484 },
{ "subId": 7300103, "order": 3, "descHash": 2533581156 },
{ "subId": 7300104, "order": 4, "descHash": 3064194556 },
{ "subId": 7300105, "order": 5, "descHash": 4205408420 },
{ "subId": 7300106, "order": 6, "descHash": 1069931844 },
{ "subId": 7300121, "order": 7, "hidden": true, "test": true, "descHash": 3236440916 },
{ "subId": 7300118, "order": 8, "descHash": 1737393532 },
{ "subId": 7300107, "order": 9, "descHash": 435852316 },
{ "subId": 7300119, "order": 10, "descHash": 2090402660 },
{ "subId": 7300120, "order": 11, "descHash": 4249868716 },
{ "subId": 7300108, "order": 12, "descHash": 1590905204 },
{ "subId": 7300109, "order": 13, "descHash": 1322032572 },
{ "subId": 7300116, "order": 14, "hidden": true, "test": true, "descHash": 4264617852 },
{ "subId": 7300117, "order": 15, "hidden": true, "test": true, "descHash": 335140908 },
{ "subId": 7300110, "order": 16, "descHash": 1775330756 },
{ "subId": 7300111, "order": 17, "descHash": 1039132372 },
{ "subId": 7300112, "order": 18, "descHash": 2999364020 },
{ "subId": 7300113, "order": 19, "descHash": 4201339364 },
{ "subId": 7300114, "order": 20, "hidden": true, "test": true, "descHash": 2073138924 },
{ "subId": 7300115, "order": 21, "descHash": 2309445004 },
{ "subId": 7300122, "order": 22, "descHash": 2865655596 },
{ "subId": 7300123, "order": 23, "descHash": 822342684 }
]
},
{
"id": 73002,
"titleHash": 1597222743,
"children": [
{ "subId": 7300215, "order": 1, "hidden": true, "test": true, "descHash": 4100020604 },
{ "subId": 7300233, "order": 2, "descHash": 2712099876 },
{ "subId": 7300201, "order": 4, "descHash": 3743208708 },
{ "subId": 7300217, "order": 5, "descHash": 3993247204 },
{ "subId": 7300202, "order": 6, "descHash": 824755084 },
{ "subId": 7300203, "order": 7, "descHash": 3845001572 },
{ "subId": 7300221, "order": 8, "descHash": 332447172 },
{ "subId": 7300230, "order": 9, "hidden": true, "test": true, "descHash": 483393804 },
{ "subId": 7300231, "order": 10, "hidden": true, "test": true, "descHash": 3056725644 },
{ "subId": 7300204, "order": 11, "descHash": 2347598548 },
{ "subId": 7300205, "order": 12, "descHash": 329897748 },
{ "subId": 7300220, "order": 13, "descHash": 3980633380 },
{ "subId": 7300222, "order": 14, "descHash": 915876444 },
{ "subId": 7300223, "order": 15, "descHash": 184639060 },
{ "subId": 7300206, "order": 16, "descHash": 3508668132 },
{ "subId": 7300207, "order": 17, "hidden": true, "test": true, "descHash": 2560152180 },
{ "subId": 7300219, "order": 18, "descHash": 996315964 },
{ "subId": 7300209, "order": 19, "hidden": true, "descHash": 3154012380 },
{ "subId": 7300210, "order": 20, "hidden": true, "descHash": 3933736276 },
{ "subId": 7300208, "order": 21, "hidden": true, "descHash": 3392908836 },
{ "subId": 7300234, "order": 22, "hidden": true, "test": true, "descHash": 3689348844 },
{ "subId": 7300218, "order": 23, "hidden": true, "test": true, "descHash": 1091579452 },
{ "subId": 7300211, "order": 24, "descHash": 1952744548 },
{ "subId": 7300212, "order": 25, "descHash": 510033108 },
{ "subId": 7300213, "order": 26, "descHash": 963197780 },
{ "subId": 7300214, "order": 27, "descHash": 267273476 },
{ "subId": 7300224, "order": 28, "hidden": true, "descHash": 1491243516 },
{ "subId": 7300225, "order": 29, "hidden": true, "descHash": 2524849212 },
{ "subId": 7300232, "order": 30, "hidden": true, "descHash": 707731500 },
{ "subId": 7300216, "order": 31, "hidden": true, "descHash": 3517341620 },
{ "subId": 7300226, "order": 32, "hidden": true, "descHash": 1528166548 },
{ "subId": 7300227, "order": 33, "hidden": true, "descHash": 2789807756 },
{ "subId": 7300228, "order": 34, "descHash": 2925269364 },
{ "subId": 7300229, "order": 35, "descHash": 2597970076 }
]
},
{
"id": 73003,
"titleHash": 587389143,
"children": [
{ "subId": 7300301, "order": 1, "descHash": 733986084 },
{ "subId": 7300302, "order": 2, "hidden": true, "test": true, "descHash": 602124132 },
{ "subId": 7300303, "order": 3, "descHash": 3709242804 },
{ "subId": 7300317, "order": 4 },
{ "subId": 7300304, "order": 5, "descHash": 119663588 },
{ "subId": 7300310, "order": 6, "hidden": true, "test": true, "descHash": 1813932020 },
{ "subId": 7300311, "order": 7, "descHash": 776802156 },
{ "subId": 7300315, "order": 8, "hidden": true, "test": true, "descHash": 283112796 },
{ "subId": 7300316, "order": 9, "descHash": 745144212 },
{ "subId": 7300312, "order": 10, "hidden": true, "test": true, "descHash": 2952435628 },
{ "subId": 7300305, "order": 11, "descHash": 3384925060 },
{ "subId": 7300306, "order": 12, "hidden": true, "test": true, "descHash": 157086060 },
{ "subId": 7300313, "order": 13, "descHash": 2635154396 },
{ "subId": 7300314, "order": 14, "hidden": true, "test": true, "descHash": 174637692 },
{ "subId": 7300307, "order": 15, "descHash": 1305059116 },
{ "subId": 7300308, "order": 16, "descHash": 2218644676 },
{ "subId": 7300309, "order": 17, "descHash": 3590660804 }
]
},
{
"id": 73004,
"hidden": true,
"test": true,
"titleHash": 3805916935,
"children": [
{ "subId": 7300401, "order": 1, "hidden": true },
{ "subId": 7300402, "order": 2, "hidden": true },
{ "subId": 7300403, "order": 3, "hidden": true }
]
},
{
"id": 73005,
"test": true,
"unreleased": true,
"titleHash": 239564175,
"children": [
{ "subId": 7300501, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 2115973788 },
{ "subId": 7300502, "order": 2, "hidden": true, "test": true, "unreleased": true, "descHash": 2715877236 },
{ "subId": 7300522, "order": 3, "hidden": true, "test": true, "unreleased": true, "descHash": 2139446308 },
{ "subId": 7300503, "order": 4, "hidden": true, "test": true, "unreleased": true, "descHash": 3034429148 },
{ "subId": 7300504, "order": 5, "hidden": true, "test": true, "unreleased": true, "descHash": 1690504508 },
{ "subId": 7300507, "order": 8, "test": true, "unreleased": true, "descHash": 191645420 },
{ "subId": 7300508, "order": 9, "test": true, "unreleased": true, "descHash": 1155549052 },
{ "subId": 7300509, "order": 10, "test": true, "unreleased": true, "descHash": 550104916 },
{ "subId": 7300513, "order": 11, "test": true, "unreleased": true, "descHash": 524968252 },
{ "subId": 7300510, "order": 12, "test": true, "unreleased": true, "descHash": 912046516 },
{ "subId": 7300523, "order": 13, "test": true, "unreleased": true, "descHash": 1466031156 },
{ "subId": 7300524, "order": 14, "test": true, "unreleased": true, "descHash": 632833964 },
{ "subId": 7300511, "order": 15, "test": true, "unreleased": true, "descHash": 2149914564 },
{ "subId": 7300512, "order": 16, "test": true, "unreleased": true, "descHash": 1080351716 },
{ "subId": 7300514, "order": 17, "test": true, "unreleased": true, "descHash": 1685283756 },
{ "subId": 7300516, "order": 19, "test": true, "unreleased": true, "descHash": 958831212 },
{ "subId": 7300517, "order": 20, "test": true, "unreleased": true, "descHash": 3010181148 },
{ "subId": 7300518, "order": 21, "test": true, "unreleased": true, "descHash": 2094797316 },
{ "subId": 7300519, "order": 22, "test": true, "unreleased": true, "descHash": 300137404 },
{ "subId": 7300520, "order": 23, "test": true, "unreleased": true, "descHash": 1990950364 },
{ "subId": 7300521, "order": 24, "test": true, "unreleased": true, "descHash": 573490916 },
{ "subId": 7300515, "order": 97, "test": true, "unreleased": true, "descHash": 2511998308 },
{ "subId": 7300506, "order": 98, "test": true, "unreleased": true, "descHash": 3121773708 },
{ "subId": 7300505, "order": 99, "test": true, "unreleased": true, "descHash": 4207639148 }
]
},
{
"id": 73006,
"test": true,
"unreleased": true,
"titleHash": 2063269847,
"children": [
{ "subId": 7300601, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 2707773508 },
{ "subId": 7300602, "order": 2, "hidden": true, "test": true, "unreleased": true, "descHash": 1070289236 },
{ "subId": 7300603, "order": 3, "hidden": true, "test": true, "unreleased": true, "descHash": 2608175748 },
{ "subId": 7300604, "order": 4, "hidden": true, "test": true, "unreleased": true, "descHash": 426020548 },
{ "subId": 7300605, "order": 5, "test": true, "unreleased": true, "descHash": 2818887316 },
{ "subId": 7300614, "order": 6, "test": true, "unreleased": true, "descHash": 223961788 },
{ "subId": 7300606, "order": 7, "test": true, "unreleased": true, "descHash": 3841858860 },
{ "subId": 7300612, "order": 8, "test": true, "unreleased": true, "descHash": 3906864572 },
{ "subId": 7300607, "order": 9, "test": true, "unreleased": true, "descHash": 3685222364 },
{ "subId": 7300608, "order": 10, "test": true, "unreleased": true, "descHash": 284945884 },
{ "subId": 7300609, "order": 11, "test": true, "unreleased": true, "descHash": 2173182388 },
{ "subId": 7300610, "order": 12, "test": true, "unreleased": true, "descHash": 2100524796 },
{ "subId": 7300613, "order": 13, "test": true, "unreleased": true, "descHash": 230953476 },
{ "subId": 7300611, "order": 14, "test": true, "unreleased": true, "descHash": 1243067020 }
]
},
{
"id": 73007,
"test": true,
"unreleased": true,
"titleHash": 3827563199,
"children": [
{ "subId": 7300701, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 195620340 },
{ "subId": 7300702, "order": 2, "hidden": true, "test": true, "unreleased": true, "descHash": 2244221644 },
{ "subId": 7300703, "order": 3, "hidden": true, "test": true, "unreleased": true, "descHash": 4285038644 },
{ "subId": 7300704, "order": 4, "hidden": true, "test": true, "unreleased": true, "descHash": 2449635124 },
{ "subId": 7300706, "order": 6, "test": true, "unreleased": true, "descHash": 1348438804 },
{ "subId": 7300707, "order": 7, "test": true, "unreleased": true, "descHash": 3711746076 },
{ "subId": 7300712, "order": 8, "test": true, "unreleased": true, "descHash": 1778051372 },
{ "subId": 7300713, "order": 9, "test": true, "unreleased": true, "descHash": 16577700 },
{ "subId": 7300714, "order": 10, "test": true, "unreleased": true, "descHash": 3472741156 },
{ "subId": 7300708, "order": 11, "test": true, "unreleased": true, "descHash": 3435536028 },
{ "subId": 7300711, "order": 12, "test": true, "unreleased": true, "descHash": 2922677084 },
{ "subId": 7300715, "order": 15, "test": true, "unreleased": true, "descHash": 3203350244 },
{ "subId": 7300705, "order": 16, "test": true, "unreleased": true, "descHash": 3147726092 },
{ "subId": 7300709, "order": 21, "test": true, "unreleased": true, "descHash": 614270508 },
{ "subId": 7300710, "order": 22, "test": true, "unreleased": true, "descHash": 2012045860 }
]
},
{
"id": 73008,
"test": true,
"unreleased": true,
"titleHash": 3585031791,
"children": [
{ "subId": 7300801, "order": 1, "test": true, "unreleased": true, "descHash": 4286180020 },
{ "subId": 7300802, "order": 2, "test": true, "unreleased": true, "descHash": 2841766268 },
{ "subId": 7300808, "order": 3, "test": true, "unreleased": true, "descHash": 1044477140 },
{ "subId": 7300803, "order": 4, "test": true, "unreleased": true, "descHash": 2050231060 },
{ "subId": 7300804, "order": 5, "test": true, "unreleased": true, "descHash": 4108036340 },
{ "subId": 7300806, "order": 6, "test": true, "unreleased": true, "descHash": 4133760956 },
{ "subId": 7300807, "order": 7, "test": true, "unreleased": true, "descHash": 4133860772 },
{ "subId": 7300805, "order": 8, "test": true, "unreleased": true, "descHash": 3484866564 }
]
},
{
"id": 73009,
"hidden": true,
"test": true,
"titleHash": 3550361215,
"children": [
{ "subId": 7300901, "order": 1, "hidden": true },
{ "subId": 7300902, "order": 2, "hidden": true },
{ "subId": 7300903, "order": 3, "hidden": true },
{ "subId": 7300904, "order": 4, "hidden": true },
{ "subId": 7300905, "order": 5, "hidden": true },
{ "subId": 7300906, "order": 6, "hidden": true }
]
},
{
"id": 73010,
"hidden": true,
"test": true,
"titleHash": 709293199,
"children": [
{ "subId": 7301001, "order": 1, "hidden": true },
{ "subId": 7301002, "order": 2, "hidden": true },
{ "subId": 7301003, "order": 3, "hidden": true }
]
},
{
"id": 73011,
"hidden": true,
"test": true,
"titleHash": 2280469263,
"children": [
{ "subId": 7301101, "order": 1, "hidden": true },
{ "subId": 7301102, "order": 2, "hidden": true },
{ "subId": 7301103, "order": 3, "hidden": true }
]
},
{
"id": 73012,
"hidden": true,
"test": true,
"titleHash": 673289575,
"children": [
{ "subId": 7301201, "order": 1, "hidden": true },
{ "subId": 7301202, "order": 2, "hidden": true },
{ "subId": 7301203, "order": 3, "hidden": true }
]
},
{
"id": 73013,
"titleHash": 2493613607,
"children": [
{ "subId": 7301301, "order": 1, "hidden": true },
{ "subId": 7301302, "order": 2, "hidden": true },
{ "subId": 7301303, "order": 3, "descHash": 1616489508 },
{ "subId": 7301304, "order": 88 },
{ "subId": 7301305, "order": 99, "hidden": true }
]
},
{
"id": 73014,
"titleHash": 3514738343,
"children": [
{ "subId": 7301401, "order": 1, "hidden": true, "descHash": 2099480604 },
{ "subId": 7301402, "order": 2, "descHash": 4211186116 },
{ "subId": 7301403, "order": 3, "descHash": 785622740 },
{ "subId": 7301416, "order": 4, "descHash": 1808084948 },
{ "subId": 7301418, "order": 5, "hidden": true, "descHash": 3578212420 },
{ "subId": 7301417, "order": 6, "descHash": 3352676516 },
{ "subId": 7301404, "order": 7, "descHash": 2360353004 },
{ "subId": 7301405, "order": 8, "descHash": 222937316 },
{ "subId": 7301407, "order": 9, "hidden": true, "descHash": 1639524164 },
{ "subId": 7301408, "order": 10, "hidden": true, "descHash": 749537540 },
{ "subId": 7301409, "order": 11, "descHash": 2365759436 },
{ "subId": 7301410, "order": 12, "descHash": 1346506204 },
{ "subId": 7301411, "order": 13, "descHash": 4043410516 },
{ "subId": 7301412, "order": 14, "descHash": 2524665596 },
{ "subId": 7301413, "order": 15, "descHash": 508954412 },
{ "subId": 7301415, "order": 17, "descHash": 9112020 },
{ "subId": 7301414, "order": 98 },
{ "subId": 7301406, "order": 99 }
]
},
{
"id": 73015,
"titleHash": 2329481303,
"children": [
{ "subId": 7301501, "order": 1, "descHash": 3584120452 },
{ "subId": 7301502, "order": 2, "descHash": 3847818620 },
{ "subId": 7301503, "order": 3, "descHash": 381127900 },
{ "subId": 7301523, "order": 4, "descHash": 2073096748 },
{ "subId": 7301504, "order": 5, "descHash": 1832154148 },
{ "subId": 7301521, "order": 6, "descHash": 3435268020 },
{ "subId": 7301515, "order": 7, "descHash": 1552761180 },
{ "subId": 7301505, "order": 8, "descHash": 3171910732 },
{ "subId": 7301518, "order": 9, "descHash": 3367382036 },
{ "subId": 7301506, "order": 10, "descHash": 1948277276 },
{ "subId": 7301519, "order": 11, "descHash": 2800760964 },
{ "subId": 7301507, "order": 12, "descHash": 2510458940 },
{ "subId": 7301520, "order": 13, "descHash": 4029512924 },
{ "subId": 7301508, "order": 14, "descHash": 993748356 },
{ "subId": 7301509, "order": 15, "descHash": 1067542284 },
{ "subId": 7301510, "order": 16, "descHash": 901446276 },
{ "subId": 7301522, "order": 17, "hidden": true, "descHash": 2877395420 },
{ "subId": 7301511, "order": 18, "descHash": 1314318140 },
{ "subId": 7301512, "order": 19, "descHash": 921084452 },
{ "subId": 7301513, "order": 20, "descHash": 380623716 },
{ "subId": 7301514, "order": 21, "descHash": 443729516 },
{ "subId": 7301516, "order": 22, "descHash": 2446427068 },
{ "subId": 7301517, "order": 23, "hidden": true, "test": true, "descHash": 3538369172 }
]
},
{
"id": 73016,
"titleHash": 466571783,
"children": [
{ "subId": 7301601, "order": 1, "descHash": 1281572396 },
{ "subId": 7301602, "order": 2, "descHash": 2686797948 },
{ "subId": 7301603, "order": 3, "descHash": 3943182252 },
{ "subId": 7301604, "order": 4, "descHash": 280951940 },
{ "subId": 7301605, "order": 5, "descHash": 3321807380 },
{ "subId": 7301606, "order": 6, "descHash": 886993204 },
{ "subId": 7301616, "order": 7, "descHash": 1233784548 },
{ "subId": 7301607, "order": 8, "descHash": 2976468284 },
{ "subId": 7301608, "order": 9, "descHash": 3220411452 },
{ "subId": 7301609, "order": 10, "descHash": 3406546836 },
{ "subId": 7301610, "order": 11, "descHash": 712669060 },
{ "subId": 7301613, "order": 12, "descHash": 1684689652 },
{ "subId": 7301611, "order": 13, "descHash": 1314070332 },
{ "subId": 7301615, "order": 16, "descHash": 3328852652 },
{ "subId": 7301617, "order": 17, "hidden": true, "test": true, "descHash": 3519062564 },
{ "subId": 7301614, "order": 98 },
{ "subId": 7301612, "order": 99 }
]
},
{
"id": 73017,
"titleHash": 2237741759,
"children": [
{ "subId": 7301701, "order": 1, "descHash": 4270094972 },
{ "subId": 7301713, "order": 2, "descHash": 3190276780 },
{ "subId": 7301702, "order": 3, "descHash": 1402145372 },
{ "subId": 7301703, "order": 4, "descHash": 209541652 },
{ "subId": 7301704, "order": 5, "descHash": 3958104012 },
{ "subId": 7301715, "order": 11, "descHash": 2508544524 },
{ "subId": 7301710, "order": 12, "descHash": 2661438764 },
{ "subId": 7301716, "order": 13, "descHash": 2619583108 },
{ "subId": 7301712, "order": 14, "descHash": 476333788 },
{ "subId": 7301714, "order": 15, "hidden": true, "test": true, "descHash": 629438124 },
{ "subId": 7301707, "order": 94 },
{ "subId": 7301708, "order": 95 },
{ "subId": 7301709, "order": 96 },
{ "subId": 7301711, "order": 97 },
{ "subId": 7301706, "order": 98 },
{ "subId": 7301705, "order": 99 }
]
},
{
"id": 73018,
"titleHash": 1810063119,
"children": [
{ "subId": 7301801, "order": 1, "descHash": 299157020 },
{ "subId": 7301802, "order": 2, "descHash": 2806569396 },
{ "subId": 7301806, "order": 9, "descHash": 2776476980 },
{ "subId": 7301807, "order": 10, "descHash": 4028282700 },
{ "subId": 7301828, "order": 11, "hidden": true, "descHash": 843198692 },
{ "subId": 7301808, "order": 12, "descHash": 1113646692 },
{ "subId": 7301823, "order": 13, "descHash": 1407634700 },
{ "subId": 7301809, "order": 14, "descHash": 2290478940 },
{ "subId": 7301810, "order": 15, "descHash": 1958929700 },
{ "subId": 7301811, "order": 16, "descHash": 1855406716 },
{ "subId": 7301813, "order": 17, "descHash": 4126916052 },
{ "subId": 7301814, "order": 18, "descHash": 3929680236 },
{ "subId": 7301816, "order": 20, "descHash": 4039886036 },
{ "subId": 7301817, "order": 21, "descHash": 1573845620 },
{ "subId": 7301819, "order": 23, "descHash": 228727244 },
{ "subId": 7301820, "order": 24, "descHash": 3445519612 },
{ "subId": 7301821, "order": 25, "descHash": 4155511188 },
{ "subId": 7301827, "order": 26, "hidden": true },
{ "subId": 7301822, "order": 27, "descHash": 992574628 },
{ "subId": 7301826, "order": 91, "hidden": true },
{ "subId": 7301825, "order": 92, "hidden": true },
{ "subId": 7301824, "order": 93 },
{ "subId": 7301818, "order": 94 },
{ "subId": 7301815, "order": 95 },
{ "subId": 7301812, "order": 96 },
{ "subId": 7301805, "order": 97 },
{ "subId": 7301804, "order": 98 },
{ "subId": 7301803, "order": 99 }
]
},
{
"id": 73019,
"titleHash": 2018188967,
"children": [
{ "subId": 7301901, "order": 1, "descHash": 1862817796 },
{ "subId": 7301902, "order": 2, "descHash": 2447530316 },
{ "subId": 7301903, "order": 3, "descHash": 1985512764 },
{ "subId": 7301904, "order": 4, "descHash": 1286724684 },
{ "subId": 7301905, "order": 5, "descHash": 1015358364 },
{ "subId": 7301906, "order": 6, "hidden": true }
]
},
{
"id": 73020,
"titleHash": 2995205935,
"children": [
{ "subId": 7302001, "order": 1, "descHash": 3046694668 },
{ "subId": 7302002, "order": 2, "descHash": 625700356 },
{ "subId": 7302006, "order": 3, "descHash": 1447917388 },
{ "subId": 7302003, "order": 4, "descHash": 3387904900 },
{ "subId": 7302009, "order": 5, "descHash": 4260529460 },
{ "subId": 7302008, "order": 6, "descHash": 341472068 },
{ "subId": 7302004, "order": 7, "descHash": 116907180 },
{ "subId": 7302005, "order": 8, "descHash": 308262220 },
{ "subId": 7302007, "order": 9, "descHash": 3971858564 },
{ "subId": 7302010, "order": 10, "hidden": true }
]
},
{
"id": 73021,
"titleHash": 3737220471,
"children": [
{ "subId": 7302101, "order": 1, "descHash": 708236708 },
{ "subId": 7302102, "order": 2, "descHash": 39479188 },
{ "subId": 7302104, "order": 3, "descHash": 3461277972 },
{ "subId": 7302105, "order": 4, "descHash": 907123476 },
{ "subId": 7302103, "order": 5, "hidden": true }
]
},
{
"id": 73022,
"titleHash": 4234957175,
"children": [
{ "subId": 7302201, "order": 1, "descHash": 4117851460 },
{ "subId": 7302202, "order": 2, "hidden": true },
{ "subId": 7302205, "order": 3, "hidden": true },
{ "subId": 7302206, "order": 4, "hidden": true },
{ "subId": 7302210, "order": 5, "descHash": 188650060 },
{ "subId": 7302207, "order": 6, "descHash": 2027767188 },
{ "subId": 7302208, "order": 7, "descHash": 1073045932 },
{ "subId": 7302209, "order": 8, "descHash": 4291193676 },
{ "subId": 7302203, "order": 9, "descHash": 4411716 },
{ "subId": 7302204, "order": 10, "hidden": true }
]
},
{
"id": 73023,
"titleHash": 3620740303,
"children": [
{ "subId": 7302301, "order": 1, "hidden": true, "test": true, "descHash": 1833088292 },
{ "subId": 7302302, "order": 2, "hidden": true, "test": true, "descHash": 1667667700 },
{ "subId": 7302303, "order": 3, "hidden": true, "test": true, "descHash": 71074700 },
{ "subId": 7302306, "order": 4, "descHash": 3427534276 },
{ "subId": 7302318, "order": 5, "test": true, "descHash": 3024232404 },
{ "subId": 7302307, "order": 6, "descHash": 2617183716 },
{ "subId": 7302308, "order": 7, "descHash": 1798861548 },
{ "subId": 7302311, "order": 8, "descHash": 2387202460 },
{ "subId": 7302312, "order": 9, "descHash": 2012629916 },
{ "subId": 7302313, "order": 10, "descHash": 3930655004 },
{ "subId": 7302314, "order": 11, "descHash": 1414640852 },
{ "subId": 7302315, "order": 12, "descHash": 1749840588 },
{ "subId": 7302316, "order": 13, "descHash": 3855694964 },
{ "subId": 7302317, "order": 18, "test": true, "descHash": 255904436 },
{ "subId": 7302304, "order": 20, "test": true, "descHash": 3169462308 },
{ "subId": 7302305, "order": 21, "test": true, "descHash": 939609004 },
{ "subId": 7302309, "order": 22, "test": true, "descHash": 2800308444 },
{ "subId": 7302310, "order": 23, "test": true, "descHash": 2046881516 }
]
},
{
"id": 73024,
"titleHash": 1544711135,
"children": [
{ "subId": 7302401, "order": 1, "hidden": true, "test": true, "descHash": 3509347612 },
{ "subId": 7302410, "order": 2, "hidden": true, "test": true, "descHash": 362455044 },
{ "subId": 7302409, "order": 3, "hidden": true, "test": true, "descHash": 2370386044 },
{ "subId": 7302406, "order": 4, "hidden": true, "test": true, "descHash": 1978531212 },
{ "subId": 7302402, "order": 5, "descHash": 2903336036 },
{ "subId": 7302403, "order": 6, "hidden": true, "descHash": 4053270820 },
{ "subId": 7302404, "order": 7, "hidden": true, "test": true, "descHash": 3121770044 },
{ "subId": 7302405, "order": 8, "hidden": true, "test": true, "descHash": 2919979620 },
{ "subId": 7302407, "order": 9, "hidden": true, "test": true, "descHash": 2894992612 },
{ "subId": 7302408, "order": 10, "hidden": true, "test": true, "descHash": 16304356 }
]
},
{
"id": 73025,
"titleHash": 926859983,
"children": [
{ "subId": 7302520, "order": 1, "descHash": 1381565052 },
{ "subId": 7302521, "order": 2, "descHash": 2823094380 },
{ "subId": 7302501, "order": 3, "descHash": 2378533476 },
{ "subId": 7302502, "order": 4, "descHash": 1674545532 },
{ "subId": 7302503, "order": 5, "descHash": 3818168324 },
{ "subId": 7302522, "order": 6, "descHash": 3881076812 },
{ "subId": 7302523, "order": 7, "descHash": 692693556 },
{ "subId": 7302524, "order": 8, "descHash": 2760080220 },
{ "subId": 7302512, "order": 9, "hidden": true },
{ "subId": 7302504, "order": 10, "descHash": 1338489492 },
{ "subId": 7302516, "order": 11, "descHash": 3563578348 },
{ "subId": 7302505, "order": 15, "descHash": 741441844 },
{ "subId": 7302532, "order": 16, "descHash": 961558684 },
{ "subId": 7302517, "order": 17, "descHash": 1830367852 },
{ "subId": 7302525, "order": 20, "descHash": 2452964972 },
{ "subId": 7302506, "order": 21, "descHash": 2951536212 },
{ "subId": 7302530, "order": 22, "hidden": true },
{ "subId": 7302513, "order": 25, "hidden": true },
{ "subId": 7302518, "order": 26, "descHash": 4000310396 },
{ "subId": 7302507, "order": 30, "descHash": 1043676876 },
{ "subId": 7302508, "order": 31, "descHash": 2332613236 },
{ "subId": 7302509, "order": 32, "descHash": 1914646292 },
{ "subId": 7302531, "order": 36, "hidden": true },
{ "subId": 7302526, "order": 40, "hidden": true },
{ "subId": 7302510, "order": 45, "descHash": 3704006516 },
{ "subId": 7302527, "order": 46, "descHash": 171989108 },
{ "subId": 7302528, "order": 47, "descHash": 459509180 },
{ "subId": 7302529, "order": 48, "descHash": 1098768524 },
{ "subId": 7302511, "order": 50, "descHash": 3081999460 },
{ "subId": 7302514, "order": 60, "descHash": 2456225156 },
{ "subId": 7302519, "order": 70, "descHash": 2413129948 },
{ "subId": 7302515, "order": 80, "descHash": 2729991420 }
]
},
{
"id": 73026,
"titleHash": 1193066447,
"children": [
{ "subId": 7302604, "order": 1, "descHash": 1971013684 },
{ "subId": 7302605, "order": 2, "descHash": 2848737180 },
{ "subId": 7302606, "order": 3, "descHash": 1044772996 },
{ "subId": 7302603, "order": 4, "descHash": 2983061084 },
{ "subId": 7302607, "order": 5, "descHash": 701651604 },
{ "subId": 7302616, "order": 6, "descHash": 1280582572 },
{ "subId": 7302615, "order": 7, "descHash": 2297542684 },
{ "subId": 7302608, "order": 8, "descHash": 3156689516 },
{ "subId": 7302609, "order": 9, "descHash": 512918460 },
{ "subId": 7302614, "order": 10, "descHash": 1341302620 },
{ "subId": 7302610, "order": 11, "descHash": 2868415788 },
{ "subId": 7302611, "order": 12, "descHash": 3660900548 },
{ "subId": 7302612, "order": 13, "descHash": 644584788 },
{ "subId": 7302613, "order": 14, "descHash": 3862260268 },
{ "subId": 7302601, "order": 99, "test": true, "descHash": 2926083556 },
{ "subId": 7302602, "order": 99, "test": true, "descHash": 3119207668 }
]
},
{
"id": 73027,
"titleHash": 3888174199,
"children": [
{ "subId": 7302701, "order": 1, "descHash": 1572322892 },
{ "subId": 7302702, "order": 2, "descHash": 2782590100 },
{ "subId": 7302703, "order": 3, "descHash": 659474260 },
{ "subId": 7302704, "order": 4, "descHash": 1600333924 },
{ "subId": 7302705, "order": 5, "descHash": 3815485836 },
{ "subId": 7302706, "order": 6, "descHash": 2017843524 },
{ "subId": 7302707, "order": 7, "descHash": 878296180 },
{ "subId": 7302708, "order": 8, "descHash": 4262443732 },
{ "subId": 7302710, "order": 9, "descHash": 2739239292 },
{ "subId": 7302711, "order": 10, "descHash": 2746815860 },
{ "subId": 7302712, "order": 11, "descHash": 1628914796 },
{ "subId": 7302713, "order": 12, "descHash": 2729679572 },
{ "subId": 7302714, "order": 13, "descHash": 1015968644 },
{ "subId": 7302709, "order": 99, "hidden": true, "test": true, "descHash": 1449893596 }
]
},
{
"id": 73028,
"titleHash": 3735275503,
"children": [
{ "subId": 7302801, "order": 1, "descHash": 858834444 },
{ "subId": 7302804, "order": 2, "descHash": 203276556 },
{ "subId": 7302802, "order": 3, "descHash": 1534062932 },
{ "subId": 7302805, "order": 4, "descHash": 1513972156 },
{ "subId": 7302803, "order": 5, "descHash": 1679318716 },
{ "subId": 7302806, "order": 6, "descHash": 1423385708 }
]
},
{
"id": 73029,
"titleHash": 3460698639,
"children": [
{ "subId": 7302905, "order": 1, "descHash": 3050881308 },
{ "subId": 7302901, "order": 2, "descHash": 217258572 },
{ "subId": 7302903, "order": 3, "descHash": 3647965308 },
{ "subId": 7302902, "order": 4, "descHash": 1077453380 },
{ "subId": 7302904, "order": 5, "descHash": 2583516524 }
]
},
{
"id": 73030,
"hidden": true,
"test": true,
"titleHash": 1892396679,
"children": [
{ "subId": 7303006, "order": 1, "hidden": true, "test": true, "descHash": 955315972 },
{ "subId": 7303001, "order": 2, "hidden": true, "test": true, "descHash": 1852485988 },
{ "subId": 7303002, "order": 3, "hidden": true, "test": true, "descHash": 3297612348 },
{ "subId": 7303004, "order": 4, "hidden": true, "test": true, "descHash": 828893076 },
{ "subId": 7303003, "order": 5, "hidden": true, "test": true, "descHash": 874456716 }
]
},
{
"id": 73031,
"titleHash": 2231417087,
"children": [
{ "subId": 7303102, "order": 1, "hidden": true },
{ "subId": 7303103, "order": 2, "hidden": true },
{ "subId": 7303106, "order": 10, "hidden": true },
{ "subId": 7303104, "order": 11, "descHash": 3197851428 },
{ "subId": 7303105, "order": 20, "descHash": 859804884 },
{ "subId": 7303101, "order": 25, "hidden": true },
{ "subId": 7303107, "order": 30, "descHash": 2164904748 }
]
},
{
"id": 73032,
"titleHash": 3810818183,
"children": [
{ "subId": 7303201, "order": 1, "hidden": true },
{ "subId": 7303202, "order": 2, "hidden": true, "descHash": 1504956804 },
{ "subId": 7303203, "order": 3, "descHash": 1213334844 },
{ "subId": 7303212, "order": 10, "hidden": true },
{ "subId": 7303213, "order": 11, "hidden": true },
{ "subId": 7303214, "order": 12, "hidden": true },
{ "subId": 7303215, "order": 13, "hidden": true },
{ "subId": 7303216, "order": 14, "hidden": true },
{ "subId": 7303217, "order": 15, "hidden": true },
{ "subId": 7303218, "order": 16, "hidden": true },
{ "subId": 7303219, "order": 17, "hidden": true },
{ "subId": 7303220, "order": 20, "hidden": true },
{ "subId": 7303221, "order": 21, "hidden": true },
{ "subId": 7303211, "order": 30, "descHash": 2523242380 },
{ "subId": 7303225, "order": 31, "descHash": 2492224020 },
{ "subId": 7303205, "order": 40, "descHash": 779636316 },
{ "subId": 7303209, "order": 50, "hidden": true },
{ "subId": 7303210, "order": 60, "hidden": true, "descHash": 1702867868 },
{ "subId": 7303206, "order": 70, "descHash": 2566614324 },
{ "subId": 7303224, "order": 71, "hidden": true, "descHash": 2200503532 },
{ "subId": 7303207, "order": 75, "descHash": 442001212 },
{ "subId": 7303208, "order": 80, "descHash": 2563127516 },
{ "subId": 7303204, "order": 99, "hidden": true },
{ "subId": 7303222, "order": 99, "hidden": true },
{ "subId": 7303223, "order": 99, "hidden": true }
]
},
{
"id": 73033,
"titleHash": 1027713999,
"children": [
{ "subId": 7303302, "order": 1, "hidden": true },
{ "subId": 7303301, "order": 2, "descHash": 1785796172 }
]
},
{
"id": 73034,
"hidden": true,
"titleHash": 1068106903,
"children": [
{ "subId": 7303401, "order": 1, "hidden": true, "descHash": 742888276 },
{ "subId": 7303402, "order": 2, "hidden": true, "descHash": 3465465996 },
{ "subId": 7303403, "order": 3, "hidden": true, "descHash": 1817116428 },
{ "subId": 7303404, "order": 4, "hidden": true, "descHash": 2992488276 },
{ "subId": 7303407, "order": 5, "hidden": true, "descHash": 1645186380 },
{ "subId": 7303405, "order": 6, "hidden": true, "descHash": 4157546044 },
{ "subId": 7303406, "order": 7, "hidden": true, "descHash": 1726484588 }
]
},
{
"id": 73035,
"titleHash": 1028967015,
"children": [
{ "subId": 7303501, "order": 1, "descHash": 417665780 },
{ "subId": 7303512, "order": 2, "descHash": 2328406124 },
{ "subId": 7303502, "order": 3, "descHash": 3454482572 },
{ "subId": 7303509, "order": 4, "descHash": 3807919068 },
{ "subId": 7303504, "order": 5, "descHash": 714121204 },
{ "subId": 7303513, "order": 6, "hidden": true },
{ "subId": 7303505, "order": 8, "descHash": 3571555580 },
{ "subId": 7303506, "order": 9, "descHash": 4181215988 },
{ "subId": 7303514, "order": 10, "hidden": true },
{ "subId": 7303507, "order": 11, "descHash": 2661894332 },
{ "subId": 7303515, "order": 12, "descHash": 3858118724 },
{ "subId": 7303511, "order": 13, "hidden": true },
{ "subId": 7303508, "order": 14, "descHash": 3224852708 },
{ "subId": 7303510, "order": 15, "hidden": true },
{ "subId": 7303503, "order": 99, "hidden": true, "test": true, "descHash": 570271892 }
]
},
{
"id": 73036,
"titleHash": 3756675631,
"children": [
{ "subId": 7303601, "order": 1, "descHash": 4147950700 },
{ "subId": 7303602, "order": 2, "descHash": 1510448868 },
{ "subId": 7303621, "order": 3, "descHash": 3286126012 },
{ "subId": 7303603, "order": 4, "descHash": 1094264924 },
{ "subId": 7303633, "order": 5, "descHash": 3911286028 },
{ "subId": 7303604, "order": 6, "descHash": 3341923228 },
{ "subId": 7303634, "order": 7, "descHash": 1989631388 },
{ "subId": 7303605, "order": 8, "descHash": 2380808140 },
{ "subId": 7303635, "order": 9, "descHash": 239429212 },
{ "subId": 7303606, "order": 10, "descHash": 614128828 },
{ "subId": 7303636, "order": 11, "hidden": true },
{ "subId": 7303607, "order": 12, "descHash": 2845129972 },
{ "subId": 7303609, "order": 14, "descHash": 3146345108 },
{ "subId": 7303610, "order": 15, "hidden": true },
{ "subId": 7303612, "order": 17, "descHash": 353476636 },
{ "subId": 7303640, "order": 18, "hidden": true, "descHash": 3914279660 },
{ "subId": 7303641, "order": 19, "hidden": true, "descHash": 2479885380 },
{ "subId": 7303642, "order": 20, "hidden": true, "descHash": 1608431564 },
{ "subId": 7303643, "order": 21, "hidden": true, "descHash": 268132372 },
{ "subId": 7303644, "order": 22, "hidden": true, "descHash": 3074833196 },
{ "subId": 7303645, "order": 23, "hidden": true, "descHash": 1093816820 },
{ "subId": 7303647, "order": 24, "hidden": true, "descHash": 1888508724 },
{ "subId": 7303648, "order": 25, "hidden": true },
{ "subId": 7303613, "order": 26, "descHash": 4003356100 },
{ "subId": 7303614, "order": 27, "hidden": true },
{ "subId": 7303615, "order": 28, "descHash": 3758606052 },
{ "subId": 7303616, "order": 29, "descHash": 2946837244 },
{ "subId": 7303646, "order": 30, "hidden": true },
{ "subId": 7303639, "order": 31, "descHash": 2514557636 },
{ "subId": 7303617, "order": 32, "hidden": true },
{ "subId": 7303637, "order": 33, "descHash": 3182371628 },
{ "subId": 7303618, "order": 34, "descHash": 3141575428 },
{ "subId": 7303622, "order": 35, "descHash": 1363943652 },
{ "subId": 7303623, "order": 36, "hidden": true, "test": true, "descHash": 2997840420 },
{ "subId": 7303624, "order": 37, "hidden": true, "test": true, "descHash": 3053327548 },
{ "subId": 7303625, "order": 38, "hidden": true, "test": true, "descHash": 752767188 },
{ "subId": 7303626, "order": 39, "hidden": true, "test": true, "descHash": 885359012 },
{ "subId": 7303627, "order": 40, "hidden": true, "test": true, "descHash": 3566842884 },
{ "subId": 7303628, "order": 41, "hidden": true, "test": true, "descHash": 4274107412 },
{ "subId": 7303629, "order": 42, "hidden": true, "test": true, "descHash": 1952942620 },
{ "subId": 7303630, "order": 43, "hidden": true, "test": true, "descHash": 3221471540 },
{ "subId": 7303631, "order": 44, "hidden": true, "test": true, "descHash": 2119309612 },
{ "subId": 7303632, "order": 45, "hidden": true, "test": true, "descHash": 2378306636 },
{ "subId": 7303619, "order": 85, "descHash": 613105892 },
{ "subId": 7303620, "order": 88, "descHash": 905857324 },
{ "subId": 7303638, "order": 90, "descHash": 3220214756 },
{ "subId": 7303608, "order": 99, "hidden": true, "test": true, "descHash": 535475636 },
{ "subId": 7303611, "order": 99, "test": true, "descHash": 1584856492 }
]
},
{
"id": 73037,
"titleHash": 252798087,
"children": [
{ "subId": 7303702, "order": 2, "descHash": 1631851836 },
{ "subId": 7303703, "order": 3, "hidden": true, "descHash": 51388884 },
{ "subId": 7303704, "order": 5, "descHash": 3677685012 },
{ "subId": 7303705, "order": 6, "descHash": 466690260 },
{ "subId": 7303706, "order": 7, "descHash": 368226580 },
{ "subId": 7303708, "order": 9, "descHash": 2050175108 },
{ "subId": 7303709, "order": 10, "descHash": 153450676 },
{ "subId": 7303712, "order": 11, "descHash": 1025544732 },
{ "subId": 7303710, "order": 12, "descHash": 3024202452 },
{ "subId": 7303711, "order": 13, "hidden": true },
{ "subId": 7303701, "order": 97, "test": true, "descHash": 3374835444 },
{ "subId": 7303707, "order": 98, "test": true, "descHash": 2942845484 },
{ "subId": 7303713, "order": 99, "test": true, "descHash": 3425660788 }
]
},
{
"id": 73038,
"titleHash": 3656533247,
"children": [
{ "subId": 7303801, "order": 1, "descHash": 3750104252 },
{ "subId": 7303802, "order": 2, "descHash": 1919197204 },
{ "subId": 7303803, "order": 3, "descHash": 1101987020 }
]
},
{
"id": 73039,
"titleHash": 778091839,
"children": [
{ "subId": 7303901, "order": 1, "hidden": true },
{ "subId": 7303902, "order": 10, "descHash": 2685660716 },
{ "subId": 7303905, "order": 20, "descHash": 3081753044 },
{ "subId": 7303904, "order": 30, "descHash": 3368147252 },
{ "subId": 7303911, "order": 31, "descHash": 4274887092 },
{ "subId": 7303903, "order": 40, "descHash": 4239321364 },
{ "subId": 7303909, "order": 41, "descHash": 229340412 },
{ "subId": 7303910, "order": 42, "descHash": 2278103180 },
{ "subId": 7303912, "order": 48, "hidden": true },
{ "subId": 7303906, "order": 50, "hidden": true },
{ "subId": 7303907, "order": 60, "descHash": 3707042844 },
{ "subId": 7303908, "order": 70, "hidden": true, "descHash": 1247350044 }
]
},
{
"id": 73040,
"titleHash": 1718558519,
"children": [
{ "subId": 7304001, "order": 1, "hidden": true },
{ "subId": 7304002, "order": 10, "descHash": 3417279100 },
{ "subId": 7304006, "order": 11, "hidden": true },
{ "subId": 7304003, "order": 20, "descHash": 829330660 },
{ "subId": 7304007, "order": 21, "hidden": true },
{ "subId": 7304004, "order": 30, "descHash": 3494016212 },
{ "subId": 7304008, "order": 31, "hidden": true },
{ "subId": 7304005, "order": 40, "hidden": true }
]
},
{
"id": 73041,
"titleHash": 3788693487,
"children": [
{ "subId": 7304101, "order": 1, "hidden": true },
{ "subId": 7304102, "order": 2, "descHash": 1271747492 },
{ "subId": 7304103, "order": 3, "descHash": 3212255212 },
{ "subId": 7304104, "order": 4, "descHash": 2673509876 }
]
},
{
"id": 73042,
"titleHash": 982282575,
"children": [
{ "subId": 7304201, "order": 1, "hidden": true },
{ "subId": 7304205, "order": 5, "descHash": 1384689132 },
{ "subId": 7304202, "order": 10, "descHash": 1085277740 },
{ "subId": 7304203, "order": 20, "descHash": 2365892380 },
{ "subId": 7304204, "order": 30, "descHash": 3715245380 }
]
},
{
"id": 73043,
"hidden": true,
"test": true,
"titleHash": 812223935,
"children": [
{ "subId": 7304302, "order": 1, "hidden": true, "test": true, "descHash": 721518684 },
{ "subId": 7304301, "order": 2, "hidden": true, "test": true, "descHash": 635926156 }
]
},
{
"id": 73044,
"titleHash": 3092399559,
"children": [
{ "subId": 7304401, "order": 1, "test": true, "descHash": 3548173876 },
{ "subId": 7304402, "order": 2, "test": true, "descHash": 1857256108 },
{ "subId": 7304403, "order": 3, "test": true, "descHash": 2944922668 },
{ "subId": 7304404, "order": 4, "test": true, "descHash": 2685728028 }
]
},
{
"id": 73045,
"test": true,
"unreleased": true,
"titleHash": 538786911,
"children": [
{ "subId": 7304501, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 3153324852 },
{ "subId": 7304502, "order": 2, "test": true, "unreleased": true, "descHash": 1140929812 },
{ "subId": 7304503, "order": 3, "test": true, "unreleased": true, "descHash": 4158062684 },
{ "subId": 7304504, "order": 4, "test": true, "unreleased": true, "descHash": 895217644 }
]
},
{
"id": 73046,
"titleHash": 1094333159,
"children": [
{ "subId": 7304601, "order": 1, "test": true, "descHash": 4134807276 },
{ "subId": 7304602, "order": 2, "hidden": true, "test": true, "descHash": 2630961572 },
{ "subId": 7304603, "order": 3, "test": true, "descHash": 995639460 },
{ "subId": 7304604, "order": 4, "test": true, "descHash": 2306429508 },
{ "subId": 7304605, "order": 5, "test": true, "descHash": 4108696316 }
]
},
{
"id": 73047,
"hidden": true,
"test": true,
"titleHash": 4023433839,
"children": [{ "subId": 7304701, "order": 1, "hidden": true }]
},
{
"id": 73048,
"hidden": true,
"test": true,
"titleHash": 3408854103,
"children": [{ "subId": 7304801, "order": 1, "hidden": true }]
},
{
"id": 73049,
"titleHash": 3895637735,
"children": [
{ "subId": 7304929, "order": 1, "hidden": true },
{ "subId": 7304930, "order": 2, "hidden": true },
{ "subId": 7304931, "order": 3, "hidden": true },
{ "subId": 7304932, "order": 4, "hidden": true },
{ "subId": 7304933, "order": 5, "hidden": true },
{ "subId": 7304934, "order": 6, "hidden": true },
{ "subId": 7304935, "order": 7, "hidden": true },
{ "subId": 7304936, "order": 8, "hidden": true },
{ "subId": 7304901, "order": 9, "hidden": true },
{ "subId": 7304902, "order": 10, "hidden": true },
{ "subId": 7304903, "order": 11, "hidden": true },
{ "subId": 7304904, "order": 12, "descHash": 2130967628 },
{ "subId": 7304905, "order": 13, "descHash": 1068868308 },
{ "subId": 7304908, "order": 14, "descHash": 2798422028 },
{ "subId": 7304909, "order": 15, "descHash": 1734708860 },
{ "subId": 7304910, "order": 16, "descHash": 1242287908 },
{ "subId": 7304911, "order": 17, "descHash": 3424977764 },
{ "subId": 7304912, "order": 18, "descHash": 3905227364 },
{ "subId": 7304913, "order": 19, "descHash": 1649310084 },
{ "subId": 7304914, "order": 20, "descHash": 1583187516 },
{ "subId": 7304915, "order": 21, "descHash": 2362844284 },
{ "subId": 7304916, "order": 22, "descHash": 3339859404 },
{ "subId": 7304917, "order": 23, "descHash": 2882074372 },
{ "subId": 7304927, "order": 24 },
{ "subId": 7304928, "order": 25 },
{ "subId": 7304920, "order": 26, "descHash": 2166493084 },
{ "subId": 7304918, "order": 27, "descHash": 335990100 },
{ "subId": 7304919, "order": 28, "descHash": 3601376068 },
{ "subId": 7304921, "order": 29, "descHash": 86352700 },
{ "subId": 7304922, "order": 30, "descHash": 2168048988 },
{ "subId": 7304923, "order": 31, "descHash": 2216428996 },
{ "subId": 7304906, "order": 32, "descHash": 3036578716 },
{ "subId": 7304924, "order": 33, "descHash": 1511221292 },
{ "subId": 7304925, "order": 34, "descHash": 4220139332 },
{ "subId": 7304926, "order": 35, "descHash": 269438652 },
{ "subId": 7304907, "order": 99, "test": true, "descHash": 2017830964 }
]
},
{
"id": 73050,
"hidden": true,
"test": true,
"titleHash": 4149717599,
"children": [
{ "subId": 7305001, "order": 1, "hidden": true },
{ "subId": 7305002, "order": 2, "hidden": true },
{ "subId": 7305003, "order": 3, "hidden": true },
{ "subId": 7305004, "order": 10, "hidden": true }
]
},
{
"id": 73051,
"hidden": true,
"test": true,
"titleHash": 1046029935,
"children": [
{ "subId": 7305101, "order": 1, "hidden": true, "descHash": 588835348 },
{ "subId": 7305102, "order": 2, "hidden": true, "descHash": 2160942884 },
{ "subId": 7305103, "order": 3, "hidden": true, "descHash": 437371332 },
{ "subId": 7305104, "order": 4, "hidden": true, "descHash": 453910836 },
{ "subId": 7305105, "order": 5, "hidden": true, "descHash": 3942654476 },
{ "subId": 7305106, "order": 6, "hidden": true, "descHash": 3246416148 },
{ "subId": 7305107, "order": 7, "hidden": true, "descHash": 1930621956 },
{ "subId": 7305108, "order": 8, "hidden": true }
]
},
{
"id": 73052,
"titleHash": 3971560391,
"children": [
{ "subId": 7305203, "order": 1, "hidden": true, "test": true, "descHash": 1162234796 },
{ "subId": 7305201, "order": 2, "hidden": true, "test": true, "descHash": 1872933372 },
{ "subId": 7305202, "order": 3, "descHash": 1985608460 },
{ "subId": 7305207, "order": 4, "hidden": true, "test": true, "descHash": 414268804 },
{ "subId": 7305204, "order": 5, "descHash": 3028238604 },
{ "subId": 7305252, "order": 6, "descHash": 3053787084 },
{ "subId": 7305205, "order": 7, "descHash": 552531540 },
{ "subId": 7305206, "order": 8, "descHash": 657354924 },
{ "subId": 7305208, "order": 9, "descHash": 2249852796 },
{ "subId": 7305209, "order": 10, "descHash": 2660460108 },
{ "subId": 7305210, "order": 11, "descHash": 2513335124 },
{ "subId": 7305211, "order": 12, "descHash": 4135277612 },
{ "subId": 7305212, "order": 13, "hidden": true, "test": true, "descHash": 2056192756 },
{ "subId": 7305240, "order": 14, "hidden": true, "test": true, "descHash": 3931374724 },
{ "subId": 7305213, "order": 15, "descHash": 1851727500 },
{ "subId": 7305245, "order": 16, "descHash": 3444725068 },
{ "subId": 7305248, "order": 17, "descHash": 3045211916 },
{ "subId": 7305215, "order": 18, "descHash": 290216964 },
{ "subId": 7305254, "order": 19, "hidden": true, "test": true, "descHash": 2894004820 },
{ "subId": 7305216, "order": 20, "descHash": 2051927676 },
{ "subId": 7305217, "order": 21, "descHash": 739796612 },
{ "subId": 7305218, "order": 22, "descHash": 1810428492 },
{ "subId": 7305219, "order": 23, "descHash": 2194605916 },
{ "subId": 7305220, "order": 24, "descHash": 3697931572 },
{ "subId": 7305249, "order": 25, "descHash": 1944303116 },
{ "subId": 7305250, "order": 26, "descHash": 1643119292 },
{ "subId": 7305251, "order": 27, "descHash": 3988840140 },
{ "subId": 7305221, "order": 28, "descHash": 1422712012 },
{ "subId": 7305224, "order": 29, "descHash": 3253454796 },
{ "subId": 7305225, "order": 30, "descHash": 1710907036 },
{ "subId": 7305226, "order": 31, "descHash": 1891049956 },
{ "subId": 7305227, "order": 32, "descHash": 3706248844 },
{ "subId": 7305246, "order": 33, "descHash": 2540277788 },
{ "subId": 7305253, "order": 34, "descHash": 2436183436 },
{ "subId": 7305247, "order": 35, "descHash": 3721185340 },
{ "subId": 7305228, "order": 36, "descHash": 3327071476 },
{ "subId": 7305229, "order": 37, "descHash": 3550331772 },
{ "subId": 7305230, "order": 38, "descHash": 1294066548 },
{ "subId": 7305231, "order": 39, "descHash": 2108136732 },
{ "subId": 7305234, "order": 40, "descHash": 2408342876 },
{ "subId": 7305236, "order": 41, "descHash": 245470132 },
{ "subId": 7305244, "order": 90, "test": true, "descHash": 3634791164 },
{ "subId": 7305214, "order": 91, "test": true, "descHash": 2138081972 },
{ "subId": 7305222, "order": 92, "test": true, "descHash": 866636932 },
{ "subId": 7305243, "order": 93, "test": true, "descHash": 1858449260 },
{ "subId": 7305223, "order": 94, "test": true, "descHash": 2886959172 },
{ "subId": 7305241, "order": 95, "test": true, "descHash": 798640828 },
{ "subId": 7305239, "order": 96, "test": true, "descHash": 3211346292 },
{ "subId": 7305237, "order": 97, "test": true, "descHash": 2161239172 },
{ "subId": 7305235, "order": 98, "test": true, "descHash": 1859845364 },
{ "subId": 7305233, "order": 99, "test": true, "descHash": 509220820 },
{ "subId": 7305232, "order": 100, "test": true, "descHash": 4188738380 },
{ "subId": 7305242, "order": 101, "test": true, "descHash": 960958444 },
{ "subId": 7305238, "order": 102, "test": true, "descHash": 958648684 }
]
},
{
"id": 73053,
"titleHash": 2763058287,
"children": [
{ "subId": 7305301, "order": 1, "descHash": 2650461196 },
{ "subId": 7305302, "order": 2, "hidden": true, "descHash": 200823876 },
{ "subId": 7305303, "order": 3, "descHash": 2834727012 },
{ "subId": 7305308, "order": 4, "descHash": 2408784492 },
{ "subId": 7305322, "order": 5, "hidden": true, "descHash": 2610380644 },
{ "subId": 7305310, "order": 6, "descHash": 288471364 },
{ "subId": 7305311, "order": 7, "hidden": true, "descHash": 2173830612 },
{ "subId": 7305324, "order": 8, "hidden": true, "test": true, "descHash": 3526747436 },
{ "subId": 7305312, "order": 9, "descHash": 1191401828 },
{ "subId": 7305325, "order": 10, "hidden": true, "descHash": 2720549820 },
{ "subId": 7305328, "order": 11, "hidden": true, "test": true, "descHash": 3715410500 },
{ "subId": 7305318, "order": 12, "descHash": 845519404 },
{ "subId": 7305319, "order": 13, "hidden": true, "descHash": 675085348 },
{ "subId": 7305313, "order": 14, "descHash": 1220849076 },
{ "subId": 7305320, "order": 15, "hidden": true, "descHash": 1921651692 },
{ "subId": 7305314, "order": 16, "descHash": 3065306636 },
{ "subId": 7305315, "order": 17, "descHash": 2370108036 },
{ "subId": 7305316, "order": 18, "hidden": true, "test": true, "descHash": 3830826188 },
{ "subId": 7305321, "order": 19, "hidden": true, "descHash": 431515588 },
{ "subId": 7305317, "order": 20, "hidden": true, "test": true, "descHash": 587798292 },
{ "subId": 7305329, "order": 21, "descHash": 1915084764 },
{ "subId": 7305326, "order": 22, "descHash": 3040085764 },
{ "subId": 7305327, "order": 23, "hidden": true, "descHash": 3290239436 },
{ "subId": 7305323, "order": 24, "hidden": true, "test": true, "descHash": 3215681556 },
{ "subId": 7305309, "order": 54, "test": true, "descHash": 3054934380 },
{ "subId": 7305307, "order": 55, "hidden": true, "test": true, "descHash": 2217173028 },
{ "subId": 7305306, "order": 56, "test": true, "descHash": 3897555356 },
{ "subId": 7305305, "order": 57, "test": true, "descHash": 3363103180 },
{ "subId": 7305304, "order": 58, "test": true, "descHash": 4080896916 }
]
},
{
"id": 73054,
"titleHash": 509701767,
"children": [
{ "subId": 7305401, "order": 1, "descHash": 3123430668 },
{ "subId": 7305438, "order": 2, "descHash": 2140353332 },
{ "subId": 7305402, "order": 3, "hidden": true, "descHash": 3057828060 },
{ "subId": 7305403, "order": 4, "descHash": 4122860020 },
{ "subId": 7305439, "order": 5, "hidden": true, "descHash": 1426860020 },
{ "subId": 7305440, "order": 6, "hidden": true, "descHash": 3717743900 },
{ "subId": 7305404, "order": 7, "descHash": 3371358548 },
{ "subId": 7305405, "order": 8, "descHash": 2389949772 },
{ "subId": 7305406, "order": 9, "hidden": true, "descHash": 804889188 },
{ "subId": 7305407, "order": 10, "hidden": true, "descHash": 1757930860 },
{ "subId": 7305408, "order": 11, "descHash": 2782441196 },
{ "subId": 7305409, "order": 12, "descHash": 2017360972 },
{ "subId": 7305410, "order": 13, "descHash": 4197715372 },
{ "subId": 7305411, "order": 14, "descHash": 3650441372 },
{ "subId": 7305412, "order": 15, "hidden": true, "test": true, "descHash": 2196221548 },
{ "subId": 7305413, "order": 16, "hidden": true, "descHash": 2234910148 },
{ "subId": 7305446, "order": 17, "descHash": 372387708 },
{ "subId": 7305414, "order": 18, "descHash": 2313243892 },
{ "subId": 7305441, "order": 19, "hidden": true, "descHash": 2253174708 },
{ "subId": 7305415, "order": 20, "hidden": true, "descHash": 3861889724 },
{ "subId": 7305442, "order": 21, "descHash": 28234372 },
{ "subId": 7305447, "order": 22, "descHash": 582260748 },
{ "subId": 7305416, "order": 23, "descHash": 461581212 },
{ "subId": 7305422, "order": 24, "hidden": true, "descHash": 2184108076 },
{ "subId": 7305423, "order": 25, "descHash": 4062603172 },
{ "subId": 7305424, "order": 26, "descHash": 1429598212 },
{ "subId": 7305425, "order": 27, "descHash": 321434388 },
{ "subId": 7305427, "order": 28, "descHash": 2747716252 },
{ "subId": 7305428, "order": 29, "descHash": 1800545100 },
{ "subId": 7305429, "order": 30, "descHash": 1205735596 },
{ "subId": 7305430, "order": 31, "descHash": 789160252 },
{ "subId": 7305445, "order": 32, "hidden": true, "descHash": 874624476 },
{ "subId": 7305432, "order": 33, "descHash": 2479721268 },
{ "subId": 7305433, "order": 34, "hidden": true, "descHash": 2404356732 },
{ "subId": 7305431, "order": 35, "descHash": 520815580 },
{ "subId": 7305434, "order": 36, "hidden": true, "descHash": 2170647700 },
{ "subId": 7305435, "order": 37, "hidden": true, "descHash": 1716959524 },
{ "subId": 7305417, "order": 38, "descHash": 2630860716 },
{ "subId": 7305418, "order": 39, "descHash": 4126962580 },
{ "subId": 7305420, "order": 40, "hidden": true, "test": true, "descHash": 1581597076 },
{ "subId": 7305436, "order": 41, "descHash": 4082945604 },
{ "subId": 7305437, "order": 42, "hidden": true, "descHash": 4064527572 },
{ "subId": 7305443, "order": 50, "descHash": 14312004 },
{ "subId": 7305426, "order": 51, "descHash": 3240270308 },
{ "subId": 7305421, "order": 52, "descHash": 4097360964 },
{ "subId": 7305419, "order": 53, "descHash": 2462549796 },
{ "subId": 7305444, "order": 54, "hidden": true, "descHash": 3648869580 }
]
},
{
"id": 73055,
"titleHash": 545274647,
"children": [
{ "subId": 7305501, "order": 1, "descHash": 4174129036 },
{ "subId": 7305502, "order": 2, "descHash": 2928753996 },
{ "subId": 7305503, "order": 3, "descHash": 4234093996 },
{ "subId": 7305504, "order": 4, "descHash": 318783212 },
{ "subId": 7305551, "order": 5, "descHash": 887276852 },
{ "subId": 7305505, "order": 6, "descHash": 1279015868 },
{ "subId": 7305507, "order": 7, "descHash": 2339014716 },
{ "subId": 7305509, "order": 9, "descHash": 4050310540 },
{ "subId": 7305510, "order": 10, "descHash": 3425519676 },
{ "subId": 7305511, "order": 11, "descHash": 1315246492 },
{ "subId": 7305548, "order": 12, "descHash": 1291630396 },
{ "subId": 7305512, "order": 13, "descHash": 2775848340 },
{ "subId": 7305513, "order": 14, "descHash": 2538405108 },
{ "subId": 7305546, "order": 15, "descHash": 447128716 },
{ "subId": 7305547, "order": 16, "descHash": 2466837140 },
{ "subId": 7305514, "order": 17, "descHash": 990533156 },
{ "subId": 7305515, "order": 18, "descHash": 2991430060 },
{ "subId": 7305516, "order": 19, "descHash": 1788657852 },
{ "subId": 7305517, "order": 20, "hidden": true, "test": true, "descHash": 4224191180 },
{ "subId": 7305518, "order": 21, "hidden": true, "test": true, "descHash": 2198948708 },
{ "subId": 7305519, "order": 22, "descHash": 931533540 },
{ "subId": 7305520, "order": 23, "hidden": true, "test": true, "descHash": 3856173300 },
{ "subId": 7305521, "order": 24, "descHash": 749364732 },
{ "subId": 7305523, "order": 26, "descHash": 3984170484 },
{ "subId": 7305524, "order": 27, "descHash": 1972499940 },
{ "subId": 7305549, "order": 28, "descHash": 2003432452 },
{ "subId": 7305525, "order": 29, "descHash": 3470306588 },
{ "subId": 7305526, "order": 30, "descHash": 548603396 },
{ "subId": 7305527, "order": 31, "descHash": 3038955732 },
{ "subId": 7305528, "order": 32, "descHash": 3660481476 },
{ "subId": 7305529, "order": 33, "descHash": 2119672748 },
{ "subId": 7305530, "order": 34, "hidden": true, "test": true, "descHash": 2076058148 },
{ "subId": 7305531, "order": 35, "hidden": true, "test": true, "descHash": 883967388 },
{ "subId": 7305532, "order": 36, "descHash": 2947516212 },
{ "subId": 7305533, "order": 37, "hidden": true, "test": true, "descHash": 1687862300 },
{ "subId": 7305550, "order": 38, "descHash": 360567028 },
{ "subId": 7305552, "order": 39, "descHash": 3595233004 },
{ "subId": 7305535, "order": 40, "descHash": 1526191420 },
{ "subId": 7305536, "order": 41, "descHash": 2056247364 },
{ "subId": 7305537, "order": 42, "descHash": 2019045916 },
{ "subId": 7305538, "order": 43, "descHash": 480995612 },
{ "subId": 7305539, "order": 44, "descHash": 1836693556 },
{ "subId": 7305540, "order": 45, "descHash": 1237113684 },
{ "subId": 7305541, "order": 46, "descHash": 3230041204 },
{ "subId": 7305542, "order": 47, "descHash": 1776961364 },
{ "subId": 7305553, "order": 48, "hidden": true, "test": true, "descHash": 620617844 },
{ "subId": 7305544, "order": 49, "descHash": 3795750868 },
{ "subId": 7305543, "order": 50, "descHash": 2856461588 },
{ "subId": 7305545, "order": 53, "descHash": 2627164996 },
{ "subId": 7305554, "order": 54, "hidden": true, "test": true, "descHash": 238281852 },
{ "subId": 7305555, "order": 55, "hidden": true, "test": true, "descHash": 2031037940 },
{ "subId": 7305557, "order": 56, "hidden": true, "test": true, "descHash": 2637890588 },
{ "subId": 7305556, "order": 57, "hidden": true, "test": true, "descHash": 1147795476 },
{ "subId": 7305508, "order": 58, "descHash": 3809129172 },
{ "subId": 7305534, "order": 99, "test": true, "descHash": 1896661476 },
{ "subId": 7305522, "order": 100, "test": true, "descHash": 3925641564 },
{ "subId": 7305506, "order": 101, "test": true, "descHash": 1758464980 }
]
},
{
"id": 73056,
"titleHash": 3649081519,
"children": [
{ "subId": 7305601, "order": 1, "hidden": true, "descHash": 1724748652 },
{ "subId": 7305613, "order": 2, "descHash": 242445636 },
{ "subId": 7305606, "order": 3, "descHash": 1903422444 },
{ "subId": 7305607, "order": 4, "descHash": 1217026964 },
{ "subId": 7305609, "order": 5, "hidden": true, "descHash": 2389461860 },
{ "subId": 7305608, "order": 6, "descHash": 1506335748 },
{ "subId": 7305610, "order": 7, "hidden": true, "descHash": 133347972 },
{ "subId": 7305612, "order": 8, "hidden": true, "test": true, "descHash": 1221516212 },
{ "subId": 7305615, "order": 9, "hidden": true },
{ "subId": 7305614, "order": 10, "descHash": 416668468 },
{ "subId": 7305602, "order": 11, "descHash": 3949963748 },
{ "subId": 7305603, "order": 12, "descHash": 2135073836 },
{ "subId": 7305611, "order": 13, "descHash": 282612716 },
{ "subId": 7305604, "order": 14, "descHash": 1777633180 },
{ "subId": 7305605, "order": 99, "hidden": true, "test": true, "descHash": 723613484 }
]
},
{
"id": 73057,
"titleHash": 2369748927,
"children": [
{ "subId": 7305701, "order": 1, "hidden": true, "descHash": 3141609356 },
{ "subId": 7305708, "order": 2, "hidden": true, "descHash": 1283695076 },
{ "subId": 7305702, "order": 3, "descHash": 886378332 },
{ "subId": 7305707, "order": 4, "descHash": 35274748 },
{ "subId": 7305716, "order": 5, "descHash": 2737244220 },
{ "subId": 7305703, "order": 6, "descHash": 3518420988 },
{ "subId": 7305704, "order": 7, "descHash": 1569597732 },
{ "subId": 7305710, "order": 8, "hidden": true, "descHash": 3244621980 },
{ "subId": 7305712, "order": 9, "hidden": true, "descHash": 3463860180 },
{ "subId": 7305711, "order": 10, "hidden": true, "descHash": 3396896404 },
{ "subId": 7305713, "order": 11, "hidden": true, "descHash": 3163832292 },
{ "subId": 7305715, "order": 12, "descHash": 1155579068 },
{ "subId": 7305714, "order": 13, "descHash": 1772622428 },
{ "subId": 7305705, "order": 14, "descHash": 247102668 },
{ "subId": 7305706, "order": 15, "descHash": 4071874444 },
{ "subId": 7305709, "order": 99, "hidden": true, "test": true, "descHash": 825094388 }
]
},
{
"id": 73058,
"titleHash": 1730987567,
"children": [
{ "subId": 7305809, "order": 1, "hidden": true },
{ "subId": 7305801, "order": 2, "hidden": true, "descHash": 3189332740 },
{ "subId": 7305802, "order": 3, "descHash": 2697736876 },
{ "subId": 7305806, "order": 4, "descHash": 820715908 },
{ "subId": 7305805, "order": 5, "descHash": 3215605428 },
{ "subId": 7305803, "order": 6, "descHash": 472274916 },
{ "subId": 7305808, "order": 9, "hidden": true, "test": true, "descHash": 2582729124 },
{ "subId": 7305804, "order": 10, "descHash": 706237676 },
{ "subId": 7305807, "order": 30, "hidden": true, "test": true, "descHash": 2229441132 }
]
},
{
"id": 73059,
"titleHash": 1128781991,
"children": [
{ "subId": 7305901, "order": 1, "descHash": 4670732 },
{ "subId": 7305902, "order": 2, "descHash": 1669135716 },
{ "subId": 7305904, "order": 4, "hidden": true, "test": true, "descHash": 4223243140 },
{ "subId": 7305903, "order": 5, "descHash": 1481267732 }
]
},
{
"id": 73060,
"hidden": true,
"children": [
{ "subId": 7306001, "order": 1, "hidden": true },
{ "subId": 7306002, "order": 2, "hidden": true },
{ "subId": 7306003, "order": 3, "hidden": true },
{ "subId": 7306004, "order": 4, "hidden": true }
]
},
{
"id": 73061,
"titleHash": 3272753103,
"children": [
{ "subId": 7306101, "order": 1, "hidden": true },
{ "subId": 7306102, "order": 2, "hidden": true },
{ "subId": 7306103, "order": 3, "hidden": true },
{ "subId": 7306104, "order": 4, "hidden": true },
{ "subId": 7306133, "order": 5, "descHash": 1525840820 },
{ "subId": 7306105, "order": 6, "descHash": 119022460 },
{ "subId": 7306106, "order": 7, "descHash": 2608610452 },
{ "subId": 7306108, "order": 8, "descHash": 1641264972 },
{ "subId": 7306134, "order": 9, "descHash": 1045900364 },
{ "subId": 7306132, "order": 10, "descHash": 2317740604 },
{ "subId": 7306109, "order": 11, "descHash": 398785932 },
{ "subId": 7306110, "order": 12, "descHash": 2929942644 },
{ "subId": 7306129, "order": 13, "descHash": 1678908716 },
{ "subId": 7306128, "order": 14, "descHash": 841659268 },
{ "subId": 7306135, "order": 15, "descHash": 3625906300 },
{ "subId": 7306111, "order": 16, "descHash": 2754814508 },
{ "subId": 7306112, "order": 17, "descHash": 3496923268 },
{ "subId": 7306113, "order": 18, "descHash": 897530284 },
{ "subId": 7306114, "order": 19, "descHash": 3531146588 },
{ "subId": 7306130, "order": 20, "descHash": 3801361276 },
{ "subId": 7306116, "order": 21, "descHash": 3200321308 },
{ "subId": 7306137, "order": 22, "descHash": 2286115396 },
{ "subId": 7306136, "order": 23, "hidden": true, "descHash": 2935695396 },
{ "subId": 7306115, "order": 24, "descHash": 2359870060 },
{ "subId": 7306117, "order": 25, "descHash": 1927925404 },
{ "subId": 7306141, "order": 26, "hidden": true, "descHash": 1885225044 },
{ "subId": 7306140, "order": 27, "hidden": true, "descHash": 2653551812 },
{ "subId": 7306139, "order": 28, "hidden": true, "descHash": 4133412220 },
{ "subId": 7306138, "order": 29, "hidden": true },
{ "subId": 7306118, "order": 30, "descHash": 2213704868 },
{ "subId": 7306119, "order": 31, "descHash": 4228506620 },
{ "subId": 7306120, "order": 32, "descHash": 3523428604 },
{ "subId": 7306131, "order": 33, "descHash": 398816812 },
{ "subId": 7306121, "order": 34, "descHash": 1540691548 },
{ "subId": 7306122, "order": 35, "hidden": true },
{ "subId": 7306123, "order": 36, "hidden": true },
{ "subId": 7306124, "order": 37, "hidden": true },
{ "subId": 7306107, "order": 38, "hidden": true },
{ "subId": 7306125, "order": 39, "descHash": 3575707108 },
{ "subId": 7306127, "order": 39, "hidden": true },
{ "subId": 7306126, "order": 41, "descHash": 2652969556 }
]
},
{
"id": 73062,
"titleHash": 2690786607,
"children": [
{ "subId": 7306201, "order": 1, "hidden": true, "descHash": 2261695236 },
{ "subId": 7306202, "order": 2, "hidden": true, "descHash": 1030712948 },
{ "subId": 7306203, "order": 3, "descHash": 1310943708 },
{ "subId": 7306208, "order": 8, "descHash": 2423368788 },
{ "subId": 7306209, "order": 9, "descHash": 3494524356 },
{ "subId": 7306210, "order": 10, "descHash": 2568638236 },
{ "subId": 7306211, "order": 11, "descHash": 1304990284 },
{ "subId": 7306212, "order": 12, "descHash": 2372545500 },
{ "subId": 7306213, "order": 13, "descHash": 583498324 },
{ "subId": 7306214, "order": 14, "descHash": 1938418940 },
{ "subId": 7306205, "order": 15, "descHash": 3186140356 },
{ "subId": 7306215, "order": 16, "descHash": 1464337116 },
{ "subId": 7306216, "order": 17, "descHash": 1496705644 },
{ "subId": 7306217, "order": 18, "descHash": 2930512204 },
{ "subId": 7306206, "order": 19, "hidden": true },
{ "subId": 7306219, "order": 20, "descHash": 2382076868 },
{ "subId": 7306220, "order": 21, "descHash": 2880165260 },
{ "subId": 7306221, "order": 22, "descHash": 2379417652 },
{ "subId": 7306223, "order": 23, "descHash": 3374137596 },
{ "subId": 7306224, "order": 24, "descHash": 246816668 },
{ "subId": 7306225, "order": 25, "descHash": 3594551124 },
{ "subId": 7306226, "order": 26, "descHash": 1259265924 },
{ "subId": 7306204, "order": 27, "descHash": 210307364 },
{ "subId": 7306227, "order": 28, "descHash": 3845848084 },
{ "subId": 7306228, "order": 29, "descHash": 3261590884 },
{ "subId": 7306229, "order": 30, "descHash": 1649738340 },
{ "subId": 7306207, "order": 54, "test": true, "descHash": 2447601020 },
{ "subId": 7306222, "order": 55, "descHash": 2338452908 },
{ "subId": 7306218, "order": 99, "test": true, "descHash": 3430111828 }
]
},
{
"id": 73063,
"titleHash": 3848008943,
"children": [
{ "subId": 7306301, "order": 1, "hidden": true },
{ "subId": 7306302, "order": 2, "hidden": true },
{ "subId": 7306303, "order": 3, "hidden": true },
{ "subId": 7306304, "order": 4, "hidden": true },
{ "subId": 7306330, "order": 5, "descHash": 3164815276 },
{ "subId": 7306305, "order": 6, "descHash": 2957022708 },
{ "subId": 7306306, "order": 7, "descHash": 3652214788 },
{ "subId": 7306307, "order": 8, "descHash": 1415735396 },
{ "subId": 7306308, "order": 9, "descHash": 2089547452 },
{ "subId": 7306309, "order": 10, "descHash": 898994444 },
{ "subId": 7306335, "order": 11, "descHash": 1270216764 },
{ "subId": 7306310, "order": 12, "descHash": 1554965836 },
{ "subId": 7306311, "order": 14, "descHash": 533172332 },
{ "subId": 7306336, "order": 15, "descHash": 3568100892 },
{ "subId": 7306312, "order": 16, "descHash": 761795772 },
{ "subId": 7306313, "order": 17, "hidden": true, "descHash": 3147657180 },
{ "subId": 7306314, "order": 18, "hidden": true, "descHash": 3923514252 },
{ "subId": 7306315, "order": 19, "hidden": true, "descHash": 1646992876 },
{ "subId": 7306337, "order": 20, "hidden": true },
{ "subId": 7306316, "order": 21, "descHash": 1896553132 },
{ "subId": 7306317, "order": 22, "descHash": 633685268 },
{ "subId": 7306318, "order": 23, "descHash": 1423460020 },
{ "subId": 7306319, "order": 24, "descHash": 95354700 },
{ "subId": 7306331, "order": 25, "descHash": 2621561852 },
{ "subId": 7306332, "order": 26, "hidden": true },
{ "subId": 7306320, "order": 27, "descHash": 405864868 },
{ "subId": 7306321, "order": 28, "descHash": 1230098252 },
{ "subId": 7306322, "order": 29, "descHash": 1134308124 },
{ "subId": 7306323, "order": 30, "descHash": 2759534468 },
{ "subId": 7306324, "order": 31, "descHash": 967748220 },
{ "subId": 7306325, "order": 32, "hidden": true, "descHash": 2966082988 },
{ "subId": 7306326, "order": 33, "hidden": true, "descHash": 4053425620 },
{ "subId": 7306327, "order": 34, "hidden": true, "descHash": 3081026988 },
{ "subId": 7306338, "order": 35, "hidden": true, "descHash": 2290696444 },
{ "subId": 7306328, "order": 36, "descHash": 113256988 },
{ "subId": 7306329, "order": 37, "descHash": 4090198132 },
{ "subId": 7306333, "order": 38, "hidden": true },
{ "subId": 7306334, "order": 39, "descHash": 1611196692 }
]
},
{
"id": 73064,
"hidden": true,
"children": [
{ "subId": 7306401, "order": 1, "hidden": true },
{ "subId": 7306402, "order": 2, "hidden": true },
{ "subId": 7306406, "order": 3, "hidden": true },
{ "subId": 7306407, "order": 4, "hidden": true },
{ "subId": 7306408, "order": 5, "hidden": true },
{ "subId": 7306409, "order": 6, "hidden": true },
{ "subId": 7306410, "order": 7, "hidden": true },
{ "subId": 7306411, "order": 8, "hidden": true },
{ "subId": 7306412, "order": 9, "hidden": true },
{ "subId": 7306413, "order": 10, "hidden": true },
{ "subId": 7306414, "order": 11, "hidden": true },
{ "subId": 7306405, "order": 12, "hidden": true },
{ "subId": 7306403, "order": 13, "hidden": true },
{ "subId": 7306404, "order": 14, "hidden": true }
]
},
{
"id": 73065,
"hidden": true,
"test": true,
"titleHash": 2898537727,
"children": [
{ "subId": 7306501, "order": 1, "hidden": true, "test": true, "descHash": 1707695492 },
{ "subId": 7306502, "order": 2, "hidden": true, "test": true, "descHash": 3094503812 },
{ "subId": 7306503, "order": 3, "hidden": true, "test": true, "descHash": 1716808548 },
{ "subId": 7306504, "order": 4, "hidden": true, "test": true, "descHash": 2301026444 },
{ "subId": 7306505, "order": 5, "test": true, "descHash": 2942756716 },
{ "subId": 7306506, "order": 6, "test": true, "descHash": 3675518236 },
{ "subId": 7306507, "order": 7, "test": true, "descHash": 916384820 },
{ "subId": 7306508, "order": 8, "test": true, "descHash": 2154930436 },
{ "subId": 7306509, "order": 9, "test": true, "descHash": 132760348 },
{ "subId": 7306510, "order": 10, "test": true, "descHash": 3834435644 },
{ "subId": 7306511, "order": 11, "test": true, "descHash": 3677540188 },
{ "subId": 7306512, "order": 12, "test": true, "descHash": 3317009348 }
]
},
{
"id": 73066,
"titleHash": 876309775,
"children": [
{ "subId": 7306601, "order": 1, "hidden": true },
{ "subId": 7306602, "order": 2, "descHash": 638737956 },
{ "subId": 7306603, "order": 3, "descHash": 820305684 },
{ "subId": 7306604, "order": 4, "descHash": 65340380 },
{ "subId": 7306605, "order": 5, "descHash": 586945156 },
{ "subId": 7306606, "order": 6, "hidden": true, "descHash": 2152262924 },
{ "subId": 7306608, "order": 8, "descHash": 3572584748 },
{ "subId": 7306610, "order": 10, "descHash": 724258948 },
{ "subId": 7306612, "order": 12, "descHash": 4183467724 },
{ "subId": 7306642, "order": 13, "hidden": true },
{ "subId": 7306613, "order": 14, "descHash": 58206140 },
{ "subId": 7306615, "order": 15, "descHash": 3102942692 },
{ "subId": 7306616, "order": 16, "descHash": 4030587196 },
{ "subId": 7306617, "order": 17, "descHash": 2849862548 },
{ "subId": 7306618, "order": 18, "descHash": 858547828 },
{ "subId": 7306619, "order": 19, "descHash": 2644639028 },
{ "subId": 7306633, "order": 21, "descHash": 1669421196 },
{ "subId": 7306620, "order": 23, "hidden": true, "descHash": 1260897612 },
{ "subId": 7306636, "order": 24, "descHash": 4063407580 },
{ "subId": 7306637, "order": 25, "descHash": 2612678580 },
{ "subId": 7306638, "order": 26, "descHash": 2420424692 },
{ "subId": 7306621, "order": 28, "hidden": true, "descHash": 1993034420 },
{ "subId": 7306640, "order": 29, "hidden": true },
{ "subId": 7306639, "order": 30, "descHash": 2436585164 },
{ "subId": 7306622, "order": 31, "descHash": 3323460244 },
{ "subId": 7306623, "order": 32, "descHash": 50630948 },
{ "subId": 7306644, "order": 33, "descHash": 4170246756 },
{ "subId": 7306625, "order": 34, "descHash": 2896046404 },
{ "subId": 7306626, "order": 35, "descHash": 4144708964 },
{ "subId": 7306627, "order": 36, "descHash": 3929956908 },
{ "subId": 7306628, "order": 37, "descHash": 529873252 },
{ "subId": 7306643, "order": 38, "descHash": 3789028524 },
{ "subId": 7306629, "order": 39, "descHash": 1774532036 },
{ "subId": 7306630, "order": 40, "descHash": 3058606084 },
{ "subId": 7306641, "order": 41, "hidden": true },
{ "subId": 7306631, "order": 42, "descHash": 2721443220 },
{ "subId": 7306607, "order": 99, "descHash": 1921771260 },
{ "subId": 7306609, "order": 99, "descHash": 4143308068 },
{ "subId": 7306611, "order": 99, "descHash": 3738263788 },
{ "subId": 7306614, "order": 99, "test": true, "descHash": 1887370596 },
{ "subId": 7306624, "order": 99, "test": true, "descHash": 3579102684 },
{ "subId": 7306632, "order": 99, "descHash": 3204050012 },
{ "subId": 7306634, "order": 99, "hidden": true }
]
},
{
"id": 73067,
"titleHash": 1490006927,
"children": [
{ "subId": 7306701, "order": 1, "hidden": true, "descHash": 2679702012 },
{ "subId": 7306702, "order": 2, "descHash": 1044340452 },
{ "subId": 7306715, "order": 3, "descHash": 4248903428 },
{ "subId": 7306703, "order": 4, "hidden": true },
{ "subId": 7306704, "order": 5, "descHash": 2299658516 },
{ "subId": 7306705, "order": 6, "descHash": 3825924308 },
{ "subId": 7306714, "order": 7, "descHash": 1632757044 },
{ "subId": 7306706, "order": 8, "descHash": 3645722316 },
{ "subId": 7306707, "order": 9, "descHash": 123639116 },
{ "subId": 7306713, "order": 10, "descHash": 1177640172 },
{ "subId": 7306712, "order": 11, "descHash": 3221011700 },
{ "subId": 7306708, "order": 12, "descHash": 928171860 },
{ "subId": 7306709, "order": 13, "descHash": 2382090956 },
{ "subId": 7306710, "order": 14, "descHash": 2124599340 },
{ "subId": 7306711, "order": 15, "descHash": 546876668 }
]
},
{
"id": 73068,
"hidden": true,
"titleHash": 3867225143,
"children": [
{ "subId": 7306801, "order": 1, "hidden": true, "test": true, "descHash": 4000994276 },
{ "subId": 7306802, "order": 2, "hidden": true, "test": true, "descHash": 2066225052 },
{ "subId": 7306803, "order": 3, "hidden": true, "test": true, "descHash": 699182932 },
{ "subId": 7306804, "order": 4, "hidden": true, "test": true, "descHash": 2661893260 },
{ "subId": 7306807, "order": 5, "hidden": true },
{ "subId": 7306805, "order": 6, "hidden": true, "test": true, "descHash": 3919220652 },
{ "subId": 7306806, "order": 7, "hidden": true }
]
},
{
"id": 73069,
"titleHash": 766429391,
"children": [
{ "subId": 7306901, "order": 2, "hidden": true, "test": true, "descHash": 3667396916 },
{ "subId": 7306918, "order": 3, "descHash": 2901465700 },
{ "subId": 7306903, "order": 4, "descHash": 3328151564 },
{ "subId": 7306904, "order": 5, "descHash": 3037516356 },
{ "subId": 7306905, "order": 6, "descHash": 2636161884 },
{ "subId": 7306906, "order": 7, "descHash": 2507167548 },
{ "subId": 7306907, "order": 8, "descHash": 732400516 },
{ "subId": 7306908, "order": 9, "descHash": 3316117028 },
{ "subId": 7306909, "order": 10, "descHash": 375815308 },
{ "subId": 7306910, "order": 11, "descHash": 669758732 },
{ "subId": 7306911, "order": 12, "descHash": 670875588 },
{ "subId": 7306912, "order": 13, "descHash": 3613610524 },
{ "subId": 7306916, "order": 14, "descHash": 1064214596 },
{ "subId": 7306917, "order": 15, "descHash": 2149503684 },
{ "subId": 7306913, "order": 16, "descHash": 346563476 },
{ "subId": 7306914, "order": 17, "descHash": 3032677780 },
{ "subId": 7306915, "order": 18, "descHash": 441876924 }
]
},
{
"id": 73070,
"titleHash": 479832663,
"children": [
{ "subId": 7307002, "order": 2, "hidden": true, "test": true, "descHash": 1119662908 },
{ "subId": 7307020, "order": 3, "descHash": 2161118860 },
{ "subId": 7307004, "order": 4, "descHash": 2184698388 },
{ "subId": 7307005, "order": 5, "descHash": 3653291516 },
{ "subId": 7307011, "order": 6, "descHash": 858168612 },
{ "subId": 7307006, "order": 7, "descHash": 1709370428 },
{ "subId": 7307018, "order": 8, "descHash": 335894700 },
{ "subId": 7307007, "order": 9, "descHash": 3095951140 },
{ "subId": 7307010, "order": 10, "descHash": 1676307268 },
{ "subId": 7307001, "order": 11, "descHash": 1899943244 },
{ "subId": 7307012, "order": 12, "descHash": 3617977196 },
{ "subId": 7307013, "order": 13, "descHash": 3906138980 },
{ "subId": 7307017, "order": 14, "descHash": 3907900372 },
{ "subId": 7307019, "order": 15, "descHash": 132497716 },
{ "subId": 7307014, "order": 16, "descHash": 2091256412 },
{ "subId": 7307015, "order": 17, "descHash": 1884941004 },
{ "subId": 7307016, "order": 18, "descHash": 2470135348 }
]
},
{
"id": 73071,
"titleHash": 1425563743,
"children": [
{ "subId": 7307106, "order": 1, "hidden": true, "test": true, "descHash": 1246487436 },
{ "subId": 7307107, "order": 2, "hidden": true, "test": true, "descHash": 1348186612 },
{ "subId": 7307101, "order": 3, "hidden": true, "test": true, "descHash": 4257098412 },
{ "subId": 7307102, "order": 4, "hidden": true, "test": true, "descHash": 2757773820 },
{ "subId": 7307103, "order": 5, "hidden": true, "test": true, "descHash": 644226756 },
{ "subId": 7307104, "order": 6, "descHash": 2060241404 },
{ "subId": 7307108, "order": 7, "descHash": 1842834564 },
{ "subId": 7307105, "order": 8, "descHash": 1298098244 }
]
},
{
"id": 73072,
"hidden": true,
"test": true,
"titleHash": 447974263,
"children": [
{ "subId": 7307201, "order": 1, "hidden": true },
{ "subId": 7307202, "order": 2, "hidden": true },
{ "subId": 7307203, "order": 3, "hidden": true }
]
},
{
"id": 73073,
"titleHash": 2271424263,
"children": [
{ "subId": 7307301, "order": 1, "descHash": 2213345740 },
{ "subId": 7307302, "order": 2, "descHash": 82574828 },
{ "subId": 7307309, "order": 3, "descHash": 4138537908 },
{ "subId": 7307303, "order": 4, "descHash": 2586719780 },
{ "subId": 7307304, "order": 5, "descHash": 2542930868 },
{ "subId": 7307305, "order": 6, "descHash": 138205316 },
{ "subId": 7307306, "order": 7, "descHash": 2772017972 },
{ "subId": 7307307, "order": 8, "descHash": 2955887620 },
{ "subId": 7307308, "order": 9, "descHash": 2487917092 },
{ "subId": 7307310, "order": 10, "descHash": 1754597444 },
{ "subId": 7307311, "order": 11, "descHash": 1874979340 },
{ "subId": 7307314, "order": 12, "descHash": 3363338340 },
{ "subId": 7307312, "order": 13, "descHash": 3353631324 },
{ "subId": 7307313, "order": 14, "descHash": 3893093612 }
]
},
{
"id": 73074,
"titleHash": 481220031,
"children": [
{ "subId": 7307405, "order": 2, "hidden": true, "test": true, "descHash": 1806684428 },
{ "subId": 7307418, "order": 3, "descHash": 2244439052 },
{ "subId": 7307401, "order": 4, "descHash": 778561444 },
{ "subId": 7307402, "order": 5, "descHash": 2144533956 },
{ "subId": 7307407, "order": 6, "descHash": 1014197852 },
{ "subId": 7307403, "order": 7, "descHash": 2118898852 },
{ "subId": 7307416, "order": 8, "descHash": 3666504452 },
{ "subId": 7307404, "order": 9, "descHash": 690093804 },
{ "subId": 7307408, "order": 10, "descHash": 1272419916 },
{ "subId": 7307409, "order": 11, "descHash": 3548060356 },
{ "subId": 7307410, "order": 12, "descHash": 2267624828 },
{ "subId": 7307411, "order": 13, "descHash": 1159389708 },
{ "subId": 7307415, "order": 14, "descHash": 3892919092 },
{ "subId": 7307417, "order": 15, "descHash": 2911135772 },
{ "subId": 7307412, "order": 16, "descHash": 2047942964 },
{ "subId": 7307413, "order": 17, "descHash": 2831188132 },
{ "subId": 7307414, "order": 18, "descHash": 3078798204 }
]
},
{
"id": 73075,
"hidden": true,
"test": true,
"titleHash": 786159863,
"children": [
{ "subId": 7307501, "order": 1, "hidden": true, "test": true, "descHash": 3632729108 },
{ "subId": 7307503, "order": 2, "hidden": true, "test": true, "descHash": 2347871052 },
{ "subId": 7307502, "order": 3, "hidden": true, "test": true, "descHash": 3849582532 }
]
},
{
"id": 73076,
"hidden": true,
"titleHash": 2078730335,
"children": [
{ "subId": 7307602, "order": 1, "hidden": true, "test": true, "descHash": 1402955092 },
{ "subId": 7307601, "order": 2, "hidden": true, "test": true, "descHash": 3204813580 },
{ "subId": 7307603, "order": 3, "hidden": true, "test": true, "descHash": 1230247332 },
{ "subId": 7307604, "order": 4, "hidden": true, "test": true, "descHash": 1430248604 },
{ "subId": 7307605, "order": 5, "hidden": true, "test": true, "descHash": 1925210396 },
{ "subId": 7307606, "order": 6, "hidden": true, "test": true, "descHash": 1694218796 },
{ "subId": 7307608, "order": 8, "hidden": true, "test": true, "descHash": 1890976268 },
{ "subId": 7307609, "order": 9, "hidden": true, "test": true, "descHash": 3778969420 },
{ "subId": 7307607, "order": 20, "hidden": true, "test": true, "descHash": 3173983084 }
]
},
{
"id": 73077,
"titleHash": 3995251631,
"children": [
{ "subId": 7307701, "order": 1, "hidden": true, "descHash": 3178395380 },
{ "subId": 7307704, "order": 4, "hidden": true, "descHash": 102617876 },
{ "subId": 7307705, "order": 5, "hidden": true, "descHash": 1108780524 },
{ "subId": 7307706, "order": 6, "hidden": true, "descHash": 2997830204 },
{ "subId": 7307707, "order": 7, "hidden": true, "descHash": 4239299332 },
{ "subId": 7307708, "order": 8, "hidden": true, "descHash": 3274278540 },
{ "subId": 7307709, "order": 9, "hidden": true, "descHash": 2047459732 },
{ "subId": 7307710, "order": 10, "hidden": true, "descHash": 2489602828 },
{ "subId": 7307711, "order": 11, "hidden": true, "descHash": 3604492612 },
{ "subId": 7307712, "order": 12, "hidden": true, "descHash": 3715569724 },
{ "subId": 7307713, "order": 13, "hidden": true, "descHash": 35525620 },
{ "subId": 7307714, "order": 14, "hidden": true, "descHash": 529553292 },
{ "subId": 7307715, "order": 15, "hidden": true, "descHash": 2278701980 },
{ "subId": 7307716, "order": 16, "hidden": true, "descHash": 1261485580 },
{ "subId": 7307717, "order": 17, "hidden": true, "descHash": 3239493516 },
{ "subId": 7307718, "order": 19, "hidden": true, "descHash": 4294068820 },
{ "subId": 7307719, "order": 20, "hidden": true, "descHash": 556568588 },
{ "subId": 7307720, "order": 21, "hidden": true, "descHash": 396839804 },
{ "subId": 7307721, "order": 22, "descHash": 1994389588 },
{ "subId": 7307723, "order": 24, "descHash": 78963508 },
{ "subId": 7307724, "order": 25, "descHash": 291766252 },
{ "subId": 7307725, "order": 26, "descHash": 2862531148 },
{ "subId": 7307728, "order": 29, "hidden": true },
{ "subId": 7307729, "order": 30, "hidden": true },
{ "subId": 7307730, "order": 31, "hidden": true },
{ "subId": 7307731, "order": 32, "hidden": true },
{ "subId": 7307732, "order": 33, "hidden": true },
{ "subId": 7307722, "order": 34, "test": true, "descHash": 3315546948 },
{ "subId": 7307702, "order": 35, "hidden": true, "descHash": 408456708 },
{ "subId": 7307703, "order": 36, "hidden": true, "descHash": 3452757236 },
{ "subId": 7307733, "order": 40, "hidden": true },
{ "subId": 7307726, "order": 41, "hidden": true },
{ "subId": 7307727, "order": 42, "hidden": true }
]
},
{
"id": 73078,
"hidden": true,
"test": true,
"titleHash": 3344660431,
"children": [
{ "subId": 7307801, "order": 1, "hidden": true, "test": true, "descHash": 2983716052 },
{ "subId": 7307805, "order": 2, "hidden": true, "test": true, "descHash": 524501036 },
{ "subId": 7307806, "order": 3, "hidden": true, "test": true, "descHash": 184747652 },
{ "subId": 7307802, "order": 4, "hidden": true, "test": true, "descHash": 2681993372 },
{ "subId": 7307803, "order": 5, "hidden": true, "test": true, "descHash": 4064596524 },
{ "subId": 7307804, "order": 6, "hidden": true, "test": true, "descHash": 2090076380 }
]
},
{
"id": 73079,
"hidden": true,
"test": true,
"titleHash": 2050823975,
"children": [
{ "subId": 7307901, "order": 1, "hidden": true, "test": true, "descHash": 2485064076 },
{ "subId": 7307902, "order": 2, "hidden": true, "test": true, "descHash": 2105897692 },
{ "subId": 7307903, "order": 3, "hidden": true, "test": true, "descHash": 3216257476 }
]
},
{
"id": 73080,
"hidden": true,
"titleHash": 1091367943,
"children": [
{ "subId": 7308001, "order": 1, "hidden": true },
{ "subId": 7308002, "order": 2, "hidden": true },
{ "subId": 7308003, "order": 3, "hidden": true },
{ "subId": 7308004, "order": 4, "hidden": true },
{ "subId": 7308005, "order": 5, "hidden": true },
{ "subId": 7308006, "order": 6, "hidden": true }
]
},
{
"id": 73081,
"titleHash": 3855179327,
"children": [
{ "subId": 7308102, "order": 1, "hidden": true, "descHash": 4128983100 },
{ "subId": 7308103, "order": 2, "descHash": 2475683844 },
{ "subId": 7308104, "order": 3, "descHash": 374538276 },
{ "subId": 7308107, "order": 5, "hidden": true, "test": true, "descHash": 2286864548 },
{ "subId": 7308106, "order": 6, "hidden": true, "test": true, "descHash": 2095837628 },
{ "subId": 7308105, "order": 7, "hidden": true, "test": true, "descHash": 3815174276 },
{ "subId": 7308110, "order": 8, "hidden": true, "descHash": 1457484964 },
{ "subId": 7308101, "order": 99, "hidden": true, "test": true, "descHash": 3477845220 },
{ "subId": 7308108, "order": 99, "hidden": true, "test": true, "descHash": 1046139932 },
{ "subId": 7308109, "order": 99, "hidden": true, "test": true, "descHash": 332927356 }
]
},
{
"id": 73082,
"hidden": true,
"test": true,
"titleHash": 3264759831,
"children": [
{ "subId": 7308201, "order": 1, "hidden": true, "test": true, "descHash": 1048498108 },
{ "subId": 7308204, "order": 2, "hidden": true, "test": true, "descHash": 2334401660 },
{ "subId": 7308205, "order": 3, "hidden": true, "test": true, "descHash": 3430337676 },
{ "subId": 7308202, "order": 4, "hidden": true, "test": true, "descHash": 3159388812 },
{ "subId": 7308203, "order": 5, "hidden": true, "test": true, "descHash": 3300482276 }
]
},
{
"id": 73083,
"titleHash": 23739071,
"children": [
{ "subId": 7308329, "order": 1, "hidden": true, "test": true, "descHash": 3638929220 },
{ "subId": 7308319, "order": 2, "hidden": true, "test": true, "descHash": 2086445692 },
{ "subId": 7308322, "order": 3, "hidden": true, "test": true, "descHash": 3447696044 },
{ "subId": 7308320, "order": 4, "descHash": 2828829348 },
{ "subId": 7308323, "order": 5, "hidden": true, "test": true, "descHash": 2413243508 },
{ "subId": 7308321, "order": 6, "descHash": 766184876 },
{ "subId": 7308301, "order": 7, "descHash": 2598662780 },
{ "subId": 7308318, "order": 8, "hidden": true, "test": true, "descHash": 2418416548 },
{ "subId": 7308302, "order": 9, "hidden": true, "descHash": 2110560828 },
{ "subId": 7308303, "order": 10, "descHash": 4189086068 },
{ "subId": 7308304, "order": 11, "descHash": 2170273980 },
{ "subId": 7308305, "order": 12, "descHash": 1058146348 },
{ "subId": 7308306, "order": 13, "hidden": true, "test": true, "descHash": 2809632652 },
{ "subId": 7308307, "order": 14, "descHash": 2135159988 },
{ "subId": 7308324, "order": 15, "hidden": true, "test": true, "descHash": 1639710764 },
{ "subId": 7308327, "order": 16, "descHash": 2185271884 },
{ "subId": 7308308, "order": 17, "descHash": 87926020 },
{ "subId": 7308309, "order": 18, "descHash": 1937934900 },
{ "subId": 7308325, "order": 19, "hidden": true, "test": true, "descHash": 1305552636 },
{ "subId": 7308311, "order": 20, "hidden": true, "descHash": 1165666060 },
{ "subId": 7308312, "order": 21, "descHash": 768514180 },
{ "subId": 7308313, "order": 22, "descHash": 1505721188 },
{ "subId": 7308314, "order": 23, "descHash": 2701912188 },
{ "subId": 7308315, "order": 24, "hidden": true, "test": true, "descHash": 1328856332 },
{ "subId": 7308316, "order": 25, "descHash": 1981326452 },
{ "subId": 7308328, "order": 26, "hidden": true, "test": true, "descHash": 591386804 },
{ "subId": 7308317, "order": 27, "descHash": 1445245924 },
{ "subId": 7308330, "order": 28, "hidden": true, "test": true, "descHash": 1350143516 },
{ "subId": 7308326, "order": 29, "descHash": 3828037684 },
{ "subId": 7308310, "order": 30, "descHash": 1883431556 }
]
},
{
"id": 73084,
"titleHash": 3799297583,
"children": [
{ "subId": 7308418, "order": 1, "hidden": true, "test": true, "descHash": 3322200716 },
{ "subId": 7308401, "order": 2, "hidden": true, "test": true, "descHash": 1389896276 },
{ "subId": 7308402, "order": 3, "descHash": 2043327396 },
{ "subId": 7308403, "order": 4, "descHash": 3619293828 },
{ "subId": 7308404, "order": 5, "descHash": 1188246100 },
{ "subId": 7308405, "order": 6, "descHash": 1603779436 },
{ "subId": 7308406, "order": 7, "descHash": 1320004652 },
{ "subId": 7308419, "order": 8, "descHash": 2778241204 },
{ "subId": 7308420, "order": 9, "descHash": 2011297940 },
{ "subId": 7308407, "order": 10, "descHash": 4102883996 },
{ "subId": 7308408, "order": 11, "descHash": 2802170044 },
{ "subId": 7308409, "order": 12, "descHash": 2900999524 },
{ "subId": 7308410, "order": 13, "descHash": 149810236 },
{ "subId": 7308411, "order": 14, "descHash": 3569648412 },
{ "subId": 7308412, "order": 15, "descHash": 1211926388 },
{ "subId": 7308413, "order": 16, "hidden": true, "test": true, "descHash": 1855238308 },
{ "subId": 7308414, "order": 17, "hidden": true, "test": true, "descHash": 857611628 },
{ "subId": 7308415, "order": 18, "descHash": 4276637020 },
{ "subId": 7308416, "order": 19, "descHash": 98748012 },
{ "subId": 7308417, "order": 20, "descHash": 2477380180 }
]
},
{
"id": 73085,
"hidden": true,
"test": true,
"titleHash": 3541653207,
"children": [
{ "subId": 7308501, "order": 1, "hidden": true },
{ "subId": 7308502, "order": 2, "hidden": true },
{ "subId": 7308503, "order": 3, "hidden": true },
{ "subId": 7308504, "order": 4, "hidden": true },
{ "subId": 7308505, "order": 5, "hidden": true },
{ "subId": 7308506, "order": 6, "hidden": true },
{ "subId": 7308509, "order": 7, "test": true, "descHash": 3126412100 },
{ "subId": 7308510, "order": 8, "test": true, "descHash": 1118192492 },
{ "subId": 7308511, "order": 9, "test": true, "descHash": 2674358436 },
{ "subId": 7308512, "order": 10, "test": true, "descHash": 1017672116 },
{ "subId": 7308513, "order": 11, "test": true, "descHash": 750914812 },
{ "subId": 7308514, "order": 12, "test": true, "descHash": 2722355740 },
{ "subId": 7308508, "order": 98, "test": true, "descHash": 2284516476 },
{ "subId": 7308507, "order": 99, "test": true, "descHash": 3547012436 }
]
},
{
"id": 73086,
"hidden": true,
"test": true,
"titleHash": 3944702351,
"children": [
{ "subId": 7308601, "order": 1, "hidden": true, "test": true, "descHash": 2611374604 },
{ "subId": 7308602, "order": 2, "hidden": true, "test": true, "descHash": 116386092 },
{ "subId": 7308603, "order": 3, "hidden": true, "test": true, "descHash": 1140651068 },
{ "subId": 7308604, "order": 4, "hidden": true, "test": true, "descHash": 3607090060 },
{ "subId": 7308605, "order": 5, "hidden": true, "test": true, "descHash": 583835844 },
{ "subId": 7308606, "order": 6, "hidden": true, "test": true, "descHash": 270467644 },
{ "subId": 7308607, "order": 7, "hidden": true, "test": true, "descHash": 543964244 },
{ "subId": 7308608, "order": 8, "hidden": true, "test": true, "descHash": 408653404 },
{ "subId": 7308609, "order": 9, "hidden": true, "test": true, "descHash": 2804716732 },
{ "subId": 7308610, "order": 10, "hidden": true, "test": true, "descHash": 1332238996 },
{ "subId": 7308611, "order": 11, "hidden": true, "test": true, "descHash": 4168498732 },
{ "subId": 7308612, "order": 12, "hidden": true, "test": true, "descHash": 664616484 },
{ "subId": 7308613, "order": 13, "hidden": true, "test": true, "descHash": 1580846308 },
{ "subId": 7308614, "order": 14, "hidden": true, "test": true, "descHash": 1104256724 },
{ "subId": 7308615, "order": 15, "hidden": true, "test": true, "descHash": 1210666684 }
]
},
{
"id": 73087,
"hidden": true,
"test": true,
"titleHash": 86632191,
"children": [
{ "subId": 7308701, "order": 1, "hidden": true, "test": true, "descHash": 1935773804 },
{ "subId": 7308702, "order": 2, "hidden": true, "test": true, "descHash": 718784004 },
{ "subId": 7308703, "order": 3, "hidden": true, "test": true, "descHash": 1348662588 },
{ "subId": 7308704, "order": 4, "hidden": true, "test": true, "descHash": 2422091620 },
{ "subId": 7308705, "order": 5, "hidden": true, "test": true, "descHash": 2739787604 },
{ "subId": 7308706, "order": 6, "hidden": true, "test": true, "descHash": 2008853036 },
{ "subId": 7308707, "order": 7, "hidden": true, "test": true, "descHash": 3918613596 },
{ "subId": 7308708, "order": 8, "hidden": true, "test": true, "descHash": 4231472836 },
{ "subId": 7308709, "order": 9, "hidden": true, "test": true, "descHash": 1684010924 },
{ "subId": 7308710, "order": 10, "hidden": true, "test": true, "descHash": 4267686268 },
{ "subId": 7308711, "order": 11, "hidden": true, "test": true, "descHash": 1407437252 },
{ "subId": 7308712, "order": 12, "hidden": true, "test": true, "descHash": 1418770028 }
]
},
{
"id": 73088,
"hidden": true,
"test": true,
"titleHash": 2440096639,
"children": [{ "subId": 7308801, "order": 1, "hidden": true }]
},
{
"id": 73089,
"hidden": true,
"test": true,
"titleHash": 26898199,
"children": [
{ "subId": 7308901, "order": 1, "hidden": true, "descHash": 692236868 },
{ "subId": 7308902, "order": 2, "hidden": true, "descHash": 2988461380 },
{ "subId": 7308903, "order": 3, "hidden": true, "descHash": 3977312564 },
{ "subId": 7308904, "order": 4, "hidden": true, "descHash": 3323145516 },
{ "subId": 7308905, "order": 5, "hidden": true, "descHash": 645768316 },
{ "subId": 7308906, "order": 6, "hidden": true, "descHash": 2986252788 },
{ "subId": 7308907, "order": 7, "hidden": true, "descHash": 2597756284 },
{ "subId": 7308908, "order": 8, "hidden": true }
]
},
{
"id": 73090,
"hidden": true,
"test": true,
"titleHash": 4038706351,
"children": [
{ "subId": 7309001, "order": 1, "hidden": true },
{ "subId": 7309002, "order": 2, "hidden": true }
]
},
{
"id": 73091,
"hidden": true,
"test": true,
"titleHash": 3941393895,
"children": [
{ "subId": 7309101, "order": 1, "hidden": true },
{ "subId": 7309103, "order": 2, "hidden": true, "test": true, "descHash": 3257043748 },
{ "subId": 7309102, "order": 3, "hidden": true }
]
},
{
"id": 73092,
"hidden": true,
"test": true,
"titleHash": 2207324631,
"children": [
{ "subId": 7309201, "order": 1, "hidden": true },
{ "subId": 7309202, "order": 2, "hidden": true }
]
},
{
"id": 73093,
"hidden": true,
"test": true,
"titleHash": 1528700631,
"children": [
{ "subId": 7309301, "order": 1, "hidden": true },
{ "subId": 7309302, "order": 2, "hidden": true }
]
},
{
"id": 73094,
"hidden": true,
"test": true,
"titleHash": 1424662343,
"children": [
{ "subId": 7309401, "order": 1, "hidden": true },
{ "subId": 7309402, "order": 2, "hidden": true }
]
},
{
"id": 73095,
"hidden": true,
"test": true,
"titleHash": 1386355991,
"children": [
{ "subId": 7309501, "order": 1, "hidden": true },
{ "subId": 7309502, "order": 2, "hidden": true }
]
},
{
"id": 73096,
"hidden": true,
"test": true,
"titleHash": 2537371063,
"children": [
{ "subId": 7309601, "order": 1, "hidden": true },
{ "subId": 7309602, "order": 2, "hidden": true }
]
},
{
"id": 73097,
"hidden": true,
"test": true,
"titleHash": 2395438479,
"children": [
{ "subId": 7309701, "order": 1, "hidden": true },
{ "subId": 7309702, "order": 2, "hidden": true }
]
},
{
"id": 73098,
"titleHash": 3337630311,
"children": [
{ "subId": 7309804, "order": 1, "hidden": true, "test": true, "descHash": 1317909148 },
{ "subId": 7309801, "order": 2, "descHash": 3684829036 },
{ "subId": 7309802, "order": 3, "descHash": 305014108 },
{ "subId": 7309805, "order": 4, "descHash": 3299702716 },
{ "subId": 7309803, "order": 5, "descHash": 1548510204 }
]
},
{
"id": 73099,
"titleHash": 3019220535,
"children": [
{ "subId": 7309901, "order": 1, "hidden": true },
{ "subId": 7309904, "order": 2, "hidden": true },
{ "subId": 7309902, "order": 3, "hidden": true },
{ "subId": 7309903, "order": 4, "descHash": 3219122764 },
{ "subId": 7309905, "order": 10, "descHash": 2089155020 }
]
},
{
"id": 73100,
"hidden": true,
"test": true,
"titleHash": 3444272967,
"children": [
{ "subId": 7310014, "order": 1, "hidden": true },
{ "subId": 7310001, "order": 2, "hidden": true },
{ "subId": 7310002, "order": 3, "hidden": true },
{ "subId": 7310003, "order": 4, "hidden": true },
{ "subId": 7310004, "order": 5, "hidden": true },
{ "subId": 7310005, "order": 6, "hidden": true },
{ "subId": 7310006, "order": 7, "hidden": true },
{ "subId": 7310007, "order": 8, "hidden": true },
{ "subId": 7310008, "order": 9, "hidden": true },
{ "subId": 7310009, "order": 10, "hidden": true },
{ "subId": 7310010, "order": 11, "hidden": true },
{ "subId": 7310011, "order": 12, "hidden": true },
{ "subId": 7310012, "order": 13, "hidden": true },
{ "subId": 7310013, "order": 14, "hidden": true },
{ "subId": 7310015, "order": 15, "hidden": true }
]
},
{
"id": 73101,
"hidden": true,
"test": true,
"titleHash": 121652991,
"children": [
{ "subId": 7310109, "order": 1, "hidden": true },
{ "subId": 7310101, "order": 2, "hidden": true, "test": true, "descHash": 419665164 },
{ "subId": 7310102, "order": 3, "hidden": true },
{ "subId": 7310103, "order": 4, "hidden": true },
{ "subId": 7310104, "order": 5, "hidden": true },
{ "subId": 7310105, "order": 6, "hidden": true },
{ "subId": 7310106, "order": 7, "hidden": true },
{ "subId": 7310107, "order": 8, "hidden": true },
{ "subId": 7310108, "order": 9, "hidden": true },
{ "subId": 7310110, "order": 10, "hidden": true },
{ "subId": 7310111, "order": 11, "hidden": true },
{ "subId": 7310112, "order": 12, "hidden": true },
{ "subId": 7310113, "order": 13, "hidden": true },
{ "subId": 7310114, "order": 14, "hidden": true },
{ "subId": 7310115, "order": 15, "hidden": true },
{ "subId": 7310116, "order": 16, "hidden": true },
{ "subId": 7310117, "order": 17, "hidden": true },
{ "subId": 7310118, "order": 18, "hidden": true }
]
},
{
"id": 73102,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 3647343239,
"children": [
{ "subId": 7310201, "order": 1, "hidden": true },
{ "subId": 7310202, "order": 2, "hidden": true },
{ "subId": 7310204, "order": 4, "hidden": true },
{ "subId": 7310205, "order": 5, "hidden": true },
{ "subId": 7310206, "order": 6, "hidden": true },
{ "subId": 7310207, "order": 7, "hidden": true },
{ "subId": 7310208, "order": 8, "hidden": true },
{ "subId": 7310209, "order": 9, "hidden": true },
{ "subId": 7310210, "order": 10, "hidden": true },
{ "subId": 7310211, "order": 11, "hidden": true }
]
},
{
"id": 73103,
"titleHash": 270635743,
"children": [
{ "subId": 7310316, "order": 1, "hidden": true },
{ "subId": 7310317, "order": 2, "hidden": true },
{ "subId": 7310301, "order": 3, "descHash": 3578144804 },
{ "subId": 7310302, "order": 4, "descHash": 1724034524 },
{ "subId": 7310303, "order": 5, "descHash": 2910155164 },
{ "subId": 7310304, "order": 6, "descHash": 2969475612 },
{ "subId": 7310305, "order": 7, "descHash": 419376132 },
{ "subId": 7310306, "order": 8, "descHash": 3642134748 },
{ "subId": 7310307, "order": 9, "descHash": 1643094364 },
{ "subId": 7310308, "order": 10, "descHash": 2483781844 },
{ "subId": 7310309, "order": 11, "descHash": 1003786428 },
{ "subId": 7310310, "order": 12, "hidden": true, "descHash": 3543622508 },
{ "subId": 7310313, "order": 13, "descHash": 2308981580 },
{ "subId": 7310314, "order": 14, "descHash": 3452980852 },
{ "subId": 7310315, "order": 15, "descHash": 1858923284 },
{ "subId": 7310311, "order": 16, "descHash": 2444178604 },
{ "subId": 7310312, "order": 17, "descHash": 1541504604 }
]
},
{
"id": 73104,
"titleHash": 3690835999,
"children": [
{ "subId": 7310416, "order": 1, "hidden": true },
{ "subId": 7310417, "order": 2, "hidden": true },
{ "subId": 7310401, "order": 3, "descHash": 3578144804 },
{ "subId": 7310402, "order": 4, "descHash": 1724034524 },
{ "subId": 7310403, "order": 5, "descHash": 2910155164 },
{ "subId": 7310404, "order": 6, "descHash": 2969475612 },
{ "subId": 7310405, "order": 7, "descHash": 419376132 },
{ "subId": 7310406, "order": 8, "descHash": 3642134748 },
{ "subId": 7310407, "order": 9, "descHash": 1643094364 },
{ "subId": 7310408, "order": 10, "descHash": 2483781844 },
{ "subId": 7310409, "order": 11, "descHash": 1003786428 },
{ "subId": 7310410, "order": 12, "hidden": true, "descHash": 3543622508 },
{ "subId": 7310413, "order": 13, "descHash": 2308981580 },
{ "subId": 7310414, "order": 14, "descHash": 3452980852 },
{ "subId": 7310415, "order": 15, "descHash": 1858923284 },
{ "subId": 7310411, "order": 16, "descHash": 2444178604 },
{ "subId": 7310412, "order": 17, "descHash": 1541504604 }
]
},
{
"id": 73105,
"titleHash": 325815503,
"children": [
{ "subId": 7310501, "order": 1, "hidden": true, "descHash": 2468763460 },
{ "subId": 7310502, "order": 2, "descHash": 4055476932 },
{ "subId": 7310504, "order": 3, "hidden": true, "descHash": 1444392932 },
{ "subId": 7310503, "order": 4, "descHash": 3039222508 },
{ "subId": 7310505, "order": 5, "descHash": 86516916 },
{ "subId": 7310506, "order": 6, "descHash": 2224747372 },
{ "subId": 7310507, "order": 7, "descHash": 697899196 },
{ "subId": 7310508, "order": 8, "descHash": 2306471204 }
]
},
{
"id": 73106,
"hidden": true,
"test": true,
"titleHash": 3911733759,
"children": [
{ "subId": 7310601, "order": 1, "hidden": true },
{ "subId": 7310602, "order": 2, "hidden": true },
{ "subId": 7310603, "order": 3, "hidden": true },
{ "subId": 7310604, "order": 4, "hidden": true },
{ "subId": 7310605, "order": 5, "hidden": true },
{ "subId": 7310606, "order": 6, "hidden": true },
{ "subId": 7310607, "order": 7, "hidden": true },
{ "subId": 7310608, "order": 8, "hidden": true },
{ "subId": 7310609, "order": 9, "hidden": true },
{ "subId": 7310610, "order": 10, "hidden": true },
{ "subId": 7310611, "order": 11, "hidden": true },
{ "subId": 7310612, "order": 12, "hidden": true },
{ "subId": 7310613, "order": 13, "hidden": true },
{ "subId": 7310614, "order": 14, "hidden": true, "test": true, "descHash": 1895302572 }
]
},
{
"id": 73107,
"hidden": true,
"test": true,
"titleHash": 1805642455,
"children": [
{ "subId": 7310710, "order": 1, "hidden": true, "test": true, "descHash": 3515566236 },
{ "subId": 7310701, "order": 2, "hidden": true, "test": true, "descHash": 1264373284 },
{ "subId": 7310702, "order": 3, "hidden": true, "test": true, "descHash": 3671074140 },
{ "subId": 7310703, "order": 4, "hidden": true, "test": true, "descHash": 1800236740 },
{ "subId": 7310704, "order": 5, "hidden": true, "test": true, "descHash": 2659199388 },
{ "subId": 7310705, "order": 6, "hidden": true, "test": true, "descHash": 2050858468 },
{ "subId": 7310706, "order": 7, "hidden": true, "test": true, "descHash": 4153842852 },
{ "subId": 7310707, "order": 8, "hidden": true, "test": true, "descHash": 607774772 },
{ "subId": 7310708, "order": 9, "hidden": true, "test": true, "descHash": 3028372116 },
{ "subId": 7310709, "order": 10, "hidden": true, "test": true, "descHash": 3130134796 }
]
},
{
"id": 73108,
"hidden": true,
"unreleased": true,
"titleHash": 2582520167,
"children": [
{ "subId": 7310802, "order": 2, "hidden": true, "unreleased": true, "descHash": 2348840436 },
{ "subId": 7310803, "order": 3, "hidden": true, "unreleased": true, "descHash": 2085384948 },
{ "subId": 7310804, "order": 4, "hidden": true, "unreleased": true, "descHash": 1816012780 },
{ "subId": 7310805, "order": 5, "hidden": true, "unreleased": true, "descHash": 1063796396 },
{ "subId": 7310806, "order": 6, "hidden": true, "unreleased": true, "descHash": 3607787012 },
{ "subId": 7310807, "order": 7, "hidden": true, "unreleased": true, "descHash": 3620554148 },
{ "subId": 7310808, "order": 8, "hidden": true, "unreleased": true, "descHash": 4028721212 },
{ "subId": 7310801, "order": 99, "hidden": true, "unreleased": true, "descHash": 640054828 }
]
},
{
"id": 73109,
"titleHash": 891136279,
"children": [
{ "subId": 7310901, "order": 1, "hidden": true, "descHash": 2120887268 },
{ "subId": 7310902, "order": 2, "descHash": 2448852140 },
{ "subId": 7310903, "order": 3, "descHash": 2595440964 },
{ "subId": 7310904, "order": 4, "descHash": 3600303340 },
{ "subId": 7310905, "order": 5, "descHash": 1882102716 }
]
},
{
"id": 73110,
"titleHash": 3085200519,
"children": [
{ "subId": 7311001, "order": 1, "hidden": true, "test": true, "descHash": 56689868 },
{ "subId": 7311012, "order": 2, "hidden": true, "test": true, "descHash": 434439388 },
{ "subId": 7311011, "order": 3, "hidden": true, "test": true, "descHash": 271607892 },
{ "subId": 7311010, "order": 4, "hidden": true, "test": true, "descHash": 3887925420 },
{ "subId": 7311009, "order": 5, "hidden": true, "test": true, "descHash": 3393623764 },
{ "subId": 7311008, "order": 6, "hidden": true, "test": true, "descHash": 2720587596 },
{ "subId": 7311013, "order": 7, "hidden": true, "test": true, "descHash": 1849964804 },
{ "subId": 7311002, "order": 8, "hidden": true, "descHash": 4272784668 },
{ "subId": 7311003, "order": 9, "descHash": 482500060 },
{ "subId": 7311004, "order": 10, "descHash": 3014281124 },
{ "subId": 7311005, "order": 11, "descHash": 1215969020 },
{ "subId": 7311006, "order": 12, "hidden": true, "test": true, "descHash": 867818180 },
{ "subId": 7311007, "order": 13, "descHash": 3243956388 }
]
},
{
"id": 73111,
"hidden": true,
"test": true,
"titleHash": 2748183615,
"children": [
{ "subId": 7311101, "order": 1, "hidden": true, "descHash": 2699352916 },
{ "subId": 7311102, "order": 2, "hidden": true, "descHash": 3125587020 },
{ "subId": 7311103, "order": 3, "hidden": true, "descHash": 3207523620 },
{ "subId": 7311104, "order": 4, "hidden": true, "descHash": 958358228 },
{ "subId": 7311105, "order": 5, "hidden": true, "descHash": 2728068292 },
{ "subId": 7311106, "order": 6, "hidden": true, "descHash": 474530316 },
{ "subId": 7311107, "order": 7, "hidden": true, "descHash": 3812891884 },
{ "subId": 7311108, "order": 8, "hidden": true }
]
},
{
"id": 73112,
"hidden": true,
"test": true,
"titleHash": 76960735,
"children": [
{ "subId": 7311201, "order": 1, "hidden": true, "descHash": 3344603980 },
{ "subId": 7311202, "order": 2, "hidden": true, "descHash": 2578950636 },
{ "subId": 7311203, "order": 3, "hidden": true, "descHash": 3397686492 },
{ "subId": 7311204, "order": 4, "hidden": true, "descHash": 4209838140 },
{ "subId": 7311205, "order": 5, "hidden": true, "descHash": 1365061964 },
{ "subId": 7311206, "order": 6, "hidden": true, "descHash": 221314700 },
{ "subId": 7311207, "order": 7, "hidden": true, "descHash": 2784316524 },
{ "subId": 7311208, "order": 8, "hidden": true }
]
},
{
"id": 73113,
"hidden": true,
"test": true,
"titleHash": 1901698759,
"children": [
{ "subId": 7311301, "order": 1, "hidden": true, "descHash": 2754139188 },
{ "subId": 7311302, "order": 2, "hidden": true, "descHash": 3406872484 },
{ "subId": 7311303, "order": 3, "hidden": true, "descHash": 1245320908 },
{ "subId": 7311304, "order": 4, "hidden": true, "descHash": 1956491652 },
{ "subId": 7311305, "order": 5, "hidden": true, "descHash": 1678350396 },
{ "subId": 7311306, "order": 6, "hidden": true, "descHash": 2705909644 },
{ "subId": 7311307, "order": 7, "hidden": true, "descHash": 1207155348 },
{ "subId": 7311308, "order": 8, "hidden": true }
]
},
{
"id": 73114,
"hidden": true,
"test": true,
"titleHash": 2836286071,
"children": [
{ "subId": 7311401, "order": 1, "hidden": true, "descHash": 10909644 },
{ "subId": 7311402, "order": 2, "hidden": true, "descHash": 2337360852 },
{ "subId": 7311403, "order": 3, "hidden": true, "descHash": 2465315204 },
{ "subId": 7311404, "order": 4, "hidden": true, "descHash": 41230964 },
{ "subId": 7311405, "order": 5, "hidden": true, "descHash": 3891403532 },
{ "subId": 7311406, "order": 6, "hidden": true, "descHash": 1398177452 },
{ "subId": 7311407, "order": 7, "hidden": true, "descHash": 3690620916 },
{ "subId": 7311408, "order": 8, "hidden": true }
]
},
{
"id": 73115,
"hidden": true,
"test": true,
"titleHash": 970019183,
"children": [
{ "subId": 7311501, "order": 1, "hidden": true, "descHash": 2034322676 },
{ "subId": 7311502, "order": 2, "hidden": true, "descHash": 4013006380 },
{ "subId": 7311503, "order": 3, "hidden": true, "descHash": 2299744276 },
{ "subId": 7311504, "order": 4, "hidden": true, "descHash": 3729385228 },
{ "subId": 7311505, "order": 5, "hidden": true, "descHash": 1607885004 },
{ "subId": 7311506, "order": 6, "hidden": true, "descHash": 3115967948 },
{ "subId": 7311507, "order": 7, "hidden": true, "descHash": 2540571588 },
{ "subId": 7311508, "order": 8, "hidden": true }
]
},
{
"id": 73116,
"hidden": true,
"test": true,
"titleHash": 2200514895,
"children": [
{ "subId": 7311601, "order": 1, "hidden": true, "descHash": 2726213812 },
{ "subId": 7311602, "order": 2, "hidden": true, "descHash": 3402448220 },
{ "subId": 7311603, "order": 3, "hidden": true, "descHash": 243853796 },
{ "subId": 7311604, "order": 4, "hidden": true, "descHash": 3766645476 },
{ "subId": 7311605, "order": 5, "hidden": true, "descHash": 303436588 },
{ "subId": 7311606, "order": 6, "hidden": true, "descHash": 2122536188 },
{ "subId": 7311607, "order": 7, "hidden": true, "descHash": 4256618724 },
{ "subId": 7311608, "order": 8, "hidden": true }
]
},
{
"id": 73118,
"hidden": true,
"test": true,
"titleHash": 1025739983,
"children": [
{ "subId": 7311801, "order": 1, "hidden": true, "test": true, "descHash": 127322644 },
{ "subId": 7311802, "order": 2, "hidden": true, "test": true, "descHash": 1623920420 },
{ "subId": 7311806, "order": 3, "hidden": true },
{ "subId": 7311803, "order": 4, "hidden": true, "test": true, "descHash": 512142356 },
{ "subId": 7311804, "order": 5, "hidden": true, "test": true, "descHash": 309110420 },
{ "subId": 7311805, "order": 6, "hidden": true, "test": true, "descHash": 931026364 }
]
},
{
"id": 73119,
"hidden": true,
"test": true,
"titleHash": 452202631,
"children": [
{ "subId": 7311901, "order": 1, "hidden": true, "test": true, "descHash": 956500228 },
{ "subId": 7311902, "order": 2, "hidden": true, "test": true, "descHash": 82569268 },
{ "subId": 7311906, "order": 3, "hidden": true },
{ "subId": 7311903, "order": 4, "hidden": true, "test": true, "descHash": 3992221140 },
{ "subId": 7311904, "order": 5, "hidden": true, "test": true, "descHash": 397930572 },
{ "subId": 7311905, "order": 6, "hidden": true, "test": true, "descHash": 3212543684 }
]
},
{
"id": 73120,
"hidden": true,
"test": true,
"titleHash": 2636901503,
"children": [{ "subId": 7312001, "order": 1, "hidden": true }]
},
{
"id": 73121,
"hidden": true,
"test": true,
"titleHash": 958068639,
"children": [
{ "subId": 7312101, "order": 1, "hidden": true, "test": true, "descHash": 3420137244 },
{ "subId": 7312102, "order": 2, "hidden": true, "test": true, "descHash": 3282781212 },
{ "subId": 7312106, "order": 3, "hidden": true },
{ "subId": 7312103, "order": 4, "hidden": true, "test": true, "descHash": 979703796 },
{ "subId": 7312104, "order": 5, "hidden": true, "test": true, "descHash": 1556964212 },
{ "subId": 7312105, "order": 6, "hidden": true, "test": true, "descHash": 1641741452 }
]
},
{
"id": 73122,
"hidden": true,
"test": true,
"titleHash": 2388171407,
"children": [
{ "subId": 7312201, "order": 1, "hidden": true, "test": true },
{ "subId": 7312202, "order": 2, "hidden": true, "test": true },
{ "subId": 7312206, "order": 3, "hidden": true },
{ "subId": 7312203, "order": 4, "hidden": true, "test": true },
{ "subId": 7312204, "order": 5, "hidden": true, "test": true },
{ "subId": 7312205, "order": 6, "hidden": true, "test": true }
]
},
{
"id": 73123,
"hidden": true,
"test": true,
"titleHash": 2317483855,
"children": [
{ "subId": 7312301, "order": 1, "hidden": true },
{ "subId": 7312302, "order": 2, "hidden": true },
{ "subId": 7312306, "order": 3, "hidden": true },
{ "subId": 7312303, "order": 4, "hidden": true },
{ "subId": 7312304, "order": 5, "hidden": true },
{ "subId": 7312305, "order": 6, "hidden": true }
]
},
{
"id": 73124,
"hidden": true,
"test": true,
"titleHash": 3047949927,
"children": [
{ "subId": 7312401, "order": 1, "hidden": true },
{ "subId": 7312402, "order": 2, "hidden": true },
{ "subId": 7312406, "order": 3, "hidden": true },
{ "subId": 7312403, "order": 4, "hidden": true },
{ "subId": 7312404, "order": 5, "hidden": true },
{ "subId": 7312405, "order": 6, "hidden": true }
]
},
{
"id": 73125,
"hidden": true,
"test": true,
"titleHash": 827195503,
"children": [
{ "subId": 7312501, "order": 1, "hidden": true },
{ "subId": 7312502, "order": 2, "hidden": true },
{ "subId": 7312506, "order": 3, "hidden": true },
{ "subId": 7312503, "order": 4, "hidden": true },
{ "subId": 7312504, "order": 5, "hidden": true },
{ "subId": 7312505, "order": 6, "hidden": true }
]
},
{
"id": 73126,
"hidden": true,
"test": true,
"titleHash": 3673196271,
"children": [
{ "subId": 7312601, "order": 1, "hidden": true },
{ "subId": 7312602, "order": 2, "hidden": true },
{ "subId": 7312606, "order": 3, "hidden": true },
{ "subId": 7312603, "order": 4, "hidden": true },
{ "subId": 7312604, "order": 5, "hidden": true },
{ "subId": 7312605, "order": 6, "hidden": true }
]
},
{
"id": 73127,
"hidden": true,
"test": true,
"titleHash": 1856611943,
"children": [
{ "subId": 7312701, "order": 1, "hidden": true },
{ "subId": 7312702, "order": 2, "hidden": true },
{ "subId": 7312706, "order": 3, "hidden": true },
{ "subId": 7312703, "order": 4, "hidden": true },
{ "subId": 7312704, "order": 5, "hidden": true },
{ "subId": 7312705, "order": 6, "hidden": true }
]
},
{
"id": 73128,
"hidden": true,
"test": true,
"titleHash": 2989255391,
"children": [
{ "subId": 7312801, "order": 1, "hidden": true },
{ "subId": 7312802, "order": 2, "hidden": true },
{ "subId": 7312806, "order": 3, "hidden": true },
{ "subId": 7312803, "order": 4, "hidden": true },
{ "subId": 7312804, "order": 5, "hidden": true },
{ "subId": 7312805, "order": 6, "hidden": true }
]
},
{
"id": 73129,
"hidden": true,
"test": true,
"titleHash": 3060051535,
"children": [
{ "subId": 7312901, "order": 1, "hidden": true },
{ "subId": 7312902, "order": 2, "hidden": true },
{ "subId": 7312906, "order": 3, "hidden": true },
{ "subId": 7312903, "order": 4, "hidden": true },
{ "subId": 7312904, "order": 5, "hidden": true },
{ "subId": 7312905, "order": 6, "hidden": true }
]
},
{
"id": 73130,
"hidden": true,
"test": true,
"titleHash": 2627396151,
"children": [
{ "subId": 7313001, "order": 1, "hidden": true },
{ "subId": 7313002, "order": 2, "hidden": true },
{ "subId": 7313006, "order": 3, "hidden": true },
{ "subId": 7313003, "order": 4, "hidden": true },
{ "subId": 7313004, "order": 5, "hidden": true },
{ "subId": 7313005, "order": 6, "hidden": true }
]
},
{
"id": 73131,
"hidden": true,
"test": true,
"titleHash": 1363689351,
"children": [
{ "subId": 7313101, "order": 1, "hidden": true },
{ "subId": 7313102, "order": 2, "hidden": true },
{ "subId": 7313106, "order": 3, "hidden": true },
{ "subId": 7313103, "order": 4, "hidden": true },
{ "subId": 7313104, "order": 5, "hidden": true },
{ "subId": 7313105, "order": 6, "hidden": true }
]
},
{
"id": 73132,
"hidden": true,
"test": true,
"titleHash": 2807631775,
"children": [
{ "subId": 7313201, "order": 1, "hidden": true },
{ "subId": 7313202, "order": 2, "hidden": true },
{ "subId": 7313203, "order": 3, "hidden": true }
]
},
{
"id": 73133,
"hidden": true,
"test": true,
"titleHash": 1532890391,
"children": [
{ "subId": 7313301, "order": 1, "hidden": true },
{ "subId": 7313302, "order": 2, "hidden": true },
{ "subId": 7313303, "order": 3, "hidden": true }
]
},
{
"id": 73134,
"hidden": true,
"test": true,
"titleHash": 3571628463,
"children": [
{ "subId": 7313401, "order": 1, "hidden": true },
{ "subId": 7313402, "order": 2, "hidden": true },
{ "subId": 7313403, "order": 3, "hidden": true }
]
},
{
"id": 73135,
"hidden": true,
"test": true,
"titleHash": 4124644343,
"children": [
{ "subId": 7313501, "order": 1, "hidden": true },
{ "subId": 7313502, "order": 2, "hidden": true },
{ "subId": 7313503, "order": 3, "hidden": true }
]
},
{
"id": 73136,
"hidden": true,
"test": true,
"titleHash": 119252063,
"children": [
{ "subId": 7313601, "order": 1, "hidden": true },
{ "subId": 7313602, "order": 2, "hidden": true },
{ "subId": 7313603, "order": 3, "hidden": true }
]
},
{
"id": 73137,
"hidden": true,
"test": true,
"titleHash": 2506039335,
"children": [
{ "subId": 7313701, "order": 1, "hidden": true },
{ "subId": 7313702, "order": 2, "hidden": true },
{ "subId": 7313703, "order": 3, "hidden": true }
]
},
{
"id": 73138,
"hidden": true,
"test": true,
"titleHash": 325020535,
"children": [
{ "subId": 7313801, "order": 1, "hidden": true },
{ "subId": 7313802, "order": 2, "hidden": true },
{ "subId": 7313803, "order": 3, "hidden": true }
]
},
{
"id": 73139,
"hidden": true,
"test": true,
"titleHash": 1680973479,
"children": [
{ "subId": 7313901, "order": 1, "hidden": true },
{ "subId": 7313902, "order": 2, "hidden": true },
{ "subId": 7313903, "order": 3, "hidden": true }
]
},
{
"id": 73140,
"hidden": true,
"test": true,
"titleHash": 2035266151,
"children": [
{ "subId": 7314001, "order": 1, "hidden": true },
{ "subId": 7314002, "order": 2, "hidden": true },
{ "subId": 7314003, "order": 3, "hidden": true }
]
},
{
"id": 73141,
"hidden": true,
"test": true,
"titleHash": 2085421575,
"children": [
{ "subId": 7314101, "order": 1, "hidden": true },
{ "subId": 7314102, "order": 2, "hidden": true },
{ "subId": 7314103, "order": 3, "hidden": true }
]
},
{
"id": 73142,
"hidden": true,
"test": true,
"titleHash": 2913239407,
"children": [
{ "subId": 7314201, "order": 1, "hidden": true },
{ "subId": 7314202, "order": 2, "hidden": true },
{ "subId": 7314203, "order": 3, "hidden": true }
]
},
{
"id": 73143,
"hidden": true,
"test": true,
"titleHash": 1217978359,
"children": [
{ "subId": 7314301, "order": 1, "hidden": true },
{ "subId": 7314302, "order": 2, "hidden": true },
{ "subId": 7314303, "order": 3, "hidden": true }
]
},
{
"id": 73144,
"hidden": true,
"test": true,
"titleHash": 1149589839,
"children": [
{ "subId": 7314401, "order": 1, "hidden": true },
{ "subId": 7314402, "order": 2, "hidden": true },
{ "subId": 7314403, "order": 3, "hidden": true }
]
},
{
"id": 73145,
"hidden": true,
"test": true,
"titleHash": 2699188343,
"children": [
{ "subId": 7314501, "order": 1, "hidden": true, "test": true, "descHash": 1333189220 },
{ "subId": 7314502, "order": 2, "hidden": true, "test": true, "descHash": 3775506148 }
]
},
{
"id": 73146,
"hidden": true,
"test": true,
"titleHash": 2279208007,
"children": [
{ "subId": 7314601, "order": 1, "hidden": true, "test": true, "descHash": 795530732 },
{ "subId": 7314602, "order": 2, "hidden": true, "test": true, "descHash": 2435197060 }
]
},
{
"id": 73147,
"hidden": true,
"test": true,
"titleHash": 1059566855,
"children": [
{ "subId": 7314701, "order": 1, "hidden": true, "test": true, "descHash": 3481602284 },
{ "subId": 7314702, "order": 2, "hidden": true, "test": true, "descHash": 1724620996 }
]
},
{
"id": 73148,
"hidden": true,
"test": true,
"titleHash": 1433062199,
"children": [
{ "subId": 7314801, "order": 1, "hidden": true, "test": true, "descHash": 447302820 },
{ "subId": 7314802, "order": 2, "hidden": true, "test": true, "descHash": 709777644 }
]
},
{
"id": 73149,
"hidden": true,
"test": true,
"titleHash": 2281514367,
"children": [
{ "subId": 7314901, "order": 1, "hidden": true, "test": true, "descHash": 2275922380 },
{ "subId": 7314902, "order": 2, "hidden": true, "test": true, "descHash": 1338066244 }
]
},
{
"id": 73150,
"hidden": true,
"test": true,
"titleHash": 172435807,
"children": [
{ "subId": 7315001, "order": 1, "hidden": true, "test": true, "descHash": 1682355628 },
{ "subId": 7315002, "order": 2, "hidden": true, "test": true, "descHash": 1395171756 }
]
},
{
"id": 73151,
"hidden": true,
"test": true,
"titleHash": 2573885231,
"children": [
{ "subId": 7315101, "order": 1, "hidden": true, "test": true, "descHash": 1154261340 },
{ "subId": 7315102, "order": 2, "hidden": true, "test": true, "descHash": 1015364292 }
]
},
{
"id": 73152,
"hidden": true,
"test": true,
"titleHash": 1900446271,
"children": [
{ "subId": 7315201, "order": 1, "hidden": true, "test": true, "descHash": 2013820236 },
{ "subId": 7315202, "order": 2, "hidden": true, "test": true, "descHash": 73502732 }
]
},
{
"id": 73153,
"hidden": true,
"test": true,
"titleHash": 70135471,
"children": [
{ "subId": 7315301, "order": 1, "hidden": true, "test": true, "descHash": 352060500 },
{ "subId": 7315302, "order": 2, "hidden": true, "test": true, "descHash": 2745385484 }
]
},
{
"id": 73154,
"hidden": true,
"test": true,
"titleHash": 2801804055,
"children": [
{ "subId": 7315401, "order": 1, "hidden": true, "test": true, "descHash": 3136402972 },
{ "subId": 7315402, "order": 2, "hidden": true, "test": true, "descHash": 1218417612 }
]
},
{
"id": 73155,
"hidden": true,
"test": true,
"titleHash": 1957444095,
"children": [
{ "subId": 7315501, "order": 1, "hidden": true, "test": true, "descHash": 2033378628 },
{ "subId": 7315502, "order": 2, "hidden": true, "test": true, "descHash": 1592776892 }
]
},
{
"id": 73156,
"hidden": true,
"test": true,
"titleHash": 2840099639,
"children": [
{ "subId": 7315601, "order": 1, "hidden": true, "test": true, "descHash": 3285910044 },
{ "subId": 7315602, "order": 2, "hidden": true, "test": true, "descHash": 3871930764 }
]
},
{
"id": 73157,
"hidden": true,
"test": true,
"titleHash": 2845334247,
"children": [
{ "subId": 7315701, "order": 1, "hidden": true, "test": true, "descHash": 3962826348 },
{ "subId": 7315702, "order": 2, "hidden": true, "test": true, "descHash": 3377647028 }
]
},
{
"id": 73158,
"hidden": true,
"test": true,
"titleHash": 845467175,
"children": [
{ "subId": 7315801, "order": 1, "hidden": true },
{ "subId": 7315802, "order": 2, "hidden": true }
]
},
{
"id": 73159,
"hidden": true,
"test": true,
"titleHash": 2618320975,
"children": [
{ "subId": 7315901, "order": 1, "hidden": true },
{ "subId": 7315902, "order": 2, "hidden": true },
{ "subId": 7315905, "order": 3, "hidden": true },
{ "subId": 7315903, "order": 4, "hidden": true },
{ "subId": 7315904, "order": 5, "hidden": true }
]
},
{
"id": 73160,
"hidden": true,
"test": true,
"titleHash": 3421827543,
"children": [
{ "subId": 7316001, "order": 1, "hidden": true },
{ "subId": 7316002, "order": 2, "hidden": true },
{ "subId": 7316005, "order": 3, "hidden": true },
{ "subId": 7316003, "order": 4, "hidden": true },
{ "subId": 7316004, "order": 5, "hidden": true }
]
},
{
"id": 73161,
"hidden": true,
"test": true,
"titleHash": 2167800183,
"children": [
{ "subId": 7316101, "order": 1, "hidden": true },
{ "subId": 7316102, "order": 2, "hidden": true },
{ "subId": 7316105, "order": 3, "hidden": true },
{ "subId": 7316103, "order": 4, "hidden": true },
{ "subId": 7316104, "order": 5, "hidden": true }
]
},
{
"id": 73162,
"hidden": true,
"test": true,
"titleHash": 3975261047,
"children": [
{ "subId": 7316201, "order": 1, "hidden": true },
{ "subId": 7316202, "order": 2, "hidden": true },
{ "subId": 7316205, "order": 3, "hidden": true },
{ "subId": 7316203, "order": 4, "hidden": true },
{ "subId": 7316204, "order": 5, "hidden": true }
]
},
{
"id": 73163,
"hidden": true,
"test": true,
"titleHash": 3772322863,
"children": [
{ "subId": 7316301, "order": 1, "hidden": true },
{ "subId": 7316302, "order": 2, "hidden": true },
{ "subId": 7316305, "order": 3, "hidden": true },
{ "subId": 7316303, "order": 4, "hidden": true },
{ "subId": 7316304, "order": 5, "hidden": true }
]
},
{
"id": 73164,
"hidden": true,
"test": true,
"titleHash": 3495769463,
"children": [
{ "subId": 7316401, "order": 1, "hidden": true },
{ "subId": 7316402, "order": 2, "hidden": true },
{ "subId": 7316405, "order": 3, "hidden": true },
{ "subId": 7316403, "order": 4, "hidden": true },
{ "subId": 7316404, "order": 5, "hidden": true }
]
},
{
"id": 73165,
"hidden": true,
"test": true,
"titleHash": 4156799719,
"children": [
{ "subId": 7316501, "order": 1, "hidden": true },
{ "subId": 7316502, "order": 2, "hidden": true },
{ "subId": 7316505, "order": 3, "hidden": true },
{ "subId": 7316503, "order": 4, "hidden": true },
{ "subId": 7316504, "order": 5, "hidden": true }
]
},
{
"id": 73166,
"hidden": true,
"test": true,
"titleHash": 1183723207,
"children": [
{ "subId": 7316601, "order": 1, "hidden": true },
{ "subId": 7316602, "order": 2, "hidden": true },
{ "subId": 7316605, "order": 3, "hidden": true },
{ "subId": 7316603, "order": 4, "hidden": true },
{ "subId": 7316604, "order": 5, "hidden": true }
]
},
{
"id": 73167,
"hidden": true,
"test": true,
"titleHash": 4238672831,
"children": [
{ "subId": 7316701, "order": 1, "hidden": true },
{ "subId": 7316702, "order": 2, "hidden": true },
{ "subId": 7316705, "order": 3, "hidden": true },
{ "subId": 7316703, "order": 4, "hidden": true },
{ "subId": 7316704, "order": 5, "hidden": true }
]
},
{
"id": 73168,
"hidden": true,
"test": true,
"titleHash": 539396135,
"children": [
{ "subId": 7316801, "order": 1, "hidden": true },
{ "subId": 7316802, "order": 2, "hidden": true },
{ "subId": 7316805, "order": 3, "hidden": true },
{ "subId": 7316803, "order": 4, "hidden": true },
{ "subId": 7316804, "order": 5, "hidden": true }
]
},
{
"id": 73169,
"hidden": true,
"test": true,
"titleHash": 3250188855,
"children": [
{ "subId": 7316901, "order": 1, "hidden": true },
{ "subId": 7316902, "order": 2, "hidden": true },
{ "subId": 7316905, "order": 3, "hidden": true },
{ "subId": 7316903, "order": 4, "hidden": true },
{ "subId": 7316904, "order": 5, "hidden": true }
]
},
{
"id": 73170,
"hidden": true,
"test": true,
"titleHash": 3296210079,
"children": [
{ "subId": 7317001, "order": 1, "hidden": true },
{ "subId": 7317002, "order": 2, "hidden": true },
{ "subId": 7317005, "order": 3, "hidden": true },
{ "subId": 7317003, "order": 4, "hidden": true },
{ "subId": 7317004, "order": 5, "hidden": true }
]
},
{
"id": 73171,
"hidden": true,
"test": true,
"titleHash": 3611726671,
"children": [
{ "subId": 7317101, "order": 1, "hidden": true },
{ "subId": 7317102, "order": 2, "hidden": true },
{ "subId": 7317105, "order": 3, "hidden": true },
{ "subId": 7317103, "order": 4, "hidden": true },
{ "subId": 7317104, "order": 5, "hidden": true }
]
},
{
"id": 73172,
"hidden": true,
"test": true,
"titleHash": 1658227959,
"children": [
{ "subId": 7317201, "order": 1, "hidden": true },
{ "subId": 7317202, "order": 2, "hidden": true },
{ "subId": 7317203, "order": 3, "hidden": true }
]
},
{
"id": 73173,
"hidden": true,
"test": true,
"titleHash": 1422585583,
"children": [
{ "subId": 7317301, "order": 1, "hidden": true },
{ "subId": 7317302, "order": 2, "hidden": true },
{ "subId": 7317303, "order": 3, "hidden": true }
]
},
{
"id": 73174,
"hidden": true,
"test": true,
"titleHash": 339143839,
"children": [
{ "subId": 7317401, "order": 1, "hidden": true },
{ "subId": 7317402, "order": 2, "hidden": true },
{ "subId": 7317403, "order": 3, "hidden": true }
]
},
{
"id": 73175,
"hidden": true,
"test": true,
"titleHash": 962275079,
"children": [
{ "subId": 7317501, "order": 1, "hidden": true },
{ "subId": 7317502, "order": 2, "hidden": true },
{ "subId": 7317503, "order": 3, "hidden": true }
]
},
{
"id": 73176,
"hidden": true,
"test": true,
"titleHash": 1327959831,
"children": [
{ "subId": 7317601, "order": 1, "hidden": true },
{ "subId": 7317602, "order": 2, "hidden": true },
{ "subId": 7317603, "order": 3, "hidden": true }
]
},
{
"id": 73177,
"hidden": true,
"test": true,
"titleHash": 3053402199,
"children": [
{ "subId": 7317701, "order": 1, "hidden": true },
{ "subId": 7317702, "order": 2, "hidden": true },
{ "subId": 7317703, "order": 3, "hidden": true }
]
},
{
"id": 73178,
"hidden": true,
"test": true,
"titleHash": 1363640567,
"children": [
{ "subId": 7317801, "order": 1, "hidden": true },
{ "subId": 7317802, "order": 2, "hidden": true },
{ "subId": 7317803, "order": 3, "hidden": true }
]
},
{
"id": 73179,
"hidden": true,
"test": true,
"titleHash": 1743990695,
"children": [
{ "subId": 7317901, "order": 1, "hidden": true },
{ "subId": 7317902, "order": 2, "hidden": true },
{ "subId": 7317903, "order": 3, "hidden": true }
]
},
{
"id": 73180,
"hidden": true,
"test": true,
"titleHash": 3479862799,
"children": [
{ "subId": 7318001, "order": 1, "hidden": true },
{ "subId": 7318002, "order": 2, "hidden": true },
{ "subId": 7318003, "order": 3, "hidden": true }
]
},
{
"id": 73181,
"hidden": true,
"test": true,
"titleHash": 2080424991,
"children": [
{ "subId": 7318101, "order": 1, "hidden": true },
{ "subId": 7318102, "order": 2, "hidden": true },
{ "subId": 7318103, "order": 3, "hidden": true }
]
},
{
"id": 73182,
"hidden": true,
"test": true,
"titleHash": 390855807,
"children": [
{ "subId": 7318201, "order": 1, "hidden": true },
{ "subId": 7318202, "order": 2, "hidden": true },
{ "subId": 7318203, "order": 3, "hidden": true }
]
},
{
"id": 73183,
"hidden": true,
"test": true,
"titleHash": 2507105319,
"children": [
{ "subId": 7318301, "order": 1, "hidden": true },
{ "subId": 7318302, "order": 2, "hidden": true },
{ "subId": 7318303, "order": 3, "hidden": true }
]
},
{
"id": 73184,
"hidden": true,
"test": true,
"titleHash": 3959705263,
"children": [
{ "subId": 7318401, "order": 1, "hidden": true },
{ "subId": 7318402, "order": 2, "hidden": true },
{ "subId": 7318403, "order": 3, "hidden": true }
]
},
{
"id": 73185,
"titleHash": 2169500495,
"children": [
{ "subId": 7318511, "order": 1, "hidden": true },
{ "subId": 7318501, "order": 2, "descHash": 482566844 },
{ "subId": 7318502, "order": 3, "descHash": 622216380 },
{ "subId": 7318503, "order": 4, "descHash": 1946040372 },
{ "subId": 7318504, "order": 5, "descHash": 3535850380 },
{ "subId": 7318505, "order": 6, "descHash": 1595281004 },
{ "subId": 7318506, "order": 7, "descHash": 1179000116 },
{ "subId": 7318507, "order": 8, "descHash": 828867164 },
{ "subId": 7318508, "order": 9, "hidden": true, "test": true, "descHash": 1058291948 },
{ "subId": 7318509, "order": 10, "descHash": 2621698876 },
{ "subId": 7318510, "order": 11, "descHash": 1623903036 }
]
},
{
"id": 73186,
"titleHash": 2210959727,
"children": [
{ "subId": 7318616, "order": 1, "hidden": true },
{ "subId": 7318617, "order": 2, "hidden": true },
{ "subId": 7318601, "order": 3, "descHash": 3578144804 },
{ "subId": 7318602, "order": 4, "descHash": 1724034524 },
{ "subId": 7318603, "order": 5, "descHash": 2910155164 },
{ "subId": 7318604, "order": 6, "descHash": 2969475612 },
{ "subId": 7318605, "order": 7, "descHash": 419376132 },
{ "subId": 7318606, "order": 8, "descHash": 3642134748 },
{ "subId": 7318607, "order": 9, "descHash": 1643094364 },
{ "subId": 7318608, "order": 10, "descHash": 2483781844 },
{ "subId": 7318609, "order": 11, "descHash": 1003786428 },
{ "subId": 7318610, "order": 12, "hidden": true, "descHash": 3543622508 },
{ "subId": 7318613, "order": 13, "descHash": 2308981580 },
{ "subId": 7318614, "order": 14, "descHash": 3452980852 },
{ "subId": 7318615, "order": 15, "descHash": 1858923284 },
{ "subId": 7318611, "order": 16, "descHash": 2444178604 },
{ "subId": 7318612, "order": 17, "descHash": 1541504604 }
]
},
{
"id": 73187,
"titleHash": 1174445599,
"children": [
{ "subId": 7318716, "order": 1, "hidden": true },
{ "subId": 7318717, "order": 2, "hidden": true },
{ "subId": 7318701, "order": 3, "descHash": 3578144804 },
{ "subId": 7318702, "order": 4, "descHash": 1724034524 },
{ "subId": 7318703, "order": 5, "descHash": 2910155164 },
{ "subId": 7318704, "order": 6, "descHash": 2969475612 },
{ "subId": 7318705, "order": 7, "descHash": 419376132 },
{ "subId": 7318706, "order": 8, "descHash": 3642134748 },
{ "subId": 7318707, "order": 9, "descHash": 1643094364 },
{ "subId": 7318708, "order": 10, "descHash": 2483781844 },
{ "subId": 7318709, "order": 11, "descHash": 1003786428 },
{ "subId": 7318710, "order": 12, "hidden": true, "descHash": 3543622508 },
{ "subId": 7318713, "order": 13, "descHash": 2308981580 },
{ "subId": 7318714, "order": 14, "descHash": 3452980852 },
{ "subId": 7318715, "order": 15, "descHash": 1858923284 },
{ "subId": 7318711, "order": 16, "descHash": 2444178604 },
{ "subId": 7318712, "order": 17, "descHash": 1541504604 }
]
},
{
"id": 73188,
"hidden": true,
"test": true,
"titleHash": 1656655335,
"children": [
{ "subId": 7318801, "order": 1, "hidden": true },
{ "subId": 7318802, "order": 2, "hidden": true },
{ "subId": 7318803, "order": 3, "hidden": true }
]
},
{
"id": 73189,
"titleHash": 4258460959,
"children": [
{ "subId": 7318901, "order": 1, "hidden": true, "test": true, "descHash": 293866644 },
{ "subId": 7318902, "order": 2, "hidden": true, "test": true, "descHash": 3370897244 },
{ "subId": 7318903, "order": 3, "hidden": true, "test": true, "descHash": 359003972 },
{ "subId": 7318904, "order": 4, "hidden": true, "test": true, "descHash": 1687096764 },
{ "subId": 7318912, "order": 5, "hidden": true, "test": true, "descHash": 865475012 },
{ "subId": 7318906, "order": 6, "descHash": 1561898116 },
{ "subId": 7318907, "order": 7, "descHash": 302817924 },
{ "subId": 7318908, "order": 8, "descHash": 1368838804 },
{ "subId": 7318909, "order": 9, "descHash": 1523555772 },
{ "subId": 7318910, "order": 10, "hidden": true, "test": true, "descHash": 3434578340 },
{ "subId": 7318911, "order": 11, "hidden": true, "test": true, "descHash": 2052122348 },
{ "subId": 7318905, "order": 12, "descHash": 3527127596 }
]
},
{
"id": 73190,
"titleHash": 4003560471,
"children": [
{ "subId": 7319001, "order": 1, "descHash": 2979911596 },
{ "subId": 7319002, "order": 2, "descHash": 1797882620 },
{ "subId": 7319003, "order": 3, "descHash": 3539234212 },
{ "subId": 7319004, "order": 4, "descHash": 1335362548 },
{ "subId": 7319005, "order": 5, "descHash": 1855472604 }
]
},
{
"id": 73191,
"titleHash": 101713463,
"children": [
{ "subId": 7319103, "order": 1, "hidden": true, "test": true, "descHash": 3186208140 },
{ "subId": 7319104, "order": 2, "hidden": true, "test": true, "descHash": 1996471372 },
{ "subId": 7319101, "order": 3, "descHash": 3786324356 },
{ "subId": 7319102, "order": 4, "descHash": 2546746212 }
]
},
{
"id": 73192,
"hidden": true,
"test": true,
"titleHash": 430639479,
"children": [{ "subId": 7319201, "order": 1, "hidden": true }]
},
{
"id": 73193,
"titleHash": 4031029735,
"children": [
{ "subId": 7319301, "order": 1, "hidden": true, "test": true, "descHash": 2404601012 },
{ "subId": 7319302, "order": 2, "descHash": 1774476156 },
{ "subId": 7319305, "order": 3, "descHash": 528972780 },
{ "subId": 7319309, "order": 4, "hidden": true, "test": true, "descHash": 4027245652 },
{ "subId": 7319308, "order": 5, "hidden": true, "test": true, "descHash": 1224681980 }
]
},
{
"id": 73194,
"hidden": true,
"test": true,
"titleHash": 2801348791,
"children": [
{ "subId": 7319401, "order": 1, "hidden": true },
{ "subId": 7319402, "order": 2, "hidden": true },
{ "subId": 7319403, "order": 3, "hidden": true },
{ "subId": 7319404, "order": 4, "hidden": true },
{ "subId": 7319405, "order": 5, "hidden": true },
{ "subId": 7319406, "order": 6, "hidden": true },
{ "subId": 7319407, "order": 7, "hidden": true },
{ "subId": 7319408, "order": 8, "hidden": true },
{ "subId": 7319409, "order": 9, "hidden": true },
{ "subId": 7319410, "order": 10, "hidden": true },
{ "subId": 7319411, "order": 11, "hidden": true },
{ "subId": 7319412, "order": 12, "hidden": true },
{ "subId": 7319413, "order": 13, "hidden": true },
{ "subId": 7319414, "order": 14, "hidden": true }
]
},
{
"id": 73195,
"hidden": true,
"test": true,
"titleHash": 2073551,
"children": [
{ "subId": 7319501, "order": 1, "hidden": true },
{ "subId": 7319502, "order": 2, "hidden": true },
{ "subId": 7319503, "order": 3, "hidden": true },
{ "subId": 7319504, "order": 4, "hidden": true },
{ "subId": 7319505, "order": 5, "hidden": true },
{ "subId": 7319506, "order": 6, "hidden": true },
{ "subId": 7319507, "order": 7, "hidden": true },
{ "subId": 7319508, "order": 8, "hidden": true },
{ "subId": 7319509, "order": 9, "hidden": true },
{ "subId": 7319510, "order": 10, "hidden": true },
{ "subId": 7319511, "order": 11, "hidden": true },
{ "subId": 7319512, "order": 12, "hidden": true },
{ "subId": 7319513, "order": 13, "hidden": true },
{ "subId": 7319514, "order": 14, "hidden": true },
{ "subId": 7319515, "order": 15, "hidden": true },
{ "subId": 7319516, "order": 16, "hidden": true },
{ "subId": 7319517, "order": 17, "hidden": true },
{ "subId": 7319518, "order": 18, "hidden": true }
]
},
{
"id": 73196,
"hidden": true,
"test": true,
"titleHash": 1020072735,
"children": [
{ "subId": 7319601, "order": 1, "hidden": true },
{ "subId": 7319602, "order": 2, "hidden": true },
{ "subId": 7319603, "order": 3, "hidden": true },
{ "subId": 7319604, "order": 4, "hidden": true },
{ "subId": 7319605, "order": 5, "hidden": true },
{ "subId": 7319606, "order": 6, "hidden": true },
{ "subId": 7319607, "order": 7, "hidden": true },
{ "subId": 7319608, "order": 8, "hidden": true },
{ "subId": 7319609, "order": 9, "hidden": true },
{ "subId": 7319610, "order": 10, "hidden": true },
{ "subId": 7319611, "order": 11, "hidden": true },
{ "subId": 7319612, "order": 12, "hidden": true },
{ "subId": 7319613, "order": 13, "hidden": true },
{ "subId": 7319614, "order": 14, "hidden": true },
{ "subId": 7319615, "order": 15, "hidden": true },
{ "subId": 7319616, "order": 16, "hidden": true },
{ "subId": 7319617, "order": 17, "hidden": true },
{ "subId": 7319618, "order": 18, "hidden": true }
]
},
{
"id": 73197,
"hidden": true,
"test": true,
"titleHash": 588424639,
"children": [
{ "subId": 7319701, "order": 1, "hidden": true },
{ "subId": 7319702, "order": 2, "hidden": true },
{ "subId": 7319703, "order": 3, "hidden": true },
{ "subId": 7319704, "order": 4, "hidden": true },
{ "subId": 7319705, "order": 5, "hidden": true },
{ "subId": 7319706, "order": 6, "hidden": true },
{ "subId": 7319707, "order": 7, "hidden": true },
{ "subId": 7319708, "order": 8, "hidden": true },
{ "subId": 7319709, "order": 9, "hidden": true },
{ "subId": 7319710, "order": 10, "hidden": true },
{ "subId": 7319711, "order": 11, "hidden": true },
{ "subId": 7319712, "order": 12, "hidden": true },
{ "subId": 7319713, "order": 13, "hidden": true },
{ "subId": 7319714, "order": 14, "hidden": true },
{ "subId": 7319715, "order": 15, "hidden": true },
{ "subId": 7319716, "order": 16, "hidden": true },
{ "subId": 7319717, "order": 17, "hidden": true },
{ "subId": 7319718, "order": 18, "hidden": true }
]
},
{
"id": 73198,
"hidden": true,
"test": true,
"titleHash": 1204709711,
"children": [{ "subId": 7319801, "order": 1, "hidden": true }]
},
{
"id": 73199,
"hidden": true,
"test": true,
"titleHash": 1258198127,
"children": [{ "subId": 7319901, "order": 1, "hidden": true }]
},
{
"id": 73200,
"hidden": true,
"test": true,
"titleHash": 4281445983,
"children": [{ "subId": 7320001, "order": 1, "hidden": true }]
},
{
"id": 73201,
"hidden": true,
"test": true,
"titleHash": 3614423679,
"children": [
{ "subId": 7320101, "order": 1, "hidden": true },
{ "subId": 7320102, "order": 2, "hidden": true },
{ "subId": 7320103, "order": 3, "hidden": true },
{ "subId": 7320104, "order": 4, "hidden": true },
{ "subId": 7320105, "order": 5, "hidden": true },
{ "subId": 7320106, "order": 6, "hidden": true },
{ "subId": 7320107, "order": 7, "hidden": true },
{ "subId": 7320108, "order": 8, "hidden": true },
{ "subId": 7320109, "order": 9, "hidden": true },
{ "subId": 7320110, "order": 10, "hidden": true },
{ "subId": 7320111, "order": 11, "hidden": true },
{ "subId": 7320112, "order": 12, "hidden": true },
{ "subId": 7320113, "order": 13, "hidden": true },
{ "subId": 7320114, "order": 14, "hidden": true }
]
},
{
"id": 73202,
"hidden": true,
"test": true,
"titleHash": 2329814959,
"children": [{ "subId": 7320201, "order": 1, "hidden": true }]
},
{
"id": 73203,
"titleHash": 1719182935,
"children": [
{ "subId": 7320307, "order": 1, "hidden": true, "test": true, "descHash": 3218525372 },
{ "subId": 7320308, "order": 2, "hidden": true, "test": true, "descHash": 833445412 },
{ "subId": 7320310, "order": 3, "hidden": true, "test": true, "descHash": 681605172 },
{ "subId": 7320301, "order": 4, "hidden": true, "test": true, "descHash": 590091628 },
{ "subId": 7320302, "order": 5, "descHash": 1361380004 },
{ "subId": 7320303, "order": 6, "descHash": 4150536396 },
{ "subId": 7320309, "order": 7, "hidden": true, "test": true, "descHash": 10476588 },
{ "subId": 7320306, "order": 8, "hidden": true, "test": true, "descHash": 542856228 }
]
},
{
"id": 73204,
"titleHash": 4045981775,
"children": [
{ "subId": 7320410, "order": 1, "hidden": true, "test": true, "descHash": 2939030284 },
{ "subId": 7320401, "order": 2, "hidden": true, "test": true, "descHash": 3980598124 },
{ "subId": 7320409, "order": 3, "descHash": 1929321628 },
{ "subId": 7320402, "order": 4, "descHash": 3473914172 },
{ "subId": 7320404, "order": 5, "descHash": 281597116 },
{ "subId": 7320408, "order": 6, "hidden": true, "test": true, "descHash": 4266231340 },
{ "subId": 7320411, "order": 7, "hidden": true, "test": true, "descHash": 3562806084 },
{ "subId": 7320407, "order": 8, "hidden": true, "test": true, "descHash": 408201500 }
]
},
{
"id": 73205,
"titleHash": 810581543,
"children": [
{ "subId": 7320507, "order": 1, "hidden": true, "test": true, "descHash": 2299849428 },
{ "subId": 7320508, "order": 2, "hidden": true, "test": true, "descHash": 294076068 },
{ "subId": 7320510, "order": 3, "hidden": true, "test": true, "descHash": 1074134508 },
{ "subId": 7320501, "order": 4, "hidden": true, "test": true, "descHash": 3760390820 },
{ "subId": 7320502, "order": 5, "descHash": 3756164 },
{ "subId": 7320503, "order": 6, "descHash": 1325964100 },
{ "subId": 7320504, "order": 7, "descHash": 3582896580 },
{ "subId": 7320505, "order": 8, "descHash": 3969518764 },
{ "subId": 7320506, "order": 9, "hidden": true, "test": true, "descHash": 3382458076 },
{ "subId": 7320509, "order": 10, "hidden": true }
]
},
{
"id": 73206,
"titleHash": 423979719,
"children": [
{ "subId": 7320608, "order": 1, "hidden": true, "test": true, "descHash": 2755180876 },
{ "subId": 7320609, "order": 2, "hidden": true, "test": true, "descHash": 1743529724 },
{ "subId": 7320611, "order": 3, "hidden": true, "test": true, "descHash": 2211041668 },
{ "subId": 7320601, "order": 4, "hidden": true, "test": true, "descHash": 3061584660 },
{ "subId": 7320602, "order": 5, "descHash": 703044180 },
{ "subId": 7320603, "order": 6, "descHash": 4137661644 },
{ "subId": 7320607, "order": 9, "hidden": true, "test": true, "descHash": 1817705908 },
{ "subId": 7320604, "order": 10, "hidden": true, "test": true, "descHash": 2860755892 },
{ "subId": 7320605, "order": 11, "test": true, "descHash": 1762409332 },
{ "subId": 7320606, "order": 12, "test": true, "descHash": 1798968564 },
{ "subId": 7320610, "order": 13, "hidden": true, "test": true }
]
},
{
"id": 73207,
"titleHash": 3837361495,
"children": [
{ "subId": 7320709, "order": 1, "hidden": true, "test": true, "descHash": 2297908660 },
{ "subId": 7320706, "order": 2, "hidden": true, "test": true, "descHash": 1576125780 },
{ "subId": 7320708, "order": 3, "hidden": true, "test": true, "descHash": 4107101332 },
{ "subId": 7320707, "order": 4, "hidden": true, "test": true, "descHash": 2852580716 },
{ "subId": 7320711, "order": 5, "hidden": true, "test": true, "descHash": 3430662540 },
{ "subId": 7320701, "order": 6, "hidden": true, "test": true, "descHash": 254927372 },
{ "subId": 7320702, "order": 7, "descHash": 2495011820 },
{ "subId": 7320703, "order": 8, "descHash": 1015772 },
{ "subId": 7320710, "order": 9, "hidden": true, "test": true, "descHash": 2351898372 },
{ "subId": 7320705, "order": 98, "descHash": 310017972 },
{ "subId": 7320704, "order": 99, "descHash": 3183366428 }
]
},
{
"id": 73208,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 2817942215,
"children": [
{ "subId": 7320801, "order": 1, "hidden": true },
{ "subId": 7320802, "order": 2, "hidden": true },
{ "subId": 7320803, "order": 3, "hidden": true },
{ "subId": 7320804, "order": 4, "hidden": true },
{ "subId": 7320805, "order": 5, "hidden": true },
{ "subId": 7320806, "order": 6, "hidden": true }
]
},
{
"id": 73209,
"titleHash": 3438339479,
"children": [
{ "subId": 7320908, "order": 1, "hidden": true, "test": true, "descHash": 961863812 },
{ "subId": 7320907, "order": 2, "hidden": true, "test": true, "descHash": 1612888452 },
{ "subId": 7320901, "order": 3, "hidden": true, "test": true, "descHash": 818618740 },
{ "subId": 7320902, "order": 4, "descHash": 2796067116 },
{ "subId": 7320903, "order": 5, "descHash": 676733348 },
{ "subId": 7320905, "order": 6, "hidden": true, "test": true, "descHash": 3528489996 },
{ "subId": 7320904, "order": 7, "hidden": true, "test": true, "descHash": 1075354140 },
{ "subId": 7320906, "order": 8, "test": true, "descHash": 1206114172 }
]
},
{
"id": 73210,
"hidden": true,
"test": true,
"titleHash": 3995969719,
"children": [
{ "subId": 7321006, "order": 1, "hidden": true },
{ "subId": 7321004, "order": 2, "hidden": true, "test": true, "descHash": 827358884 },
{ "subId": 7321005, "order": 3, "hidden": true, "test": true, "descHash": 1462074860 },
{ "subId": 7321003, "order": 97, "hidden": true, "test": true, "descHash": 2203543284 },
{ "subId": 7321002, "order": 98, "hidden": true, "test": true, "descHash": 2523022212 },
{ "subId": 7321001, "order": 99, "hidden": true, "test": true, "descHash": 1365934348 }
]
},
{
"id": 73211,
"hidden": true,
"test": true,
"titleHash": 1401357231,
"children": [
{ "subId": 7321101, "order": 1, "hidden": true, "test": true, "descHash": 3439751020 },
{ "subId": 7321102, "order": 2, "hidden": true, "test": true, "descHash": 3283768980 },
{ "subId": 7321103, "order": 3, "hidden": true, "test": true, "descHash": 1340172596 },
{ "subId": 7321104, "order": 4, "hidden": true, "test": true, "descHash": 1880630388 },
{ "subId": 7321105, "order": 5, "hidden": true, "test": true, "descHash": 422720164 },
{ "subId": 7321106, "order": 6, "hidden": true, "test": true, "descHash": 1544580836 },
{ "subId": 7321107, "order": 7, "hidden": true, "test": true, "descHash": 1264422188 },
{ "subId": 7321108, "order": 8, "hidden": true, "test": true, "descHash": 1240373996 },
{ "subId": 7321109, "order": 9, "hidden": true, "test": true, "descHash": 813018308 },
{ "subId": 7321110, "order": 10, "hidden": true, "test": true, "descHash": 3514124092 }
]
},
{
"id": 73212,
"titleHash": 840791151,
"children": [
{ "subId": 7321216, "order": 1, "hidden": true },
{ "subId": 7321217, "order": 2, "hidden": true },
{ "subId": 7321201, "order": 3, "descHash": 3578144804 },
{ "subId": 7321202, "order": 4, "descHash": 1724034524 },
{ "subId": 7321203, "order": 5, "descHash": 2910155164 },
{ "subId": 7321204, "order": 6, "descHash": 2969475612 },
{ "subId": 7321205, "order": 7, "descHash": 419376132 },
{ "subId": 7321206, "order": 8, "descHash": 3642134748 },
{ "subId": 7321207, "order": 9, "descHash": 1643094364 },
{ "subId": 7321208, "order": 10, "descHash": 2483781844 },
{ "subId": 7321209, "order": 11, "descHash": 1003786428 },
{ "subId": 7321210, "order": 12, "hidden": true, "descHash": 3543622508 },
{ "subId": 7321213, "order": 13, "descHash": 2308981580 },
{ "subId": 7321214, "order": 14, "descHash": 3452980852 },
{ "subId": 7321215, "order": 15, "descHash": 1858923284 },
{ "subId": 7321211, "order": 16, "descHash": 2444178604 },
{ "subId": 7321212, "order": 17, "descHash": 1541504604 }
]
},
{
"id": 73213,
"hidden": true,
"test": true,
"titleHash": 3959305655,
"children": [
{ "subId": 7321308, "order": 1, "hidden": true },
{ "subId": 7321301, "order": 2, "hidden": true },
{ "subId": 7321302, "order": 3, "hidden": true },
{ "subId": 7321303, "order": 4, "hidden": true },
{ "subId": 7321304, "order": 5, "hidden": true },
{ "subId": 7321306, "order": 6, "hidden": true },
{ "subId": 7321307, "order": 80, "hidden": true },
{ "subId": 7321305, "order": 99, "hidden": true }
]
},
{
"id": 73214,
"hidden": true,
"test": true,
"titleHash": 1988310935,
"children": [{ "subId": 7321401, "order": 1, "hidden": true }]
},
{
"id": 73215,
"hidden": true,
"titleHash": 4006271015,
"children": [
{ "subId": 7321501, "order": 2, "hidden": true },
{ "subId": 7321502, "order": 3, "hidden": true },
{ "subId": 7321503, "order": 4, "hidden": true },
{ "subId": 7321504, "order": 5, "hidden": true },
{ "subId": 7321505, "order": 6, "hidden": true }
]
},
{
"id": 73216,
"hidden": true,
"test": true,
"titleHash": 1897231023,
"children": [{ "subId": 7321601, "order": 1, "hidden": true }]
},
{
"id": 73217,
"hidden": true,
"test": true,
"titleHash": 2615647759,
"children": [
{ "subId": 7321701, "order": 1, "hidden": true },
{ "subId": 7321702, "order": 2, "hidden": true },
{ "subId": 7321703, "order": 3, "hidden": true },
{ "subId": 7321704, "order": 4, "hidden": true },
{ "subId": 7321705, "order": 5, "hidden": true },
{ "subId": 7321706, "order": 6, "hidden": true },
{ "subId": 7321707, "order": 7, "hidden": true },
{ "subId": 7321708, "order": 8, "hidden": true },
{ "subId": 7321709, "order": 9, "hidden": true },
{ "subId": 7321710, "order": 10, "hidden": true },
{ "subId": 7321711, "order": 11, "hidden": true },
{ "subId": 7321712, "order": 12, "hidden": true },
{ "subId": 7321713, "order": 13, "hidden": true },
{ "subId": 7321714, "order": 14, "hidden": true },
{ "subId": 7321715, "order": 15, "hidden": true },
{ "subId": 7321716, "order": 16, "hidden": true },
{ "subId": 7321717, "order": 17, "hidden": true },
{ "subId": 7321718, "order": 18, "hidden": true },
{ "subId": 7321719, "order": 19, "hidden": true },
{ "subId": 7321720, "order": 20, "hidden": true }
]
},
{
"id": 73218,
"hidden": true,
"test": true,
"titleHash": 3026680551,
"children": [
{ "subId": 7321801, "order": 1, "hidden": true },
{ "subId": 7321802, "order": 2, "hidden": true },
{ "subId": 7321803, "order": 3, "hidden": true },
{ "subId": 7321804, "order": 4, "hidden": true },
{ "subId": 7321805, "order": 5, "hidden": true },
{ "subId": 7321806, "order": 6, "hidden": true },
{ "subId": 7321807, "order": 7, "hidden": true },
{ "subId": 7321808, "order": 8, "hidden": true },
{ "subId": 7321809, "order": 9, "hidden": true },
{ "subId": 7321810, "order": 10, "hidden": true },
{ "subId": 7321811, "order": 11, "hidden": true },
{ "subId": 7321812, "order": 12, "hidden": true },
{ "subId": 7321813, "order": 13, "hidden": true },
{ "subId": 7321814, "order": 14, "hidden": true },
{ "subId": 7321815, "order": 15, "hidden": true },
{ "subId": 7321816, "order": 16, "hidden": true },
{ "subId": 7321817, "order": 17, "hidden": true },
{ "subId": 7321818, "order": 18, "hidden": true }
]
},
{
"id": 73219,
"titleHash": 3350741135,
"children": [
{ "subId": 7321916, "order": 1, "hidden": true },
{ "subId": 7321917, "order": 2, "hidden": true },
{ "subId": 7321901, "order": 3, "descHash": 3578144804 },
{ "subId": 7321902, "order": 4, "descHash": 1724034524 },
{ "subId": 7321903, "order": 5, "descHash": 2910155164 },
{ "subId": 7321904, "order": 6, "descHash": 2969475612 },
{ "subId": 7321905, "order": 7, "descHash": 419376132 },
{ "subId": 7321906, "order": 8, "descHash": 3642134748 },
{ "subId": 7321907, "order": 9, "descHash": 1643094364 },
{ "subId": 7321908, "order": 10, "descHash": 2483781844 },
{ "subId": 7321909, "order": 11, "descHash": 1003786428 },
{ "subId": 7321910, "order": 12, "hidden": true, "descHash": 3543622508 },
{ "subId": 7321913, "order": 13, "descHash": 2308981580 },
{ "subId": 7321914, "order": 14, "descHash": 3452980852 },
{ "subId": 7321915, "order": 15, "descHash": 1858923284 },
{ "subId": 7321911, "order": 16, "descHash": 2444178604 },
{ "subId": 7321912, "order": 17, "descHash": 1541504604 }
]
},
{
"id": 73220,
"titleHash": 3517149135,
"children": [
{ "subId": 7322016, "order": 1, "hidden": true },
{ "subId": 7322017, "order": 2, "hidden": true },
{ "subId": 7322001, "order": 3, "descHash": 3578144804 },
{ "subId": 7322002, "order": 4, "descHash": 1724034524 },
{ "subId": 7322003, "order": 5, "descHash": 2910155164 },
{ "subId": 7322004, "order": 6, "descHash": 2969475612 },
{ "subId": 7322005, "order": 7, "descHash": 419376132 },
{ "subId": 7322006, "order": 8, "descHash": 3642134748 },
{ "subId": 7322007, "order": 9, "descHash": 1643094364 },
{ "subId": 7322008, "order": 10, "descHash": 2483781844 },
{ "subId": 7322009, "order": 11, "descHash": 1003786428 },
{ "subId": 7322010, "order": 12, "hidden": true, "descHash": 3543622508 },
{ "subId": 7322013, "order": 13, "descHash": 2308981580 },
{ "subId": 7322014, "order": 14, "descHash": 3452980852 },
{ "subId": 7322015, "order": 15, "descHash": 1858923284 },
{ "subId": 7322011, "order": 16, "descHash": 2444178604 },
{ "subId": 7322012, "order": 17, "descHash": 1541504604 }
]
},
{
"id": 73221,
"hidden": true,
"test": true,
"titleHash": 3906486263,
"children": [{ "subId": 7322101, "order": 1, "hidden": true }]
},
{
"id": 73222,
"hidden": true,
"test": true,
"titleHash": 534753671,
"children": [{ "subId": 7322201, "order": 1, "hidden": true }]
},
{
"id": 73223,
"hidden": true,
"test": true,
"titleHash": 3861047239,
"children": [
{ "subId": 7322301, "order": 1, "hidden": true, "test": true, "descHash": 1073369844 },
{ "subId": 7322302, "order": 2, "hidden": true, "test": true, "descHash": 1601683372 }
]
},
{
"id": 73224,
"hidden": true,
"test": true,
"titleHash": 2520449775,
"children": [
{ "subId": 7322401, "order": 1, "hidden": true, "test": true, "descHash": 1246699100 },
{ "subId": 7322402, "order": 2, "hidden": true }
]
},
{
"id": 73225,
"titleHash": 1013526975,
"children": [
{ "subId": 7322516, "order": 1, "hidden": true },
{ "subId": 7322517, "order": 2, "hidden": true },
{ "subId": 7322501, "order": 3, "descHash": 3578144804 },
{ "subId": 7322502, "order": 4, "descHash": 1724034524 },
{ "subId": 7322503, "order": 5, "descHash": 2910155164 },
{ "subId": 7322504, "order": 6, "descHash": 2969475612 },
{ "subId": 7322505, "order": 7, "descHash": 419376132 },
{ "subId": 7322506, "order": 8, "descHash": 3642134748 },
{ "subId": 7322507, "order": 9, "descHash": 1643094364 },
{ "subId": 7322508, "order": 10, "descHash": 2483781844 },
{ "subId": 7322509, "order": 11, "descHash": 1003786428 },
{ "subId": 7322510, "order": 12, "hidden": true, "descHash": 3543622508 },
{ "subId": 7322513, "order": 13, "descHash": 2308981580 },
{ "subId": 7322514, "order": 14, "descHash": 3452980852 },
{ "subId": 7322515, "order": 15, "descHash": 1858923284 },
{ "subId": 7322511, "order": 16, "descHash": 2444178604 },
{ "subId": 7322512, "order": 17, "descHash": 1541504604 }
]
},
{
"id": 73226,
"hidden": true,
"test": true,
"titleHash": 4118191159,
"children": [
{ "subId": 7322601, "order": 1, "hidden": true, "test": true, "descHash": 1896836556 },
{ "subId": 7322603, "order": 2, "hidden": true, "test": true, "descHash": 3214972668 },
{ "subId": 7322602, "order": 3, "hidden": true, "test": true, "descHash": 2158757164 },
{ "subId": 7322604, "order": 4, "hidden": true, "test": true, "descHash": 1369745060 },
{ "subId": 7322606, "order": 5, "hidden": true, "test": true, "descHash": 1515521308 },
{ "subId": 7322605, "order": 6, "hidden": true, "test": true, "descHash": 60646452 },
{ "subId": 7322607, "order": 7, "hidden": true, "test": true, "descHash": 3633614628 },
{ "subId": 7322609, "order": 8, "hidden": true, "test": true, "descHash": 2756350860 },
{ "subId": 7322608, "order": 9, "hidden": true, "test": true, "descHash": 232192012 },
{ "subId": 7322610, "order": 10, "hidden": true, "test": true, "descHash": 4124467108 },
{ "subId": 7322612, "order": 11, "hidden": true, "test": true, "descHash": 3162187220 },
{ "subId": 7322611, "order": 12, "hidden": true, "test": true, "descHash": 1356290148 },
{ "subId": 7322613, "order": 13, "hidden": true, "test": true, "descHash": 2353853004 },
{ "subId": 7322615, "order": 14, "hidden": true, "test": true, "descHash": 2370622892 },
{ "subId": 7322614, "order": 15, "hidden": true, "test": true, "descHash": 1840223740 },
{ "subId": 7322616, "order": 16, "hidden": true }
]
},
{
"id": 73227,
"hidden": true,
"test": true,
"titleHash": 1873229935,
"children": [
{ "subId": 7322703, "order": 1, "hidden": true },
{ "subId": 7322701, "order": 2, "hidden": true },
{ "subId": 7322702, "order": 3, "hidden": true }
]
},
{
"id": 73229,
"titleHash": 2491826087,
"children": [
{ "subId": 7322901, "order": 1, "descHash": 61016108 },
{ "subId": 7322902, "order": 2, "descHash": 3844860772 }
]
},
{
"id": 73230,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 2018930159,
"children": [
{ "subId": 7323005, "order": 1, "hidden": true },
{ "subId": 7323001, "order": 2, "hidden": true },
{ "subId": 7323002, "order": 3, "hidden": true },
{ "subId": 7323003, "order": 4, "hidden": true },
{ "subId": 7323004, "order": 5, "hidden": true },
{ "subId": 7323006, "order": 6, "hidden": true }
]
},
{
"id": 73233,
"titleHash": 2831543047,
"children": [
{ "subId": 7323301, "order": 1, "descHash": 1878238300 },
{ "subId": 7323302, "order": 2, "descHash": 2351781364 },
{ "subId": 7323303, "order": 3, "descHash": 1842661780 },
{ "subId": 7323307, "order": 4, "descHash": 3794986404 },
{ "subId": 7323304, "order": 5, "descHash": 3869725564 },
{ "subId": 7323305, "order": 6, "descHash": 3367996844 },
{ "subId": 7323306, "order": 7, "descHash": 3170170948 }
]
},
{
"id": 73234,
"hidden": true,
"test": true,
"titleHash": 3898714615,
"children": [
{ "subId": 7323401, "order": 1, "hidden": true },
{ "subId": 7323403, "order": 3, "hidden": true, "test": true, "descHash": 2766709796 },
{ "subId": 7323404, "order": 4, "hidden": true, "test": true, "descHash": 3716989964 },
{ "subId": 7323402, "order": 5, "hidden": true, "test": true, "descHash": 1614746500 }
]
},
{
"id": 73237,
"hidden": true,
"test": true,
"titleHash": 473461687,
"children": [{ "subId": 7323701, "order": 1, "hidden": true }]
},
{
"id": 73239,
"titleHash": 3137110383,
"children": [
{ "subId": 7323903, "order": 1, "descHash": 4118232380 },
{ "subId": 7323901, "order": 2, "descHash": 982059900 },
{ "subId": 7323902, "order": 3, "descHash": 2513722044 }
]
},
{
"id": 73240,
"hidden": true,
"titleHash": 3974008207,
"children": [{ "subId": 7324001, "order": 1, "hidden": true }]
},
{
"id": 73241,
"hidden": true,
"titleHash": 1580440255,
"children": [{ "subId": 7324101, "order": 1, "hidden": true }]
},
{
"id": 73242,
"hidden": true,
"test": true,
"titleHash": 1842806615,
"children": [
{ "subId": 7324201, "order": 1, "hidden": true },
{ "subId": 7324202, "order": 2, "hidden": true },
{ "subId": 7324203, "order": 3, "hidden": true }
]
},
{
"id": 73243,
"hidden": true,
"test": true,
"titleHash": 4258283647,
"children": [
{ "subId": 7324301, "order": 1, "hidden": true },
{ "subId": 7324302, "order": 2, "hidden": true },
{ "subId": 7324303, "order": 3, "hidden": true },
{ "subId": 7324304, "order": 4, "hidden": true },
{ "subId": 7324305, "order": 5, "hidden": true },
{ "subId": 7324306, "order": 6, "hidden": true },
{ "subId": 7324307, "order": 7, "hidden": true },
{ "subId": 7324308, "order": 8, "hidden": true },
{ "subId": 7324309, "order": 9, "hidden": true },
{ "subId": 7324310, "order": 10, "hidden": true },
{ "subId": 7324311, "order": 11, "hidden": true },
{ "subId": 7324312, "order": 12, "hidden": true },
{ "subId": 7324313, "order": 13, "hidden": true },
{ "subId": 7324314, "order": 14, "hidden": true },
{ "subId": 7324315, "order": 15, "hidden": true },
{ "subId": 7324316, "order": 16, "hidden": true },
{ "subId": 7324317, "order": 17, "hidden": true },
{ "subId": 7324318, "order": 18, "hidden": true },
{ "subId": 7324319, "order": 19, "hidden": true },
{ "subId": 7324320, "order": 20, "hidden": true },
{ "subId": 7324321, "order": 21, "hidden": true }
]
},
{
"id": 73245,
"hidden": true,
"test": true,
"titleHash": 1207329623,
"children": [
{ "subId": 7324501, "order": 1, "hidden": true },
{ "subId": 7324502, "order": 2, "hidden": true },
{ "subId": 7324503, "order": 3, "hidden": true },
{ "subId": 7324504, "order": 4, "hidden": true }
]
},
{ "id": 73246, "titleHash": 3014794863, "children": [{ "subId": 7324601, "order": 1, "descHash": 2729899684 }] },
{
"id": 73247,
"hidden": true,
"test": true,
"titleHash": 2561232431,
"children": [
{ "subId": 7324701, "order": 1, "hidden": true },
{ "subId": 7324702, "order": 2, "hidden": true },
{ "subId": 7324703, "order": 3, "hidden": true },
{ "subId": 7324704, "order": 4, "hidden": true }
]
},
{ "id": 73248, "titleHash": 3801428759, "children": [{ "subId": 7324801, "order": 1, "descHash": 3355602908 }] },
{
"id": 73249,
"hidden": true,
"test": true,
"titleHash": 51382247,
"children": [
{ "subId": 7324901, "order": 1, "hidden": true },
{ "subId": 7324905, "order": 2, "hidden": true },
{ "subId": 7324902, "order": 3, "hidden": true },
{ "subId": 7324903, "order": 4, "hidden": true },
{ "subId": 7324904, "order": 5, "hidden": true },
{ "subId": 7324906, "order": 6, "hidden": true }
]
},
{
"id": 73250,
"hidden": true,
"test": true,
"titleHash": 784347607,
"children": [
{ "subId": 7325001, "order": 1, "hidden": true },
{ "subId": 7325005, "order": 2, "hidden": true },
{ "subId": 7325002, "order": 3, "hidden": true },
{ "subId": 7325003, "order": 4, "hidden": true },
{ "subId": 7325004, "order": 5, "hidden": true },
{ "subId": 7325006, "order": 6, "hidden": true }
]
},
{
"id": 73258,
"hidden": true,
"test": true,
"titleHash": 2339654743,
"children": [{ "subId": 7325801, "order": 1, "hidden": true }]
},
{
"id": 73259,
"hidden": true,
"test": true,
"titleHash": 4059851055,
"children": [
{ "subId": 7325901, "order": 1, "hidden": true, "test": true, "descHash": 2122928332 },
{ "subId": 7325902, "order": 2, "hidden": true, "test": true, "descHash": 3095900076 },
{ "subId": 7325903, "order": 3, "hidden": true, "test": true, "descHash": 3647129972 },
{ "subId": 7325904, "order": 4, "hidden": true, "test": true, "descHash": 519823596 },
{ "subId": 7325905, "order": 5, "hidden": true, "test": true, "descHash": 2870522588 }
]
},
{
"id": 73260,
"hidden": true,
"test": true,
"titleHash": 4262323607,
"children": [
{ "subId": 7326001, "order": 1, "hidden": true, "test": true, "descHash": 2097485308 },
{ "subId": 7326002, "order": 2, "hidden": true, "test": true, "descHash": 677360932 },
{ "subId": 7326003, "order": 3, "hidden": true, "test": true, "descHash": 1052384988 },
{ "subId": 7326004, "order": 4, "hidden": true, "test": true, "descHash": 2736280180 },
{ "subId": 7326005, "order": 5, "hidden": true, "test": true, "descHash": 560244620 }
]
},
{
"id": 73261,
"hidden": true,
"test": true,
"titleHash": 3646012687,
"children": [
{ "subId": 7326101, "order": 1, "hidden": true, "test": true, "descHash": 1156510020 },
{ "subId": 7326102, "order": 2, "hidden": true, "test": true, "descHash": 2904001228 },
{ "subId": 7326103, "order": 3, "hidden": true, "test": true, "descHash": 3614326332 },
{ "subId": 7326104, "order": 4, "hidden": true, "test": true, "descHash": 2298183332 }
]
},
{
"id": 73262,
"hidden": true,
"test": true,
"titleHash": 31196455,
"children": [
{ "subId": 7326201, "order": 1, "hidden": true, "test": true, "descHash": 1177000940 },
{ "subId": 7326202, "order": 2, "hidden": true, "test": true, "descHash": 941399932 },
{ "subId": 7326203, "order": 3, "hidden": true, "test": true, "descHash": 1509606148 },
{ "subId": 7326204, "order": 4, "hidden": true, "test": true, "descHash": 1293707372 }
]
},
{
"id": 73263,
"hidden": true,
"titleHash": 4138803143,
"children": [
{ "subId": 7326301, "order": 1, "hidden": true, "descHash": 3576786516 },
{ "subId": 7326302, "order": 2, "hidden": true, "descHash": 958627828 },
{ "subId": 7326303, "order": 3, "hidden": true, "descHash": 2544961540 },
{ "subId": 7326304, "order": 4, "hidden": true, "descHash": 2270802724 },
{ "subId": 7326305, "order": 5, "hidden": true, "descHash": 982041196 }
]
},
{
"id": 73264,
"titleHash": 1662528375,
"children": [
{ "subId": 7326416, "order": 1, "hidden": true },
{ "subId": 7326417, "order": 2, "hidden": true },
{ "subId": 7326401, "order": 3, "descHash": 3578144804 },
{ "subId": 7326402, "order": 4, "descHash": 1724034524 },
{ "subId": 7326403, "order": 5, "descHash": 2910155164 },
{ "subId": 7326404, "order": 6, "descHash": 2969475612 },
{ "subId": 7326405, "order": 7, "descHash": 419376132 },
{ "subId": 7326406, "order": 8, "descHash": 3642134748 },
{ "subId": 7326407, "order": 9, "descHash": 1643094364 },
{ "subId": 7326408, "order": 10, "descHash": 2483781844 },
{ "subId": 7326409, "order": 11, "descHash": 1003786428 },
{ "subId": 7326410, "order": 12, "hidden": true, "descHash": 3543622508 },
{ "subId": 7326413, "order": 13, "descHash": 2308981580 },
{ "subId": 7326414, "order": 14, "descHash": 3452980852 },
{ "subId": 7326415, "order": 15, "descHash": 1858923284 },
{ "subId": 7326411, "order": 16, "descHash": 2444178604 },
{ "subId": 7326412, "order": 17, "descHash": 1541504604 }
]
},
{
"id": 73265,
"hidden": true,
"test": true,
"titleHash": 2694692863,
"children": [{ "subId": 7326501, "order": 1, "hidden": true }]
},
{
"id": 73267,
"titleHash": 3731975119,
"children": [
{ "subId": 7326701, "order": 1, "hidden": true, "descHash": 308805924 },
{ "subId": 7326702, "order": 2, "descHash": 575487892 },
{ "subId": 7326703, "order": 3, "descHash": 3339115652 },
{ "subId": 7326705, "order": 4, "descHash": 1470165492 },
{ "subId": 7326706, "order": 5, "descHash": 3789694732 },
{ "subId": 7326707, "order": 6, "descHash": 145461756 },
{ "subId": 7326708, "order": 7, "descHash": 350779300 },
{ "subId": 7326709, "order": 8, "descHash": 3168416788 },
{ "subId": 7326710, "order": 9, "descHash": 3303129820 }
]
},
{
"id": 73268,
"hidden": true,
"test": true,
"titleHash": 39740911,
"children": [
{ "subId": 7326801, "order": 1, "hidden": true },
{ "subId": 7326802, "order": 2, "hidden": true },
{ "subId": 7326803, "order": 3, "hidden": true }
]
},
{
"id": 73269,
"hidden": true,
"test": true,
"titleHash": 2717510855,
"children": [
{ "subId": 7326911, "order": 1, "hidden": true, "test": true, "descHash": 2839725116 },
{ "subId": 7326901, "order": 2, "hidden": true, "test": true, "descHash": 2513214116 },
{ "subId": 7326902, "order": 3, "hidden": true, "test": true, "descHash": 4063558316 },
{ "subId": 7326903, "order": 4, "hidden": true, "test": true, "descHash": 3675850700 },
{ "subId": 7326904, "order": 5, "hidden": true, "test": true, "descHash": 3055751452 },
{ "subId": 7326905, "order": 6, "hidden": true, "test": true, "descHash": 1816951132 },
{ "subId": 7326906, "order": 7, "hidden": true, "test": true, "descHash": 1407322076 },
{ "subId": 7326907, "order": 8, "hidden": true, "test": true, "descHash": 2303710676 },
{ "subId": 7326908, "order": 9, "hidden": true, "test": true, "descHash": 1264388612 },
{ "subId": 7326909, "order": 10, "hidden": true, "test": true, "descHash": 2205839308 },
{ "subId": 7326910, "order": 11, "hidden": true, "test": true, "descHash": 1304785924 }
]
},
{
"id": 73270,
"hidden": true,
"test": true,
"titleHash": 4052865735,
"children": [
{ "subId": 7327001, "order": 1, "hidden": true, "test": true, "descHash": 1009382964 },
{ "subId": 7327002, "order": 2, "hidden": true, "test": true, "descHash": 3926334460 },
{ "subId": 7327003, "order": 3, "hidden": true, "test": true, "descHash": 4035659740 },
{ "subId": 7327004, "order": 4, "hidden": true, "test": true, "descHash": 239446748 },
{ "subId": 7327005, "order": 5, "hidden": true, "test": true, "descHash": 3940799300 },
{ "subId": 7327006, "order": 6, "hidden": true, "test": true, "descHash": 972495268 },
{ "subId": 7327007, "order": 7, "hidden": true, "test": true, "descHash": 3846976452 },
{ "subId": 7327008, "order": 8, "hidden": true, "test": true, "descHash": 1355292572 },
{ "subId": 7327009, "order": 9, "hidden": true, "test": true, "descHash": 605948388 },
{ "subId": 7327010, "order": 10, "hidden": true, "test": true, "descHash": 1535803924 },
{ "subId": 7327012, "order": 11, "hidden": true, "test": true, "descHash": 2375074636 },
{ "subId": 7327011, "order": 12, "hidden": true, "test": true, "descHash": 847815164 }
]
},
{
"id": 73271,
"hidden": true,
"test": true,
"titleHash": 1931930375,
"children": [
{ "subId": 7327101, "order": 1, "hidden": true, "test": true, "descHash": 518201820 },
{ "subId": 7327102, "order": 2, "hidden": true, "test": true, "descHash": 644916828 }
]
},
{
"id": 73272,
"hidden": true,
"test": true,
"titleHash": 92901343,
"children": [
{ "subId": 7327201, "order": 1, "hidden": true, "test": true, "descHash": 2246166828 },
{ "subId": 7327202, "order": 2, "hidden": true }
]
},
{
"id": 73273,
"hidden": true,
"test": true,
"titleHash": 4214274807,
"children": [
{ "subId": 7327301, "order": 1, "hidden": true, "test": true, "descHash": 2511717604 },
{ "subId": 7327302, "order": 2, "hidden": true, "test": true, "descHash": 1155339476 }
]
},
{
"id": 73274,
"hidden": true,
"test": true,
"titleHash": 3436785303,
"children": [
{ "subId": 7327401, "order": 1, "hidden": true, "test": true, "descHash": 1878034940 },
{ "subId": 7327402, "order": 2, "hidden": true }
]
},
{
"id": 73275,
"hidden": true,
"test": true,
"titleHash": 1937608447,
"children": [
{ "subId": 7327501, "order": 1, "hidden": true },
{ "subId": 7327502, "order": 2, "hidden": true },
{ "subId": 7327503, "order": 3, "hidden": true },
{ "subId": 7327504, "order": 4, "hidden": true }
]
},
{
"id": 73276,
"hidden": true,
"test": true,
"titleHash": 2708988615,
"children": [{ "subId": 7327601, "order": 1, "hidden": true }]
},
{
"id": 73277,
"hidden": true,
"test": true,
"titleHash": 3994721311,
"children": [{ "subId": 7327701, "order": 1, "hidden": true }]
},
{
"id": 73278,
"hidden": true,
"test": true,
"titleHash": 2962460359,
"children": [{ "subId": 7327801, "order": 1, "hidden": true, "test": true, "descHash": 1327057092 }]
},
{
"id": 73280,
"test": true,
"unreleased": true,
"titleHash": 2230083463,
"children": [{ "subId": 7328001, "order": 1, "hidden": true }]
},
{
"id": 73283,
"hidden": true,
"test": true,
"titleHash": 157380439,
"children": [{ "subId": 7328301, "order": 1, "hidden": true }]
},
{
"id": 73284,
"hidden": true,
"test": true,
"titleHash": 1072703583,
"children": [{ "subId": 7328401, "order": 1, "hidden": true }]
},
{
"id": 73286,
"hidden": true,
"test": true,
"titleHash": 4186435127,
"children": [{ "subId": 7328601, "order": 1, "hidden": true }]
},
{
"id": 73287,
"titleHash": 3785217199,
"children": [
{ "subId": 7328716, "order": 1, "hidden": true },
{ "subId": 7328717, "order": 2, "hidden": true },
{ "subId": 7328701, "order": 3, "descHash": 3578144804 },
{ "subId": 7328702, "order": 4, "descHash": 1724034524 },
{ "subId": 7328703, "order": 5, "descHash": 2910155164 },
{ "subId": 7328704, "order": 6, "descHash": 2969475612 },
{ "subId": 7328705, "order": 7, "descHash": 419376132 },
{ "subId": 7328706, "order": 8, "descHash": 3642134748 },
{ "subId": 7328707, "order": 9, "descHash": 1643094364 },
{ "subId": 7328708, "order": 10, "descHash": 2483781844 },
{ "subId": 7328709, "order": 11, "descHash": 1003786428 },
{ "subId": 7328710, "order": 12, "hidden": true, "descHash": 3543622508 },
{ "subId": 7328713, "order": 13, "descHash": 2308981580 },
{ "subId": 7328714, "order": 14, "descHash": 3452980852 },
{ "subId": 7328715, "order": 15, "descHash": 1858923284 },
{ "subId": 7328711, "order": 16, "descHash": 2444178604 },
{ "subId": 7328712, "order": 17, "descHash": 1541504604 }
]
},
{
"id": 73288,
"hidden": true,
"test": true,
"titleHash": 4010948359,
"children": [{ "subId": 7328801, "order": 1, "hidden": true }]
},
{
"id": 73290,
"hidden": true,
"test": true,
"titleHash": 2795579439,
"children": [
{ "subId": 7329001, "order": 1, "hidden": true },
{ "subId": 7329002, "order": 2, "hidden": true }
]
},
{
"id": 73291,
"hidden": true,
"test": true,
"titleHash": 3501200415,
"children": [{ "subId": 7329101, "order": 1, "hidden": true }]
},
{
"id": 73292,
"hidden": true,
"test": true,
"titleHash": 478732943,
"children": [{ "subId": 7329201, "order": 1, "hidden": true }]
},
{
"id": 73293,
"hidden": true,
"test": true,
"titleHash": 2818305239,
"children": [
{ "subId": 7329301, "order": 1, "hidden": true },
{ "subId": 7329302, "order": 2, "hidden": true },
{ "subId": 7329303, "order": 3, "hidden": true },
{ "subId": 7329304, "order": 4, "hidden": true },
{ "subId": 7329305, "order": 5, "hidden": true },
{ "subId": 7329307, "order": 6, "hidden": true, "test": true, "descHash": 3249923516 },
{ "subId": 7329306, "order": 7, "hidden": true, "test": true, "descHash": 2158195348 }
]
},
{
"id": 73299,
"hidden": true,
"test": true,
"titleHash": 4152027151,
"children": [{ "subId": 7329901, "order": 1, "hidden": true }]
},
{
"id": 73300,
"hidden": true,
"test": true,
"titleHash": 3565322247,
"children": [{ "subId": 7330001, "order": 1, "hidden": true }]
},
{
"id": 73301,
"hidden": true,
"test": true,
"titleHash": 1632930847,
"children": [
{ "subId": 7330101, "order": 1, "hidden": true, "test": true, "descHash": 970862500 },
{ "subId": 7330102, "order": 2, "hidden": true, "test": true, "descHash": 763774668 }
]
},
{
"id": 73302,
"hidden": true,
"test": true,
"titleHash": 3022585647,
"children": [
{ "subId": 7330201, "order": 1, "hidden": true, "test": true, "descHash": 2299160660 },
{ "subId": 7330202, "order": 2, "hidden": true, "test": true, "descHash": 937998148 }
]
},
{
"id": 73303,
"hidden": true,
"test": true,
"titleHash": 352642559,
"children": [
{ "subId": 7330301, "order": 1, "hidden": true, "test": true, "descHash": 727436588 },
{ "subId": 7330302, "order": 2, "hidden": true, "test": true, "descHash": 2677194316 }
]
},
{
"id": 73304,
"hidden": true,
"test": true,
"titleHash": 4103164855,
"children": [{ "subId": 7330401, "order": 1, "hidden": true }]
},
{
"id": 73305,
"titleHash": 2081255663,
"children": [
{ "subId": 7330516, "order": 1, "hidden": true },
{ "subId": 7330517, "order": 2, "hidden": true },
{ "subId": 7330501, "order": 3, "descHash": 3578144804 },
{ "subId": 7330502, "order": 4, "descHash": 1724034524 },
{ "subId": 7330503, "order": 5, "descHash": 2910155164 },
{ "subId": 7330504, "order": 6, "descHash": 2969475612 },
{ "subId": 7330505, "order": 7, "descHash": 419376132 },
{ "subId": 7330506, "order": 8, "descHash": 3642134748 },
{ "subId": 7330507, "order": 9, "descHash": 1643094364 },
{ "subId": 7330508, "order": 10, "descHash": 2483781844 },
{ "subId": 7330509, "order": 11, "descHash": 1003786428 },
{ "subId": 7330510, "order": 12, "hidden": true, "descHash": 3543622508 },
{ "subId": 7330513, "order": 13, "descHash": 2308981580 },
{ "subId": 7330514, "order": 14, "descHash": 3452980852 },
{ "subId": 7330515, "order": 15, "descHash": 1858923284 },
{ "subId": 7330511, "order": 16, "descHash": 2444178604 },
{ "subId": 7330512, "order": 17, "descHash": 1541504604 }
]
},
{
"id": 73306,
"hidden": true,
"test": true,
"titleHash": 2806847135,
"children": [{ "subId": 7330601, "order": 1, "hidden": true }]
},
{
"id": 73500,
"titleHash": 4230495007,
"children": [
{ "subId": 7350001, "order": 1, "descHash": 2051009412 },
{ "subId": 7350002, "order": 2, "descHash": 513030076 },
{ "subId": 7350003, "order": 3, "descHash": 401193172 },
{ "subId": 7350004, "order": 4, "descHash": 1165624764 },
{ "subId": 7350005, "order": 5, "descHash": 1654943492 },
{ "subId": 7350006, "order": 6, "descHash": 273953676 },
{ "subId": 7350007, "order": 7, "descHash": 1217735140 },
{ "subId": 7350009, "order": 8, "hidden": true, "descHash": 555994292 },
{ "subId": 7350015, "order": 9, "hidden": true, "descHash": 2337475164 },
{ "subId": 7350016, "order": 10, "hidden": true, "descHash": 662393156 },
{ "subId": 7350017, "order": 11, "descHash": 248704164 },
{ "subId": 7350018, "order": 12, "hidden": true, "descHash": 1279664220 },
{ "subId": 7350019, "order": 13, "descHash": 1072750852 },
{ "subId": 7350008, "order": 14, "descHash": 3962516372 },
{ "subId": 7350010, "order": 15, "descHash": 2508926428 },
{ "subId": 7350011, "order": 16, "descHash": 1819444452 },
{ "subId": 7350012, "order": 17, "descHash": 1755729716 },
{ "subId": 7350013, "order": 18, "descHash": 4114917468 },
{ "subId": 7350014, "order": 19, "descHash": 4152313500 }
]
},
{ "id": 73501, "titleHash": 1178031559, "children": [{ "subId": 7350101, "order": 1, "descHash": 2030471556 }] },
{
"id": 73502,
"hidden": true,
"test": true,
"titleHash": 3835096087,
"children": [
{ "subId": 7350201, "order": 1, "hidden": true, "test": true, "descHash": 531545604 },
{ "subId": 7350207, "order": 2, "hidden": true },
{ "subId": 7350208, "order": 3, "hidden": true },
{ "subId": 7350209, "order": 4, "hidden": true },
{ "subId": 7350210, "order": 5, "hidden": true },
{ "subId": 7350204, "order": 6, "hidden": true, "test": true, "descHash": 3869576884 },
{ "subId": 7350205, "order": 7, "hidden": true, "test": true, "descHash": 2326332964 },
{ "subId": 7350202, "order": 8, "hidden": true, "test": true, "descHash": 1728153228 },
{ "subId": 7350206, "order": 9, "hidden": true },
{ "subId": 7350203, "order": 10, "hidden": true, "test": true, "descHash": 355574396 }
]
},
{
"id": 73503,
"titleHash": 3062583023,
"children": [
{ "subId": 7350303, "order": 1, "hidden": true, "test": true, "descHash": 3352689532 },
{ "subId": 7350305, "order": 2, "hidden": true },
{ "subId": 7350306, "order": 3, "hidden": true },
{ "subId": 7350307, "order": 4, "hidden": true },
{ "subId": 7350301, "order": 5, "hidden": true, "descHash": 2162410580 },
{ "subId": 7350308, "order": 6, "hidden": true },
{ "subId": 7350309, "order": 7, "hidden": true },
{ "subId": 7350310, "order": 8, "hidden": true },
{ "subId": 7350302, "order": 9, "descHash": 3555315276 },
{ "subId": 7350311, "order": 10, "hidden": true },
{ "subId": 7350312, "order": 11, "hidden": true },
{ "subId": 7350313, "order": 12, "hidden": true },
{ "subId": 7350304, "order": 13, "descHash": 3250026964 }
]
},
{
"id": 73504,
"hidden": true,
"titleHash": 2803565887,
"children": [{ "subId": 7350401, "order": 1, "hidden": true, "descHash": 4068890020 }]
},
{
"id": 73505,
"hidden": true,
"titleHash": 4045889695,
"children": [
{ "subId": 7350501, "order": 1, "hidden": true, "descHash": 3549711908 },
{ "subId": 7350502, "order": 2, "hidden": true, "descHash": 3883015628 }
]
},
{
"id": 73650,
"titleHash": 1153369135,
"children": [
{ "subId": 7365001, "order": 1, "descHash": 3401287556 },
{ "subId": 7365002, "order": 2, "descHash": 465502364 }
]
},
{ "id": 73651, "titleHash": 646461503, "children": [{ "subId": 7365101, "order": 1, "descHash": 843307292 }] },
{ "id": 73652, "titleHash": 675979351, "children": [{ "subId": 7365201, "order": 1, "descHash": 1614175892 }] },
{
"id": 73653,
"titleHash": 2470517719,
"children": [
{ "subId": 7365301, "order": 1, "descHash": 1679407956 },
{ "subId": 7365302, "order": 2, "descHash": 1872107820 }
]
},
{
"id": 73654,
"titleHash": 1556064359,
"children": [
{ "subId": 7365401, "order": 1, "descHash": 3099982052 },
{ "subId": 7365402, "order": 2, "descHash": 2089261588 }
]
},
{
"id": 73655,
"titleHash": 1863907759,
"children": [
{ "subId": 7365501, "order": 1, "descHash": 461927084 },
{ "subId": 7365502, "order": 2, "descHash": 3755148372 }
]
},
{
"id": 73656,
"titleHash": 3845956239,
"children": [
{ "subId": 7365601, "order": 1, "descHash": 2975843540 },
{ "subId": 7365602, "order": 2, "descHash": 3524034188 }
]
},
{
"id": 73657,
"titleHash": 3572887367,
"children": [
{ "subId": 7365701, "order": 1, "descHash": 1040619828 },
{ "subId": 7365702, "order": 2, "descHash": 1087134492 }
]
},
{
"id": 73658,
"titleHash": 3606811367,
"children": [
{ "subId": 7365801, "order": 1, "descHash": 4060667764 },
{ "subId": 7365802, "order": 2, "descHash": 2651357012 }
]
},
{
"id": 73659,
"titleHash": 3981399223,
"children": [
{ "subId": 7365901, "order": 1, "descHash": 323200948 },
{ "subId": 7365902, "order": 2, "descHash": 175410148 }
]
},
{
"id": 73660,
"titleHash": 3448307791,
"children": [
{ "subId": 7366001, "order": 1, "descHash": 2420867628 },
{ "subId": 7366002, "order": 2, "descHash": 2839979732 }
]
},
{
"id": 73661,
"titleHash": 161850487,
"children": [
{ "subId": 7366101, "order": 1, "descHash": 771349748 },
{ "subId": 7366102, "order": 2, "descHash": 2791977508 }
]
},
{
"id": 73662,
"titleHash": 125132599,
"children": [
{ "subId": 7366201, "order": 1, "descHash": 1310403828 },
{ "subId": 7366202, "order": 2, "descHash": 4084209916 }
]
},
{ "id": 73663, "titleHash": 1865128663, "children": [{ "subId": 7366301, "order": 1, "descHash": 3745877828 }] },
{ "id": 73664, "titleHash": 3527349063, "children": [{ "subId": 7366401, "order": 1, "descHash": 49019388 }] },
{ "id": 73665, "titleHash": 2417145447, "children": [{ "subId": 7366501, "order": 1, "descHash": 1305229564 }] },
{ "id": 73666, "titleHash": 501820783, "children": [{ "subId": 7366601, "order": 1, "descHash": 58374612 }] },
{ "id": 73667, "titleHash": 33934039, "children": [{ "subId": 7366701, "order": 1, "descHash": 1436247292 }] },
{ "id": 73668, "titleHash": 2250356575, "children": [{ "subId": 7366801, "order": 1, "descHash": 123501668 }] },
{ "id": 73669, "titleHash": 760342607, "children": [{ "subId": 7366901, "order": 1, "descHash": 1660063580 }] },
{ "id": 73670, "titleHash": 4285205543, "children": [{ "subId": 7367001, "order": 1, "descHash": 3486042236 }] },
{ "id": 73671, "titleHash": 3349237503, "children": [{ "subId": 7367101, "order": 1, "descHash": 2185335068 }] },
{ "id": 73672, "titleHash": 4092768871, "children": [{ "subId": 7367201, "order": 1, "descHash": 2256357540 }] },
{
"id": 73673,
"titleHash": 643681247,
"children": [
{ "subId": 7367301, "order": 1, "descHash": 97835636 },
{ "subId": 7367302, "order": 2, "descHash": 3351159756 }
]
},
{
"id": 73674,
"titleHash": 542885727,
"children": [
{ "subId": 7367402, "order": 1, "hidden": true, "test": true, "descHash": 4172068388 },
{ "subId": 7367401, "order": 2, "descHash": 76408060 },
{ "subId": 7367403, "order": 3, "hidden": true, "test": true, "descHash": 872830820 },
{ "subId": 7367404, "order": 4, "hidden": true, "test": true, "descHash": 2634266356 }
]
},
{ "id": 73675, "titleHash": 2971963783, "children": [{ "subId": 7367501, "order": 1, "descHash": 3733781668 }] },
{
"id": 73676,
"titleHash": 2465126263,
"children": [
{ "subId": 7367601, "order": 1, "descHash": 912806428 },
{ "subId": 7367602, "order": 2, "descHash": 1679255636 },
{ "subId": 7367603, "order": 3, "descHash": 101525572 },
{ "subId": 7367605, "order": 4, "descHash": 2033753700 },
{ "subId": 7367604, "order": 5, "descHash": 762352956 }
]
},
{
"id": 73677,
"titleHash": 4222536143,
"children": [
{ "subId": 7367701, "order": 1, "descHash": 1529449852 },
{ "subId": 7367702, "order": 2, "descHash": 113249884 }
]
},
{
"id": 73678,
"titleHash": 2202833311,
"children": [
{ "subId": 7367801, "order": 1, "descHash": 3246938156 },
{ "subId": 7367802, "order": 2, "descHash": 2514775268 }
]
},
{
"id": 73679,
"titleHash": 3458246055,
"children": [
{ "subId": 7367901, "order": 1, "descHash": 2989446804 },
{ "subId": 7367902, "order": 2, "descHash": 657411556 }
]
},
{ "id": 73680, "titleHash": 883468615, "children": [{ "subId": 7368001, "order": 1, "descHash": 4294935300 }] },
{ "id": 73681, "titleHash": 26717511, "children": [{ "subId": 7368101, "order": 1, "descHash": 584895660 }] },
{ "id": 73682, "titleHash": 3748224599, "children": [{ "subId": 7368201, "order": 1, "descHash": 325005500 }] },
{
"id": 73683,
"hidden": true,
"test": true,
"titleHash": 2840451079,
"children": [{ "subId": 7368301, "order": 1, "hidden": true }]
},
{
"id": 73685,
"hidden": true,
"test": true,
"titleHash": 2959886015,
"children": [{ "subId": 7368501, "order": 1, "hidden": true, "test": true, "descHash": 101402924 }]
},
{
"id": 73800,
"titleHash": 2995545599,
"children": [
{ "subId": 7380001, "order": 1, "hidden": true, "descHash": 966015780 },
{ "subId": 7380002, "order": 2, "descHash": 510176580 },
{ "subId": 7380003, "order": 3, "descHash": 3871976252 },
{ "subId": 7380004, "order": 4, "descHash": 3898375556 },
{ "subId": 7380005, "order": 5, "descHash": 4262064940 },
{ "subId": 7380006, "order": 6, "descHash": 3265900340 },
{ "subId": 7380007, "order": 7, "descHash": 913254132 },
{ "subId": 7380008, "order": 8, "descHash": 2755651972 },
{ "subId": 7380009, "order": 9, "descHash": 3812525516 },
{ "subId": 7380010, "order": 10, "descHash": 450426980 },
{ "subId": 7380011, "order": 11, "descHash": 3401150844 },
{ "subId": 7380012, "order": 12, "descHash": 2576500188 },
{ "subId": 7380013, "order": 13, "descHash": 226433644 },
{ "subId": 7380014, "order": 14, "descHash": 1722963060 },
{ "subId": 7380015, "order": 15, "descHash": 2253748036 },
{ "subId": 7380016, "order": 16, "descHash": 3554280004 },
{ "subId": 7380017, "order": 17, "descHash": 151131988 },
{ "subId": 7380018, "order": 18, "descHash": 2259494476 },
{ "subId": 7380019, "order": 19, "descHash": 2414433828 },
{ "subId": 7380020, "order": 20, "descHash": 879993268 },
{ "subId": 7380021, "order": 21, "descHash": 726200740 },
{ "subId": 7380022, "order": 22, "descHash": 1338279836 },
{ "subId": 7380023, "order": 23, "descHash": 1810277436 },
{ "subId": 7380024, "order": 24, "descHash": 1158583972 }
]
},
{
"id": 73801,
"titleHash": 2517916239,
"children": [
{ "subId": 7380101, "order": 1, "hidden": true, "descHash": 1443754532 },
{ "subId": 7380102, "order": 2, "descHash": 1424791036 },
{ "subId": 7380103, "order": 3, "descHash": 2728466716 },
{ "subId": 7380104, "order": 4, "descHash": 625512604 },
{ "subId": 7380105, "order": 5, "descHash": 3343278548 },
{ "subId": 7380106, "order": 6, "descHash": 3099128052 },
{ "subId": 7380107, "order": 7, "descHash": 2355317524 },
{ "subId": 7380108, "order": 8, "descHash": 3101836996 },
{ "subId": 7380109, "order": 9, "descHash": 3895569980 },
{ "subId": 7380110, "order": 10, "descHash": 3457501548 }
]
},
{ "id": 73802, "titleHash": 730258439, "children": [{ "subId": 7380201, "order": 1, "descHash": 4097754764 }] },
{
"id": 73803,
"titleHash": 2569283719,
"children": [
{ "subId": 7380306, "order": 1, "hidden": true },
{ "subId": 7380307, "order": 2, "hidden": true },
{ "subId": 7380301, "order": 3, "descHash": 1180327116 },
{ "subId": 7380302, "order": 4, "descHash": 395406900 },
{ "subId": 7380303, "order": 5, "descHash": 3203869628 },
{ "subId": 7380304, "order": 6, "descHash": 952481772 },
{ "subId": 7380305, "order": 7, "descHash": 3410939244 }
]
},
{
"id": 73804,
"hidden": true,
"titleHash": 532322039,
"children": [{ "subId": 7380401, "order": 1, "descHash": 3294805588 }]
},
{ "id": 73805, "titleHash": 3043942191, "children": [{ "subId": 7380501, "order": 1, "descHash": 1751106284 }] },
{
"id": 73900,
"hidden": true,
"titleHash": 3808011503,
"children": [{ "subId": 7390001, "order": 1, "hidden": true }]
},
{
"id": 73901,
"hidden": true,
"titleHash": 3237152967,
"children": [{ "subId": 7390101, "order": 1, "hidden": true }]
},
{
"id": 73902,
"hidden": true,
"titleHash": 2712050743,
"children": [{ "subId": 7390201, "order": 1, "hidden": true }]
},
{
"id": 73903,
"hidden": true,
"titleHash": 3602327703,
"children": [{ "subId": 7390301, "order": 1, "hidden": true }]
},
{
"id": 73904,
"hidden": true,
"titleHash": 4111939535,
"children": [{ "subId": 7390401, "order": 1, "hidden": true }]
},
{
"id": 73905,
"hidden": true,
"titleHash": 1648053439,
"children": [{ "subId": 7390501, "order": 1, "hidden": true }]
},
{
"id": 73906,
"hidden": true,
"titleHash": 240594239,
"children": [{ "subId": 7390601, "order": 1, "hidden": true }]
},
{
"id": 73907,
"hidden": true,
"titleHash": 1848509455,
"children": [{ "subId": 7390701, "order": 1, "hidden": true }]
},
{
"id": 73908,
"hidden": true,
"titleHash": 3325067551,
"children": [{ "subId": 7390801, "order": 1, "hidden": true }]
},
{
"id": 73909,
"hidden": true,
"titleHash": 2811217375,
"children": [{ "subId": 7390901, "order": 1, "hidden": true }]
},
{
"id": 73910,
"hidden": true,
"titleHash": 134125095,
"children": [{ "subId": 7391001, "order": 1, "hidden": true }]
},
{
"id": 73911,
"hidden": true,
"titleHash": 1530435279,
"children": [{ "subId": 7391101, "order": 1, "hidden": true }]
},
{
"id": 73912,
"hidden": true,
"titleHash": 2326386095,
"children": [{ "subId": 7391201, "order": 1, "hidden": true }]
},
{
"id": 73913,
"hidden": true,
"titleHash": 2733759255,
"children": [{ "subId": 7391301, "order": 1, "hidden": true }]
},
{
"id": 73914,
"hidden": true,
"titleHash": 4290393143,
"children": [{ "subId": 7391401, "order": 1, "hidden": true }]
},
{
"id": 73915,
"hidden": true,
"titleHash": 1549225383,
"children": [{ "subId": 7391501, "order": 1, "hidden": true }]
},
{
"id": 73916,
"hidden": true,
"titleHash": 468078959,
"children": [{ "subId": 7391601, "order": 1, "hidden": true }]
},
{
"id": 73917,
"hidden": true,
"titleHash": 3300905471,
"children": [{ "subId": 7391701, "order": 1, "hidden": true }]
},
{
"id": 73918,
"hidden": true,
"titleHash": 1807956055,
"children": [{ "subId": 7391801, "order": 1, "hidden": true }]
},
{
"id": 73919,
"hidden": true,
"titleHash": 1420275631,
"children": [{ "subId": 7391901, "order": 1, "hidden": true }]
},
{
"id": 73920,
"hidden": true,
"titleHash": 2600205599,
"children": [{ "subId": 7392001, "order": 1, "hidden": true }]
},
{
"id": 73921,
"hidden": true,
"titleHash": 301886775,
"children": [{ "subId": 7392101, "order": 1, "hidden": true }]
},
{
"id": 73922,
"hidden": true,
"titleHash": 2175786935,
"children": [{ "subId": 7392201, "order": 1, "hidden": true }]
},
{
"id": 73923,
"hidden": true,
"titleHash": 525645695,
"children": [{ "subId": 7392301, "order": 1, "hidden": true }]
},
{
"id": 73924,
"hidden": true,
"titleHash": 2376980327,
"children": [{ "subId": 7392401, "order": 1, "hidden": true }]
},
{
"id": 73925,
"hidden": true,
"titleHash": 2554522447,
"children": [{ "subId": 7392501, "order": 1, "hidden": true }]
},
{
"id": 73926,
"hidden": true,
"titleHash": 1300983703,
"children": [{ "subId": 7392601, "order": 1, "hidden": true }]
},
{
"id": 73927,
"hidden": true,
"titleHash": 1263629703,
"children": [{ "subId": 7392701, "order": 1, "hidden": true }]
},
{
"id": 73928,
"hidden": true,
"titleHash": 2268883239,
"children": [{ "subId": 7392801, "order": 1, "hidden": true }]
},
{
"id": 73929,
"hidden": true,
"titleHash": 520845023,
"children": [{ "subId": 7392901, "order": 1, "hidden": true }]
},
{
"id": 73930,
"hidden": true,
"titleHash": 3992326119,
"children": [{ "subId": 7393001, "order": 1, "hidden": true }]
},
{
"id": 73931,
"hidden": true,
"titleHash": 3593266727,
"children": [{ "subId": 7393101, "order": 1, "hidden": true }]
},
{
"id": 73932,
"hidden": true,
"titleHash": 2597808759,
"children": [{ "subId": 7393201, "order": 1, "hidden": true }]
},
{
"id": 73933,
"hidden": true,
"titleHash": 1957743959,
"children": [{ "subId": 7393301, "order": 1, "hidden": true }]
},
{
"id": 73934,
"hidden": true,
"titleHash": 2533755183,
"children": [{ "subId": 7393401, "order": 1, "hidden": true }]
},
{
"id": 73935,
"hidden": true,
"titleHash": 3170480255,
"children": [{ "subId": 7393501, "order": 1, "hidden": true }]
},
{
"id": 73936,
"hidden": true,
"titleHash": 1037606439,
"children": [{ "subId": 7393601, "order": 1, "hidden": true }]
},
{
"id": 73937,
"hidden": true,
"titleHash": 1099093471,
"children": [{ "subId": 7393701, "order": 1, "hidden": true }]
},
{
"id": 73938,
"hidden": true,
"titleHash": 1304278167,
"children": [{ "subId": 7393801, "order": 1, "hidden": true }]
},
{
"id": 73939,
"hidden": true,
"titleHash": 871408719,
"children": [{ "subId": 7393901, "order": 1, "hidden": true }]
},
{
"id": 73940,
"hidden": true,
"titleHash": 2592864831,
"children": [{ "subId": 7394001, "order": 1, "hidden": true }]
},
{
"id": 73941,
"hidden": true,
"titleHash": 3088570175,
"children": [{ "subId": 7394101, "order": 1, "hidden": true }]
},
{
"id": 73942,
"hidden": true,
"titleHash": 21050503,
"children": [{ "subId": 7394201, "order": 1, "hidden": true }]
},
{
"id": 73943,
"hidden": true,
"titleHash": 1624668735,
"children": [{ "subId": 7394301, "order": 1, "hidden": true }]
},
{
"id": 73944,
"hidden": true,
"titleHash": 490346839,
"children": [{ "subId": 7394401, "order": 1, "hidden": true }]
},
{
"id": 73945,
"hidden": true,
"titleHash": 614356191,
"children": [{ "subId": 7394501, "order": 1, "hidden": true }]
},
{
"id": 73946,
"hidden": true,
"titleHash": 2437840119,
"children": [{ "subId": 7394601, "order": 1, "hidden": true }]
},
{
"id": 73947,
"hidden": true,
"titleHash": 3726313031,
"children": [{ "subId": 7394701, "order": 1, "hidden": true }]
},
{
"id": 73948,
"hidden": true,
"titleHash": 3383803375,
"children": [{ "subId": 7394801, "order": 1, "hidden": true }]
},
{
"id": 73949,
"hidden": true,
"titleHash": 332995895,
"children": [{ "subId": 7394901, "order": 1, "hidden": true }]
},
{
"id": 73950,
"hidden": true,
"titleHash": 3783774935,
"children": [{ "subId": 7395001, "order": 1, "hidden": true }]
},
{
"id": 73951,
"hidden": true,
"titleHash": 2455748735,
"children": [{ "subId": 7395101, "order": 1, "hidden": true }]
},
{
"id": 73952,
"hidden": true,
"titleHash": 2472671271,
"children": [{ "subId": 7395201, "order": 1, "hidden": true }]
},
{
"id": 73953,
"hidden": true,
"titleHash": 1263352991,
"children": [{ "subId": 7395301, "order": 1, "hidden": true }]
},
{
"id": 73954,
"hidden": true,
"titleHash": 2092923167,
"children": [{ "subId": 7395401, "order": 1, "hidden": true }]
},
{
"id": 73955,
"hidden": true,
"titleHash": 1033975695,
"children": [{ "subId": 7395501, "order": 1, "hidden": true }]
},
{
"id": 73956,
"hidden": true,
"titleHash": 2190394087,
"children": [{ "subId": 7395601, "order": 1, "hidden": true }]
},
{
"id": 73957,
"hidden": true,
"titleHash": 3721726199,
"children": [{ "subId": 7395701, "order": 1, "hidden": true }]
},
{
"id": 73958,
"hidden": true,
"titleHash": 3335841303,
"children": [{ "subId": 7395801, "order": 1, "hidden": true }]
},
{
"id": 73959,
"hidden": true,
"titleHash": 3879020847,
"children": [{ "subId": 7395901, "order": 1, "hidden": true }]
},
{
"id": 73960,
"hidden": true,
"titleHash": 3288759319,
"children": [{ "subId": 7396001, "order": 1, "hidden": true }]
},
{
"id": 73961,
"hidden": true,
"titleHash": 2167410255,
"children": [{ "subId": 7396101, "order": 1, "hidden": true }]
},
{
"id": 73962,
"hidden": true,
"titleHash": 1720236527,
"children": [{ "subId": 7396201, "order": 1, "hidden": true }]
},
{
"id": 73963,
"hidden": true,
"titleHash": 1389779383,
"children": [{ "subId": 7396301, "order": 1, "hidden": true }]
},
{
"id": 73964,
"hidden": true,
"titleHash": 306647623,
"children": [{ "subId": 7396401, "order": 1, "hidden": true }]
},
{
"id": 73965,
"hidden": true,
"titleHash": 1440207775,
"children": [{ "subId": 7396501, "order": 1, "hidden": true }]
},
{
"id": 73966,
"hidden": true,
"titleHash": 4159956919,
"children": [{ "subId": 7396601, "order": 1, "hidden": true }]
},
{
"id": 73967,
"hidden": true,
"titleHash": 3338180831,
"children": [{ "subId": 7396701, "order": 1, "hidden": true }]
},
{
"id": 73968,
"hidden": true,
"titleHash": 4113037759,
"children": [{ "subId": 7396801, "order": 1, "hidden": true }]
},
{
"id": 73969,
"hidden": true,
"titleHash": 1141197039,
"children": [{ "subId": 7396901, "order": 1, "hidden": true }]
},
{
"id": 73972,
"hidden": true,
"titleHash": 387813847,
"children": [{ "subId": 7397201, "order": 1, "hidden": true }]
},
{
"id": 73973,
"hidden": true,
"titleHash": 2386452343,
"children": [{ "subId": 7397301, "order": 1, "hidden": true }]
},
{
"id": 73974,
"hidden": true,
"titleHash": 1909489711,
"children": [{ "subId": 7397401, "order": 1, "hidden": true }]
},
{
"id": 73975,
"hidden": true,
"titleHash": 4095172783,
"children": [{ "subId": 7397501, "order": 1, "hidden": true }]
},
{
"id": 79000,
"titleHash": 2064619007,
"children": [
{ "subId": 7900010, "order": 1, "hidden": true, "descHash": 2123741740 },
{ "subId": 7900001, "order": 2, "descHash": 442413556 },
{ "subId": 7900002, "order": 3, "descHash": 213150148 },
{ "subId": 7900006, "order": 4, "hidden": true },
{ "subId": 7900003, "order": 5, "descHash": 526609340 },
{ "subId": 7900008, "order": 6, "hidden": true },
{ "subId": 7900009, "order": 7, "hidden": true },
{ "subId": 7900007, "order": 8, "hidden": true },
{ "subId": 7900004, "order": 9, "hidden": true },
{ "subId": 7900005, "order": 10, "hidden": true }
]
},
{
"id": 79001,
"titleHash": 2282614943,
"children": [
{ "subId": 7900109, "order": 1, "hidden": true },
{ "subId": 7900101, "order": 2, "descHash": 3187859652 },
{ "subId": 7900102, "order": 3, "descHash": 3264880396 },
{ "subId": 7900103, "order": 4, "descHash": 1461238780 },
{ "subId": 7900105, "order": 5, "descHash": 3814536716 },
{ "subId": 7900106, "order": 6, "descHash": 3365921900 },
{ "subId": 7900107, "order": 7, "descHash": 3530351804 },
{ "subId": 7900108, "order": 8, "descHash": 2549145972 },
{ "subId": 7900104, "order": 10, "descHash": 2660812772 }
]
},
{
"id": 79002,
"titleHash": 1690677999,
"children": [
{ "subId": 7900201, "order": 1, "hidden": true },
{ "subId": 7900202, "order": 2, "descHash": 4004159020 },
{ "subId": 7900203, "order": 3, "descHash": 3056762124 },
{ "subId": 7900204, "order": 4, "descHash": 1061672916 },
{ "subId": 7900205, "order": 5, "descHash": 4267957980 },
{ "subId": 7900206, "order": 6, "descHash": 1732139140 }
]
},
{
"id": 79003,
"titleHash": 570650279,
"children": [
{ "subId": 7900314, "order": 1, "hidden": true },
{ "subId": 7900301, "order": 2, "hidden": true },
{ "subId": 7900302, "order": 3, "hidden": true },
{ "subId": 7900310, "order": 4, "descHash": 2322645156 },
{ "subId": 7900311, "order": 5, "descHash": 2320155828 },
{ "subId": 7900303, "order": 6, "descHash": 3117503804 },
{ "subId": 7900312, "order": 7, "descHash": 3090270604 },
{ "subId": 7900304, "order": 8, "descHash": 4237449212 },
{ "subId": 7900313, "order": 9, "descHash": 3683199500 },
{ "subId": 7900305, "order": 10, "descHash": 3719577380 },
{ "subId": 7900309, "order": 12, "test": true, "descHash": 4289974972 },
{ "subId": 7900307, "order": 14, "test": true, "descHash": 389793516 },
{ "subId": 7900315, "order": 15, "hidden": true },
{ "subId": 7900316, "order": 16, "hidden": true },
{ "subId": 7900317, "order": 17, "hidden": true },
{ "subId": 7900318, "order": 18, "hidden": true },
{ "subId": 7900306, "order": 19, "hidden": true },
{ "subId": 7900319, "order": 20, "hidden": true },
{ "subId": 7900308, "order": 21, "descHash": 982580 }
]
},
{
"id": 79004,
"titleHash": 3136546647,
"children": [
{ "subId": 7900401, "order": 1, "hidden": true, "descHash": 2745948308 },
{ "subId": 7900402, "order": 2, "descHash": 1608203356 },
{ "subId": 7900412, "order": 3, "hidden": true },
{ "subId": 7900413, "order": 4, "hidden": true },
{ "subId": 7900414, "order": 5, "hidden": true },
{ "subId": 7900415, "order": 6, "hidden": true },
{ "subId": 7900416, "order": 7, "hidden": true },
{ "subId": 7900405, "order": 8, "descHash": 2811879140 },
{ "subId": 7900406, "order": 9, "descHash": 4114967732 },
{ "subId": 7900407, "order": 10, "descHash": 3019443804 },
{ "subId": 7900408, "order": 11, "descHash": 597298396 },
{ "subId": 7900409, "order": 12, "descHash": 3407588692 },
{ "subId": 7900411, "order": 13, "hidden": true, "descHash": 527975428 },
{ "subId": 7900410, "order": 14, "hidden": true, "descHash": 1809325980 },
{ "subId": 7900417, "order": 15, "hidden": true },
{ "subId": 7900419, "order": 16, "hidden": true },
{ "subId": 7900422, "order": 17, "hidden": true, "descHash": 359487940 },
{ "subId": 7900403, "order": 18, "descHash": 2882445908 },
{ "subId": 7900404, "order": 19, "descHash": 73067332 },
{ "subId": 7900420, "order": 20, "hidden": true },
{ "subId": 7900421, "order": 21, "hidden": true },
{ "subId": 7900418, "order": 22, "hidden": true }
]
},
{
"id": 79005,
"titleHash": 727284415,
"children": [
{ "subId": 7900506, "order": 1, "hidden": true },
{ "subId": 7900501, "order": 2, "descHash": 212190148 },
{ "subId": 7900502, "order": 3, "descHash": 289191396 },
{ "subId": 7900504, "order": 4, "hidden": true, "descHash": 1257243868 },
{ "subId": 7900503, "order": 5, "descHash": 2146260356 },
{ "subId": 7900505, "order": 6, "descHash": 3340695252 },
{ "subId": 7900507, "order": 7, "descHash": 2607473180 },
{ "subId": 7900508, "order": 8, "hidden": true, "descHash": 1779159348 }
]
},
{
"id": 79006,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 606292855,
"children": [
{ "subId": 7900601, "order": 1, "hidden": true, "unreleased": true, "descHash": 2745606420 },
{ "subId": 7900604, "order": 2, "hidden": true, "unreleased": true, "descHash": 1580941620 },
{ "subId": 7900602, "order": 3, "hidden": true, "unreleased": true, "descHash": 1148977852 },
{ "subId": 7900603, "order": 4, "hidden": true, "unreleased": true, "descHash": 1130702316 }
]
},
{
"id": 79007,
"titleHash": 4240299999,
"children": [
{ "subId": 7900701, "order": 1, "descHash": 677376868 },
{ "subId": 7900702, "order": 2, "descHash": 2729605724 },
{ "subId": 7900703, "order": 3, "descHash": 1082855684 },
{ "subId": 7900704, "order": 4, "descHash": 1554705212 },
{ "subId": 7900705, "order": 5, "hidden": true, "test": true, "descHash": 2038380092 },
{ "subId": 7900706, "order": 6, "descHash": 2335893804 }
]
},
{
"id": 79008,
"titleHash": 317261463,
"children": [
{ "subId": 7900801, "order": 1, "hidden": true },
{ "subId": 7900805, "order": 2, "hidden": true },
{ "subId": 7900802, "order": 3, "descHash": 3409221276 },
{ "subId": 7900803, "order": 5 },
{ "subId": 7900804, "order": 6 }
]
},
{
"id": 79009,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 2574265839,
"children": [{ "subId": 7900901, "order": 1, "hidden": true }]
},
{
"id": 79010,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 1812439167,
"children": [{ "subId": 7901001, "order": 1, "hidden": true }]
},
{
"id": 79011,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 2446105463,
"children": [{ "subId": 7901101, "order": 1, "hidden": true }]
},
{
"id": 79012,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 285297327,
"children": [
{ "subId": 7901201, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 270652356 },
{ "subId": 7901202, "order": 2, "hidden": true, "test": true, "unreleased": true, "descHash": 3294326580 },
{ "subId": 7901203, "order": 3, "hidden": true, "test": true, "unreleased": true, "descHash": 1193710228 }
]
},
{
"id": 79013,
"titleHash": 2873165319,
"children": [
{ "subId": 7901301, "order": 1, "hidden": true, "test": true, "descHash": 485663916 },
{ "subId": 7901302, "order": 2, "descHash": 97107276 },
{ "subId": 7901303, "order": 3, "descHash": 2692096676 },
{ "subId": 7901304, "order": 4, "descHash": 2021394396 },
{ "subId": 7901305, "order": 5, "descHash": 246369772 },
{ "subId": 7901306, "order": 6, "descHash": 4238775308 },
{ "subId": 7901329, "order": 7, "descHash": 932860772 },
{ "subId": 7901307, "order": 8, "descHash": 1286917100 },
{ "subId": 7901308, "order": 9, "descHash": 3617222596 },
{ "subId": 7901309, "order": 10, "descHash": 1611137276 },
{ "subId": 7901310, "order": 11, "descHash": 1911383812 },
{ "subId": 7901323, "order": 12, "descHash": 90868028 },
{ "subId": 7901311, "order": 13, "descHash": 2429264980 },
{ "subId": 7901324, "order": 14, "descHash": 3770355020 },
{ "subId": 7901312, "order": 15, "descHash": 2224454348 },
{ "subId": 7901313, "order": 16, "descHash": 3691157380 },
{ "subId": 7901314, "order": 17, "descHash": 111603508 },
{ "subId": 7901330, "order": 18, "descHash": 3096163420 },
{ "subId": 7901315, "order": 19, "descHash": 2078780548 },
{ "subId": 7901316, "order": 20, "descHash": 696333636 },
{ "subId": 7901317, "order": 21, "descHash": 705356412 },
{ "subId": 7901325, "order": 22, "descHash": 3175709772 },
{ "subId": 7901318, "order": 23, "descHash": 2634677444 },
{ "subId": 7901327, "order": 24, "descHash": 1781583980 },
{ "subId": 7901328, "order": 25, "descHash": 557789732 },
{ "subId": 7901319, "order": 26, "descHash": 146402988 },
{ "subId": 7901331, "order": 27, "descHash": 2454258364 },
{ "subId": 7901321, "order": 28, "descHash": 2955824372 },
{ "subId": 7901322, "order": 29, "descHash": 2057545084 },
{ "subId": 7901326, "order": 30, "descHash": 292881052 }
]
},
{
"id": 79014,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 2385942159,
"children": [
{ "subId": 7901401, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 195248844 },
{ "subId": 7901402, "order": 2, "hidden": true, "test": true, "unreleased": true, "descHash": 187777236 },
{ "subId": 7901403, "order": 3, "hidden": true, "test": true, "unreleased": true, "descHash": 2936808980 }
]
},
{
"id": 79015,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 4000469551,
"children": [
{ "subId": 7901501, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 1173420068 },
{ "subId": 7901502, "order": 2, "hidden": true, "test": true, "unreleased": true, "descHash": 142648612 },
{ "subId": 7901503, "order": 3, "hidden": true, "test": true, "unreleased": true, "descHash": 2939190292 }
]
},
{
"id": 79016,
"hidden": true,
"test": true,
"titleHash": 2495956583,
"children": [
{ "subId": 7901601, "order": 1, "hidden": true },
{ "subId": 7901602, "order": 2, "hidden": true }
]
},
{
"id": 79017,
"hidden": true,
"test": true,
"titleHash": 778730487,
"children": [{ "subId": 7901701, "order": 1, "hidden": true }]
},
{
"id": 79019,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 1033617279,
"children": [
{ "subId": 7901901, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 323732788 },
{ "subId": 7901902, "order": 2, "hidden": true, "test": true, "unreleased": true, "descHash": 2567007164 },
{ "subId": 7901903, "order": 3, "hidden": true, "test": true, "unreleased": true, "descHash": 3703820324 },
{ "subId": 7901904, "order": 4, "hidden": true, "test": true, "unreleased": true, "descHash": 4170917828 },
{ "subId": 7901905, "order": 5, "hidden": true, "test": true, "unreleased": true, "descHash": 3568848428 },
{ "subId": 7901906, "order": 6, "hidden": true, "test": true, "unreleased": true, "descHash": 279731964 },
{ "subId": 7901907, "order": 7, "hidden": true, "test": true, "unreleased": true, "descHash": 3513371708 }
]
},
{
"id": 79020,
"titleHash": 2473272919,
"children": [
{ "subId": 7902001, "order": 1, "hidden": true, "test": true, "descHash": 600253684 },
{ "subId": 7902012, "order": 2, "descHash": 76772428 },
{ "subId": 7902003, "order": 3, "hidden": true, "test": true, "descHash": 1196101700 },
{ "subId": 7902004, "order": 4, "hidden": true, "test": true, "descHash": 3959069044 },
{ "subId": 7902005, "order": 5, "hidden": true, "test": true, "descHash": 3089535932 },
{ "subId": 7902006, "order": 6, "hidden": true, "test": true, "descHash": 531169348 },
{ "subId": 7902007, "order": 7, "descHash": 826280876 },
{ "subId": 7902008, "order": 8, "hidden": true },
{ "subId": 7902009, "order": 9, "descHash": 3155216188 },
{ "subId": 7902010, "order": 10, "descHash": 1539073612 },
{ "subId": 7902011, "order": 11, "descHash": 2297260716 },
{ "subId": 7902013, "order": 12, "descHash": 1929311692 }
]
},
{
"id": 79021,
"titleHash": 1087035767,
"children": [
{ "subId": 7902120, "order": 1, "descHash": 902531548 },
{ "subId": 7902121, "order": 2, "descHash": 518590820 },
{ "subId": 7902122, "order": 3, "descHash": 310183548 },
{ "subId": 7902102, "order": 4, "descHash": 3182619908 },
{ "subId": 7902103, "order": 5, "descHash": 498813204 },
{ "subId": 7902104, "order": 6, "descHash": 1416628964 },
{ "subId": 7902105, "order": 7, "descHash": 3929165700 },
{ "subId": 7902106, "order": 8, "descHash": 3464635148 },
{ "subId": 7902107, "order": 9, "descHash": 3219986692 },
{ "subId": 7902108, "order": 10, "descHash": 2494711100 },
{ "subId": 7902109, "order": 11, "descHash": 3790880132 },
{ "subId": 7902110, "order": 12, "descHash": 3475882452 },
{ "subId": 7902111, "order": 13, "descHash": 3943122380 },
{ "subId": 7902112, "order": 14, "descHash": 1965338588 },
{ "subId": 7902113, "order": 15, "descHash": 1056013036 },
{ "subId": 7902114, "order": 16, "descHash": 997284084 },
{ "subId": 7902123, "order": 17, "descHash": 446022116 },
{ "subId": 7902115, "order": 18, "descHash": 2864408836 },
{ "subId": 7902116, "order": 19, "descHash": 50695700 },
{ "subId": 7902124, "order": 20, "descHash": 2979617500 },
{ "subId": 7902119, "order": 21, "descHash": 954916308 }
]
},
{
"id": 79022,
"titleHash": 1977324127,
"children": [
{ "subId": 7902214, "order": 1, "hidden": true },
{ "subId": 7902201, "order": 2, "hidden": true, "descHash": 1693840756 },
{ "subId": 7902210, "order": 3, "hidden": true },
{ "subId": 7902202, "order": 4, "descHash": 2462642516 },
{ "subId": 7902205, "order": 5, "descHash": 2973036452 },
{ "subId": 7902213, "order": 6, "descHash": 1620121020 },
{ "subId": 7902206, "order": 7, "descHash": 2356247220 },
{ "subId": 7902207, "order": 8, "descHash": 3226964940 },
{ "subId": 7902208, "order": 9, "descHash": 117632212 },
{ "subId": 7902211, "order": 10, "descHash": 3573925708 },
{ "subId": 7902212, "order": 11, "hidden": true, "descHash": 4107346996 }
]
},
{
"id": 79023,
"titleHash": 1436509591,
"children": [
{ "subId": 7902314, "order": 1, "hidden": true },
{ "subId": 7902301, "order": 2, "hidden": true, "descHash": 3605612436 },
{ "subId": 7902310, "order": 3, "hidden": true },
{ "subId": 7902302, "order": 4, "descHash": 856176300 },
{ "subId": 7902303, "order": 5, "descHash": 2202005692 },
{ "subId": 7902313, "order": 6, "descHash": 239981484 },
{ "subId": 7902305, "order": 7, "descHash": 2407044916 },
{ "subId": 7902306, "order": 8, "descHash": 947261020 },
{ "subId": 7902307, "order": 9, "descHash": 1941580484 },
{ "subId": 7902308, "order": 10, "descHash": 1449952036 },
{ "subId": 7902309, "order": 11, "descHash": 4045310316 },
{ "subId": 7902311, "order": 12, "hidden": true },
{ "subId": 7902312, "order": 13, "descHash": 625454660 }
]
},
{
"id": 79024,
"titleHash": 206663479,
"children": [
{ "subId": 7902401, "order": 1, "descHash": 608651092 },
{ "subId": 7902402, "order": 2, "descHash": 3349356372 },
{ "subId": 7902415, "order": 3, "descHash": 1833081364 },
{ "subId": 7902417, "order": 4, "descHash": 1321160468 },
{ "subId": 7902416, "order": 5, "descHash": 1518701516 },
{ "subId": 7902403, "order": 6, "descHash": 3315955076 },
{ "subId": 7902410, "order": 7, "descHash": 1812087380 },
{ "subId": 7902404, "order": 8, "descHash": 3194802612 },
{ "subId": 7902405, "order": 9, "descHash": 3576432932 },
{ "subId": 7902406, "order": 10, "descHash": 2398243180 },
{ "subId": 7902412, "order": 11, "hidden": true },
{ "subId": 7902413, "order": 12, "hidden": true },
{ "subId": 7902414, "order": 13, "hidden": true },
{ "subId": 7902409, "order": 14, "hidden": true },
{ "subId": 7902407, "order": 15, "descHash": 1471415284 },
{ "subId": 7902411, "order": 16, "descHash": 556658564 }
]
},
{
"id": 79025,
"titleHash": 3396187359,
"children": [
{ "subId": 7902501, "order": 1, "hidden": true, "descHash": 1095136732 },
{ "subId": 7902502, "order": 2, "hidden": true, "descHash": 3908151540 },
{ "subId": 7902503, "order": 3, "descHash": 1047070452 },
{ "subId": 7902504, "order": 4, "descHash": 3710364228 },
{ "subId": 7902505, "order": 5, "descHash": 2503239964 },
{ "subId": 7902542, "order": 6, "descHash": 2501198100 },
{ "subId": 7902506, "order": 7, "descHash": 3662186180 },
{ "subId": 7902507, "order": 8, "descHash": 4294821508 },
{ "subId": 7902508, "order": 9, "descHash": 2506526484 },
{ "subId": 7902509, "order": 10, "descHash": 3845755260 },
{ "subId": 7902510, "order": 11, "descHash": 415673876 },
{ "subId": 7902543, "order": 12, "descHash": 2695177052 },
{ "subId": 7902511, "order": 13, "descHash": 4136417548 },
{ "subId": 7902547, "order": 14, "descHash": 3273893508 },
{ "subId": 7902546, "order": 15, "descHash": 4182447244 },
{ "subId": 7902513, "order": 16, "descHash": 675322260 },
{ "subId": 7902514, "order": 17, "descHash": 3819685876 },
{ "subId": 7902515, "order": 18, "descHash": 3639592404 },
{ "subId": 7902516, "order": 19, "descHash": 2026427500 },
{ "subId": 7902517, "order": 20, "descHash": 1792544148 },
{ "subId": 7902518, "order": 21, "descHash": 3116383100 },
{ "subId": 7902541, "order": 22, "descHash": 1214069716 },
{ "subId": 7902519, "order": 23, "descHash": 3626118188 },
{ "subId": 7902520, "order": 24, "descHash": 4061496692 },
{ "subId": 7902521, "order": 25, "descHash": 2370985740 },
{ "subId": 7902522, "order": 26, "descHash": 4158859180 },
{ "subId": 7902544, "order": 27, "descHash": 2554574916 },
{ "subId": 7902525, "order": 28, "descHash": 171244204 },
{ "subId": 7902526, "order": 29, "descHash": 209652180 },
{ "subId": 7902527, "order": 30, "descHash": 93046460 },
{ "subId": 7902528, "order": 31, "descHash": 3188851780 },
{ "subId": 7902529, "order": 32, "descHash": 204915380 },
{ "subId": 7902530, "order": 33, "descHash": 773328508 },
{ "subId": 7902531, "order": 34, "descHash": 2653327948 },
{ "subId": 7902533, "order": 35, "descHash": 698430556 },
{ "subId": 7902534, "order": 36, "descHash": 635513868 },
{ "subId": 7902551, "order": 37, "descHash": 3580225980 },
{ "subId": 7902553, "order": 38, "descHash": 2915634740 },
{ "subId": 7902536, "order": 39, "descHash": 889201060 },
{ "subId": 7902535, "order": 40, "descHash": 18946676 },
{ "subId": 7902537, "order": 41, "descHash": 1441380860 },
{ "subId": 7902538, "order": 42, "descHash": 1556593852 },
{ "subId": 7902539, "order": 43, "test": true, "descHash": 287156524 },
{ "subId": 7902552, "order": 44 },
{ "subId": 7902548, "order": 45, "hidden": true },
{ "subId": 7902549, "order": 46, "test": true, "descHash": 2273096756 },
{ "subId": 7902550, "order": 47, "test": true, "descHash": 2248421300 },
{ "subId": 7902512, "order": 48, "test": true, "descHash": 3904756340 },
{ "subId": 7902540, "order": 49, "hidden": true },
{ "subId": 7902523, "order": 50, "descHash": 2138538364 },
{ "subId": 7902524, "order": 51, "test": true, "descHash": 1908298268 },
{ "subId": 7902532, "order": 52, "test": true, "descHash": 3241279036 },
{ "subId": 7902545, "order": 53, "hidden": true, "test": true, "descHash": 3977817972 }
]
},
{
"id": 79026,
"titleHash": 953128111,
"children": [
{ "subId": 7902601, "order": 1, "hidden": true, "test": true, "descHash": 1373989092 },
{ "subId": 7902602, "order": 2, "descHash": 263019140 },
{ "subId": 7902613, "order": 3, "descHash": 1900008668 },
{ "subId": 7902608, "order": 4, "hidden": true, "test": true, "descHash": 190843252 },
{ "subId": 7902609, "order": 5, "hidden": true, "test": true, "descHash": 440645372 },
{ "subId": 7902610, "order": 6, "hidden": true, "test": true, "descHash": 3092106948 },
{ "subId": 7902603, "order": 7, "descHash": 3646984020 },
{ "subId": 7902621, "order": 8, "hidden": true },
{ "subId": 7902614, "order": 9, "hidden": true },
{ "subId": 7902615, "order": 10, "hidden": true },
{ "subId": 7902616, "order": 11, "hidden": true },
{ "subId": 7902612, "order": 12, "descHash": 3417670996 },
{ "subId": 7902617, "order": 13, "descHash": 1696395580 },
{ "subId": 7902618, "order": 14, "descHash": 1999256228 },
{ "subId": 7902604, "order": 15, "descHash": 1207702036 },
{ "subId": 7902606, "order": 16, "descHash": 876800188 },
{ "subId": 7902605, "order": 17, "descHash": 1553944004 },
{ "subId": 7902607, "order": 18, "descHash": 3464220380 },
{ "subId": 7902619, "order": 19, "hidden": true },
{ "subId": 7902620, "order": 20, "hidden": true }
]
},
{
"id": 79027,
"titleHash": 2798700983,
"children": [
{ "subId": 7902701, "order": 1, "descHash": 1697156780 },
{ "subId": 7902714, "order": 2, "descHash": 1075699084 },
{ "subId": 7902711, "order": 3, "descHash": 1482841572 },
{ "subId": 7902702, "order": 4, "descHash": 73698628 },
{ "subId": 7902712, "order": 5, "descHash": 999740932 },
{ "subId": 7902703, "order": 6, "descHash": 2558781900 },
{ "subId": 7902704, "order": 7, "descHash": 3900873468 },
{ "subId": 7902705, "order": 8, "descHash": 857109316 },
{ "subId": 7902706, "order": 9, "descHash": 1193822916 },
{ "subId": 7902713, "order": 10, "descHash": 1011200708 },
{ "subId": 7902707, "order": 11, "descHash": 4236357492 },
{ "subId": 7902708, "order": 12, "descHash": 776898652 },
{ "subId": 7902709, "order": 13, "descHash": 822847340 },
{ "subId": 7902710, "order": 14, "descHash": 4020013124 }
]
},
{
"id": 79028,
"titleHash": 524409519,
"children": [
{ "subId": 7902801, "order": 1, "descHash": 889406508 },
{ "subId": 7902802, "order": 2, "descHash": 1240675644 }
]
},
{
"id": 79029,
"titleHash": 3393689055,
"children": [
{ "subId": 7902908, "order": 1, "hidden": true, "test": true, "descHash": 1894431932 },
{ "subId": 7902901, "order": 2, "descHash": 486529532 },
{ "subId": 7902902, "order": 3, "descHash": 2845371228 },
{ "subId": 7902906, "order": 4, "descHash": 449662684 },
{ "subId": 7902907, "order": 5, "descHash": 1065970116 },
{ "subId": 7902903, "order": 6, "descHash": 2708079580 },
{ "subId": 7902904, "order": 7, "descHash": 3917061540 },
{ "subId": 7902905, "order": 8, "descHash": 2389144604 }
]
},
{
"id": 79030,
"titleHash": 2115910423,
"children": [
{ "subId": 7903001, "order": 1, "descHash": 1745131076 },
{ "subId": 7903002, "order": 2, "descHash": 1224560300 },
{ "subId": 7903005, "order": 3, "descHash": 4116137500 },
{ "subId": 7903003, "order": 4, "descHash": 1441710452 },
{ "subId": 7903004, "order": 5, "test": true, "descHash": 597055180 }
]
},
{
"id": 79031,
"titleHash": 2864145351,
"children": [
{ "subId": 7903101, "order": 1, "descHash": 1683520188 },
{ "subId": 7903102, "order": 2, "descHash": 3645291452 },
{ "subId": 7903105, "order": 3, "descHash": 2533710932 },
{ "subId": 7903103, "order": 4, "descHash": 2891657108 },
{ "subId": 7903106, "order": 5, "descHash": 2541791348 },
{ "subId": 7903104, "order": 6, "descHash": 2075281508 }
]
},
{
"id": 79032,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 2620912119,
"children": [
{ "subId": 7903201, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 2175308308 },
{ "subId": 7903202, "order": 2, "hidden": true, "test": true, "unreleased": true, "descHash": 2907473084 },
{ "subId": 7903203, "order": 3, "hidden": true, "test": true, "unreleased": true, "descHash": 683079412 },
{ "subId": 7903204, "order": 4, "hidden": true, "test": true, "unreleased": true, "descHash": 4113759084 },
{ "subId": 7903209, "order": 5, "hidden": true, "test": true, "unreleased": true },
{ "subId": 7903205, "order": 6, "hidden": true },
{ "subId": 7903206, "order": 7, "hidden": true, "test": true, "unreleased": true, "descHash": 3522790796 },
{ "subId": 7903207, "order": 8, "hidden": true, "test": true, "unreleased": true, "descHash": 1373499116 },
{ "subId": 7903208, "order": 9, "hidden": true, "test": true, "unreleased": true, "descHash": 65297284 },
{ "subId": 7903210, "order": 10, "hidden": true, "test": true, "unreleased": true }
]
},
{
"id": 79033,
"hidden": true,
"titleHash": 4056892191,
"children": [
{ "subId": 7903310, "order": 1, "hidden": true },
{ "subId": 7903308, "order": 2, "hidden": true, "descHash": 1226759180 },
{ "subId": 7903309, "order": 3, "hidden": true, "descHash": 578834836 },
{ "subId": 7903301, "order": 4, "hidden": true, "descHash": 3842470628 },
{ "subId": 7903302, "order": 5, "hidden": true, "descHash": 1462309108 },
{ "subId": 7903303, "order": 6, "hidden": true, "descHash": 243595636 },
{ "subId": 7903305, "order": 7, "hidden": true },
{ "subId": 7903306, "order": 8, "hidden": true },
{ "subId": 7903307, "order": 9, "hidden": true },
{ "subId": 7903304, "order": 10, "hidden": true }
]
},
{
"id": 79034,
"hidden": true,
"test": true,
"titleHash": 1927169103,
"children": [
{ "subId": 7903401, "order": 1 },
{ "subId": 7903402, "order": 2, "hidden": true }
]
},
{ "id": 79035, "titleHash": 631659735, "children": [{ "subId": 7903501, "order": 1, "descHash": 2621667300 }] },
{
"id": 79036,
"hidden": true,
"children": [
{ "subId": 7903603, "order": 1, "hidden": true },
{ "subId": 7903601, "order": 2, "hidden": true },
{ "subId": 7903602, "order": 3, "hidden": true }
]
},
{
"id": 79037,
"hidden": true,
"test": true,
"unreleased": true,
"titleHash": 4036500863,
"children": [
{ "subId": 7903701, "order": 1, "hidden": true, "test": true, "unreleased": true, "descHash": 3972334924 },
{ "subId": 7903702, "order": 2, "hidden": true, "test": true, "unreleased": true, "descHash": 1511624948 },
{ "subId": 7903703, "order": 3, "hidden": true, "test": true, "unreleased": true, "descHash": 2039993580 },
{ "subId": 7903707, "order": 4, "hidden": true, "test": true, "unreleased": true, "descHash": 3445868412 },
{ "subId": 7903704, "order": 5, "hidden": true, "test": true, "unreleased": true, "descHash": 951915732 },
{ "subId": 7903705, "order": 6, "hidden": true, "test": true, "unreleased": true, "descHash": 3562789652 },
{ "subId": 7903706, "order": 7, "hidden": true, "test": true, "unreleased": true, "descHash": 3184312460 },
{ "subId": 7903708, "order": 8, "hidden": true, "test": true, "unreleased": true, "descHash": 1067115092 }
]
},
{ "id": 79038, "hidden": true, "children": [{ "subId": 7903801, "order": 1, "hidden": true }] },
{ "id": 79040, "hidden": true, "children": [{ "subId": 7904001, "order": 1, "hidden": true }] },
{
"id": 90001,
"unreleased": true,
"titleHash": 3732419311,
"children": [{ "subId": 9000101, "order": 1, "hidden": true, "unreleased": true, "descHash": 1876349500 }]
},
{ "id": 80032, "test": true, "unreleased": true, "titleHash": 1535244500 },
{ "id": 80033, "test": true, "unreleased": true, "titleHash": 4090989508 },
{ "id": 80034, "test": true, "unreleased": true, "titleHash": 2554508612 },
{ "id": 80035, "test": true, "unreleased": true, "titleHash": 3375330044 },
{ "id": 80036, "test": true, "unreleased": true, "titleHash": 1521781540 },
{ "id": 302701, "hidden": true, "test": true, "titleHash": 1197900004 },
{ "id": 302702, "hidden": true, "test": true, "titleHash": 708345780 },
{ "id": 302703, "hidden": true, "test": true, "titleHash": 1212046244 }
]
================================================
FILE: src/i18n/data/common/transform.ts
================================================
import { artifactIds } from './artifactIds'
import { parseQuestItem } from './quest'
import { weatherIds } from './weatherIds'
interface Param {
artifactInfoJson: string
monsterItemJson: string
monsterTypeDict: Record
questItemJson: string
questTags: string[]
sceneItemJson: string
weatherItemJson: string
weatherType: string[]
itemTags: string[]
avatarItemJson: string
weaponItemJson: string
weaponTypeDict: Record
materialItemJson: string
materialTypeDict: Record
}
interface ArtifactText {
id: number
name: string
desc1: string
desc2: string
}
export type MonsterType =
| 'MONSTER_ORDINARY'
| 'MONSTER_BOSS'
| 'MONSTER_ENV_ANIMAL'
| 'MONSTER_FISH'
| 'MONSTER_PARTNER'
export type WeaponType = 'WEAPON_SWORD_ONE_HAND' | 'WEAPON_CLAYMORE' | 'WEAPON_POLE' | 'WEAPON_CATALYST' | 'WEAPON_BOW'
export type MaterialType =
| 'undefined'
| 'FAKE_ABSORBATE'
| 'ADSORBATE'
| 'CONSUME'
| 'TALENT'
| 'AVATAR'
| 'CHEST'
| 'NOTICE_ADD_HP'
| 'EXCHANGE'
| 'WOOD'
| 'QUEST'
| 'CRICKET'
| 'WIDGET'
| 'ELEM_CRYSTAL'
| 'SPICE_FOOD'
| 'ACTIVITY_GEAR'
| 'ACTIVITY_ROBOT'
| 'ACTIVITY_JIGSAW'
| 'FOOD'
| 'EXP_FRUIT'
| 'WEAPON_EXP_STONE'
| 'AVATAR_MATERIAL'
| 'RELIQUARY_MATERIAL'
| 'CONSUME_BATCH_USE'
| 'FISH_BAIT'
| 'CHEST_BATCH_USE'
| 'SELECTABLE_CHEST'
| 'HOME_SEED'
| 'FLYCLOAK'
| 'BGM'
| 'SEA_LAMP'
| 'CHANNELLER_SLAB_BUFF'
| 'FISH_ROD'
| 'NAMECARD'
| 'ARANARA'
| 'DESHRET_MANUAL'
| 'FIREWORKS'
| 'COSTUME'
| 'FURNITURE_SUITE_FORMULA'
| 'FURNITURE_FORMULA'
| 'RENAME_ITEM'
| 'GCG_EXCHANGE_ITEM'
| 'GCG_CARD'
| 'GCG_CARD_FACE'
| 'GCG_CARD_BACK'
| 'GCG_FIELD'
export function transformItems({
artifactInfoJson,
monsterItemJson,
monsterTypeDict,
questItemJson,
questTags,
sceneItemJson,
weatherItemJson,
weatherType,
itemTags,
avatarItemJson,
weaponItemJson,
weaponTypeDict,
materialItemJson,
materialTypeDict
}: Param) {
const artifactTexts: ArtifactText[] = JSON.parse(artifactInfoJson)
const artifactInfo = artifactTexts
.sort((a, b) => b.id - a.id)
.map(({ id, ...other }) => ({
...other,
itemIds: artifactIds[id],
img: new URL(`/src/assets/artifact/${id}.png`, import.meta.url).href
}))
const monsterItem: Record> = JSON.parse(monsterItemJson)
const monster: Message['monster'] = Object.entries(monsterItem).map(([k, v]) => ({
value: k,
label: monsterTypeDict[k as MonsterType],
children: Object.entries(v).map(([value, label]) => ({ value, label: label + `(${value})` }))
}))
const questItem: Record = JSON.parse(questItemJson)
const quest = parseQuestItem(questItem, questTags)
const sceneItem: Record = JSON.parse(sceneItemJson)
const scene = Object.entries(sceneItem).map(([k, v]) => ({ value: k, label: `${k} ${v}` }))
const weatherItem: Record = JSON.parse(weatherItemJson)
const weather = weatherType.map((x, i) => ({
value: x,
label: x,
children: weatherIds[i].map(y => ({ value: i + '_' + y, label: weatherItem[y] + `(${y})` }))
}))
const avatarItem: Record = JSON.parse(avatarItemJson)
const avatar = Object.entries(avatarItem).map(([k, v]) => ({ value: k, label: v }))
const weaponItem: Record> = JSON.parse(weaponItemJson)
const weapon = Object.entries(weaponItem).map(([k, v]) => ({
value: k,
label: weaponTypeDict[k as WeaponType],
children: Object.entries(v).map(([value, label]) => ({ value, label }))
}))
const materialItem: Record> = JSON.parse(materialItemJson)
const material = Object.entries(materialItem).map(([k, v]) => ({
value: k,
label: materialTypeDict[k as MaterialType],
children: Object.entries(v).map(([value, label]) => ({ value, label }))
}))
const item = [
{ value: 'character', label: itemTags[0], children: avatar },
{ value: 'weapon', label: itemTags[1], children: weapon },
{ value: 'material', label: itemTags[2], children: material }
]
return { artifactInfo, monster, quest, scene, weather, item }
}
================================================
FILE: src/i18n/data/common/weatherIds.ts
================================================
export const weatherIds = [
[
0, 1, 3, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1008, 1009, 1010, 1011, 1012, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024,
2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2034, 2035, 2036, 2037, 2038, 2039, 2107, 2113, 2114, 2115, 2116,
2117, 2118, 2121, 2124, 2125, 2126, 2127, 2130, 2131, 2132, 2135, 2138, 2140, 2144, 2152, 2162, 2163, 2164, 2165,
2167, 2191, 2195, 2207, 2225, 2252, 2276, 3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007, 3011, 3012, 3013, 3025,
3026, 3027, 3028, 3029, 3030, 3031, 3032, 3033, 3034, 3035, 3036, 3037, 3045, 3046, 3047, 3048, 3050, 3051, 3055,
3056, 3059, 3060, 3061, 3062, 3063, 3064, 3065, 3066, 3067, 3068, 3069, 3070, 3071, 3072, 3073, 3074, 3075, 3076,
3077, 3078, 3079, 3080, 3081, 3082, 3083, 3084, 3085, 3086, 3087, 3088, 3089, 3090, 3091, 3093, 3094, 3095, 3097,
3098, 3099, 3100, 3101, 3102, 3105, 3113, 3118, 3119, 3120, 3121, 3125, 3126, 3127, 3128, 3129, 3130, 3131, 3132,
3133, 3134, 3135, 3141, 3142, 3143, 3144, 3145, 3146, 3147, 3150, 3163, 3164, 3165, 3166, 3169, 3170, 3171, 3172,
3173, 3174, 3175, 3179, 3183, 3186, 3188, 3189, 3191, 3193, 3194, 3196, 3201, 3217, 3218, 3219, 3220, 3221, 3228,
3231, 3246, 3264, 3286, 3301, 3333, 3334, 3335, 3336, 3337, 3338, 3339, 3342, 3343, 3344, 3345, 3347, 3348, 3351,
3354, 3355, 3356, 3357, 3358, 3359, 3360, 3361, 3362, 3363, 3364, 3365, 3368, 3369, 3370, 3371, 3372, 3373, 3374,
3375, 3412, 3433, 3436, 3438, 3445, 3458, 3461, 3474, 3475, 3500, 3501, 3600, 4000, 4001, 4002, 4003, 4004, 4005,
4006, 4007, 4008, 4009, 4010, 4011, 4012, 4013, 4014, 4015, 4016, 4017, 4018, 4020, 4023, 4024, 4025, 4026, 4027,
4028, 4029, 4030, 4031, 4032, 4033, 4034, 4035, 4036, 4037, 4038, 4039, 4040, 4041, 4042, 4043, 4044, 4045, 4046,
4047, 4048, 4049, 4050, 4051, 4052, 4053, 4054, 4055, 4056, 4057, 4058, 4059, 4060, 4061, 4062, 4063, 4064, 4065,
4066, 4067, 4068, 4069, 4070, 4071, 4072, 4073, 4074, 4075, 4076, 4077, 4078, 4079, 4080, 4081, 4082, 4083, 4084,
4085, 4086, 4087, 4088, 4089, 4090, 4091, 4092, 4093, 4094, 4102, 4104, 4105, 4108, 4110, 4113, 4114, 4116, 4118,
4119, 4120, 4121, 4122, 4123, 4124, 4125, 4200, 4201, 4202, 4203, 4204, 4205, 4206, 4207, 4208, 4209, 4210, 4211,
4212, 4213, 4214, 4215, 4216, 4217, 4218, 4219, 4220, 4221, 4222, 4223, 4224, 4225, 4226, 4227, 4228, 4229, 4230,
4231, 4232, 4233, 4234, 4235, 4236, 4237, 4238, 4239, 4240, 4241, 4242, 4243, 4244, 4245, 4246, 4247, 4248, 4249,
4250, 4251, 4254, 5001, 5003, 5004, 5005, 6001, 7001, 9001, 9002, 9003, 9005, 9006, 9008, 9009, 9011, 9015, 9016,
9017, 9018, 9019, 9020, 9999, 10001, 10002, 10003, 10004, 10005, 10006, 10007, 10008, 10009, 10010, 10011, 10012,
10013, 10014, 10015, 10016, 10017, 10018, 10019, 10020, 10021, 10022, 10023, 10024, 10025, 10026, 10027, 10028,
10029, 10032, 10035, 10039, 10043, 10047, 10051, 10055, 10059, 10060, 10064, 10065, 10067, 10068, 10069, 10070,
10071, 10072, 10073, 10074, 10076, 10077, 10079, 10080, 10081, 10082, 10083, 10084, 10085, 10086, 10087, 10088,
10089, 10090, 10092, 10093, 10094, 10095, 10096, 10097, 10098, 10099, 10100, 10101, 10102, 10103, 10104, 10105,
10106, 10107, 10108, 10112, 10116, 10120, 10124, 10128, 10132, 10133, 10135, 10136, 10137, 10138, 10139, 10140,
10141, 10142, 10143, 10144, 10150, 10151, 10152, 10154, 10155, 10156, 10157, 10166, 10169, 10172, 10175, 10176,
11035, 11039, 11043, 11047, 11051, 11055, 90001
],
[
2, 4, 1007, 2139, 2141, 2142, 2143, 2145, 2146, 2147, 2148, 2149, 2150, 2151, 2153, 2154, 2155, 2156, 2157, 2158,
2159, 2160, 2161, 2166, 2168, 2169, 2170, 2171, 2172, 2173, 2174, 2175, 2176, 2177, 2178, 2179, 2180, 2181, 2182,
2183, 2184, 2185, 2186, 2187, 2188, 2189, 2190, 2192, 2193, 2194, 2196, 2197, 2198, 2199, 2275, 2277, 2284, 2285,
2286, 2289, 2290, 3018, 3019, 3020, 3021, 3022, 3023, 3024, 3049, 3057, 3096, 3106, 3107, 3108, 3117, 3122, 3123,
3138, 3139, 3140, 3151, 3157, 3207, 3240, 3311, 3312, 3313, 3314, 3318, 3319, 3320, 3321, 3322, 3323, 3324, 3325,
3326, 3327, 3330, 3331, 3340, 3413, 3422, 3423, 3426, 3427, 4019, 4101, 4112, 4252, 9004, 9010, 9012, 9013, 9014,
10030, 10033, 10036, 10040, 10044, 10048, 10052, 10056, 10061, 10066, 10075, 10078, 10109, 10113, 10117, 10121,
10125, 10129, 10134, 10145, 10167, 10170, 10173, 10178, 11036, 11040, 11044, 11048, 11052, 11056
],
[
0, 1, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1009, 1012, 2000, 2002, 2003, 2006, 2009, 2019, 2113, 2117, 2118,
2121, 2130, 2191, 2200, 3002, 3007, 3008, 3009, 3010, 3014, 3015, 3016, 3017, 3032, 3033, 3034, 3035, 3048, 3050,
3080, 3084, 3085, 3115, 3116, 3125, 3127, 3129, 3132, 3133, 3134, 3135, 3136, 3137, 3145, 3146, 3147, 3156, 3173,
3174, 3179, 3181, 3183, 3188, 3189, 3228, 3241, 3341, 3501, 4000, 4021, 4022, 4054, 4072, 4089, 5002, 5006, 6001,
7001, 9999, 10031, 10034, 10037, 10041, 10045, 10049, 10053, 10057, 10062, 10063, 10091, 10110, 10114, 10118, 10122,
10126, 10130, 10146, 10153, 10158, 10168, 10171, 10174, 11037, 11041, 11045, 11049, 11053, 11057, 90001
],
[
0, 1, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1009, 1012, 2000, 2002, 2003, 2006, 2009, 2019, 2113, 2117, 2118,
2121, 2130, 2191, 3002, 3007, 3032, 3033, 3034, 3035, 3048, 3050, 3080, 3084, 3085, 3092, 3125, 3127, 3129, 3132,
3133, 3134, 3135, 3145, 3146, 3147, 3173, 3174, 3179, 3183, 3188, 3189, 3228, 3501, 4000, 4054, 4072, 4089, 6001,
7001, 9999, 10038, 10042, 10046, 10050, 10054, 10058, 10111, 10115, 10119, 10123, 10127, 10131, 10147, 10148, 10149,
10159, 10160, 10161, 10162, 10163, 10164, 10165, 11038, 11042, 11046, 11050, 11054, 11058, 90001
],
[0, 2022, 2023, 2028, 2029, 2034, 2035, 2037, 2113, 2117, 2118, 2121, 2124, 2127, 2130, 2132, 2135, 2138, 2191, 2225],
[
0, 1, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1009, 1012, 2000, 2002, 2003, 2006, 2009, 2019, 2024, 2025, 2027,
2031, 2032, 2036, 2038, 2039, 2113, 2117, 2118, 2121, 2125, 2130, 2131, 2191, 2201, 3002, 3007, 3032, 3033, 3034,
3035, 3038, 3048, 3050, 3058, 3080, 3084, 3085, 3103, 3104, 3109, 3110, 3111, 3112, 3114, 3125, 3127, 3129, 3132,
3133, 3134, 3135, 3145, 3146, 3147, 3173, 3174, 3179, 3183, 3188, 3189, 3228, 3315, 3316, 3317, 3328, 3329, 3332,
3411, 3414, 3419, 3420, 3424, 3425, 3430, 3431, 3501, 4111, 4253, 5007, 6001, 7001, 9007, 9999, 90001
]
]
================================================
FILE: src/i18n/data/en/artifactInfo.json
================================================
[
{
"id": 214001,
"name": "Blizzard Strayer",
"desc1": "Cryo DMG Bonus +15%",
"desc2": "When a character attacks an opponent affected by Cryo, their CRIT Rate is increased by 20%. If the opponent is Frozen, CRIT Rate is increased by an additional 20%."
},
{
"id": 214002,
"name": "Thundersoother",
"desc1": "Electro RES increased by 40%.",
"desc2": "Increases DMG against opponents affected by Electro by 35%."
},
{
"id": 214003,
"name": "Lavawalker",
"desc1": "Pyro RES increased by 40%.",
"desc2": "Increases DMG against opponents affected by Pyro by 35%."
},
{
"id": 214004,
"name": "Maiden Beloved",
"desc1": "Character Healing Effectiveness +15%",
"desc2": "Using an Elemental Skill or Burst increases healing received by all party members by 20% for 10s."
},
{
"id": 215001,
"name": "Gladiator's Finale",
"desc1": "ATK +18%.",
"desc2": "If the wielder of this artifact set uses a Sword, Claymore or Polearm, increases their Normal Attack DMG by 35%."
},
{
"id": 215002,
"name": "Viridescent Venerer",
"desc1": "Anemo DMG Bonus +15%",
"desc2": "Increases Swirl DMG by 60%. Decreases opponent's Elemental RES to the element infused in the Swirl by 40% for 10s."
},
{
"id": 215003,
"name": "Wanderer's Troupe",
"desc1": "Increases Elemental Mastery by 80.",
"desc2": "Increases Charged Attack DMG by 35% if the character uses a Catalyst or a Bow."
},
{
"id": 215004,
"name": "Glacier and Snowfield",
"desc1": "Cryo DMG Bonus +15%",
"desc2": "Increases Superconduct DMG by 100%. Increases Melt DMG by 15%. Using an Elemental Burst increases Cryo DMG Bonus by 30% for 10s."
},
{
"id": 215005,
"name": "Thundering Fury",
"desc1": "Electro DMG Bonus +15%",
"desc2": "Increases DMG caused by Overloaded, Electro-Charged, Superconduct, and Hyperbloom by 40%, and the DMG Bonus conferred by Aggravate is increased by 20%. When Quicken or the aforementioned Elemental Reactions are triggered, Elemental Skill CD is decreased by 1s. Can only occur once every 0.8s."
},
{
"id": 215006,
"name": "Crimson Witch of Flames",
"desc1": "Pyro DMG Bonus +15%",
"desc2": "Increases Overloaded, Burning, and Burgeon DMG by 40%. Increases Vaporize and Melt DMG by 15%. Using Elemental Skill increases the 2-Piece Set Bonus by 50% of its starting value for 10s. Max 3 stacks."
},
{
"id": 215007,
"name": "Noblesse Oblige",
"desc1": "Elemental Burst DMG +20%",
"desc2": "Using an Elemental Burst increases all party members' ATK by 20% for 12s. This effect cannot stack."
},
{
"id": 215008,
"name": "Bloodstained Chivalry",
"desc1": "Physical DMG +25%",
"desc2": "After defeating an opponent, increases Charged Attack DMG by 50%, and reduces its Stamina cost to 0 for 10s."
},
{
"id": 215014,
"name": "Archaic Petra",
"desc1": "Gain a 15% Geo DMG Bonus.",
"desc2": "Upon obtaining an Elemental Shard created through a Crystallize Reaction, all party members gain a 35% DMG Bonus for that particular element for 10s. Only one form of Elemental DMG Bonus can be gained in this manner at any one time."
},
{
"id": 215015,
"name": "Retracing Bolide",
"desc1": "Increases Shield Strength by 35%.",
"desc2": "While protected by a shield, gain an additional 40% Normal and Charged Attack DMG."
},
{
"id": 215016,
"name": "Heart of Depth",
"desc1": "Hydro DMG Bonus +15%",
"desc2": "After using Elemental Skill, increases Normal Attack and Charged Attack DMG by 30% for 15s."
},
{
"id": 215017,
"name": "Tenacity of the Millelith",
"desc1": "HP increased by 20%.",
"desc2": "When an Elemental Skill hits an opponent, the ATK of all nearby party members is increased by 20% and their Shield Strength is increased by 30% for 3s. This effect can be triggered once every 0.5s. This effect can still be triggered even when the character who is using this artifact set is not on the field."
},
{
"id": 215018,
"name": "Pale Flame",
"desc1": "Physical DMG is increased by 25%.",
"desc2": "When an Elemental Skill hits an opponent, ATK is increased by 9% for 7s. This effect stacks up to 2 times and can be triggered once every 0.3s. Once 2 stacks are reached, the 2-set effect is increased by 100%."
},
{
"id": 215019,
"name": "Shimenawa's Reminiscence",
"desc1": "ATK +18%.",
"desc2": "When casting an Elemental Skill, if the character has 15 or more Energy, they lose 15 Energy and Normal/Charged/Plunging Attack DMG is increased by 50% for 10s. This effect will not trigger again during that duration."
},
{
"id": 215020,
"name": "Emblem of Severed Fate",
"desc1": "Energy Recharge +20%",
"desc2": "Increases Elemental Burst DMG by 25% of Energy Recharge. A maximum of 75% bonus DMG can be obtained in this way."
},
{
"id": 215021,
"name": "Husk of Opulent Dreams",
"desc1": "DEF +30%",
"desc2": "A character equipped with this Artifact set will obtain the Curiosity effect in the following conditions: When on the field, the character gains 1 stack after hitting an opponent with a Geo attack, triggering a maximum of once every 0.3s. When off the field, the character gains 1 stack every 3s. Curiosity can stack up to 4 times, each providing 6% DEF and a 6% Geo DMG Bonus. When 6 seconds pass without gaining a Curiosity stack, 1 stack is lost."
},
{
"id": 215022,
"name": "Ocean-Hued Clam",
"desc1": "Healing Bonus +15%.",
"desc2": "When the character equipping this artifact set heals a character in the party, a Sea-Dyed Foam will appear for 3 seconds, accumulating the amount of HP recovered from healing (including overflow healing). At the end of the duration, the Sea-Dyed Foam will explode, dealing DMG to nearby opponents based on 90% of the accumulated healing. (This DMG is calculated similarly to Reactions such as Electro-Charged, and Superconduct, but is not affected by Elemental Mastery, Character Levels, or Reaction DMG Bonuses). Only one Sea-Dyed Foam can be produced every 3.5 seconds. Each Sea-Dyed Foam can accumulate up to 30,000 HP (including overflow healing). There can be no more than one Sea-Dyed Foam active at any given time. This effect can still be triggered even when the character who is using this artifact set is not on the field."
},
{
"id": 215023,
"name": "Vermillion Hereafter",
"desc1": "ATK +18%.",
"desc2": "After using an Elemental Burst, this character will gain the Nascent Light effect, increasing their ATK by 8% for 16s. When the character's HP decreases, their ATK will further increase by 10%. This further increase can occur this way a maximum of 4 times. This effect can be triggered once every 0.8s. Nascent Light will be dispelled when the character leaves the field. If an Elemental Burst is used again during the duration of Nascent Light, the original Nascent Light will be dispelled."
},
{
"id": 215024,
"name": "Echoes of an Offering",
"desc1": "ATK +18%.",
"desc2": "When Normal Attacks hit opponents, there is a 36% chance that it will trigger Valley Rite, which will increase Normal Attack DMG by 70% of ATK. This effect will be dispelled 0.05s after a Normal Attack deals DMG. If a Normal Attack fails to trigger Valley Rite, the odds of it triggering the next time will increase by 20%. This trigger can occur once every 0.2s."
},
{
"id": 215025,
"name": "Deepwood Memories",
"desc1": "Dendro DMG Bonus +15%.",
"desc2": "After Elemental Skills or Bursts hit opponents, the targets' Dendro RES will be decreased by 30% for 8s. This effect can be triggered even if the equipping character is not on the field."
},
{
"id": 215026,
"name": "Gilded Dreams",
"desc1": "Increases Elemental Mastery by 80.",
"desc2": "Within 8s of triggering an Elemental Reaction, the character equipping this will obtain buffs based on the Elemental Type of the other party members. ATK is increased by 14% for each party member whose Elemental Type is the same as the equipping character, and Elemental Mastery is increased by 50 for every party member with a different Elemental Type. Each of the aforementioned buffs will count up to 3 characters. This effect can be triggered once every 8s. The character who equips this can still trigger its effects when not on the field."
},
{
"id": 215027,
"name": "Desert Pavilion Chronicle",
"desc1": "Anemo DMG Bonus +15%",
"desc2": "When Charged Attacks hit opponents, the equipping character's Normal Attack SPD will increase by 10% while Normal, Charged, and Plunging Attack DMG will increase by 40% for 15s."
},
{
"id": 215028,
"name": "Flower of Paradise Lost",
"desc1": "Increases Elemental Mastery by 80.",
"desc2": "The equipping character's Bloom, Hyperbloom, and Burgeon reaction DMG are increased by 40%. Additionally, after the equipping character triggers Bloom, Hyperbloom, or Burgeon, they will gain another 25% bonus to the effect mentioned prior. Each stack of this lasts 10s. Max 4 stacks simultaneously. This effect can only be triggered once per second. The character who equips this can still trigger its effects when not on the field."
}
]
================================================
FILE: src/i18n/data/en/avatarItem.json
================================================
{
"10000001": "Kate",
"10000002": "Kamisato Ayaka",
"10000003": "Jean",
"10000005": "Traveler (Male)",
"10000006": "Lisa",
"10000007": "Traveler (Female)",
"10000014": "Barbara",
"10000015": "Kaeya",
"10000016": "Diluc",
"10000020": "Razor",
"10000021": "Amber",
"10000022": "Venti",
"10000023": "Xiangling",
"10000024": "Beidou",
"10000025": "Xingqiu",
"10000026": "Xiao",
"10000027": "Ningguang",
"10000029": "Klee",
"10000030": "Zhongli",
"10000031": "Fischl",
"10000032": "Bennett",
"10000033": "Tartaglia",
"10000034": "Noelle",
"10000035": "Qiqi",
"10000036": "Chongyun",
"10000037": "Ganyu",
"10000038": "Albedo",
"10000039": "Diona",
"10000041": "Mona",
"10000042": "Keqing",
"10000043": "Sucrose",
"10000044": "Xinyan",
"10000045": "Rosaria",
"10000046": "Hu Tao",
"10000047": "Kaedehara Kazuha",
"10000048": "Yanfei",
"10000049": "Yoimiya",
"10000050": "Thoma",
"10000051": "Eula",
"10000052": "Raiden Shogun",
"10000053": "Sayu",
"10000054": "Sangonomiya Kokomi",
"10000055": "Gorou",
"10000056": "Kujou Sara",
"10000057": "Arataki Itto",
"10000058": "Yae Miko",
"10000059": "Shikanoin Heizou",
"10000060": "Yelan",
"10000062": "Aloy",
"10000063": "Shenhe",
"10000064": "Yun Jin",
"10000065": "Kuki Shinobu",
"10000066": "Kamisato Ayato",
"10000067": "Collei",
"10000068": "Dori",
"10000069": "Tighnari",
"10000070": "Nilou",
"10000071": "Cyno",
"10000072": "Candace",
"10000073": "Nahida",
"10000074": "Layla",
"10000075": "Wanderer",
"10000076": "Faruzan",
"10000077": "Yaoyao",
"10000078": "Alhaitham",
"11000008": "Party Test #4",
"11000009": "Background Test",
"11000010": "Naked Model #1",
"11000011": "Naked Man",
"11000013": "Co-Op Test",
"11000017": "Adult Male Body Test",
"11000018": "Adult Female Body Test",
"11000019": "Girl Body Test",
"11000025": "Akuliya",
"11000026": "Yaoyao",
"11000027": "Girl Body Test - #2 Machine",
"11000028": "Shiro Maiden",
"11000030": "Greatsword Maiden",
"11000031": "Late Weapon Test A",
"11000032": "Late Weapon Test B",
"11000033": "Late Weapon Test C",
"11000034": "Late Weapon Test D",
"11000035": "Lance Warrioress",
"11000036": "Swordswoman Test",
"11000037": "Rx White-Box",
"11000038": "Boy Body Test",
"11000039": "Adult Male Body Test",
"11000040": "Female Lead New Normal Attack",
"11000041": "Male Lead New Normal Attack",
"11000042": "Chongyun (Test)",
"11000043": "Test Character",
"11000044": "Qiqi (Test)",
"11000045": "Diona (Test)"
}
================================================
FILE: src/i18n/data/en/index.ts
================================================
import { type MonsterType, type WeaponType, type MaterialType, transformItems } from '../common/transform'
import artifactInfoJson from './artifactInfo.json?raw'
import avatarItemJson from './avatarItem.json?raw'
import materialItemJson from './materialItem.json?raw'
import monsterItemJson from './monsterItem.json?raw'
import questItemJson from './questItem.json?raw'
import { route } from './route'
import sceneItemJson from './sceneItem.json?raw'
import weaponItemJson from './weaponItem.json?raw'
import weatherItemJson from './weatherItem.json?raw'
const monsterTypeDict: Record = {
MONSTER_ORDINARY: 'Monster',
MONSTER_BOSS: 'Boss',
MONSTER_ENV_ANIMAL: 'Animal',
MONSTER_FISH: 'Fish',
MONSTER_PARTNER: 'Partner'
}
const questTags = ['hidden', 'test', 'unreleased']
const weatherType = ['sunny', 'cloudy', 'rain', 'thunderstorm', 'snow', 'mist']
const itemTags = ['Characters', 'Weapons', 'Material']
const weaponTypeDict: Record = {
WEAPON_SWORD_ONE_HAND: 'Sword',
WEAPON_CLAYMORE: 'Claymore',
WEAPON_POLE: 'Polearm',
WEAPON_CATALYST: 'Catalyst',
WEAPON_BOW: 'Bow'
}
const materialTypeDict: Record = {
undefined: 'Sundry',
FAKE_ABSORBATE: 'FAKE_ABSORBATE',
ADSORBATE: 'ADSORBATE',
CONSUME: 'Consume',
TALENT: 'Talent',
AVATAR: 'Avatar',
CHEST: 'Chest',
NOTICE_ADD_HP: 'NOTICE_ADD_HP',
EXCHANGE: 'Exchange',
WOOD: 'Wood',
QUEST: 'Quest',
CRICKET: 'Cricket',
WIDGET: 'Widget',
ELEM_CRYSTAL: 'ELEM_CRYSTAL',
SPICE_FOOD: 'Spice Food',
ACTIVITY_GEAR: 'ACTIVITY_GEAR',
ACTIVITY_ROBOT: 'ACTIVITY_ROBOT',
ACTIVITY_JIGSAW: 'ACTIVITY_JIGSAW',
FOOD: 'Food',
EXP_FRUIT: 'EXP_FRUIT',
WEAPON_EXP_STONE: 'WEAPON_EXP_STONE',
AVATAR_MATERIAL: 'AVATAR_MATERIAL',
RELIQUARY_MATERIAL: 'RELIQUARY_MATERIAL',
CONSUME_BATCH_USE: 'CONSUME_BATCH_USE',
FISH_BAIT: 'FISH_BAIT',
CHEST_BATCH_USE: 'CHEST_BATCH_USE',
SELECTABLE_CHEST: 'SELECTABLE_CHEST',
HOME_SEED: 'HOME_SEED',
FLYCLOAK: 'FLYCLOAK',
BGM: 'Bgm',
SEA_LAMP: 'SEA_LAMP',
CHANNELLER_SLAB_BUFF: 'CHANNELLER_SLAB_BUFF',
FISH_ROD: 'Fish Rod',
NAMECARD: 'Namecard',
ARANARA: 'ARANARA',
DESHRET_MANUAL: 'DESHRET_MANUAL',
FIREWORKS: 'FIREWORKS',
COSTUME: 'Costume',
FURNITURE_SUITE_FORMULA: 'FURNITURE_SUITE_FORMULA',
FURNITURE_FORMULA: 'FURNITURE_FORMULA',
RENAME_ITEM: 'RENAME_ITEM',
GCG_EXCHANGE_ITEM: 'GCG_EXCHANGE_ITEM',
GCG_CARD: 'GCG_CARD',
GCG_CARD_FACE: 'GCG_CARD_FACE',
GCG_CARD_BACK: 'GCG_CARD_BACK',
GCG_FIELD: 'GCG_FIELD'
}
const items = transformItems({
artifactInfoJson,
monsterItemJson,
monsterTypeDict,
questItemJson,
questTags,
sceneItemJson,
weatherItemJson,
weatherType,
itemTags,
avatarItemJson,
weaponItemJson,
weaponTypeDict,
materialItemJson,
materialTypeDict
})
const message: Message = { route, ...items }
export default message
================================================
FILE: src/i18n/data/en/materialItem.json
================================================
{
"undefined": {
"101": "Character EXP",
"102": "Adventure EXP",
"103": "Stardust",
"104": "Starglitter",
"105": "Companionship EXP",
"106": "Original Resin",
"107": "Story Key",
"109": "Fading Star's Might",
"110": "Fading Star's Essence",
"111": "Glimmering Essence",
"112": "Warm Essence",
"113": "Miraculous Essence",
"115": "Peace Talisman",
"116": "Festive Fever",
"117": "Veneficus Sigil",
"118": "Festive Tour Ticket",
"119": "Peculiar Collab Coupon",
"120": "Heart of the Spring",
"121": "Trust",
"122": "Fractured Fruit Data",
"123": "Windtrace Coins",
"124": "Shiny Flotsam",
"125": "Mini \"Harpastum\"",
"126": "Enigma Gear",
"127": "Thunder Pellet",
"128": "Thunder Crystal",
"129": "Mechanicus Mastery EXP",
"130": "Wondrous Talisman",
"131": "Moonchase Festival Festive Fever",
"132": "Battered Shikifuda",
"133": "Damaged Replica",
"134": "Aged Token",
"135": "Snowstrider Seal",
"136": "Vanquisher's Emblem",
"137": "Affluence Talisman",
"138": "Immaculate Talisman",
"139": "Conquest Talisman",
"140": "Moonlit Cragstone",
"141": "Iridescent Flotsam",
"142": "Stratagem Shard",
"143": "Creative Note",
"144": "Whimsical Draft",
"146": "Player EXP",
"147": "Festive Fever",
"148": "Business Earnings",
"149": "Usable Funds",
"150": "Strategic Inspiration",
"151": "Mushroom Currency",
"152": "Fungus Medal",
"153": "Shattered Phenocryst",
"155": "Courage Test Ticket",
"156": "Festive Fever",
"203": "Genesis Crystal",
"204": "Realm Currency",
"314": "Inazuma Reputation EXP",
"315": "Mondstadt Reputation EXP",
"316": "Sumeru Reputation EXP",
"317": "Liyue Reputation EXP",
"101106": "Northlander Sword",
"101107": "Northlander Bow",
"101108": "Northlander Claymore",
"101109": "Northlander Catalyst",
"101110": "Northlander Polearm"
},
"FAKE_ABSORBATE": { "114": "Iron Coin", "145": "Ancient Iron Coin" },
"ADSORBATE": {
"201": "Primogem",
"202": "Mora",
"2001": "Energy Orb (Pyro)",
"2002": "Energy Orb (Hydro)",
"2003": "Energy Orb (Dendro)",
"2004": "Energy Orb (Electro)",
"2005": "Energy Orb (Anemo)",
"2006": "Energy Orb (Cryo)",
"2007": "Energy Orb (Geo)",
"2008": "Energy Orb (Any)",
"2017": "Atomic Energy Orb (Pyro)",
"2018": "Atomic Energy Orb (Hydro)",
"2019": "Atomic Energy Orb (Dendro)",
"2020": "Atomic Energy Orb (Electro)",
"2021": "Atomic Energy Orb (Anemo)",
"2022": "Atomic Energy Orb (Cryo)",
"2023": "Atomic Energy Orb (Geo)",
"2024": "Atomic Energy Orb (All)",
"2025": "Quest Use - Overpowered Atomic Energy Orb (All)",
"2026": "Time Shard (Minigame item)",
"2027": "Time Shard (Minigame item)",
"2028": "Quest Use - Atomic Energy Orb Pouch",
"2029": "Quest Use - Atomic Energy Orb Pouch"
},
"CONSUME": {
"210": "Original Essence (Invalidated)",
"211": "Original Resin (Invalidated)",
"221": "Masterless Starglitter",
"222": "Masterless Stardust",
"223": "Intertwined Fate",
"224": "Acquaint Fate",
"301": "Pyro Sigil",
"302": "Hydro Sigil",
"303": "Dendro Sigil",
"304": "Electro Sigil",
"305": "Anemo Sigil",
"306": "Cryo Sigil",
"307": "Geo Sigil",
"1201": "Gnostic Hymn - Old Notes",
"1202": "Blessing of the Welkin Moon - New Moon",
"100225": "Hunting Trap",
"100865": "Mask of Memories",
"100934": "Key Sigil",
"100935": "Key Sigil",
"100936": "Key Sigil",
"100937": "Key Sigil",
"100938": "Key Sigil",
"101005": "Scarlet Quartz",
"101007": "Scarlet Quartz",
"101692": "Light Realm Sigil",
"101693": "Light Realm Core",
"101714": "Fragrant Seasoning",
"104201": "Dust of Azoth",
"106000": "Test Stamina Growth Item",
"106001": "Test Temporary stamina Growth Item",
"107002": "Elemental Dust",
"107006": "Mondstadt Shrine of Depths Key",
"107007": "Liyue Shrine of Depths Key",
"107008": "Inazuma Shrine of Depths Key",
"107013": "Vial of Adeptal Speed",
"107018": "Sumeru Shrine of Depths Key",
"107020": "Match Invitation Letter",
"107021": "Lucky Coin",
"109000": "Recipe Item",
"109101": "Recipe: Chicken-Mushroom Skewer",
"109102": "Recipe: Fisherman's Toast",
"109103": "Recipe: Flaming Red Bolognese",
"109104": "Recipe: Sweet Madame",
"109106": "Recipe: Calla Lily Seafood Soup",
"109107": "Recipe: Sautéed Matsutake",
"109201": "Recipe: Teyvat Fried Egg",
"109202": "Recipe: Northern Smoked Chicken",
"109203": "Recipe: Cream Stew",
"109204": "Recipe: Cold Cut Platter",
"109205": "Recipe: Sticky Honey Roast",
"109206": "Recipe: Crab, Ham & Veggie Bake",
"109207": "Recipe: Mushroom Pizza",
"109301": "Recipe: Steak",
"109302": "Recipe: Radish Veggie Soup",
"109303": "Recipe: Mondstadt Hash Brown",
"109304": "Recipe: \"Pile 'Em Up\"",
"109401": "Recipe: Tea Break Pancake",
"109402": "Recipe: Fried Radish Balls",
"109403": "Recipe: Satisfying Salad",
"109404": "Recipe: Jade Parcels",
"109405": "Recipe: Mondstadt Grilled Fish",
"109406": "Recipe: Mora Meat",
"109407": "Recipe: Stir-Fried Filet",
"109408": "Recipe: Almond Tofu",
"109409": "Recipe: Jueyun Chili Chicken",
"109410": "Recipe: Jewelry Soup",
"109411": "Recipe: Matsutake Meat Rolls",
"109412": "Recipe: Zhongyuan Chop Suey",
"109413": "Recipe: Black-Back Perch Stew",
"109414": "Recipe: Squirrel Fish",
"109415": "Recipe: Golden Crab",
"109416": "Recipe: Crystal Shrimp",
"109417": "Recipe: Grilled Tiger Fish",
"109418": "Recipe: Barbatos Ratatouille",
"109419": "Recipe: Lotus Seed and Bird Egg Soup",
"109420": "Recipe: Adeptus' Temptation",
"109421": "Recipe: Golden Shrimp Balls",
"109422": "Recipe: Qingce Stir Fry",
"109423": "Recipe: Come and Get It",
"109424": "Recipe: Noodles with Mountain Delicacies",
"109425": "Recipe: Bamboo Shoot Soup",
"109426": "Recipe: Triple-Layered Consommé",
"109427": "Recipe: Tianshu Meat",
"109428": "Recipe: Lotus Flower Crisp",
"109429": "Recipe: Moon Pie",
"109430": "Recipe: Adventurer's Breakfast Sandwich",
"109431": "Recipe: Northern Apple Stew",
"109432": "Recipe: Crab Roe Tofu",
"109433": "Recipe: Fullmoon Egg",
"109434": "Recipe: Cured Pork Dry Hotpot",
"109435": "Recipe: Stir-Fried Fish Noodles",
"109436": "Recipe:Vegetarian Abalone",
"109437": "Recipe: Stone Harbor Delicacies",
"109438": "Recipe: Stir-Fried Shrimp",
"109439": "Recipe: Rice Buns",
"109440": "Recipe: Goulash",
"109441": "Recipe: Sunshine Sprat",
"109442": "Recipe: Universal Peace",
"109443": "Recipe: Jueyun Guoba",
"109444": "Recipe: Crispy Potato Shrimp Platter",
"109445": "Recipe: Mint Jelly",
"109446": "Recipe: Mint Salad",
"109447": "Recipe: Minty Meat Rolls",
"109448": "Recipe: Golden Fried Chicken",
"109449": "Recipe: Golden Chicken Burger",
"109450": "Recipe: Fragrant Mashed Potatoes",
"109451": "Recipe: Chicken Tofu Pudding",
"109452": "Recipe: Tuna Sushi",
"109453": "Recipe: Tricolor Dango",
"109454": "Recipe: Onigiri",
"109455": "Recipe: Sashimi Platter",
"109456": "Recipe: Tonkotsu Ramen",
"109457": "Recipe: Egg Roll",
"109458": "Recipe: Dry-Braised Salted Fish",
"109459": "Recipe: Butter Crab",
"109460": "Recipe: Tri-Flavored Skewer",
"109461": "Recipe: Miso Soup",
"109462": "Recipe: Imported Poultry",
"109463": "Recipe: Sakura Mochi",
"109464": "Recipe: Konda Cuisine",
"109465": "Recipe: Rice Cake Soup",
"109466": "Recipe: Mixed Yakisoba",
"109467": "Recipe: Crab Roe Kourayaki",
"109468": "Recipe: Sakura Tempura",
"109469": "Recipe: Rice Pudding",
"109470": "Recipe: Braised Meat",
"109471": "Recipe: Oncidium Tofu",
"109472": "Recipe: Chili-Mince Cornbread Buns",
"109473": "Recipe: Invigorating Kitty Meal",
"109474": "Recipe: Sweet Shrimp Sushi",
"109475": "Recipe: Bird Egg Sushi",
"109476": "Recipe: Omelette Rice",
"109477": "Recipe: Taiyaki",
"109478": "Recipe: More-and-More",
"109479": "Recipe: Grilled Unagi Fillet",
"109480": "Recipe: Radish and Fish Stew",
"109481": "Recipe: Wakatakeni",
"109482": "Recipe: Berry Mizu Manjuu",
"109483": "Recipe: Soba Noodles",
"109484": "Recipe: Unagi Chazuke",
"109485": "Recipe: Five Pickled Treasures",
"109486": "Recipe: Sakura Shrimp Crackers",
"109487": "Recipe: Bountiful Year",
"109488": "Recipe: Dragon Beard Noodles",
"109489": "Recipe: Sangayaki",
"109490": "Recipe: Udon Noodles",
"109491": "Recipe: Katsu Sandwich",
"109492": "Recipe: Rainbow Aster",
"109493": "Recipe: Butter Chicken",
"109494": "Recipe: Shawarma Wrap",
"109495": "Recipe: Selva Salad",
"109496": "Recipe: Masala Cheese Balls",
"109497": "Recipe: Mushroom Hodgepodge",
"109498": "Recipe: Pita Pocket",
"109499": "Recipe: Panipuri",
"109500": "Recipe: Minty Bean Soup",
"109501": "Recipe: Biryani",
"109502": "Recipe: Tahchin",
"109503": "Recipe: Lambad Fish Roll",
"109504": "Recipe: Curry Shrimp",
"109505": "Recipe: Tandoori Roast Chicken",
"109506": "Recipe: Potato Boat",
"109507": "Recipe: Fish With Cream Sauce",
"109508": "Recipe: Meat Lovers' Mushroom Pizza",
"109509": "Recipe: Sunset Berry Tea",
"109510": "Recipe: Milky Mushroom Crisp Tower",
"109511": "Recipe: Charcoal-Baked Ajilenakh Cake",
"109512": "Recipe: Baklava",
"109513": "Recipe: Candied Ajilenakh Nut",
"109514": "Recipe: Padisarah Pudding",
"109515": "Recipe: Aaru Mixed Rice",
"109516": "Recipe: Fruits of the Festival",
"109517": "Recipe: Rose Custard",
"109518": "Recipe: Samosa",
"109519": "Recipe: Sabz Meat Stew",
"109520": "Recipe: Scented Meat Balls",
"111020": "Small Pretty Crystal",
"111021": "Medium Pretty Crystal",
"111022": "Big Pretty Crystal",
"113021": "Dream Solvent",
"116001": "BEP",
"118002": "Cake for Traveler",
"118004": "Cake for Traveler",
"118006": "Cake for Traveler",
"200101": "Rime-Worn Fragment",
"200102": "Rime-Worn Crystal",
"220007": "Condensed Resin",
"220060": "Ultra-Hot Burner Lamp Test Model",
"221001": "Instructions: Anemoculus Resonance Stone",
"221002": "Instructions: Geoculus Resonance Stone",
"221003": "Diagram: Geo Treasure Compass",
"221004": "Diagram: Wind Catcher",
"221005": "Instructions: Portable Waypoint",
"221006": "Diagram: Adepti Seeker's Stove",
"221007": "Instructions: Condensed Resin",
"221008": "Diagram: NRE (Menu 30)",
"221009": "Diagram: Anemo Treasure Compass",
"221010": "Memory of the Entombed City",
"221011": "Memory of the Frostbearing Tree",
"221012": "Diagram: Dragonspine Spear",
"221013": "Saimon Heirloom Blade Diagram",
"221014": "Diagram: Katsuragikiri Nagamasa",
"221015": "Diagram: Kitain Cross Spear",
"221016": "Diagram: Hamayumi",
"221017": "Diagram: Warming Bottle",
"221018": "Mask of Memories",
"221019": "Tale of the Forest King",
"221020": "Tale of the Desert",
"221021": "Tale of the King's Squire",
"221022": "Tale of the Moonlight",
"221023": "Tale of the Portent",
"221032": "Instructions: Electroculus Resonance Stone",
"221034": "Diagram: Electro Treasure Compass",
"221035": "Formula: Fruit Paste Bait",
"221036": "Formula: Redrot Bait",
"221037": "Formula: False Worm Bait",
"221038": "Formula: Fake Fly Bait",
"221039": "Formula: Sugardew Bait",
"221057": "Instructions: Dendroculus Resonance Stone",
"221058": "Diagram: Dendro Treasure Compass",
"222001": "Silken Print",
"222002": "Nature's True Fruit"
},
"TALENT": {
"911": "Memory of Eternal Flames",
"912": "Memory of Running Stream",
"913": "Memory of Flourishing Green",
"914": "Memory of Violet Flash",
"915": "Memory of Roving Gales",
"916": "Memory of Piercing Frost",
"917": "Memory of Immovable Crystals",
"1102": "Kamisato Ayaka's Stella Fortuna",
"1103": "Jean's Stella Fortuna",
"1105": "Traveler (Male)'s Stella Fortuna",
"1106": "Lisa's Stella Fortuna",
"1107": "Traveler (Female)'s Stella Fortuna",
"1114": "Barbara's Stella Fortuna",
"1115": "Kaeya's Stella Fortuna",
"1116": "Diluc's Stella Fortuna",
"1120": "Razor's Stella Fortuna",
"1121": "Amber's Stella Fortuna",
"1122": "Venti's Stella Fortuna",
"1123": "Xiangling's Stella Fortuna",
"1124": "Beidou's Stella Fortuna",
"1125": "Xingqiu's Stella Fortuna",
"1126": "Xiao's Stella Fortuna",
"1127": "Ningguang's Stella Fortuna",
"1129": "Klee's Stella Fortuna",
"1130": "Zhongli's Stella Fortuna",
"1131": "Fischl's Stella Fortuna",
"1132": "Bennett's Stella Fortuna",
"1133": "Tartaglia's Stella Fortuna",
"1134": "Noelle's Stella Fortuna",
"1135": "Qiqi's Stella Fortuna",
"1136": "Chongyun's Stella Fortuna",
"1137": "Ganyu's Stella Fortuna",
"1138": "Albedo's Stella Fortuna",
"1139": "Diona's Stella Fortuna",
"1141": "Mona's Stella Fortuna",
"1142": "Keqing's Stella Fortuna",
"1143": "Sucrose's Stella Fortuna",
"1144": "Xinyan's Stella Fortuna",
"1145": "Rosaria's Stella Fortuna",
"1146": "Hu Tao's Stella Fortuna",
"1147": "Kaedehara Kazuha's Stella Fortuna",
"1148": "Yanfei's Stella Fortuna",
"1149": "Yoimiya's Stella Fortuna",
"1150": "Thoma's Stella Fortuna",
"1151": "Eula's Stella Fortuna",
"1152": "Raiden Shogun's Stella Fortuna",
"1153": "Sayu's Stella Fortuna",
"1154": "Sangonomiya Kokomi's Stella Fortuna",
"1155": "Gorou's Stella Fortuna",
"1156": "Kujou Sara's Stella Fortuna",
"1157": "Arataki Itto's Stella Fortuna",
"1158": "Yae Miko's Stella Fortuna",
"1159": "Shikanoin Heizou's Stella Fortuna",
"1160": "Yelan's Stella Fortuna",
"1162": "Aloy's Stella Fortuna",
"1163": "Shenhe's Stella Fortuna",
"1164": "Yun Jin's Stella Fortuna",
"1165": "Kuki Shinobu's Stella Fortuna",
"1166": "Kamisato Ayato's Stella Fortuna",
"1167": "Collei's Stella Fortuna",
"1168": "Dori's Stella Fortuna",
"1169": "Tighnari's Stella Fortuna",
"1170": "Nilou's Stella Fortuna",
"1171": "Cyno's Stella Fortuna",
"1172": "Candace's Stella Fortuna",
"1173": "Nahida's Stella Fortuna",
"1174": "Layla's Stella Fortuna",
"1175": "Wanderer's Stella Fortuna",
"1176": "Faruzan's Stella Fortuna",
"1177": "Yaoyao's Stella Fortuna",
"1178": "Alhaitham's Stella Fortuna"
},
"AVATAR": {
"1002": "Kamisato Ayaka",
"1003": "Jean",
"1005": "Male Character",
"1006": "Lisa",
"1007": "Female Lead",
"1014": "Barbara",
"1015": "Kaeya",
"1016": "Diluc",
"1020": "Razor",
"1021": "Amber",
"1022": "Venti",
"1023": "Xiangling",
"1024": "Beidou",
"1025": "Xingqiu",
"1026": "Xiao",
"1027": "Ningguang",
"1029": "Klee",
"1030": "Zhongli",
"1031": "Fischl",
"1032": "Bennett",
"1033": "Tartaglia",
"1034": "Noelle",
"1035": "Qiqi",
"1036": "Chongyun",
"1037": "Ganyu",
"1038": "Albedo",
"1039": "Diona",
"1041": "Mona",
"1042": "Keqing",
"1043": "Sucrose",
"1044": "Xinyan",
"1045": "Rosaria",
"1046": "Hu Tao",
"1047": "Kaedehara Kazuha",
"1048": "Yanfei",
"1049": "Yoimiya",
"1050": "Thoma",
"1051": "Eula",
"1052": "Raiden Shogun",
"1053": "Sayu",
"1054": "Sangonomiya Kokomi",
"1055": "Gorou",
"1056": "Kujou Sara",
"1057": "Arataki Itto",
"1058": "Yae Miko",
"1059": "Shikanoin Heizou",
"1060": "Yelan",
"1062": "Aloy",
"1063": "Shenhe",
"1064": "Yun Jin",
"1065": "Kuki Shinobu",
"1066": "Kamisato Ayato",
"1067": "Collei",
"1068": "Dori",
"1069": "Tighnari",
"1070": "Nilou",
"1071": "Cyno",
"1072": "Candace",
"1073": "Nahida",
"1074": "Layla",
"1075": "Wanderer",
"1076": "Faruzan",
"1077": "Yaoyao",
"1078": "Alhaitham",
"3004": "Kamisato Ayaka - for CB1",
"3005": "Xiangling - for CB1",
"3006": "Jean - for CB1",
"3007": "Diluc - for CB1",
"3008": "Venti - for CB1",
"3018": "Barbara - for CB1",
"3019": "Razor - for CB1",
"3021": "Kaeya",
"3022": "Lisa"
},
"CHEST": {
"3001": "Test Random Treasure Chest",
"3002": "Test Set Treasure Chest",
"3003": "Character Card Draw",
"3009": "Kamisato Ayaka Test Package",
"3010": "Xiangling Test Package",
"3011": "Jean Test Package",
"3012": "Diluc Test Package",
"3013": "Venti Test Package",
"3014": "Amber Test Package",
"3015": "Kaeya Test Package",
"3016": "Lisa Test Package",
"3017": "Barbara Test Package",
"3020": "Razor Test Package",
"107004": "Adventure Treasure Pack",
"107005": "Skyrider Greatsword Chest",
"115010": "Starter Supply Bundle",
"115011": "Wayfarer's Supply Bundle",
"115012": "Traveler's Supply Bundle",
"115019": "Adventurer's Supply Bundle",
"115020": "Adventurer's Ore Bundle",
"115021": "Adventurer's Special Bundle",
"115022": "Adventurer's Instructional Bundle",
"115023": "Adventurer's Tempering Bundle",
"115028": "Recipe Collection: Exotic Gourmet",
"115029": "Adventurer's Jumbo Ore Bundle",
"115030": "Adventurer's Special Supply Bundle",
"115032": "Adventurer's Share Bundle",
"115034": "Adventurer's Seasonal Special Bundle",
"115037": "Yashiro Commission Gift",
"115038": "Exquisite Gift (Furnishing)",
"115039": "Amazing Gift (Furnishing)",
"117001": "Domain Reliquary: Tier III",
"117002": "Domain Reliquary: Tier II",
"117003": "Domain Reliquary: Tier I",
"117004": "Reliquary: Wanderer's Troupe and Gladiator",
"117005": "Grand Reliquary: Wanderer's Troupe and Gladiator",
"117006": "Domain Reliquary: Tier II",
"117007": "Domain Reliquary: Tier I",
"117008": "Domain Reliquary: Tier II",
"117009": "Domain Reliquary: Tier I",
"117010": "Domain Reliquary: Tier II",
"117011": "Domain Reliquary: Tier I",
"118001": "Cake for Traveler",
"118003": "Cake for Traveler",
"118005": "Cake for Traveler"
},
"NOTICE_ADD_HP": {
"100001": "Apple",
"100002": "Sunsettia",
"101212": "Starshroom",
"101226": "Activated Starshroom",
"101227": "Scorched Starshroom",
"108011": "Suspicious Chicken-Mushroom Skewer",
"108012": "Chicken-Mushroom Skewer",
"108013": "Delicious Chicken-Mushroom Skewer",
"108014": "Fruity Skewers",
"108015": "Suspicious Flaming Red Bolognese",
"108016": "Flaming Red Bolognese",
"108017": "Delicious Flaming Red Bolognese",
"108018": "Mysterious Bolognese",
"108019": "Suspicious Radish Veggie Soup",
"108020": "Radish Veggie Soup",
"108021": "Delicious Radish Veggie Soup",
"108031": "Suspicious Sweet Madame",
"108032": "Sweet Madame",
"108033": "Delicious Sweet Madame",
"108041": "Suspicious Mushroom Pizza",
"108042": "Mushroom Pizza",
"108043": "Delicious Mushroom Pizza",
"108044": "Invigorating Pizza",
"108045": "Suspicious Mondstadt Hash Brown",
"108046": "Mondstadt Hash Brown",
"108047": "Delicious Mondstadt Hash Brown",
"108048": "Puppy-Paw Hash Brown",
"108074": "Suspicious Black-Back Perch Stew",
"108075": "Black-Back Perch Stew",
"108076": "Delicious Black-Back Perch Stew",
"108077": "Suspicious Squirrel Fish",
"108078": "Squirrel Fish",
"108079": "Delicious Squirrel Fish",
"108089": "Suspicious Matsutake Meat Rolls",
"108090": "Matsutake Meat Rolls",
"108091": "Delicious Matsutake Meat Rolls",
"108104": "Suspicious Crystal Shrimp",
"108105": "Crystal Shrimp",
"108106": "Delicious Crystal Shrimp",
"108107": "Suspicious Grilled Tiger Fish",
"108108": "Grilled Tiger Fish",
"108109": "Delicious Grilled Tiger Fish",
"108135": "Wanmin Restaurant's Boiled Fish",
"108136": "All-Delicacy Parcels",
"108145": "Survival Grilled Fish",
"108148": "Pop's Teas",
"108151": "Apple Cider",
"108152": "Suspicious Bamboo Shoot Soup",
"108153": "Bamboo Shoot Soup",
"108154": "Delicious Bamboo Shoot Soup",
"108170": "Suspicious Northern Apple Stew",
"108171": "Northern Apple Stew",
"108172": "Delicious Northern Apple Stew",
"108173": "Slow-Cooked Bamboo Shoot Soup",
"108185": "Suspicious Stir-Fried Fish Noodles",
"108186": "Stir-Fried Fish Noodles",
"108187": "Delicious Stir-Fried Fish Noodles",
"108197": "Suspicious Rice Buns",
"108198": "Rice Buns",
"108199": "Delicious Rice Buns",
"108201": "Suspicious Universal Peace",
"108202": "Universal Peace",
"108203": "Delicious Universal Peace",
"108213": "Prosperous Peace",
"108215": "Lantern Rite Special Grilled Tiger Fish",
"108222": "Suspicious Crispy Potato Shrimp Platter",
"108223": "Crispy Potato Shrimp Platter",
"108224": "Delicious Crispy Potato Shrimp Platter",
"108225": "Suspicious Mint Jelly",
"108226": "Mint Jelly",
"108227": "Delicious Mint Jelly",
"108234": "Dinner of Judgment",
"108238": "Suspicious Golden Chicken Burger",
"108239": "Golden Chicken Burger",
"108240": "Delicious Golden Chicken Burger",
"108249": "Suspicious Tuna Sushi",
"108250": "Tuna Sushi",
"108251": "Delicious Tuna Sushi",
"108252": "Suspicious Tricolor Dango",
"108253": "Tricolor Dango",
"108254": "Delicious Tricolor Dango",
"108255": "Suspicious Onigiri",
"108256": "Onigiri",
"108257": "Delicious Onigiri",
"108261": "Suspicious Tonkotsu Ramen",
"108262": "Tonkotsu Ramen",
"108263": "Delicious Tonkotsu Ramen",
"108267": "Suspicious Dry-Braised Salted Fish",
"108268": "Dry-Braised Salted Fish",
"108269": "Delicious Dry-Braised Salted Fish",
"108276": "Suspicious Miso Soup",
"108277": "Miso Soup",
"108278": "Delicious Miso Soup",
"108301": "All-Weather Beauty",
"108302": "Summer Festival Fish",
"108303": "Dizziness-Be-Gone no Jutsu Version 2.0",
"108304": "Special Mushroom Pizza",
"108305": "Dango Milk",
"108318": "Suspicious Invigorating Kitty Meal",
"108319": "Invigorating Kitty Meal",
"108320": "Delicious Invigorating Kitty Meal",
"108324": "Suspicious Bird Egg Sushi",
"108325": "Bird Egg Sushi",
"108326": "Delicious Bird Egg Sushi",
"108330": "Suspicious Taiyaki",
"108331": "Taiyaki",
"108332": "Delicious Taiyaki",
"108336": "Suspicious Grilled Unagi Fillet",
"108337": "Grilled Unagi Fillet",
"108338": "Delicious Grilled Unagi Fillet",
"108339": "Satiety Gel",
"108340": "A Stunning Stratagem",
"108348": "Suspicious Berry Mizu Manjuu",
"108349": "Berry Mizu Manjuu",
"108350": "Delicious Berry Mizu Manjuu",
"108351": "Suspicious Soba Noodles",
"108352": "Soba Noodles",
"108353": "Delicious Soba Noodles",
"108354": "\"Warmth\"",
"108365": "Victorious Legend",
"108406": "Suspicious Pita Pocket",
"108407": "Pita Pocket",
"108408": "Delicious Pita Pocket",
"108418": "Suspicious Tahchin",
"108419": "Tahchin",
"108420": "Delicious Tahchin",
"108421": "Suspicious Lambad Fish Roll",
"108422": "Lambad Fish Roll",
"108423": "Delicious Lambad Fish Roll",
"108424": "Suspicious Curry Shrimp",
"108425": "Curry Shrimp",
"108426": "Delicious Curry Shrimp",
"108433": "Suspicious Fish With Cream Sauce",
"108434": "Fish With Cream Sauce",
"108435": "Delicious Fish With Cream Sauce",
"108437": "Yearning",
"108445": "Suspicious Milky Mushroom Crisp Tower",
"108446": "Milky Mushroom Crisp Tower",
"108447": "Delicious Milky Mushroom Crisp Tower",
"108467": "Duel Soul",
"108470": "Suspicious Rose Custard",
"108471": "Rose Custard",
"108472": "Delicious Rose Custard",
"108473": "Extravagant Slumber",
"108475": "Suspicious Samosa",
"108476": "Samosa",
"108477": "Delicious Samosa",
"108480": "Suspicious Sabz Meat Stew",
"108481": "Sabz Meat Stew",
"108482": "Delicious Sabz Meat Stew",
"108483": "Suspicious Scented Meat Balls",
"108484": "Scented Meat Balls",
"108485": "Delicious Scented Meat Balls",
"108486": "Ideal Circumstance"
},
"EXCHANGE": {
"100011": "Mushroom",
"100012": "Sweet Flower",
"100013": "Carrot",
"100014": "Radish",
"100015": "Snapdragon",
"100016": "Mint",
"100017": "Wheat",
"100018": "Cabbage",
"100019": "Silver Lotus",
"100020": "Pinecone",
"100021": "Wolfhook",
"100022": "Valberry",
"100023": "Cecilia",
"100024": "Windwheel Aster",
"100025": "Philanemo Mushroom",
"100026": "Lotus Head",
"100027": "Jueyun Chili",
"100028": "Noctilucous Jade",
"100029": "Silk Flower",
"100030": "Glaze Lily",
"100031": "Qingxin",
"100032": "Horsetail",
"100033": "Starconch",
"100034": "Violetgrass",
"100051": "Berry",
"100052": "Mist Flower Corolla",
"100053": "Flaming Flower Stamen",
"100054": "Electro Crystal",
"100055": "Small Lamp Grass",
"100056": "Calla Lily",
"100057": "Dandelion Seed",
"100058": "Cor Lapis",
"100061": "Raw Meat",
"100062": "Bird Egg",
"100063": "Matsutake",
"100064": "Fowl",
"100072": "Butterfly Wings",
"100073": "Crab",
"100074": "Crab Roe",
"100075": "Salt",
"100076": "Onion",
"100077": "Pepper",
"100078": "Milk",
"100079": "Tomato",
"100080": "Potato",
"100081": "Frog",
"100082": "Luminescent Spine",
"100083": "Lizard Tail",
"100084": "Fish",
"100085": "Crystal Core",
"100086": "Raw Meat (S)",
"100087": "Fowl (S)",
"100088": "Tofu",
"100089": "Almond",
"100090": "Loach Pearl",
"100091": "Bamboo Shoot",
"100092": "Rice",
"100093": "Shrimp Meat",
"100094": "Chilled Meat",
"100095": "Unagi Meat",
"100096": "Glabrous Beans",
"100097": "Mysterious Meat",
"100618": "Strange Tooth",
"100619": "Vitalized Dragontooth",
"101001": "Iron Chunk",
"101002": "White Iron Chunk",
"101003": "Crystal Chunk",
"101004": "Magical Crystal Chunk",
"101006": "Starsilver",
"101008": "Amethyst Lump",
"101101": "Northlander Sword Billet",
"101102": "Northlander Bow Billet",
"101103": "Northlander Claymore Billet",
"101104": "Northlander Catalyst Billet",
"101105": "Northlander Polearm Billet",
"101111": "Midlander Sword Billet",
"101112": "Midlander Bow Billet",
"101113": "Midlander Claymore Billet",
"101114": "Midlander Catalyst Billet",
"101115": "Midlander Polearm Billet",
"101201": "Onikabuto",
"101202": "Sakura Bloom",
"101203": "Crystal Marrow",
"101204": "Dendrobium",
"101205": "Naku Weed",
"101206": "Sea Ganoderma",
"101207": "Sango Pearl",
"101208": "Amakumo Fruit",
"101209": "Fluorescent Fungus",
"101210": "Seagrass",
"101211": "Lavender Melon",
"101213": "Rukkhashava Mushrooms",
"101214": "Padisarah",
"101215": "Nilotpala Lotus",
"101216": "Harra Fruit",
"101217": "Kalpalata Lotus",
"101218": "Zaytun Peach",
"101219": "Sumeru Rose",
"101220": "Henna Berry",
"101221": "Ajilenakh Nut",
"101222": "Sand Grease Pupa",
"101225": "Scarab",
"101228": "Viparyas",
"101401": "Fabric",
"101402": "Red Dye",
"101403": "Yellow Dye",
"101404": "Blue Dye",
"110000": "Crafted Items",
"110001": "Flour",
"110002": "Cream",
"110003": "Smoked Fowl",
"110004": "Butter",
"110005": "Ham",
"110006": "Sugar",
"110008": "Jam",
"110009": "Cheese",
"110010": "Bacon",
"110011": "Sausage",
"110012": "Smoked Fish",
"110013": "Dried Fish",
"110014": "Spice",
"131000": "Medaka",
"131001": "Glaze Medaka",
"131002": "Sweet-Flower Medaka",
"131003": "Aizen Medaka",
"131004": "Dawncatcher",
"131005": "Crystalfish",
"131006": "Lunged Stickleback",
"131007": "Betta",
"131008": "Venomspine Fish",
"131009": "Akai Maou",
"131010": "Snowstrider",
"131011": "Golden Koi",
"131012": "Rusty Koi",
"131013": "Brown Shirakodai",
"131014": "Purple Shirakodai",
"131015": "Tea-Colored Shirakodai",
"131016": "Abiding Angelfish",
"131017": "Raimei Angelfish",
"131019": "Pufferfish",
"131020": "Bitter Pufferfish",
"131021": "Divda Ray",
"131022": "Formalo Ray",
"131023": "True Fruit Angler",
"131024": "Peach of the Deep Waves",
"131025": "Sandstorm Angler",
"131026": "Sunset Cloud Angler",
"131027": "Lazurite Axe Marlin",
"131028": "Halcyon Jade Axe Marlin",
"200001": "Lantern Fiber",
"200002": "Wick Material",
"200003": "Plaustrite Shard"
},
"WOOD": {
"101301": "Birch Wood",
"101302": "Cuihua Wood",
"101303": "Pine Wood",
"101304": "Sandbearer Wood",
"101305": "Bamboo Segment",
"101307": "Fragrant Cedar Wood",
"101308": "Fir Wood",
"101309": "Yumemiru Wood",
"101310": "Maple Wood",
"101311": "Aralia Wood",
"101312": "Otogi Wood",
"101313": "Brightwood",
"101314": "Karmaphala Wood",
"101315": "Adhigama Wood",
"101316": "Mountain Date Wood",
"101317": "Athel Wood"
},
"QUEST": {
"100003": "A Piece of Paper",
"100004": "Stolen Items",
"100006": "Hilichurl Antidote",
"100007": "Climbing Finish Line Garland",
"100008": "Gliding Finish Line Garland",
"100009": "Gliding Finish Line Garland",
"100010": "Gliding Champion Cup",
"100101": "Jean's Document Package",
"100102": "Extreme Escape",
"100103": "Incomplete Score (Part 1)",
"100104": "Incomplete Score (Part 2)",
"100105": "Private Letter from Lisa to Jean",
"100106": "Autumn Night",
"100107": "Tasty-Looking Potion",
"100108": "Potion",
"100109": "Barbara's Treatment",
"100110": "Incomplete Poem (Part 1)",
"100111": "Incomplete Poem (Part 2)",
"100112": "Incomplete Poem (Part 3)",
"100113": "Inscription Rubbing",
"100114": "Form Restoration Potion",
"100115": "Holy Lyre der Himmel",
"100120": "Cricket Hair",
"100125": "Hydro Amber",
"100126": "Anemo Amber",
"100131": "Random Loot (A)",
"100132": "Random Loot (B)",
"100133": "Random Loot (A)",
"100134": "Random Loot (B)",
"100135": "Crimson Crystal",
"100136": "Seal Clue 101",
"100137": "Seal Clue 102",
"100138": "Seal Clue 103",
"100139": "Seal Clue 201",
"100140": "Seal Clue 202",
"100141": "Seal Clue 203",
"100142": "Seal Clue 301",
"100143": "Seal Clue 302",
"100144": "Seal Clue 303",
"100145": "Break Seal 1",
"100146": "Break Seal 2",
"100147": "Break Seal 3",
"100148": "Investigate the Seal of Stormterror's Lair",
"100149": "Break the seal of Stormterror's Lair",
"100151": "Fragmented Memory (Wind)",
"100152": "Sword Cemetery Seal 1",
"100153": "Sword Cemetery Seal 2",
"100154": "Sword Cemetery Seal 3",
"100158": "Teardrop Crystal",
"100159": "Teardrop Crystal",
"100160": "Teardrop Crystal",
"100161": "Holy Lyre der Himmel",
"100162": "Partially Repaired Holy Lyre der Himmel",
"100163": "Completely Repaired Holy Lyre der Himmel",
"100164": "Clear Dvalin Tear",
"100165": "Damaged Holy Lyre der Himmel",
"100171": "Treasure Clue (I)",
"100172": "Treasure Clue (II)",
"100173": "Treasure Map",
"100174": "Universal Temporary Interaction",
"100175": "Hidden Key",
"100176": "Black Key",
"100177": "Scene Interaction",
"100178": "Vera's Melancholy (I)",
"100179": "Vera's Melancholy (II)",
"100180": "Vera's Melancholy (III)",
"100181": "Along with Divinity: Prologue",
"100182": "The Legend of Vennessa (I)",
"100183": "The Legend of Vennessa (II)",
"100184": "Poster",
"100185": "Poster",
"100186": "Mondstadt General Goods Order Board",
"100187": "Cat's Tail Tavern Message Board",
"100188": "The Fox in the Dandelion Sea (I)",
"100189": "The Fox in the Dandelion Sea (II)",
"100190": "The Fox in the Dandelion Sea (III)",
"100191": "The Fox in the Dandelion Sea (V)",
"100192": "The Fox in the Dandelion Sea (VI)",
"100193": "The Fox in the Dandelion Sea (VII)",
"100194": "The Fox in the Dandelion Sea (X)",
"100195": "The Fox in the Dandelion Sea (XI)",
"100196": "Hilichurl Ballad Selection (I)",
"100197": "Hilichurl Ballad Selection (II)",
"100198": "Vera's Melancholy (V)",
"100199": "Vera's Melancholy (IX)",
"100200": "Vera's Melancholy (X)",
"100201": "Breeze Amidst the Forest - Ballad Selection Excerpt",
"100202": "The Boar Princess (I)",
"100203": "The Boar Princess (II)",
"100204": "The Boar Princess (III)",
"100205": "The Boar Princess (IV)",
"100206": "The Boar Princess (V)",
"100207": "The Boar Princess (VII)",
"100208": "The Mondstadt Tower (I)",
"100210": "Elemental Mark",
"100211": "Broken-off Branch",
"100212": "Fabric Piece",
"100213": "Breeze Amidst the Forest Supplement: The Dragon Tome",
"100214": "Letter from the Abyss Order",
"100215": "The Pale Princess and the Six Pygmies (I)",
"100216": "The Pale Princess and the Six Pygmies (II)",
"100217": "The Pale Princess and the Six Pygmies (III)",
"100218": "The Pale Princess and the Six Pygmies (IV)",
"100219": "The Pale Princess and the Six Pygmies (V)",
"100220": "The Pale Princess and the Six Pygmies (VI)",
"100221": "The Pale Princess and the Six Pygmies (VII)",
"100222": "1000 Years of Loneliness",
"100223": "Teyvat Travel Guide - Mondstadt",
"100224": "Wind, Courage, and Wings",
"100226": "Diary of Roald the Adventurer: Qingce Village",
"100227": "Diary of Roald the Adventurer: Luhua Pool",
"100228": "Diary of Roald the Adventurer: Yaoguang Shoal",
"100229": "Letter for Dongdong",
"100230": "Someone's Diary I: Yaoguang Shoal",
"100231": "Scattered Page",
"100232": "Intact Tome",
"100233": "Hearty Mushrooms",
"100234": "Crunchy Carrots",
"100235": "A Plump Cabbage",
"100236": "Gliding Instruction Manual",
"100237": "Azurite",
"100238": "Vermillionite",
"100239": "Someone's Diary II: Guili Plains",
"100240": "Someone's Diary III: Jueyun Karst",
"100241": "Someone's Diary IV: Liyue Harbor",
"100242": "Letter to the Treasure Hoarders",
"100243": "Nephrite Ring",
"100244": "Delicious Golden Crab",
"100245": "\"Of Mountains and Seas\"",
"100246": "Draft Manuscript of \"Hyakunin Ikki: The Greatest Battle\"",
"100301": "Wyatt's Red Key",
"100302": "Wyatt's Black Key",
"100303": "Coin Pouch",
"100304": "Meal Fee Pouch",
"100305": "Delicious Sticky Honey Roast",
"100306": "Sturdy Plank",
"100307": "Fragile Wooden Plank",
"100308": "A Bundle of Ropes",
"100309": "Meal Fee Pouch",
"100310": "Lost Coin Pouch",
"100311": "Meal Fee Pouch",
"100312": "Delicious Fried Radish Balls",
"100313": "Delicious Calla Lily Seafood Soup",
"100314": "Bag of Goods",
"100315": "Processed Noctilucous Jade",
"100316": "\"Mondstadt Sunset\"",
"100317": "\"Margaret\"",
"100318": "\"Charged Attack\"",
"100319": "\"Pearl\"",
"100320": "Messy \"Mondstadt Sunset\"",
"100321": "Unusual \"Margaret\"",
"100322": "Bizarre \"Charged Attack\"",
"100323": "Unusual \"Pearl\"",
"100324": "Odd Cocktail",
"100325": "Messy Cocktail",
"100326": "Bizarre Cocktail",
"100327": "Unusual Beer",
"100328": "Barely Drinkable Cocktail",
"100329": "Unknown Cocktail",
"100330": "Plain Liquor",
"100331": "(TEST) Cocktail 16",
"100332": "(TEST) Cocktail 17",
"100333": "(TEST) Cocktail 18",
"100334": "(TEST) Cocktail 19",
"100335": "(TEST) Cocktail 20",
"100336": "(TEST) Cocktail 21",
"100337": "(TEST) Cocktail 22",
"100338": "(TEST) Cocktail 23",
"100339": "(TEST) Cocktail 24",
"100340": "(TEST) Cocktail 25",
"100341": "(TEST) Cocktail 26",
"100342": "(TEST) Cocktail 27",
"100343": "(TEST) Cocktail 28",
"100344": "(TEST) Cocktail 29",
"100345": "(TEST) Cocktail 30",
"100346": "(TEST) Cocktail 31",
"100347": "(TEST) Cocktail 32",
"100348": "Godwin's Letter",
"100349": "Someone's Drifting Bottle",
"100350": "(TEST) Klee's Notebook",
"100351": "Tunner's Cough Syrup",
"100352": "Draff's Letter",
"100353": "Materials for Training Dummy",
"100354": "Sara's Letter",
"100355": "Clean Radish",
"100356": "Guy's Letter",
"100357": "Quinn's Special",
"100358": "Margaret's Special",
"100359": "Jack's Special",
"100360": "Draff's Special",
"100361": "Teyvat Travel Guide - Liyue",
"100362": "Letter",
"100363": "A Huge Bag of Mora",
"100364": "Legend of the Shattered Halberd (VI)",
"100365": "Intact Training Dummy",
"100366": "Legend of the Geo Archon: God of the Stove",
"100367": "Legend of the Geo Archon: The Groundbreaker",
"100368": "Legend of the Geo Archon: God of Wealth",
"100369": "Legend of the Geo Archon: God of History",
"100370": "The Wrath of Haishan",
"100373": "Ring of Raining Blades (I)",
"100374": "Ring of Raining Blades (II)",
"100376": "Meal Box by Smiley Yanxiao for Jiangxue",
"100377": "A log of ships coming in and out by Little Lulu",
"100378": "A log of ships coming in and out by Little Lulu",
"100379": "A log of ships coming in and out by Little Lulu",
"100380": "A log of ships coming in and out by Little Fei",
"100381": "A log of ships coming in and out by Little Fei",
"100382": "A log of ships coming in and out by Little Fei",
"100383": "A log of ships coming in and out by Little Meng",
"100384": "A log of ships coming in and out by Little Meng",
"100385": "A log of ships coming in and out by Little Meng",
"100386": "Sealed Package",
"100387": "First Apprentice of Guhua",
"100388": "Diary of Roald the Adventurer: Guyun Stone Forest",
"100389": "Diary of Roald the Adventurer: Sal Terrae",
"100390": "Diary of Roald the Adventurer: Qingyun Peak, Jueyun Karst",
"100391": "Diary of Roald the Adventurer: Aocang Lake, Jueyun Karst",
"100392": "Treasure Map of Lone Gorge",
"100393": "Treasure Map of Lone Gorge",
"100394": "Treasure Map of Lone Gorge",
"100395": "Poorly-Sealed Box",
"100396": "Tightly-Sealed Box",
"100398": "Katheryne's Letter",
"100399": "Records of Jueyun: Stone Beasts",
"100400": "Records of Jueyun: Palace Beneath the Sea",
"100401": "Verses of Equilibrium",
"100402": "Records of the Gallant: The Hermit",
"100403": "Customs of Liyue: Flower Ball",
"100404": "Stone Tablet Compilations: Vol. I",
"100405": "Humor From Tianheng",
"100406": "Hilichurl Cultural Customs (I)",
"100407": "Hilichurl Cultural Customs (II)",
"100408": "Hilichurl Cultural Customs (IV)",
"100409": "History of Kings and Clans: Prologue",
"100410": "Biography of Gunnhildr",
"100411": "Ballads of the Squire (I)",
"100412": "Ballads of the Squire (II)",
"100413": "Teyvat Wilderness Survivalist's Recipes",
"100414": "Treasure Map of Giant's Steps",
"100415": "Treasure Map of Giant's Steps",
"100416": "Treasure Map of Giant's Steps",
"100417": "Treasure Map of The Vast Blue",
"100418": "Treasure Map of The Vast Blue",
"100419": "Treasure Map of The Vast Blue",
"100426": "Yakshas: The Guardian Adepti",
"100427": "Witness Sigil",
"100428": "Special Almond Tofu",
"100429": "Dropped Package",
"100430": "Sigil of Permission",
"100431": "Klee's Wooden Sign",
"100432": "Legend of the Shattered Halberd (I)",
"100433": "Legend of the Shattered Halberd (II)",
"100434": "Legend of the Shattered Halberd (III)",
"100435": "Legend of the Shattered Halberd (IV)",
"100436": "Legend of the Shattered Halberd (V)",
"100437": "Heart's Desire: Moonlight",
"100438": "Heart's Desire: Crystal Glaze",
"100439": "Heart's Desire: Sapphire",
"100440": "Heart's Desire: Stone Heart",
"100441": "Diary of Roald the Adventurer: Qingxu Pool",
"100442": "Traveler's Notes",
"100443": "Traveler's Notes",
"100444": "Traveler's Notes",
"100445": "Traveler's Notes",
"100450": "Censer",
"100451": "Seven-Star Lamp",
"100452": "Letter from Starsnatcher",
"100453": "Special Mondstadt Hash Brown",
"100454": "Dendro-Processed Berry",
"100455": "Thick Hydro Slime Condensate",
"100456": "Wind-Caressed Aster",
"100457": "Collected Fragment",
"100458": "Collected Fragment",
"100459": "Collected Fragment",
"100460": "Transcription from a stone tablet",
"100461": "Transcription from a stone tablet",
"100462": "Transcription from a stone tablet",
"100463": "Transcription from a stone tablet",
"100464": "Transcription from a stone tablet",
"100465": "Transcription from a ruin",
"100466": "Transcription from a ruin",
"100467": "Hidden Treasure of Qingce",
"100469": "Draft Lines of Hilichurlian Poetry",
"100472": "A Letter by Timmie",
"100473": "Marjorie's Recommended Gift",
"100474": "A Gift from Quinn",
"100475": "Sara's Special Dish",
"100476": "Traveling Merchant's Package",
"100477": "Box of Goods Invoices",
"100478": "Box of Goods Invoices",
"100479": "Box of Goods Invoices",
"100480": "Heart of Clear Springs (I)",
"100481": "Heart of Clear Springs (II)",
"100482": "Heart of Clear Springs (III)",
"100483": "Heart of Clear Springs (IV)",
"100484": "Linling's Anthology of Selected Poetry",
"100485": "Goods Invoice",
"100486": "Invoice of Goods Quantities",
"100487": "Golden House Maiden",
"100488": "Valley Weaver",
"100489": "Fate's Yearning",
"100490": "Golden House Maiden Essential Oil",
"100491": "Valley Weaver Essential Oil",
"100492": "Fate's Yearning Essential Oil",
"100493": "Bao'er's Empty Box",
"100494": "Heavy Box",
"100495": "Sopping Wet Page",
"100496": "A Huge Bag of Mora",
"100497": "Golden House Maiden Perfume",
"100498": "Valley Weaver Perfume",
"100499": "Fate's Yearning Perfume",
"100500": "A Box of Gadgets",
"100501": "Cleansing Bell",
"100502": "Guizhong Ballista Maintenance Material",
"100503": "A Record of Qiming and Zhihua's Conversation",
"100504": "A Record of Sisi and Chaoxi's Conversation",
"100505": "A Record of Little Meng, Little Fei, and Little Lulu's Conversation",
"100506": "Norma's Order",
"100507": "Hilichurl Ballad: Recital Draft",
"100508": "Hilichurl Ballad: Narrative Draft",
"100509": "Hilichurl Ballad: Lyrical Draft",
"100510": "Vile's Gift",
"100511": "Stolen Relic",
"100512": "Madame Ping's Box",
"100513": "A Torn Out Page",
"100514": "Page of Scribbled Writing",
"100515": "Noctilucous Jade Sample",
"100516": "A Bag of Mora",
"100517": "Mitachurl Loot",
"100518": "Treasure Hoarder Loot",
"100519": "Ruin Guard Loot",
"100520": "Noctilucous Jade Sample",
"100521": "Noctilucous Jade Sample",
"100522": "Everlasting Incense",
"100523": "Guizhong Ballista Maintenance Material",
"100524": "Sturdy Wooden Plank",
"100525": "Box of Leaves",
"100528": "Treasure Hoarder's Key",
"100529": "Alrani's Note",
"100530": "Nameless Treasure",
"100531": "Nameless Treasure",
"100532": "Nameless Treasure",
"100533": "Stone of Remembrance",
"100534": "Dull Ring",
"100535": "Vermeer's Paintbrushes",
"100536": "Vermeer's Paints",
"100537": "Black and White Sketch",
"100538": "Color Sketch",
"100539": "Nameless Sketch",
"100540": "Strange Stone",
"100541": "Fresh Qingxin",
"100542": "Good Hunter's Specialty Dish",
"100543": "Flora's Bookmark",
"100544": "Special Beverage from Angel's Share",
"100545": "Special Perfume",
"100546": "Mint Essential Oil",
"100547": "Tasty Slime Condensate",
"100548": "Extra-Sweet Sweet Flower",
"100549": "Fresh Sweet Flower",
"100550": "Fresh Cecilia",
"100551": "Fresh Windwheel Aster",
"100552": "Fresh Small Lamp Grass",
"100553": "Strange Cocktail Ingredient",
"100554": "Teucer's Mora Pouch",
"100555": "Childe and Teucer's Mora Pouch",
"100556": "Plump Sunsettia",
"100557": "Merchant Poster",
"100558": "Merchant Poster",
"100559": "Merchant Poster",
"100560": "Jiayi's Gifts",
"100561": "Treasure Hoarder's Map",
"100562": "Ragged Notebook",
"100563": "Strange Stone",
"100564": "Knights of Favonius Handbook - 5th Edition",
"100565": "Tales From the Waves: Rising Tide",
"100566": "Tales From the Waves: Wild Storm",
"100567": "Tales From the Waves: Receding Torrent",
"100568": "Hex & Hound (I)",
"100569": "Hex & Hound (II)",
"100570": "Hex & Hound (III)",
"100571": "Hex & Hound (IV)",
"100572": "Hex & Hound (V)",
"100573": "Moonlit Bamboo Forest (I)",
"100574": "Moonlit Bamboo Forest (II)",
"100575": "Moonlit Bamboo Forest (III)",
"100576": "Moonlit Bamboo Forest (IV)",
"100577": "A Drunkard's Tale (I)",
"100578": "A Drunkard's Tale (II)",
"100579": "A Drunkard's Tale (III)",
"100580": "A Drunkard's Tale (IV)",
"100583": "\"Dwelling in the Clouds\" Blueprints",
"100584": "Tainted Blood",
"100585": "Monolith Fragment",
"100586": "Rex Incognito (I)",
"100587": "Rex Incognito (II)",
"100588": "Rex Incognito (III)",
"100589": "Rex Incognito (IV)",
"100590": "Legend of the Lone Sword (I)",
"100591": "Legend of the Lone Sword (II)",
"100592": "Legend of the Lone Sword (III)",
"100593": "Legend of the Lone Sword (IV)",
"100594": "Little Liu's Gifts",
"100595": "Chaoxi's Reply to Cui'er",
"100596": "Little Yue's Gift",
"100597": "Yinxing's Letter to Bolai",
"100598": "Clerk Zhao's Invoice for Jiangzhou",
"100599": "Clerk Zhao's Invoice for Nervous An",
"100600": "Cui'er's Letter to Chaoxi",
"100601": "Thick Notebook",
"100602": "Jack's Map",
"100603": "Jack's Adventurer Handbook",
"100604": "Cage Key",
"100605": "Sugar-Frosted Slime",
"100606": "Wild Glaze Lily",
"100607": "The Fox in the Dandelion Sea (IV)",
"100608": "The Fox in the Dandelion Sea (VIII)",
"100609": "The Fox in the Dandelion Sea (IX)",
"100610": "The Boar Princess (VI)",
"100611": "Vera's Melancholy (IV)",
"100612": "Vera's Melancholy (VI)",
"100613": "Vera's Melancholy (VII)",
"100614": "Vera's Melancholy (VIII)",
"100615": "Hilichurl Cultural Customs (III)",
"100617": "\"Of Mountains and Seas\"",
"100620": "Princess's Box",
"100621": "Priest's Box",
"100622": "Scribe's Box",
"100623": "Very Ordinary-Looking Sweet Flower",
"100624": "Customs of Liyue: Receiving God",
"100625": "Mr. Cyclops Action Figure",
"100626": "Little Liu's Letter",
"100627": "Used Training Dummy",
"100628": "Crude Sack",
"100629": "Mysterious Stone Tablet",
"100630": "Treasure Hoarder Scouting Report",
"100631": "Viktor's Lost Box",
"100632": "Notice Paper",
"100633": "Old Business Permit",
"100634": "Business Premises and Safety Certificates",
"100635": "Approved Exit Permit",
"100636": "Great Snowboar King Meat",
"100637": "Records of Jueyun: Wuwang",
"100638": "Records of Jueyun: Mountain Spirits",
"100639": "Meadow of Gems",
"100640": "Customs of Liyue: Silk Flowers",
"100641": "Customs of Liyue: Glaze Lilies",
"100642": "String of Pearls (I)",
"100643": "String of Pearls (II)",
"100644": "String of Pearls (III)",
"100645": "Ancient Investigation Journal: Part I",
"100646": "Special Mondstadt Hash Brown",
"100647": "Special Almond Tofu",
"100648": "Special Jewelry Soup",
"100649": "Special Sweet Madame",
"100650": "Special Matsutake Meat Rolls",
"100651": "Special Jade Parcels",
"100652": "Special Flaming Red Bolognese",
"100653": "Special Black-Back Perch Stew",
"100654": "Special Mora Meat",
"100655": "Special Tea Break Pancake",
"100656": "Special Come and Get It",
"100657": "Special Jueyun Chili Chicken",
"100658": "Special Mondstadt Hash Brown",
"100659": "Special Black-Back Perch Stew",
"100660": "Special Come and Get It",
"100661": "Special Mondstadt Grilled Fish",
"100662": "Special Stir-Fried Filet",
"100663": "Special Lotus Seed and Bird Egg Soup",
"100664": "Special Fisherman's Toast",
"100665": "Special Almond Tofu",
"100666": "Special Jewelry Soup",
"100667": "Orders",
"100681": "Jiayi's Letter",
"100682": "Nostalgic Jueyun Chili Chicken",
"100683": "Luxurious Toybox",
"100684": "Congzi's Plaustrite Shards",
"100685": "Custom-Made Xiao Lantern",
"100686": "Glory's Dandelion Seeds",
"100687": "Letter to Cyrus",
"100688": "Qingzhou's Signature",
"100689": "Package of Fresh Flowers",
"100690": "Package of Fresh Flowers",
"100691": "Rex Incognito (IV)",
"100692": "Ancient Investigation Journal: Part II",
"100693": "Ancient Investigation Journal: Part III",
"100699": "Invoice From Second Life",
"100700": "Package of Fresh Flowers",
"100701": "Package of Fresh Flowers",
"100702": "Package of Fresh Flowers",
"100703": "Thank-You Letter",
"100704": "Experimental Potion",
"100705": "Chilled Meat",
"100706": "Diary of Roald the Adventurer: Dragonspine",
"100707": "Kamera Picture",
"100708": "Kamera Picture",
"100709": "Sigil of Permission",
"100710": "Harris' Special Cream Stew",
"100711": "Treasure Map",
"100712": "Strange Note",
"100713": "A Bag of Mora",
"100714": "Water-Logged Box",
"100715": "Meadow of Gems",
"100716": "Starsilver Catalyst",
"100717": "Starsilver Catalyst",
"100718": "Starsilver Catalyst",
"100719": "Starsilver Catalyst",
"100720": "Starsilver Catalyst",
"100723": "Dummy's Xiao Lantern",
"100724": "Unnamed Mingxiao Lantern",
"100726": "Herbalist Gui's Medicine",
"100727": "Starsilver Catalyst",
"100728": "Dandelion Seed",
"100729": "Siyu's Xiao Lantern",
"100730": "Records of Jueyun: Qilin",
"100731": "Records of Jueyun: Hidden Jade",
"100732": "Records of the Gallant: Black Raccoons",
"100733": "Records of the Gallant: Dust",
"100734": "Hex & Hound (VI)",
"100735": "Hex & Hound (VII)",
"100736": "Hex & Hound (VIII)",
"100737": "Aunt Qiao's Almond Tofu",
"100738": "Zhuyu's Golden Shrimp Balls",
"100739": "Ominous Dish",
"100740": "Lost Adventure Notebook",
"100741": "Broken Xiao Lantern Lampshade",
"100742": "Hard Iron Chunk",
"100743": "Hard Crystal Chunk",
"100744": "Red Wolfhook",
"100745": "Fresh Jueyun Chili",
"100746": "Handpicked Gift",
"100747": "Lantern Rite Gift",
"100748": "Pyro Whopperflower Nectar",
"100749": "Wanmin Restaurant Take-Away",
"100750": "Strange Box",
"100751": "Inscribed Xiao Lantern",
"100752": "Soil Sample",
"100753": "Fresh Qingxin",
"100754": "Slime-Swallowed Calla Lily",
"100755": "Fresh Lotus Head",
"100756": "Plank",
"100757": "Fresh Raw Meat",
"100758": "High-Quality Chilled Meat",
"100759": "Picture of Windblume Festival",
"100760": "Picture of Windblume Festival",
"100761": "Picture of Windblume Festival",
"100762": "Wondrous Lovely Flower",
"100763": "Watch Out!",
"100764": "Fresh Valberry",
"100765": "Pyro Slime Condensate",
"100766": "Special Bottle",
"100767": "Notes of Some Kind",
"100768": "Ward",
"100769": "Ward",
"100770": "Ioroi's Ward",
"100771": "Scroll-Shaped Ward",
"100772": "Key-Shaped Ward",
"100774": "Old Key",
"100775": "Old Stone Slate",
"100776": "Old Stone Slate",
"100777": "Old Stone Slate",
"100778": "Old Stone Slate",
"100779": "Rather Fine Dandelion Seeds",
"100780": "Rather Fine Windwheel Aster",
"100781": "Special Beverage",
"100782": "Special Beverage",
"100783": "Hex & Hound (IX)",
"100784": "Hex & Hound (X)",
"100785": "Hex & Hound (XI)",
"100786": "String of Pearls (IV)",
"100787": "String of Pearls (V)",
"100788": "Handy Handbook of Hilichurlian",
"100789": "Bamboo Slip",
"100790": "Bamboo Slip",
"100791": "Bamboo Slip",
"100792": "Bamboo Slip",
"100793": "Bamboo Slip",
"100794": "Bamboo Slip",
"100795": "Bamboo Slip",
"100796": "Bamboo Slip",
"100797": "Bamboo Slip",
"100798": "Fortune Slip",
"100799": "Fortune Slip",
"100800": "Fortune Slip",
"100801": "Fortune Slip",
"100802": "Fortune Slip",
"100803": "Fortune Slip",
"100804": "Fortune Slip",
"100805": "Fortune Slip",
"100806": "Fortune Slip",
"100807": "Strange Fortune Slip",
"100808": "Strange Fortune Slip",
"100809": "Strange Fortune Slip",
"100810": "Strange Fortune Slip",
"100811": "Picture of Cape Oath",
"100812": "Picture of Starsnatch Cliff",
"100813": "Picture of Windrise",
"100814": "Cyrus' Letter to Iris",
"100815": "Picture of Dragonspine",
"100816": "The Crux Clash Champion Medal",
"100817": "Well-Packaged Gebratenes Fleisch mit Sauerkraut",
"100818": "Tea Break Pancake Cooked by Lily",
"100819": "Mysterious Mechanical Part",
"100820": "Pale Yellow Crystal",
"100821": "Pale Red Crystal",
"100822": "Pale Blue Crystal",
"100823": "Pale Yellow Scale",
"100824": "Pale Blue Scale",
"100825": "Pale Red Scale",
"100826": "Cat Food",
"100827": "Cat Toy",
"100828": "Fresh Fish Scales",
"100829": "Some Strange... Drink?",
"100830": "Purse by the Dried-Up Well",
"100831": "Archaic Stone",
"100832": "Slightly Damaged Wooden Plank",
"100833": "Somewhat Rotten Wooden Plank",
"100835": "Smaragdus Jadeite",
"100836": "Smaragdus Nephrite Fragment",
"100837": "The Jade Mystery's Affidavit",
"100838": "Ministry of Civil Affairs' Affidavit",
"100839": "Bubu Pharmacy's Affidavit",
"100840": "Fresh Slime Condensate",
"100841": "Minacious Isle Mural",
"100842": "Broken Isle Mural",
"100843": "Nameless Island Mural",
"100844": "Twinning Isle Mural",
"100845": "Illegible Notes",
"100846": "Fresh Fish",
"100849": "Ragged List of Goods",
"100850": "Cargo Bag Fished Out From Water",
"100851": "Nameless Islet Mural",
"100852": "Clear Image",
"100853": "Somewhat Clear Image",
"100854": "Rather Foggy Image",
"100855": "A Discarded Blade",
"100856": "A Jug of Wine",
"100857": "A Masterless Blade",
"100858": "Bag of Flower Seeds",
"100859": "Mysterious Conch",
"100861": "The Sage Aetolia Will Die Tomorrow",
"100862": "The Honest Cat's Little Lie",
"100863": "Literature Club",
"100864": "Rust-Worn Key",
"100866": "The Violet Oni's Blade",
"100867": "The Crimson Oni's Blade",
"100868": "Fortune Slip",
"100869": "Fortune Slip",
"100870": "Fortune Slip",
"100871": "Fortune Slip",
"100872": "Fortune Slip",
"100873": "Fortune Slip",
"100874": "Fortune Slip",
"100875": "Chang the Ninth's Gift",
"100876": "Zhenyu's Gift",
"100880": "Cage Key",
"100881": "Metal Key",
"100882": "Atsuko's Letter",
"100883": "Illegible Fortune Slip",
"100884": "Damaged Note",
"100885": "Luxurious Silk Cloth",
"100886": "Special Recipe: Mushroom Pizza",
"100889": "Chef Mao's Special Jueyun Chili Chicken",
"100890": "Xiangling's Handwritten Notes",
"100891": "Yellowed Letter",
"100892": "Vahid's Kneaded Onigiri",
"100893": "Naganohara Fireworks Note",
"100894": "Spirit Pearl",
"100895": "Key of the Moon-Bathed Deep",
"100896": "Strange Bottle",
"100897": "Water Welling With \"Wishes\"",
"100898": "Spiritherb Water",
"100899": "Rinzou's Letter",
"100900": "Rinzou's Signet",
"100901": "Hidden Ledger",
"100902": "Komore Teahouse Invitation Letter",
"100903": "A Love Letter(?)",
"100904": "Cooked Meat",
"100905": "\"The Seventh Samurai\" Script",
"100907": "A Note Left by Someone",
"100908": "Bamboo Slip",
"100909": "Bamboo Slip",
"100910": "Bamboo Slip",
"100911": "Bamboo Slip",
"100912": "Bamboo Slip",
"100913": "Bamboo Slip",
"100914": "Bamboo Slip",
"100916": "Lightly-Perfumed Letter",
"100917": "Travel Permit",
"100918": "Kujou Kamaji's Letter",
"100919": "Snack Box",
"100920": "Dull Golden Bridle",
"100921": "Golden Bridle",
"100922": "Reins of Revival Fragment (The Narrows)",
"100923": "Reins of Revival Fragment (Temple)",
"100924": "Reins of Revival Fragment (Serpent's Heart)",
"100925": "Reins of Revival",
"100926": "Offerings of The Narrows",
"100927": "Offerings of the Temple",
"100928": "Offerings of the Serpent's Heart",
"100929": "The Serpent and Drakes of Tokoyokoku",
"100930": "Bathysmal Vishap Experimental Records",
"100931": "Before Sun and Moon",
"100932": "Hydrological Studies in Byakuyakoku",
"100933": "In the Light, Beneath the Shadow",
"100939": "Bloodbranch Coral",
"100940": "Divine Bridle",
"100941": "Date's Medal of Recognition",
"100942": "Date's Medal of Recognition",
"100943": "Secret Room Key",
"100944": "Waters of Lethe",
"100945": "Dragonbone Orb",
"100946": "Key to Some Place",
"100947": "Key to Some Place",
"100948": "Key to Some Place",
"100949": "Sun-Dried Sweet Flower",
"100950": "Peculiar Pinion",
"100951": "Maushiro",
"100952": "Maushiro",
"100955": "An Onikabuto Affected by Tatarigami",
"100956": "Missing Component(s)",
"100957": "Funerary Mask",
"100958": "Musoujin Gorge: Rock Pillar Pearl",
"100959": "Musoujin Gorge: Rock Pillar Warding Stone",
"100960": "Serpent's Head: Rock Pillar Pearl",
"100961": "Serpent's Head: Rock Pillar Warding Stone",
"100962": "Jakotsu Mine: Rock Pillar Pearl",
"100963": "Jakotsu Mine: Rock Pillar Warding Stone",
"100964": "Fort Mumei: Rock Pillar Pearl",
"100965": "Fort Mumei: Rock Pillar Warding Stone",
"100966": "Naku Weed Seed",
"100967": "High-Quality Chilled Meat",
"100968": "Piping-Hot Braised Meat",
"100969": "Family Letter",
"100970": "Tattered Letter",
"100971": "Pharmacist's Notebook (I)",
"100972": "Pharmacist's Notebook (II)",
"100973": "Pharmacist's Notebook (III)",
"100974": "Unsealed Letter",
"100975": "Inaba Tousaburou Kyuuzou's Final Words",
"100976": "Star-Shaped Gem",
"100977": "Stone Slate",
"100978": "Kamuijima Cannon Map",
"100979": "Secret Notes",
"100980": "High-Quality Rice",
"100981": "Fragrant Rice Pudding",
"100982": "Anemo Slime-Swallowed Bamboo Shoots",
"100983": "Piping-Hot Oncidium Tofu",
"100984": "Fossil Bag",
"100985": "\"Treasury\" Key",
"100986": "Incomplete Notes",
"100987": "Tattered Paper",
"100988": "Picture Commemorating Seirai Island",
"100989": "Picture Commemorating Seirai Island (II)",
"100990": "Picture Commemorating Seirai Island (III)",
"100991": "Picture Commemorating Seirai Island (IV)",
"100992": "Fujiwara Toshiko's Treasure Map",
"100993": "A Bag of Beans",
"100995": "Right-Side Photo",
"100996": "Left-Side Photo",
"100997": "Inferior Starsilver",
"100998": "Quality Starsilver",
"100999": "Key",
"101000": "Box of Clothes",
"101501": "Torn Page: Toki Alley Tales (Prologue)",
"101502": "Torn Page: Toki Alley Tales (I)",
"101503": "Torn Page: Toki Alley Tales (II)",
"101504": "Torn Page: Toki Alley Tales (III)",
"101505": "Torn Page: Toki Alley Tales (IV)",
"101506": "Torn Page: Toki Alley Tales (V)",
"101507": "Toki Alley Tales (Prologue)",
"101508": "Toki Alley Tales (I)",
"101509": "Toki Alley Tales (II)",
"101510": "Toki Alley Tales (III)",
"101511": "Toki Alley Tales (IV)",
"101512": "Toki Alley Tales (V)",
"101513": "Pass Permit",
"101514": "Dango Milk",
"101515": "Realm Dispatch",
"101517": "Special Sakura Bloom",
"101518": "Thunder Sakura Crab",
"101519": "Fresh Seagrass",
"101520": "Fresh Sakura Bloom",
"101521": "Fresh Snapdragon",
"101522": "Fresh Bird Egg",
"101523": "New Chronicles of the Six Kitsune: Prologue",
"101524": "New Chronicles of the Six Kitsune (I)",
"101525": "New Chronicles of the Six Kitsune (II)",
"101526": "New Chronicles of the Six Kitsune (III)",
"101527": "New Chronicles of the Six Kitsune (IV)",
"101528": "Sangonomiya Chronicles",
"101529": "The Saga of Hamavaran (Preface)",
"101530": "The Saga of Hamavaran (I)",
"101531": "The Saga of Hamavaran (II)",
"101532": "A Legend of Sword (I)",
"101533": "A Legend of Sword (II)",
"101534": "A Legend of Sword (III)",
"101535": "A Legend of Sword (IV)",
"101536": "A Legend of Sword (V)",
"101537": "Sacred Sakura Cleansing Summary",
"101538": "Fresh Mushroom",
"101539": "Crab Bait",
"101540": "Someone's Diary V: Jinren Island",
"101541": "Diary of Roald the Adventurer: Ritou",
"101542": "Grand Narukami Shrine Omamori",
"101543": "Official Tenryou Commission Document",
"101544": "Tenryou Commission Secret Letter",
"101545": "Supersized Firework",
"101546": "Special Magical Crystal Ore",
"101547": "Ore Slag",
"101548": "Princess Mina of the Fallen Nation (I)",
"101549": "Princess Mina of the Fallen Nation (II)",
"101550": "Princess Mina of the Fallen Nation (III)",
"101551": "Princess Mina of the Fallen Nation (IV)",
"101552": "Princess Mina of the Fallen Nation (V)",
"101553": "Princess Mina of the Fallen Nation (VI)",
"101554": "Flowers for Princess Fischl (0)",
"101558": "Teyvat Travel Guide - Inazuma",
"101559": "Drifting Bottle With Letter",
"101560": "Onibudou",
"101561": "Grand Narukami Shrine Omamori",
"101570": "Lucky Omamori",
"101571": "Box of Nails",
"101572": "Planks",
"101573": "Rope",
"101575": "Kito's Sachet",
"101576": "Treasure Map Fragment",
"101577": "Treasure Map Fragment",
"101578": "Treasure Map Fragment",
"101579": "Treasure Map Fragment",
"101580": "A Treasure Map Left for Shitoki",
"101581": "Makiri's Charm",
"101582": "General Purpose Directional Conduction Component",
"101583": "Rust-Worn Key",
"101584": "Heavy Key",
"101585": "Intact Key",
"101586": "Sumida's Letter",
"101587": "New Firework Model",
"101588": "New Chronicles of the Six Kitsune (V)",
"101589": "Northland Bank Check",
"101590": "Scrawled Treasure Map",
"101591": "Kiminami Anna's Invigorating Kitty Meal",
"101592": "Autake Slate",
"101593": "General Purpose Directional Conduction Component",
"101594": "General Purpose Directional Conduction Component",
"101595": "General Purpose Directional Conduction Component",
"101596": "A Preliminary Study of Sangonomiya Folk Belief",
"101597": "The Life of Mouun the Shrine Maiden",
"101598": "Debates on the \"Viceroy of the East\"",
"101599": "Treasured Tales of the Chouken Shinkageuchi (I)",
"101600": "Mysterious Stone",
"101601": "Diary of Roald the Adventurer: Tsurumi Island",
"101602": "Fresh Meat",
"101603": "Fresh Fish",
"101604": "Bag of Retrieved Items",
"101605": "Repaired Comb",
"101606": "Mysterious Flyer",
"101607": "Rigorous Schedule",
"101608": "Simple Schedule",
"101609": "Starsplinter Iron",
"101610": "Subrosium",
"101611": "Wonder Core",
"101612": "Adepti Sigil",
"101613": "Records of a Changing Village",
"101614": "Ragged Notebook",
"101615": "Mountainous Miscellany",
"101616": "Neatly-Written Note",
"101617": "Little Meng's Drifting Bottle",
"101618": "Lumenstone",
"101619": "Muning's Note",
"101620": "Treasure Map Fragment",
"101621": "Treasure Hoarders' Treasure Map",
"101622": "Storehouse Security Key No. 1",
"101623": "Storehouse Security Key No. 2",
"101624": "A Set of Cannonballs",
"101625": "Special Unmoving Essential Oil",
"101626": "Key to a Stony Hall",
"101627": "Photo of a Strange Rock",
"101628": "Akademiya Recommendation Letter",
"101629": "Orb of the Blue Depths",
"101630": "Metal Key",
"101631": "Miner's Key",
"101632": "Blessings of Wisdom",
"101633": "Mountainator Cannonball (Fuse Attached)",
"101634": "Toy Doll",
"101635": "Flower of Farsight",
"101636": "Skyfeather",
"101637": "Sundial of Ages",
"101638": "Cup of Commons",
"101639": "Helm of Warding",
"101640": "Warrior's Spear",
"101641": "Brass Ring",
"101642": "Archaic Stone",
"101643": "Shriveled Seed",
"101645": "Yue Chuan's Drifting Bottle",
"101648": "Hiraizumi's Goods",
"101649": "Cell Key",
"101650": "Freshly-Picked Calla Lily",
"101651": "Freshly-Picked Small Lamp Grass",
"101652": "Freshly-Picked Cecilia",
"101654": "Ruin Machine Core",
"101655": "Date's Key",
"101656": "Pile of Lavender Melons",
"101657": "Fine Incense",
"101659": "Curious Cube",
"101660": "A Note Someone Stuffed You",
"101661": "Special Bamboo Slip",
"101662": "\"Final Instructions\"",
"101663": "Bag of Clothes",
"101664": "Special Fortune Slip",
"101665": "Strange Object",
"101666": "Bedrock Key Location Diagram",
"101667": "Light Mora Purse",
"101668": "Full Mora Purse",
"101669": "Plump Fish",
"101670": "Beautifully-Written Note",
"101671": "Yun Jin's Personal Letter",
"101672": "Lyudochka's Letter",
"101673": "Lyudochka's Mora Purse",
"101674": "Fatui Code Sheet",
"101675": "Light Purse",
"101676": "Marjorie's Gift",
"101677": "Viktor's Gift",
"101678": "Fresh Wolfhooks",
"101679": "Lyudochka's Fortune Slip",
"101680": "The Serpent and Drakes of Tokoyokoku",
"101681": "Before Sun and Moon",
"101682": "Hydrological Studies in Byakuyakoku",
"101683": "Bathysmal Vishap Experimental Records",
"101684": "In the Light, Beneath the Shadow",
"101685": "The Miraculous Adventures of the Traveler",
"101686": "The Miraculous Adventures of the Traveler",
"101687": "The Miraculous Adventures of the Traveler",
"101688": "The Miraculous Adventures of the Traveler",
"101690": "Muning's Note",
"101691": "Frostglaze Crystal",
"101694": "Bloodied Sergeant's Insignia",
"101695": "Corporal Nikolay's Diary",
"101696": "Corporal Nikolay's Diary",
"101697": "Mora Purse",
"101698": "A Firsthand Guide to Summoning Spirits",
"101699": "Dream Sakura",
"101700": "Aphotium Ore",
"101701": "Tokoyo Legume",
"101702": "Husk Gem",
"101703": "Fragmented Accessory",
"101704": "Fragmented Accessory",
"101706": "Tsumi's Map",
"101707": "Hakuen Michimitsu Amenoma",
"101708": "Wooden Cage Key",
"101709": "Damaged Stone Slate",
"101710": "Mysterious Stone Slate",
"101711": "Yanbo's Note",
"101712": "Nikolay's Letter",
"101716": "The Almighty Arataki Great and Glorious Drumalong Festival!",
"101717": "Worksite Records",
"101721": "Old Notes",
"101722": "Old Notes",
"101723": "Old Notes",
"101724": "Zhiqiong's Letter",
"101725": "Arrival Schedule",
"101726": "Five Kasen Summary",
"101727": "The Five Kasen's Splendor: Suikou",
"101728": "The Five Kasen's Splendor: Aoi no Okina",
"101729": "The Five Kasen's Splendor: Akahito",
"101730": "The Five Kasen's Splendor: Sumizome",
"101731": "The Five Kasen's Splendor: Sumizome",
"101732": "Ancient Forging Blueprint",
"101733": "Kaedehara Yoshinori's Letter",
"101734": "Taliesin's Manuscript",
"101735": "Old Notes",
"101736": "Old Notes",
"101754": "Sayu's Salary",
"101755": "Statue of Her Excellency, the Almighty Narukami Ogosho, God of Thunder",
"101756": "Kokomi's Shopping List",
"101757": "Toy Fox",
"101758": "Salary Bag",
"101759": "Old Notes",
"101760": "A Complete Chart of Ako's Treasure",
"101764": "\"Outlander Brigade: When the Wind of Death Blew Towards the Blond Samurai\" Script",
"101765": "\"Mushounin\" Script",
"101766": "A Legend of Sword (VI)",
"101767": "Shogun Almighty: Reborn as Raiden With Unlimited Power",
"101768": "Pretty Please, Kitsune Guuji?",
"101769": "Let's Go, Dodoco!",
"101770": "Ako's Treasure: Location 1",
"101771": "Ako's Treasure: Location 2",
"101772": "Ako's Treasure: Location 3",
"101773": "Ako's Treasure: Location 4",
"101774": "Yajna Grass",
"101775": "Zohrah Mushroom",
"101776": "Barsam Flower",
"101779": "Arahaoma",
"101780": "\"Mushounin\" Script",
"101781": "\"Mushounin\" Script",
"101782": "Jinwu's Soup",
"101795": "Bag of Ornaments",
"101796": "Vasmrti",
"101797": "Let's Go, Dodoco!",
"101798": "Sea Route Log",
"101799": "Route Log: I",
"101800": "Route Log: II",
"101801": "Asterism Shard",
"101802": "Asterism Shard",
"101803": "Asterism Shard",
"101804": "Asterism Shard",
"101805": "Asterism Shard",
"101806": "Asterism Shard",
"101807": "Asterism Shard",
"101808": "Asterism Shard",
"101809": "Vasoma Fruit",
"101811": "Garland",
"101812": "Garland",
"101813": "Bija",
"101814": "Arana's Flower",
"101815": "Araja's Flower",
"101816": "Nameless Flower",
"101817": "Arapandu's Flower",
"101818": "Arakunti's Flower",
"101819": "Aranakula's Flower",
"101820": "Arabalika's Flower",
"101821": "Aranaga's Flower",
"101822": "Aranakin's Flower",
"101823": "Aragaru's Flower",
"101824": "Ararycan's Flower",
"101825": "Araesha's Flower",
"101826": "Arakara's Flower",
"101827": "The Siblings' Flowers",
"101828": "The Song Gatherers' Flowers",
"101829": "Aralila and Aranishat's Flowers",
"101830": "Arakanta's Flower",
"101832": "Stories of You and the Aranara",
"101833": "\"Emergency Adjustment Plan\"",
"101834": "Asterism Shard",
"101835": "Key",
"101836": "Bottle of Spring Water",
"101837": "Frozen Soul's Petal",
"101838": "Elegantly-Written Note",
"101839": "A Letter",
"101840": "Rock Garden Rough Stone (Left)",
"101841": "Rock Garden Rough Stone (Right)",
"101842": "Rock Garden Carving Tools",
"101843": "Rock Garden Carving Tools",
"101854": "Leisurely Rocks: Left",
"101855": "Leisurely Rocks: Right",
"101856": "Hoverlight Rocks: Left",
"101857": "Hoverlight Rocks: Right",
"101858": "Unyielding Rocks: Left",
"101859": "Unyielding Rocks: Right",
"101860": "Living Spring",
"101861": "A Box of Components",
"101862": "Note of Unknown Origin: I",
"101863": "Note of Unknown Origin: II",
"101864": "Note of Unknown Origin: III",
"101865": "Note of Unknown Origin: IV",
"101866": "A Note",
"101893": "Forensic Office Research Log Excerpt",
"101894": "Note of Unknown Origin",
"101896": "Crystalline Core",
"101897": "Crystalline Core",
"101898": "Crystalline Core",
"101899": "Old Yellowed Notes",
"101900": "Mysterious Letter",
"101901": "A Seemingly Waterproof Note",
"101902": "Reverberating Key",
"101903": "A New Letter",
"101904": "Dawn Winery's Top-Quality Grape Juice",
"101905": "Slime Condensate-Soaked Soil",
"101906": "Whopperflower Root Soil",
"101907": "Moist Soil",
"101908": "Starlight Coalescence",
"101909": "Dragonspine Supplies: Ham",
"101910": "Nightwatch Contract",
"101911": "Special \"Concresoil\" for Toys",
"101913": "Whopperflower Root Soil",
"101914": "Fertile Soil (Reportedly)",
"101915": "Discarded \"Concresoil\"",
"101916": "Tenryou Commission's Missing Person Poster",
"101917": "Sea Salt-Crusted Key",
"101919": "Special Bird Egg",
"101920": "Special Mushroom",
"101921": "Special Mint",
"101922": "Special Harra Fruit",
"101923": "Special Sweet Flower",
"101925": "Box Lunch from Tighnari",
"101926": "Letter to Haypasia",
"101927": "Box Lunch from the Traveler",
"101928": "Tighnari's Introduction Letter",
"101929": "Bag of Transaction Funds",
"101930": "Package of Canned Knowledge",
"101931": "Canned Knowledge \"Swordfighting Techniques VIII\"",
"101932": "Bag of Intel Transaction Funds",
"101933": "Picture of the Transaction",
"101934": "Informant Code Chart",
"101935": "Misplaced Conch 1",
"101936": "Misplaced Conch 2",
"101937": "Misplaced Conch 3",
"101938": "Prescription Medication from Bimarstan for Gurgen",
"101939": "Prescription Medication from Bimarstan for Azra",
"101940": "Prescription Medication from Bimarstan for Aftab",
"101941": "Fresh Harra Fruit",
"101942": "Fresh Zaytun Peach",
"101943": "Red-Dyed Fabric",
"101944": "\"The Best Water\"",
"101945": "Silver Pocket Watch",
"101946": "Old Insignia",
"101947": "Fresh Slime Condensate",
"101948": "Sareh's Note",
"101949": "Sareh's Note",
"101950": "Sareh's Note",
"101951": "Fresh Nilotpala Lotus",
"101952": "Rose Sprout",
"101953": "Eagle Feather of The Brave",
"101954": "Florescent Talisman",
"101955": "Freshly-Picked Mushroom",
"101956": "Strange Sumeru Rose",
"101957": "Riddle Note",
"101958": "Riddle Note",
"101959": "Riddle Note",
"101960": "Riddle Note",
"101961": "Rafiq's Shipbuilding Materials",
"101962": "Little Dried Flower",
"101963": "Activated·Canned Knowledge",
"101964": "Persikov's Manuscript",
"101965": "Normal Wood",
"101966": "Fatui Meal",
"101967": "Treasure Map in a Box",
"101968": "Glinting Component",
"101969": "Sacred Seal: Valley",
"101970": "Sacred Seal: Bird Head",
"101971": "Sacred Seal: Raised Arm",
"101972": "Sacred Seal: Sandstorm",
"101973": "Sacred Seal: Auricle",
"101974": "Sacred Seal: Forest",
"101975": "Sacred Seal: Thunderstrike",
"101976": "Sacred Seal: Danger",
"101977": "Sacred Seal: Chisel Hammer",
"101978": "Sacred Seal: Sunrise",
"101979": "Sacred Seal: Right to Rule",
"101980": "Sacred Seal: Sheep Head",
"101981": "Sacred Seal: Crocodile Head",
"101982": "Sacred Seal: Giant Serpent",
"101983": "Sacred Seal: Ceremony",
"101984": "Sacred Seal: Labor",
"101985": "Sacred Seal: Dune",
"101987": "Golden Rose Seeds",
"101988": "Transparent Ruins Record (I)",
"101989": "Record of Lamb-Devourer Rock",
"101990": "Record of the Tomb of Carouses",
"101991": "Soheil's Old Notes",
"101992": "Record of Aaru's Shut",
"101993": "Twilight Theater Head's Notes",
"101994": "Freshly-Picked Harra Fruit",
"101995": "Unsigned Note",
"101996": "Ragged Records",
"101997": "Remelting Device",
"101998": "Remelting Tablet",
"101999": "Employer's Orders",
"120000": "A Note Alrani Left for Niloofar",
"120001": "A Research Paper by Pir Kavikavus",
"120002": "Dried Flower",
"120003": "Amiti Device Fragment (I)",
"120004": "Amiti Device Fragment (II)",
"120005": "Amiti Device Fragment (III)",
"120006": "Jazari's Mora Purse",
"120007": "\"The Ultra Invincible\" Adventure Handbook",
"120008": "Lost Energy Block",
"120009": "Strange Parchment",
"120011": "Withered Kusava",
"120012": "Gulabgir's Special Pet Snake Food",
"120013": "Strange Bead",
"120014": "Strange Tiny Hats",
"120015": "Shabby Rack",
"120016": "Javi's Dream",
"120017": "Tattered Paper",
"120018": "The Shepherd and the Magic Bottle",
"120019": "The Tale of Shiruyeh and Shirin (I)",
"120020": "The Tale of Shiruyeh and Shirin (II)",
"120021": "The Lay of Al-Ahmar",
"120022": "The Folio of Foliage (I)",
"120023": "The Folio of Foliage (II)",
"120024": "The Folio of Foliage (III)",
"120025": "Scroll of Streaming Song (I)",
"120026": "Scroll of Streaming Song (II)",
"120027": "Scroll of Streaming Song (III)",
"120028": "An Ode to Soul-Light",
"120029": "Transparent Ruins Record (II)",
"120030": "Transparent Ruins Record (III)",
"120031": "Ancient Key",
"120032": "Unsealed Parchment",
"120033": "Guiding Parchment",
"120034": "Whispering Parchment",
"120035": "Mysterious Parchment",
"120036": "Ancient Work Log",
"120037": "Akademiya Investigation Team's Interim Report",
"120038": "Zandik's Note",
"120039": "Sohreh's Note",
"120040": "Sumeru Investigation Team's Note",
"120041": "Dissection Records",
"120042": "Ragged Attendance Record",
"120043": "Purchased Goods",
"120044": "Purchased Goods",
"120045": "Purchased Goods",
"120046": "Purchased Goods",
"120047": "Medical Records",
"120048": "Diagnostic Report",
"120049": "Shevirme's Funds",
"120050": "Quqing's Funds",
"120051": "Guanchui's Funds",
"120052": "Zakariya's Prescription for Maruf",
"120053": "Zakariya's Prescription for Maruf",
"120054": "Zakariya's Prescription for Maruf",
"120056": "Zakariya's Medicine for Maruf",
"120059": "An Elegantly-Written Note",
"120061": "Nermin's Minty Bean Soup",
"120063": "Future Star",
"120064": "Energy Transformation Capacitor",
"120065": "Raef's Package",
"120066": "Nermin's Perfume Ingredients",
"120067": "Keystone (I)",
"120068": "Torn Page: A Thousand Nights (I)",
"120069": "Torn Page: A Thousand Nights (II)",
"120070": "Torn Page: A Thousand Nights (III)",
"120071": "Torn Page: A Thousand Nights (IV)",
"120072": "Torn Page: A Thousand Nights (V)",
"120073": "Torn Page: A Thousand Nights (VI)",
"120074": "A Thousand Nights (I)",
"120075": "A Thousand Nights (II)",
"120076": "A Thousand Nights (III)",
"120077": "A Thousand Nights (IV)",
"120078": "A Thousand Nights (V)",
"120079": "A Thousand Nights (VI)",
"120080": "Samail's Missive",
"120081": "Samail's Missive",
"120082": "Shevirme's Invoice",
"120083": "Quqing's Invoice",
"120084": "Guanchui's Invoice",
"120086": "Soulferry",
"120087": "Khaj-Nisut",
"120088": "Border Fort",
"120089": "King Deshret's Pillar",
"120091": "Temple of Gurabad",
"120092": "Activation Device: The Mausoleum of King Deshret",
"120093": "Activation Device: Deshret's Glass Goblet",
"120094": "Activation Device: Soulferry",
"120095": "Activation Device: Khaj-Nisut",
"120096": "Activation Device: Border Fort",
"120097": "Activation Device: King Deshret's Pillar",
"120099": "Activation Device: Temple of Gurabad",
"120100": "Memories of the Eternal Oasis (I)",
"120101": "Memories of the Eternal Oasis (II)",
"120102": "Memories of the Eternal Oasis (III)",
"120103": "Tadhla's Feather",
"120104": "Fatui Stronghold Key",
"120105": "Sacred Seal: Precipice",
"120106": "Sacred Seal: Grand Door",
"120107": "Mysterious Stone Slate (I)",
"120108": "Mysterious Stone Slate (II)",
"120109": "Mysterious Stone Slate (III)",
"120110": "Mysterious Stone Slate (IV)",
"120111": "Mysterious Stone Slate (V)",
"120112": "Mysterious Stone Slate (VI)",
"120113": "Cyno's Introduction Letter",
"120114": "Ancient Map",
"120115": "Auction Information",
"120116": "Sealed Materials: The Court of Desolation",
"120117": "Keystone (II)",
"120118": "Azalai's Payment",
"120119": "Rama's Receipt",
"120120": "Butrus' Receipt",
"120121": "Jut's Receipt",
"120122": "Jahangir's Receipt",
"120123": "Limited Edition Desert Special Travel Pack",
"120124": "Nascent Bamboo Shoots",
"120126": "A Short Letter",
"120127": "Silver Twig",
"120128": "Vaguely-Readable Inscription",
"120129": "Vaguely-Readable Inscription",
"120130": "Vaguely-Readable Inscription",
"120131": "Vaguely-Readable Inscription",
"120132": "Vaguely-Readable Inscription",
"120133": "Vaguely-Readable Inscription",
"120134": "Vaguely-Readable Inscription",
"120135": "Vaguely-Readable Inscription",
"120136": "Vaguely-Readable Inscription",
"120137": "Vaguely-Readable Inscription",
"120138": "Incomplete Medical Records",
"120139": "Zandik's Note",
"120140": "Someone's Diary",
"120141": "Ragged Records",
"120142": "Internal Withdrawal Document",
"120143": "Preliminary Test on Experimental Subject",
"120144": "Transfer Notification",
"120145": "Pathfinders' Log: I",
"120146": "Pathfinders' Log: II",
"120147": "Pathfinders' Log: III",
"120148": "Pathfinders' Log: IV",
"120149": "Pathfinders' Log: V",
"120150": "Pathfinders' Log: VI",
"120151": "Note Regarding an Exchange of Goods",
"120152": "Event Notice",
"120153": "Haniyyah's Notes - First Part",
"120154": "Haniyyah's Notes - Second Part",
"120155": "Clues For Yae Miko",
"120156": "Cyno's Missive",
"120157": "Layla's List of Orders",
"120158": "Initial Investigation Clues",
"120159": "Haniyyah's Notes",
"120160": "Special Wisdom Orb",
"120161": "Mysterious Fatui Letter",
"120162": "Hilt-Like Object",
"120163": "\"A Brief Analysis of Possible Events of Historical Importance in the Tatarasuna Area\"",
"120164": "\"The Isle of Darkling Clouds\"",
"120165": "\"A Brief Analysis of Possible Events of Historical Importance in the Tatarasuna Area\"",
"120166": "\"The Isle of Darkling Clouds\"",
"120179": "Boxful of Homeland Soil",
"120180": "Derived Contents",
"120181": "Xudong's Letter",
"120182": "Records of Gurabad: Part I",
"120183": "Records of Gurabad: Part II",
"120184": "Records of Gurabad: Part III",
"120185": "Records of Gurabad: Part IV",
"120186": "Records of Gurabad: Part V",
"120187": "Damaged Stone Slate",
"120188": "Records of Mt. Damavand: Part I",
"120189": "Records of Mt. Damavand: Part II",
"120190": "Records of Mt. Damavand: Part III",
"120191": "Dogma of the Brass Mask: Part I",
"120192": "Dogma of the Brass Mask: Part II",
"120193": "Dogma of the Brass Mask: Part III",
"120194": "Records of the Ancient Oases: Part I",
"120195": "Records of the Ancient Oases: Part II",
"120196": "Records of the Ancient Oases: Part III",
"120197": "Records of the Ancient Oases: Part IV",
"120198": "Records of the Ancient Oases: Part V",
"120199": "Records of the Ancient Oases: Part VI",
"120200": "Conscription Slate",
"120201": "Red Vulture's Feather",
"120202": "Scorpion's Sting",
"120203": "Flying Serpent's Horn",
"120204": "Captain Zoya Snezhevna's Report (I)",
"120205": "Captain Zoya Snezhevna's Report (II)",
"120206": "Captain Zoya Snezhevna's Report (III)",
"120207": "Damaged Records: I",
"120208": "Damaged Records: II",
"120209": "Tanit Emblem-Marked Records",
"120210": "Fatui Letter",
"120211": "An Abandoned Letter",
"120212": "Zandik's Note",
"120213": "Akademiya Emblem-Marked Contract",
"120214": "Restored Blueprints of a Mechanical Behemoth's Power System",
"120215": "Secret Letter to Aderfi",
"120216": "Random Weapon Shards",
"120217": "Unattributed Ramen Voucher",
"120218": "Neat Note",
"120219": "Jeht's Letter",
"120220": "Ufairah's Notes",
"120221": "Ancient Stone Key",
"120226": "Vaguely-Readable Inscription",
"120227": "Vaguely-Readable Inscription",
"120228": "Vaguely-Readable Inscription",
"120229": "Vaguely-Readable Inscription",
"120230": "Vaguely-Readable Inscription",
"120231": "Vaguely-Readable Inscription",
"120232": "Vaguely-Readable Inscription",
"120233": "Vaguely-Readable Inscription",
"120235": "Crumpled Namelist",
"120236": "Warehouse Inventory Records",
"120237": "Records of the Ancient Oases: Part VII",
"120238": "Records of the Ancient Oases: Part VIII",
"120239": "Records of the Ancient Oases: Part IX",
"120240": "Records of the Ancient Oases: Part X",
"120241": "Employment Code of Conduct Tablet",
"120242": "Akademiya Emblem-Marked Contract",
"120243": "Akademiya Emblem-Marked Contract",
"120248": "Tribe Merchant's Letter",
"120249": "Jeht's Note",
"120250": "Piping-Hot Bamboo Shoot Soup",
"120251": "Warrior's Spirit Swordfighting Arena Ticket",
"339901": "Beginner Player Badge",
"339902": "Advanced Player Badge",
"339903": "Expert Player Badge",
"339904": "Master Player Badge",
"339905": "Legend Player Badge"
},
"CRICKET": {
"100121": "Cricket (White)",
"100122": "Cricket (Blue)",
"100123": "Cricket (Purple)",
"100124": "Cricket (Gold)"
},
"WIDGET": {
"220001": "Anemoculus Resonance Stone",
"220002": "Geoculus Resonance Stone",
"220003": "Geo Treasure Compass",
"220004": "Wind Catcher",
"220005": "Portable Waypoint",
"220006": "Adepti Seeker's Stove",
"220008": "NRE (Menu 30)",
"220009": "Anemo Treasure Compass",
"220013": "Treasure-Seeking Seelie",
"220014": "Mini Seelie: Dayflower",
"220015": "Mini Seelie: Rosé",
"220016": "Mini Seelie: Curcuma",
"220017": "Warming Bottle",
"220018": "Kamera",
"220019": "Kurious Kamera",
"220020": "Special Kamera",
"220021": "Parametric Transformer",
"220022": "Inquisitive Endora",
"220023": "Endora",
"220024": "Windblume Festival Commemorative Balloon",
"220025": "Windsong Lyre",
"220026": "Serenitea Pot",
"220027": "Wind-Blessed Harpastum",
"220028": "Waverider Repair Toolbox",
"220029": "Straight Shooter",
"220030": "Floaty Splody",
"220031": "Hot Pod",
"220032": "Electroculus Resonance Stone",
"220033": "Seed Dispensary",
"220034": "Electro Treasure Compass",
"220035": "Red Feather Fan",
"220036": "Memento Lens",
"220037": "Treasure-Seeking Seelie",
"220038": "Mini Seelie: Viola",
"220039": "Peculiar Pinion",
"220040": "Peculiar Pinion",
"220041": "???",
"220042": "Ayesha's Chaos Prospector",
"220043": "Omni-Ubiquity Net",
"220044": "Floral Zither",
"220045": "Shiki Koshou",
"220046": "Ubiquity Net",
"220047": "Launch Tube",
"220048": "Lumenstone Adjuvant",
"220049": "Bokuso Box",
"220051": "Arataki's Great and Glorious Drum",
"220052": "Material Collector",
"220053": "\"Kusava\"",
"220056": "Casket of Tomes",
"220057": "Dendroculus Resonance Stone",
"220058": "Dendro Treasure Compass",
"220059": "\"The Boon of the Elder Tree\"",
"220061": "Treasure-Seeking Seelie",
"220062": "Mini Seelie: Moss",
"220063": "Exquisite Kamera",
"220064": "Banu's Wisdom",
"220065": "Fishing Line Stabilizer",
"220066": "Vintage Lyre",
"220067": "Jumpy Dumpty Party Popper",
"220070": "\"Bubbly Kamera\"",
"220071": "\"Kusava\"",
"220072": "Jinni in the Magic Bottle — Liloupar",
"220073": "Wisdom Orb",
"220074": "Cloud Retainer's Damasked Device",
"220075": "Wilderness Compass"
},
"ELEM_CRYSTAL": {
"101644": "Lumenstone Ore",
"107001": "Anemoculus",
"107003": "Geoculus",
"107010": "Crimson Agate",
"107011": "Crimson Agate (Display)",
"107014": "Electroculus",
"107015": "Moonchase Charm",
"107016": "Lumenspar",
"107017": "Dendroculus"
},
"SPICE_FOOD": {
"101715": "Fragrant Vegetarian Abalone",
"101719": "Fragrant Mint Salad",
"101720": "Fragrant Triple-Layered Consommé",
"101737": "Fragrant Stir-Fried Shrimp",
"101738": "Fragrant Golden Shrimp Balls",
"101739": "Fragrant Qingce Stir Fry",
"101740": "Fragrant Black-Back Perch Stew",
"101741": "Fragrant Stir-Fried Filet",
"101742": "Fragrant Grilled Tiger Fish",
"101743": "Fragrant Crab Roe Tofu",
"101744": "Fragrant Golden Crab",
"101745": "Fragrant Jewelry Soup",
"101746": "Fragrant Bamboo Shoot Soup",
"101747": "Fragrant Noodles with Mountain Delicacies",
"101748": "Fragrant Mora Meat",
"101749": "Fragrant Stir-Fried Fish Noodles",
"101750": "Fragrant Universal Peace",
"101751": "Fragrant Rice Buns",
"101752": "Fragrant Almond Tofu",
"101753": "Fragrant Lotus Flower Crisp"
},
"ACTIVITY_GEAR": {
"101847": "Small Gear",
"101848": "Medium Gear",
"101849": "Drive Gear",
"101850": "Large Gear",
"101851": "Duplex Gear",
"101852": "Large Duplex Gear",
"101853": "Driven Gear"
},
"ACTIVITY_ROBOT": {
"101867": "Redemption Voucher 1",
"101868": "Redemption Voucher 2",
"101869": "Redemption Voucher 3",
"101870": "Redemption Voucher 4",
"101871": "Redemption Voucher 5",
"101872": "Redemption Voucher 6",
"101873": "Redemption Voucher 7",
"101874": "Redemption Voucher 8",
"101875": "Redemption Voucher 9",
"101876": "Redemption Voucher 10",
"101877": "Redemption Voucher 11",
"101878": "Redemption Voucher 12",
"101879": "Redemption Voucher 13",
"101880": "Redemption Voucher 14",
"101881": "Redemption Voucher 15",
"101882": "Redemption Voucher 16",
"101883": "Redemption Voucher 17",
"101884": "Redemption Voucher 18",
"101885": "Redemption Voucher 19",
"101886": "Redemption Voucher 20"
},
"ACTIVITY_JIGSAW": {
"101887": "Part: Breeze",
"101888": "Part: Sky",
"101889": "Part: Clouds",
"101890": "Part: Company",
"101891": "Part: Lonely",
"101892": "Part: Meadow"
},
"FOOD": {
"102001": "Pyro Shard",
"102002": "Hydro Shard",
"102003": "Dendro Shard",
"102004": "Electro Shard",
"102005": "Anemo Shard",
"102006": "Cryo Shard",
"102007": "Geo Shard",
"102008": "Primordial Elemental Shard",
"103001": "Pyro Jikaka",
"103002": "Hydro Jikaka",
"103003": "Dendro Jikaka",
"103004": "Electro Jikaka",
"103005": "Anemo Jikaka",
"103006": "Cryo Jikaka",
"103007": "Geo Jikaka",
"103008": "Standard Jikaka",
"108000": "Dish",
"108001": "Suspicious Fisherman's Toast",
"108002": "Fisherman's Toast",
"108003": "Delicious Fisherman's Toast",
"108004": "Suspicious Teyvat Fried Egg",
"108005": "Teyvat Fried Egg",
"108006": "Delicious Teyvat Fried Egg",
"108007": "Suspicious Steak",
"108008": "Steak",
"108009": "Delicious Steak",
"108010": "Outrider's Champion Steak!",
"108022": "Suspicious Tea Break Pancake",
"108023": "Tea Break Pancake",
"108024": "Delicious Tea Break Pancake",
"108025": "Suspicious Fried Radish Balls",
"108026": "Fried Radish Balls",
"108027": "Delicious Fried Radish Balls",
"108028": "Suspicious Satisfying Salad",
"108029": "Satisfying Salad",
"108030": "Delicious Satisfying Salad",
"108034": "Suspicious Northern Smoked Chicken",
"108035": "Northern Smoked Chicken",
"108036": "Delicious Northern Smoked Chicken",
"108037": "Suspicious Cream Stew",
"108038": "Cream Stew",
"108039": "Delicious Cream Stew",
"108040": "Spicy Stew",
"108049": "Suspicious Calla Lily Seafood Soup",
"108050": "Calla Lily Seafood Soup",
"108051": "Delicious Calla Lily Seafood Soup",
"108052": "Suspicious Sautéed Matsutake",
"108053": "Sautéed Matsutake",
"108054": "Delicious Sautéed Matsutake",
"108055": "Suspicious \"Pile 'Em Up\"",
"108056": "\"Pile 'Em Up\"",
"108057": "Delicious \"Pile 'Em Up\"",
"108058": "\"Once Upon a Time in Mondstadt\"",
"108059": "Suspicious Cold Cut Platter",
"108060": "Cold Cut Platter",
"108061": "Delicious Cold Cut Platter",
"108062": "Suspicious Sticky Honey Roast",
"108063": "Sticky Honey Roast",
"108064": "Delicious Sticky Honey Roast",
"108065": "Suspicious Crab, Ham & Veggie Bake",
"108066": "Crab, Ham & Veggie Bake",
"108067": "Delicious Crab, Ham & Veggie Bake",
"108068": "Suspicious Jade Parcels",
"108069": "Jade Parcels",
"108070": "Delicious Jade Parcels",
"108071": "Suspicious Zhongyuan Chop Suey",
"108072": "Zhongyuan Chop Suey",
"108073": "Delicious Zhongyuan Chop Suey",
"108080": "Suspicious Almond Tofu",
"108081": "Almond Tofu",
"108082": "Delicious Almond Tofu",
"108083": "Suspicious Jueyun Chili Chicken",
"108084": "Jueyun Chili Chicken",
"108085": "Delicious Jueyun Chili Chicken",
"108086": "Suspicious Jewelry Soup",
"108087": "Jewelry Soup",
"108088": "Delicious Jewelry Soup",
"108092": "Suspicious Mora Meat",
"108093": "Mora Meat",
"108094": "Delicious Mora Meat",
"108095": "Suspicious Mondstadt Grilled Fish",
"108096": "Mondstadt Grilled Fish",
"108097": "Delicious Mondstadt Grilled Fish",
"108098": "Suspicious Stir-Fried Filet",
"108099": "Stir-Fried Filet",
"108100": "Delicious Stir-Fried Filet",
"108101": "Suspicious Golden Crab",
"108102": "Golden Crab",
"108103": "Delicious Golden Crab",
"108110": "Suspicious Barbatos Ratatouille",
"108111": "Barbatos Ratatouille",
"108112": "Delicious Barbatos Ratatouille",
"108113": "A Buoyant Breeze",
"108114": "Der Weisheit Letzter Schluss (Life)",
"108115": "Fish-Flavored Toast",
"108116": "Teyvat Charred Egg",
"108117": "Die Heilige Sinfonie",
"108118": "Lighter-Than-Air Pancake",
"108119": "Suspicious Lotus Seed and Bird Egg Soup",
"108120": "Lotus Seed and Bird Egg Soup",
"108121": "Delicious Lotus Seed and Bird Egg Soup",
"108122": "Suspicious Adeptus' Temptation",
"108123": "Adeptus' Temptation",
"108124": "Delicious Adeptus' Temptation",
"108125": "Suspicious Golden Shrimp Balls",
"108126": "Golden Shrimp Balls",
"108127": "Delicious Golden Shrimp Balls",
"108128": "Suspicious Qingce Stir Fry",
"108129": "Qingce Stir Fry",
"108130": "Delicious Qingce Stir Fry",
"108131": "Suspicious Come and Get It",
"108132": "Come and Get It",
"108133": "Delicious Come and Get It",
"108134": "Definitely Not Bar Food!",
"108137": "\"Sweet Dream\"",
"108138": "Flash-Fried Filet",
"108139": "Qiankun Mora Meat",
"108140": "No Tomorrow",
"108141": "Suspicious Noodles with Mountain Delicacies",
"108142": "Noodles with Mountain Delicacies",
"108143": "Delicious Noodles with Mountain Delicacies",
"108144": "Cold Noodles with Mountain Delicacies",
"108146": "Nutritious Meal (V.593)",
"108147": "Holy Water",
"108149": "Wolfhook Juice",
"108150": "Berry & Mint Burst",
"108155": "Suspicious Triple-Layered Consommé",
"108156": "Triple-Layered Consommé",
"108157": "Delicious Triple-Layered Consommé",
"108158": "Suspicious Tianshu Meat",
"108159": "Tianshu Meat",
"108160": "Delicious Tianshu Meat",
"108161": "Suspicious Lotus Flower Crisp",
"108162": "Lotus Flower Crisp",
"108163": "Delicious Lotus Flower Crisp",
"108164": "Suspicious Moon Pie",
"108165": "Moon Pie",
"108166": "Delicious Moon Pie",
"108167": "Suspicious Adventurer's Breakfast Sandwich",
"108168": "Adventurer's Breakfast Sandwich",
"108169": "Delicious Adventurer's Breakfast Sandwich",
"108174": "Rockin' Riffin' Chicken!",
"108175": "A Prize Catch",
"108176": "Suspicious Crab Roe Tofu",
"108177": "Crab Roe Tofu",
"108178": "Delicious Crab Roe Tofu",
"108179": "Suspicious Fullmoon Egg",
"108180": "Fullmoon Egg",
"108181": "Delicious Fullmoon Egg",
"108182": "Suspicious Cured Pork Dry Hotpot",
"108183": "Cured Pork Dry Hotpot",
"108184": "Delicious Cured Pork Dry Hotpot",
"108188": "Suspicious Vegetarian Abalone",
"108189": "Vegetarian Abalone",
"108190": "Delicious Vegetarian Abalone",
"108191": "Suspicious Stone Harbor Delicacies",
"108192": "Stone Harbor Delicacies",
"108193": "Delicious Stone Harbor Delicacies",
"108194": "Suspicious Stir-Fried Shrimp",
"108195": "Stir-Fried Shrimp",
"108196": "Delicious Stir-Fried Shrimp",
"108200": "Ghostly March",
"108204": "Suspicious Goulash",
"108205": "Goulash",
"108206": "Delicious Goulash",
"108207": "Suspicious Sunshine Sprat",
"108208": "Sunshine Sprat",
"108209": "Delicious Sunshine Sprat",
"108210": "Suspicious Jueyun Guoba",
"108211": "Jueyun Guoba",
"108212": "Delicious Jueyun Guoba",
"108214": "Woodland Dream",
"108216": "Lantern Rite Special Fried Radish Balls",
"108217": "Lantern Rite Special Lotus Seed and Bird Egg Soup",
"108218": "Lantern Rite Special Jewelry Soup",
"108219": "Lantern Rite Special Noodles with Mountain Delicacies",
"108220": "Lantern Rite Special Come and Get It",
"108221": "Lantern Rite Special Triple-Layered Consommé",
"108228": "Suspicious Mint Salad",
"108229": "Mint Salad",
"108230": "Delicious Mint Salad",
"108231": "Suspicious Minty Meat Rolls",
"108232": "Minty Meat Rolls",
"108233": "Delicious Minty Meat Rolls",
"108235": "Suspicious Golden Fried Chicken",
"108236": "Golden Fried Chicken",
"108237": "Delicious Golden Fried Chicken",
"108241": "Suspicious Fragrant Mashed Potatoes",
"108242": "Fragrant Mashed Potatoes",
"108243": "Delicious Fragrant Mashed Potatoes",
"108244": "\"My Way\"",
"108245": "Stormcrest Pie",
"108246": "Suspicious Chicken Tofu Pudding",
"108247": "Chicken Tofu Pudding",
"108248": "Delicious Chicken Tofu Pudding",
"108258": "Suspicious Sashimi Platter",
"108259": "Sashimi Platter",
"108260": "Delicious Sashimi Platter",
"108264": "Suspicious Egg Roll",
"108265": "Egg Roll",
"108266": "Delicious Egg Roll",
"108270": "Suspicious Butter Crab",
"108271": "Butter Crab",
"108272": "Delicious Butter Crab",
"108273": "Suspicious Tri-Flavored Skewer",
"108274": "Tri-Flavored Skewer",
"108275": "Delicious Tri-Flavored Skewer",
"108279": "Suspicious Imported Poultry",
"108280": "Imported Poultry",
"108281": "Delicious Imported Poultry",
"108282": "Suspicious Sakura Mochi",
"108283": "Sakura Mochi",
"108284": "Delicious Sakura Mochi",
"108285": "Suspicious Konda Cuisine",
"108286": "Konda Cuisine",
"108287": "Delicious Konda Cuisine",
"108288": "Suspicious Rice Cake Soup",
"108289": "Rice Cake Soup",
"108290": "Delicious Rice Cake Soup",
"108291": "Suspicious Mixed Yakisoba",
"108292": "Mixed Yakisoba",
"108293": "Delicious Mixed Yakisoba",
"108294": "Suspicious Crab Roe Kourayaki",
"108295": "Crab Roe Kourayaki",
"108296": "Delicious Crab Roe Kourayaki",
"108297": "Suspicious Sakura Tempura",
"108298": "Sakura Tempura",
"108299": "Delicious Sakura Tempura",
"108300": "\"Snow on the Hearth\"",
"108306": "Suspicious Rice Pudding",
"108307": "Rice Pudding",
"108308": "Delicious Rice Pudding",
"108309": "Suspicious Braised Meat",
"108310": "Braised Meat",
"108311": "Delicious Braised Meat",
"108312": "Suspicious Oncidium Tofu",
"108313": "Oncidium Tofu",
"108314": "Delicious Oncidium Tofu",
"108315": "Suspicious Chili-Mince Cornbread Buns",
"108316": "Chili-Mince Cornbread Buns",
"108317": "Delicious Chili-Mince Cornbread Buns",
"108321": "Suspicious Sweet Shrimp Sushi",
"108322": "Sweet Shrimp Sushi",
"108323": "Delicious Sweet Shrimp Sushi",
"108327": "Suspicious Omelette Rice",
"108328": "Omelette Rice",
"108329": "Delicious Omelette Rice",
"108333": "Suspicious More-and-More",
"108334": "More-and-More",
"108335": "Delicious More-and-More",
"108341": "Faith Eternal",
"108342": "Suspicious Radish and Fish Stew",
"108343": "Radish and Fish Stew",
"108344": "Delicious Radish and Fish Stew",
"108345": "Suspicious Wakatakeni",
"108346": "Wakatakeni",
"108347": "Delicious Wakatakeni",
"108355": "Suspicious Unagi Chazuke",
"108356": "Unagi Chazuke",
"108357": "Delicious Unagi Chazuke",
"108358": "Suspicious Five Pickled Treasures",
"108359": "Five Pickled Treasures",
"108360": "Delicious Five Pickled Treasures",
"108361": "Suspicious Sakura Shrimp Crackers",
"108362": "Sakura Shrimp Crackers",
"108363": "Delicious Sakura Shrimp Crackers",
"108364": "Way of the Strong",
"108366": "Suspicious Bountiful Year",
"108367": "Bountiful Year",
"108368": "Delicious Bountiful Year",
"108369": "Suspicious Dragon Beard Noodles",
"108370": "Dragon Beard Noodles",
"108371": "Delicious Dragon Beard Noodles",
"108372": "Heartstring Noodles",
"108373": "Cloud-Shrouded Jade",
"108374": "Suspicious Sangayaki",
"108375": "Sangayaki",
"108376": "Delicious Sangayaki",
"108377": "Suspicious Udon Noodles",
"108378": "Udon Noodles",
"108379": "Delicious Udon Noodles",
"108380": "Fukuuchi Udon",
"108381": "Suspicious Katsu Sandwich",
"108382": "Katsu Sandwich",
"108383": "Delicious Katsu Sandwich",
"108384": "Suspicious Rainbow Aster",
"108385": "Rainbow Aster",
"108386": "Delicious Rainbow Aster",
"108387": "Quiet Elegance",
"108388": "Omurice Waltz",
"108389": "Dew-Dipped Shrimp",
"108390": "The Only Truth",
"108391": "Suspicious Butter Chicken",
"108392": "Butter Chicken",
"108393": "Delicious Butter Chicken",
"108394": "Suspicious Shawarma Wrap",
"108395": "Shawarma Wrap",
"108396": "Delicious Shawarma Wrap",
"108397": "Suspicious Selva Salad",
"108398": "Selva Salad",
"108399": "Delicious Selva Salad",
"108400": "Suspicious Masala Cheese Balls",
"108401": "Masala Cheese Balls",
"108402": "Delicious Masala Cheese Balls",
"108403": "Suspicious Mushroom Hodgepodge",
"108404": "Mushroom Hodgepodge",
"108405": "Delicious Mushroom Hodgepodge",
"108409": "Suspicious Panipuri",
"108410": "Panipuri",
"108411": "Delicious Panipuri",
"108412": "Suspicious Minty Bean Soup",
"108413": "Minty Bean Soup",
"108414": "Delicious Minty Bean Soup",
"108415": "Suspicious Biryani",
"108416": "Biryani",
"108417": "Delicious Biryani",
"108427": "Suspicious Tandoori Roast Chicken",
"108428": "Tandoori Roast Chicken",
"108429": "Delicious Tandoori Roast Chicken",
"108430": "Suspicious Potato Boat",
"108431": "Potato Boat",
"108432": "Delicious Potato Boat",
"108436": "Forest Watcher's Choice",
"108438": "Show Me the Mora",
"108439": "Suspicious Meat Lovers' Mushroom Pizza",
"108440": "Meat Lovers' Mushroom Pizza",
"108441": "Delicious Meat Lovers' Mushroom Pizza",
"108442": "Suspicious Sunset Berry Tea",
"108443": "Sunset Berry Tea",
"108444": "Delicious Sunset Berry Tea",
"108448": "Suspicious Charcoal-Baked Ajilenakh Cake",
"108449": "Charcoal-Baked Ajilenakh Cake",
"108450": "Delicious Charcoal-Baked Ajilenakh Cake",
"108451": "Suspicious Baklava",
"108452": "Baklava",
"108453": "Delicious Baklava",
"108454": "Suspicious Candied Ajilenakh Nut",
"108455": "Candied Ajilenakh Nut",
"108456": "Delicious Candied Ajilenakh Nut",
"108457": "Suspicious Padisarah Pudding",
"108458": "Padisarah Pudding",
"108459": "Delicious Padisarah Pudding",
"108460": "Suspicious Aaru Mixed Rice",
"108461": "Aaru Mixed Rice",
"108462": "Delicious Aaru Mixed Rice",
"108463": "Suspicious Fruits of the Festival",
"108464": "Fruits of the Festival",
"108465": "Delicious Fruits of the Festival",
"108466": "Swirling Steps",
"108468": "Utmost Care",
"108469": "Sparkling Berry Juice",
"108474": "Halvamazd",
"108478": "Traditionally-Made Charcoal-Baked Ajilenakh Cake",
"108479": "Shimi Chazuke",
"108487": "Qingce Household Dish",
"108488": "Crocodile Jerky",
"111006": "Heatshield Potion",
"111007": "Desiccant Potion",
"111008": "Frostshield Potion",
"111009": "Windbarrier Potion",
"111010": "Insulation Potion",
"111011": "Dustproof Potion",
"111012": "Dendrocide Potion",
"111013": "Flaming Essential Oil",
"111014": "Streaming Essential Oil",
"111015": "Frosting Essential Oil",
"111016": "Gushing Essential Oil",
"111017": "Shocking Essential Oil",
"111018": "Unmoving Essential Oil",
"111019": "Forest Essential Oil"
},
"EXP_FRUIT": { "104001": "Wanderer's Advice", "104002": "Adventurer's Experience", "104003": "Hero's Wit" },
"WEAPON_EXP_STONE": {
"104011": "Enhancement Ore",
"104012": "Fine Enhancement Ore",
"104013": "Mystic Enhancement Ore"
},
"AVATAR_MATERIAL": {
"104101": "Brilliant Diamond Sliver",
"104102": "Brilliant Diamond Fragment",
"104103": "Brilliant Diamond Chunk",
"104104": "Brilliant Diamond Gemstone",
"104111": "Agnidus Agate Sliver",
"104112": "Agnidus Agate Fragment",
"104113": "Agnidus Agate Chunk",
"104114": "Agnidus Agate Gemstone",
"104121": "Varunada Lazurite Sliver",
"104122": "Varunada Lazurite Fragment",
"104123": "Varunada Lazurite Chunk",
"104124": "Varunada Lazurite Gemstone",
"104131": "Nagadus Emerald Sliver",
"104132": "Nagadus Emerald Fragment",
"104133": "Nagadus Emerald Chunk",
"104134": "Nagadus Emerald Gemstone",
"104141": "Vajrada Amethyst Sliver",
"104142": "Vajrada Amethyst Fragment",
"104143": "Vajrada Amethyst Chunk",
"104144": "Vajrada Amethyst Gemstone",
"104151": "Vayuda Turquoise Sliver",
"104152": "Vayuda Turquoise Fragment",
"104153": "Vayuda Turquoise Chunk",
"104154": "Vayuda Turquoise Gemstone",
"104161": "Shivada Jade Sliver",
"104162": "Shivada Jade Fragment",
"104163": "Shivada Jade Chunk",
"104164": "Shivada Jade Gemstone",
"104171": "Prithiva Topaz Sliver",
"104172": "Prithiva Topaz Fragment",
"104173": "Prithiva Topaz Chunk",
"104174": "Prithiva Topaz Gemstone",
"104301": "Teachings of Freedom",
"104302": "Guide to Freedom",
"104303": "Philosophies of Freedom",
"104304": "Teachings of Resistance",
"104305": "Guide to Resistance",
"104306": "Philosophies of Resistance",
"104307": "Teachings of Ballad",
"104308": "Guide to Ballad",
"104309": "Philosophies of Ballad",
"104310": "Teachings of Prosperity",
"104311": "Guide to Prosperity",
"104312": "Philosophies of Prosperity",
"104313": "Teachings of Diligence",
"104314": "Guide to Diligence",
"104315": "Philosophies of Diligence",
"104316": "Teachings of Gold",
"104317": "Guide to Gold",
"104318": "Philosophies of Gold",
"104319": "Crown of Insight",
"104320": "Teachings of Transience",
"104321": "Guide to Transience",
"104322": "Philosophies of Transience",
"104323": "Teachings of Elegance",
"104324": "Guide to Elegance",
"104325": "Philosophies of Elegance",
"104326": "Teachings of Light",
"104327": "Guide to Light",
"104328": "Philosophies of Light",
"104329": "Teachings of Admonition",
"104330": "Guide to Admonition",
"104331": "Philosophies of Admonition",
"104332": "Teachings of Ingenuity",
"104333": "Guide to Ingenuity",
"104334": "Philosophies of Ingenuity",
"104335": "Teachings of Praxis",
"104336": "Guide to Praxis",
"104337": "Philosophies of Praxis",
"112001": "Primordial Essence",
"112002": "Slime Condensate",
"112003": "Slime Secretions",
"112004": "Slime Concentrate",
"112005": "Damaged Mask",
"112006": "Stained Mask",
"112007": "Ominous Mask",
"112008": "Divining Scroll",
"112009": "Sealed Scroll",
"112010": "Forbidden Curse Scroll",
"112011": "Firm Arrowhead",
"112012": "Sharp Arrowhead",
"112013": "Weathered Arrowhead",
"112014": "Heavy Horn",
"112015": "Black Bronze Horn",
"112016": "Black Crystal Horn",
"112017": "Gloomy Statuette",
"112018": "Dark Statuette",
"112019": "Deathly Statuette",
"112020": "Dead Ley Line Branch",
"112021": "Dead Ley Line Leaves",
"112022": "Ley Line Sprout",
"112023": "Chaos Device",
"112024": "Chaos Circuit",
"112025": "Chaos Core",
"112026": "Mist Grass Pollen",
"112027": "Mist Grass",
"112028": "Mist Grass Wick",
"112029": "Hunter's Sacrificial Knife",
"112030": "Agent's Sacrificial Knife",
"112031": "Inspector's Sacrificial Knife",
"112032": "Recruit's Insignia",
"112033": "Sergeant's Insignia",
"112034": "Lieutenant's Insignia",
"112035": "Treasure Hoarder Insignia",
"112036": "Silver Raven Insignia",
"112037": "Golden Raven Insignia",
"112038": "Whopperflower Nectar",
"112039": "Shimmering Nectar",
"112040": "Energy Nectar",
"112041": "Fragile Bone Shard",
"112042": "Sturdy Bone Shard",
"112043": "Fossilized Bone Shard",
"112044": "Old Handguard",
"112045": "Kageuchi Handguard",
"112046": "Famed Handguard",
"112047": "Chaos Gear",
"112048": "Chaos Axis",
"112049": "Chaos Oculus",
"112050": "Dismal Prism",
"112051": "Crystal Prism",
"112052": "Polarizing Prism",
"112053": "Spectral Husk",
"112054": "Spectral Heart",
"112055": "Spectral Nucleus",
"112056": "Concealed Claw",
"112057": "Concealed Unguis",
"112058": "Concealed Talon",
"112059": "Fungal Spores",
"112060": "Luminescent Pollen",
"112061": "Crystalline Cyst Dust",
"112062": "Inactivated Fungal Nucleus",
"112063": "Dormant Fungal Nucleus",
"112064": "Robust Fungal Nucleus",
"112065": "Faded Red Satin",
"112066": "Trimmed Red Silk",
"112067": "Rich Red Brocade",
"112068": "Chaos Storage",
"112069": "Chaos Module",
"112070": "Chaos Bolt",
"112071": "Damaged Prism",
"112072": "Turbid Prism",
"112073": "Radiant Prism",
"112074": "Desiccated Shell",
"112075": "Sturdy Shell",
"112076": "Marked Shell",
"113001": "Hurricane Seed",
"113002": "Lightning Prism",
"113003": "Dvalin's Plume",
"113004": "Dvalin's Claw",
"113005": "Dvalin's Sigh",
"113006": "Tail of Boreas",
"113007": "Ring of Boreas",
"113008": "Spirit Locket of Boreas",
"113009": "Basalt Pillar",
"113010": "Hoarfrost Core",
"113011": "Everflame Seed",
"113012": "Cleansing Heart",
"113013": "Tusk of Monoceros Caeli",
"113014": "Shard of a Foul Legacy",
"113015": "Shadow of the Warrior",
"113016": "Juvenile Jade",
"113017": "Dragon Lord's Crown",
"113018": "Bloodjade Branch",
"113019": "Gilded Scale",
"113020": "Crystalline Bloom",
"113022": "Marionette Core",
"113023": "Perpetual Heart",
"113024": "Smoldering Pearl",
"113025": "Molten Moment",
"113026": "Hellfire Butterfly",
"113027": "Ashen Heart",
"113028": "Dew of Repudiation",
"113029": "Storm Beads",
"113030": "Riftborn Regalia",
"113031": "Dragonheir's False Fin",
"113032": "Mudra of the Malefic General",
"113033": "Tears of the Calamitous God",
"113034": "The Meaning of Aeons",
"113035": "Runic Fang",
"113036": "Majestic Hooked Beak",
"113037": "Thunderclap Fruitcore",
"113038": "Perpetual Caliber",
"113039": "Light Guiding Tetrahedron",
"113040": "Quelled Creeper",
"113041": "Puppet Strings",
"113042": "Mirror of Mushin",
"113043": "Daka's Bell",
"113044": "Pseudo-Stamens",
"114001": "Tile of Decarabian's Tower",
"114002": "Debris of Decarabian's City",
"114003": "Fragment of Decarabian's Epic",
"114004": "Scattered Piece of Decarabian's Dream",
"114005": "Boreal Wolf's Milk Tooth",
"114006": "Boreal Wolf's Cracked Tooth",
"114007": "Boreal Wolf's Broken Fang",
"114008": "Boreal Wolf's Nostalgia",
"114009": "Fetters of the Dandelion Gladiator",
"114010": "Chains of the Dandelion Gladiator",
"114011": "Shackles of the Dandelion Gladiator",
"114012": "Dream of the Dandelion Gladiator",
"114013": "Luminous Sands from Guyun",
"114014": "Lustrous Stone from Guyun",
"114015": "Relic from Guyun",
"114016": "Divine Body from Guyun",
"114017": "Mist Veiled Lead Elixir",
"114018": "Mist Veiled Mercury Elixir",
"114019": "Mist Veiled Gold Elixir",
"114020": "Mist Veiled Primo Elixir",
"114021": "Grain of Aerosiderite",
"114022": "Piece of Aerosiderite",
"114023": "Bit of Aerosiderite",
"114024": "Chunk of Aerosiderite",
"114025": "Coral Branch of a Distant Sea",
"114026": "Jeweled Branch of a Distant Sea",
"114027": "Jade Branch of a Distant Sea",
"114028": "Golden Branch of a Distant Sea",
"114029": "Narukami's Wisdom",
"114030": "Narukami's Joy",
"114031": "Narukami's Affection",
"114032": "Narukami's Valor",
"114033": "Mask of the Wicked Lieutenant",
"114034": "Mask of the Tiger's Bite",
"114035": "Mask of the One-Horned",
"114036": "Mask of the Kijin",
"114037": "Copper Talisman of the Forest Dew",
"114038": "Iron Talisman of the Forest Dew",
"114039": "Silver Talisman of the Forest Dew",
"114040": "Golden Talisman of the Forest Dew",
"114041": "Oasis Garden's Reminiscence",
"114042": "Oasis Garden's Kindness",
"114043": "Oasis Garden's Mourning",
"114044": "Oasis Garden's Truth",
"114045": "Echo of Scorching Might",
"114046": "Remnant Glow of Scorching Might",
"114047": "Dream of Scorching Might",
"114048": "Olden Days of Scorching Might",
"200103": "Festering Dragon Marrow",
"200104": "\"The Visible Winds\"",
"200105": "\"Fragments of Innocence\"",
"200106": "Emperor's Balsam",
"200107": "Ako's Sake Vessel",
"200108": "Alkahest",
"200109": "Ointment of Sight",
"200110": "Glowing Gem",
"200111": "Original Fish Ointment",
"200112": "Plume of the Changing Winds",
"200113": "Parasol Talcum"
},
"RELIQUARY_MATERIAL": {
"105001": "Sanctifying Droplet",
"105002": "Sanctifying Unction",
"105003": "Sanctifying Essence",
"105004": "Sanctifying Essence"
},
"CONSUME_BATCH_USE": { "107009": "Fragile Resin", "107012": "Transient Resin" },
"FISH_BAIT": {
"111023": "Fruit Paste Bait",
"111024": "Redrot Bait",
"111025": "False Worm Bait",
"111026": "Fake Fly Bait",
"111027": "Glowgrass Bait",
"111028": "Sugardew Bait"
},
"CHEST_BATCH_USE": {
"115013": "Exotic Share Bundle",
"115014": "Character Ascension Bundle (High)",
"115015": "Character Ascension Bundle (Very High)",
"115016": "Talent Materials Bundle (Low)",
"115017": "Virtuous Share Bundle",
"115018": "Talent Materials Bundle (High)",
"115024": "Material Share Bundle",
"115025": "Eminent Share Bundle",
"115026": "Weapon Ascension Bundle (High)",
"115027": "Weapon Ascension Bundle (Very High)",
"115031": "Northlander Billet Trove",
"115035": "Sakuya's Special Gardening Package",
"115040": "Midlander Billet Trove"
},
"SELECTABLE_CHEST": {
"116002": "BP Bounty",
"116003": "BP Pick 1 of 3 Test Bundle",
"116004": "Guidance of the Land of Wind",
"116005": "Philosophies of the Land of Wind",
"116006": "Guidance of the Land of Geo",
"116007": "Philosophies of the Land of Geo",
"116010": "Guidance of the Land of Thunder",
"116011": "Philosophies of the Land of Thunder",
"116012": "Guidance of the Land of Verdure",
"116013": "Philosophies of the Land of Verdure"
},
"HOME_SEED": {
"130001": "Silk Flower Seed",
"130002": "Sweet Flower Seed",
"130003": "Cecilia Seed",
"130004": "Glaze Lily Seed",
"130005": "Windwheel Aster Seed",
"130006": "Qingxin Seed",
"130007": "Violetgrass Seed",
"130008": "Valberry Seed",
"130009": "Small Lamp Grass Seed",
"130010": "Jueyun Chili Seed",
"130011": "Carrot Seed",
"130012": "Radish Seed",
"130013": "Mint Seed",
"130014": "Mushroom Spore",
"130015": "Naku Weed Seed",
"130016": "Horsetail Seed",
"130017": "Snapdragon Seed",
"130018": "Lotus Seed",
"130019": "Calla Lily Seed",
"130020": "Seagrass Seed",
"130021": "Sea Ganoderma Cutting",
"130022": "Dreambloom: Star Hibiscus Seed",
"130023": "Dreambloom: Pearbell Seed",
"130024": "Dreambloom: Silkpod Seed",
"130025": "Harra Fruit Seed",
"130026": "Zaytun Peach Seed",
"130027": "Sumeru Rose Seed"
},
"FLYCLOAK": {
"140001": "Wings of First Flight",
"140002": "Wings of Companionship",
"140003": "Wings of Descension",
"140004": "Wings of Azure Wind",
"140005": "Wings of Golden Flight",
"140006": "Wings of Concealing Snow",
"140007": "Wings of Feasting",
"140008": "Wings of the Stormstrider",
"140009": "Wings of Shimmering Galaxy",
"140010": "Wings of the Forest"
},
"BGM": {
"141001": "Radiant Spincrystal 1",
"141002": "Radiant Spincrystal 2",
"141003": "Radiant Spincrystal 3",
"141004": "Radiant Spincrystal 4",
"141005": "Radiant Spincrystal 5",
"141006": "Radiant Spincrystal 6",
"141007": "Radiant Spincrystal 7",
"141008": "Radiant Spincrystal 8",
"141009": "Radiant Spincrystal 9",
"141010": "Radiant Spincrystal 10",
"141011": "Radiant Spincrystal 11",
"141012": "Radiant Spincrystal 12",
"141013": "Radiant Spincrystal 13",
"141014": "Radiant Spincrystal 14",
"141015": "Radiant Spincrystal 15",
"141016": "Radiant Spincrystal 16",
"141017": "Radiant Spincrystal 17",
"141018": "Radiant Spincrystal 18",
"141019": "Radiant Spincrystal 19",
"141020": "Radiant Spincrystal 20",
"141021": "Radiant Spincrystal 21",
"141022": "Radiant Spincrystal 22",
"141023": "Radiant Spincrystal 23",
"141024": "Radiant Spincrystal 24",
"141025": "Radiant Spincrystal 25",
"141026": "Radiant Spincrystal 26",
"141027": "Radiant Spincrystal 27",
"141028": "Radiant Spincrystal 28",
"141029": "Radiant Spincrystal 29",
"141030": "Radiant Spincrystal 30",
"141031": "Radiant Spincrystal 31",
"141032": "Radiant Spincrystal 32",
"141033": "Radiant Spincrystal 33",
"141034": "Radiant Spincrystal 34",
"141035": "Radiant Spincrystal 35",
"141036": "Radiant Spincrystal 36",
"141037": "Radiant Spincrystal 37",
"141038": "Radiant Spincrystal 38",
"141039": "Radiant Spincrystal 39",
"141040": "Radiant Spincrystal 40",
"141041": "Radiant Spincrystal 41",
"141042": "Radiant Spincrystal 42",
"141043": "Radiant Spincrystal 43",
"141044": "Radiant Spincrystal 44",
"141045": "Radiant Spincrystal 45",
"141046": "Radiant Spincrystal 46",
"141047": "Radiant Spincrystal 47",
"141048": "Radiant Spincrystal 48",
"141049": "Radiant Spincrystal 49",
"141050": "Radiant Spincrystal 50",
"141051": "Radiant Spincrystal 51",
"141052": "Radiant Spincrystal 52",
"141053": "Radiant Spincrystal 53",
"141054": "Radiant Spincrystal 54",
"141055": "Radiant Spincrystal 55",
"141056": "Radiant Spincrystal 56",
"141057": "Radiant Spincrystal 57",
"141058": "Radiant Spincrystal 58",
"141059": "Radiant Spincrystal 59",
"141060": "Radiant Spincrystal 60",
"141061": "Radiant Spincrystal 61",
"141062": "Radiant Spincrystal 62",
"141063": "Radiant Spincrystal 63",
"141064": "Radiant Spincrystal 64",
"141065": "Radiant Spincrystal 65",
"141066": "Radiant Spincrystal 66",
"141067": "Radiant Spincrystal 67",
"141068": "Radiant Spincrystal 68",
"141069": "Radiant Spincrystal 69",
"141070": "Radiant Spincrystal 70",
"141071": "Radiant Spincrystal 71",
"141072": "Radiant Spincrystal 72",
"141073": "Radiant Spincrystal 73",
"141074": "Radiant Spincrystal 74",
"141075": "Radiant Spincrystal 75",
"141076": "Radiant Spincrystal 76",
"141077": "Radiant Spincrystal 77",
"141078": "Radiant Spincrystal 78",
"141079": "Radiant Spincrystal 79",
"141080": "Radiant Spincrystal 80",
"141081": "Radiant Spincrystal 81",
"141082": "Radiant Spincrystal 82",
"141083": "Radiant Spincrystal 83",
"141084": "Radiant Spincrystal 84",
"141085": "Radiant Spincrystal 85",
"141086": "Radiant Spincrystal 86",
"141087": "Radiant Spincrystal 87",
"141088": "Radiant Spincrystal 88",
"141089": "Radiant Spincrystal 89",
"141090": "Radiant Spincrystal 90",
"141091": "Radiant Spincrystal 91",
"141092": "Radiant Spincrystal 92",
"141093": "Radiant Spincrystal 93"
},
"SEA_LAMP": { "200004": "Xiao Lantern" },
"CHANNELLER_SLAB_BUFF": {
"200201": "Falcon's Dance",
"200202": "Steelwing",
"200203": "Galespring",
"200204": "Crushing Blow",
"200205": "Hunter's Romp",
"200206": "Ironbow",
"200207": "Whirlpool",
"200208": "Fierce Strike",
"200209": "Featherweight",
"200210": "Blade Dance",
"200211": "Courageous",
"200212": "Emboldened",
"200213": "Song of Steel",
"200214": "Intertwined Steps",
"200215": "Ritual",
"200216": "War Breeds War",
"200217": "Burst Damage",
"200218": "Endless Waltz",
"200219": "Refined Burst",
"200220": "Charge Up",
"200221": "Overcharge",
"200222": "Thundering Dance",
"200223": "Timely Rain",
"200224": "Overmastered",
"200225": "Scattersleet Dance",
"200226": "Frostbite",
"200227": "Keen Edge",
"200228": "Starcrystal Dance",
"200229": "Refraction Crystals",
"200230": "Focusing Crystals",
"200231": "Iron Wall",
"200232": "Duelist's Dance",
"200233": "Coalesced Defenses",
"200234": "Enhanced Healing",
"200235": "Execution",
"200236": "Judgment",
"200237": "Challenger",
"200238": "Fractured Fruit Bit",
"200239": "Fractured Fruit Fragment",
"200240": "Fractured Fruit Shard",
"200241": "Duelist's Dance",
"200242": "Blade Dance",
"200243": "Starcrystal Dance",
"200244": "Intertwined Steps",
"200245": "Endless Waltz",
"200246": "Refraction Crystals",
"200247": "Emboldened",
"200248": "Courageous",
"200249": "Whirlpool",
"200250": "Challenger",
"200251": "Execution",
"200252": "Focusing Crystals",
"200253": "Refined Burst",
"200254": "Judgment",
"200255": "Keen Edge",
"200256": "Burst Damage",
"200257": "Overmastered",
"200258": "Iron Wall",
"200259": "Song of Steel",
"200260": "Fierce Strike",
"200261": "Dance of Abundance",
"200262": "Conductivity"
},
"FISH_ROD": {
"200900": "Wilderness Rod",
"200901": "Windtangler",
"200902": "Wishmaker",
"200903": "Narukawa Ukai",
"200904": "Moonstringer",
"200905": "Serendipity"
},
"NAMECARD": {
"210001": "Genshin Impact: A New World",
"210002": "Travel Notes: Catch the Wind",
"210003": "Amber: Bunny",
"210004": "Klee: Explosive",
"210005": "Diluc: Flames",
"210006": "Razor: Wolvensprint",
"210007": "Venti: Azure Sky",
"210008": "Jean: The Winds' Course",
"210009": "Barbara: Flow",
"210010": "Kaeya: Pavo Ocellus",
"210011": "Lisa: Tempus Fugit",
"210012": "Sucrose: Bio-Alchemy",
"210013": "Fischl: Night Raven",
"210014": "Noelle: Protector",
"210015": "Mona: Starry Sky",
"210016": "Bennett: Recognition",
"210017": "Xiangling: Fresh from the Pan",
"210018": "Xingqiu: Rainbow",
"210019": "Qiqi: Cold Storage",
"210020": "Keqing: Lightning Stiletto",
"210021": "Achievement: Explorer",
"210022": "Achievement: Virtuoso",
"210023": "Achievement: Hero",
"210024": "Mondstadt: Whistling Wind",
"210025": "Liyue: Stillness of Stone",
"210026": "Achievement: Colors of the Rainbow",
"210027": "Achievement: Bowmaster",
"210028": "Achievement: Challenger",
"210029": "Achievement: Deep & Dark",
"210030": "Achievement: Hill Dwellers",
"210031": "Achievement: Snowy Land",
"210032": "Achievement: Cliffhanger",
"210033": "Achievement: Reunion",
"210038": "Ningguang: Phoenix",
"210039": "Beidou: Weighing Anchor",
"210040": "Chongyun: Spirit Blade",
"210041": "Achievement: Challenger II",
"210042": "Travel Notes: Fading Star",
"210043": "Diona: Meow!",
"210044": "Zhongli: Planet Befall",
"210045": "Xinyan: Song's End",
"210046": "Childe: Foul Legacy",
"210047": "Mondstadt: Hero's Fame",
"210048": "Mondstadt: Blessing",
"210049": "Liyue: A Thousand Ships",
"210050": "Liyue: In the Clouds",
"210051": "Achievement: Challenger III",
"210052": "Achievement: Snowy Summit",
"210053": "Ganyu: Qilin",
"210054": "Albedo: Sun Blossom",
"210055": "Travel Notes: Chalk",
"210056": "Frostbearing: Ancient Tree",
"210057": "Celebration: Hypostasis",
"210058": "Xiao: Mask",
"210059": "Hu Tao: Spirit Soother",
"210060": "Travel Notes: Mingxiao",
"210061": "Celebration: Lantern-Light",
"210062": "Celebration: Mechanicus",
"210063": "Rosaria: Indenture",
"210064": "Travel Notes: Windblume",
"210065": "Celebration: Feast",
"210066": "Celebration: Shining Scale",
"210067": "Celebration: Fruit of Wisdom",
"210068": "Celebration: Peekaboo!",
"210069": "Yanfei: Impartial",
"210070": "Eula: Ice-Sealed",
"210071": "Travel Notes: Sub-Space Recreation",
"210072": "Achievement: Tea Time",
"210073": "Kaedehara Kazuha: Autumn Maple-Viewing",
"210074": "Travel Notes: Midsummer",
"210075": "Achievement: Vacation Home",
"210076": "Celebration: Vastness",
"210077": "Celebration: Kaboomball",
"210078": "Celebration: Battlesong",
"210079": "Inazuma: Sacred Sakura",
"210080": "Travel Notes: Grand Narukami Shrine",
"210081": "Kamisato Ayaka: Folding Fan",
"210082": "Yoimiya: Auratus Spark",
"210083": "Sayu: Muji-Muji Daruma",
"210084": "Inazuma: Raiden Emblem",
"210085": "Inazuma: Kamisato Crest",
"210086": "Achievement: Gate",
"210087": "Achievement: Traversal",
"210088": "Achievement: Stone Dragon",
"210089": "Achievement: Full Bloom",
"210090": "Inazuma: Kujou Insignia",
"210091": "Celebration: Wondrous Calculation",
"210092": "Raiden Shogun: Enlightenment",
"210093": "Sangonomiya Kokomi: The Deep",
"210094": "Kujou Sara: Tengu",
"210095": "Aloy: Dawn",
"210096": "Travel Notes: Moonchaser",
"210097": "Inazuma: Sangonomiya Crest",
"210098": "Achievement: Nails",
"210099": "Celebration: Tuneful Delight",
"210100": "Celebration: Ikki",
"210101": "Thoma: Blazing Guard",
"210102": "Travel Notes: Heavenly General",
"210103": "Inazuma: Eagleplume",
"210104": "Gorou: Leisurely Hound",
"210105": "Itto: Oni Face",
"210106": "Travel Notes: Lyratum",
"210107": "Shenhe: Comb",
"210108": "Yun Jin: Rhyme",
"210109": "Inazuma: Tokoyo",
"210110": "Travel Notes: Flowing Hues",
"210111": "Celebration: Binge Vessel",
"210112": "Yae Miko: Kitsune Dreaming",
"210113": "Travel Notes: Awakening",
"210114": "Kamisato Ayato: Ripple",
"210115": "Lumens: Stone of Light",
"210116": "Achievement: Thunderclap",
"210117": "Achievement: Chasm",
"210118": "Travel Notes: Irodori",
"210119": "Yelan: Throw",
"210120": "Kuki Shinobu: Net",
"210121": "Travel Notes: Divine Will",
"210122": "Shikanoin Heizou: Temari",
"210123": "Travel Notes: Azure Main",
"210124": "Tighnari: Dew-Kissed",
"210125": "Collei: Good Virtue",
"210126": "Dori: Jinni",
"210127": "Travel Notes: Woodlands",
"210128": "Achievement: Roaming",
"210129": "Achievement: Fated Encounter",
"210130": "Sumeru: Shimmering Woods",
"210131": "Sumeru: Observance",
"210132": "Sumeru: Unsullied",
"210133": "Travel Notes: Returning Winds",
"210134": "Cyno: Silence",
"210135": "Candace: Grey Heron",
"210136": "Nilou: Lotus Dance",
"210137": "Achievement: Seven Lights",
"210138": "Sumeru: Sandtreader",
"210139": "Achievement: Mirrored Dreams",
"210140": "Nahida: Crescent",
"210141": "Layla: Daydream",
"210142": "Travel Notes: Fungus Land",
"210143": "Wanderer: Drifter's Ballad",
"210144": "Faruzan: Sealed Secret",
"210145": "Achievement: Invoker",
"210146": "Travel Notes: Stellar Rivers",
"210147": "Alhaitham: Enlightenment",
"210148": "Yaoyao: Yuegui",
"210149": "Celebration: Lenticular Clouds",
"210150": "Travel Notes: Rhythm and Rhyme",
"210151": "Achievement: Sandstorm"
},
"ARANARA": { "220055": "Aranyaka" },
"DESHRET_MANUAL": { "220069": "Scarlet Sand Slate" },
"FIREWORKS": {
"223001": "The Mountain Clouds Let Down Golden Rain",
"223002": "The Silver Night is Full of Stars",
"223003": "The Gloom Paints the Cold Blooms",
"223004": "Fireworks Dance Amidst a Snowy Sky",
"223005": "Golden Calendula Swirl",
"223006": "Kindled Trees by the Moonlit Window",
"223007": "Mischievous Villosas",
"223008": "Sparkly Shiny Dodoco!",
"223009": "Fame and Fortune For a Season",
"223010": "Unyielding Spirit",
"223011": "Festival Spotlight",
"223012": "Wanmin Feast",
"223013": "Between the Exquisite Throws of Her Enigmatic Dice",
"223014": "Inuzaka General's Friendly Helper",
"223015": "Cliffbreaker's Banner Flutters in Drum Rolls",
"223016": "That Fairly Effectual \"Advice\" Against Wine",
"223017": "Rainforest-Born Fungi",
"223018": "Obliging Little Yuegui"
},
"COSTUME": {
"340000": "Summertime Sparkle",
"340001": "Sea Breeze Dandelion",
"340002": "Orchid's Evening Gown",
"340003": "Opulent Splendor",
"340004": "Red Dead of Night",
"340005": "Ein Immernachtstraum",
"340006": "Gunnhildr's Legacy",
"340007": "100% Outrider",
"340008": "Pact of Stars and Moon",
"340009": "To the Church's Free Spirit",
"340010": "Springbloom Missive",
"340011": "A Sobriquet Under Shade"
},
"FURNITURE_SUITE_FORMULA": {
"350001": "Adventurer Camp",
"350002": "Frontier Life",
"350003": "Rocks & Plants",
"350004": "Plain Liyue Bedroom",
"350005": "Corner of the Teahouse",
"350006": "Suburbia Lighting",
"350007": "Table & Chairs",
"350008": "Busy Kitchen",
"350009": "Tea Talk",
"350010": "Book Lover's Study",
"350011": "Fully Furnished Mondstadt Bedroom",
"350012": "Meeting Room of the \"Strategic Six\"",
"350013": "Wine o' Clock",
"350014": "Merchant's Working Lunch",
"350015": "Parlor Cordiality",
"350016": "Well-Equipped Study",
"350017": "Hermit's Hut",
"350018": "Hamlet House",
"350019": "Harvest Season Stall",
"350020": "Fruit & Veg Market",
"350021": "Training Ground",
"350022": "Arms Factory",
"350023": "Cargo Transfer Station",
"350024": "Festival Market",
"350025": "Thoroughfare Entrance: Evil Banisher",
"350026": "Ever-Popular Eatery",
"350027": "Rural Water Source",
"350028": "Lone and Cautious Adventurer",
"350029": "Climate Crossover",
"350030": "Dialogue Twixt Ancient Tree and Rock",
"350033": "Amidst Poetic Pondering",
"350034": "Amidst Whispering Winds",
"350035": "Feiyun Study Room",
"350036": "Cloudy Haze Dream-Court",
"350037": "Secret Research Lab",
"350038": "Cottage Kitchen",
"350039": "Weapon Forging Station",
"350040": "Idyllic Town",
"350041": "Bird and Blossom Park",
"350042": "Gathering of Gourmets",
"350043": "Glittering Street",
"350044": "Qingce Cloud Residence",
"350045": "Of Hunting and Dancing",
"350046": "Iter Ad Astra Abyssosque",
"350047": "Dawn Orchard",
"350048": "Court of the Upright",
"350049": "Wakeful Spring",
"350050": "Rural Concealment",
"350051": "Ancient Branch Shrine",
"350052": "Military Exercise Grounds",
"350053": "Jade Wilds",
"350054": "Summer Night's Recollection",
"350055": "Sakura-Hued Street",
"350056": "Eternal Domain of Fleeting Dreams",
"350057": "A Thousand Swings",
"350058": "Scholarly Trove",
"350059": "Of Maple and Tea Scents Entwined",
"350060": "Forest Patrol Anecdotes",
"350061": "Coalesced Brilliance",
"350062": "Fervid Aroma",
"350063": "Of Settled Thoughts",
"350064": "A Farewell Brief to Bustle and Bother",
"350065": "Dwelling Amidst the Sands",
"350066": "Amidst Prospering Markets",
"350067": "Deep in the Quiet Forest",
"350068": "Of Twirling Dances Unfettered",
"350069": "Quiet Times by the Riverbank",
"350070": "Setekh Demurs",
"350071": "The Traveling Troop's Pomp",
"350072": "Amidst Scents and Serenity",
"350073": "Chorus of Desert and Wood"
},
"FURNITURE_FORMULA": {
"380101": "Timber Wall With Jade Eaves",
"380102": "Dark Wood Arch Wall",
"380103": "Maple Wood Vaulted Wall",
"380104": "Simple Brightwood Carved Wall",
"380201": "Traditional Cedar Flooring",
"380202": "Colorful Checkered Tile",
"380203": "Brown Maple Flooring",
"380204": "Dark Brightwood Flooring",
"380301": "Checkered Cedar Ceiling",
"380302": "Dark Checkered Ceiling",
"380303": "Maple Wood Square Ceiling",
"380304": "Brightwood Chiseled Ceiling",
"380401": "Two-Tier Candle Chandelier",
"380402": "Eight-Sided Lantern: Lucky Day",
"380403": "Six-Sided Lantern: Harmony in Friendship",
"380404": "\"Night of the Party Pumpkins\"",
"380405": "Embroidered Lantern: Lofty Grandeur",
"380406": "Tasseled Lantern: Deck the Streets",
"380407": "Teahouse Candlestand: Scentless Flame",
"380408": "Teahouse Lamp: Light Concealed",
"380409": "Maple Wood Lamp: Light Fragrance",
"380410": "Maple Wood Floor Lamp: Clarity",
"380411": "Court Lantern: Lingering Majesty",
"380412": "Court Lantern: Red Moon of Yore",
"380413": "Court Lantern: Thundering Heart",
"380414": "Maple Wood Chandelier: Illume",
"380415": "Blooming Candle: Pure as a Lotus",
"380416": "Rainbow Lights: At Dawn We Celebrate",
"380417": "Countless Homes Light Up the Moon",
"380418": "Stoneworks Lamp: Deeping-Gloom Candle",
"380419": "Slumbering Dewlight",
"380420": "Dripping Verdant Light",
"380421": "Deepwood Illumination",
"380422": "Immersive Light",
"380423": "Perennial Illumination",
"380424": "Blooming Illumination",
"380426": "Fluttering Light",
"380427": "Light of Slumber",
"380504": "Efflorescent Illumination",
"381101": "Northern Birch Folding Counter",
"381102": "Open-Top Fir Shelf",
"381103": "Fir Case Shelf Combination",
"381104": "Classic Fir Cabinet",
"381105": "Large Birch Wardrobe",
"381106": "Gold-Lined Sandbearer Wardrobe",
"381107": "Plain Brightwood Shelf",
"381108": "Desert Desk: Hospitality",
"381109": "Adhigama Wood \"Versatile\" Shelves",
"381110": "Brightwood \"Invigorating\" Nightstand",
"381111": "Athel Triple Drawer Cabinet",
"381112": "Athel Pottery Shelf",
"381201": "Two-Tier Library Bookshelf",
"381202": "Exquisite Cuihua Bookshelf",
"381203": "Economy Cuihua Bookshelf",
"381204": "\"Lost Between the Pages of a Book\"",
"381205": "\"Archivist's Treasure Trove\"",
"381206": "Red Cedar Scroll Shelf",
"381207": "Red Cedar Curio Stand",
"381208": "Shopkeeper's Cedar Shelf",
"381209": "Maple Wood Bookcase: Inkheart",
"381210": "Maple Wood Bookcase: Trove of a Thousand Tomes",
"381212": "Desert Cabinet: Odds and Ends",
"381213": "Treasure from the Land of Wisdom",
"381214": "Scrolls from the Land of Wisdom",
"381301": "Sturdy Library Table",
"381302": "Favonius Office Table",
"381303": "Favonius Conference Table",
"381304": "Wide Stone Stove",
"381305": "Portable Stove",
"381306": "Long Table With Tablecloth",
"381307": "Multi-Seat Round Pine Table",
"381308": "Intricately Carved Calligraphy Table",
"381309": "Square Pine Tea Table",
"381310": "Red Cedar Round Table",
"381311": "Sturdy Birch Vanity",
"381313": "Common Cast Iron Stove",
"381314": "Yumemiru \"Cold and Warmth\" Kotatsu",
"381315": "\"Sekijou\" Aralia Tea Table",
"381316": "Teahouse Long Table: Seamless Seating",
"381317": "Brightwood Pottery Worktable",
"381318": "Long Athelwood Table",
"381319": "A Choice of Delicacies",
"381320": "Spirit of the Banquet",
"381321": "A Table for Two",
"381322": "Long Adhighama Chamfer Table",
"381401": "Breeze-Blessed Bed",
"381402": "Cloudy Haze Bed",
"381403": "Yumemiru \"Sakura's Rest\" Bed",
"381404": "Brightwood \"Concord\" Bed",
"381405": "Adhigama Wood \"Comfort\" Bed",
"381501": "Pine Reception Counter",
"381502": "Teahouse Counter: \"Toshimaru\"",
"381503": "Desert Stone Platform: Sturdy",
"381504": "Desert Fireplace: Warmth",
"381505": "Desert Study: Conscientiousness",
"381506": "Witness of Tavern Affairs",
"382101": "Soft Lounge Sofa",
"382102": "\"Clear Blue Afternoon\"",
"382103": "\"Unwavering Determination\"",
"382104": "Pine Dining Chair",
"382105": "Pine-Backed Tea Chair",
"382106": "Red Pine Wood Round Stool",
"382108": "Teahouse Round Stool: Pain Point Reduction",
"382109": "Karmaphala Wood \"Subdued Speech\" Bench",
"382110": "Karmaphala Wood \"Counter-Assault\" Dining Chair",
"382111": "Satisfaction of Sated Thirst",
"382112": "Adhigama Vine-Backed Chair",
"382201": "Northern Stone Hearth",
"382202": "Pine Folding Screen: Billowing Sails",
"382203": "Hardwood Screen: Morning Mist in Jueyun",
"382204": "Birch Double Drawer Nightstand",
"382205": "Gold-Lined Sandbearer Nightstand",
"382206": "Silk Curtains: Fetching the Sanguine Sky",
"382207": "Floral Screen: Jade and Gold",
"382208": "Thundering Heavens Drum",
"382209": "Lantern-Lit Stage: Crescendo",
"382210": "Teahouse Cushion: Night-Woven",
"382211": "Maple Wood Ritual Drum: Festive Music",
"382212": "Maple Wood Ritual Drum: A Great Din",
"382213": "Teahouse Folding Screen: Hidden Heart of Gold",
"382214": "Ancestral Sword Rack: Four Core Principles",
"382215": "Hatamoto Armor: Eijin Genkou",
"382216": "Yumemiru \"Jukaku\" Folding Screen",
"382218": "Festive Fragrance: Goods Piled High",
"382219": "Festive Fragrance: Of Gold and Jade",
"382221": "Hued Vase: Cerulean",
"382222": "Hued Vase: Malachite",
"382223": "Hued Vase: Amber",
"382224": "Plain Vase: Bronze",
"382225": "Plain Vase: Tawny",
"382226": "Plain Vase: Ocher",
"382227": "Plain Vase: Sepia",
"382228": "Hued Vase: Seashell",
"382229": "Hued Vase: Dark Rock",
"382231": "Amidst the Fleeing Smoke",
"382233": "Forest Watcher's Fastidiousness",
"382234": "Forest Ranger's Provisions",
"382235": "Deepwood Dweller's Delicacies",
"382236": "Aroma of High-Heat Barbecue",
"382237": "Fragrance of Low-Heat Roast",
"382238": "Deepwood Dweller's Aggregation",
"382239": "Hued Vase: Molten Sand",
"382301": "Mondstadt Rug: Crimson Ardor",
"382302": "Mondstadt Rug: Tireless Search",
"382303": "Tavern Rug: Home Away From Home",
"382304": "Entrance Rug: A Warm Welcome",
"382305": "Glorious Emerald Tapestry",
"382306": "Dazzling Golden Tapestry",
"382307": "Musing Tawny Tapestry",
"382308": "Sun-Scorched Solemnity",
"382309": "The Olive Grove",
"382310": "Pure Like Wheat Sprouts",
"383101": "Trusty Portable Lamp",
"383102": "Liuli Pavilion Sandbearer Floor Lamp",
"383103": "Tianyuan Lantern: Fragrant Brilliance",
"383104": "Seashell Table Lamp",
"383106": "Tranquil Starlight",
"383107": "Desert Lamp: Lingering Light",
"383108": "Joyful Illumination",
"383109": "Light of the Land of Wisdom",
"383110": "Nightwatcher's Candlelight",
"383111": "Listening Candelight",
"383112": "Two-way Iron Lamp",
"383201": "Flower Arrangement: Baby Blue Tranquility",
"383202": "Potted Plant: Crystalline Breeze",
"383203": "Flower Arrangement: Sprawling Daybreak",
"383204": "Potted Flower: Fragrant Facade",
"383205": "Potted Plant: Petite Perrenial",
"383206": "Cast in Clay",
"383207": "The Essential Vase",
"383208": "A Favor Returned",
"383301": "Classical Lyre: Tenor of the Wind",
"383302": "Neat Stack of Books",
"383303": "\"Scholar's Weariness\"",
"383304": "\"Etiquette of Correspondence\"",
"383305": "Exquisite Hourglass Ornament",
"383306": "Alchemic Device: Between Fire and Water",
"383307": "Alchemic Component: Burden of Dust",
"383308": "Calligraphy Set: Assiduous Calligraphy",
"383309": "Golden Triple-Arm Candelabrum",
"383310": "Glazed Porcelain Tea Set: \"Embracing Truth\"",
"383312": "\"Tea Wisp-Clouded White Couch\"",
"383313": "Teahouse Vessel: Scent-Sealer",
"383314": "Calligraphy Set: Proper Penmanship",
"383315": "Evil-Slaying Bows",
"383316": "Spiritchaser Screen",
"383317": "\"Divine Nose:\" Kitsu-Kitsu Daruma",
"383318": "\"True Cookery\": Nuki-Nuki Daruma",
"383322": "Cosmos Within",
"383325": "A Lush Glimpse",
"383326": "Jubilant Posture",
"383330": "The Mellow Pot",
"383331": "The Crisp Sweetness",
"383332": "The Twisting Mist",
"383335": "Appraiser's Treasure",
"383336": "Ceramic Centerpiece",
"383337": "Ephemeral Spirit",
"383338": "Amidst Bitter Aromas",
"383339": "Deepwood Dweller's Ingenuity",
"383340": "Deepwood Dweller's Brilliance",
"383341": "Hued Vase: Sprout",
"383342": "Star-Shaped Multipurpose Bottle",
"383501": "\"Realizations from the Land of Wisdom\"",
"383502": "Restorative Fragrance",
"383504": "The Art of Retaining Water",
"384101": "Landscape Painting: Country Home",
"384102": "Landscape Painting: Distant Clouds",
"384103": "Landscape Painting: Nameless Precipice",
"384104": "Fine Brushwork: Peaks of Minlin",
"384105": "Fine Brushwork: Bowl of Blossoms",
"384106": "Fine Brushwork: Mountains Rising From the Mist",
"384107": "Painted Vision: Of Mountains and Skies Distant",
"384108": "Painted Vision: Stunning Waters",
"384109": "Replica Mural: Lone Peak in a Sea of Fog",
"384110": "Replica Mural: Ancient Ritual in a Sea of Fog",
"384201": "Wooden Restaurant Signboard",
"384202": "Bright Vase-Shaped Sconce",
"384203": "Well-Worn Buckler",
"384204": "Well-Worn Shield",
"384205": "Well-Worn Sword",
"384206": "Rally Banner",
"384207": "Pure Spirit Banner",
"384208": "Favonius Coat of Arms",
"384209": "Mounted Record Board",
"384210": "Mounted Noticeboard",
"384211": "Embroidered Curtains",
"384213": "Athelwood Metal Buckler",
"384214": "Desert Wall-Drapes: Sunset",
"384215": "Desert Wall-Drapes: Flaming Feathers",
"384216": "Forest Watcher's Considerations",
"384217": "Athelwood Metal Combat Shield",
"384501": "Lingering Moment",
"390101": "Straw Hut",
"390102": "Straw Depot",
"390103": "Liyue House: Solitary Retreat",
"390104": "Liyue House: Of Timber and Stone",
"390105": "Liyue Pitstop: Tea Fragrance on the Old Road",
"390106": "Liyue House: Moon-Crested Eaves",
"390107": "Liyue House: Amity Abounds",
"390108": "Liyue Shop: Citywide Favorite",
"390109": "Wing House: Dawn & Dusk",
"390110": "Pavilion: Stargazer's Shelter",
"390111": "\"Hyoutei\" Stacked Aralia Wood Boxes",
"390112": "Aralia \"Bangaku\" Shelf",
"390113": "Aralia \"Fusen\" Cupboard",
"390114": "Yumemiru \"Dewcover\" Wardrobe",
"390115": "Yumemiru \"Decorum\" Kimono Rack",
"390116": "Pear Orchard Stage: Yun-Han Style",
"390201": "Multi-Arched Mondstadt Building",
"390202": "Mondstadt House With Overhanging Attic",
"390203": "Warm and Dry Mondstadt Apartment",
"390204": "Old Wind-Resistant Mondstadt House",
"390205": "Country Home With Tall Attic",
"390206": "Classic Country Home",
"390207": "Pocket-Sized Pine Cabin",
"390208": "Liyue House: Time Waits for No One",
"390301": "Bustling Sundry Stand",
"390302": "Profitable Fruit Stand",
"390303": "Real Deal Fruit Stand",
"390304": "Open-Air Workshop",
"390305": "Bountiful Harvest Fruit Cart",
"390306": "\"Traveling Merchant North of the Stone Gate\"",
"390307": "Roll-Roofed Fruit and Vegetable Cart",
"390308": "\"Four-Quadrant Cooking Cauldron\"",
"390309": "Fruit and Veggie Stall: Harvest Bounties",
"390310": "Otogi Wood Ramen Stand",
"390311": "Woven Depth",
"390312": "Woven Length",
"390313": "Woven Fruition",
"390314": "Sweetness in Exchange",
"390315": "Sweetness in the Shade",
"390316": "Sweetness in Storage",
"390317": "Fisherman's Dealings",
"390318": "Fisherman's Preservation Trick",
"390319": "Fisherman's Maintenance",
"390320": "Brightwood Grocery Stall",
"390321": "Brightwood Kebab Cart",
"390322": "Abundance of Crisp Air",
"390323": "Deliberation of Choice",
"390401": "Hilichurl Outpost Hut",
"390402": "Hilichurl Chieftain Hall",
"390501": "\"Clouds East of Bishui\"",
"390502": "Straw Shed",
"390503": "Lightning Protective Tent",
"390504": "Simple Single-Person Tent",
"390505": "Otogi Wood Rice Cake Soup Stand",
"390507": "Otogi Wood Granary Cart",
"390508": "Umbrella Shop: Drapes of Differing Dreams",
"390509": "Fruit and Veggie Stall: Good Honest Flavor",
"390510": "Festival \"Teiban\" Store",
"390511": "Festival \"Kiban\" Store",
"390512": "\"Kouki\" Aralia Mask Rack",
"390513": "Fine Stall: Splash of Color",
"390514": "Rainbow Stall: Ultramarine",
"390515": "Rainbow Stall: Ruby Red",
"390516": "Festival Booth - \"Strange Wonders\"",
"390517": "Festival Booth - \"Literary Talent\"",
"390518": "Dodoco's Summertime",
"390601": "Ritual Shrine",
"390602": "Cleansing Shrine",
"390603": "Inazuman Mansion: As One",
"390604": "Inazuman Store: Numberless Gems",
"390605": "Inazuman Home: The Work of Generations",
"390606": "Inazuman Home: Easy Adaptation",
"390607": "Inazuman Workshop: Exhaustive Regularity",
"390608": "Inazuman Home: Routine Dimensions",
"390609": "Inazuman Bamboo-Roofed Home: The Long Peace",
"390610": "Inazuman Bamboo-Roofed Home: Wild Heart",
"390611": "Inazuman Workshop: Multipurpose",
"390612": "Inazuman Home: Clanking Metal",
"390613": "Inazuman Workshop: Sweetness Sought",
"390614": "Inazuman Home: Irreplaceable Foresight",
"390615": "Inazuman Official Residence: Forcefulness",
"390616": "Inazuman Official Residence: Strict Adherence",
"390617": "Official Residence Corridor: Power's Reach",
"390618": "Camp Watchtower: Viewport",
"390619": "Camp Tent: Timely Tactics",
"390620": "Camp Dwelling: Shoring Up",
"390621": "Camp Gate: Fealty",
"390623": "Fortune Slip Stand: Omen-Reader",
"390624": "Shrine Hall: Gentle Wishes",
"390625": "Shrine Annex: Pleased to Serve",
"390626": "Estate Reception: Prim and Proper",
"390627": "Estate Storehouse: We Have Reserves",
"390628": "Inazuman Home: Watatsumi Reminiscence",
"390629": "Inazuman Home: House of Coral",
"390630": "Inazuman Home: Stormhouse",
"390701": "Deepwood Dweller's Deliberation",
"390702": "Deepwood Dweller's Estimation",
"390703": "Deepwood Dweller's Lonesome",
"390704": "Deepwood Dweller's Perseverance",
"390705": "Desert House: Ordinary Lives",
"390706": "Desert House: Spices Abound",
"390707": "Desert House: Hue and Cry",
"390708": "Desert House: Brief Sleep",
"390709": "Desert House: Hidden Light",
"390710": "Desert House: Save and Store",
"390711": "Mansion Pagoda — Flower of Revelation",
"390712": "Mansion Pagoda — Tree of Pondering",
"390713": "Mansion Courtyard — Warbling Pavilion",
"390714": "Mansion Courtyard — Watchtower of Foresight",
"390715": "Mansion Courtyard — Place of Repose",
"390716": "Mansion Courtyard — Cuisinier's Abode",
"390718": "Treasures of the City of Wisdom",
"390719": "Delicacies of the City of Wisdom",
"390720": "Aromas of the City of Wisdom",
"390721": "Tenacity of the City of Wisdom",
"390722": "Commerce of the City of Wisdom",
"390723": "Shade in the Tranquil Court",
"390724": "Light in the Tranquil Court",
"390726": "Fabric of the City of Wisdom",
"390727": "Pottery of the City of Wisdom",
"390728": "Diligence of the City of Wisdom",
"390729": "Building Block of the City of Wisdom",
"390730": "Contrasts of the City of Wisdom",
"390731": "Peace in the City of Wisdom",
"390732": "Errands in the City of Wisdom",
"390733": "Silky Queller of Sea Monsters",
"390734": "Night of Serenity in the Sandy Breeze",
"391101": "Bird and Blossom Design Fountain",
"391102": "Hilichurl Spiral Watchtower",
"391103": "Hilichurl Straw Hut",
"391104": "\"Ballad-Spinning Windwheel\"",
"391107": "Temporary Work Quarters",
"391109": "\"Pure Gorgeous Summer\"",
"391110": "Scarlet Torii Gate: Door of Silence",
"391112": "Scarlet Torii Gate: Way of Restoration",
"391113": "Estate Gate: Windy Doors",
"391114": "Estate Corridor: Onward With Ease",
"391115": "Estate Courtyard Corner: Measured Harmony",
"391116": "Whitestone Hot Spring: Diffusing Warmth",
"391117": "Of Fields Green: Clear Spring Fountain",
"391118": "Sub-Space Cabochon: In Soaring Flight",
"391119": "Stoneworks Crane: Mountain Mover",
"391120": "Stoneworks Crane: Hill Tamer",
"391122": "Desert Hut: Minutiae",
"391123": "Desert Hut: Questions",
"391124": "Desert Hut: Wilting",
"391125": "Desert Hut: Rest",
"391126": "Theater's Cool Mist",
"391127": "Clarity from the Land of Wisdom",
"391129": "Port Ormos GP Crane III",
"391130": "Composite Timber Long-Distance Hand Cart",
"391131": "Composite Timber In-Port Transfer Cart",
"391132": "Three-Wheeled Mountain Hand Cart",
"391201": "Adeptus Gate",
"391202": "Birch Main Courtyard Gate",
"391203": "Carved Courtyard Fence Ending",
"391204": "Carved Courtyard Fence",
"391205": "Scenic Corridor: Sylvan Stroll",
"391206": "Courtyard Wall: Spring and Autumn Splendor",
"391207": "Wall Corner: Fragrant Nook",
"391208": "Courtyard Wall: All in a Row",
"391209": "Courtyard Wall: Peace Across",
"391210": "Main Entrance: Gateway to the Clouds",
"391211": "Perimeter Wall: Scenic Archway",
"391212": "Veranda Corner: Pavilion's Watch",
"391213": "Key Gateway: Beneath the Clouds",
"391214": "Key Fence: Self-Restraint",
"391215": "Fence Corner: Long Watch",
"391216": "Otogi \"Kintake\" Courtyard Gate",
"391217": "Otogi \"Kintake\" Fence",
"391218": "Encampment Fence: Jagged Teeth",
"391219": "Encampment Fence: Decisive Judgment",
"391220": "Encampment Fence: Honing Goad",
"391221": "Shrine Corridor: Sakura-Dusted Path",
"391222": "Shrine Corridor: Vermilion Gaze",
"391223": "Estate Courtyard Wall: Stoneguard",
"391224": "Estate Courtyard Wall: Harmonious Corner",
"391225": "Estate Courtyard Wall: Hidden Boundary",
"391226": "Estate Wall Corner: Old City Palisade",
"391227": "Hot Spring Folding Screen: Moderation",
"391228": "Hot Spring Outer Wall: No Vaulting",
"391229": "Hot Spring Wall: Well-Grounded",
"391230": "Hot Spring Foyer: Shelter from the Cold",
"391235": "Fisherman's Fence",
"391236": "\"No Fishing Ahead\"",
"391237": "Desert Stone Steps: Climbing",
"391238": "Desert Wall: Surprise Attack",
"391239": "Desert Wall: Stalwart Defense",
"391240": "Desert Gate: Windjammer",
"391241": "Domed Gate: Forest Tune",
"391242": "Domed Wall: The Birds Sang",
"392107": "Foundations of Stone: Fortunate Times",
"392606": "Sub-space Structure: Suspended Pathway",
"392607": "Sub-Space Structure: Treetop Stroll",
"393101": "Messy Pile of Fir Crates",
"393102": "Neat Stack of Fir Kegs",
"393103": "Heavy Hay Bale",
"393104": "Wine Jar With Bamboo Casing: Spirits Awaiting Moonrise",
"393105": "Toy Stand: Dazzling Delights",
"393106": "Umbrella Shop: Kaleidoscope of Parasol Colors",
"393107": "Storage Sack: Buzz-Off Bag",
"393108": "Fruit Seller's Caution",
"393109": "Fruit Seller's Toil",
"393110": "Hardened Glazed Vase",
"393111": "Hilichurl Archery Target",
"393112": "Hilichurl Horned Pot",
"393113": "Deadwood Road Sign",
"393114": "\"The Adventurer's Burdens\"",
"393115": "Sturdy Wooden Barrel",
"393116": "Tall Wooden Pole",
"393117": "Wood Bundle",
"393118": "Rainproof Fir Cargo Container",
"393119": "Stone Cup-Shaped Pool",
"393120": "\"Feather-Light Praise\"",
"393121": "\"A Bloatty Floatty's Dream of the Sky\"",
"393122": "\"A Guide in the Summer Woods\"",
"393123": "Training Ground Support Stakes",
"393124": "\"A Messenger in the Summer Woods\"",
"393125": "\"Courtyard Cleansing Pool\"",
"393126": "Headquarters Alarm: Sound of Thunder",
"393127": "War Drum: Line-Breaking Reverb",
"393128": "Simple Otogi Workshop",
"393129": "Otogi \"Rikuyou\" Wooden Barrel",
"393130": "Otogi \"Tanin\" Wood Barrel",
"393131": "\"Kokutan\" Thick-Walled Clay Water Tank",
"393132": "Replica Ancient Otogi Keg",
"393133": "Replica Ancient Otogi Crate",
"393134": "Mountain of Festive Gifts",
"393137": "Heavy-Duty Restaurant Stove",
"393138": "Serene Flames",
"393141": "Allegro Bloom: Special Tuning",
"393142": "Fisherman's Catch",
"393143": "Fisherman's Delicacy",
"393144": "Fisherman's Storage Solution",
"393145": "Fisherman's Efforts",
"393146": "Fisherman's Clemency",
"393148": "Heavy Brightwood Pottery Wheel",
"393149": "\"Iron, Sand, Treasure\"",
"393150": "\"Iron, Blood, Broken Armor\"",
"393151": "\"Iron, Water, Steam\"",
"393152": "Karmaphala Wood Liquid Cargo Rack",
"393153": "\"String, Feather, Trajectory\"",
"393154": "Ingenuity of the Forest Forager",
"393155": "\"It just might work!\"",
"393156": "Coloration and Precipitation",
"393201": "Potted Plant: Verdant Vastness",
"393202": "Water-Retaining Flower Beds",
"393203": "Soil-Carrying Wooden Barrel",
"393204": "\"Pines Awaiting the Twilight\"",
"393301": "Fir Shelves",
"393302": "Fir Weapon Rack",
"393303": "Hardwood Weapon Rack",
"393304": "Simple Cargo Cart",
"393305": "Sturdy Stone Well",
"393306": "Farmer's Scarecrow",
"393307": "Old Well",
"393308": "Roofed Well: For Purity",
"393309": "Stone Lion Statue: The Warding",
"393310": "Stone Lion Statue: The Knowing",
"393311": "Countryside Tea Stand",
"393312": "\"The Adventurer's Treasures\"",
"393313": "\"Witch's Chorus\"",
"393315": "Yumemiru \"Saikyo\" Fortune Slip Hanger",
"393316": "Narukami's Banner",
"393317": "Camp Bow-Rack: Fletching",
"393318": "Camp Spear-Rack: Point Break",
"393319": "Camp Bonfire: Glorious Clarity",
"393320": "Camp Barricade: Taking Sides",
"393321": "Sky Kitsune Statue: Hakushin's Legacy",
"393322": "High-Flying Fish Flag",
"393323": "Maple Wood Tanuki",
"393324": "Maple Wood White Kitsune",
"393325": "Red-Iron Coral",
"393326": "Glowstone Parasol",
"393327": "Shrine Statue: \"Seirai Ward\"",
"393328": "Village Well: Underground Spring",
"393329": "Yumemiru \"Seiken\" Offering Box",
"393330": "Ancestral Sword Rack: Iron Sharpens Iron",
"393331": "The Bamboo's Call",
"393332": "\"Henji\" Aralia Noticeboard",
"393333": "Village Well: Subterranean Secrets",
"393337": "Rainbow Lights: Lovely Night View",
"393338": "Rainbow Cloud Flying Satin Pole",
"393339": "Gold-Inscribed Evil-Cleansing Banner",
"393343": "Tanuki Hugs Photo Board",
"393344": "\"Kitsune Guuji\" Exclusive Painted Flag Banner",
"393346": "Pear Orchard Screen: Dexterous",
"393347": "Pear Orchard Screen: Deft",
"393350": "Dodoco's Travel Bag",
"393351": "Dodoco's Dodo Stove",
"393352": "Dodoco's Beach Nap",
"393353": "Dodoco's Collection Cupboard",
"393354": "Dodoco's Sunshade Umbrella",
"393355": "Fisherman's Craftsmanship",
"393356": "The Essentials",
"393357": "The Eremites' Flame of Vigor",
"393358": "Embodiment of Warfare",
"393359": "Steel Stopper",
"393360": "The Eremites' Odyssey",
"393361": "The Eremites' Fame",
"393362": "An Elegant Voice",
"393363": "A Mellow Voice",
"393364": "Karmaphala Three-Ply Noticeboard",
"393365": "Tea-Break Shade",
"393366": "Propitious Screen: Fog Gathering on Smoky Mountains",
"393367": "Propitious Screen: Fleet Feathers Against Emerald Waves",
"393368": "Propitious Screen: Instruments in the Distance",
"393369": "Propitious Screen: Old Songs Lingering",
"393370": "Propitious Screen: Overlapping Clouds Above Peaks",
"393371": "Propitious Screen: Genuine Words Travel Far",
"393372": "\"Trumpet and Firewood\"",
"393401": "Wrought Iron Carved Street Light",
"393402": "Pine Street Light",
"393403": "Evil-Repelling Lantern: All-Around Lighting",
"393404": "Four Corners Lantern: Amity From Afar",
"393405": "Shadow Lamp: Painted Shadow",
"393406": "Stone Lantern: Fudoumyou's Light",
"393407": "\"Three Reaches Bright\"",
"393408": "Whitestone \"Meichuu\" Standing Lamp",
"393409": "Otogi \"Meichuu\" Standing Lamp",
"393410": "Five-Lantern Festival Gate",
"393411": "Yumemiru \"Kuukai\" Street Lamp",
"393412": "Yumemiru \"Juunen\" Street Lamp",
"393413": "White Fish Tallow Candle: Evenlight",
"393414": "Otogi Countryside Street Lamp",
"393415": "Simple Otogi Street Lamp",
"393416": "Aralia \"Renzou\" Street Lamp",
"393601": "Pool of Sapphire Grace",
"393602": "Shaded Clarity",
"394101": "Weathered Bamboo Fence",
"394102": "Sturdy Pine Fence",
"394103": "Wooden Hilichurl Fence",
"394104": "Hilichurl Totem Fence",
"394105": "Lush Grapevine",
"394106": "Newly Grown Grapevines",
"394107": "Simple Wooden Fence",
"394108": "Half-Constructed Fence",
"394109": "The Fruit Farmer's Thrift",
"394110": "\"Kyuukou\" Otogi Flower Terrace",
"394111": "\"Sanzai\" Otogi Flower Terrace",
"394201": "Smooth Wooden Bench",
"394202": "Smooth Stone Bench",
"394203": "Googol Chair",
"394204": "Square Yumemiru Stool",
"394205": "Otogi \"Rakushi\" Square Stool",
"394207": "Pear Orchard Seat: Gathered in Joy",
"394301": "Two-Story Hilichurl Sentry Tower",
"394302": "Doorless Pine Cupboard",
"394303": "Heavy Fir Forging Table",
"394304": "Long Pine Table",
"394305": "Large Stone Mill",
"394306": "Alchemist's Crafting Bench",
"394307": "Two-Tier Vendor's Booth: Rising Fortunes",
"394308": "Bamboo Outdoor Tea Table",
"394309": "Wooden Outdoor Tea Table",
"394310": "\"Summer Forest Banquet\"",
"394311": "Googol Table",
"394312": "Long Yumemiru Table",
"394313": "Otogi \"Rakushi\" Square Table",
"394315": "Pear Orchard Seat: Of Tunes and Fragrant Tea",
"394316": "Pear Orchard Accessory: Attend and Listen",
"394317": "Karmaphala Display Table",
"394401": "Wine Shop Display Counter: To Your Heart's Content",
"394402": "Crude Double-Decker Pallet",
"394403": "\"Cradle of Flowers\"",
"394404": "\"The Blue Ocean's Treasure\"",
"394501": "Foundations of Stone: Path of Cultivation",
"394502": "Foundations of Stone: Timely Arrival",
"394503": "Foundations of Stone: Double-Time",
"394504": "Of Fields Green: Cookie Road",
"394505": "Foundations of Stone: Grand Design"
},
"RENAME_ITEM": { "1301": "An Appellative Stroke" },
"GCG_EXCHANGE_ITEM": { "107019": "Blank Dynamic Card" },
"GCG_CARD": {
"330000": "Ganyu",
"330001": "Kaeya",
"330002": "Chongyun",
"330003": "Kamisato Ayaka",
"330004": "Xingqiu",
"330005": "Mona",
"330006": "Diluc",
"330007": "Xiangling",
"330008": "Bennett",
"330010": "Yoimiya",
"330011": "Fischl",
"330012": "Razor",
"330013": "Keqing",
"330014": "Sucrose",
"330015": "Jean",
"330016": "Ningguang",
"330017": "Noelle",
"330018": "Collei",
"330019": "Rhodeia of Loch",
"330020": "Fatui Pyro Agent",
"330021": "Maguu Kenki",
"330022": "Stonehide Lawachurl",
"330023": "Diona",
"330024": "Cyno",
"330025": "Barbara",
"330026": "Mirror Maiden",
"330027": "Jadeplume Terrorshroom",
"330032": "Klee",
"330034": "Beidou",
"330500": "Undivided Heart",
"330501": "Cold-Blooded Strike",
"330502": "Steady Breathing",
"330503": "Kanten Senmyou Blessing",
"330504": "The Scent Remained",
"330505": "Prophecy of Submersion",
"330506": "Flowing Flame",
"330507": "Crossfire",
"330508": "Grand Expectation",
"330510": "Naganohara Meteor Swarm",
"330511": "Stellar Predator",
"330512": "Awakening",
"330513": "Thundering Penance",
"330514": "Chaotic Entropy",
"330515": "Lands of Dandelion",
"330516": "Strategic Reserve",
"330517": "I Got Your Back",
"330518": "Floral Sidewinder",
"330519": "Streaming Surge",
"330520": "Paid in Full",
"330521": "Transcendent Automaton",
"330522": "Stonehide Reforged",
"330523": "Shaken, Not Purred",
"330524": "Featherfall Judgment",
"330525": "Glorious Season",
"330526": "Mirror Cage",
"330527": "Proliferating Spores",
"330530": "Pounding Surprise",
"330531": "Lightning Storm",
"331000": "Magic Guide",
"331001": "Sacrificial Fragments",
"331002": "Skyward Atlas",
"331003": "Raven Bow",
"331004": "Sacrificial Bow",
"331005": "Skyward Harp",
"331006": "White Iron Greatsword",
"331007": "Sacrificial Greatsword",
"331008": "Wolf's Gravestone",
"331009": "White Tassel",
"331010": "Lithic Spear",
"331011": "Skyward Spine",
"331012": "Traveler's Handy Sword",
"331013": "Sacrificial Sword",
"331014": "Aquila Favonia",
"331015": "Adventurer's Bandana",
"331016": "Lucky Dog's Silver Circlet",
"331017": "Traveling Doctor's Handkerchief",
"331018": "Gambler's Earrings",
"331019": "Instructor's Cap",
"331020": "Exile's Circlet",
"331021": "Broken Rime's Echo",
"331022": "Blizzard Strayer",
"331023": "Wine-Stained Tricorne",
"331024": "Heart of Depth",
"331025": "Witch's Scorching Hat",
"331026": "Crimson Witch of Flames",
"331027": "Thunder Summoner's Crown",
"331028": "Thundering Fury",
"331029": "Viridescent Venerer's Diadem",
"331030": "Viridescent Venerer",
"331031": "Mask of Solitude Basalt",
"331032": "Archaic Petra",
"331033": "Laurel Coronet",
"331034": "Deepwood Memories",
"332000": "Liyue Harbor Wharf",
"332001": "Knights of Favonius Library",
"332002": "Jade Chamber",
"332003": "Dawn Winery",
"332004": "Wangshu Inn",
"332005": "Favonius Cathedral",
"332006": "Paimon",
"332007": "Katheryne",
"332008": "Timaeus",
"332009": "Wagner",
"332010": "Chef Mao",
"332011": "Tubby",
"332012": "Timmie",
"332013": "Liben",
"332014": "Chang the Ninth",
"332015": "Ellin",
"332016": "Iron Tongue Tian",
"332017": "Liu Su",
"332018": "Parametric Transformer",
"332019": "NRE",
"333000": "Elemental Resonance: Woven Ice",
"333001": "Elemental Resonance: Shattering Ice",
"333002": "Elemental Resonance: Woven Waters",
"333003": "Elemental Resonance: Soothing Water",
"333004": "Elemental Resonance: Woven Flames",
"333005": "Elemental Resonance: Fervent Flames",
"333006": "Elemental Resonance: Woven Thunder",
"333007": "Elemental Resonance: High Voltage",
"333008": "Elemental Resonance: Woven Winds",
"333009": "Elemental Resonance: Impetuous Winds",
"333010": "Elemental Resonance: Woven Stone",
"333011": "Elemental Resonance: Enduring Rock",
"333012": "Elemental Resonance: Woven Weeds",
"333013": "Elemental Resonance: Sprawling Greenery",
"333014": "The Bestest Travel Companion!",
"333015": "Changing Shifts",
"333016": "Toss-Up",
"333017": "Strategize",
"333018": "I Haven't Lost Yet!",
"333019": "Leave it to Me!",
"333020": "When the Crane Returned",
"333021": "Starsigns",
"333022": "Calx's Arts",
"333023": "Master of Weaponry",
"333024": "Blessing of the Divine Relic's Installation",
"333025": "Quick Knit",
"333026": "Send Off",
"333027": "Guardian's Oath",
"333028": "Abyssal Summons",
"333029": "Jueyun Guoba",
"333030": "Adeptus' Temptation",
"333031": "Lotus Flower Crisp",
"333032": "Northern Smoked Chicken",
"333033": "Sweet Madame",
"333034": "Mondstadt Hash Brown",
"333035": "Mushroom Pizza",
"333036": "Minty Meat Rolls"
},
"GCG_CARD_FACE": {
"334000": "Ganyu",
"334001": "Kaeya",
"334002": "Chongyun",
"334003": "Kamisato Ayaka",
"334004": "Xingqiu",
"334005": "Mona",
"334006": "Diluc",
"334007": "Xiangling",
"334008": "Bennett",
"334010": "Yoimiya",
"334011": "Fischl",
"334012": "Razor",
"334013": "Keqing",
"334014": "Sucrose",
"334015": "Jean",
"334016": "Ningguang",
"334017": "Noelle",
"334018": "Collei",
"334019": "Rhodeia of Loch",
"334020": "Fatui Pyro Agent",
"334021": "Maguu Kenki",
"334022": "Stonehide Lawachurl",
"334023": "Diona",
"334024": "Cyno",
"334025": "Barbara",
"334026": "Mirror Maiden",
"334027": "Jadeplume Terrorshroom",
"334028": "Beidou",
"334029": "Klee",
"334500": "Undivided Heart",
"334501": "Cold-Blooded Strike",
"334502": "Steady Breathing",
"334503": "Kanten Senmyou Blessing",
"334504": "The Scent Remained",
"334505": "Prophecy of Submersion",
"334506": "Flowing Flame",
"334507": "Crossfire",
"334508": "Grand Expectation",
"334510": "Naganohara Meteor Swarm",
"334511": "Stellar Predator",
"334512": "Awakening",
"334513": "Thundering Penance",
"334514": "Chaotic Entropy",
"334515": "Lands of Dandelion",
"334516": "Strategic Reserve",
"334517": "I Got Your Back",
"334518": "Floral Sidewinder",
"334519": "Streaming Surge",
"334520": "Paid in Full",
"334521": "Transcendent Automaton",
"334522": "Stonehide Reforged",
"334523": "Shaken, Not Purred",
"334524": "Featherfall Judgment",
"334525": "Glorious Season",
"334526": "Mirror Cage",
"334527": "Proliferating Spores",
"334528": "Lightning Storm",
"334529": "Pounding Surprise",
"335000": "Magic Guide",
"335001": "Sacrificial Fragments",
"335002": "Skyward Atlas",
"335003": "Raven Bow",
"335004": "Sacrificial Bow",
"335005": "Skyward Harp",
"335006": "White Iron Greatsword",
"335007": "Sacrificial Greatsword",
"335008": "Wolf's Gravestone",
"335009": "White Tassel",
"335010": "Lithic Spear",
"335011": "Skyward Spine",
"335012": "Traveler's Handy Sword",
"335013": "Sacrificial Sword",
"335014": "Aquila Favonia",
"335015": "Adventurer's Bandana",
"335016": "Lucky Dog's Silver Circlet",
"335017": "Traveling Doctor's Handkerchief",
"335018": "Gambler's Earrings",
"335019": "Instructor's Cap",
"335020": "Exile's Circlet",
"335021": "Broken Rime's Echo",
"335022": "Blizzard Strayer",
"335023": "Wine-Stained Tricorne",
"335024": "Heart of Depth",
"335025": "Witch's Scorching Hat",
"335026": "Crimson Witch of Flames",
"335027": "Thunder Summoner's Crown",
"335028": "Thundering Fury",
"335029": "Viridescent Venerer's Diadem",
"335030": "Viridescent Venerer",
"335031": "Mask of Solitude Basalt",
"335032": "Archaic Petra",
"335033": "Laurel Coronet",
"335034": "Deepwood Memories",
"336000": "Liyue Harbor Wharf",
"336001": "Knights of Favonius Library",
"336002": "Jade Chamber",
"336003": "Dawn Winery",
"336004": "Wangshu Inn",
"336005": "Favonius Cathedral",
"336006": "Paimon",
"336007": "Katheryne",
"336008": "Timaeus",
"336009": "Wagner",
"336010": "Chef Mao",
"336011": "Tubby",
"336012": "Timmie",
"336013": "Liben",
"336014": "Chang the Ninth",
"336015": "Ellin",
"336016": "Iron Tongue Tian",
"336017": "Liu Su",
"336018": "Parametric Transformer",
"336019": "NRE",
"337000": "Elemental Resonance: Woven Ice",
"337001": "Elemental Resonance: Shattering Ice",
"337002": "Elemental Resonance: Woven Waters",
"337003": "Elemental Resonance: Soothing Water",
"337004": "Elemental Resonance: Woven Flames",
"337005": "Elemental Resonance: Fervent Flames",
"337006": "Elemental Resonance: Woven Thunder",
"337007": "Elemental Resonance: High Voltage",
"337008": "Elemental Resonance: Woven Winds",
"337009": "Elemental Resonance: Impetuous Winds",
"337010": "Elemental Resonance: Woven Stone",
"337011": "Elemental Resonance: Enduring Rock",
"337012": "Elemental Resonance: Woven Weeds",
"337013": "Elemental Resonance: Sprawling Greenery",
"337014": "The Bestest Travel Companion!",
"337015": "Changing Shifts",
"337016": "Toss-Up",
"337017": "Strategize",
"337018": "I Haven't Lost Yet!",
"337019": "Leave it to Me!",
"337020": "When the Crane Returned",
"337021": "Starsigns",
"337022": "Calx's Arts",
"337023": "Master of Weaponry",
"337024": "Blessing of the Divine Relic's Installation",
"337025": "Quick Knit",
"337026": "Send Off",
"337027": "Guardian's Oath",
"337028": "Abyssal Summons",
"337029": "Jueyun Guoba",
"337030": "Adeptus' Temptation",
"337031": "Lotus Flower Crisp",
"337032": "Northern Smoked Chicken",
"337033": "Sweet Madame",
"337034": "Mondstadt Hash Brown",
"337035": "Mushroom Pizza",
"337036": "Minty Meat Rolls"
},
"GCG_CARD_BACK": {
"339000": "Origin",
"339001": "Mondstadt",
"339002": "Liyue",
"339003": "Inazuma",
"339004": "Sumeru",
"339009": "Legend",
"339010": "Adept",
"339011": "Hydro Crystal Chunk",
"339012": "Magical Crystal Chunk",
"339013": "Amethyst Lump",
"339014": "Flaming Flower Stamen",
"339015": "Mist Flower Corolla",
"339016": "Electro Crystal",
"339017": "Dandelion Seed",
"339018": "Cecilia",
"339019": "Glaze Lily",
"339020": "Dendrobium"
},
"GCG_FIELD": { "339500": "Mondstadt", "339501": "Liyue", "339502": "Inazuma", "339503": "Sumeru" }
}
================================================
FILE: src/i18n/data/en/monsterItem.json
================================================
{
"MONSTER_ORDINARY": {
"20010101": "Dendro Slime",
"20010201": "Large Dendro Slime",
"20010202": "Large Dendro Slime (Atk Enhanced)",
"20010301": "Anemo Slime",
"20010302": "Anemo Slime (Mechanicus)",
"20010401": "Large Anemo Slime",
"20010402": "Large Anemo Slime (Mechanicus)",
"20010403": "Large Anemo Slime (Atk Enhanced)",
"20010501": "Electro Slime",
"20010502": "Electro Slime (Mechanicus)",
"20010503": "Slime_Electric_02_SimpleStick",
"20010601": "Large Electro Slime",
"20010602": "Large Electro Slime (Mechanicus)",
"20010604": "Large Electro Slime (Atk Enhanced)",
"20010605": "Slime_Electric_03_SimpleStick",
"20010701": "Mutant Electro Slime",
"20010702": "Mutant Electro Slime (Atk Enhanced)",
"20010703": "Mutant Electro Slime (Mechanicus)",
"20010801": "Cryo Slime",
"20010802": "Cryo Slime - Dragonspine Event",
"20010803": "Cryo Slime (Mechanicus)",
"20010901": "Large Cryo Slime",
"20010902": "Large Cryo Slime - Snowy Mountain Event",
"20010903": "Large Cryo Slime (Mechanicus)",
"20010904": "Large Cyro Slime (Atk Enhanced)",
"20010905": "Large Cryo Slime (Slime_Ice_03_SimpleStick)",
"20011001": "Hydro Slime",
"20011002": "Hydro Slime (Mechanicus)",
"20011101": "Large Hydro Slime",
"20011102": "Large Hydro Slime (Mechanicus)",
"20011103": "Large Hydro Slime (Atk Enhanced)",
"20011201": "Pyro Slime",
"20011202": "Pyro Slime Tutorial",
"20011203": "Pyro Slime (Mechanicus)",
"20011204": "Pyro Slime (Slime_Fire_02_SimpleStick)",
"20011301": "Large Pyro Slime",
"20011302": "Large Pyro Slime (Mechanicus)",
"20011304": "Large Pyro Slime (Atk Enhanced)",
"20011305": "Large Pyro Slime (Slime_Fire_03_SimpleStick)",
"20011401": "Geo Slime",
"20011402": "Geo Slime (Mechanicus)",
"20011501": "Large Geo Slime",
"20011502": "Large Geo Slime (Atk Enhanced)",
"20011503": "Large Geo Slime (Mechanicus)",
"20011601": "Hydro Hypostasis Summon: Split (L)",
"20011701": "Hydro Hypostasis Summon: Split (S)",
"20011801": "Hydro Hypostasis Summon: Self-Destruct",
"20011901": "Hydro Hypostasis Summon: Heal",
"20012001": "Hydro Hypostasis Summon (Effigy_Water_Underling_Ooze_05)",
"20012101": "Hydro Hypostasis Summon (Effigy_Water_Underling_Ooze_06)",
"20012201": "Hydro Hypostasis Summon (Effigy_Water_Underling_Ooze_07)",
"20020101": "Eye of the Storm",
"20050201": "Oceanid Boar",
"20050202": "Oceanid Boar (Enhanced)",
"20050203": "Hydro Mimic Boar",
"20050301": "Oceanid Crane",
"20050302": "Hydro Mimic Crane",
"20050401": "Oceanid Crab",
"20050402": "Oceanid Crab (Enhanced)",
"20050403": "Hydro Mimic Crab",
"20050501": "Oceanid Finch",
"20050502": "Hydro Mimic Finch",
"20050601": "Oceanid Mallard",
"20050602": "Oceanid Mallard (Landwalker Version)",
"20050603": "Hydro Mimic Mallard",
"20050701": "Oceanid Ferret",
"20050702": "Oceanid Ferret (Enhanced)",
"20050703": "Hydro Mimic Ferret",
"20050801": "Oceanid Frog",
"20050802": "Hydro Mimic Frog",
"20050901": "Oceanid Raptor",
"20060101": "Hydro Specter",
"20060201": "Geo Specter",
"20060301": "Anemo Specter",
"20060401": "Cyro Specter",
"20060501": "Electro Specter",
"20060601": "Pryo Specter",
"20060701": "Dendro Specter",
"21010101": "Hilichurl",
"21010102": "Hilichurl (Mechanicus)",
"21010201": "Hilichurl Fighter",
"21010301": "Wooden Shield Hilichurl Guard",
"21010302": "Wooden Shield Hilichurl Guard (Mechanicus)",
"21010401": "Hilichurl Shooter",
"21010402": "Hilichurl Shooter (Test Varied)",
"21010501": "Pyro Hilichurl Shooter",
"21010502": "Pyro Hilichurl Shooter (Test Varied)",
"21010601": "Hilichurl Grenadier",
"21010603": "Hilichurl Grenadier (Atk Enhanced)",
"21010701": "Hilichurl Berserker",
"21010702": "Hilichurl Berserker (Mechanicus)",
"21010901": "Cryo Hilichurl Shooter",
"21010902": "Cryo Hilichurl Shooter (Test Varied)",
"21011001": "Electro Hilichurl Shooter",
"21011002": "Electro Hilichurl Shooter (Test Varied)",
"21011201": "Rock Shield Hilichurl Guard",
"21011202": "Rock Shield Hilichurl Guard (Mechanicus)",
"21011301": "Cryo Hilichurl Grenadier",
"21011302": "Cryo Hilichurl Grenadier (Atk Enhanced)",
"21011401": "Ice Shield Hilichurl Guard",
"21011402": "Ice Shield Hilichurl Guard (Mechanicus)",
"21011403": "Ice Shield Hilichurl Guard - Dragonspine Event",
"21011501": "Unusual Unarmed Hilichurl",
"21011601": "Electro Hilichurl Grenadier",
"21011602": "Electro Hilichurl Grenadier (Atk Enhanced)",
"21020101": "Wooden Shieldwall Mitachurl",
"21020102": "Wooden Shieldwall Mitachurl (Mechanicus)",
"21020201": "Blazing Axe Mitachurl",
"21020202": "Blazing Axe Mitachurl (Atk Enhanced)",
"21020203": "Blazing Axe Mitachurl (Mechanicus)",
"21020301": "Rock Shieldwall Mitachurl",
"21020302": "Rock Shieldwall Mitachurl (Mechanicus)",
"21020401": "Frostarm Lawachurl",
"21020402": "Frostarm Lawachurl (Mechanicus)",
"21020501": "Stonehide Lawachurl",
"21020502": "Stonehide Lawachurl (Mechanicus)",
"21020601": "Ice Shieldwall Mitachurl",
"21020602": "Ice Shieldwall Mitachurl (Mechanicus)",
"21020701": "Crackling Axe Mitachurl",
"21020702": "Crackling Axe Mitachurl (Mechanicus)",
"21020703": "Crackling Axe Mitachurl (Atk Enhanced)",
"21020801": "Thunderhelm Lawachurl",
"21020802": "Thunderhelm Lawachurl (Mechanicus)",
"21030101": "Hydro Samachurl",
"21030102": "Hydro Samachurl (Mechanicus)",
"21030103": "Hydro Samachurl (Healing Enhanced)",
"21030201": "Dendro Samachurl",
"21030202": "Dendro Samachurl (Mechanicus)",
"21030203": "Dendro Samachurl (Support Enhanced)",
"21030301": "Anemo Samachurl",
"21030302": "Anemo Samachurl (Mechanicus)",
"21030303": "Anemo Samachurl (Wind Enhanced)",
"21030304": "Anemo Samachurl (Atk Enhanced)",
"21030401": "Geo Samachurl",
"21030402": "Geo Samachurl (Support Enhanced)",
"21030403": "Geo Samachurl (Mechanicus)",
"21030501": "Cryo Samachurl",
"21030502": "Cryo Samachurl (Mechanicus)",
"21030601": "Electro Samachurl",
"21030602": "Electro Samachurl (Mechanicus)",
"21030603": "Electro Samachurl (Support Enhanced)",
"22010101": "Pyro Abyss Mage",
"22010102": "Pyro Abyss Mage (Shield Enhanced)",
"22010103": "Pyro Abyss Mage (Blink Enhanced)",
"22010104": "Pyro Abyss Mage (Atk Enhanced)",
"22010105": "Pyro Abyss Mage (Mechanicus)",
"22010201": "Cryo Abyss Mage",
"22010202": "Cryo Abyss Mage (Shield Enhanced)",
"22010203": "Cryo Abyss Mage (Blink Enhanced)",
"22010204": "Cryo Abyss Mage (Atk Enhanced)",
"22010205": "Cryo Abyss Mage (Mechanicus)",
"22010301": "Hydro Abyss Mage",
"22010302": "Hydro Abyss Mage (Shield Enhanced)",
"22010303": "Hydro Abyss Mage (Blink Enhanced)",
"22010304": "Hydro Abyss Mage (Atk Enhanced)",
"22010305": "Hydro Abyss Mage (Mechanicus)",
"22010401": "Electro Abyss Mage",
"22010402": "Electro Abyss Mage (Mechanicus)",
"22010403": "Electro Abyss Mage (Shield Enhanced)",
"22010404": "Electro Abyss Mage (Atk Enhanced)",
"22020101": "Abyss Herald: Wicked Torrents (Disappearing) (Invoker_Herald_Water_01)",
"22020102": "Abyss Herald: Wicked Torrents (Permanent) (Invoker_Herald_Water_01)",
"22020103": "Abyss Herald: Wicked Torrents (Invoker_Herald_Water_01)",
"22030101": "Abyss Lector: Violet Lightning (Disappearing) (Invoker_Deacon_Electric_01)",
"22030102": "Abyss Lector: Violet Lightning (Permanent) (Invoker_Deacon_Electric_01)",
"22030103": "Abyss Lector: Violet Lightning (Invoker_Deacon_Electric_01)",
"22030201": "Abyss Lector: Fathomless Flames (Invoker_Deacon_Fire_01)",
"22030202": "Abyss Lector: Fathomless Flames (Invoker_Deacon_Fire_01)",
"22040101": "Rockfond Rifthound Whelp (Hound_Kanis_Rock_01)",
"22040201": "Thundercraven Rifthound Whelp (Hound_Kanis_Electric_01)",
"22050101": "Rockfond Rifthound (Hound_Riftstalker_Rock_01)",
"22050201": "Thundercraven Rifthound (Hound_Riftstalker_Electric_01)",
"22070101": "Shadowy Husk: Standard Bearer (ForlornVessel_Strong_Warbanner_Fire_01)",
"22070102": "Shadowy Husk: Standard Bearer (ForlornVessel_Strong_Warbanner_Fire_02)",
"22070201": "Shadowy Husk: Line Breaker (ForlornVessel_Strong_Lance_Water_01)",
"22070202": "Shadowy Husk: Line Breaker (ForlornVessel_Strong_Lance_Water_02)",
"22070301": "Shadowy Husk: Defender (ForlornVessel_Strong_Chargebow_Ice_01)",
"22070302": "Shadowy Husk: Defender (ForlornVessel_Strong_Chargebow_Ice_02)",
"22080101": "Black Serpent Knight: Windcutter (Darkwraith_Strong_Wind_01)",
"22090101": "Darksign_Shadow_01",
"23010101": "Fatui Skirmisher - Cryogunner Legionnaire (Skirmisher_Male_Fat_SprayGun_Ice_01)",
"23010201": "Fatui Skirmisher - Hydrogunner Legionnaire (Skirmisher_Male_Fat_SprayGun_Water_01)",
"23010301": "Fatui Skirmisher - Electrohammer Vanguard (Skirmisher_Male_Strong_GreatHammer_Electric_01)",
"23010401": "Fatui Skirmisher - Geochanter Bracer (Skirmisher_Male_Standard_Staff_Rock_01)",
"23010501": "Fatui Skirmisher - Anemoboxer Vanguard (Skirmisher_Male_Strong_Gloves_Wind_01)",
"23010601": "Fatui Skirmisher - Pyroslinger Bracer (Skirmisher_Male_Standard_Rifle_Fire_01)",
"23020101": "Fatui Agent (Fatuus_Fire_01)",
"23020102": "Fatui Pyro Agent (Fatuus_Fire_01_AttackEnhance)",
"23030101": "Fatui Electro Cicin Mage (Fatuus_Summoner_01)",
"23030102": "Fatui Electro Cicin Mage (Fatuus_Summoner_01_AttackEnhance)",
"23040101": "Fatui Cryo Cicin Mage (Fatuus_Mage_Ice_01)",
"23040102": "Fatui Cryo Cicin Mage - Enhanced Attack (Fatuus_Mage_Ice_01_AttackEnhance)",
"23050101": "Fatui Mirror Maiden (Fatuus_Maiden_Water_01)",
"24010101": "Ruin Guard (Defender_None_01)",
"24010102": "Ruin Guard (Mechanicus) (Defender_None_01)",
"24010108": "Ruin Guard (Defender_None_08)",
"24010109": "Ruin Guard (Defender_None_09)",
"24010201": "Ruin Hunter (Formathr_None)",
"24010202": "Ruin Hunter (Mechanicus) (Formathr_None)",
"24010301": "Ruin Grader (Konungmathr_None)",
"24010302": "Ruin Grader (Mechanicus) (Konungmathr_None)",
"24010303": "Ruin Grader (Mining Version) (Konungmathr_None_Dig)",
"24010304": "Ruin Grader (Konungmathr_None_WQ)",
"24020101": "Ruin Cruiser (Apparatus_Enigma_BionicDrone)",
"24020102": "Ruin Cruiser (Weakened) (Apparatus_Enigma_BionicDrone)",
"24020103": "Ruin Cruiser (Enhanced) (Apparatus_Enigma_BionicDrone)",
"24020201": "Ruin Destroyer (Apparatus_Enigma_BionicFlora)",
"24020202": "Ruin Destroyer (Weakened) (Apparatus_Enigma_BionicFlora)",
"24020203": "Ruin Destroyer (Enhanced) (Apparatus_Enigma_BionicFlora)",
"24020301": "Ruin Defender (Apparatus_Enigma_BionicInsecta)",
"24020302": "Ruin Defender (Weakened) (Apparatus_Enigma_BionicInsecta)",
"24020303": "Ruin Defender (Enhanced) (Apparatus_Enigma_BionicInsecta)",
"24020304": "Ruin Defender (Apparatus_Enigma_BionicInsecta_Karkata)",
"24020401": "Ruin Scout (Apparatus_Enigma_BionicNettler)",
"24020402": "Ruin Scout (Weakened) (Apparatus_Enigma_BionicNettler)",
"24020403": "Ruin Scout (Enhanced) (Apparatus_Enigma_BionicNettler)",
"24030101": "Ruin Drake: Skywatch (Gargoyle_Airborne_01)",
"24030201": "Ruin Drake: Earthguard (Gargoyle_Ground_01)",
"24040101": "Primal Construct: Repulsor (Monolith_Ordinator_01)",
"24040201": "Primal Construct: Reshaper (Monolith_Ordinator_02)",
"24040301": "Primal Construct: Prospector (Monolith_Ordinator_03)",
"24990101": "Monster_Alternate_01",
"25010101": "Liuliu (Thoarder_Male_NoWeapon_01)",
"25010102": "Mystery Man (Thoarder_Male_Standard_NoWeapon_01_02)",
"25010103": "Treasure Hoarders: Liuliu (Thoarder_Male_Standard_NoWeapon_01_03)",
"25010104": "Treasure Hoarders: Liuliu (Thoarder_Male_Standard_NoWeapon_01_04)",
"25010105": "Treasure Hoarders: Liuliu (Thoarder_Male_Slippie_01)",
"25010106": "Treasure Hoarders: Liuliu (Thoarder_Male_Slippie_01)",
"25010201": "Treasure Hoarder Scout (Thoarder_Male_Standard_NoWeapon_02)",
"25010203": "Treasure Hoarders: Scout (Thoarder_Male_Standard_NoWeapon_02_03)",
"25010204": "Treasure Hoarders: Scout (Thoarder_Male_Standard_NoWeapon_02_04)",
"25010205": "Treasure Hoarders: Scout (Thoarder_Male_Standard_NoWeapon_02_05)",
"25010206": "Treasure Hoarders: Scout (Thoarder_Male_Standard_NoWeapon_02_06)",
"25010207": "Treasure Hoarders: Scout (Thoarder_Male_Standard_NoWeapon_02_07)",
"25010208": "Treasure Hoarders: Scout (Thoarder_Male_Standard_NoWeapon_02_08)",
"25010209": "Thoarder_Male_Standard_NoWeapon_02_09",
"25010210": "Thoarder_Male_Standard_NoWeapon_02_10",
"25010211": "Thoarder_Male_Standard_NoWeapon_02_11",
"25010301": "Treasure Hoarders: Pyro Potioneer (Thoarder_Male_Standard_NoWeapon_Fire_01)",
"25010302": "Treasure Hoarders: Pyro Potioneer (Thoarder_Male_Standard_NoWeapon_Fire_01)",
"25010401": "Treasure Hoarders: Hydro Potioneer (Thoarder_Male_Standard_NoWeapon_Water_01)",
"25010501": "Treasure Hoarders: Electro Potioneer (Thoarder_Male_Standard_NoWeapon_Electric_01)",
"25010601": "Treasure Hoarders: Cryo Potioneer (Thoarder_Male_Standard_NoWeapon_Ice_01)",
"25010701": "Treasure Hoarders: Handyman (Thoarder_Male_Fat_NoWeapon_01)",
"25020101": "Raptor (Thoarder_Male_Crossbow_01)",
"25020102": "Treasure Hoarders: Raptor (Thoarder_Male_Crossbow_01_02)",
"25020201": "Treasure Hoarder Marksman (Thoarder_Male_Standard_Crossbow_02)",
"25020204": "Treasure Hoarders: Marksman (Thoarder_Male_Standard_Crossbow_02_03)",
"25030101": "Carmen (Thoarder_Male_Shovel_01)",
"25030102": "Treasure Hoarders: Carmen (Thoarder_Male_Fat_Shovel_01)",
"25030103": "Treasure Hoarders: Carmen (Thoarder_Male_Fat_Shovel_01)",
"25030201": "Treasure Hoarder Gravedigger (Thoarder_Male_Fat_Shovel_03)",
"25030301": "Treasure Hoarder Oarsman (Thoarder_Male_Fat_Shovel_02)",
"25040101": "Boss (Thoarder_Female_Hatchet_01)",
"25040102": "Treasure Hoarders: Boss (Thoarder_Female_Hatchet_02)",
"25040103": "Treasure Hoarders: Boss (Thoarder_Female_Hatchet_02)",
"25050101": "Millelith Soldier (Millelith_Male_01)",
"25050201": "Millelith Sergeant (Millelith_Male_02)",
"25050301": "Shogunate Infantry (Aahigaru_Male_01)",
"25050401": "Shogunate Infantry Captain (AahigaruTaisho_Male_01)",
"25050402": "Shogunate Infantry Captain (AahigaruTaisho_Male_01_02)",
"25050501": "Sangonomiya Cohort (Aahigaru_Male_02)",
"25050502": "Sangonomiya Cohort (Aahigaru_Male_02_02)",
"25050503": "Sangonomiya Cohort (Aahigaru_Male_03)",
"25060101": "Treasure Hoarders: Pugilist (Thoarder_MuscleMan_NoWeapon_01)",
"25060102": "Treasure Hoarders: Pugilist (Thoarder_MuscleMan_NoWeapon_01_02)",
"25070101": "Treasure Hoarders: Crusher (Thoarder_MuscleMan_Hammer_01)",
"25070201": "Treasure Hoarders: Wallenstein (Thoarder_MuscleMan_Hammer_02)",
"25070202": "Treasure Hoarders: Wallenstein (Thoarder_MuscleMan_Hammer_02)",
"25080101": "Ronin (Samurai_Ronin_01)",
"25080201": "Ronin: Sanzoku (Samurai_Ronin_02)",
"25080202": "Nobushi: Hitsukeban (Samurai_Ronin_04)",
"25080301": "Ronin: Anbu (Samurai_Ronin_03)",
"25080401": "Shogunate Samurai (Samurai_Hatamoto_01)",
"25080402": "Yoriki Samurai (Samurai_Hatamoto_02)",
"25080403": "Yoriki Samurai (Samurai_Hatamoto_03)",
"25080404": "Yoriki Samurai (Samurai_Hatamoto_03)",
"25080405": "Yoriki Samurai (Samurai_Hatamoto_04)",
"25100101": "Electro Kairagi (Samurai_Kairagi_01)",
"25100102": "Kairagi: Dancing Thunder (Samurai_Kairagi_05)",
"25100201": "Pyro Kairagi (Samurai_Kairagi_02)",
"25100202": "Kairagi: Fiery Might (Samurai_Kairagi_07)",
"25100301": "Thunderwraith Kairagi (Samurai_Kairagi_03)",
"25100302": "Ochimusha: Ensorcelled Thunder (Samurai_Kairagi_06)",
"25100401": "Flameghoul Kairagi (Samurai_Kairagi_04)",
"25110101": "Spirit of Omen: Stone Drake (Gator_Eremite_Rock_01)",
"25110102": "Spirit of Omen: Stone Drake (Gator_Eremite_Rock_02)",
"25110201": "Spirit of Omen: Wind Glede (Vulture_Eremite_Wind_01)",
"25110202": "Spirit of Omen: Wind Glede (Vulture_Eremite_Wind_02)",
"25110301": "Spirit of Omen: Pyro Scorpion (Scorpion_Eremite_Fire_01)",
"25110401": "Spirit of Omen: Dendro Spirit-Serpent (Chrysopelea_Eremite_Grass_01)",
"25210101": "Eremite Axe Vanguard (Eremite_Female_Hatchet_01)",
"25210102": "Eremite Axe Vanguard (Eremite_Female_Hatchet_02)",
"25210103": "Eremite Axe Vanguard (Eremite_Female_Hatchet_03)",
"25210104": "EremiteElite_Female_Hatchet_01",
"25210105": "EremiteElite_Female_Hatchet_02",
"25210106": "EremiteElite_Female_Hatchet_03",
"25210107": "Eremite Axe Vanguard (Eremite_Female_Hatchet_04)",
"25210108": "Eremite_Female_Hatchet_05",
"25210109": "NPC_Quest_Female_Standard_Nailan_20933",
"25210201": "Eremite Crossbow (Eremite_Male_Standard_Crossbow_01)",
"25210202": "Eremite Crossbow (Eremite_Male_Standard_Crossbow_02)",
"25210203": "Eremite Crossbow (Eremite_Male_Standard_Crossbow_03)",
"25210204": "EremiteElite_Male_Standard_Crossbow_01",
"25210205": "EremiteElite_Male_Standard_Crossbow_02",
"25210206": "EremiteElite_Male_Standard_Crossbow_03",
"25210207": "Eremite Crossbow (Eremite_Male_Standard_Crossbow_04)",
"25210208": "NPC_Quest_Male_Standard_Eremite_01",
"25210209": "NPC_Quest_Male_Standard_Eremite_02",
"25210210": "NPC_Sumeru_Male_Standard_Aderfi_4293",
"25210211": "NPC_Quest_Male_Standard_Assassin02_20940",
"25210301": "Eremite Ravenbeak Halberdier (Eremite_Male_Standard_Pole_01)",
"25210302": "Eremite Ravenbeak Halberdier (Eremite_Male_Standard_Pole_02)",
"25210303": "Eremite Ravenbeak Halberdier (Eremite_Male_Standard_Pole_03)",
"25210304": "EremiteElite_Male_Standard_Pole_01",
"25210305": "EremiteElite_Male_Standard_Pole_02",
"25210306": "EremiteElite_Male_Standard_Pole_03",
"25210307": "Eremite_Male_Standard_Pole_01",
"25210308": "NPC_Sumeru_Male_Standard_Warden03_4298",
"25210309": "NPC_Sumeru_Male_Standard_Warden04_4299",
"25210401": "Eremite Linebreaker (Eremite_MuscleMan_Gloves_01)",
"25210402": "Eremite Linebreaker (Eremite_MuscleMan_Gloves_02)",
"25210403": "Eremite Linebreaker (Eremite_MuscleMan_Gloves_03)",
"25210404": "EremiteElite_MuscleMan_Gloves_01",
"25210405": "EremiteElite_MuscleMan_Gloves_02",
"25210406": "EremiteElite_MuscleMan_Gloves_03",
"25210407": "NPC_Quest_MuscleMan_Standard_Eremite_01",
"25210408": "NPC_Quest_MuscleMan_Standard_Assassin01_20913",
"25210501": "Eremite Sword-Dancer (Eremite_MuscleMan_Simitar_01)",
"25210502": "Eremite Sword-Dancer (Eremite_MuscleMan_Simitar_02)",
"25210503": "Eremite Sword-Dancer (Eremite_MuscleMan_Simitar_03)",
"25210504": "EremiteElite_MuscleMan_Simitar_01",
"25210505": "EremiteElite_MuscleMan_Simitar_02",
"25210506": "EremiteElite_MuscleMan_Simitar_03",
"25210507": "Eremite_MuscleMan_Simitar_04",
"25210508": "NPC_Sumeru_MuscleMan_Standard_Yuften_4294",
"25210601": "Eremite_Male_Standard_NoWeapon_01",
"25210602": "Eremite_Male_Standard_NoWeapon_02",
"25310101": "Eremite Desert Clearwater (Eremite_Female_Slim_PushDagger_01)",
"25310102": "Eremite_Female_Slim_PushDagger_02",
"25310201": "Eremite Sunfrost (Eremite_Male_Standard_Glaive_01)",
"25310202": "Eremite_Male_Standard_Glaive_02",
"25310301": "Eremite Daythunder (Eremite_Male_Standard_Polearm_01)",
"25410101": "Eremite Stone Enchanter (Eremite_Male_Strong_Katar_01)",
"25410102": "Eremite_Male_Strong_Katar_02",
"25410103": "Eremite_Male_Strong_Katar_03",
"25410201": "Eremite Galehunter (Eremite_Female_Standard_Longbow_01)",
"25410202": "Eremite_Female_Standard_Longbow_02",
"25410301": "Eremite Scorching Loremaster (Eremite_Female_Standard_Oracle_01)",
"25410302": "Eremite_Female_Standard_Oracle_02",
"25410303": "Eremite_Female_Standard_Oracle_03",
"25410401": "Eremite Floral Ring-Dancer (Eremite_Female_Standard_Dancer_01)",
"26010101": "Cryo Whopperflower (Mimik_Ice)",
"26010102": "Cryo Whopperflower (Dragonspine Event) (Mimik_Ice_Activity)",
"26010201": "Pyro Whopperflower (Mimik_Fire)",
"26010301": "Electro Whopperflower (Mimik_Electric)",
"26030101": "Geovishap Hatchling (Wyrm_Rock)",
"26040101": "Geovishap: Hydro (Drake_Rock_01_Water)",
"26040102": "Geovishap: Pyro (Drake_Rock_01_Fire)",
"26040103": "Geovishap: Cryo (Drake_Rock_01_Ice)",
"26040104": "Geovishap: Electro (Drake_Rock_01_Elec)",
"26040105": "Geovishap: Hydro (Mechanicus) (Drake_Rock_01_Water)",
"26050601": "Primordial Bathysmal Vishap (Drake_DeepSea_Water_01)",
"26050901": "Primordial Bathysmal Vishap (Drake_DeepSea_Water_02)",
"26051001": "Rimebiter Bathysmal Vishap (Drake_Deepsea_Ice_02)",
"26051101": "Bolteater Bathysmal Vishap (Drake_Deepsea_Electric_02)",
"26060101": "Electro Cicin (Cicin_Thunder_01)",
"26060201": "Hydro Cicin (Cicin_Water_01)",
"26060301": "Cryo Cicin (Cicin_Ice_01)",
"26090101": "Floating Hydro Fungus (Fungus_Un_Gamma_Water_01)",
"26090190": "Floating Hydro Fungus (Fungus_Un_Gamma_Water_Enemy)",
"26090191": "Floating Hydro Fungus (Fungus_Un_Gamma_Water_01_Capture)",
"26090201": "Floating Dendro Fungus (Fungus_Un_Delta_Grass_01)",
"26090202": "Floating Dendro Fungus (Fungus_Un_Delta_Grass_01_02)",
"26090290": "Floating Dendro Fungus (Fungus_Un_Delta_Grass_Enemy)",
"26090291": "Floating Dendro Fungus (Fungus_Un_Delta_Grass_01_Capture)",
"26090301": "Floating Anemo Fungus (Fungus_Un_Delta_Wind_01)",
"26090390": "Floating Anemo Fungus (Fungus_Un_Delta_Wind_Enemy)",
"26090391": "Floating Anemo Fungus (Fungus_Un_Delta_Wind_01_Capture)",
"26090401": "Whirling Electro Fungus (Fungus_Trois_Epsilon_Electric_01)",
"26090490": "Whirling Electro Fungus (Fungus_Trois_Epsilon_Electric_Enemy)",
"26090491": "Whirling Electro Fungus (Fungus_Trois_Epsilon_Electric_01_Capture)",
"26090501": "Whirling Cryo Fungus (Fungus_Trois_Alpha_Ice_01)",
"26090590": "Whirling Cryo Fungus (Fungus_Trois_Alpha_Ice_Enemy)",
"26090591": "Whirling Cryo Fungus (Fungus_Trois_Alpha_Ice_01_Capture)",
"26090601": "Whirling Pyro Fungus (Fungus_Trois_Gamma_Fire_01)",
"26090690": "Whirling Pyro Fungus (Fungus_Trois_Gamma_Fire_Enemy)",
"26090691": "Whirling Pyro Fungus (Fungus_Trois_Gamma_Fire_01_Capture)",
"26090701": "Stretchy Pyro Fungus (Fungus_Deux_Alpha_Fire_01)",
"26090790": "Stretchy Pyro Fungus (Fungus_Deux_Alpha_Fire_Enemy)",
"26090791": "Stretchy Pyro Fungus (Fungus_Deux_Alpha_Fire_01_Capture)",
"26090801": "Stretchy Anemo Fungus (Fungus_Deux_Epsilon_Wind_01)",
"26090890": "Stretchy Anemo Fungus (Fungus_Deux_Epsilon_Wind_Enemy)",
"26090891": "Stretchy Anemo Fungus (Fungus_Deux_Epsilon_Wind_01_Capture)",
"26090901": "Stretchy Geo Fungus (Fungus_Deux_Beta_Rock_01)",
"26090990": "Stretchy Geo Fungus (Fungus_Deux_Beta_Rock_Enemy)",
"26090991": "Stretchy Geo Fungus (Fungus_Deux_Beta_Rock_01_Capture)",
"26091001": "Stretchy Electro Fungus (Fungus_Deux_Delta_Electric_01)",
"26091090": "Stretchy Electro Fungus (Fungus_Deux_Delta_Electric_Enemy)",
"26091091": "Stretchy Electro Fungus (Fungus_Deux_Delta_Electric_01_Capture)",
"26100301": "Consecrated Red Vulture (Vulture_Sacred_Fire_01)",
"26100401": "Consecrated Scorpion (Scorpion_Sacred_Electric_01)",
"26100501": "Consecrated Flying Serpent (Chrysopelea_Sacred_Wind_01)",
"26120101": "Winged Dendroshroom (Fungus_Amanita_Unu_Anudatta_Grass_01)",
"26120201": "Winged Cryoshroom (Fungus_Amanita_Unu_Svarita_Ices_01)",
"26120301": "Grounded Hydroshroom (Fungus_Amanita_Du_Anudatta_Water_01)",
"26120401": "Grounded Geoshroom (Fungus_Amanita_Du_Udatta_Rock_01)",
"28020101": "Snow Fox (Fox_01)",
"28020102": "Crimson Fox (Fox_02)",
"28020103": "Gifting Snow Fox (Fox_03)",
"28020104": "Super-Gifting Snow Fox (Fox_04)",
"28020105": "Fox_01",
"28020106": "Fox_02",
"28020107": "Fox_02",
"28020108": "Fox_01_03",
"28020201": "Squirrel (Squirrel_01)",
"28020301": "Forest Boar (Boar_01)",
"28020302": "Forest Piglet (Boar_02)",
"28020303": "Snowboar (Boar_03)",
"28020304": "Great Snowboar King (Boar_04)",
"28020305": "Frozen Snowboar (Boar_05)",
"28020306": "Boar_06",
"28020307": "Boar_01",
"28020308": "Boar_05",
"28020309": "Boar_09",
"28020310": "Boar_02_Hunt",
"28020311": "Boar_01_Hunt",
"28020312": "Boar_03_Hunt",
"28020313": "Boar_Grass",
"28020314": "Boar_Grass_Small",
"28020315": "Boar_09",
"28020401": "Northland Hound (DogPrick_01)",
"28020402": "Forest-Patrol Hound (DogPrick_02)",
"28020403": "Shiba (DogPrick_03)",
"28020404": "Black-Back Hound (DogPrick_04)",
"28020405": "Shiba (DogPrick_05)",
"28020406": "Northland Hound (Dog Event Special, Extended LoS Range) (DogPrick_01_02)",
"28020407": "DogPrick_01",
"28020408": "DogPrick_02",
"28020409": "DogPrick_03",
"28020410": "DogPrick_04",
"28020501": "Sapphire (Cat_01)",
"28020502": "Jade-Eyed Cat (Cat_02)",
"28020503": "Gray Snow Cat (Cat_03)",
"28020504": "Northland Cat (Cat_04)",
"28020505": "Tiger-Striped Cat (Cat_05)",
"28020506": "Sheriff Cat (Cat_06)",
"28020507": "Black Cat (Cat_07)",
"28020508": "Sapphire (Cat_01_02)",
"28020509": "Gray Snow Cat (Dog Event Special, Extended LoS Range) (Cat_03_02)",
"28020510": "Cat_02",
"28020511": "Cat_03",
"28020512": "Cat_04",
"28020513": "Cat_05",
"28020601": "Snow Weasel (Marten_01)",
"28020602": "Red-Tailed Weasel (Marten_02)",
"28020603": "Boot Weasel (Marten_03)",
"28020604": "Masked Weasel (Marten_04)",
"28020605": "Marten_05",
"28020701": "Kitsune (Vulpes_01)",
"28020702": "Kitsune (Dog Event Special, Extended LoS Range) (Vulpes_01_02)",
"28020801": "Bake-Danuki (Inu_Tanuki_01)",
"28020802": "Inu_Tanuki_02",
"28020803": "Inu_Tanuki_03",
"28020901": "Samurai Dog (Patrol) (Inu_Shihandai_01)",
"28020902": "Samurai Dog (Combat) (Inu_Shihandai_02)",
"28020903": "Inu_Shihandai_03",
"28020904": "Inu_Shihandai_04",
"28030101": "Azure Crane (Crane_01)",
"28030102": "Violet Ibis (Crane_02)",
"28030103": "Crane_01",
"28030104": "Crane_01_Lbis",
"28030201": "Brownwing Falcon (Falcon_01)",
"28030202": "Umbertail Falcon (Falcon_02)",
"28030203": "Lapis Glede (Falcon_03)",
"28030204": "Silkwhite Falcon (Falcon_04)",
"28030301": "White Pigeon (Pigeon_01)",
"28030302": "Brightcrown Pigeon (Pigeon_02)",
"28030303": "Graywing Pigeon (Pigeon_03)",
"28030304": "Crimsonflank Pigeon (Pigeon_04)",
"28030305": "Black King Pigeon (Pigeon_05)",
"28030306": "Duck (Crow_01)",
"28030307": "White Pigeon (Pigeon_01)",
"28030308": "Brightcrown Pigeon (Pigeon_02)",
"28030309": "Graywing Pigeon (Pigeon_03)",
"28030310": "Crimsonflank Pigeon (Pigeon_04)",
"28030311": "Black King Pigeon (Pigeon_05)",
"28030312": "Pigeon_01",
"28030313": "Pigeon_Beak_01",
"28030314": "Crow_01",
"28030401": "Crimson Finch (Tit_01)",
"28030402": "Golden Finch (Tit_02)",
"28030403": "Snow Finch (Tit_03)",
"28030404": "Emerald Finch (Tit_04)",
"28030405": "Tit_06",
"28030406": "Tit_01",
"28030407": "Tit_02",
"28030408": "Tit_03",
"28030409": "Tit_04",
"28030501": "Scarletbeak Duck (Wigeon_01)",
"28030502": "Emerald Duck (Wigeon_02)",
"28030504": "Wigeon_01",
"28030505": "Wigeon_01",
"28040703": "Fishable_Ray_Stellamarisidae_02_01",
"28050201": "Amateur Weasel Thief (Thoarder_Weasel_01)",
"28050202": "Hoarder Weasel Thief (Thoarder_Weasel_02)",
"28050203": "Golden Weasel Thief (Thoarder_Weasel_03)",
"28050204": "Thoarder_Weasel_01",
"28050211": "Amateur Weasel Thief (Thoarder_Weasel_01)",
"28050212": "Hoarder Weasel Thief (Thoarder_Weasel_02)",
"28050213": "Golden Weasel Thief (Thoarder_Weasel_03)",
"28050221": "Thoarder_Weasel_01",
"28050222": "Thoarder_Weasel_02",
"28050223": "Thoarder_Weasel_03",
"28050501": "Electrohercules_01",
"28050502": "Electrohercules_02",
"28050503": "Electrohercules_03",
"28050504": "Electrohercules_04",
"28050505": "Electrohercules_05",
"28050506": "Electrohercules_06",
"28060101": "Gator_01",
"28060102": "Gator_Strong_01",
"28060103": "Gator_01",
"28060201": "Panther_01",
"28060202": "Panther_Strong_01",
"28060203": "Panther_01",
"28060301": "Vulture_01",
"28060302": "Vulture_01",
"28060401": "Scorpion_01",
"28060402": "Scorpion_01",
"28060501": "Megamoth_Desert_01",
"28060502": "Megamoth_Desert_02",
"28060503": "Megamoth_Desert_03",
"28060504": "Megamoth_Desert_01",
"28060505": "Megamoth_Desert_02",
"28060506": "Megamoth_Desert_03",
"28060509": "Megamoth_Desert_04",
"28060510": "Megamoth_Desert_05",
"28060511": "Megamoth_Desert_06",
"28060512": "Megamoth_Desert_07",
"28060513": "Megamoth_Desert_08",
"28060601": "Megamoth_Jungle_01",
"28060602": "Megamoth_Jungle_02",
"28060603": "Megamoth_Jungle_03",
"28060604": "Megamoth_Jungle_01",
"28060605": "Megamoth_Jungle_02",
"28060606": "Megamoth_Jungle_03",
"28060609": "Megamoth_Jungle_Strong_01",
"28060610": "Megamoth_Jungle_04",
"28060611": "Megamoth_Jungle_05",
"28060612": "Megamoth_Jungle_06",
"28060613": "Megamoth_Jungle_07",
"28060614": "Megamoth_Jungle_08",
"28060701": "Megamoth_Desert_04",
"28060801": "Megamoth_Desert_05",
"28060901": "Megamoth_Desert_06",
"28061001": "Megamoth_Desert_07",
"28061002": "Megamoth_Desert_08",
"28061101": "Megamoth_Jungle_04",
"28061201": "Megamoth_Jungle_05",
"28061301": "Megamoth_Jungle_06",
"28061401": "Megamoth_Jungle_07",
"28061402": "Megamoth_Jungle_08",
"28061501": "Chrysopelea_01",
"28061502": "Chrysopelea_01",
"28210101": "Domestic Golden Crab (Homeworld_Crab_01)",
"28210102": "Domestic Sun Crab (Homeworld_Crab_02)",
"28210103": "Domestic Ocean Crab (Homeworld_Crab_03)",
"28210104": "Domestic General Crab (Homeworld_Crab_04)",
"28210105": "Domestic Pale Red Crab (Homeworld_Crab_05)",
"28210201": "Domestic Blue Horned Lizard (Homeworld_Lizard_01)",
"28210202": "Domestic Red Horned Lizard (Homeworld_Lizard_02)",
"28210203": "Domestic Green Horned Lizard (Homeworld_Lizard_03)",
"28210204": "Domestic Sunset Loach (Homeworld_Salamander_01)",
"28210205": "Domestic Golden Loach (Homeworld_Salamander_02)",
"28210206": "Domestic Sunny Loach (Homeworld_Salamander_03)",
"28210207": "Domestic Marrow Lizard (Homeworld_Lizard_04)",
"28210208": "Homeworld_Lizard_05",
"28210301": "Domestic Frog (Homeworld_Frog_01)",
"28210302": "Domestic Mud Frog (Homeworld_Frog_02)",
"28210303": "Domestic Blue Frog (Homeworld_Frog_03)",
"28210304": "Homeworld_Frog_04",
"28210401": "Domestic Adorned Unagi (Homeworld_Eel_01)",
"28210402": "Homeworld_Eel_02",
"28210403": "Domestic Red-Finned Unagi (Homeworld_Eel_03)",
"28210404": "Homeworld_Eel_04",
"28220101": "Domestic Snow Fox (Homeworld_Fox_01)",
"28220102": "Domestic Crimson Fox (Homeworld_Fox_02)",
"28220108": "Homeworld_Fox_03",
"28220201": "Domestic Squirrel (Homeworld_Squirrel_01)",
"28220301": "Domestic Forest Boar (Homeworld_Boar_01)",
"28220303": "Domestic Snowboar (Homeworld_Boar_03)",
"28220313": "Homeworld_Boar_Grass",
"28220314": "Homeworld_Boar_Grass_Small",
"28220401": "Domestic Northland Hound (Homeworld_DogPrick_01)",
"28220402": "Domestic Forest-Patrol Hound (Homeworld_DogPrick_02)",
"28220403": "Domestic Shiba (Homeworld_DogPrick_03)",
"28220404": "Domestic Black-Back Hound (Homeworld_DogPrick_04)",
"28220501": "Domestic Sapphire (Homeworld_Cat_01)",
"28220502": "Domestic Jade-Eyed Cat (Homeworld_Cat_02)",
"28220503": "Domestic Gray Snow Cat (Homeworld_Cat_03)",
"28220504": "Domestic Northland Cat (Homeworld_Cat_04)",
"28220505": "Domestic Tiger-Striped Cat (Homeworld_Cat_05)",
"28220506": "Domestic Sheriff Cat (Homeworld_Cat_06)",
"28220601": "Domestic Snow Weasel (Homeworld_Marten_01)",
"28220602": "Domestic Red-Tailed Weasel (Homeworld_Marten_02)",
"28220603": "Domestic Boot Weasel (Homeworld_Marten_03)",
"28220604": "Homeworld_Marten_04",
"28220605": "Homeworld_Marten_05",
"28220701": "Domestic Kitsune (Homeworld_Vulpes_01)",
"28220901": "Domestic Samurai Dog (Homeworld_Inu_Shihandai_01)",
"28230101": "Domestic Azure Crane (Homeworld_Crane_01)",
"28230102": "Domestic Violet Ibis (Homeworld_Crane_02)",
"28230104": "Homeworld_Crane_01_Lbis",
"28230301": "Domestic White Pigeon (Homeworld_Pigeon_01)",
"28230302": "Domestic Brightcrown Pigeon (Homeworld_Pigeon_02)",
"28230303": "Domestic Graywing Pigeon (Homeworld_Pigeon_03)",
"28230304": "Domestic Crimsonflank Pigeon (Homeworld_Pigeon_04)",
"28230305": "Domestic Black King Pigeon (Homeworld_Pigeon_05)",
"28230306": "Domestic Crow (Homeworld_Crow_01)",
"28230313": "Homeworld_Pigeon_Beak_01",
"28230401": "Domestic Crimson Finch (Homeworld_Tit_01)",
"28230402": "Domestic Golden Finch (Homeworld_Tit_02)",
"28230403": "Domestic Snow Finch (Homeworld_Tit_03)",
"28230404": "Domestic Emerald Finch (Homeworld_Tit_04)",
"28240201": "Domestic Medaka (Homeworld_Fishable_Maritime_Heliobatis_01)",
"28240202": "Domestic Glaze Medaka (Homeworld_Fishable_Maritime_Heliobatis_02)",
"28240203": "Domestic Sweet-Flower Medaka (Homeworld_Fishable_Maritime_Heliobatis_03)",
"28240204": "Domestic Aizen Medaka (Homeworld_Fishable_Maritime_Heliobatis_04)",
"28240205": "Domestic Dawncatcher (Homeworld_Fishable_Maritime_Heliobatis_05)",
"28240206": "Domestic Crystalfish (Homeworld_Fishable_Maritime_Heliobatis_06)",
"28240301": "Domestic Lunged Stickleback (Homeworld_Fishable_Maritime_Aspidorhynchus_01)",
"28240302": "Domestic Betta (Homeworld_Fishable_Maritime_Aspidorhynchus_02)",
"28240303": "Domestic Venomspine Fish (Homeworld_Fishable_Maritime_Aspidorhynchus_03)",
"28240304": "Domestic Akai Maou (Homeworld_Fishable_Maritime_Aspidorhynchus_04)",
"28240305": "Domestic Snowstrider (Homeworld_Fishable_Maritime_Aspidorhynchus_05)",
"28240401": "Domestic Golden Koi (Homeworld_Fishable_Maritime_Cheirolepis_01)",
"28240402": "Domestic Rusty Koi (Homeworld_Fishable_Maritime_Cheirolepis_02)",
"28240501": "Domestic Brown Shirakodai (Homeworld_Fishable_Maritime_Doryaspis_01)",
"28240502": "Domestic Purple Shirakodai (Homeworld_Fishable_Maritime_Doryaspis_02)",
"28240503": "Domestic Tea-Colored Shirakodai (Homeworld_Fishable_Maritime_Doryaspis_03)",
"28240504": "Domestic Abiding Angelfish (Homeworld_Fishable_Maritime_Doryaspis_04)",
"28240505": "Domestic Raimei Angelfish (Homeworld_Fishable_Maritime_Doryaspis_05)",
"28240506": "Domestic Moonfin (Homeworld_Fishable_Maritime_Doryaspis_06)",
"28240601": "Domestic Pufferfish (Homeworld_Fishable_Maritime_Namazu_01)",
"28240602": "Domestic Bitter Pufferfish (Homeworld_Fishable_Maritime_Namazu_02)",
"28240701": "Homeworld_Fishable_Ray_Stellamarisidae_01_02",
"28240702": "Homeworld_Fishable_Ray_Stellamarisidae_01_03",
"28240801": "Homeworld_Fishable_Maritime_Batdiodan_01",
"28240802": "Homeworld_Fishable_Maritime_Batdiodan_02",
"28240803": "Homeworld_Fishable_Maritime_Batdiodan_03",
"28240804": "Homeworld_Fishable_Maritime_Batdiodan_04",
"28240901": "Homeworld_Fishable_Maritime_Apsva_01",
"28240902": "Homeworld_Fishable_Maritime_Apsva_02",
"28250101": "Domestic Anemo Crystalfly (Homeworld_Wisp_Wind_01)",
"28250102": "Domestic Geo Crystalfly (Homeworld_Wisp_Rock_01)",
"28250103": "Domestic Cryo Crystalfly (Homeworld_Wisp_Ice_01)",
"28250104": "Domestic Electro Crystalfly (Homeworld_Wisp_Electric_01)",
"28250105": "Homeworld_Wisp_Tokoyo_01",
"28250106": "Homeworld_Wisp_Grass_01",
"28250301": "Homeworld_Boltbug_Lightbug_01",
"28250401": "Homeworld_Boltbug_Scarab_01"
},
"MONSTER_BOSS": {
"20040101": "Electro Hypostasis",
"20040102": "Electro Hypostasis (Event)",
"20040201": "Anemo Hypostasis",
"20040202": "Anemo Hypostasis (Event)",
"20040301": "Geo Hypostasis",
"20040302": "Geo Hypostasis (Event)",
"20040401": "Hydro Hypostasis",
"20040402": "Effigy_Water_02",
"20040501": "Cryo Hypostasis",
"20040502": "Effigy_Ice_01",
"20040601": "Pyro Hypostasis",
"20040602": "Effigy_Fire_02",
"20040701": "Effigy_Grass_01",
"20040702": "Effigy_Grass_02",
"20050101": "Oceanid",
"20050102": "Oceanid (Main Body)",
"20070101": "Thunder Manifestation",
"22060101": "Golden Wolflord",
"24010401": "Ruin Serpent",
"24021101": "Perpetual Mechanical Array",
"24021102": "Perpetual Mechanical Array (Inazuma Event-Only)",
"24030301": "Aeonblight Drake",
"24050101": "Algorithm of Semi-Intransient Matrix of Overseer Network",
"25090101": "Marionette General",
"25090102": "Marionette General: Wind Bunshin",
"25090103": "Marionette General: Ice Bunshin",
"25090104": "Marionette General: Masked Bunshin",
"25090105": "Maguu Kenki (Samurai_Ningyo_05)",
"25090201": "Marionette General: Wind Bunshin (With Icon)",
"25090301": "Marionette General: Ice Bunshin (With Icon)",
"25090401": "Marionette General: Masked Bunshin (With Icon)",
"26010103": "Giant Cryo Whopperflower (2.3 Dragonspine Event)",
"26010104": "Giant Cryo Whopperflower (2.3 Dragonspine Event)",
"26020101": "Cryo Regisvine",
"26020102": "Cryo Regisvine (Dragonspine Event)",
"26020201": "Pyro Regisvine",
"26020301": "Electro Regisvine",
"26050101": "Primo Geovishap: Hydro",
"26050201": "Primo Geovishap: Pyro",
"26050301": "Primo Geovishap: Cryo",
"26050401": "Primo Geovishap: Electro",
"26050501": "Primo Geovishap (Event)",
"26050701": "Rimebiter Bathysmal Vishap",
"26050702": "Rimebiter Bathysmal Vishap (Revival Ability)",
"26050801": "Bolteater Bathysmal Vishap",
"26050802": "Bolteater Bathysmal Vishap (Revival Ability)",
"26080101": "Beisht",
"26110101": "Jadeplume Terrorshroom",
"26130101": "Setekh Wenut (Sandworm)",
"29010101": "Stormterror",
"29010102": "Stormterror",
"29010103": "Stormterror",
"29010104": "Stormterror",
"29020101": "Boreas, Great Wolf King of the North",
"29020102": "Andrius, Dominator of Wolves",
"29030101": "Eleventh of the Fatui Harbingers - Tartaglia",
"29030102": "Delusion Unleashed - Childe",
"29030103": "Childe",
"29030104": "Eleventh of the Fatui Harbingers - Tartaglia",
"29030105": "Delusion Unleashed - Childe",
"29030106": "Childe",
"29040101": "Azhdaha",
"29040102": "Azhdaha",
"29040103": "Azhdaha",
"29040104": "Azhdaha",
"29040111": "Azhdaha",
"29050101": "Signora",
"29050102": "Crimson Witch of Embers",
"29050103": "Signora",
"29050104": "Crimson Witch of Embers",
"29060101": "Raiden Shogun",
"29060102": "Raiden Ei",
"29060201": "Magatsu Mitake Narukami no Mikoto",
"29060202": "Magatsu Mitake Narukami no Mikoto",
"29060203": "Magatsu Mitake Narukami no Mikoto",
"29070101": "Monster_Nada",
"29070102": "Monster_Nada",
"29070103": "Monster_Nada",
"29070104": "Shouki no Kami, the Prodigal (Monster_Nada)",
"29070105": "Shouki no Kami, the Prodigal (Monster_Nada)",
"29070106": "Monster_Nada"
},
"MONSTER_ENV_ANIMAL": {
"28010101": "Golden Crab",
"28010102": "Sun Crab",
"28010103": "Ocean Crab",
"28010104": "General Crab",
"28010105": "Pale Red Crab",
"28010106": "Crab",
"28010201": "Blue Horned Lizard",
"28010202": "Red Horned Lizard",
"28010203": "Green Horned Lizard",
"28010204": "Sunset Loach",
"28010205": "Golden Loach",
"28010206": "Sunny Loach",
"28010207": "Pith Lizard",
"28010208": "Red Tail Lizard",
"28010301": "Frog",
"28010302": "Mud Frog",
"28010303": "Blue Frog",
"28010304": "Forest Tree Frog",
"28010401": "Adorned Unagi",
"28010402": "Deep Sea Unagi",
"28010403": "Red-Finned Unagi",
"28010404": "Quicksand Unagi",
"28040101": "Black-Back Bass",
"28040102": "Blue-Fin Bass",
"28040103": "Golden Bass",
"28040104": "Black-Back Bass",
"28040105": "Black-Back Bass",
"28040106": "Blue-Fin Bass",
"28040107": "Golden Bass",
"28040108": "Black-Back Bass",
"28050101": "Anemo Crystalfly",
"28050102": "Geo Crystalfly",
"28050103": "Cryo Crystalfly",
"28050104": "Electro Crystalfly",
"28050105": "Coral Butterfly",
"28050106": "Dendro Crystalfly",
"28050301": "Lucklight Fly",
"28050401": "Scarab"
},
"MONSTER_FISH": {
"28040201": "Medaka",
"28040202": "Glaze Medaka",
"28040203": "Sweet-Flower Medaka",
"28040204": "Aizen Medaka",
"28040205": "Dawncatcher",
"28040206": "Crystalfish",
"28040301": "Lunged Stickleback",
"28040302": "Betta",
"28040303": "Venomspine Fish",
"28040304": "Akai Maou",
"28040305": "Snowstrider",
"28040401": "Golden Koi",
"28040402": "Rusty Koi",
"28040501": "Brown Shirakodai",
"28040502": "Purple Shirakodai",
"28040503": "Tea-Colored Shirakodai",
"28040504": "Abiding Angelfish",
"28040505": "Raimei Angelfish",
"28040506": "Moonfin",
"28040601": "Pufferfish",
"28040602": "Bitter Pufferfish",
"28040701": "Divda Ray",
"28040702": "Formalo Ray",
"28040801": "True Fruit Angler",
"28040802": "Peach of the Deep Waves",
"28040803": "Sandstorm Angler",
"28040804": "Sunset Cloud Angler",
"28040901": "Lazurite Axe Marlin",
"28040902": "Halcyon Jade Axe Marlin"
},
"MONSTER_PARTNER": {
"35210101": "Rana",
"35210102": "Rishboland Tiger",
"35210301": "NPC_Quest_Male_Standard_Soldier_12801",
"35210302": "NPC_Quest_Male_Standard_Soldier_12802",
"35210303": "NPC_Quest_Male_Standard_Soldier_12804",
"35210401": "NPC_Quest_MuscleMan_Standard_Soldier_12803",
"35210501": "Partner_Eremite_MuscleMan_Simitar_01",
"35310101": "Jeht",
"35310301": "Jebrael",
"35410101": "Partner_Eremite_Male_Strong_Katar_01",
"35410201": "Partner_Eremite_Female_Standard_Longbow_01",
"36090190": "Partner_Fumgus_Un_Gamma_Water",
"36090290": "Partner_Fumgus_Un_Delta_Grass",
"36090390": "Partner_Fumgus_Un_Delta_Wind",
"36090490": "Partner_Fumgus_Trois_Epsilon_Electric",
"36090590": "Partner_Fumgus_Trois_Alpha_Ice",
"36090690": "Partner_Fumgus_Trois_Gamma_Fire",
"36090790": "Partner_Fumgus_Deux_Alpha_Fire",
"36090890": "Partner_Fumgus_Deux_Epsilon_Wind",
"36090990": "Partner_Fumgus_Deux_Beta_Rock",
"36091090": "Partner_Fumgus_Deux_Delta_Electric",
"38050590": "Partner_Animal_Electrohercules_01"
}
}
================================================
FILE: src/i18n/data/en/questItem.json
================================================
{
"9340": "Talk to Swan",
"265564": "Find the treasure area indicated by the Illumiscreen",
"572868": "Try and convince the lovebirds to be quiet",
"982580": "Defeat the thing that suddenly appeared",
"1015772": "\"Awaken\" the seeds",
"1219332": "Descend into the well in Konda Village",
"2320220": "Go to the Kairagi camp",
"3274540": "Talk to Rudolf",
"3306692": "Talk to Zakariya",
"3756164": "Water the flowers",
"4332228": "Wait until the next day",
"4342308": "Talk to Gorou",
"4411716": "Return to camp with Araphala",
"4670732": "Reach the Mawtiyima Forest",
"4738863": "Ahoy! A Pirate’s Growth for Ye!",
"6284766": "Talk to Starsnatcher",
"6625105": "Look for traces of the adepti in Jueyunjian",
"7220332": "Go to the adeptus' abode and search for the blueprints",
"7705444": "Discuss with Paimon",
"8615975": "Ordinary Memorial",
"8960724": "Talk to the afterimage in front of the seal",
"9103135": "A Single Harmony for an Irreplaceable Soul",
"9112020": "Talk to Arapandu",
"9277164": "Report back to Neko",
"9443444": "Talk to Maruf",
"9920244": "Pass through the obstacles and reach the goal as quickly as possible",
"10022636": "Help Cloud Retainer complete the dish",
"10424956": "Talk to Paimon",
"10607292": "Talk to Hanachirusato",
"10720951": "Defeat the hilichurls",
"10909644": "Detect Aranara",
"11348943": "Go to Drunkard Gorge",
"11416556": "Go to The Emanant Skylight",
"12265428": "Go back to Heyu Tea House to confront Boyi",
"12570734": "Give the Iron Chunk to Toe",
"12635310": "Talk to Shitou",
"12897567": "Enter Amber Dungeon",
"13446596": "Enter the ruins",
"14059247": "Manly Jack's Manly Journey of Manliness",
"14312004": "Investigate the container at the center of the room",
"14335399": "Bantan Sango Case File: Recognition",
"14537132": "Talk to Ootomo",
"14762548": "Defeat the suspicious Fatui underling",
"14999516": "Talk to Zakariya",
"15190364": "Report the effects of the Smoldersleet Potions to Timaeus",
"15227600": "Find and collect three Wheat",
"16081903": "Room 2 - quest pin for obtaining key through combat",
"16230740": "Talk to Smiley Yanxiao",
"16379280": "Talk to Wyatt",
"17546172": "Go into the secret room",
"17558332": "Investigate the goods",
"17782420": "Look around",
"17918260": "Give the Almond Tofu to Yi Zhu",
"17974004": "Housekeeping Challenging: Plant-Watering",
"18527900": "Go to the village chief's house",
"18618028": "Rest until the following day (06:00 — 24:00)",
"18737543": "Project Baby",
"18797068": "Go back to the theater with Nilou",
"18873716": "Rendezvous with Kun Jun",
"18898974": "Lantern Rite Rewards",
"18946676": "Talk to Mamesuke and Shibasuke",
"19422708": "Go visit Smiley Yanxiao",
"19895400": "Hunt down the Abyss Order enemies",
"21437686": "Ask tavern patrons about the strongest fighter in Mondstadt",
"22173033": "Head to the ruin to search for fragments",
"23194676": "Give the serving of Delicious Radish Veggie Soup to Tommy",
"23739071": "Dual Evidence",
"24163655": "The Festering Fang",
"24200732": "Go back and find Chouji",
"24367524": "Talk to Tu",
"24884159": "Defeat the Abyss Order attackers",
"24948324": "Go to the Liyue Adventurers' Guild",
"25185012": "Initiate toy production once",
"25279452": "Apologize to Flora",
"25414732": "Talk to Vind",
"25664788": "Wait until the next day and go to the square (12:00 – 18:00)",
"25932660": "Ask Mona about the progress of her scrying",
"26121324": "Bring the ingredients you prepared back to Chongyun",
"26368015": "Ride the winds to defeat Dvalin",
"26500279": "Says He Who Seeks Stone",
"26717511": "Good as New",
"26918801": "Busy Adventurers' Guild",
"27424966": "Report back to Zhihua",
"27596172": "Leave Tenshukaku",
"27664143": "Brook the Carnivore",
"27871748": "Demonstrate how to use a wind glider to Anna",
"28234372": "Follow the archaeological team",
"28633652": "Wait until 09:00 – 11:00 the following day",
"28687767": "Fate of a Fighter",
"29339975": "Auction Games",
"29702212": "Speak to Albedo",
"29981780": "Talk to people at Yujing Terrace",
"30657844": "Talk to Taliesin",
"30850652": "Go to Wakukau Shoal",
"30888631": "Defeat the Abyss Order assailant",
"32270412": "Go to Feiyun Slope and follow Zhiyi",
"32467772": "Guess the third lantern riddle",
"33043292": "Examine the mysterious door in front of you",
"33116220": "Look for the next performer in the city",
"33502956": "Take the keepsakes to Wuwang Hill and give them to Hu Tao",
"33671484": "Defeat the Abyss creatures near Qi Nan",
"33934039": "Fungal Fracas",
"34172712": "Cook Sweet Madame",
"34250124": "Try to figure out what happened",
"35172692": "Go to Amenoma Smithy with Junkichi",
"35274748": "Talk to Aranakin",
"35865676": "Keep following the scent and looking for clues",
"36080348": "Find Anna",
"36335940": "Talk to Bennett",
"36614479": "Autonomous Mechanical Energy Source: Preface",
"37299964": "Say goodbye to Collei",
"37780434": "Ask Soraya about the saying of the nearby area",
"38767628": "Talk to the ronin who snatched away the goods",
"39159620": "Defeat the defiled spirits that emerged",
"39238316": "Figure out what the attendees are thinking",
"39379572": "Talk to the hilichurl",
"39479188": "Investigate the pot emitting the aroma",
"40381044": "Go to Kiminami Restaurant",
"40468396": "Place the beacons",
"41230964": "Defeat dark smoke 1",
"41944924": "Find the person following you",
"42063516": "Talk to Noelle",
"42192788": "Go to Komore Teahouse",
"42239732": "Talk to Blazing Heart",
"42247708": "Talk to Miyuki",
"42383764": "Talk to Ramsay",
"42599551": "Ceaseless Training",
"43110452": "Talk to Luka and enter the tavern",
"43754292": "Give the appropriate documents to Nervous An",
"43755588": "Follow Fujiwara Toshiko to the camp",
"44204380": "Give the letter to Bolai",
"44846148": "Search for Lyudochka",
"45373209": "Stairway to Wangshu",
"45873936": "Talk to Anthony",
"46408228": "Go to the repository to gather information",
"47883964": "Talk to Jifang",
"47980572": "Talk to Nahida again",
"48154510": "Pursuit I",
"48668524": "Leave with Neko",
"48726516": "Listen to the voices inside the room",
"48998644": "Follow the star to the destination",
"49019388": "Defeat the Fatui",
"49890116": "Talk to Iris",
"50630948": "Reach Mawtiyima",
"50695700": "Look for pieces of Miitoboru",
"51136684": "Talk to Eula",
"51780004": "Fend off the Treasure Hoarders",
"51803180": "Set off fireworks to distract the guards",
"53475836": "Go to Caravan Ribat",
"53815079": "Anna the Adventurer!",
"54969916": "Report back to Herbalist Gui",
"55039543": "Three Wishes",
"55979204": "Report back to Yun Jin",
"56189327": "In the Name of the Resistance",
"57185662": "Go to the place Xiangling mentioned",
"57308143": "A Little Raid",
"57674248": "Find the cat",
"58145412": "Mix Eula the specified drink",
"58206140": "Pick the Yajna Grass",
"58374612": "Defeat the Fungi",
"59521252": "Talk to Xavier",
"59750044": "Release all the Flames of the High Gate",
"60647852": "Go over what you know with Kazuha",
"60746233": "The Limitations of an Adventurer",
"61016108": "Go to the designated location",
"61063004": "Talk to Matsumoto",
"61436852": "Talk to Zhiqiong, who has woken up",
"62171940": "Rescue Yan'er",
"62175639": "The Gourmet Supremos: Extreme Cookery",
"62781796": "Find Dunyarzad",
"62844576": "Talk to Ella Musk",
"63723268": "Make Delicious Jueyun Chili Chicken",
"63763700": "Continue exploring",
"63792980": "Search for Barbara",
"65340380": "Go with Aranaga to look for the Yajna Grass",
"66147380": "Check on the wounded soldier",
"66183396": "Follow the familiar figure",
"66312846": "Go to Liyue Harbor",
"66364068": "Talk to Ruu at the designated location",
"66610988": "Talk to Kayabuki",
"67545052": "Talk to Paimon",
"68839220": "Head to the Jade Chamber",
"68980626": "Collect the treasure",
"69053188": "Activate the Pursina's Spike and close the Ley Line rupture",
"70895196": "Talk to Dainsleif",
"71074700": "Talk to the Forest Ranger",
"71335020": "Confirm your combat readiness",
"72291740": "Head towards Springvale and look for Schubert",
"72431063": "Set the Fallen Afloat",
"72438740": "Go back and report to Kaji",
"72716384": "Go to the second-floor terrace and look for Jean",
"72888866": "Collect the treasure",
"73067332": "Talk to Sayid",
"73246500": "Follow the mechanical crab and continue your search",
"73509892": "Talk to everyone",
"73698628": "Sail to where the treasure lies",
"73951502": "Talk to Paimon",
"76408060": "Talk to Ulman",
"76772428": "Talk to Paimon",
"77993304": "Talk to Jack",
"78370308": "Go to the Liyue Adventurers' Guild and talk to Katheryne",
"78914540": "Defeat your opponents",
"78963508": "Go to the seal's location at the bottom of the lake",
"79074780": "Head over to the designated area and take a picture",
"79238188": "Talk to Tighnari",
"79993708": "Continue the pursuit",
"81074372": "Activate the mechanism",
"81720207": "Wangshu Take-Away",
"82130783": "Windblume Research Report",
"82574828": "Turn the Vamadha",
"82722092": "Go to the campsite that has been occupied by Treasure Hoarders",
"83414836": "Talk to the crowd",
"83637340": "Retrieve the pest-repelling devices",
"84557308": "Drum along with Genta",
"84633916": "Talk to the people",
"85783620": "Follow the star to the destination",
"86352700": "Go to the Fatui stronghold",
"86516916": "Talk to the Treasure Hoarders",
"87290236": "Talk to Qingzhou",
"87926020": "Explore the area and find a way to activate the giant device",
"88982436": "Talk to Itto",
"89577838": "Ask Little Meng",
"90154033": "Adventure Rank Ascension 2",
"90694188": "Talk to Yoimiya",
"90868028": "Talk to Paimon",
"90943680": "Investigate all of the ruins",
"90983188": "Appraise the situation",
"91316878": "Ask Xiangling if she is satisfied with the ingredients",
"91867548": "Ask the villagers for more information",
"92742816": "Finish conversation",
"92942146": "Talk to Little Lulu",
"93046460": "Catch up with Mamesuke and Shibasuke",
"93595663": "Kano Nana's Healthy Diet",
"93788004": "Capture Fungi",
"94098380": "Teach Little Meng how to cook",
"94609284": "Return to the library and find Noelle",
"95105652": "Clear out the monsters near Qingce Village",
"95354700": "Go to the cave where the Barsam Flower is located",
"95975399": "Festival Afterword",
"96456388": "Investigate the Prayer Rack",
"96564388": "Find Haniyyah using Elemental Sight",
"97107276": "Talk to Paimon",
"97798436": "Give the Henna Berries to Zakariya",
"97835636": "Talk to Effendi",
"98748012": "Switch off autonomous attacking",
"99389742": "Ask tavern patrons about the strongest fighter in Mondstadt",
"99774916": "Fix the Prayer Rack",
"100432996": "Talk to Aramis",
"100529508": "Talk to Mr. Bohuan",
"101200100": "Head to investigate the site of the first anomaly",
"101525572": "Touch the mechanism",
"101713463": "Desert's Remembrance",
"101962676": "Enter The Vengeful Wood",
"102055956": "Go to Starsnatch Cliff",
"102437196": "Give the Dandelion Seeds to Flora",
"102839775": "The Gaze From a Certain God",
"102900488": "Innovate - Slime Secretions",
"103339580": "Head to the garden near the Adventurers' Guild and wait for Barbara",
"103721820": "Have a walk around Wangshu Inn",
"104139516": "Go to Komore Teahouse",
"104153764": "Go to the Favonius Cathedral",
"105361807": "The Ancient Azure Stars",
"105822721": "Find the strange mechanism near Taishan Mansion",
"105946012": "Go to the campsite at the foot of Dragonspine",
"106117023": "Talk to Paimon",
"106380452": "Solve the riddle at the altar in the Serpent's Heart",
"106440972": "Talk to the other hilichurl willing to make conversation",
"106484188": "Give the appropriate documents to Clerk Zhao",
"106594404": "Search for the missing component(s)",
"106814807": "Defeat the assailants",
"108061868": "Ask Thoma for intel support",
"108687468": "Defeat the Ruin Guard",
"109765988": "Head to the woods near Wangshu Inn",
"109812068": "Talk to everyone about the seal before you",
"111152028": "Thaw all the shards out",
"111431916": "Talk to Ying'er",
"111603508": "Find a way to escape the secret chamber",
"112623612": "Talk to Paimon",
"112966348": "Go to Mingxing Jewelry to collect the item",
"113249884": "Participate in the hunt near Springvale",
"113256988": "Pick the Barsam Flower",
"113427391": "Bantan Sango Case File: The Truth (Just About) Comes to Light",
"113752748": "Go to the appointed place and talk to Dunyarzad",
"114286103": "When Scholar and Legends Meet",
"114527924": "Go to With Wind Comes Glory",
"114535088": "Go to the store and buy Cor Lapis",
"115937420": "Escort the transport balloon to Francis",
"116003023": "Fishing For Jade",
"116020852": "Talk to Tang Wuchou",
"116092168": "Inform Xingqiu of Gentry Maocai's plan",
"116874100": "Return to the village in time",
"116907180": "Neutralize the Withering Zone and pick the Head Mushroom",
"117537300": "Talk to Venti",
"117632212": "Go into the cave and speak to Agafya",
"117736583": "The Warm Rhythm of the Streets",
"117756380": "Win the trust of the spy in Inazuma City",
"119022460": "Go probe the Eremites",
"119295076": "Deliver the food to Aunt Qiao",
"119663588": "Go into the depths of the cave to look for Iotham",
"120031231": "Run, Hilmi, Run!",
"120150063": "Wangshu Take-Away",
"120475783": "Room 2 - complete pinned quest",
"120740068": "Wait till 8:00 – 12:00 the next day",
"120936636": "Talk to Shouji",
"121327228": "Talk to Kanra",
"122182423": "Changchang's Little Friend",
"122254988": "Flee the ruins",
"122549876": "Please approach Clerk Zhao about official business during daytime work hours",
"123501668": "Defeat the hilichurls",
"123559972": "Defeat the Black Serpent Knights",
"123639116": "Defeat the monsters besieging the Aranara",
"123688188": "Follow the treasure map to find the treasure",
"124303084": "Place the rock into the bonsai",
"124399604": "Ask Huai'an about Fritz",
"124585167": "The Fabric of Constancy",
"125132599": "Arayesh's Jam",
"125629948": "Talk to the children",
"125851972": "Talk to Kurisu",
"126165540": "Ask Katheryne about Mona's whereabouts",
"126291521": "Downtown",
"126622444": "Talk to Tacit Tingfang",
"126916732": "Go to the wind current location",
"127863052": "Talk to Thoma",
"127880292": "Talk to Qingzhou",
"128098724": "Talk to Yicheng",
"128510673": "Break the Sleeper Seal",
"128594060": "Talk to Shouta",
"128880324": "Touch the paper charm hangers",
"128968500": "Talk to Nahida",
"129256108": "Go back to the Knights' headquarters and report to Kaeya",
"129828828": "Report back to Smiley Yanxiao",
"130028068": "Talk to Tejima and find out what happened",
"130177639": "Chat to the locals (Grace)",
"131298180": "Look for signs of evil spirits alone",
"131441244": "Gather information nearby",
"131936732": "Go to the criminal's location",
"132497716": "Talk to Arama and enter the Vasara Tree's dream",
"132838828": "Talk to Curious Zi'rui",
"133027113": "Big Pudgy Problem!",
"133106820": "Report back to Sumida",
"133146836": "Talk to Iris",
"133341788": "Wait till 10:00 – 12:00 the next day",
"133347972": "Talk to Khayyam",
"133685396": "Give three portions of Slime Condensate to Akim",
"134069036": "Report back to Manager Kuan",
"134266324": "Go to The Emanant Skylight",
"134702180": "Talk to everyone",
"134754713": "Pigeon, Duck, and Child",
"134777676": "Talk to Bennett",
"136040912": "Talk to Patchi",
"136120716": "Accompany Ei on her tour of the streets",
"136540716": "Find the missing Crystalline Cores",
"137252348": "Talk to the Fatuus guarding the entrance",
"137486470": "Talk to Chang the Ninth",
"137512436": "Go to Mt. Aocang to pay Cloud Retainer a visit",
"137999076": "Report the situation to Rafiq",
"138205316": "Dig for the buried item",
"138807236": "Examine your environment",
"138922932": "Talk to Sumida",
"139510319": "The Illuminated Beast of the Sea of Clouds",
"140341412": "Look for Ryuuji at Netsuke no Gen Crafts",
"140896756": "Finish filming the third act",
"140982135": "Calm the Springvale villagers down",
"141242580": "Try to make conversation with Nelson",
"141497236": "Listen in on Todoroki and Tokuda's conversation",
"142163900": "Talk to Doolan",
"143107476": "Defeat the maddened samurai",
"143517810": "Rollback isolation",
"143798511": "Where the Light Wanes",
"143868892": "Defeat Azhdaha",
"144516004": "Go to the second floor of Uyuu Restaurant",
"144620183": "Mimi Tomo",
"144871752": "Talk to Pallad",
"145080711": "Talk to Venti",
"145174876": "Defeat the Cryo Regisvine",
"145461756": "Demonstrate for Ayten and Karima",
"145833188": "Pick a suitable light novel",
"145895836": "Talk to Akim",
"146271660": "Investigate your surroundings and find a way to open the door",
"146402988": "Leave hints and a Sweet Madame",
"146702476": "Go to the painting spot",
"147128956": "Look for the adventurers on Seirai Island",
"148534112": "Talk to Sara",
"148911140": "Talk to Shiki Taishou",
"149198009": "The More Treasures the Merrier",
"149466084": "Go to Starsnatch Cliff and pick three sets of Dandelion Seeds",
"149810236": "Break Suda's Flow at three locations",
"150745558": "Competition countdown timer. For calculating score.",
"151131988": "Talk to Parvaneh",
"152049684": "Mix Kaeya the specified drink",
"152389089": "Pigeons Go AWOL",
"152439972": "Defeat the awakened Inazuman device",
"152572004": "Talk to Katheryne in Mondstadt",
"152990708": "Meet up with Tighnari",
"153450676": "Talk to Arama",
"153541388": "Talk to Liu Su",
"154610084": "Recharge the Kamera",
"154809736": "Talk to angry Ellin 1",
"155753841": "(test)芭芭拉线玩法白盒",
"156138556": "Talk to Helbet and Kayvan",
"156369657": "Three Poignant Perfumes",
"157082732": "Talk to Xiao",
"157993264": "Ask Charles about his opinion on cocktails",
"158323668": "Talk to Hosseini",
"158689092": "Go deeper into Tsurumi Island",
"158705964": "Find the next person who lost their Vision",
"159066327": "Wangshu Take-Away",
"159125884": "Accompany Bennett on a walk",
"159325556": "Go to the south wharf to meet the person behind the scenes",
"159659532": "Accompany Hu Tao to the Adventurers' Guild",
"160598980": "Defeat the attacking Fatui",
"160682684": "Speak to Aberaku",
"160824156": "Cut the meat",
"161132647": "Break the seal in Stormterror's Lair",
"161276060": "Talk to Vardan and Gurgen",
"161850487": "Jahan's Sugar",
"162227348": "Defeat the slimes and search for the ring",
"162535908": "Talk to Anthony",
"162846412": "Hold your ground against your opponent's attacks",
"163595396": "Talk to Paimon",
"163703686": "Speak to Ningguang",
"165478804": "Talk to Yanfei",
"165955020": "Talk to Ayaka",
"166403764": "Open all the treasure chests",
"166759380": "Investigate the Ruin Guard's whereabouts",
"166887716": "Talk to Tighnari",
"167165543": "Talk to Paimon",
"167304772": "Talk to Ootomo",
"167935415": "A Strange Story in Konda",
"169348076": "Climb onto the rooftop and look for a Finch nest",
"170203548": "Go to the Treasure Hoarder camp",
"171244204": "Change the stone formation on both sides of the bonsai to Unyielding Rocks",
"171490209": "Find the Missing Fairy",
"171510676": "Defeat the spirit that has possessed Shingo",
"171553671": "Seirai Stormchasers: Part IV",
"171821929": "Chasing Shadows",
"171989108": "Talk to Arama",
"172301532": "Patrol the area and clear any obstacles",
"172425916": "Go to Wanmin Restaurant",
"172874215": "Duel Before the Throne",
"172954180": "Talk to Allan",
"173240364": "Go back and talk to Rafiq",
"173540236": "Look for Tiantian",
"173797460": "Load the ship",
"174401708": "Go to Angel's Share's stall",
"174613807": "Monster Mayhem",
"175410148": "Talk to Yavanani",
"176159828": "Placeholder",
"177437892": "Discuss matters with everyone",
"177455492": "Defeat all the Treasure Hoarders",
"177789908": "Follow the aura trail and find the ingredients",
"177828468": "Report to Tsarevich",
"177978596": "Wait until the following day (08:00 – 12:00)",
"179104300": "Deliver the food to Atsuko",
"179390092": "Ask about everyone's tastes (0/3)",
"179531204": "Talk to Akim",
"180655820": "Head to the hilichurl camp",
"180800132": "Find a convenient place to talk to Zhiqiao",
"181827484": "Catch up to Little Liu (if she gets more than 30m away, the quest will be failed)",
"182573220": "Obtain Treasures Hoarders' insignias for Garcia",
"183183236": "Place the offerings",
"183662196": "Follow the path",
"184459796": "Defeat the monsters and open the treasure chest",
"184470111": "The Floral Courtyard: Part II",
"184639060": "Talk to Rana",
"185805796": "Follow Barbara",
"186027364": "Talk to the member of the Treasure Hoarders",
"186057900": "Talk to Wai",
"186534449": "Heart of Glaze",
"186663215": "Obtain the treasure at the center of the Sword Cemetery",
"187429076": "Look for more trails",
"188128084": "Try the Illumiscreen",
"188144086": "Investigate around the stockpile",
"188420132": "Report back to Saimon Katsumi in Konda Village",
"188650060": "Use Dendro to wake the Aranara up",
"188775492": "Talk to Jinwu",
"189004940": "Talk to Dehya",
"189646074": "Search for the item Bao'er lost",
"189838391": "The First Chilibrew Ingredient",
"189902180": "Learn about the situation from Jahangir",
"190564788": "Go back to Yanshang Teahouse and check the manifesto",
"190888444": "Tidy the camp up",
"191790684": "Talk to Kuki Shinobu",
"191888468": "Find Childish Jiang",
"192083921": "(test)海灯节可疑小贼npc控制",
"192622884": "Destroy the Perches",
"193466119": "Over the Moon",
"194027324": "Go to Feiyun Slope to look for a suitable spot",
"194074084": "Investigate the goods at the camp",
"195314636": "Investigate the area and retrieve the stone slates",
"195692988": "Talk to Dainsleif",
"196295612": "Place the survey beacons",
"196615918": "Talk to the stranger",
"196837769": "Where Is the Unseen Razor?",
"198061100": "Patrol the area and clear any obstacles",
"198215232": "Talk to Morrow",
"198385833": "Wine, with a Taste of Freedom",
"198450124": "Talk to Shenhe",
"198921292": "Retrieve the beacon",
"198960292": "Talk to the people of Tsurumi Island",
"199520828": "Dispose of the meteorites in the fields",
"200069780": "Go to the site of the Test of Courage",
"200230492": "Talk to Bennett",
"201339884": "Choose a name for the Fungus",
"201647540": "Talk to Asakura",
"202134324": "Talk to Ei",
"202682364": "Follow Barbara",
"202849748": "Talk to Aoi in the general goods shop and find out what happened",
"203276556": "Lower the water level",
"203312380": "Return to \"A Moment of Dreams\" to ascertain the situation",
"203469975": "Business as Usual",
"203548972": "Talk to Hertha",
"203933172": "Look for traces of Kamei Munehisa up ahead",
"204528007": "\"Heart of Watatsumi\"",
"204915380": "Solve the puzzle",
"205335996": "Meet up with Ryuuji",
"206163367": "What Shall We Do?",
"206663479": "A Misplaced Conch",
"207129484": "Talk to Little Yue",
"207806876": "Take a photo of Syavushi Bakshesh Shoppe and its owner",
"208211020": "Check on the Offering Box",
"208368079": "Talk to Paimon",
"208757194": "Talk to Bao'er",
"208916609": "Look for traces of the adepti in Jueyunjian",
"209018212": "Report back to Ryuuji",
"209045372": "Defeat the attacking monsters",
"209541652": "Find the \"branch\" with Arakunti",
"209652180": "Talk to Mamesuke and Shibasuke",
"209741956": "Go to the place Akim recommended",
"209916823": "Three Realms Gateway Offering: The Eve",
"210307364": "Go to the Dev's Cavern",
"210751628": "Acquire a Wind-Caressed Aster",
"210967308": "Return to the Jade Chamber and talk to Ningguang",
"211113764": "Talk to Antei's afterimage",
"211524340": "Give Alfred three Windwheel Asters",
"212190148": "Search for the indicated location",
"213150148": "Find the treasure",
"214112471": "Lingering Malady",
"214280980": "Talk to Yun Jin",
"214288554": "Find the hiding child",
"214364868": "Offer a Sango Pearl to the seven royal tombs",
"214577588": "Pick some fresh flowers",
"215321772": "Interlude: Grand Sage Azar's Suspicion",
"215839316": "Search for Lale",
"216729132": "Rescue the worker surrounded by monsters",
"217258572": "Find an entrance",
"218333786": "Smash the amber and find Madame Ping's box",
"218929500": "Return to the center and activate the device",
"219212076": "Talk to Golshan",
"219577484": "Talk to Quqing",
"221119540": "Go to Wanmin Restaurant",
"221314700": "Defeat dark smoke 2",
"221357671": "Talk to Razor about how to help the injured wolf",
"221566132": "Talk to Sara",
"221820020": "Go to a place from which you can see The Alcor",
"222115548": "Report back to Cloud Retainer",
"222305844": "Go back to the shop",
"222937316": "Defeat the Fungi in the trees",
"224221012": "Bring the completed dish back to Tang Wen",
"224361180": "Carry the ingredients upstairs",
"224843916": "Discarded",
"225008492": "Talk to Amir",
"225147020": "Look for some friends to chat with in the city",
"225212716": "Wait till the next morning (8:00 – 10:00)",
"225361012": "Look for clues related to the Abyss Order in Wolvendom",
"225742751": "Reminiscence of Seirai",
"225974700": "Mix Rosaria the specified drink",
"226405380": "Keep going and defeat the opponents",
"226433644": "Find Julie",
"226452324": "Follow Zhiyi",
"227017628": "Talk to Barbara",
"227157044": "Defeat Beisht, \"The Avenger of the Vortex\"",
"228406063": "Negotiation with NPC failed - combat loop",
"228727244": "Defeat the Fungi",
"228935564": "Bring Shenhe to a nearby makeshift hotel to take a break",
"229190948": "Complete the peace talks with Kokomi",
"229340412": "Get some water for Arapas",
"230343876": "Tidy the camp up",
"231299404": "Defeat the Treasure Hoarders in Lisha",
"231353432": "Collect Damaged Mask",
"231612652": "Release Drifting Bottle",
"232246132": "Search in the tree for 3 traces of the wind",
"232344044": "Collect herbs together with Tighnari",
"232399060": "Investigate the logs",
"232444428": "Go to the Onikabuto capture spot",
"232493300": "Look for offerings to place before the memorial",
"233028036": "Wait until the following evening (18:00 – 20:00)",
"233735188": "Help Iron Tongue Tian gather inspiration",
"233786860": "Explore the area and look for an exit",
"233891956": "Talk to Sara",
"234991398": "Meet the sender at the meeting spot",
"235035156": "Look for the marks left behind",
"235097436": "Talk to Pallad",
"236355716": "Talk to Paimon",
"236973596": "Follow Kamei Munehisa",
"237090193": "(Scrapped)",
"237536636": "Go to Uyuu Restaurant to finish the light novel",
"237990732": "Talk to Teucer",
"238152572": "Give Chaoxi's reply to Cui'er",
"238360692": "Speak to the members of Swordfish II",
"238374919": "Defeat the slimes",
"239429212": "Obtain the third Inscription of Remembrance",
"239439876": "Proceed onward and look for information",
"239981484": "Talk to the Electrohammer Vanguard",
"240135444": "Look for Hatim at \"Wealth Spots\"",
"240447967": "Scenario 2 Trigger",
"240509268": "Find Yicheng a dish that can fill his stomach",
"240517800": "Talk to Ella Musk",
"241343628": "Check the suspicious location and eliminate any threats",
"241452198": "Listen to Musheng's story",
"241983796": "Follow Tighnari to discuss the details elsewhere",
"242013124": "Figure out what the attendees are thinking",
"242270662": "Talk to Paimon",
"242445636": "Go to Mawtiyima",
"242786479": "Mycological Investigation in The Chasm",
"243326108": "Speak to Hardworking Silio",
"243329884": "Talk to everyone about the changes to the island",
"243853796": "Detect dark smoke 1",
"244430724": "Observe the ninken's responses",
"244514372": "Enter the basement",
"244538056": "Talk to Wyatt",
"244673244": "Calm Atsuko down",
"245353804": "Go to the boarding point",
"245470132": "Leave the pit through the exit",
"245654084": "Pick suitable seasonings",
"245991228": "Go to the domain and guard the gate",
"246369772": "Go to the place on the lake island where the notes were left",
"246816668": "Talk to Ararycan",
"247102668": "Read the notebook on the second floor of the tree house",
"247289223": "Yesteryear's Lanterns and the Guhua of Today",
"247514628": "Report back to Xavier",
"247680383": "Talk to Donna and find out what happened",
"248114793": "State of the Holy Lyre der Himmel",
"248476988": "Defeat \"Masanori\"",
"248704164": "Find the Aranara's trail",
"248911060": "Investigate the Whispering Woods",
"248953436": "Take a photo recording the Small Lamp Grass' habitat",
"249109308": "Look for Albedo",
"249281292": "Go to the brightly lit place",
"249447687": "The wrong dialogue choice after completing the first analysis (Hidden)",
"249899831": "Go to the Thousand Winds Temple",
"249911884": "Talk to Cyno",
"249921412": "Talk to Paimon",
"250983564": "Defeat all opponents",
"251003732": "Activate the mechanism again",
"251426828": "Enter Xinyan's house",
"251717876": "Go to Good Hunter",
"252046868": "Go take a seat downstairs",
"252386732": "Go to the Mondstadt Library",
"252567332": "Talk to the injured soldiers",
"252798087": "For All Children Who Long for Life",
"252920516": "Talk to Yelan",
"254150900": "Go to Sumeru City",
"254986504": "Clean the Statue of The Seven at Dawn Winery",
"255208278": "Talk to Bolai",
"255229607": "Geri's Gastro-Nostalgia",
"256084097": "Adventure Takes Courage!",
"256193772": "Discarded",
"256405012": "Follow the cat footprints and explore up ahead",
"256415303": "Investigate all of the light beams",
"256515540": "Talk to Aru",
"256933484": "Defeat Signora in a duel before the throne",
"257629404": "Talk to Ivanovich",
"258755681": "Find the treasure",
"258817636": "Talk to Glory",
"258823767": "Through the Mist, a Name Unveiled",
"259358959": "Home Lies Over the Ocean",
"259559188": "Talk to Hosseini",
"259876956": "Follow the Treasure Hoarders",
"260117916": "Head for Albedo's campsite",
"260444244": "Check the suspicious location and eliminate any threats",
"260944220": "Find Anna",
"261110884": "Talk to Shenhe",
"261576108": "Seal the Warding Stone",
"261771079": "Failure rollback. Talk to Amber.",
"262481255": "Blazin' Trails",
"263019140": "Finish acting out the Prologue",
"263672017": "Fate's Chosen Lupical",
"263758375": "The Flowers That Won't Grow",
"263824111": "Immernachtreich Apokalypse",
"264454792": "Go investigate the ruins",
"264535556": "Give Ooshima Junpei three servings of Raw Meat",
"264588624": "Clean the Statue of The Seven at Windrise",
"265019868": "Give an item to the hilichurl",
"265443958": "Shatter the amber on the mountain road to save the trapped person",
"265569574": "Go into the depths of the ruins in search of ingredients",
"266720780": "Go to the location Paimon mentioned",
"266979951": "Leave Tavern",
"267273476": "Take a rest or wait until the following day (06:00 – 08:00)",
"268132372": "Try to lift the seal",
"268841748": "Talk to Ei and ascertain her condition",
"269438652": "Talk to Rukh Shah",
"269984814": "Find the treasure",
"270635743": "Dune-Entombed Fecundity: Part III",
"270636764": "Place the measuring beacons",
"271982724": "Look for the key",
"272256252": "Talk to everyone at the feast",
"273352716": "Get news of Arataki Itto",
"273505103": "Follow the route and fly to the finish line in time",
"273517732": "Follow Ningguang and observe your surroundings",
"273548800": "Talk to Nora",
"273953676": "Follow Tanger",
"273997632": "Clear out the monster camp",
"274583535": "A Festive First Adventure",
"274647068": "Place the survey beacons",
"274931124": "Keep exploring",
"275300300": "Speak to Chef Mao",
"275662460": "Insert all the stone slates",
"276085838": "Return to Liyue Harbor and find Childe",
"276295868": "Go to Tatarasuna to look for an artisan",
"276607140": "Talk to Dongsheng at Second Life",
"278800508": "Destroy all the charging devices",
"278941721": "City of Freedom",
"279008961": "Geo Travel Diary",
"279147252": "Follow Beidou to meet with the warehouse owner",
"280189700": "Ask the Konda Village Chief for information",
"280360116": "Talk to Ying'er",
"280783172": "Participate in the semifinals",
"280951940": "Defeat the Ruin Guard",
"281028984": "Clear out the monster camp",
"281491236": "Go to a quiet spot to talk details with Beidou",
"281597116": "Talk to Affan",
"281866585": "Decipher the fragment",
"281988112": "Fend off the Agent",
"282028494": "Complete the Domain adventure",
"282612716": "Return to Khayyam's camp",
"282793636": "Look for the Weasel Thief's tracks",
"284197415": "To Treat the Well-Meaning Well",
"285501556": "Talk to Kamisato Ayaka",
"285545298": "Talk to Xinghuo",
"285906198": "Talk to Xiao",
"287712012": "Talk to Naganohara Ryuunosuke",
"288125615": "Sinister Instruction",
"288396844": "Take photos of the shop to use as evidence",
"288471364": "Go to Khemenu Temple",
"288743660": "Give a Xiao Lantern to Uncle Ghast",
"288946860": "Talk to Zhiqiong",
"289180184": "Talk to Nimrod about drunkards",
"289191396": "Look around",
"289302212": "Talk to Esther",
"289416967": "Defeat the hilichurls",
"289562288": "Find the monster based on Jack's description",
"289910673": "Justice, for Books' Sake",
"290163623": "The Coming of the Sabzeruz Festival",
"290216964": "Go to the area near the ruins together with Tirzad",
"290759692": "Talk to Hammer Li",
"291309780": "Collect the Xiao Lanterns",
"291574903": "Neko Is a Cat: Shrine Recipe",
"291637628": "Defeat the Floating Fungi that emerged",
"291765090": "Enter the ruin and search for a strange jade plate",
"291766252": "Challenge the Bulky Iron Chunk",
"291871708": "Talk to Qingzhou",
"292144780": "Check the lamps along the path",
"292409233": "Language Exchange",
"292881052": "Talk to Paimon",
"293553276": "Give the retrieved flowers to Flora",
"293978988": "Talk to Rana once you are ready",
"294392055": "The Second Chilibrew Ingredient",
"294673463": "Uninvited Guests",
"294991524": "Talk to the Knight of Favonius next to the rockfall",
"296639848": "Give the fee to Sara at the restaurant",
"297588511": "\"Fang of Watatsumi\"",
"298165063": "Talk to Amber",
"298664868": "Take Dunyarzad somewhere nearby and rest",
"298668135": "Place the elemental bait near the side gate",
"298877052": "Follow the cat footprints and explore up ahead",
"299157020": "Head to the rest stop",
"300114086": "Go to the lakeside and wash the Radish",
"300815404": "Talk to Venti on the second floor of the tavern",
"300866831": "Wanmin Fresh",
"301183102": "Go and check the suspicious location",
"301866087": "Clear the ruins",
"302663364": "Go to Guyun Stone Forest and talk to Zhongli",
"302817924": "Search the Transparent Ruins",
"303215980": "Give the captured crab to Xudong",
"303436588": "Detect dark smoke 2",
"303487344": "Check your inventory for the required item - Flaming Essential Oil",
"304225751": "Fly High",
"304518935": "Obtain Dvalin's Tear",
"305014108": "Proceed to the location shown in the painting",
"305154495": "Orobashi's Legacy: Part V",
"305377400": "Deliver the food to the buyer",
"305561164": "Talk to Hosseini",
"305955564": "Talk to Kichiboushi",
"306047542": "In mission. Can't go back (hide)",
"306226036": "Talk to Beidou",
"307690348": "Go to Ogura Textiles & Kimonos",
"307804788": "Talk to the afterimage in front of the seal",
"308257236": "Clear the flotsam from the north wharf",
"308262220": "Neutralize the Withering Zone and pick the Head Mushroom",
"308442292": "Talk to everyone",
"308611244": "Meet Hiiragi Chisato",
"308676828": "Wait until evening (around 17:30)",
"309371980": "Defeat opponents",
"310017972": "\"Awaken\" the seeds",
"310063684": "Speak to Childish Jiang",
"310183548": "Investigate the shipwreck",
"310999727": "Find a gift for Lisa (Hidden)",
"311886417": "Margaret's Longing",
"311899023": "Challenge NPC to a duel.",
"311971284": "Talk to Fushizome",
"312395772": "Meet Ms. Hiiragi at the appointed time (18:00 – 24:00) on the next day",
"312976159": "Divine Plant of the Depths",
"314116524": "Take Kaushik and report back to Gorou",
"314381500": "Defeat all opponents",
"314520580": "Defeat the Geo Slimes",
"315293327": "Completed talking to NPCs in Springvale (Visible)",
"315319388": "Talk to Mack",
"316008214": "Go and buy kites",
"316342180": "Talk to Yun Jin",
"316625580": "Go to the Sanctuary of Surasthana",
"316707852": "Talk to Azalai",
"317261463": "Summer Gift",
"317504967": "Promises Remembered as Lanterns Rise",
"317530572": "Confront the Abyss Herald",
"317586322": "Find the final clue",
"317874076": "Talk to the Great Wolf King of the North",
"318783212": "Go to the next oasis",
"319294148": "Investigate the altar",
"319624111": "Nilotpala Cup: Debut Match",
"319814206": "Help Xiangling during the cooking showdown",
"320147489": "Break the Meaty Seal",
"321434388": "Find Benben",
"321452748": "Search for the source of the strange voice",
"321747548": "Follow Ruu",
"322067180": "Participate in the competition",
"323200948": "Give five Apples to Yavanani",
"323429985": "Scent on the Wind",
"323599884": "Start painting",
"324771076": "Talk to Sea Drake",
"325005500": "Talk to Leni",
"325267848": "Go to the hilichurl camp with Ella Musk",
"325815503": "The Path of Papers",
"326171492": "Gather the three fragments",
"327004988": "Talk to Diona",
"327580780": "Talk to the child who was looking your way",
"327679044": "Land safely on the next level of clouds",
"328025204": "Talk to Tsumi",
"328176268": "Follow the Fatui soldiers",
"328659572": "Talk to Aftab",
"328816276": "Head over to Degui",
"329496260": "Listen to Thoma's story about wine",
"329639641": "Food Delivery",
"329753276": "Talk to Layla",
"329877527": "The Snowy Past",
"329897748": "Go to the area where the Spinocrocodiles are active",
"331787732": "Talk to Barbara",
"332443887": "The Great Tree: State of Growth",
"332447172": "Talk to Rana",
"333237540": "Go to the stage that Yun Jin has set up",
"334326500": "Fight the Ruin Guard",
"334400140": "Collect furniture materials",
"334423212": "Talk to Xavier",
"334930708": "Give ten Iron Chunks to Hanfeng",
"335170588": "Leave Wolvendom with Barbara",
"335204196": "Find Kaushik",
"335509908": "Guess the first lantern riddle",
"335809960": "Find Nimrod",
"335894700": "Head to the designated location",
"335990100": "Go to the secret contact campsite",
"336302348": "Talk to Changchang",
"337131892": "Save the person trapped in a cage by the Treasure Hoarders",
"337786708": "Insert the final stone slate",
"338307151": "Opens at required Adventure Rank",
"340640364": "Talk to Shouta",
"340882932": "Seal the Warding Stone",
"340935308": "Defeat the enraged Hilichurls",
"341184364": "Return to the abandoned shrine and use the Memento Lens to investigate",
"341472068": "Look for the \"Head Mushroom\"",
"341791327": "Wangshu Take-Away",
"342053438": "Ask Little Lulu",
"342508596": "Talk to Sara",
"342628215": "The Four at Loggerheads",
"343059172": "Follow Dunyarzad",
"343117252": "Talk to Hatim",
"343362716": "Talk to Razor",
"343413556": "Talk to Wrench Wang",
"343768804": "Go to Childe's location to look for Teucer",
"343769356": "Confirm the cat's message with Sareh",
"343938980": "Head to the designated location to look for Huangshan",
"344021612": "Follow the strange star",
"345406760": "Fend off the Agent",
"345492908": "Talk to Gorou",
"346189652": "Interlude: Conversation Between Dehya and Rahman",
"346416188": "Report back to Neko",
"346428628": "Talk to everyone",
"346563476": "Explore the dream of the Vasara Tree",
"346669588": "Help Xamaran's kin",
"347079420": "Head to the designated location",
"347164191": "Adventurous Acquaintance",
"347192636": "Go back to the village chief's house",
"347721468": "Talk to Neko",
"347889540": "Report back to Hosseini and Yingzhu",
"347916044": "Head to the location of the intelligence test",
"348042191": "Wangshu Take-Away",
"348441186": "Listen in on the conversation between Little Meng, Little Fei, and Little Lulu",
"348735086": "Give the Delicious Chicken-Mushroom Skewer to Xiangling",
"348908255": "In the Depths, an Unexpected Reunion",
"349103820": "Talk to Paimon (Discarded)",
"349875916": "Go with Anna to complete her Adventurers' Guild commission",
"350118708": "Talk to everyone",
"350157372": "Talk to Junpei",
"350395588": "Wait until the following day (08:00 – 24:00)",
"350674396": "Talk to Little Meng",
"350779300": "Talk to Ayten and Karima",
"351319796": "Talk to Verr Goldet",
"351428900": "Retrieve the beacon",
"351799580": "Defeat all opponents",
"351921628": "Talk to Carmen",
"352229540": "Talk to Albedo and hear his conclusions",
"352551340": "Clear out the cobwebs",
"352561513": "Pontoon Parkour",
"352608684": "Talk to Klee",
"352821596": "Look for clues in the city",
"352913892": "Return to the gigantic conch",
"353389820": "Talk to Viktor",
"353476636": "Try to lift the seal",
"353512988": "Defeat the Bathysmal Vishap",
"353910188": "Go into the ruins",
"354782956": "Talk to Bea",
"355149740": "Go to the Thousand Winds Temple and look for Jack's lost items",
"355383452": "Head to the designated location",
"356432359": "The Art of Horticulture",
"356911742": "Find the treasure",
"356960364": "Talk to Nahida",
"357547060": "Talk to Yue Chuan",
"359632807": "Find the Green Fellow",
"360517836": "Talk to the journalist",
"360567028": "Go to Khaj-Nisut's upper floor",
"360951588": "Talk to Paimon",
"361260292": "Give a Xiao Lantern to Degui",
"361388964": "Defeat the Treasure Hoarders",
"361472118": "Give the hunter the soup you prepared",
"362193633": "Ellin, the Wannabe Knight",
"362291814": "Go and buy Silk Flowers",
"362468487": "Hilichurl Justice",
"363863092": "Retrieve a replica of Shiki Taishou",
"364083164": "Deliver the food to Laid Back Ling'guan",
"364258932": "Leave Enkanomiya and speak to Kokomi",
"365539612": "Talk to Koyanagi's afterimage",
"365805732": "Investigate the truth behind the spirit",
"365819644": "Talk to Félix Yogue",
"365870836": "Talk to Dehya",
"366031846": "(test)在材料区调查",
"366670588": "Head for Albedo's campsite",
"368226580": "Defeat the final enemy",
"368233450": "Talk to Jiangxue",
"368288492": "Talk to Tejima",
"369161068": "Go to the Ritou docks",
"369304799": "New Shoots from Old Branches",
"369517228": "Browse the light novels on the shelf",
"370774940": "Talk to Maruf",
"371118079": "Gift and Intent",
"371443516": "Look for the doll in the place Qi Nan indicated",
"371647146": "Gather the pages",
"372387708": "Find the way to the upper floor",
"372941988": "Report back to Nervous An",
"373034124": "Talk to Teppei",
"373720220": "Ask Atsuko about how to travel to Inazuma",
"373839204": "Accompany Yoimiya and Klee to see the Irodori Festival",
"374118460": "Report back to Neko",
"374348852": "Ask Katheryne about the fate of the box",
"374538276": "Find and explore Ashvattha's Concourses",
"375815308": "Enter the Gloomy Path in the woods",
"376128460": "Go to the fireworks storage",
"376996396": "Look for your friends on-site",
"378222364": "Go back to the Pervases statue",
"379089724": "Go to Aaru Village",
"379109996": "Collect three light novels that meet the requirements",
"379239324": "Follow Ningguang and observe your surroundings carefully again",
"379713996": "Obtain the ward",
"380050700": "Follow Alrani",
"380619228": "Enter The Vengeful Wood",
"380623716": "Talk to Aranakula",
"380978710": "Find a Qingxin flower",
"381127900": "Talk to Aranakula",
"381624164": "Fight alongside Diluc",
"382403900": "Talk to the suspicious person",
"382696036": "Awaken the Fungi's potential",
"382905332": "Go to the worksite to ask around for news",
"383399196": "Give Roald the Fluorescent Fungus",
"383699124": "Investigate the water in the pool during Evernight",
"383756548": "Talk to Xavier",
"384537868": "Talk to Haniyyah",
"384770012": "Give ten servings of Wheat to Timmie",
"385161580": "Give the ring back to Taliesin",
"385457492": "Talk to Xavier to begin the shoot",
"386507460": "Talk to Sango",
"386774408": "Deliver the food to Lively Orlean",
"386859479": "The Gourmet Supremos: The Seashore Strider",
"386973407": "Garcia's Paean: By Bearings",
"387106497": "Unleashed 3 - Hidden",
"387118876": "Talk to Freki",
"387383366": "Go to Wangshu Inn and ask Verr Goldet about the false adeptus",
"387567388": "Complete the floral theme",
"388513116": "Explore further and look for divine relics",
"388999444": "Go back and look for Gorou",
"389626286": "Defeat the hilichurls conducting a ritual",
"390530703": "Hereafter: All is Well",
"390724300": "Go close to Uyuu Restaurant",
"390837660": "Talk to Charles",
"390866658": "Find the treasure",
"392003172": "Speak to Harris",
"392046244": "Carefully investigate the surroundings",
"392204060": "Talk to Uncle He",
"392209036": "Find the treasure",
"392256724": "Search for the kitten",
"392297756": "Go to Kiminami Restaurant",
"392507756": "Talk to the scholars",
"392690286": "Talk to Timaeus",
"393956548": "Continue onward in the shattered space",
"394709076": "Talk to Barbara",
"394981868": "Talk to Ruu",
"395016204": "Go along the path that Halfdan has indicated",
"395378898": "Talk to NPC",
"395406900": "Talk to Garcia",
"395442284": "Go to the \"Tail\"",
"395730572": "Talk to Luka and enter the tavern",
"395776348": "Eavesdrop on Yu and Mengmeng's conversation",
"395893252": "Return to Wangsheng Funeral Parlor and find out what happened",
"396302020": "Report back to Yun Jin",
"396903076": "Win the trust of the spy at the hot springs",
"396979777": "Hidden Tears",
"396985020": "Destroy the Anemo Amber",
"397249815": "Look for clues to track Raptor",
"397615079": "A Thorough Investigation",
"397818756": "Talk to Ziryab",
"397847740": "Defeat the Fatui who have come to take the sword",
"397880980": "Wait until the appointed time (08:00 – 10:00 two days later)",
"398038996": "Defeat the Cryo Regisvine",
"398785932": "Lower the water level in the cave",
"398816812": "Catch up with Lunja",
"399000036": "Capture Fungi",
"399286312": "Ask Barbara about Jean's condition",
"399416740": "Talk to Yanfei",
"399564300": "Talk to Dehya",
"401175279": "Sounds From Afar",
"401193172": "Talk to Collei",
"401722951": "Dvalin's Assault",
"401723892": "Go with Anna to complete her Adventurers' Guild commission",
"402382367": "Liyue: Theater Mechanicus",
"402721788": "Chat with Paimon",
"403160004": "Talk to Jilliana",
"403344176": "Obtain the wooden training dummy",
"404066508": "Talk to Nahida",
"404101471": "Petal-Lit Ships Fish For the Moon",
"404796676": "Find the missing stones",
"405433948": "Give 2 servings of Bacon to Smiley Yanxiao",
"405864868": "Talk to Aragaru",
"405871772": "Talk to Asakura",
"406274056": "Talk to Ellin",
"406679687": "Talk to Draff",
"406717892": "Look for Kichiboushi",
"406866879": "Manly Jack's Manly Journey of Manliness",
"407581372": "Investigate the area to look for clues",
"408213902": "Talk to Huai'an",
"408640140": "Go within the gate to investigate",
"409457020": "Report back to Sareh",
"410204332": "Examine the Core",
"410291012": "Take a picture of Kichiboushi",
"410566151": "Defeat the assailants",
"410775258": "Observe the inscription",
"410826495": "Investigate Clue",
"411234796": "Bring the completed dish back to Tang Wen",
"411497134": "Help Xiangling collect Raw Meat",
"412085444": "Report back to Xavier",
"414569308": "Collect the Xiao Lanterns",
"414669484": "Talk to Qi Ding, the miner at The Chasm",
"414912204": "Protect Yasumoto",
"415092918": "Talk to Verr Goldet",
"415673876": "Talk to the bake-danuki",
"415935825": "Blocked?",
"416668468": "Go to where Khayyam is",
"417036212": "Wait for midnight (00:00 – 05:00)",
"417665780": "Meet up with Arama",
"418168460": "Go to a quiet spot to finish writing the replies",
"418474700": "Talk to Tomoki",
"418573244": "Talk to Fushizome",
"419376132": "Look for the materials that Kayvan needs",
"419571236": "Talk to Cyrus",
"420004364": "Find and light up all the devices",
"420789536": "Go to the store and buy Cor Lapis",
"421380968": "Consolidate - Shocking Essential Oil",
"421539720": "Clean the Statue of The Seven at Starfell Lake",
"422022652": "Talk to Mengmeng",
"422024279": "Sky-Gazers, Land-Walkers",
"422560084": "Collect Fresh Nilotpala Lotuses nearby",
"422625420": "Bring the completed dish back to Tang Wen",
"422685600": "Clean the Statue of The Seven at Windrise",
"423072892": "Head to Dragonspine to retrieve the packages",
"423377740": "Ask Wyratt about Mona's whereabouts",
"423979719": "A Gifted Rose: Can Stones Bloom",
"425204476": "Tell Xamaran that the foul energy's source has been cleared out",
"425599295": "Expectations Not to Be Betrayed",
"425726460": "Go to the Tower of the Void",
"426193212": "Search for Haypasia",
"427431716": "Talk to Jiangxue",
"427720129": "Good Medicine Tastes Bitter",
"427939264": "Give the rope to Magar",
"428230228": "Talk to Viktor",
"428314980": "Obtain Blazing Heart's help",
"428530488": "Defeat the slimes",
"428690004": "Help Little Yue look for Starconches on the beach",
"428714484": "Defeat the Whopperflower",
"428855332": "Drink the potion",
"428855380": "Keep exploring",
"429117204": "Look for Albedo",
"429131908": "Talk to Shousen",
"430346358": "Wait until the appointed time (18:00 – 23:00)",
"430526460": "Return and report the situation to Rafiq",
"430584988": "Go with Ei to Yae Publishing House",
"430814649": "Justice Is Its Own Reward",
"431081703": "Threaten NPC 3",
"431822468": "Go and pick 3 Qingxin flowers from atop the cliff",
"433424164": "Talk to Yun Jin",
"434550204": "Look for the experimental records in the experimental site",
"435010334": "Rollback isolation",
"435663524": "Talk to Vardan and Gurgen",
"435852316": "Follow Rana",
"435863760": "Talk to Guy",
"436160431": "Pizza From Another Land",
"437371332": "Detect dark smoke 1",
"438014359": "Next Time, On King of Invokations...",
"438682732": "Fetch water from the stepwell",
"438728964": "Report back to Xavier",
"439098652": "Listen to and solve the troubles of the citizenry",
"439244868": "Talk to everyone",
"439659487": "Good Hunter Express",
"439741980": "Talk to Teppei",
"440026164": "Obtain \"Hydrological Studies in Byakuyakoku\"",
"440122662": "Look for signs",
"440885076": "Talk to Suling",
"441143412": "Talk to Zakariya",
"441733240": "Paimon dialog",
"441876924": "Talk to Arama",
"442001212": "Head to Araja's house to rest",
"442289044": "Talk to Beidou",
"442413556": "Search for treasure on Twinning Isle",
"442752396": "Interrogate the Kairagi",
"442988612": "Follow Alrani",
"443729516": "Make the three \"leaves\" turn towards the \"branch\"",
"444074220": "Talk to Mona, prepare to meet the successor",
"444750495": "Heizou Talks Fraud",
"445360796": "Report back to the hilichurl",
"446022116": "Look for pieces of Miitoboru on nearby beaches",
"446669044": "Chat with Beidou",
"447128716": "Search for clues in the Eremites' camp",
"447310999": "Meet Amber at the temple",
"447798588": "Talk to Amano and Andou",
"448045895": "Talk to Amber",
"448319068": "Go to the Autake Plains",
"448345935": "Is This Novel Amazing?",
"448422332": "Go to the old Guhua Clan spot to release the lantern",
"448552990": "Find the treasure",
"448723196": "Thaw all the shards out",
"448805676": "Find the destination of the mirage maze",
"448989076": "Go and check the evidence Dehya mentioned",
"449115834": "Talk to Chang the Ninth",
"449662684": "Help Captain Night Raven get rid of the hilichurls",
"449997660": "Check the case files",
"450426980": "Defeat all monsters to get materials",
"451622134": "Defeat the Ruin Hunter",
"451892866": "Rescue Soraya",
"452312950": "Go with Xiangling to Springvale",
"452381604": "Talk to Noelle",
"453309631": "Fresh Flora",
"453365279": "Miracle Medicine",
"453605039": "Bait Resupply Plan",
"453620004": "Head to the magical laboratory and check the seal",
"453852596": "Read the notes that the samurai left behind",
"453910836": "Defeat dark smoke 1",
"454382052": "Defeat the Stonehide Lawachurl",
"456193662": "Punish the false adeptus' spirit",
"456898828": "Give the Slime Condensate to Little Meng",
"457630455": "Fatuous Farce",
"458110559": "Talk to Farrah",
"459509180": "Eliminate the Vanagni threat",
"459515180": "Ring the two bells on either side of the ruins",
"459594628": "Go to Guyun Stone Forest",
"461056158": "Talk to the people taking part in the rite",
"461410305": "Ellin, the Wannabe Knight",
"461581212": "Defeat the Fatui",
"461927084": "Give fifteen Berries to Kamla",
"461972623": "Gourmet Supremos, Assemble!",
"462062671": "Clear the ruins",
"463429804": "Go to the \"Fin\"",
"463987868": "Talk to Pedrush",
"464415708": "Rescue Master Masakatsu",
"464596236": "Go to the library and talk to Enjou",
"464641044": "Go to Xigu Antiques to investigate",
"465502364": "Talk to Jami",
"465895476": "Obtain the Ruin machine's core",
"466571783": "Irate Iron Chunk",
"466690260": "Defeat Marana's Avatar",
"467015212": "Wait until evening (18:00 – 20:00)",
"467058364": "Report back to Freki and her brother",
"467274748": "Report back to Vile",
"467929748": "Talk to Dainsleif",
"467998220": "Go to Wanwen Bookhouse and identify the clues",
"468058135": "Speech and Etiquette",
"468263988": "Housekeeping Challenging: Plant-Watering",
"468868724": "Make final preparations at the Yashiro Commission",
"469129380": "Give the Bird Egg to Tang Wuchou in exchange for the jade pendant",
"469178175": "Farewell, My Shroom Buddies",
"469914212": "#Meet {F#Aether}{M#Lumine}.",
"471389124": "Speak to Chef Mao",
"471978348": "Continue the salvaging operation",
"472123756": "Talk to Nahida",
"472215804": "Listen to everyone's opinion",
"472274916": "Investigate the Eremites' camp",
"473776284": "Activate the tower controller",
"473777660": "Investigate the underwater entrance",
"474530316": "Defeat dark smoke 2",
"475395276": "Go with Anna to complete her Adventurers' Guild commission",
"476333788": "Talk to Arakunti",
"476707564": "Go to the warehouse at the dock and obtain the wooden planks",
"477046492": "Challenge the Domain",
"477325836": "Give Lyudochka the good news",
"477411756": "Close \"Hymn of the Holy Land\"",
"477827764": "Follow the voice",
"478268860": "Enter the Mystic Onmyou Chamber",
"478842748": "Talk to Beidou",
"478882705": "The Tree who Stands Alone",
"479159745": "Book in the Woods",
"479438695": "Charity Event! A Great Success!",
"479454932": "Show the Orders to Mack",
"479755927": "Friendships, Wishes, and Regrets",
"479832663": "The Rhythm that Nurtures the Sprout",
"480119108": "Go and examine the dandelion",
"480468484": "Find the Temari",
"480682668": "Talk to Kayabuki",
"480760740": "Talk to Sara",
"480857772": "Talk to Granny Ruoxin",
"480995612": "Continue exploring",
"481220031": "The Rhythm that Reveals the Beastly Trail",
"482327826": "Defeat all opponents",
"482500060": "Go deeper into the desert and explore according to Soheil's archaeology notes",
"482566844": "Rescue the person surrounded by monsters",
"482620828": "Find the three spies",
"482759412": "Defeat the Fatui ambushers",
"484031095": "Helen's Special Blend",
"484181524": "Talk to Xingqiu",
"484805332": "Follow Diona",
"485016452": "Talk to the other hilichurl willing to make conversation",
"485404520": "Go investigate the ruins",
"486529532": "Go to the reef near Twinning Isle",
"487387536": "Talk to Timaeus about alchemy",
"489028136": "Talk to Godwin",
"489282180": "Talk to Nora",
"489357732": "Go to the venue to attend the toasting ceremony",
"489651196": "Talk to Luka and enter the tavern",
"490537372": "Retrieve the package beside the body of water",
"490616825": "Step by Step",
"491421132": "Talk to everyone",
"491549276": "Dismantle the monster camp",
"492421553": "Rite of Descension",
"492666844": "Talk to Yuan Rong",
"493562492": "Speak to Chef Mao",
"493905508": "Go to the Thousand Winds Temple and look for Jack's lost items",
"496145056": "Talk to Jilliana",
"496310924": "Look for a Plaustrite Shard in the pile of goods",
"496363212": "Find Childish Jiang",
"496947020": "Finish training with Asakura",
"497650580": "Give five Sakura Blooms to Kanra",
"498813204": "Go to the place Miitoboru sensed",
"498922822": "Find suitable ingredients",
"499537248": "Talk to Ellin",
"499965612": "Talk to Smiley Yanxiao",
"500282748": "Use Anemo or Hydro to help clean the flyers up",
"500385244": "Give the cocktail to Diona",
"500475441": "Unexpected Encounter",
"500633262": "Talk to the man in the mask",
"501612076": "Go to the camp with Zhiqiong",
"501638950": "Give the washed Radish to Xiangling",
"501820783": "Fungal Fracas",
"502227668": "Give the Crystal Marrow to Chouji",
"502856500": "Enter Xinyan's house",
"503380444": "Deliver the food to Laid Back Ling'guan",
"503453836": "Continue the pursuit",
"504757276": "Go to the place Akim recommended",
"505611356": "Reach Halfdan",
"505775236": "Talk to Manly Jack",
"506215896": "Find a Black Bronze Horn",
"506298732": "Activate the Kamuijima Cannons and destroy the rifts",
"506444260": "Go to Ren for a little conversation",
"506653846": "Find Qiqi back at the Bubu Pharmacy",
"507238196": "Head to the ancient tree and investigate",
"507803876": "Go to the roof to clean up",
"508644332": "Follow Diona",
"508887188": "Go to the supply station to look for clues",
"508954412": "Make the three \"leaves\" turn towards the \"branch\"",
"509363304": "Go and talk to Glory",
"509643014": "(test)播放开车台词",
"509701767": "The Secret of Al-Ahmar",
"509896927": "The Replacement's Secret",
"510033108": "Light the campfire",
"510176580": "Go to Sumeru City",
"510598212": "Follow Kazuha to a more peaceful location",
"510900684": "Feed the Sumpter Beast",
"511553143": "Negotiation with NPC fell apart - trigger before combat",
"511631548": "Talk to Qingzhou",
"512223444": "Collect planks",
"512767778": "Start clue mechanism",
"512777431": "Recuperating From a Severe Illness",
"512918460": "Defeat the Black Serpent Knight",
"512994489": "Adventure Rank Ascension 7",
"513030076": "Go to Gandharva Ville and find Tanger",
"513579649": "Look for traces of the adepti in Jueyun Karst",
"514840766": "Meet Zhongli at Dihua Marsh",
"515042999": "Thanks for Your Hospitality!",
"515633540": "Take a picture of Kichiboushi",
"515786959": "Mutual Exchange",
"515979796": "Report back to Huffman",
"516821572": "Go to Sumeru City",
"516912164": "Talk to Kayabuki",
"517479644": "Collect nearby repair materials",
"518314652": "Defeat the Shogunate's forces",
"518590820": "Go to the place Miitoboru sensed",
"519187484": "Report back to Changchang",
"520550740": "Talk to Teucer",
"520773367": "Talk to Paimon",
"520815580": "Defeat Samail and the Fatui",
"521776368": "Talk to Jack",
"522346432": "Escort the transport balloon.",
"523140572": "Talk to Qianqian",
"523723380": "Leave the Northland Bank and talk to Ningguang",
"524363823": "Talk to Kaeya",
"524409519": "Treasure Clue: Broken Isle",
"524475900": "Talk to Hosseini",
"525213516": "Talk to Heizou",
"526081732": "Hand the confused Qi Ding over to Jinwu",
"526609340": "Unlock the treasure chest",
"526694104": "Talk to Michelle",
"528054468": "Defeat the attacking Fatui",
"528972780": "Talk to Sabbah",
"529873252": "Clean up the pollution caused by The Withering",
"530064540": "Defeat all opponents",
"530340948": "Talk to Barbara",
"530773980": "Talk to Manly Jack",
"530927583": "Contraption-Contrived Cooking Course: Part I",
"531446780": "Go to Aaru Village",
"531756018": "Talk to Bao'er",
"532025732": "Hang the Xiao Lanterns near the entrance of Wangshu Inn",
"532109940": "Search for the missing part to repair the ward",
"533172332": "Investigate the rune surrounded by Fungi",
"533558279": "Adventurer Exam: Battle Tactics",
"533955532": "Go to Qingce Village",
"534001636": "Hang the Xiao Lantern on the other side of the inn's door",
"534009892": "Defeat the Great Snowboar King",
"534331772": "Talk to Ooshima Junpei",
"534940524": "Look for Subrosium",
"535055276": "Talk to Ilman",
"536370268": "Talk to Luoxia",
"536428710": "Go to the Thousand Winds Temple",
"536587220": "Talk to Takeuchi",
"536635124": "Look for Cryo Slime Condensate",
"536724812": "Talk to Esther",
"537031604": "Talk to Vermeer",
"537362652": "Report back to the hilichurl",
"538230604": "Ask people nearby for information (0/3)",
"538431412": "Find the next person who lost their Vision",
"538981856": "Use Anemo to blow out the dust",
"539070116": "Collect the purchased goods with Nilou",
"539189964": "Talk to Sangonomiya Kokomi",
"539490812": "Return to the adventurer camp",
"539958804": "Go to the Angel's Share and find Cyrus",
"541557020": "Confirm your combat readiness",
"542809732": "Talk to Paimon",
"542885727": "Treasures Beneath the Vines",
"542960442": "Talk to Madame Ping",
"543754620": "Talk to the nameless samurai",
"543756908": "Head for Albedo's campsite",
"543834724": "Investigate the strange spot",
"544205596": "Talk to Vermeer",
"544526836": "Leave the arena",
"544663606": "Ask Little Meng",
"544802782": "Head to the location marked on the \"paper snow\"",
"545068612": "After opening the cage",
"545274647": "Dreams Beneath the Searing Sand",
"545493287": "The Missing Person",
"545516988": "Talk to Enjou",
"545578012": "Talk to Miyuki",
"545632972": "Go to Sangonomiya Shrine and talk to Tsuyuko",
"546267092": "Ring the two bells on either side of the ruins",
"546577744": "Report back to Sister Victoria",
"546876668": "Talk to Arashakun",
"547162372": "Make a Xiao Lantern for Herbalist Gui",
"547473536": "Scare off the pigeons",
"547562836": "Talk to Edith",
"548427495": "Talk to Amber",
"548436668": "Leave Tenshukaku",
"548603396": "Continue forward",
"548998236": "Give the blade to the nameless samurai",
"549350216": "Talk to Margaret to finish your commission.",
"549756468": "Inspect the goods on auction",
"550768884": "Talk to Nahida",
"550912932": "Follow the trail of the Bathysmal Vishaps and search for the secret room",
"551662457": "Unleashed 7 - Hidden",
"552531540": "Follow the footprints and search for the archaeology team",
"552535900": "Go to the \"Heart\"",
"553413612": "Leave the village chief's house",
"553832100": "Use your Elemental Sight to follow Albedo's tracks",
"554340324": "Ask Momoyo what happened",
"554762383": "Talk to Diluc",
"555171692": "Report back to Neko",
"555978284": "Go to the site of the Victory Feast",
"556300975": "Return to the Knights of Favonius Headquarters with Jean",
"556465980": "Find the missing Crystalline Cores",
"556658564": "Wake Yakov up",
"557426348": "Speak to Ningguang",
"557789732": "Go to the island within the lake to check the highland ruins",
"557791172": "Give the housekeeping course materials you collected to Thoma",
"558000617": "Search for the stone tablet",
"558019156": "Leave Liyue Harbor",
"558189236": "Activate the tower controller",
"558375664": "Craft Frosting Essential Oil",
"559170065": "Glide With the Wind",
"560017548": "Rescue Ella Musk",
"560018652": "Release all the Flames of the High Gate",
"560079836": "Go to the designated location for a fight",
"560682612": "Defeat the Primo Geovishap",
"560716231": "Blackcliff Woes",
"561810820": "Give three Mist Flower Corollas to Connor",
"562973572": "Defeat the Masterless Samurai",
"563266100": "Follow Fujiwara Toshiko to the camp",
"564294676": "Go to Stormterror's Lair",
"564370356": "Help Endora capture Oceanid Creatures",
"564660164": "Talk to Bennett",
"564674212": "Go to the site where the auction is being held",
"565021412": "Discuss the situation with Paimon",
"566177676": "Talk to Dunyarzad",
"566560596": "Report back to Joel",
"566709420": "Talk to Kiminami Anna",
"567136332": "Speak to the manager",
"567219252": "Report back to Cloud Retainer",
"567494828": "Talk to Kujou Sara",
"567540204": "Talk to the Fatui Mage",
"567960444": "Talk to Venti",
"568025948": "Give an item to the hilichurl",
"569796167": "Floral Freefall",
"570312984": "Collect rope",
"570331068": "Repair the bridge",
"570460700": "Talk to Paimon",
"570543388": "Make Goulash",
"570650279": "From Outer Lands",
"572389172": "Go to the International Trade Association entrance",
"572503423": "Kunado's Trial",
"572642054": "Look for traces of food offerings",
"572706463": "Studious Maid",
"573188860": "Help Little Fei to look for his friends",
"573649119": "Go to Paimon",
"574048860": "Speak to Alrani",
"574594740": "Go to Wangshu Inn and check on Fritz",
"575328844": "Defeat your opponents",
"575487892": "Wait till daytime (6:00 – 19:00)",
"576679820": "Defeat all the ambushing Eremite members",
"576739164": "Complete the boat handling challenge",
"577091604": "Talk to Gorou",
"577542919": "Hereafter: The Trail of Pervases",
"579720764": "Follow the \"information peddlers\" to figure out what's going on",
"579847556": "Enter the village chief's house",
"579877999": "The Illumiscreen: III",
"579908908": "Talk to the mysterious young boy",
"580124593": "(Scrapped)",
"580310471": "Go to the Cathedral with Venti",
"582235108": "Head to the entrance of Dragonspine",
"582260748": "Find the members of the archaeology team",
"582614500": "Help Little Fei to look for his friends",
"583217380": "Investigate the Elemental Monuments around the hospital",
"583498324": "Find clues left by Aralohita",
"584031220": "Wait for the Dragonbone Flower to condense",
"584388900": "Go to Ritou and look for Bertrand",
"584895660": "Talk to Bernhard",
"586945156": "Talk to Aranaga",
"587338924": "Go to check on the victim",
"587389143": "The Lost Child",
"587473088": "Ask Barbara about Jean's condition",
"587874668": "Talk to Granny Ruoxin",
"588303439": "Half a Day's Leisure",
"588568504": "Complete the commission",
"588835348": "Detect Aranara",
"588847412": "Go to the Warding Stone's location",
"589388732": "Send Little Meng back to Liyue Harbor",
"589584985": "Unleashed 1 - Hidden",
"591020692": "Talk to Xavier",
"591397708": "Give three sets of Dandelions Seeds to Connor",
"591918108": "Talk to Quinn",
"592619828": "Defeat all the Treasure Hoarders",
"592853796": "Check Momoyo's wounds",
"593569936": "Fend off the Agent",
"593902134": "Inspect the Guizhong Ballista",
"594806604": "Ask around in the store",
"594866022": "Talk to Degui",
"595009684": "Talk to Asagiri",
"595961705": "Adventure Rank Ascension 2",
"596745880": "Collect three Iron Chunks and give them to Wagner",
"597298396": "Take a photo of the Twinning Isle Mural",
"597412161": "Wanderer's Trail",
"597574948": "Talk to Mr. Zhu",
"599582516": "Find a second suitable viewing spot and take a picture",
"600428476": "Go to the Grand Bazaar and see the Dance of Sabzeruz",
"600512436": "Talk to Master Jean",
"600625676": "Discarded",
"600895036": "Find the treasure area indicated by the Illumiscreen",
"601284263": "The Great Mountain Survey II",
"601939708": "Find Tighnari at Pardis Dhyai",
"602385569": "Welcome to the Adventurers' Guild",
"604724878": "Head to the yaksha statues after nightfall",
"604853292": "Talk to Neko",
"604946396": "Speak to Harris",
"605849846": "Report back to Zhihua",
"606665004": "Go to the Kamisato Estate",
"606995660": "Help to clean the area around the stall",
"608561788": "Deliver the food to Short-Tempered Wallit",
"608651092": "Talk to the Fatui at the camp",
"608825468": "Go to the site of the Test of Courage",
"608976356": "Look for Vermeer's paintbrushes and paints",
"609102887": "Garcia's Paean: Substitutes",
"609583736": "Talk to Doolan",
"610283270": "Talk to Madame Ping",
"610372180": "Talk to Krosl",
"610593836": "Talk to the team members",
"611576724": "Talk with Nilou about the current situation",
"611622884": "Go outside the cave to check the notebook",
"612473228": "Wait for Kichiboushi",
"612506852": "Talk to Eula and Amber",
"613105892": "Talk to Arama",
"613119004": "Talk to the other hilichurl willing to make conversation",
"613675884": "Go to the nearby transaction site",
"613803276": "Talk to Katheryne in Mondstadt",
"614128828": "Go to the seal with Arama",
"615309836": "Listen to the voices in the corridor",
"615796604": "Find Asakura, who issued the commission",
"616037404": "Talk to Bennett",
"616295999": "Enter the tower",
"616410380": "Follow the footprints to tail the hilichurl",
"617094748": "Talk to Katheryne in Inazuma City",
"618823116": "Talk to Sayu",
"619479598": "Defeat the suspicious person",
"619574344": "Give the rope to Allan",
"619580703": "Meet Diluc at the Winery",
"619768580": "Give the bait materials to Kayvan",
"619786460": "Talk to Kazuha",
"620041076": "Talk to the mysterious girl",
"621056028": "Wait until the following afternoon (12:00 – 14:00)",
"621431692": "Talk to Tiantian",
"621532660": "Go to the Tenryou Commission Headquarters",
"622216380": "Talk to Elber",
"622394572": "Look for Chilled Meat",
"622627831": "The Gourmet Supremos: Of Shrines and Sakura",
"623203650": "Talk to Ella Musk",
"623235476": "Give five Teyvat Fried Eggs to Matsumoto",
"623473268": "Break the seal over the shrine",
"623580308": "Go to Mt. Hulao to search for traces of \"Big Sis\"",
"623914188": "Play hide-and-seek with Dusky Ming",
"624186540": "Head to the designated location to meet Kouichi",
"625042132": "Investigate Kokomi's secret base",
"625454660": "Look for traces of the other group's members",
"625512604": "Confront the Fatui",
"625700356": "Use Dendro to heal the Aranara",
"625710196": "Go to the perimeter of the camp",
"625914084": "Talk to Fushizome",
"626429588": "Leave the arena",
"626474908": "Find the treasure",
"626848748": "Head over to the designated area recorded in the notebook",
"627492388": "Play the part of a merchant and talk to Gorou",
"627704828": "Enter the pool",
"628119004": "Make a Satisfying Salad and give it to Sara",
"629733348": "Leave the place you are in",
"629857060": "Go to the temporary Fatui camp",
"629903004": "Destroy the final Bedrock Key",
"630445695": "Ask the guards around the city gate for information",
"631659735": "The Bake-Danukis' Gift",
"632675343": "Talk to Amber",
"633013476": "Defeat your opponents",
"633119625": "An Impromptu Change of Plan",
"633141036": "Talk to everyone",
"633322988": "Go beside the window",
"633685268": "Exit the cave",
"634340900": "Look for Fresh Small Lamp Grass",
"634732378": "Find the final ruin",
"634844644": "Collect documents nearby (0/3)",
"635167688": "Talk to Victoria",
"635219999": "Good Hunter Express",
"635513868": "Talk to Mamesuke and Shibasuke",
"635715352": "Go to Qingce Village and visit Chang the Ninth",
"636306612": "Go to the pond",
"636962132": "Look for Jueyun Chili and Slime Condensate",
"637256140": "Talk to Hu Tao again",
"637280708": "Solve the puzzle of the Watatsumi statue",
"637310100": "Keep going and defeat the opponents",
"637332990": "Placeholder Quest",
"637423732": "Go to Komore Teahouse",
"638737956": "Go to the Mawtiyima Forest",
"639573895": "Gazing Three Thousand Miles Away",
"640169655": "Garcia's Paean: the Echo of Someone",
"641240337": "Wind-Riding Knight",
"641250884": "Go to the ruins",
"641631828": "Activate the tower controller",
"641767512": "Talk to Timmie",
"642104468": "Meet up with Alhaitham",
"642923972": "Have a duel with Amenoma Yuuya",
"643548140": "Go to the camp and ask for clues regarding the strange air current",
"643681247": "Corps of Thirty Recruitment",
"644218590": "Talk to Jean",
"644339916": "Look for the materials that Kayvan needs",
"644584788": "Activate the Ruin Golem",
"645250367": "Teucer's Terrific Tour",
"645549248": "Defeat all opponents",
"645768316": "Detect dark smoke 2",
"645974095": "Go to the location designated by Amber",
"646244292": "Defeat Haniyyah",
"646461503": "The Cliffside Weirdo and a Risky Study?",
"646506604": "Return to the cavern entrance",
"647330700": "Defeat the Abyss Order",
"647793052": "Talk to Cyno",
"647965748": "Talk to Julie",
"648140652": "Talk to Qiu'ge",
"648365556": "Follow the trail to search for the package",
"648719679": "Infiltrate the basement and obtain the Holy Lyre der Himmel",
"648794180": "Go to the Feiyun Commerce Guild warehouse",
"649368612": "Look for another three Strange Teeth",
"650396364": "Talk to Anna",
"650429180": "Report back to Wang'ya",
"650751780": "Talk to everyone",
"651227543": "Evermotion Mechanical Painting: Finale",
"651367468": "Follow Alrani",
"651685279": "Good Hunter Express",
"651711796": "Obtain 3 Archaic Stones for Muning",
"652856012": "Defeat all opponents",
"653142484": "Speak to Albedo",
"653191396": "Bring Teucer to where Childe is",
"653927708": "Talk to Paimon",
"653974724": "Talk to Garcia",
"654183324": "Talk to Wang'ya",
"655210940": "Talk to people at Yujing Terrace",
"655508388": "Talk to Xiangling",
"657098788": "Return to the Grand Narukami Shrine and talk to Yae Miko",
"657138356": "Go to the Ministry of Civil Affairs and find Keqing",
"657274652": "Talk to Brother Qian at night (21:00 – 05:00)",
"657354924": "Proceed onward and search for the archaeology team",
"657411556": "Capture the Great Snowboar King",
"658128324": "Go to the wharf to look for Beidou",
"658779551": "Look for the suspicious person using Elemental Sight",
"659474260": "Enter the underground ruins",
"659496652": "Return to Sangonomiya Shrine and talk to Tsuyuko",
"659728276": "Talk to Kiminami Anna",
"660567732": "Talk to Farghani",
"660576540": "Hand 3 Harra Fruits to Vardan",
"660727452": "Defeat the Treasure Hoarders blocking the way",
"661380207": "Talk to Amber",
"662016514": "Talk to NPC",
"662929828": "Play with Kichiboushi",
"663918060": "Find Anna",
"663938820": "Talk to Nahida",
"664387988": "Take a picture at Windrise that captures the river and shade of the trees",
"664441156": "Return to Springvale and talk to Brook",
"665409148": "Wait until the following day (06:00 – 18:00)",
"665437988": "Look for clues in the hilichurl camp",
"665539980": "Talk to Smiley Yanxiao at night (19:00 – 23:00)",
"666916076": "Meet up with Xinyan",
"667023135": "Temporary Escape",
"667059316": "Look for Cai Le",
"667134736": "Go to the docks and see what's going on",
"667391304": "Talk to Allan",
"667862628": "Ask the locals for information",
"668044092": "Talk to Wang'ya",
"668998046": "Ask tavern patrons about the strongest fighter in Mondstadt",
"669758732": "Clean up the Withering Zone",
"669959295": "Expose hidden trigger to start driving",
"670875588": "Investigate the trees inside Ashvattha's Concourse",
"672147284": "Head to investigate the site of the second anomaly",
"673679135": "Tianqiu Treasure Trail",
"673691580": "Go to the Fatui Mage's hidden encampment",
"673804020": "Report the situation to Zhiping",
"674190911": "Journey to Tsurumi",
"675257460": "Go to Tokoyo Reisen",
"675322260": "Catch up with Mamesuke and Shibasuke",
"675843740": "Report back to Neko",
"675979351": "Controllable Explosion",
"676207463": "The End of the Sabzeruz Festival",
"676251608": "Find the cat",
"676413796": "Investigate the rear of the library and solve the puzzle",
"676527084": "Return to Komore Teahouse",
"676670140": "Follow the path",
"676733348": "Use the power of Dendro to \"awaken\" the Golden Rose",
"677008025": "Open the cage",
"677376868": "Go to the Golden Apple Archipelago",
"677998324": "Give the planks to Dayu",
"678821436": "Release all the Flames of the High Gate",
"679943284": "Report back to Miyuki",
"680121492": "Deliver the food to Short-Tempered Wallit",
"680989324": "Talk to Rudolf",
"681119177": "Urgent Repairs",
"681173396": "Go to the heretical ground mentioned in the clues",
"681695183": "The Empty Illusions of the Sabzeruz Festival",
"681823116": "Use the Ghostfish to head to the Tower of the Void",
"681904983": "Venture beyond the seal",
"681982216": "Ask Jifang about the travel guide",
"682170278": "(test)与大家聊聊天",
"682180340": "Take a picture of the top of Starsnatch Cliff at night (19:00 – 24:00)",
"682215780": "Wait till the next morning (8:00 – 10:00)",
"682402876": "Go to the roof to clean up",
"682531116": "Go to the Grand Narukami Shrine",
"682659391": "The Path of the Treasure-Seeker... Part II?",
"682665956": "Collect 2 Small Lamp Grass",
"682766308": "Use the cage-shaped object to destroy the three remaining Bedrock Keys",
"682983879": "Enter the ruins",
"683415732": "Talk to Taisuke",
"683514804": "Give the drinks to Lisa and Jean",
"683627100": "Talk to Nahida",
"683863135": "Ministry Missions",
"684023170": "Find the lost book in the forest",
"684638828": "Defeat the Rifthounds",
"684954564": "Talk to Mishima Michitoshi",
"684977628": "Take a walk by the beach with Beidou",
"685786918": "(test)Start Gameplay",
"686714932": "Obtain the Divine Bridle",
"687785956": "Look for 50 Starsilver Ore",
"687960132": "Talk to Barbara",
"688216756": "Go to the place Akim recommended",
"688256730": "Rollback isolation",
"688958060": "Bring the Cheese back to Kiminami Anna",
"690093804": "Unlock the road ahead using the Rhythm of the Beastly Trail",
"691044220": "Use Elemental Sight to look for the lost items",
"691076364": "Head to Dragonspine to retrieve the packages",
"691560580": "Go to Bantan Sango Detective Agency",
"692196788": "Head to the designated location",
"692236868": "Detect Aranara",
"692693556": "Go to where Vanarana is",
"693005348": "Talk to the Tenryou Commission Doushin Kimura",
"693253072": "Talk to Wyatt",
"693365767": "Bantan Sango Case File: Case-Closing Time",
"693704140": "Find Kun Jun",
"693983236": "Head partway up the mountain",
"694219884": "Pass Jinwu's soup to Zhiqiong",
"694454340": "Go to the Stormbearer Mountains and find Eula",
"694772556": "Defeat all the ronin",
"694885292": "Help Sayu retrieve the ninja equipment",
"695296092": "Talk to everyone",
"695552656": "Defeat the attacking Fatui",
"695762970": "Collect the treasure",
"695770092": "Talk to Xudong",
"695906564": "Look for clues",
"696149156": "Defeat Emira",
"696333636": "Return to the outside of the lake to check Wolfgang's notes",
"696384444": "Find the destination of the mirage maze",
"697899196": "Talk to Alrani",
"697985271": "When the Trail Goes Cold",
"698063284": "Investigate the Whispering Woods",
"698297564": "Go to the door",
"698430556": "Defeat the Ruin Guard",
"698957351": "Surreptitious Seven-Star Seal Sundering",
"699731284": "Gather intel at Tatarasuna",
"700273156": "Talk to Diona",
"700394788": "Talk to the afterimage in prison",
"700661764": "Look for clues nearby",
"700741860": "Go to the wilds of Narukami Island where the Fatui are",
"701514479": "A Visitor From Westward Realms",
"701630532": "Find Anna",
"701651604": "Link the lower power system",
"701793764": "Go to where the monsters have gathered and defeat them",
"701997148": "Investigate the mysterious device",
"702010158": "Follow the road up to Yujing Terrace",
"702109580": "Speak to Hardworking Silio",
"702384804": "Go to Ritou's border to carry out Chisato's plan",
"702509052": "Look for the final Bedrock Key",
"702718726": "Talk to Jifang and ask about Yakshas: The Guardian Adepti",
"703044180": "Water the flowers",
"703593484": "Continue onward through the shattered space",
"703663812": "Complete \"Illumiscreen: Mora\"",
"703821764": "Talk to Fujiwara Toshiko",
"703886764": "Give an item to the hilichurl",
"704659988": "Check on the safehouse",
"704829124": "Negotiate with the officials at the Tenryou Commission Headquarters",
"704839692": "Gather information as instructed by Nahida",
"705356412": "Check Wolfgang's notes",
"705377268": "Investigate the secret room",
"706237676": "Talk to Aragaru",
"706575836": "Wait for Nahida to enter the inhabitant's consciousness and talk to Setaria",
"707395260": "Discarded",
"707567452": "Talk to Midori",
"707646055": "Matsumoto's Fried Egg Fracas",
"707760180": "Examine the strange wooden barrel",
"708236708": "Look for Arapas",
"708851420": "Follow the trail of the Bathysmal Vishaps and search for the secret room",
"708876468": "Find and light up all the devices",
"709210276": "Read the stone tablet at the \"Fang\"",
"709360300": "Talk to Paimon",
"710030472": "Go back and talk to Timaeus",
"710201308": "Go to the Treasure Hoarder camp",
"710299260": "Talk to Beidou",
"711113756": "Complete \"Illumiscreen: Glaze Lily\"",
"712141092": "Investigate the mysterious device",
"712556140": "Talk to Venti",
"712669060": "Talk to Arabalika",
"712957148": "Use Elemental Sight to find the lost box",
"713957732": "Report back to Cloud Retainer",
"714121204": "Talk to Arama",
"714780279": "Search for elemental marks",
"714963852": "Talk to Hammer Li",
"715230452": "Deliver the food to Hardworking Silio",
"715575940": "Talk to Kiminami Anna",
"715588228": "Go to Guili Plains",
"715941063": "Important clue",
"716324396": "Head to the monster habitat to test the sword",
"716362508": "Bring Shenhe to Bubu Pharmacy to purchase medicines",
"717726932": "Talk to everyone",
"717752540": "Leave Repository",
"717880668": "Go to the submission event to listen to what the readers like",
"718199340": "Go to open the door to the gunpowder storehouse",
"718696572": "Find the treasure area indicated by the Illumiscreen",
"718930340": "Roam the streets with Thoma",
"719496799": "Meteorites and Adventure",
"719866524": "Obtain the fragment of the Reins of Revival",
"719964372": "Head to the top of the tower",
"721328740": "Go back to the village chief's house",
"721561910": "Talk to Zhang Shun",
"721959951": "Guests in Qingce",
"722130847": "Hilichurl Justice",
"722532512": "The hilichurls have been startled awake",
"722817465": "Investigate the ruin",
"723169180": "Follow the Seelie",
"723374244": "Talk to Paimon",
"723469552": "Check your bag for the required item - Black Copper Horn",
"724043180": "Leave the ruins",
"724258948": "Use the Kusava to break the seal on the Yajna Grass",
"724698414": "Repair the Guizhong Ballista",
"725273455": "A Quiet Day in Liyue Harbor",
"725639036": "Collect the Xiao Lanterns",
"726200740": "Go to Gilded Journey",
"727284415": "A Trip Through Fog and Wind",
"728255188": "Talk to Anna",
"730258439": "Adventure Takes Courage!",
"731697220": "Scatter the deposit of wind",
"731801612": "Report back to Sumida",
"732258359": "The Causality of the Sabzeruz Festival",
"732290754": "Defeat opponents",
"732400516": "Head to the designated location",
"733228756": "Meet up with Takuya and Arataki Itto",
"733986084": "Return to Vimara Village",
"734614548": "Talk to Kazuha",
"735059929": "Share Not Your Treasures",
"735096832": "Give the Dandelion Seeds to Glory",
"735370644": "Go to Chihu Rock",
"735929926": "Discuss your findings with Paimon",
"736162212": "Collect documents nearby (2/3)",
"736825436": "Go to the Warding Stone's location",
"737162276": "Talk to Vardan and Gurgen",
"737271628": "Speak to Chloris",
"737951460": "Talk to Nahida",
"738525020": "Search for Muning, the Ministry of Civil Affairs' specialist",
"738582476": "Talk to Hanbei",
"739796612": "Continue exploring",
"740367388": "Give Ooshima Junpei three Iron Ores",
"741441844": "Play the Rhythm of the Great Dream at the designated location",
"741500100": "Defeat the ronin guarding this place",
"741532254": "Go and check the suspicious location",
"742085340": "Go to the investigation site",
"742669735": "Use Dvalin's Teardrop Crystal on the Holy Lyre",
"743251420": "Search for an Onikabuto",
"743569700": "Repair the bridge",
"743635676": "Obtain the offerings from the spirit",
"744340604": "Talk to Beidou",
"745067967": "Meow... Meow meow? Meow! Meow.",
"745087084": "Speak to Albedo",
"745144212": "Proceed deeper within to look for Iotham",
"745757322": "Talk to \"First Mate\" Little Fei",
"745817678": "Report back to Zhihua",
"746588708": "Talk to Godwin",
"746801628": "Talk to Tacit Tingfang",
"746916300": "Talk to Kamei Munehisa",
"747163692": "Go to the gate that Zhiqiong mentioned",
"747345902": "Find the treasure, or go to Bolai for some advice",
"747678327": "Good Medicine Is Difficult to Make",
"749064156": "Solve the astral puzzle",
"749364732": "Enter Khaj-Nisut",
"749458908": "Place Fowl into the bowl",
"749615956": "Defeat Taj",
"749619519": "The Ancient Azure Stars",
"750304188": "Go to the location marked out on the map",
"750534263": "Undetected Infiltration",
"750617182": "Look for traces of food offerings",
"750678636": "Talk to Jiayi",
"750830084": "Make a Satisfying Salad",
"751047804": "Prepare a boat for Sakujirou alongside Yoimiya",
"751193788": "Demonstrate how to use a wind glider to Anna",
"751312332": "Talk to Smiley Yanxiao",
"751444892": "Talk to Mamoru",
"751453460": "Talk to Kamisato Ayaka",
"751711944": "Pass the citizens' commissions on to Jean",
"751973364": "Return to The Five Kasen Plaza",
"753026527": "Concresoil",
"753196796": "Talk to Nilou",
"753367476": "Report back to Sun Yu and Little Que'er",
"753896439": "Hold Elemental Skill",
"754033308": "Head to the designated location to collect the Xiao Lantern",
"754633980": "Examine Kuronushi's portrait",
"755056780": "Talk to Aratani",
"755282449": "The South Wind Brings Adventure",
"755447556": "Proceed deeper within to investigate",
"755695154": "Quest start",
"756463580": "Talk to Hanfeng",
"756635996": "Go to the Ritou docks",
"756934943": "Talk to Razor and the Wolf of the North",
"757620582": "Head to the \"usual place\"",
"757676900": "Talk to Fukumoto",
"757685428": "Clear the three camps west of Wangshu Inn",
"757754292": "Talk to Xu",
"760342607": "Ruin Drake Maelstrom",
"760807471": "Spike Self-Circulation Report: Experimental Procedure",
"761058268": "Talk to Fukumoto",
"761086340": "Talk to the fan club members",
"761724732": "Sneak near the sakura tree near the shrine",
"761795772": "Continue looking for runes",
"762352956": "Talk to Banu",
"762440842": "Talk to Grace",
"763116940": "Talk to the fisher on the fishing boat",
"763359364": "Follow the source of the voice",
"763484590": "Chase down the Abyss Mage with Klee (If the Abyss Mage gets more than 50m away, the quest will be failed)",
"763782097": "Overstretched",
"765447628": "Go to Good Hunter",
"765573108": "Read the stone tablet at the \"Eye\"",
"766184876": "Talk to Soheil",
"766429391": "The Rhythm that Leads to the Gloomy Path",
"767776444": "Defeat all the Treasure Hoarders",
"767862436": "Talk to Itto",
"768514180": "Light the Primal Torches",
"769205100": "Talk to Sayu",
"769613148": "Ask the soldiers for information",
"770327212": "Meet Nahida at the plaza",
"770789847": "The Strongest Opponent! The Biggest Crisis!",
"770849788": "Talk to Anna",
"771183596": "Look for Fritz among the patients at Wangshu Inn",
"771349748": "Give five jars of Sugar to Jahan",
"771832740": "Fetch a good price for the Dull Ring",
"772072332": "Find the \"samachurl herbal soup\"",
"772516103": "Look for the marks left by Raptor",
"773118558": "Look for the ingredients Paimon needs",
"773149895": "Pen Pals, Book Reviews, and the Super Lucky General",
"773251119": "Go to Windrise",
"773268118": "(test)去案犯现场再看看",
"773328508": "Talk to Mamesuke and Shibasuke",
"773394206": "Find the treasure, or go to Bolai for some advice",
"773518695": "The Subterranean Trials of Drake and Serpent",
"773824724": "Climb onto the rooftop and look for a Finch nest",
"774634260": "Find more clues in the space",
"774806556": "Talk to Fujiwara Toshiko",
"774859633": "Calm Before the Storm",
"775143905": "Wangshu",
"775421820": "Talk to Hammer Li",
"776802156": "Defeat the Fatui",
"776898652": "Go collect the treasure",
"777074548": "Talk to Layla",
"777569631": "Enter the Abyss Order Stronghold",
"777695348": "Talk to Yan'er",
"777857788": "Defeat the Radicals",
"778091839": "Taste of Happiness",
"778199452": "Investigate the ley line disorder",
"778561444": "Talk to Arama",
"779112196": "Talk to Zhiruo",
"779228604": "Talk to Xu",
"779636316": "Play a melody by the stage",
"781154519": "Sleep Alone Can't Wait",
"782132212": "Attract slimes and reclaim Mr. Zhu's lost ring",
"782585636": "Clash of Rebels",
"783045252": "Get news of Arataki Itto",
"783649084": "Report back to Najat",
"783788687": "Interrogate the guard",
"784164297": "Ellin, the Wannabe Knight",
"784183110": "Talk to Jean",
"784750768": "Go to the strange location",
"784944332": "Report back to Nermin",
"785144455": "A Special Base Drink",
"785324292": "Rescue Jack from the hilichurls",
"785622740": "Talk to the Aranara",
"785667084": "Report back to Gulabgir",
"786706294": "Talk to Jiayi at the Ministry of Civil Affairs",
"789119236": "Talk to Shinnojou",
"789160252": "Proceed deeper within to find Benben",
"790357716": "Talk to Miyuki on the mountain path",
"791581252": "Contact Venti in a less conspicuous place",
"791963652": "Talk to Yae Miko",
"792606612": "Follow Kamisato Ayaka",
"792742404": "Return to Ogura Textiles & Kimonos",
"793468076": "Talk to Ms. Bai",
"794129927": "Geri's Gastro-Nostalgia",
"795774236": "Talk to Vahid",
"796393716": "Open the mysterious box",
"797183820": "Look for a place to release the drifting bottle",
"797874236": "Go to Atsuko's house",
"798159348": "Talk to Freki",
"798685004": "Look for a Northlander Polearm Billet",
"799016831": "Interrogate the guard",
"799028676": "Repair the ward",
"799467108": "Check the case files",
"799899230": "Negotiate with the Abyss Mage",
"801394292": "Return and report the situation to Rafiq",
"802179543": "Gazing Three Thousand Miles Away",
"802600271": "Talk to the NPC in room 1",
"802735044": "Talk to Yae Miko",
"802847796": "Talk to Anna",
"803592612": "Head to the place Noelle wants to go",
"804561388": "Use the mechanism to guide the light",
"804794039": "A Herald Without Adherents",
"805132175": "Hanfeng's Iron-Mongering",
"805821951": "Look for the location in the riddle",
"806009700": "Continue onward through the shattered space",
"806889508": "Meet up with Dori's contact",
"807147676": "Talk to the hilichurl",
"807176484": "Head to Third-Round Knockout",
"807376132": "Report the situation to Inaba Kyuuzou",
"807690476": "Talk to Ruu at the designated location",
"807898852": "Defeat the enemies near the destination",
"807927532": "Head to the location to stand guard",
"808072388": "Defeat the Treasure Hoarders",
"808329356": "Defeat the Tenryou Commission officers",
"808358244": "Talk to Fujiwara Toshiko",
"810340284": "Talk to Yi'nian",
"810581543": "A Gifted Rose: Long Day Ahead",
"811016916": "Gather information as instructed by Nahida",
"811094700": "Gather everybody and get the situation straight",
"812784844": "Talk to Paimon",
"813503972": "Head to your destination",
"813765228": "Talk to Clitopho",
"813828372": "Defeat the Fatui",
"815643167": "The Sound of Discord",
"815945124": "Pick up the object that the Abyss Lector left behind",
"816088454": "Go back to the Knights' headquarters and report to Jean",
"817394204": "Go to the submission event to listen to what the readers like",
"817643876": "Go to the Adventurers' Guild",
"817871628": "Give a Xiao Lantern to Jiangxue",
"817929223": "Adventurer Exam: Taking Flight",
"818628740": "Go and place Pursina's Spikes",
"819246468": "Talk to Brook",
"819800916": "Return to The Five Kasen Plaza at Ritou",
"820305684": "Talk to the Aranara",
"820594732": "Look for the marks left behind",
"820715908": "Investigate the Eremites' camp",
"820830364": "Talk to Kichiboushi",
"821189140": "Speak to Ei and get up to speed with the situation",
"822024340": "Head to the counter and get ready to open for business",
"822342684": "Talk to Rana",
"822796900": "Talk to Kayvan",
"822847340": "Report back to Kosekimaru",
"822954516": "Talk to Bennett",
"823386574": "Use Pyro to heat the pot",
"823860980": "Head to \"South Base Camp\" to search for journals",
"823973932": "Talk to Wagner",
"824110700": "Give the cooking ingredients to Kamei Munehisa",
"824182644": "Go to the Ghostfish pool in the northwest",
"824661044": "Head to Minacious Isle",
"824755084": "Clean up the Withering Zone",
"825469300": "Look for Valberries and Sunsettias",
"825666124": "Talk to Katarina",
"825974135": "Clear the ruins",
"826069668": "Catch fish to obtain scales",
"826103839": "Tell Diluc about the war declaration",
"826280876": "Collect the four parts of the clues to the treasure",
"826714900": "Talk to Ei",
"827001148": "Activate the device and lure the hilichurls out",
"828308168": "Trigger communication success branch",
"828524068": "Go to the Grand Narukami Shrine",
"828779166": "Defeat all opponents",
"828867164": "Soothe the Sumpter Beast",
"829289369": "Wisdom of Ancient Civilizations",
"829330660": "Take a stab at Araesha's second riddle",
"829415190": "Search for Cloud Retainer",
"830040364": "Go to the waterfall north of the city",
"830933156": "Talk to Shenhe",
"830998796": "Catch up with the suspicious ambassador",
"831308264": "Talk to Arthur",
"831314220": "Persuade the extras",
"831831887": "Hilichurl Justice",
"832198860": "Search for meteorites near Wangshu Inn",
"832628692": "Operate the device and investigate further",
"832959064": "Collect Firm Arrowhead",
"834187552": "Defeat all of the slimes",
"834387668": "Go to the Soul Guide's Locus",
"835298700": "Talk to Noelle",
"835306380": "Talk to Xiao",
"835995038": "Wait for night to fall (18:00 – 23:00)",
"836100164": "Talk to Cloud Retainer",
"836216852": "Report back to Flora",
"836518068": "Talk to Cyno",
"836751124": "Find the place mentioned in Nikolay's diary",
"837021136": "Talk to the hilichurl with Ella Musk",
"839169908": "Find out what the girl who stopped you wants",
"839894984": "Talk to Jack",
"840008172": "Go to Qingce Village and ask about the situation",
"840110492": "Witness the young woman defeat the final Fatuus",
"840118345": "Wooden Hilichurl Nest",
"840791151": "Behold, the Sign Comes Like A Thief...",
"840899335": "Shadow of the Cat",
"841013076": "Investigate the altar",
"841092860": "Play CS",
"841235831": "Room 5 — combat loop and pin quest",
"841336988": "Defeat the attacking monsters",
"841659268": "Go to the exit of the cave",
"842261892": "Talk to Nimrod",
"843307292": "Talk to the strange person on the cliff",
"843878524": "Thaw all the shards out",
"844425244": "Talk to Viktor",
"844907593": "Sharpening the Axe Won't Hinder the Work",
"845519404": "Explore the lower level of Khemenu Temple",
"845643740": "Find Childish Jiang",
"845869743": "Find the second clue",
"846194207": "Find a gift for Lisa (Hidden)",
"846587084": "Talk to the afterimage in front of the seal",
"847105671": "Lantern Rite, Big Business?",
"847811863": "Fresh Flora",
"847968335": "Break the seal in Stormterror's Lair",
"849137692": "Look around for the items you need",
"849237804": "Keep exploring",
"849605328": "Approach the hilichurl that is awake, but don't wake the others",
"849647060": "Proceed deeper within the ruins",
"851193248": "Talk to Tunner",
"851314412": "Go to the ninjutsu training ground",
"851812324": "Go to the Dainichi Mikoshi",
"852158524": "Talk to Cyrus",
"852313572": "Talk to Viktor",
"852405716": "Defeat the ambushing slimes",
"853046492": "Go to Wanmin Restaurant to help Chongyun restock on popsicles",
"853068280": "Talk to Katheryne for more details",
"854187572": "Defeat all the hilichurls",
"855134244": "Go to Wangshu Inn en route to Mondstadt",
"855442958": "Talk to Xiao at the meeting spot",
"855967892": "Meet Nantuck at Cider Lake",
"856020764": "Report back to Yun Jin",
"856176300": "Look for the insignia the Electrohammer Vanguard speaks of",
"856267366": "Talk to Lan",
"856946932": "Talk to Uncle He",
"857109316": "Sail through the thunderstorm",
"857383646": "Talk to Bolai",
"857707804": "Ask people nearby for information",
"857955020": "Talk to Neko",
"858010100": "Go to the spot to take photos",
"858087964": "Go to the Stormbearer Mountains and gather fresh Valberries",
"858168612": "Play the music according to the pattern of the roses",
"858518244": "Talk to Arataki Itto",
"858547828": "Talk to Aranaga",
"858834444": "Look for the submerged cave",
"859149535": "Break the seal in Stormterror's Lair",
"859723255": "Operation Substitution",
"859804884": "Interact with Rana",
"859878951": "Look for the suspicious person using Elemental Sight",
"859978884": "Talk to Kazuha",
"861117294": "Return to Liyue Harbor and find Shitou",
"861363692": "Assemble the Tower of the Void",
"861824391": "The Night-Bird Falls at the Curtain's Call",
"863049199": "Talk to Mondstadt's guards",
"863865734": "Combat I",
"864544244": "Go to Liyue Harbor's wharf",
"864599884": "Talk to Zhongli",
"865909548": "Talk to Xingxi",
"866374928": "Talk to Sara about her problem",
"868087927": "Tricolor File",
"868496132": "Talk to Yayoi Nanatsuki",
"868604780": "Talk to Nahida",
"868928724": "Defeat all opponents",
"869474030": "Offer the Delicious Mora Meat",
"870307244": "Eat some cake with Gorou",
"870694108": "Talk to Brother Qian",
"870763076": "Check the area where lightning struck",
"870876311": "After the Curtain Falls",
"871070548": "Give three Fresh Sakura Blooms to Julie",
"871206692": "Talk to Xavier",
"871644028": "Pursue the elemental trail",
"872125612": "Talk to Luka and enter the tavern",
"872278548": "Find the helper who Yae Miko spoke of",
"872511127": "Defeat all opponents in the ruin",
"872856820": "Discarded",
"872926940": "Talk to Yelan",
"873861071": "The Servant's Path",
"874023724": "Report back to Gulabgir",
"874676572": "Ask people nearby for information (2/3)",
"875124332": "Participate in the racing competition",
"875657956": "Examine the mechanism and open the gate to the secret room",
"875666132": "Defeat the Treasure Hoarders",
"875673556": "Clear the Treasure Hoarders from the miner's camp",
"875804468": "Continue upwards to investigate",
"876309775": "The Final Chapter",
"876669292": "Bring the completed dish back to Tang Wen",
"876800188": "Talk to the Theater Head",
"876947676": "Talk to Paimon",
"877287128": "Talk to the hilichurl with Ella Musk",
"877651852": "Examine the dark fog in front of you",
"877882988": "Head to the entrance of Qingce Village at night (18:00 – 00:00)",
"877903160": "Give the trophy and letter to Tunner",
"878296180": "Defeat the Abyss Mages at the three locations",
"878553516": "Bring Uncle He back to camp to meet Jinwu",
"879079020": "Talk to Lisa and Jean",
"879821785": "Empty Abode",
"879993268": "Talk to Parvaneh",
"880610796": "Defeat the Rifthounds",
"880706264": "Defeat all opponents",
"881121364": "Talk to Eula",
"883468615": "Fecund Hamper",
"883518676": "Look for Terrified Schuster",
"883879772": "Report the results to Shigeru",
"883949292": "Witness Inaba Kyuuzou's fate.",
"884914472": "Talk to Katheryne",
"885066516": "Find some solid planks",
"885845060": "Give Xamaran some of the Adjuvant's power",
"885974076": "Talk to the Watatsumi Island soldiers",
"886378332": "Play Aranakin's song",
"886993204": "Defeat the Ruin Guard",
"887214812": "Give Brook six servings of Fowl",
"887276852": "Talk to Jebrael",
"887318863": "Like Rhyme and Song, the Summer Reverie",
"887375460": "Give 3 portions of meat to Juza",
"887636620": "Go to Wakukau Shoal",
"887715524": "Find Childish Jiang",
"887986796": "Ask a nearby merchant for information",
"888124764": "Fend off the monsters",
"888237671": "Talk to Marjorie about returning the library book",
"888936976": "Talk to Doolan",
"889089812": "Talk to Shinnojou",
"889198956": "Persuade Herman",
"889201060": "Talk to Mamesuke and Shibasuke",
"889406508": "Go to the reef near Broken Isle",
"889961460": "Give a Xiao Lantern to Manager Xiao",
"890037588": "Deliver the picture to the customer",
"890333412": "Ask Marjorie about a present",
"891136279": "For a Dream I Tarry",
"891891844": "Help to clean the area around the stall",
"892599588": "Learn about the Oni race's past from Itto",
"893254470": "Go back to the crime scene",
"893476804": "Talk to Dainsleif",
"893690460": "Check on Childe's work",
"894258356": "Return to \"A Moment of Dreams\"",
"894408824": "Use Elemental Sight to find the cart loaded with Cor Lapis",
"894859884": "Talk to Granny Ruoxin",
"894900039": "The Start of Contamination",
"896099444": "Use the Ghostfish to head to the Tower of the Void",
"897343732": "Follow the voice to see what's happening",
"897530284": "Talk to the people who are blocking the cave",
"897975276": "Use the cage-shaped object to destroy the three remaining Bedrock Keys",
"898607812": "Follow the scent and look for clues",
"898838862": "Go to the kitchen",
"898994444": "Explore the cave",
"899249471": "Listen to the Bard's performance",
"899999444": "Use Elemental Sight to chase the tracks",
"900402236": "Look for the final Bedrock Key",
"900866628": "Bring the completed dish back to Tang Wen",
"901168596": "Talk to Jiangxue",
"901446276": "Clear the spores that cover the stones",
"901572684": "Rescue the person surrounded by monsters",
"902394788": "Defeat the Fatui",
"902531548": "Go talk to Miitoboru",
"902614991": "Bantan Sango Case File: The Search",
"903374263": "Ninken by the Shore",
"903395500": "Go to the Kairagi camp",
"904669788": "Go further in",
"905857324": "Leave Aramuhukunda's home",
"905917732": "Talk to Parvaneh",
"906514184": "Give the trophy and letter to Tunner",
"906572148": "Talk to Garcia",
"907123476": "Give Living Spring to Arapas",
"907436868": "Go and check for crystal ore in Stormterror's Lair",
"907797818": "Find the treasure clue",
"909422260": "Return to Vile",
"909446548": "Open Date's secret room and obtain the treasure",
"910450372": "Talk to Xavier",
"911159118": "Look for signs",
"911420831": "Enter the ruins",
"911638148": "Give Changchang three Silk Flowers",
"911655956": "Return to Gandharva Ville",
"912382106": "Go investigate the flashing light",
"912806428": "Talk to Banu",
"912881743": "Lotus Eater",
"913062436": "Unravel the secret behind Luhua Pool",
"913215031": "Use fire to burn the plan out of the Abyss Mage",
"913254132": "Wait until the following day (08:00 – 12:00)",
"913468636": "Demonstrate archery techniques again",
"913632812": "Hang the Xiao Lantern on the house",
"913746980": "Report back to the Adventurers' Guild",
"913894820": "Talk to Bennett",
"914251548": "Talk to Connor",
"914283620": "Touch the strange ornament",
"914354047": "Enter the Cathedral at night (18:00 – 06:00)",
"915744959": "Realm of Fog and Wind",
"915876444": "Defeat a certain number of Spinocrocodiles",
"916223972": "Awaken the Fungi's potential",
"916345284": "Talk to Cyrus",
"916781262": "Go to the construction site of Mingxiao Lanterns",
"916979980": "Go to Stormterror's Lair",
"917295620": "Go to the \"Eye\"",
"917713919": "Leave the Abyss Order stronghold",
"918307108": "Speak to Master Zhang",
"918528004": "Follow Zhongli's instructions and light the monuments up",
"918554940": "Ask around for clues about the current situation",
"918555366": "Seek Ying'er's advice",
"918743628": "Go to the Eremites' hideout",
"918992148": "Talk to Neko",
"919530468": "Talk to the suspicious person",
"919575052": "Defeat the berserk \"Masanori\"",
"919895068": "Go to the abandoned shrine northeast of Konda Village",
"919918732": "Head to the dock and find the foreman, Uncle Dai",
"920003732": "Talk to everyone",
"920262268": "Visit the old couple to ask for their help",
"920262968": "Search for the carts loaded with Cor Lapis",
"920395111": "Explore the temple's depths",
"920558078": "Search for a way up to the Jade Chamber",
"920693532": "Go to The Alcor",
"921004831": "Into the Hinterland",
"921084452": "Find the \"branch\" together with Aranakula",
"922038340": "Talk to Xavier",
"922816478": "Find some Radishes",
"923323244": "Ask for Li Xiao's opinion",
"923341948": "Speak to Ms. Yu",
"924285260": "Defeat the suspicious person",
"924433428": "Give Brook six servings of Raw Meat",
"924708028": "Follow Little Meng to release the drifting bottle",
"924965588": "Go to the peace talks",
"925269612": "Find out what the girl who stopped you wants",
"926121132": "Wait till the next morning (8:00 – 10:00)",
"926364578": "Talk to NPC",
"926404596": "Investigate the area",
"926859983": "The World of Aranara",
"927498996": "Look for Gorou",
"928171860": "Talk to Arashakun",
"928371895": "\"Fin of Watatsumi\"",
"929335511": "Dawn",
"929764140": "Go to Mondstadt's alchemy store",
"929776428": "Go to the next person you need to apologize to",
"930213070": "Talk to Klee",
"930852812": "Find the clues to Tejima's memory",
"931071972": "Go to the designated location for a fight",
"931533540": "Find the way to Khaj-Nisut",
"931802516": "Report back to Saimon Jirou",
"931860956": "Talk to Asagiri",
"932381100": "Report back to Riese",
"932631471": "Question and Answer",
"932673562": "Complete minigame",
"932860772": "Talk to Paimon",
"932874164": "Give the appropriate documents to Jiayi",
"933901378": "Go investigate the flashing light",
"933949876": "Report back to Blanche",
"934057692": "Defeat the hilichurls",
"934758791": "The Third Experiment: Life",
"935051956": "Go to the photography class",
"935305044": "Climb up to the statue's hands",
"935863908": "Talk to Xavier",
"935890940": "Complete the challenge",
"937026212": "Talk to Ningguang and Beidou",
"937343700": "Take Teucer out to the toy store",
"937390724": "Defeat all opponents in the encampment on the right",
"937484300": "Talk to Noelle",
"937665014": "Paimon Dialog (Hidden)",
"937678633": "In the City of Geo Live the Adepti",
"937681396": "Activate the device again",
"938038476": "Talk to Gorou about how to deal with the situation",
"938906516": "Clear out the nearby monsters",
"938997692": "Enter the Serenitea Pot",
"939032068": "Talk to Diluc",
"939237932": "Search for the kitty on Mondstadt's rooftops",
"939450703": "Through the Predawn Night",
"940285908": "Enter The Vengeful Wood",
"940658148": "Demonstrate how to use a wind glider to Anna",
"941554312": "Collect the completed meals",
"941559276": "Pick Calla Lilies",
"942192892": "Talk to Ella Musk",
"942202404": "Meet Albedo at The Five Kasen Plaza",
"942635492": "Talk to Dainsleif",
"942893382": "Give the Delicious Jade Parcels to Xiangling",
"943410940": "Find the treasure area indicated by the Illumiscreen",
"944204063": "Tatara Tales: Data Collection",
"944296156": "Go to Qingce Village",
"945900816": "Go to the hilichurl camp with Ella Musk",
"946458556": "Talk to Bernhard",
"946630260": "Hang the Xiao Lantern on one side of the inn's door",
"947261020": "Go and look for Yakov",
"947521388": "Return to Albedo's camp",
"947766404": "Go to the Mondstadt Adventurers' Guild and look for Katheryne",
"948809332": "Talk to Tsarevich",
"949761097": "Let the Wind Lead",
"949770460": "Bring the completed dish back to Tang Wen",
"949835332": "Talk to Bennett",
"949989372": "Help Shouta find out the reason",
"950946676": "Hidden Climate Control",
"951762980": "Ask Kiminami Anna for help",
"952464824": "Collect Sweet Flowers",
"952481772": "Talk to Garcia",
"952610076": "Talk to Tsuyuko",
"953072642": "Complete minigame",
"953128111": "Drama Phantasmagoria: Tale of the Sword-Wielding Princess!",
"953929196": "Talk to Viktor",
"954053860": "Defeat the mercenaries that followed you",
"954102668": "Talk to Zhiqiong",
"954916308": "Talk to Miitoboru",
"954976548": "Take a stroll with Beidou in the fishing village",
"955317820": "Scare off the hilichurls and save the cart",
"956292086": "Continue to help Xiangling",
"956351428": "Place the letter at the meeting place",
"956745028": "Go to the investigation site and perform the rescue",
"957314588": "Talk to Garcia",
"957823252": "Clear the three camps west of Wangshu Inn",
"957943140": "Go to the Liyue Adventurers' Guild",
"958358228": "Defeat dark smoke 1",
"958614119": "Like a Triumphant Hero",
"958777980": "Leave Dawn Winery",
"959886596": "Accompany Yoimiya and Klee to see the Irodori Festival",
"960235532": "Follow Isak",
"960832356": "Go to the monster camp and defeat them",
"961558684": "Go through the \"arch\"",
"961627276": "Find Mr. Bohuan",
"961790222": "Talk to Paimon (Hidden)",
"962127508": "Activate the Kamuijima Cannons and destroy the rifts",
"962273740": "Talk to Timmie",
"962414430": "Look for the ingredients Paimon needs",
"963197780": "Talk to Rana",
"963388052": "Talk to Ogura Mio",
"965348690": "Sweep up the pile of leaves",
"965476970": "Talk to NPC",
"965914295": "Problem Conversion: Loading Capacity",
"965988676": "Talk to Flora",
"966451762": "Talk to Bao'er",
"966870527": "Statue of The Seven (I) unlocked",
"967012804": "Continue looking for chests",
"967060436": "Speak to Ei in the distance",
"967225372": "Talk to Katheryne in Inazuma",
"967423792": "Decide if 08 or 10 are complete",
"967569996": "Talk to Kujirai Momiji",
"967748220": "Use the Kusava to break the seal on the Barsam Flower",
"967827598": "Find the treasure",
"967916460": "Talk to Ningguang",
"968617556": "Find Kid Kujirai's Temari",
"968851868": "Talk to Ooshima Junpei",
"968970732": "Return to Springvale",
"969439420": "Talk to Manager Kuan, Clerk Zhao, and Nervous An",
"969504751": "Clean House",
"969526094": "Give the Dandelion to Degui",
"970138380": "Talk to Ei",
"970199114": "Find the treasure clue",
"970467964": "Look for the adventurer Zhiqiong",
"970468716": "Defeat all opponents",
"970599676": "Report back to Hanachirusato",
"970919428": "Ask Ramsay about the kimonos",
"971501252": "Talk to everyone",
"971767204": "Go to Hanfeng's Ironmongers",
"971768060": "Report back to Ryuuji",
"971810036": "Go near the marked location and have Electro applied to you for 15s",
"972043780": "Defeat the Floating Fungi",
"972117412": "Watch the Dance of Sabzeruz",
"972289988": "Go to the Tower of the Void in the south",
"972749060": "Discarded",
"973190071": "Sanden's Resource Request",
"974090142": "Talk to Li Dang",
"974225294": "Meet Mountain Shaper",
"974487489": "Hurdle",
"975027679": "Date's Challenge",
"975960756": "Talk to Yae Miko",
"976056246": "Go to Bubu Pharmacy",
"976359796": "Report back to Flora",
"976876932": "Talk to Endora",
"977058940": "Talk to Hatim at Lambad's Tavern",
"977197905": "Present From the Past",
"977206212": "Talk to Kichiboushi",
"978862020": "Go to the Grand Narukami Shrine and apologize to Yae Miko",
"979087628": "Talk to Xavier",
"979204252": "Reach the destination without being launched or taking any damage",
"979887300": "Talk to Hosseini",
"980390692": "Talk to Sangonomiya Kokomi",
"980931948": "Go to the Akademiya to meet up with Alhaitham",
"981368180": "Go to where the cart is",
"981823503": "The Floral Courtyard: Part III",
"982059900": "Head to the garden cared for by Aranakula",
"982282575": "Rishboland Tiger, Roaaar",
"982372775": "Leaves on the Wind",
"982509180": "Continue the pursuit",
"982525404": "Meet up with Fukumoto at Puspa Café",
"983158932": "Complete the \"Act I, Scene II\" film shoot",
"983321636": "Ask about the legendary island",
"983370084": "Speak to Alrani",
"983574916": "Investigate the areas to retrieve the stone slates",
"984001900": "Clear the flotsam from the south wharf",
"984138423": "Return to Mondstadt",
"984281988": "Talk to Garcia",
"984785364": "Talk to Kichiboushi",
"985365028": "Talk to Ogura Mio",
"985518116": "Bring Uncle He back to camp to meet Jinwu",
"986005876": "Talk to everyone",
"987313612": "Talk to Ryuuji",
"987539652": "Look for the place the diary mentioned",
"987962612": "Get some information from the Eremites",
"988220068": "Wait until the following afternoon (12:00 – 18:00)",
"988459908": "Head over to Bibo",
"988527774": "Talk to Zhang Shun",
"989390972": "Talk to Xavier",
"989802870": "Report back to Zhihua",
"989928172": "Take a stroll around Hanamizaka",
"990244476": "Talk to the soldier",
"990533156": "Pass the three trials",
"991899260": "Defeat the Fatui",
"992165359": "Mountain Mixologist",
"992176574": "Talk to Huai'an",
"992384964": "Go to Ritou and look for Bertrand",
"992574628": "Talk to Arapandu",
"993391756": "Gather information as instructed by Nahida",
"993748356": "Go to the place that Aranakula mentioned",
"994353812": "Talk to Vile",
"994895009": "Get the invoices",
"995370828": "Talk to Tiantian",
"995798692": "Travel to Tsurumi Island",
"996315964": "Collect firewood",
"996370375": "Follow the markers to arrive at the finish line in time",
"996592252": "Give the drink to Zhongli",
"997284084": "Look for pieces of Miitoboru on nearby beaches",
"998270583": "Enter the depths of the ruin",
"998586576": "Trigger communication failure branch",
"999300900": "Go back to Wangshu Inn and report back to Xiao",
"999740932": "Sail to where the treasure lies",
"999859759": "Unforeseen Circumstances",
"1000227599": "Eight Locales Over Mountains and Seas: Blazing Poetry",
"1001126484": "Return to the lab",
"1001452724": "Catch up with Fujiwara Toshiko",
"1001484383": "Reliable Helper",
"1001577695": "Amidst Chaos, the Rock Is Unmoved",
"1001815924": "Find the key to the cage",
"1003122318": "Clear the cavern of the hilichurls with the evil aura",
"1003630498": "Find the treasure clue",
"1003786428": "Talk to Helbet and Kayvan",
"1003820164": "Return to Amenoma Smithy",
"1006000604": "Defeat the Pyro Slimes and gather Slime Condensate",
"1006868188": "Leave the shrine",
"1007006432": "Go to Xinyue Kiosk and eavesdrop on Gentry Maocai",
"1007045420": "Talk to everyone",
"1007307692": "Talk to Farris, the Knight of Flowers",
"1007463895": "A Secret Born From Ashes",
"1007910916": "Talk to Barbara",
"1008054352": "Find a Stained Mask",
"1008905071": "Bantan Sango Case File: Mystery of the Black Shadow",
"1009297543": "Tanuki-Bayashi in the Forest",
"1010134295": "The Oni's Evil",
"1010397535": "Look for the marks left by Raptor",
"1010968260": "Defeat the Treasure Hoarders",
"1010989044": "Talk to Beidou",
"1011139612": "Give ten Iron Chunks to Master Zhang",
"1011200708": "Go collect the treasure",
"1011304524": "Go to the Irodori Festival site on Ritou",
"1011803900": "Go to the Eleazar hospital",
"1012625481": "Go to the highest point of Qingce Village to search for fragments.",
"1012695568": "Talk to Ellin",
"1013094212": "Report back to Hamawi",
"1013526975": "For Her Judgment Reaches to the Skies...",
"1013617284": "Talk to Clerk Zhao",
"1014197852": "Play the music according to the pattern of the roses",
"1014646860": "Investigate the area and retrieve the stone slates",
"1014749840": "Control respawn",
"1015358364": "Give the sugar to Arasaka",
"1015933308": "Seal the Warding Stone",
"1015968644": "Talk to Ararycan",
"1016781828": "Investigate the abnormal Ley Line deposit",
"1017087036": "Go to the area where the match will take place",
"1017612764": "Share the dish you made with Chouji",
"1018531388": "Record the condition of the roots",
"1018751134": "Look for Jack and Stanley",
"1018824276": "Talk to Thoma",
"1018896998": "Pray and make a wish at Yujing Terrace",
"1020002036": "Talk to Beidou and Kazuha",
"1020902560": "Find the monster based on Jack's description",
"1021763428": "Talk to Sumida",
"1021935550": "Enter Liuli Pavilion",
"1021999060": "Go to the mining camp to look for the Sumeru researcher",
"1022654740": "Talk to Little Meng",
"1023253524": "Go to the Dainichi Mikoshi's entrance",
"1023611479": "Beneath the Surface",
"1023648292": "Talk to Hilmi",
"1023675900": "Talk to Little Meng",
"1025544732": "Talk to Arana",
"1025888911": "Sorry, Timmie!",
"1026518692": "Talk to Soraya",
"1027268132": "Go to Northland Bank",
"1027391124": "Talk to Sango",
"1027713999": "Children of the Forest",
"1028967015": "For Fruits, Seeds, and Trees",
"1029454569": "Gliding Test Quest",
"1029533836": "Talk to Draff",
"1029754860": "Talk to Dunyarzad",
"1031516932": "Talk to Pallad",
"1031568724": "Report back to Yasmin",
"1032222772": "Talk to Ryuuji",
"1032399228": "Pursue the Treasure Hoarders",
"1032585124": "Talk to Sumida",
"1033414892": "Head to the spot where the giant meteorite made landfall",
"1033561348": "Try and convince the lovebirds to be quiet",
"1033632884": "Defeat the Cryo Hypostasis",
"1033808983": "Thoughts Carried On the Wind",
"1035027052": "Report back to Iron Ingot",
"1035131343": "Chisato's Letter",
"1035206095": "Defeat the monsters guarding the ruin to complete the challenge",
"1035491196": "Take the pictures back to Oda Tarou",
"1035541164": "Continue negotiating with Werner",
"1035641440": "Go check the details",
"1036984273": "Adventure Rank Ascension 4",
"1039132372": "Talk to the children",
"1040619828": "Give five White Iron Chunks to Dwarkanath",
"1041192332": "Board the Alcor",
"1042144692": "Help Hatim select a Golden Dish",
"1043246020": "Go with Anna to complete her Adventurers' Guild commission",
"1043280792": "Finish conversation",
"1043676876": "Help the Aranara",
"1043732764": "Report back to Noelle and Alois",
"1044015961": "Venti's New Plan",
"1044340452": "Defeat the hilichurls by the Aranara house",
"1044373204": "Report back to Jack",
"1044584380": "Learn a thing or two from Xu Liushi",
"1044665812": "Collect 4 portions of Core Propulsion by defeating 2 Specters",
"1044772996": "Activate the relays",
"1045059335": "Ere the End, a Glance Back",
"1045110359": "The Littlest Journey: Means of Self-Defense?",
"1045900364": "Enter the cave",
"1046324868": "Look for another three Strange Teeth",
"1047070452": "Use Elemental Sight to look for clues",
"1047295156": "Give the Plaustrite Shard to Congzi",
"1047641188": "Give the wine to the nameless samurai",
"1048083016": "Go back and talk to Ellin",
"1048460168": "Destroy all the training dummies in under 2 seconds",
"1048615454": "Talk to Liu Su",
"1048923095": "Talk to Diluc",
"1048940401": "Guest from Afar",
"1049262756": "Help Xamaran's kin",
"1049328692": "Report back to Xavier",
"1050229316": "Contact Venti in a less conspicuous place",
"1050333212": "Talk to Ooshima Junpei",
"1050355428": "Go to the port to investigate the Fatui",
"1050558036": "Wait for the impostor Gendou at night (21:00 – 23:00)",
"1050646476": "Negotiate with Werner again",
"1051249759": "The Shadow Over Dadaupa",
"1051686916": "Help Shouta place offerings at the shrine",
"1052098604": "Talk to Diona",
"1052303876": "Talk to Little Meng",
"1053113836": "Talk to Pallad",
"1055148892": "Gather 12 Naku Weeds",
"1055199231": "Show Canceled",
"1055344428": "Go downstairs and help bring Smiley Yanxiao the food ingredients",
"1055354860": "Go to the second mechanism",
"1055431172": "Ask Alhaitham about the test results",
"1056013036": "Look for pieces of Miitoboru on nearby beaches",
"1056064210": "Talk to \"Captain\" Little Meng",
"1056232484": "Report back to Ogura Mio",
"1056251060": "Give Haypasia the food you made for her",
"1056815652": "Speak to Childish Jiang",
"1057020508": "Search in the tree for 3 traces of the wind",
"1057058620": "Pay Mona a visit",
"1057498468": "Talk to Zhiruo",
"1058067132": "Follow Schubert",
"1058146348": "Follow the stone slate's guidance and obtain full clearance",
"1058219111": "Chain of Interests",
"1059743868": "Talk to Candace",
"1059789679": "The Chasm Charters",
"1060061583": "Go to the exam point",
"1060388412": "Go with Anna to complete her Adventurers' Guild commission",
"1060525996": "Approach the giant flower",
"1061672916": "Defeat all opponents on the mountaintops",
"1061926415": "Go to the upcurrent",
"1062853396": "Tell Jinwu about what you've discovered of Uncle He's whereabouts",
"1062915076": "Look for firework materials in the city",
"1063021554": "Talk to Smiley Yanxiao",
"1063722120": "Complete Margaret's commission",
"1064095916": "Try and convince the lovebirds to be quiet",
"1064214596": "Talk to Arama and enter the Vasara Tree's dream",
"1064603828": "Investigate the cavern",
"1065218124": "Talk to Bennett",
"1065329863": "A Ruin Under Lock and Key",
"1065399092": "Go to Yanshang Teahouse after 20:00",
"1065516356": "Enter the ruins",
"1065970116": "Report back to Captain Night Raven",
"1065994148": "Talk to the Treasure Hoarder who stole the Vision",
"1066403092": "Give two Sausages to Smiley Yanxiao",
"1066856820": "Pick suitable seasonings",
"1067040260": "Talk to Adelinde",
"1067217975": "Talk to Paimon",
"1067306212": "Report back to Najat",
"1067436956": "Talk to Zakariya",
"1067542284": "Talk to Aranakula",
"1067856052": "Talk to Mr. Zhu",
"1068679020": "Speak to Short-Tempered Wallit",
"1068777532": "Spray the potions with Yasmin",
"1068868308": "Talk to Oleg",
"1069107884": "Read the Signaling Guide",
"1069931844": "Go to Vimara Village",
"1070495004": "Pursue the elemental trail",
"1070528044": "Talk to Kazuha",
"1070671636": "Demonstrate archery to Shouji",
"1072750852": "Talk to Tanger",
"1073045932": "Defeat the huge monster",
"1073212004": "Wait for the appointed time and go to the Mondstadt plaza",
"1074762564": "Find the source of the voice",
"1075699084": "Board Miitoboru",
"1075971932": "Find the Treasure Hoarder's camp",
"1076242020": "Look for clues",
"1076687460": "Deliver the food to Zhuyu",
"1077171196": "Touch the paper charm hangers",
"1077453380": "Clean up The Withering",
"1077697860": "Keep talking to Akim",
"1077970884": "Record the condition of the roots",
"1078716156": "Talk to Granny Asami",
"1078894100": "Defeat the opponents that appeared",
"1079170311": "In Another Land",
"1079206535": "A Very Festive Problem",
"1080204377": "Food Delivery",
"1080453348": "Talk to Katheryne in Liyue Harbor",
"1080478932": "Report back to Gulabgir",
"1080782636": "Talk to Endora",
"1080819508": "Listen in on the locals' conversations",
"1080994244": "Catch crabs near the Thunder Sakura",
"1081623008": "Give the Shocking Essential Oil",
"1081790684": "Give three portions of Slime Condensate to Akim",
"1082042076": "Talk to Miyuki",
"1082587020": "Talk to Ryuuji",
"1082855684": "Study the canvas",
"1083277244": "Talk to Fujiwara Toshiko",
"1083601060": "Talk to Yicheng",
"1084323823": "Smiley's Selections",
"1084721068": "Return to Uyuu Restaurant",
"1085277740": "Act as the Rishboland Tiger and catch all the Aranara",
"1086454612": "Talk to Cyrus",
"1086641159": "Scenario 1 Trigger",
"1086875868": "Look for Teppei",
"1087035767": "Treasure Voyage",
"1087134492": "Talk to Dwarkanath",
"1087590644": "Investigate the Treasure Hoarder camp again",
"1087722796": "Go to investigate the ship",
"1088184404": "Talk to Wang'ya",
"1088778732": "Talk to everyone",
"1088982596": "Talk to Endora",
"1089300660": "Talk to Qingzhou",
"1089622236": "Find Persikov's manuscript",
"1089783694": "Talk to Xiao",
"1090982183": "The Bunkoku Enigma",
"1091126340": "Give Herbalist Gui three Qingxin",
"1091367943": "A Child From Beyond the Forest",
"1091578364": "Size up the other competitors",
"1091834636": "Talk to Old Chou",
"1092033524": "Talk to Flora",
"1092227484": "Talk to Midori",
"1092564044": "Talk to Raiden Ei",
"1092618020": "Solve the mystery of the stones",
"1092630492": "Talk to Sara at the Police Station",
"1092921447": "The Illumiscreen: II",
"1093315788": "Rescue the surrounded resistance soldier",
"1093754391": "Reach Target Point 5 (Hidden)",
"1093816820": "Try to lift the seal",
"1093940212": "Approach the doors from which you hear voices",
"1094264924": "Go in search of the Inscriptions of Remembrance with Arama",
"1094333159": "Look for and rescue the Aranara",
"1094639908": "Use the Omni-Ubiquity Net to capture small animals",
"1094731732": "Wait till the next morning (8:00 – 10:00)",
"1094825916": "Bring the completed dish back to Tang Wen",
"1095085143": "\"Eye of Watatsumi\"",
"1095332855": "To Catch a Kitten",
"1095424876": "Check the suspicious location and eliminate any threats",
"1095584260": "Prepare to set off.",
"1096115604": "Talk to Sango",
"1096294132": "Talk to Mr. Zhu",
"1096788004": "Wait until the following night (20 – 24)",
"1097159812": "Clear the main road of any monsters and obstacles",
"1097221252": "Look for Barbara around The Cat's Tail",
"1098494676": "Talk to Xingqiu",
"1098768524": "Return to Silapna",
"1098794588": "Go with Heizou to where the inmates are imprisoned",
"1098807476": "Deliver the food to Iris within the designated time",
"1098863116": "Listen to and solve the troubles of the citizenry",
"1099171412": "Talk to Tighnari",
"1099454311": "Sister Victoria's Vexation",
"1100885100": "Give Roald the Fluorescent Fungus",
"1101987020": "Talk to Rana",
"1102683364": "Defeat all opponents",
"1103328111": "A-Toymaking We Shall Go: Core Propulsion",
"1103590236": "Give Goth the timber",
"1104225356": "Talk to the illusions",
"1104229940": "Wait until the following day (07:00 – 08:00)",
"1104392756": "Organize your thoughts on the familiar bench in the city",
"1105236332": "Inform Cyno of the intel",
"1105326948": "Report back to Shitou",
"1105686879": "Pizza From Another Land",
"1106119328": "Complete Margaret's commission",
"1106223857": "A Little Booze Doesn't Hurt...",
"1106750292": "Talk to Anthony",
"1106775007": "Windswept Domain",
"1107116108": "Find and offer up the objects in which Aberaku nested his thoughts",
"1107120900": "Talk to Helbet and Kayvan",
"1107782020": "Investigate the Treasure Hoarder camp",
"1108186639": "Hilichurl Justice",
"1108409828": "Follow Keijirou without being noticed",
"1108449588": "Talk to Venti",
"1108457820": "Talk to Mona and enjoy a good meal",
"1108460791": "Qingce Village Treasure Hunt",
"1108722132": "Help the girl you met by chance",
"1108965612": "Ask the soldiers about the wine",
"1109255252": "Investigate the temporary Fatui camp",
"1109741028": "Ask Ryuuji for information",
"1109917060": "Collect three Onikabuto",
"1111020964": "Talk to \"Katheryne\"",
"1111529428": "Talk to the thing calling itself \"Enjou\"",
"1111930342": "Find the treasure",
"1112238510": "Find the mechanism at the entrance of Jueyunjian",
"1112492228": "Inspect the goods on auction",
"1113244550": "Search for the Cleansing Bell",
"1113439862": "Talk with everyone (hide)",
"1113646692": "Talk to Arapandu",
"1115056460": "Leave Police Station",
"1115108676": "Continue looking for clues",
"1115352620": "Talk to Vile",
"1117430783": "A Fine Opportunity?",
"1117612924": "Talk to Iris",
"1118208364": "Go outside Inazuma City",
"1118387100": "Go to Araumi and look for the Special Magical Crystal Ore",
"1118391204": "Discuss matters with everyone",
"1118582718": "Offer the perfumes to the Statue of the Seven",
"1118591668": "Defeat the Raiden Shogun",
"1119079052": "Find and talk to Ganyu",
"1121074732": "Talk to everyone",
"1121398020": "Talk to Smiley Yanxiao",
"1121709388": "Find a place to sit and wait for the Eremites to arrive",
"1122366540": "Talk to Uncle Sun",
"1122487044": "Catch an Ornamental Fish in the Stormbearer Mountains",
"1122892292": "Take a picture of the situation at the Mikage Furnace",
"1123627103": "Noelle's Strength",
"1124092348": "Check the candidate's manifesto",
"1124420252": "Talk to Paimon",
"1124514260": "Report back to Xavier",
"1125093724": "Collect 3 Special Magical Crystal Ore",
"1125376524": "Return the stones to their rightful place",
"1125738564": "Talk to Geri",
"1125948040": "Deliver the letter to the servant at the Feiyun Commerce Guild",
"1126263260": "Talk to Siegfria",
"1126377228": "Follow the source of the voice",
"1126461228": "Ask Tang Wen about the kimonos",
"1126796300": "Escort the goods and leave Ritou",
"1126876492": "Talk to Alhaitham",
"1127619284": "Search for suspicious places based on the hints",
"1127721092": "Talk to the Warehouse Manager",
"1127733575": "Paimon's Doubts",
"1127843489": "Mystery of the Arcadian Ruins",
"1127903943": "Chronic Illness",
"1128455015": "Killjoy",
"1128781991": "Memory's Final Chapter",
"1129122055": "Problem Conversion",
"1129801424": "Make a cocktail",
"1130447052": "Enter the Yashiro Commission Headquarters",
"1130722940": "Help Yu clean the shop",
"1130789564": "Look for a way to destroy the Bedrock Keys",
"1130995236": "Go into the depths of the cavern where the Pyro Regisvine is",
"1131233420": "Talk to Kichiboushi",
"1131258420": "Defeat all the Treasure Hoarders",
"1131485724": "Investigate and repair the paths",
"1131580540": "Wait till the next morning (08:00 – 10:00)",
"1132278348": "Go to the east side of Watatsumi Island and look for Heizou",
"1132484492": "Leave the Hiiragi Estate and go over what you know",
"1132605044": "Go to Sumeru City",
"1133281208": "Give the Sturdy Plank to Farrah",
"1133614239": "Treatment on the Island",
"1133846615": "Aroma of the Past",
"1134308124": "Explore the Realm of Khab",
"1134761862": "Go to Mt. Tianheng",
"1134867540": "Go to the Eremite base",
"1134889164": "Talk to Diona",
"1135760300": "Talk to Ruu at the designated location",
"1136484692": "Go to the Nagato household and find out what happened",
"1137627342": "Cook a Delicious Chicken-Mushroom Skewer",
"1138535524": "Go to the village and look for materials with which to initiate repairs",
"1139279577": "Who Is Mondstadt's Strongest Fighter?",
"1139828983": "Give three chunks of Raw Meat to Razor",
"1140373380": "Talk to Sayid",
"1140713836": "Report back to Neko",
"1141220612": "Look for \"that person\"",
"1141289060": "Head to the designated location",
"1141339420": "Head near Mt. Aocang to look for Ganyu",
"1141533348": "Head to Heyu Tea House",
"1141818916": "Look for the source of the voice",
"1141820353": "The Mystery of the Girl in Red's Treasure",
"1142770988": "Challenge Yae Miko again",
"1142814276": "Discarded",
"1144389808": "Collect wood",
"1144596132": "Defeat the Everlasting Lord of Arcane Wisdom",
"1144910732": "Make Delicious Chili-Mince Cornbread Buns",
"1145128564": "Destroy the Perches",
"1145923172": "Talk to Kuki Shinobu",
"1147422652": "Go to the Vision Hunt Ceremony",
"1147914980": "Talk to Bolai",
"1148232359": "As the Courtyard in Spring Once Appeared",
"1148236926": "Go to the site of the Rite of Parting",
"1148427396": "Make a Satisfying Salad and give it to Sara",
"1148559252": "Head to the counter and get ready to open for business",
"1148902684": "Ask Beidou and Kazuha about your final opponent",
"1149009228": "Talk to Vermeer",
"1151043092": "Give Ooshima Junpei three Naku Weed",
"1151375020": "Defeat the ambushing monsters",
"1153071895": "Investigate the strange sound up ahead",
"1153198380": "Meet Hiiragi Chisato",
"1153350276": "Follow Cyno",
"1153369135": "Thesis Proposal: He Shall not Pass",
"1153527447": "Good Hunter Express",
"1154389732": "Square off against the Tenryou Commission members",
"1154956380": "Talk to Jafar",
"1155033932": "Talk to Zakariya",
"1155266700": "Have breakfast together with Ningguang",
"1155579068": "Investigate the tree house",
"1155718732": "Consult Ying'er",
"1155738132": "Close \"Hymn of the Holy Land\"",
"1156197564": "Go investigate the shrine nearby",
"1156206708": "Talk to Cyno",
"1156275252": "Touch the paper charm hangers",
"1156385612": "Speak to Harris",
"1156521503": "Go to the Abyss Order stronghold",
"1156909004": "Escape within the time limit",
"1156964716": "Wait till the next day",
"1157347252": "Return and appraise the fertilizer situation",
"1157851343": "Room 1 - complete pinned quest",
"1157992380": "Talk to Qiqi",
"1158558372": "Confirm the source of the sound",
"1158583972": "Find Nète at the Akademiya",
"1158735676": "Talk to Goth",
"1159389708": "Talk to Arama",
"1159517588": "Learn the truth of the situation",
"1159747887": "A Forest of Change",
"1159855244": "Go to the Irodori Festival site",
"1160060180": "Go back to the Wangsheng Funeral Parlor with Hu Tao",
"1160501580": "Leave the village chief's house",
"1160614212": "Repair the path to the tower",
"1161383932": "Talk to Chongyun",
"1161621716": "Talk to Xavier to begin the shoot",
"1161769476": "Investigate the surrounding area",
"1161933364": "Claim Wisdom Orb",
"1162012740": "Talk to Nahida",
"1162202343": "Neko Is a Cat: The Children",
"1162374132": "Return to the accommodation",
"1162449412": "Guess the second lantern riddle",
"1162559156": "Give two servings of Flaming Red Bolognese to Geri",
"1163587062": "Report back to Huai'an",
"1164753134": "Head over to the Guizhong Ballista",
"1165014764": "Talk to Honglang",
"1165076780": "Report the outcome of your investigation to Uncle Dai",
"1165624764": "Follow Razi to find Tanger",
"1165703012": "Wait till the next day",
"1165748452": "Ask Yayoi Nanatsuki for clues",
"1166170092": "Review the goods on board the ship",
"1166381748": "Rest until 11:00 – 14:00 the next day and talk to Chouji",
"1166748783": "Any Unsolved Mysteries?",
"1166929600": "Give the trophy and letter to Tunner",
"1167067764": "Report back to Jiayi",
"1167387452": "Talk to Brother Qian",
"1167396372": "Roam the streets with Thoma",
"1167567060": "Talk to Charles",
"1167628887": "Arrive at the depths of the Abyss Order stronghold",
"1167646129": "Lantern Rite Rewards",
"1167664188": "Pick Small Lamp Grass",
"1168040476": "Go to the docks to see Kokomi and Gorou off (18:00 – 20:00 the next day)",
"1168487980": "Talk to Kozue",
"1168679692": "Exchange \"pointed words\" with the members of Ayn Al-Ahmar",
"1169629052": "Investigate the nearby area and search for clues",
"1170040972": "Talk to Jafar",
"1170625447": "Tracking the Thunder",
"1170680967": "Radiant Sakura",
"1170708255": "Docked on a Moonlit Night",
"1171013828": "Report back to Jifang",
"1171598212": "Follow the water's flow and search for the source of the foul energy",
"1172394641": "Defeat the Treasure Hoarders and obtain the key",
"1173686244": "Talk to Komaki",
"1174326476": "Go with Anna to complete her Adventurers' Guild commission",
"1174445599": "Dune-Entombed Fecundity: Part II",
"1174477004": "Finish filming the second act",
"1174654876": "Follow the strange star",
"1175460924": "Go to the spot and strike a pose",
"1175467708": "Go through the passage and reach The Balladeer",
"1175879015": "Necessary Procedures",
"1175889648": "Talk to Jean",
"1176403049": "Stop, Albert. Stop!",
"1176404559": "Glide over the chasm",
"1176483036": "Confront Saimon Jirou",
"1177640172": "Talk to the Aranara",
"1178031559": "Selling Like Hot Carvings",
"1179000116": "Find the lost Sumpter Beast",
"1179231588": "Go to the bottom floor of Heyu Tea House",
"1179739471": "Sudden Discomfort",
"1180327116": "Talk to Garcia",
"1180390956": "Restore the stones and solve the puzzle",
"1180690028": "Reach the place where Albedo is",
"1180746284": "Report back to Gulabgir",
"1181514588": "Talk to Paimon",
"1181554450": "Talk to NPC",
"1182520804": "Head for Dragonspine's summit",
"1182613247": "Connor's Brew",
"1182956204": "Talk to Tubby",
"1183072948": "Activate the Pursina's Spike",
"1183401384": "Clear out the monsters on the watchtower",
"1183725180": "Ask the editors some questions",
"1183971372": "Give the tailored clothes to Ningguang",
"1184287852": "Talk to Muning and Zhiqiong",
"1184591016": "Talk to Magar",
"1184682996": "Go to the Tower of the Void",
"1184760239": "The Great Tree",
"1184960660": "Talk to Luka and enter the tavern",
"1185163983": "The Children of Vimara Village",
"1185265844": "Talk to Kazuha",
"1185654050": "Talk to NPC",
"1185760676": "Continue investigating the ruins",
"1185939140": "Go and pick 3 Qingxin flowers from atop the cliff",
"1186130172": "Talk to everyone",
"1186857580": "Get close to the direction where the sound is from",
"1187446540": "Collect 3 Special Magical Crystal Ore",
"1187893756": "Talk to Uda",
"1188037148": "Give the Special Unmoving Essential Oils to Clitopho",
"1188246100": "Explore up ahead",
"1188536356": "Unravel the secret behind Luhua Pool",
"1188723428": "Report back to Clerk Zhao",
"1188929796": "Check on the Ley Line Extractor",
"1189104612": "Talk to Zakariya",
"1189152972": "Wait till the next morning (08:00 – 12:00) and talk to Fushizome",
"1190442668": "Go to Oina Beach",
"1190776220": "Talk to the young man you rescued",
"1191401828": "Proceed deeper within Khemenu Temple",
"1191693874": "Defeat all opponents in the camp",
"1191992332": "Enter the pool",
"1192278860": "Meet the informants",
"1193066447": "Vimana Agama: Jazari's Chapter",
"1193757500": "Talk to everyone",
"1193822916": "Talk to Kosekimaru",
"1194784911": "Playing With Fire... Works",
"1196523278": "Talk to the chef",
"1197396008": "Return to the Knights of Favonius Headquarters",
"1197618468": "Report back to Neko",
"1198670124": "Look for another three Strange Teeth",
"1199153844": "Talk to Allan",
"1199618135": "Go back to the top of the tower",
"1199651748": "Copy down the bulletin concerning business permits",
"1199865420": "Defeat all opponents",
"1200134614": "Talk to Musheng to collect rewards",
"1200452703": "Shadow of Yore",
"1201433364": "Defeat all opponents and clear the obstacles",
"1201552476": "Use the great cannon to destroy the sealing rocks",
"1201895036": "Keep going and defeat the opponents",
"1201950644": "Defeat all opponents",
"1202068119": "Talk to Lisa to understand what the clue means",
"1202474284": "Take a seat by the table",
"1202829103": "Mysterious Urban Legend",
"1203774532": "Chase the Treasure Hoarders away for Kiminami Anna",
"1204923636": "Investigate the Wangsheng Funeral Parlor's surroundings while waiting for Hu Tao",
"1205058468": "Defeat the Stonehide Lawachurl",
"1205735596": "Proceed deeper within to find Benben",
"1205775404": "Give the present to Viktor",
"1206114172": "Use the power of Dendro to \"awaken\" the Golden Rose",
"1206184108": "Obtain Vermillionite from the Ruin Hunter",
"1206724575": "Adventurer's Entrance Exam",
"1207155348": "Advance Quest progress",
"1207541170": "Talk to \"Captain\" Little Meng",
"1207702036": "Finish acting out the Finale",
"1207725753": "Zhongli's Treat",
"1208896300": "Speak to the afterimage in front of you",
"1209373772": "Explore the shrine",
"1209380908": "Report back to Lan",
"1209773396": "Talk to Hanachirusato",
"1210032692": "Look for cooking ingredients",
"1210562652": "Have a meal at Liuli Pavilion with Kichiboushi and Paimon",
"1210698468": "Talk to Azalai",
"1211926388": "Break Suda's Flow at three locations",
"1212062428": "Talk to Zakariya",
"1213334844": "Enjoy Festival Utsava with Aranara in the Vanarana in the dream",
"1213360076": "Defeat the monsters in your path",
"1213978596": "Accompany Ganyu to return to Liyue Harbor",
"1214069716": "Talk to Mamesuke and Shibasuke",
"1214097100": "Defeat the Kairagi",
"1214434644": "Go process your application at the Outlander Affairs Agency with Thoma",
"1214488628": "Look for the person calling for Barbara",
"1214815380": "Search for repair materials in the camp",
"1215255900": "Continue upwards to investigate",
"1215261036": "Hang the bells around the shrine",
"1215441188": "Consult Hongyi",
"1215514748": "Give Manly Jack three servings of Chicken-Mushroom Skewer",
"1215969020": "Go deeper into the desert and explore according to Soheil's archaeology notes",
"1216086076": "Sort out the information you have",
"1216164564": "Talk to Yata Kouki",
"1216768172": "Investigate the ore pile",
"1217026964": "Investigate the plants in the specified locations",
"1217333116": "Talk to Teucer",
"1217344239": "Bribe NPC 3",
"1217616863": "The Exorcist's Path",
"1217735140": "Talk to Tanger",
"1218391508": "Talk to Jiangcheng",
"1218642988": "Report back to Gulabgir",
"1219026062": "Talk to Xiangling",
"1219860564": "Return to headquarters and talk to Sangonomiya Kokomi",
"1220127436": "Return to the Knights Headquarters and discuss the counterplan",
"1220741356": "Talk to Viktor",
"1220849076": "Return to the previous room and look for clues",
"1221157580": "Continue exploring",
"1221783788": "Listen to Zhiyi and Yusupov talk",
"1221877159": "Gliding Training at Windrise - Teleportation Ring",
"1222139996": "Figure out what the attendees are thinking",
"1222391324": "Get close to the Mikage Furnace",
"1222602028": "Talk to Tsuyuko",
"1223753244": "Search for Muning, the Ministry of Civil Affairs' specialist",
"1223764740": "Remove the \"juvenile antics\" left on the Thunder Sakura by the Treasure Hoarders",
"1224520540": "Keep following Kamisato Ayaka",
"1224538383": "Seirai Stormchasers: Part II",
"1224560300": "Find the treasure clue nearby",
"1227159916": "Defeat all opponents",
"1227239572": "Follow Sun Yu",
"1227727148": "Talk to Paimon",
"1228032636": "Defeat the attracted monsters",
"1228835380": "Take a look around the Akademiya",
"1229826588": "Retrieve the package near the Dragonspine Statue of The Seven",
"1229924180": "Get the ingredients",
"1230098252": "Enter the place where the Barsam Flower is located",
"1231103828": "Talk to Kayvan",
"1231577884": "Help Jifang deliver the book",
"1233269688": "Talk to Charles",
"1233784548": "Talk to Arabalika",
"1234305484": "Collect the five lost books",
"1234404780": "Talk to Kichiboushi",
"1234612495": "Shrine Maiden for a Day",
"1234618156": "Go to your destination and use the feather",
"1234677860": "Discuss with Paimon",
"1234696468": "Talk to Najat",
"1235401567": "Listen to Jean's conversation with the strange person",
"1235589328": "Collect rope",
"1235645932": "Talk to Klee",
"1236060895": "Talk to Venti",
"1236736591": "A Dance of Destruction",
"1236771300": "Go to submit the manuscript",
"1236982564": "Approach the giant flower",
"1237078119": "Irodori Poetry: Part II",
"1237113684": "Approach the throne",
"1237418612": "Defeat \"Masanori\"",
"1237657204": "Discarded",
"1237680640": "Collect Slime Condensate",
"1237726036": "Collect Mitachurl Loot",
"1238138367": "The Grave of the Guarded",
"1239511276": "Bring the drifting bottle back to Little Meng",
"1240290460": "Collect the five lost books",
"1240324911": "Talk to Paimon",
"1240675644": "Find the treasure clue nearby",
"1240773698": "Go investigate the flashing light",
"1240909480": "Find Nimrod",
"1241157092": "Return to camp",
"1242085764": "Talk to Maddah",
"1242140954": "Find Captain with Little Fei",
"1242287908": "Talk to Oleg",
"1242796612": "Collect \"mushroom meat\" together with Uncle He",
"1243040172": "Talk to the member of the Treasure Hoarders",
"1244320144": "Talk to Katheryne",
"1245320908": "Detect dark smoke 1",
"1246567190": "Return to Springvale for the cooking showdown",
"1246706484": "Talk to Kayabuki",
"1246755884": "Approach the dark fog",
"1247212332": "Head to the city gate to find a way out",
"1247566740": "Report back to Garcia",
"1247977932": "Talk to Muning",
"1248003967": "Talk to Diluc",
"1248477484": "Talk to the informant",
"1248556596": "Follow Alhaitham",
"1248795951": "Floating Spirits — The Investigation Ends",
"1249355868": "Talk to Xudong",
"1249370826": "Complete minigame",
"1249992324": "Go to Amenoma Smithy",
"1250114404": "Talk to Qi Nan",
"1250708364": "Talk to Madame Ping",
"1251042716": "Talk to Yun Jin",
"1251094460": "Give the materials to Albedo",
"1251410276": "Return to the Dainichi Mikoshi to look for Tsumi",
"1251446105": "Secret Ingredient",
"1251952642": "Talk to Soraya",
"1252196860": "Continue the investigation at the abandoned shrine",
"1252888948": "Activate the tower controller",
"1253108244": "Talk to the returning Albedo",
"1253123692": "Go to the cave that Komaki mentioned",
"1254410132": "Learn about the situation from Rama",
"1254529601": "Look for clues to opening the stone tablet",
"1254603308": "Try to make conversation with Roger",
"1254865159": "Verses and Vistas of Lantern Rite (Part I)",
"1254931676": "Defeat the Electro Archon",
"1255243756": "Go to the training ground",
"1255699348": "Report back to Zhi",
"1257111548": "Enter the Domain at the end of the underground tunnel",
"1258497484": "Start making a cocktail",
"1258978784": "Give the cocktail ingredients to Charles",
"1259173732": "Follow the hint and explore the area",
"1259265924": "Go to the Dev's Cavern",
"1259603388": "Talk to Qingzhou",
"1260139196": "Go to Wanmin Restaurant",
"1260237404": "Go to the camp",
"1260352655": "Ulterior Motive...?",
"1261447500": "Go to Uyuu Restaurant",
"1261492916": "Win the semi-finals",
"1261871556": "Give a Dandelion to Grace",
"1263022980": "Speak to Harris",
"1263284583": "Low-Temperature Warning",
"1263583980": "Talk to the artisan",
"1263816175": "Exchanging Intelligence",
"1263839260": "Ask the old man for information about Subrosium",
"1264572870": "Retrieve spare parts from the military supply post",
"1265303012": "Talk to Tang Wen",
"1265774962": "Give the Almond Tofu to Chenxiang",
"1265883736": "Return the Legend of the Shattered Halberd to its rightful owner",
"1265924404": "Enter the castle as the story unfolds",
"1266281436": "Give the gathered journals to Stevens",
"1267589028": "Go to Dadaupa Gorge",
"1269272492": "Go to the wharf at Liyue Harbor",
"1269309116": "Try look for buried objects",
"1270216764": "Continue exploring the cave",
"1271021852": "Give the blueprints to Cloud Retainer",
"1271066001": "Appearance control logic",
"1271392188": "Look for another three Strange Teeth",
"1271747492": "Find Aralila!",
"1272381551": "Outside the Canvas, Inside the Lens: Greenery Chapter",
"1272419916": "Keep going and reach Ashvattha's Concourse",
"1273003092": "Clear the water veins on the island",
"1273876558": "Track down the Abyss Mage",
"1275350332": "Accompany Bennett to go shopping",
"1276182980": "Retrieve a replica of Shiki Taishou",
"1276674084": "Go to Sangonomiya Shrine",
"1276820900": "Talk to Gulabgir",
"1277062172": "Go pick mushrooms",
"1277293284": "Listen to and solve the troubles of the citizenry",
"1277313396": "Talk to Ogura Mio",
"1277610356": "Follow the source of the voice",
"1278058028": "Go to the Treasure Hoarder camp",
"1278651252": "Talk to Kamei Munehisa",
"1278948111": "Enter the temple",
"1279015868": "Talk to Tirzad",
"1279291351": "Divine Ingenuity",
"1279414916": "Talk to Tsuyuko at the altar",
"1279802228": "Deliver the letter to Cyrus",
"1280582572": "Talk to Jazari",
"1281048012": "Go to the city gate",
"1281572396": "Head to the Ruins of Dahri to look for Arabalika",
"1282191663": "Glory's Wish",
"1283285796": "Talk to Xudong",
"1283426972": "Head to the site of Ganyu's trial and speak to her",
"1283508791": "Ever So Close",
"1283717132": "Look for clues in the hilichurl camp",
"1283867652": "Ask about the legendary island",
"1284419164": "Talk to Smiley Yanxiao",
"1284479508": "Go to the agreed location on Watatsumi Island",
"1284563964": "Talk to Xavier",
"1284731607": "The Path of the Treasure-Seeker, Part I",
"1285413316": "Talk to Bennett",
"1285509242": "Talk to NPC",
"1286724684": "Talk to the person \"with a bulge on their back\"",
"1286917100": "Etch hints for Wolfgang",
"1287681004": "Find a sample of Noctilucous Jade",
"1287791580": "Ask the two about the situation",
"1287947924": "Go to the place Yelan pointed out",
"1288245444": "Talk to Thoma and Kujou Kamaji",
"1288606044": "Talk to Yun Jin",
"1290520844": "Talk to Dehya",
"1290731340": "Keep following the scent and looking for clues",
"1291630396": "Talk to the Eremites",
"1292011916": "Talk to Hatim",
"1292246484": "Go to the Thousand Winds Temple",
"1292488018": "Talk to Granny Ruoxin",
"1292867372": "Head near Stone Gate",
"1293501340": "Return to the Grand Narukami Shrine and talk to Yae Miko",
"1293979012": "Find Allan in Brightcrown Canyon",
"1293985596": "Climb to the Anemo Archon statue's hand and scatter the Dandelion Seeds",
"1294066548": "Follow the path and continue exploring",
"1294205908": "Catch up to the children who are about to leave",
"1294295919": "Stolen, by the Rightful Owner",
"1294439900": "Give three Xiao Lantern materials to Qingzhou",
"1294603012": "Defeat the slimes to complete the experiment",
"1294672108": "Use Elemental Sight to follow the traces",
"1295081748": "Look for slimes in Mondstadt's outskirts",
"1295377260": "Talk to Tang Wuchou",
"1296033324": "Return to Komore Teahouse",
"1296562183": "Obtain the treasure at the center of the Sword Cemetery",
"1296777172": "Collect 3 Starsilver Ore",
"1297698596": "Talk to Viktor",
"1297720692": "Talk to Herbalist Gui",
"1298098244": "Talk to Varsha",
"1298124847": "Mutual Exchange",
"1298146388": "Report back to Timid Morrow",
"1298154004": "Accompany Ei on her tour of the streets",
"1298542144": "Talk to Marjorie",
"1298808530": "Listen in on Zhihua and Qiming's conversation",
"1299084124": "Talk to Sara",
"1299839052": "Talk to Heizou",
"1300404604": "Give the materials to Mr. Bohuan",
"1300964095": "Talk to Venti",
"1301067644": "Talk to Yan'er",
"1301075884": "Talk to Zakariya",
"1302184756": "Stop the Treasure Hoarders from escaping",
"1302603692": "Talk to Paimon",
"1303840271": "Pre-test",
"1303855846": "Report back to Lan",
"1304067156": "Talk to Arataki Itto",
"1304578196": "Talk to the Arataki Gang Members",
"1304727532": "Check the area up ahead",
"1304990284": "Defeat the Abyss Mages",
"1305059116": "Escort Iotham back to Vimara Village",
"1305187476": "Report back to Neko",
"1305229564": "Defeat the Eremites",
"1305523580": "Go to The Alcor",
"1305865116": "Talk to Zhiqiong",
"1305894916": "Report back to Wang'ya",
"1306185044": "Talk to Tiantian",
"1306334020": "Talk to Shiki Taishou",
"1306457268": "Continue the pursuit",
"1306737215": "Talk to Amber",
"1306739359": "The Taste of Home",
"1306753964": "Talk to Heizou",
"1306845191": "Gang Bylaws",
"1307790050": "Investigate the nearby camp",
"1307908468": "Look for traces of the Abyss Order",
"1309828047": "Key Decision",
"1310403828": "Give two Jars of Jam to Arayesh",
"1310590160": "Talk to Glory",
"1310917540": "Go into the room underneath",
"1310943708": "Talk to Ararycan",
"1310946204": "Go to the Outlander Affairs Agency",
"1311301100": "Talk to Parvaneh",
"1312979684": "Go to the lower levels of The Chasm",
"1313421404": "Head to the mountain cavern on Dragonspine and place a package there",
"1313423162": "Complete minigame",
"1314035508": "Go to the appointed place and talk to Dunyarzad",
"1314070332": "Defeat the Ruin Grader",
"1314106692": "Talk to Sayu",
"1314318140": "Talk to Aranakula",
"1314440276": "Place the survey beacons",
"1314692884": "Talk to Yae Miko",
"1315246492": "Go to the Eremites' camp",
"1315322188": "Hit the Inazuma City streets",
"1315646999": "Solid Ice, Soluble in Wine",
"1317077700": "Return and report the situation to Rafiq",
"1317245846": "Talk to Patton about recent conversation topics",
"1317918148": "Talk to Jack",
"1318734142": "Report back to Huai'an",
"1318954144": "Enter the Feiyun Commerce Guild",
"1319814096": "Find Sara and ask about the commission",
"1319998060": "Use the power of Electro on the Sky Kitsune Statue",
"1320004652": "Continue exploring",
"1320859980": "Touch the paper charm hangers",
"1321160468": "Investigate the camp",
"1322032572": "Follow the children to Rana's house",
"1323791540": "Give the ring back to Taliesin",
"1323962116": "Speak to Hughes",
"1324016784": "Go to the strange location",
"1324837556": "Obtain a set of Lyudochka's clothes",
"1325659087": "Vishaps and Where to Find Them",
"1325885636": "Talk to Anton",
"1325964100": "Talk to Affan",
"1326089620": "Talk to Smiley Yanxiao",
"1326230004": "Talk to Sayu",
"1326383551": "The Wind Settles",
"1327144688": "Talk to Ella Musk",
"1328371940": "Talk to Ahangar",
"1328609292": "Return to Watatsumi Island",
"1329185129": "Language Exchange",
"1330975996": "Talk to Little Meng",
"1331273124": "Continue talking to the locals",
"1331707108": "Continue using Elemental Sight to search for relics",
"1332219100": "Ask about everyone's tastes (2/3)",
"1332433406": "Look around in the kitchen",
"1332910007": "The Most Fantastic Tournament You've Never Heard Of?",
"1332953532": "Defeat Haniyyah",
"1333485444": "Go to the designated location for a fight",
"1334164180": "Go to Sangonomiya Shrine and look for Kokomi",
"1334905012": "Talk to Katheryne in Inazuma",
"1335134247": "Contraption-Contrived Cooking Course: Part III",
"1335179340": "Visit Shigeru and Junkichi",
"1335362548": "Hand the slate to Soheil",
"1335570612": "Persuade Jill",
"1336197519": "Facing Distant Echoes",
"1336569076": "Go to Cape Oath",
"1336764668": "Talk to Granny Ruoxin",
"1337289588": "Use the mechanism to guide the light",
"1337506516": "Talk to Rudolf",
"1338279836": "Give the three Padisarahs to Parvaneh",
"1338489492": "Enter Vanarana",
"1339289127": "Seirai Stormchasers: Part III",
"1339493892": "Return and look for Albedo",
"1339750420": "Talk to Xinyan",
"1341302620": "Talk to Jazari",
"1342707756": "Talk to Dehya",
"1342823860": "Defeat the attacking Fatui",
"1343078623": "Noelle Rides Out",
"1343626103": "Kairagi-Vagrant Pandemonium",
"1344041844": "Find evidence of Keijirou's wrongdoing",
"1344047740": "Collect Pyro Whopperflower Nectar",
"1344094796": "Find the treasure",
"1344578796": "Talk to Kayvan",
"1344645388": "Talk to Teucer",
"1345090431": "Healing Is My Job",
"1345103596": "Go to the cave below the Grand Narukami Shrine",
"1345174956": "Capture an Onikabuto",
"1345365988": "Talk to Kamisato Ayaka",
"1345664770": "Defeat opponents",
"1345672752": "Go check the details",
"1345885372": "Enter the dojo and defeat the opponent(s)",
"1346489724": "Help Jifang deliver the book",
"1346506204": "Talk to Arapandu",
"1347019492": "Protect the Ley Line Monolith and fend off the enemies",
"1347308780": "Go to Naganohara Fireworks",
"1347479118": "Look for signs",
"1348255420": "Mix the drink",
"1348701534": "Talk to Katheryne in Mondstadt",
"1349287036": "Return to camp and talk to Zhiqiong",
"1349517124": "Talk to Xavier",
"1349771479": "Catch up to Razor",
"1350250684": "Talk to Paimon",
"1351250948": "Talk to Paimon",
"1351580231": "Come Try Genius Invokation TCG!",
"1351686223": "Look for clues to track Raptor",
"1352989180": "Search for the missing part",
"1353252137": "A New Storm Is Brewing",
"1353485748": "Activate the mechanism",
"1353848588": "Talk to Uesugi",
"1354844551": "Collect clues and track Strange Bird",
"1355159868": "Go to Chen the Sharp's snack stand",
"1355237348": "Look for a cannonball",
"1355287180": "Follow Sayu to her resting spot",
"1355486436": "Talk to members of the Kanjou Commission",
"1355538116": "Spar with Layla",
"1355580567": "Snapshots",
"1355887140": "Defeat all the hilichurls",
"1355891481": "Liyue Game",
"1355902052": "Thaw all the shards out",
"1356324460": "Awaken the Fungi's potential",
"1356840444": "Talk to Noelle",
"1357450129": "Lost Book",
"1357995164": "Go to the base of the Dainichi Mikoshi",
"1358250708": "Report back to Iris",
"1359816337": "Adventure Rank Ascension 2",
"1360041119": "Mr. Melancholy",
"1360417396": "Catch up with Alhaitham",
"1360421014": "Collect the items needed for the ritual: Mist Flowers",
"1360752956": "Move the goods onboard your Waverider",
"1361380004": "Use the power of Dendro to \"fertilize\" the sprouts",
"1363523636": "Cook Golden Crab",
"1363561276": "Talk to Granny Ruoxin",
"1363943652": "Investigate the area",
"1364732756": "Tell Momoyo about the situation",
"1365061964": "Detect dark smoke 2",
"1365241516": "Clear the obstacles",
"1367946072": "Buyer determiner 2",
"1368205116": "Talk to Dainsleif",
"1368454404": "Sweep the fallen leaves around the Asase Shrine away",
"1368546351": "None",
"1368838804": "Search the Transparent Ruins",
"1369007220": "Talk to Kuroda",
"1369302348": "Talk to Tang Wen",
"1369501844": "Talk to Kujou Sara",
"1371546596": "Enter Uyuu Restaurant",
"1371619276": "Talk to Kazuha",
"1371792908": "Talk to Xavier",
"1372593972": "Talk to Verr Goldet",
"1372728484": "Look for clues outside the city",
"1373011415": "The Sun-Wheel and Mt. Kanna",
"1373346804": "Try to get to the special cave",
"1373424172": "Dig at the roots of the Bloatty Floatty",
"1373468252": "Follow Adelinde into Dawn Winery",
"1373802927": "In the Aftermath",
"1374136092": "Retrieve the package beside the body of water",
"1374832268": "Talk to Noelle",
"1374861948": "Go to the blade-testing venue",
"1375056212": "Mix Jean the specified drink",
"1375722092": "Talk to Anthony",
"1377160944": "Give the Sunsettia to Quinn",
"1377628980": "Defeat the ronin",
"1377837348": "Talk to Teucer",
"1377848956": "Dig for treasure once to get Old Chou's compensatory gift",
"1377986044": "Talk to Anisa",
"1378214780": "Use the Bokuso Box and complete the challenge",
"1379816492": "Talk to Paimon",
"1380251900": "Go to Yae Publishing House",
"1380360110": "Talk to the followers to find out about Starsnatcher",
"1381102636": "Retrieve the package near the cavern",
"1381476860": "Talk to the illusions",
"1381565052": "Talk to Paimon",
"1381568004": "Grab the treasure off the Treasure Hoarders",
"1382190356": "Talk to Mora-Grubber",
"1382202343": "Relics of Seirai",
"1383585004": "Report back to Cloud Retainer",
"1383635313": "Investigate the strange camp",
"1383706684": "Catch up with Kichiboushi",
"1383810996": "Go to the secret room",
"1384396556": "Talk to Ootomo",
"1384689132": "Talk to Arakanta",
"1384819804": "Enter the last room",
"1385582236": "Report back to Qingzhou",
"1385711116": "Speak to Albedo",
"1386263820": "Report back to Wang Ping'an",
"1386322847": "Talk to Amber",
"1387521719": "First Glimpse of Meaning",
"1387734292": "Report back to Master Lu",
"1387818868": "Investigate the courtyard far down the corridor",
"1388424852": "Deliver the food to Laid Back Ling'guan",
"1388571831": "Eight Locales Over Mountains and Seas: Wanderer's Appraisal",
"1388933119": "Ritou Escape Plan",
"1389313556": "Go to Mt. Kanna",
"1389387236": "Talk to Noelle",
"1390698892": "Obtain Date's other Medal of Recognition",
"1390857196": "Follow Akira's footprints",
"1391780824": "Collect wood",
"1391917972": "Go to Liyue Harbor",
"1392423036": "Follow the elemental trail to search for Momoyo",
"1394820087": "Wanmin Fresh",
"1396059692": "Talk to \"Big Sis\"",
"1396528588": "Follow Owada",
"1397124020": "Climb to the summit",
"1397190636": "Wait until nighttime (19:00 – 22:00)",
"1398072844": "Talk to Konda Densuke",
"1398123516": "Assemble the Tower of the Void",
"1398177452": "Defeat dark smoke 2",
"1400960060": "Talk to the Fatui ahead of you",
"1402145372": "Talk to Arakunti",
"1402230460": "Head to the designated location to board your Waverider",
"1402442692": "Talk to everyone",
"1403459271": "Climb to the top of the rock face",
"1403609452": "Talk to Anna",
"1404970852": "Give the materials to Momoyo",
"1404996148": "Talk to Gygax",
"1405290839": "Talk to Huffman about the Knights' situation",
"1406496518": "Report back to Liu Su",
"1407343420": "Enter Dawn Winery",
"1407482676": "Talk to Maruf",
"1407634700": "Head to the underground space",
"1409302260": "Talk to Kazuha",
"1410686844": "Go to the spot to take photos",
"1411016508": "Go deeper into the ronin hideout",
"1411499416": "Keep training dummy intact",
"1411834668": "Take a picture of the storage device",
"1412169620": "Go to Port Ormos",
"1412182052": "Report back to the hilichurl",
"1412474175": "Between Facades and Familiar Faces",
"1412917060": "Talk to Inaba Kyuuzou",
"1412917860": "Look for clues",
"1413161172": "Go to Bubu Pharmacy",
"1413224060": "Talk to Vardan and Gurgen",
"1413775764": "Go to the ruins up ahead",
"1413776660": "Complete the Anti-Raiden Shogun Training",
"1413912295": "\"That Guy\"'s Scheme",
"1414251396": "Ask Dori for information",
"1414302447": "Growing Pains",
"1414640852": "Talk to Shefket",
"1414800718": "Find the three workers",
"1414881444": "Follow the path",
"1415735396": "Use the Kusava to open up the path",
"1415844535": "First Miasmic Contact",
"1416620004": "Face off against Lyudochka",
"1416628964": "Go to the place Miitoboru sensed",
"1417136215": "Pose as a customer and speak to Diluc",
"1417316676": "Talk to Vile",
"1417693980": "Go to the breach on the platform",
"1417933340": "Talk to Sareh",
"1419027876": "Examine the traces of human activity here",
"1420003420": "Uncover the secret of the uninhabited island",
"1420126321": "Business in a Marsh",
"1420632188": "Collect Xiao Lantern materials for Ms. Bai",
"1421304631": "Seven-Star Selection",
"1422153524": "Speak to Jinglun",
"1422712012": "Talk to Tirzad",
"1422718764": "Talk to Nantuck",
"1423096428": "Talk to Ying'er and obtain the perfume",
"1423385708": "Search for a mechanical component",
"1423460020": "Exit the cave",
"1423513884": "Look for Albedo",
"1423691740": "Follow the scent and look for clues",
"1423890447": "Order a dish Lisa would like",
"1424082036": "Report back to Smiley Yanxiao",
"1424112471": "Missive of Cloud and Fog",
"1424791036": "Talk to Paimon after getting the mysterious item",
"1425563743": "Giving Flowers",
"1425764260": "Give 10 Sweet Flowers to Helen",
"1426783708": "Consult Aratani",
"1426971076": "Talk to Kazuha",
"1427014791": "Uninvited Guests",
"1427467460": "Go to the Knights of Favonius Headquarters",
"1427700351": "Irodori Poetry: Part I",
"1428832532": "Go to the designated location near the Tenryou Commission Headquarters",
"1428935548": "Go with Anna to complete her Adventurers' Guild commission",
"1428940940": "Talk to Paimon",
"1429598212": "Find Benben",
"1429915492": "Talk to Junkichi",
"1430817404": "Talk to Xavier",
"1431123292": "Use the feather to search for clues",
"1431516780": "Give three sets of Dandelion Seeds to Glory",
"1431813012": "Go to Inazuma",
"1432039684": "Follow Fujiwara Toshiko to the camp",
"1432559800": "Arrive at the destination",
"1434010940": "Touch the paper charm hangers",
"1434756556": "Talk to Asakura",
"1435007468": "Bring the sample back to Akim",
"1435726892": "Go to the Adventurers' Guild in Inazuma",
"1435850196": "Go and check for crystal ore in Stormterror's Lair",
"1435862684": "Talk to Verr Goldet",
"1436011735": "Hilichurl Justice",
"1436027332": "Head to the mining site",
"1436247292": "Defeat the Fungi",
"1436397628": "Go beside the window",
"1436509591": "The Discarded Insignia",
"1437084148": "Go to the Wanyou Boutique and talk to Bolai",
"1437103798": "Talk to Liu Su",
"1438157500": "Talk to Raiden Ei",
"1438676664": "Go investigate the ruins",
"1439255036": "Talk to Tiantian",
"1439297868": "Go to Windrise",
"1439962918": "Talk to Bolai",
"1440050644": "Tell Zhiqiong about what happened at the warehouse",
"1440729500": "Go to Tsukumomono Groceries with Junkichi",
"1441010044": "Follow Yelan",
"1441019412": "Look for the ring that was stolen from Taliesin",
"1441066788": "Talk to Taroumaru",
"1441380860": "Go to Windrise",
"1441432932": "Go to the abnormal ley line deposit again",
"1441453788": "Go to Komore Teahouse the following day",
"1441710452": "Follow the Sea Route Log's instructions to find the treasure clue",
"1443196612": "Talk to Zakariya",
"1443395860": "Investigate the area ahead",
"1443562804": "Go to the makeshift camp",
"1443666684": "Talk to Guan Hong",
"1445013444": "Talk to Dainsleif",
"1445245924": "Defeat the \"big guy with evil intentions\"",
"1445670327": "Autonomous Mechanical Energy Source: Conclusion",
"1446306495": "Explore the temple's depths",
"1446901703": "Fresh Flora",
"1447917388": "Use Dendro to heal the Aranara",
"1447988756": "Speak to Chef Mao",
"1448148308": "Go to a place to watch the Fireworks Show",
"1448694788": "Ask Miwa for suggestions",
"1448941340": "Go and search for the Abyss Lector",
"1449085468": "Head to the island in the north",
"1449558142": "Ask Little Meng",
"1449769356": "Rescue Allan from the monsters surrounding him",
"1449925388": "Release all the Flames of the High Gate",
"1449952036": "Look for Yakov",
"1450258340": "Talk to everyone",
"1450737182": "Go and buy Noctilucous Jade",
"1451511752": "Talk to Ella Musk",
"1451947724": "Talk to Xinyan",
"1452093284": "Pay Timaeus a visit",
"1452419138": "Find the lost book in the forest",
"1453926023": "Chloris's Flora Studies",
"1454077689": "Sailor's Treasure",
"1454684732": "Talk to Aru",
"1456326734": "Report back to Degui",
"1457123028": "Go to Mondstadt's alchemy store",
"1457131679": "Stage callback on door open. Key destroyed.",
"1457298156": "Go to Yae Publishing House to complete the endorsement",
"1457315188": "Observe the disagreement between the unknown young lady and the information peddlers",
"1457364836": "Look for a spot from which the picture formed by the relics can be seen",
"1457365636": "Talk to Noelle",
"1457676303": "Talk to Paimon",
"1458314705": "Sara's Worries",
"1459071703": "Will of Stone",
"1459253780": "Go to the designated location to investigate",
"1460063660": "Make 3 Special Unmoving Essential Oils",
"1460212356": "Look for another three Strange Teeth",
"1460720580": "Brew tea with Yun Jin",
"1461238780": "Light up all the Elemental Monuments in the correct manner",
"1461307772": "Talk to the illusions",
"1462927508": "Talk to Takuya",
"1463159596": "Defeat the guards",
"1463349100": "Go to the summoning ritual site",
"1463648540": "Find the missing Crystalline Cores",
"1463830652": "Talk to everyone",
"1464053836": "Talk to Gorou",
"1464114104": "Something seems to be troubling Godwin",
"1464156892": "Complete the floral theme",
"1464337116": "Search for the answer(s) to the riddle",
"1464489772": "Talk to Inayah",
"1464702167": "Talk to Villager C",
"1465475764": "Talk to Xudong",
"1465482700": "Thaw all the shards out",
"1466160108": "Talk to Paimon",
"1466365828": "Defeat your opponents",
"1466852255": "Words Worth Their Weight in Mora",
"1467339044": "Talk to Farghani",
"1468671696": "Collect a Firm Arrowhead",
"1468896895": "Search for elemental marks",
"1468936668": "Go to the market and carry out Nahida's plan",
"1469021524": "Report back to Huffman",
"1470165492": "Talk to Fodil",
"1470322236": "Help Xudong turn up the heat",
"1470820716": "Look for Thoma at Komore Teahouse",
"1470837708": "Go to the Angel's Share",
"1470883156": "Go to the designated location for a fight",
"1471032225": "Amber Abyss",
"1471415284": "Place the misplaced conches in their original places",
"1471807124": "Defeat all the Treasure Hoarders",
"1472256268": "Go to the designated location to find cooking ingredients",
"1472663524": "Talk to Little Meng",
"1473261380": "Sit by the table",
"1473404783": "Spike Self-Circulation Report: Abstract",
"1473635516": "Touch the paper charm hangers",
"1474815380": "Talk to Grace",
"1474945436": "Go to the beacon placement sites to look for Zhiqiong",
"1475502329": "Lost Key",
"1475922080": "Complete Sara's commission",
"1476070964": "Talk to Huixin",
"1478218548": "Give the appropriate documents to Clerk Zhao",
"1478253652": "Continue heading to the desert auction",
"1478804457": "Going Upon the Breeze",
"1478861143": "Something... Other Than Adventure?",
"1479417308": "Return to Third-Round Knockout and listen to the story",
"1479512145": "Treasures of Taishan Fill the Ship",
"1480522010": "Complete minigame",
"1480972647": "Go to Mondstadt",
"1481186868": "Talk to Yun Jin",
"1481267732": "Talk to Aranara",
"1481935004": "Talk to Nantuck",
"1482047164": "Report to Jean",
"1482414084": "Defeat the attacking monsters",
"1482841572": "Sail to where the treasure lies",
"1482877356": "Go to the investigation site and perform the rescue",
"1483370690": "Give the pages to Chang the Ninth",
"1484101876": "Find Kujou Kamaji",
"1484745604": "Talk to Kichiboushi",
"1485359252": "Go to the place Akim marked and get the soil",
"1486719428": "Use the feather to search for clues",
"1486884716": "Defeat Miasmic Tumor",
"1487661020": "Talk to Norma",
"1488158292": "Talk to Kichiboushi",
"1488216604": "Talk to Kano Nana",
"1488329876": "Go to Seirai Island and take pictures",
"1488485308": "Go to the \"Fang\"",
"1488540135": "Talk to Kaeya",
"1488951268": "Retrieve the package near the Dragonspine Statue of The Seven",
"1489696716": "Defeat the attacking Fatui",
"1489732716": "Obtain the Spirit Pearl",
"1489864548": "Talk to the Millelith",
"1490006927": "Courage is in the Heart",
"1490072164": "Ask the crowd for news",
"1490382604": "Talk to Beidou",
"1491105359": "At Tunnel's End, Light",
"1491932343": "Rollback savepoint",
"1492116396": "Enter the upper floor of the castle",
"1493962532": "Talk to Teppei",
"1494234548": "Find Dunyarzad",
"1494813716": "Follow the cat footprints and explore up ahead",
"1495436988": "Pick up the mask",
"1495501791": "Orobashi's Legacy: Part IV",
"1495904223": "Tatara Tales: Priority Investigation",
"1496031236": "Return to Ogura Textiles & Kimonos to collect the goods",
"1496705644": "Search for the answer(s) to the riddle",
"1497365788": "Defeat all the Treasure Hoarders",
"1497415364": "Return to the Dainichi Mikoshi and take stock of the situation",
"1497526940": "Ask the locals for information",
"1497978148": "Go to a quiet spot",
"1498217892": "Go and pick Calla Lilies from along the riverbanks",
"1498337268": "Follow the path",
"1498723212": "Talk to Kama",
"1499576052": "Talk to Félix Yogue",
"1499678406": "Duel Childe",
"1499694556": "Demonstrate how to use a wind glider to Anna",
"1500178088": "Cook a Sticky Honey Roast",
"1500259294": "Talk to Bolai",
"1502314636": "Go with Nilou to see the stage",
"1502399444": "Keep up with \"the one to find\"",
"1502643103": "Candidature Analysis",
"1502834220": "Give the mechanical components back to the merchant",
"1503959927": "A Muddy Bizarre Adventure",
"1504136008": "Talk to Jilliana",
"1504664172": "Give the Fresh Snapdragons to Xudong",
"1504956804": "Talk to Araja",
"1505365428": "Talk to Eki",
"1505498004": "Shatter the nearby metal ore deposits",
"1505679436": "Go to Dragonspine to search for the Lunar Leviathan fossil",
"1505721188": "Light the Primal Torches",
"1505947734": "Tell Smiley Yanxiao about what happened",
"1506191319": "Three Realms Gateway Offering: Part III",
"1506247356": "Go to the Nilotpala Cup Arena",
"1506335748": "Investigate the plants in the specified locations",
"1506545044": "Go to the crossing and appraise the situation",
"1506883988": "Talk to the nameless samurai",
"1507332112": "Report back to Tunner",
"1507437788": "Go to the Special Training Grounds",
"1507604828": "Go to the area threatened by monsters",
"1507608872": "Find Charles and ask about the commission",
"1507710980": "Persuade Will",
"1507824519": "The Hook's Unexpected Adventure",
"1508391868": "Negotiate with Georg",
"1508642068": "Clean up the stains near \"Bimarstan\"",
"1508767042": "Read the text",
"1508953164": "Report back to Soraya",
"1509857153": "Things a Father Can Do",
"1510448868": "Talk to Arama",
"1511221292": "Fight Oleg",
"1511618516": "Go to where The Balladeer is",
"1511774804": "Talk to the hilichurl",
"1511815532": "Discarded",
"1511900455": "Blazin' Trails",
"1513279202": "Find the hiding child",
"1513507623": "Defeat the ambush",
"1513814177": "Ellin, the Wannabe Knight",
"1513972156": "Lower the water level further",
"1515309164": "Talk to Dehya",
"1515476252": "Wait until night for the exorcism (18:00 – 24:00)",
"1517007052": "Meet up with Shiki Taishou",
"1517346980": "Go to Yujing Terrace",
"1517760808": "Check your bag for the required item - Frosting Essential Oil",
"1517823996": "Talk to Little Wu",
"1518339772": "Report the situation to Inaba Kyuuzou.",
"1518381276": "Go to Sailing Breeze",
"1518501975": "Cleanup At Dawn II",
"1518701516": "Investigate the camp",
"1518744084": "Send out invitations to the people in the area",
"1519184903": "Talk to Jean",
"1520658585": "Calm Before the Storm",
"1521336404": "Go with Gorou to look for Hiroaki",
"1521750424": "Talk to Ellin",
"1522008084": "Search for Barbara",
"1522447396": "Follow Enjou's instructions and explore up ahead",
"1522536124": "Talk to Barbara",
"1522661759": "A Thousand Miles for an Enigmatic Tune",
"1522831556": "Defeat all opponents and clear the obstacles",
"1522876188": "Report back to Sakai",
"1523181239": "Find a gift for Lisa (Hidden)",
"1523270140": "Defeat the Treasure Hoarders",
"1523449188": "#Catch up with \"{F#him}{M#her}\"",
"1523555772": "Search the Transparent Ruins",
"1523629766": "Accept Xiangling's thanks",
"1524419012": "Speak to Childish Jiang",
"1524815708": "Accompany Zhi to the mill",
"1524926558": "Talk to the followers to find out about Starsnatcher",
"1525084604": "Calm Freki and her brother down",
"1525378460": "Talk to Kamei Munehisa",
"1525840820": "Find Aranakin",
"1525920428": "Follow Zhiruo",
"1526191420": "Operate Prism of Khaj-Nisut and try to reach Khaj-Nisut's upper floor",
"1526841460": "Investigate the unusual activity in Nantianmen",
"1527153159": "Go to the location designated by Amber",
"1527282796": "Open the fourth door",
"1527489300": "Report back to Cloud Retainer",
"1527703006": "Fight the Millelith",
"1528447828": "Talk to Yinxing",
"1529055052": "Try to understand the situation",
"1529116964": "Search the ruins",
"1529124233": "Solitary Fragrance",
"1529449852": "Talk to Edmund near Springvale",
"1529450236": "Talk to Ei once again",
"1529797324": "Operate the device and investigate further",
"1530774791": "Foregone Conclusion",
"1530951088": "Talk to Farrah",
"1531275420": "Give the ingredients to Chongyun",
"1533162900": "Obtain the Waters of Lethe",
"1533422268": "Enter the corridor and explore further",
"1533800140": "Talk to the afterimage in prison",
"1534017260": "Talk to Tacit Tingfang",
"1534062932": "Go to the cave below",
"1534429140": "Report back to Vile",
"1534511024": "Deliver the food to Lively Orlean",
"1534893180": "Go to Konda Village and find out what happened",
"1534969620": "Talk to Royinjan",
"1535311316": "Place the measuring beacons",
"1536370244": "Talk to Xiao",
"1536700964": "Talk to Hanachirusato",
"1536826420": "Talk to Paimon",
"1537969383": "Contingencies",
"1538442212": "Talk to Xiangling",
"1538605132": "Track Mamoru and the others down",
"1538871108": "Ask the crowd for news",
"1539073612": "Find the place where the treasure is buried",
"1539096412": "Follow the familiar figure",
"1540112128": "Go and investigate",
"1540165068": "Head toward the depths of the contaminated region",
"1540355660": "Take a picture of Beidou",
"1540365500": "Talk to Dainsleif",
"1540691548": "Get the Zohrah Mushroom back from Lunja",
"1541504604": "Talk to Helbet and Kayvan",
"1541610364": "Examine the old items belonging to the Kaedehara Clan",
"1541912526": "Find the treasure, or go to Bolai for some advice",
"1542135892": "Return the Material Collector to Bertrand",
"1542249124": "Give the Ajilenakh Nuts to Zakariya",
"1543343044": "Discuss your plans with Sayu",
"1543425252": "Walk around the Grand Bazaar",
"1543583031": "A Fishy Flavor",
"1544137100": "Show Shigeru the correct light novel",
"1544711135": "Woodland Encounter",
"1545660590": "Go and check the suspicious location",
"1545855108": "Give three servings of Seagrass to Kiminami Anna",
"1546583620": "Follow Mengmeng to meet Yu",
"1546917520": "Talk to Katheryne for more details",
"1547196196": "Talk to Zhongli",
"1547364884": "Talk to Cyno",
"1548510204": "Talk to Paimon",
"1548620468": "Continue cleaning your way down the mountain",
"1548944076": "Go to Wanmin Restaurant",
"1549865084": "Follow Enjou's instructions and explore up ahead",
"1550219335": "Discuss your next step with Paimon",
"1550369284": "Head to Third-Round Knockout",
"1550654324": "Talk to Flora",
"1552003884": "Talk to Soraya",
"1552761180": "Move forward without being noticed",
"1553847676": "Find Tighnari",
"1553944004": "Take a group photo with the theater troupe members",
"1554605780": "Find the \"samachurl herbal soup\"",
"1554705212": "Study the canvas",
"1554965836": "Defeat the Fungi",
"1555008556": "Go to the designated location to investigate",
"1555029436": "Talk to Little Yue",
"1556064359": "Peseng's Zaytun Peaches",
"1556593852": "Talk to Mamesuke and Shibasuke",
"1557092364": "Collect the Xiao Lanterns",
"1557251372": "Go to the warehouse near the docks",
"1557545468": "Follow Setaria",
"1558140495": "Seagaze Sunset",
"1558490220": "Defeat the monsters to show Kazuha your elemental abilities",
"1558750204": "Follow the aura trail and find the ingredients",
"1558856036": "Talk to the Eremites",
"1559996460": "Look for \"Konbumaru\"",
"1560363636": "Talk to Iris",
"1561216124": "Talk to the Treasure Hoarders",
"1561626052": "Go to the Adventurers' Guild in Mondstadt",
"1561898116": "Search the Transparent Ruins",
"1562048367": "The Gourmet Supremos: Foodie Quiz",
"1562660748": "Accompany Yoimiya and Klee to see the Irodori Festival",
"1563336500": "Wait till the next morning (08:00 – 12:00) and talk to Ootomo",
"1563542060": "Find and light up all the devices",
"1563999812": "Talk to Xudong",
"1564683591": "Talk to Amber",
"1564737780": "Give Goth the timber",
"1564743410": "Talk to Chenxiang",
"1565407756": "Demand an invitation letter from those aboard the ship",
"1566564260": "Go to Naganohara Fireworks",
"1567925708": "Find Mr. Bohuan",
"1568575428": "Talk to Klee",
"1568618263": "Involuntary Sacrifice",
"1569369572": "Report back to Jiayi",
"1569473791": "Tatara Tales: The Last Act",
"1569597732": "Talk to Aranakin",
"1569813663": "Talk",
"1570065132": "Talk to Tiantian",
"1570379420": "Deliver the food to Aunt Qiao",
"1570389108": "Complete the challenge",
"1570597124": "Discarded",
"1570943412": "Teach Little Meng how to cook",
"1571320412": "Talk to Fushizome",
"1572151167": "Lotus Eater Epilogue: Marjorie",
"1572210700": "Play the part of a Fatuus and talk to Gorou",
"1572322892": "Leave the Ruin Golem",
"1572744340": "Rescue the besieged samurai",
"1572811180": "Make Delicious Radish Veggie Soup",
"1573743324": "Continue visiting potential clients",
"1573845620": "Defeat the Fungi",
"1574229207": "Ode to Flower and Cloud",
"1574641476": "Talk to Ji Tong",
"1575030660": "Spar with Layla",
"1575041284": "Talk to Nahida again",
"1575491428": "Assist Timaeus and Ying'er",
"1576288956": "Destroy the abode's barrier",
"1576700868": "Give a Xiao Lantern to Wrench Wang",
"1577160796": "Find Inayah outside the city",
"1577305428": "Report back to Miyuki",
"1578393284": "Talk to Kamisato Ayato",
"1578558140": "Follow Kujou Sara to the Tenryou Commission Headquarters",
"1579011519": "Go to Wolvendom",
"1579214388": "Head to the fishing village near Wangshu Inn",
"1579327743": "Obtain Dvalin's Tear",
"1580080852": "Craft Mint Essential Oil",
"1580447239": "Fragmented Testimony",
"1580489124": "Ask passers-by what happened",
"1581132428": "Speak to Chef Mao",
"1581673774": "Talk to Linling",
"1582173348": "Defeat the Abyss Herald",
"1583187516": "Follow the path and go to the last camp",
"1583730180": "Go back and talk to Wang'ya",
"1583760820": "Ask about the sales situation",
"1584633716": "Go to the beacon placement sites to look for Zhiqiong",
"1584900431": "Bantan Sango Case File: Misdirection",
"1585369924": "Go to the wharf and take a photo of the fisherman",
"1585747584": "Talk to Jilliana",
"1586626220": "Report back to Gulabgir",
"1586653356": "Talk to Shigeru",
"1586764170": "Find Lotus Head",
"1587009484": "Talk to Katheryne",
"1587321660": "Talk to Kamisato Ayaka",
"1587461004": "Ask passers-by what happened",
"1588973772": "Ask Shuuhei for suggestions",
"1589495903": "Keep heading towards Mondstadt",
"1590246900": "Go back to the Grand Master's office",
"1590276948": "Take part in the tournament and win",
"1590707636": "Reach the objective without being launched or taking any damage",
"1590905204": "Talk to the man",
"1590973511": "Let's Make A Flower Garland!",
"1591030452": "Talk to everyone",
"1591115620": "Follow Noelle",
"1592354382": "Join the crowd and wait for the rite to begin",
"1592438874": "Approach the ancient stone platform",
"1593354312": "Defeat all opponents and destroy the roadblocks",
"1593551156": "Sort Letters",
"1593650964": "Save the person in danger",
"1594139127": "Talk to Jean",
"1594301772": "Talk to \"Masanori\"",
"1594882159": "Samachurl Herbal Soup",
"1595243881": "Bird's Eye View",
"1595281004": "Soothe the Sumpter Beast",
"1595956644": "Go back and report the situation to Gorou",
"1596163124": "Go to the Knights of Favonius Headquarters",
"1596650540": "Cook Jade Parcels",
"1596859444": "Keep talking to Akim",
"1597222743": "Into the Woods",
"1597272748": "Ask Chouji about the taste of the dish",
"1597300516": "Enter the underwater space",
"1597456900": "Go to the Kamisato Estate to get a tea set",
"1598652364": "Investigate Kokomi's secret base",
"1599067052": "Meet up with Cyno",
"1599130900": "Go to the library and find Ella Musk",
"1599403412": "Defeat your opponents",
"1599464468": "Reach the depths of the Court of Desolation",
"1599532056": "Talk to Xingqiu",
"1600333924": "Investigate the underground ruins",
"1600552632": "Talk to Herman",
"1600739564": "Defeat the Automatons",
"1601197232": "Go back and talk to Ellin",
"1601543908": "Defeat the monsters around Zhiqiong",
"1603177228": "Rest until the following day (06:00 — 24:00)",
"1603770708": "Check the mysterious stone",
"1603772327": "Room 4 — combat loop and pin quest",
"1603779436": "Try to break the seal",
"1603981084": "Search further north",
"1604030684": "Speak to Hardworking Silio",
"1604200951": "End of the Line",
"1604680671": "Lost in Prosperity",
"1604933548": "Release all the Flames of the High Gate",
"1605113940": "Talk to Paimon",
"1605232624": "Report back to Draff",
"1605887116": "Talk to Zhiqiong",
"1605932967": "Meeting New People... and Foiling Some Bandits",
"1606039439": "Investigate Clue",
"1606063215": "Garcia's Paean: Key Items",
"1606526276": "Talk to Paimon",
"1606824324": "Walk around Liyue Harbor",
"1606824476": "Patrol the Chasm's perimeter",
"1607069892": "Continue onward through the shattered space",
"1607071180": "Leave Komore Teahouse",
"1607885004": "Detect dark smoke 2",
"1608203356": "Look for other murals",
"1608431564": "Try to lift the seal",
"1609317012": "Give the bait materials to Kayvan",
"1610188196": "Go to Liyue's Institute for Toy Research",
"1610456676": "Find the treasure area indicated by the Illumiscreen",
"1611137276": "Return to the outside of the lake to check Wolfgang's notes",
"1611196692": "Talk to Aragaru",
"1611802180": "Go to the beacon placement sites to look for Zhiqiong",
"1612388460": "Go ask Dori about the whereabouts of the Divine Knowledge Capsule",
"1612528292": "Help the visitor",
"1613005116": "Go to Dunyarzad's arranged accommodation",
"1614175892": "Talk to Hajanad",
"1614345884": "Give the soil to Nima",
"1614366396": "Bring the components back to Xavier",
"1615838028": "Talk to Ryuuji",
"1615937476": "Go deeper into The Vengeful Wood",
"1615947948": "Talk to the hurried Ippei",
"1616489508": "Report back to Arapacati",
"1616732944": "Defeat all of the slimes",
"1617110884": "Defeat the Treasure Hoarders",
"1618573836": "Initiate first combat test",
"1618846628": "Talk to everyone at the feast",
"1619137388": "Search for Takuya's trail",
"1619362348": "Talk to Bennett and Razor",
"1619761540": "Go to see the Shogun",
"1620121020": "Talk to the Mirror Maiden",
"1620799588": "Talk to Tighnari",
"1620948153": "Darknight Hero's Alibi",
"1621710932": "Go to the North Wharf to look for Bolai",
"1622301094": "Paimon Patton Dialog",
"1623122764": "Defeat your opponents",
"1623903036": "Talk to Elber",
"1623945972": "Leave the Yashiro Commission Headquarters",
"1624376055": "Wanmin Fresh",
"1624749732": "Talk to Paimon",
"1624904676": "Talk to Muning about Zhiqiong's departure",
"1625136628": "Investigate the nearby area and search for clues",
"1625455116": "Defeat the attacking monsters",
"1626078796": "Report back to Cloud Retainer",
"1626225188": "Defeat all opponents",
"1626575127": "Go to Wolvendom",
"1626966721": "Master's Day Off",
"1627035148": "Look for bait materials",
"1627153284": "Talk to Herbalist Gui",
"1627568476": "Obtain the Lumenstone Adjuvant",
"1628340592": "Look for Xingqiu after he left with the book",
"1628797772": "Defeat all the slimes",
"1628914796": "Shut down the extraction device",
"1628924447": "Talk to Amber",
"1629006940": "Go look at the person drawing",
"1629597340": "Go into the Domain and test the Smoldersleet Potions",
"1629689420": "Wait until the following day (08:00 – 10:00)",
"1629919871": "Set the elemental bait",
"1630137884": "Give the Delicious Grilled Tiger Fish to Tang Wen",
"1630630108": "Talk to Pops Kai",
"1631851836": "Go to the deepest part of the cave",
"1632093820": "Win the trust of the spy in Ritou",
"1632285580": "Follow Albert",
"1632757044": "Talk to Paimon",
"1633122140": "Black Screen Conversation with Uncle He",
"1633501991": "Defeat the slimes",
"1633843212": "Talk to Xavier",
"1634224082": "Bring the dish Smiley Yanxiao made to Jiangxue",
"1634278924": "Go to where the tea master is",
"1634599220": "Close \"Hymn of the Holy Land\"",
"1636356372": "Catch up to Barbara",
"1636786480": "Find Albert near the Cathedral",
"1636818836": "Go back to the theater",
"1636958207": "The Ancient Azure Stars",
"1637741076": "Defeat the Ruin Guard",
"1638179111": "Shadow of the Past",
"1638960704": "Use Anemo to blow out the dust",
"1639336188": "Report back to Azalai",
"1639422863": "The Trail of the God of Wisdom",
"1639957172": "Talk to the trapped person",
"1640007111": "Mutual Exchange",
"1640097580": "Talk to Noelle",
"1640506247": "Talk to Diluc",
"1641179884": "Open the door",
"1641264972": "Use the Kusava to open up the path",
"1641590222": "Tell Smiley Yanxiao about what happened",
"1641654236": "Bring Teucer to Wanmin Restaurant",
"1641679620": "Cook some Delicious Sweet Madame",
"1641784716": "Keep following the scent and looking for clues",
"1642579199": "Bantan Sango Case File: Stealthy Trail",
"1642631628": "Talk to Raunak",
"1643094364": "Talk to Helbet and Kayvan",
"1643119292": "Continue exploring",
"1644001812": "Speak to Albedo",
"1644062951": "Wait till the tavern is closed (00:00 – 6:00)",
"1644173428": "Destroy all the charging devices",
"1644322726": "Return to Pervases",
"1645523804": "Give ten Iron Chunks to Kozue",
"1645550692": "Discarded",
"1646992876": "Continue looking for runes",
"1648123044": "Go to the Liyue fireworks stall",
"1648170644": "Talk to Swan",
"1648171740": "Activate the spirit's trial",
"1648247905": "Head to Qingce Village and report to Granny Ruoxin",
"1648436871": "Verses and Vistas of Lantern Rite (Part II)",
"1648789724": "Go to the designated location for a fight",
"1649105612": "Talk to Bolai",
"1649310084": "Talk to Oleg",
"1649738340": "Talk to Jazari",
"1650948911": "Eight Locales Over Mountains and Seas: The Wonders of Adeptal Amber",
"1650954772": "Meet Beidou in Liyue Harbor",
"1650966780": "Talk to Diona",
"1651039468": "Clear the water veins on the island",
"1651296124": "Speak to Albedo",
"1651955188": "Help the festival stall owner",
"1651989404": "Talk to Lisa",
"1652548900": "Wait till early morning the next day (3:00 – 5:00)",
"1653158471": "Archery Demonstration",
"1653260324": "Participate in the final",
"1653362764": "Bring Gao the Sixth some Qingce Stir Fry",
"1653828388": "Talk to Paimon",
"1654035231": "A Strange Story in Konda",
"1654674364": "The battle is over, talk to Sayu",
"1654850156": "Talk to Brook",
"1654943492": "Talk to Tanger",
"1655052439": "The Vishaps Lie Dormant, but the Enigma Lingers Still",
"1655072004": "Gather information nearby",
"1655252860": "Talk to Little Meng",
"1655572492": "Head for Albedo's campsite",
"1655748236": "Collect Dandelion Seed",
"1655871263": "Room 1 - quest pin for obtaining key through negotiations",
"1656350332": "Head to Fort Mumei",
"1656652972": "Use Elemental Sight to trace Electro",
"1658061100": "Head over to the designated area and take a picture",
"1658226084": "Talk to Zhiqiong",
"1658649612": "Defeat all opponents and claim your salvage",
"1658679700": "Follow Ms. Bai back to the mill",
"1658714583": "Hilichurl Hullaballoo",
"1659041004": "Return to the exorcism site",
"1659494996": "Explore and collect cocktail ingredients",
"1659620856": "Talk to Nora",
"1659686292": "Talk to Keqing",
"1660063580": "Defeat the Ruin Drakes",
"1660691892": "Talk to Xiao",
"1660848460": "Open the path to the area beneath the Dainichi Mikoshi",
"1661669510": "Continue looking for the right ingredients",
"1661746372": "Offer the Delicious Jewelry Soup",
"1661907686": "Talk to Bolai",
"1662297192": "Talk to Marjorie",
"1662312612": "Give ten Mints to Herbalist Gui",
"1662528375": "Make Bright the Arrows, Gather the Shields...",
"1663732924": "Finish training with Asakura",
"1666123684": "Talk to Elzer",
"1666918212": "Follow the cat footprints and explore up ahead",
"1667156972": "Place the measuring beacons",
"1667785788": "Go to the festival with Kamisato Ayaka",
"1668763823": "Enter the ruins in the woods",
"1669135716": "Talk to Khayyam",
"1669421196": "Perform the Arahaoma ritual",
"1669478572": "Talk to Yun Jin",
"1669833132": "Enter the arena to fight the final round",
"1670397092": "Look for the suspicious person with the package",
"1670451570": "Go investigate the flashing light",
"1670938556": "Go out for a walk with Ei",
"1671092148": "Enter the occupied hold and defeat the opponents",
"1671631631": "\"Quiet, please, this is a library!\"",
"1671638052": "Talk to Kazuha",
"1672530228": "Speak to the citizens around the Anemo Archon statue",
"1673128351": "Perils in the Dark",
"1673830108": "Look for clues as to Uncle He's whereabouts",
"1674178724": "Activate the Pursina's Spike",
"1674448084": "Listen to Zhiyi and Linlang chat",
"1674545532": "Go to where Vanarana is",
"1674606804": "Talk to everyone",
"1674773084": "Go to Mondstadt General Goods",
"1676132601": "Insights of Drifting Dreams",
"1676195436": "Report back to Sango",
"1676296719": "Time and Wind",
"1676307268": "Keep going and reach Ashvattha's Concourse",
"1676642156": "Speak to Harris",
"1676961052": "Follow the path and continue exploring",
"1677176692": "Go to a safe spot",
"1677481452": "Go to the Treasure Hoarder camp",
"1678349468": "Talk to Kokomi",
"1678350396": "Detect dark smoke 2",
"1678908716": "Talk to Aranakin",
"1679255636": "Head to the designated location",
"1679318716": "Search for a mechanical component",
"1679335007": "Strength Training",
"1679352431": "Thank the boy for his help",
"1679407956": "Give Amir eight servings of Raw Meat",
"1679616238": "Defeat the Treasure Hoarders",
"1680170140": "Search for Qi Ding, the missing miner",
"1681167476": "Continue following the road to look for clues",
"1681475332": "Go to the place Akim marked and get the soil",
"1681941495": "Talk to Razor",
"1682065356": "Return to Mondstadt with Barbara",
"1682196567": "Festive Elegance",
"1682464263": "Endless Research",
"1682680972": "Talk to Anthony",
"1682718431": "Reach Target Point 4 (Hidden)",
"1682866988": "Defeat Ruin Hunter",
"1683384687": "Keeping Wanmin's Patrons Fed",
"1683390676": "Visit a potential client with Hu Tao",
"1683520188": "Go to the reef near Pudding Isle",
"1683719766": "Find a Lotus Head",
"1683815464": "Talk to the guards and make inquiries",
"1684004540": "Talk to Linling",
"1684211932": "Enter the secret realm",
"1684585132": "Gather 1 serving of Lavender Melon, Fowl, and Flour each",
"1684689652": "Make the three \"leaves\" turn towards the \"branch\"",
"1684705984": "Talk to Schuster",
"1684819660": "Give the invoice to Jiangzhou",
"1684829580": "Investigate the corridor on the other side",
"1685467780": "Read",
"1685757362": "Quest start",
"1686024828": "Talk to Kurosawa",
"1686366948": "Follow the clues in the poem to look for the treasure",
"1687526580": "Defeat all Red Vultures",
"1688800344": "Go to the store and buy Cor Lapis",
"1689369423": "Only Half-Frozen",
"1689452406": "(Dialog after encountering giant mist flower)",
"1689720298": "Talk to Little Lulu, Little Fei, and Little Meng",
"1689973911": "Garcia's Paean",
"1690292212": "Talk to Xiao",
"1690628124": "Speak to Sara",
"1690677999": "Who Wields the Wild Wind?",
"1691568260": "Enter Komore Teahouse",
"1691740886": "Ask Little Fei",
"1692289455": "Expansive Eya",
"1692749116": "Search for Barbara",
"1693107860": "Complete preparations for the summoning ritual",
"1693627556": "Enter Greater Lord Rukkhadevata's last memory",
"1693701620": "Give a Xiao Lantern to Hanfeng",
"1693840756": "Talk to the strange Fatuus",
"1694315164": "Give the two types of ore you found to Master Zhang",
"1694911380": "Follow the aura trail and find the ingredients",
"1695314100": "Talk to everyone",
"1695860076": "Eliminate the Hilichurls",
"1695993156": "Go to the lit room in the ruins",
"1696395580": "Talk to the Theater Head",
"1696692684": "Return to the gate and talk to Noelle",
"1696792148": "Return to headquarters and talk to Sangonomiya Kokomi",
"1696966126": "Report back to Linling",
"1697156780": "Talk to Miitoboru",
"1697252716": "Destroy all the charging devices",
"1697391764": "Talk to Maki",
"1698378676": "Talk to the nameless samurai",
"1698634556": "Go back to Hanamizaka to check the situation",
"1698707934": "Find the treasure",
"1699326796": "Talk to Anna",
"1699371668": "Go to Wanmin Restaurant",
"1699696756": "Help Dunyarzad lure the pursuing mercenaries away",
"1700062652": "Talk to Garcia",
"1700078252": "Approach the Tenryou Commission officers who are blocking the road",
"1700185788": "Investigate the nearby area and search for clues",
"1700292878": "Talk to Huai'an",
"1700820636": "Talk to Vile",
"1701073796": "Continue talking to Nahida somewhere else",
"1701092740": "Report back to Momoyo and talk to her",
"1702158492": "Report back to Xavier",
"1703131100": "Wait until the following day (07:00 – 08:00)",
"1704328874": "Talk to Jiangxue",
"1705386076": "Wait until the following day (08:00 – 12:00)",
"1705582460": "Ask the guard for information",
"1706010324": "Give the Dandelion Seeds to Grace",
"1706224892": "Talk to Xamaran",
"1706693844": "Investigate the unusual activity in Nantianmen",
"1707051570": "Enter the ruin and search for a strange jade plate",
"1707329268": "Talk to Zhuhan again and enter the next round",
"1707397192": "Give the letter to Sara",
"1707661868": "Wait for the feast to start (19:00 – 24:00 two days later)",
"1708030596": "Report back to Muning",
"1708923748": "Talk to Akim",
"1709018532": "Go to Liyue Harbor and respond to Quqing's request",
"1709074004": "Talk to Zhiqiong",
"1709144577": "Guest from Afar",
"1709370428": "Talk to Arama and Arasudraka",
"1710907036": "Investigate the strange machine",
"1711353151": "Scenario 5 Trigger",
"1711581063": "Anna the Adventurer!",
"1711994564": "Bring the Fresh Seagrass to Xudong",
"1712154156": "Take a picture of Flora",
"1712275756": "Talk to Cloud Retainer",
"1713706788": "Report back to the hilichurl",
"1713760420": "Give Kumi three Sakura Blooms",
"1714792612": "Talk to Anna",
"1715198292": "Destroy all the monster camps near Springvale",
"1715428255": "Go to the Adventurers' Guild and listen to their report",
"1715968108": "Investigate the Ruin Guard's whereabouts",
"1716637852": "Help Xavier produce a film",
"1716899660": "Report back to Ishida",
"1717349164": "Examine the nearby victims (1/3)",
"1717357412": "Talk to Yi Zhu",
"1718003212": "Return to Third-Round Knockout and listen to the story",
"1718522340": "Talk to Dainsleif",
"1718558519": "Delicious Riddle",
"1718813006": "Report back to Lan",
"1718837183": "Go to the tavern",
"1719182935": "The Exile: Blooming",
"1719212356": "Return to camp",
"1719701852": "Speak to Katheryne and help Mona find a place to stay",
"1721155876": "Talk to Laid Back Ling'guan",
"1721192071": "The Adventurers' Guild's Affairs",
"1721300543": "Cleanup At Dawn",
"1721371527": "Use the wind currents to get far away from the Cathedral",
"1721565764": "Go to the kitchen",
"1721676540": "Talk to Sango",
"1721694708": "Catch up to Wanyan",
"1722139060": "Go to the café and talk to Maddah",
"1722466916": "Talk to Nimrod",
"1722963060": "Meet up with Xudong",
"1723775703": "City of Chores",
"1724034524": "Look for the materials that Kayvan needs",
"1724246116": "Enter the new space",
"1724654151": "Countryside Wandering",
"1725616258": "Enter the ruin and search for a strange jade plate",
"1726135780": "Help Shouta place offerings at the shrine",
"1726289940": "Go to the place you and Thoma agreed on",
"1726657567": "The Lost Hilichurl",
"1726993444": "Follow Tsuyuko's instructions and activate all the altars",
"1727229484": "Continue following the voice",
"1727817231": "Leave Area (Hidden)",
"1727940143": "Dreams of Sword Art",
"1728084903": "Solitary Sea-Beast",
"1728170112": "Talk to Timmie",
"1730320788": "Interlude: Grand Sage Azar Arriving at the Sanctuary of Surasthana",
"1730369428": "Talk to Freki",
"1730572876": "Obtain the Golden Bridle",
"1730915959": "Find the missing fairy",
"1730987567": "Aragaru's Drawing",
"1731214863": "The Littlest Journey: Medicine On-Hand",
"1731324180": "Talk to Diluc",
"1732139140": "Defeat the opponents",
"1732344268": "Talk to Anthony",
"1732705788": "Follow Fujiwara Toshiko to the camp",
"1733926652": "Look for the book Leonard authored",
"1733986732": "Talk to Bertrand",
"1734708860": "Fight Oleg",
"1734898804": "Go to the safehouse to look for Gendou Ringo",
"1735273070": "Report back to Zhihua",
"1736461036": "Talk to Sango",
"1736909364": "Talk to Vermeer",
"1737393532": "Talk to the elders in the village",
"1737940556": "Investigate the strange device again",
"1738439999": "The Gourmet Supremos: Breakthrough Thinking",
"1738805916": "Ask for Rie's opinion",
"1739299804": "Talk to the people in front of you",
"1739387756": "Talk to Grace",
"1740256319": "Opens at required Adventure Rank",
"1740947388": "Go to Bantan Sango Detective Agency",
"1740972388": "Learn about the situation from Butrus",
"1741206516": "Return to the exploration team's camp",
"1741347100": "Talk to Ippei and Shinnojou",
"1741829940": "Find Ryuuji and talk to him",
"1743099124": "Talk to Shinsuke of the Kanjou Commission",
"1743339972": "Talk to Hatim",
"1743399886": "Report back to Linling",
"1743840028": "Place the blueprints before Cloud Retainer",
"1744393252": "Go back to the shop and check how the charity event is going",
"1744726895": "Negotiation with NPC 3 failed — combat loop",
"1745131076": "Go to the reef near Minacious Isle",
"1745164164": "Give three Flaming Flower Stamens to Connor",
"1745739876": "Find the treasure area indicated by the Illumiscreen",
"1745900190": "Search for wild Glaze Lilies with Zhongli",
"1745989908": "Talk to Sara",
"1746462548": "Wait for night (00:00 – 05:00)",
"1747203276": "Confirm the clues with Kazuha",
"1747255052": "Check on Jilliana's mood",
"1747406513": "Investigate the mechanism and unlock Taishan Mansion",
"1747547708": "Head deeper into Stormterror's Lair",
"1748776980": "Report back to Goth",
"1748791604": "Obtain 3 Archaic Stones for Muning",
"1749437892": "Go to the Hiiragi Estate in Ritou",
"1749492396": "Help the afterimage find out their identity",
"1749818756": "Talk to Bea",
"1749837984": "Begin Cooking",
"1749840588": "Fight the Treasure Hoarders",
"1750024521": "Darknight Hero's Crisis",
"1750130023": "That Which Fell From the Sky",
"1750333716": "Tell Chongyun the truth",
"1750591084": "Wait for Fujiwara Toshiko to open the chest",
"1750742324": "Talk to Anthony",
"1750764476": "Talk to the soldier",
"1750787599": "The Cat's Trail",
"1750820828": "Talk to Yabe",
"1751061447": "Snowy Silhouette: Hope",
"1751106284": "Talk to Maryam",
"1751192631": "Liyue Millennial",
"1752137135": "Meet Amber at the fountain plaza",
"1752246316": "Meet up with Collei",
"1752777124": "Retrieve the Xiao Lantern materials",
"1752962056": "Find the cat",
"1753770215": "Geri's Gastro-Nostalgia",
"1753902263": "Bait Resupply Plan",
"1754020308": "Wait till the next day",
"1754401456": "Begin Cooking",
"1754491076": "Talk to the hilichurl",
"1754597444": "Search for the mechanical components",
"1754752252": "Search for the late cart in the wild",
"1754766316": "Talk to Laid Back Ling'guan",
"1755093303": "Upon the Plain, a Purple Shadow",
"1755373999": "Wait till daytime",
"1755451716": "Repair the walls around the encampment",
"1755492412": "Touch the feather that suddenly appeared",
"1755729716": "Approach the hollow and examine it",
"1755974052": "Talk to Xavier",
"1756099902": "Check near Wangshu Inn",
"1756794172": "Investigate the mysterious device",
"1757030428": "Head to the designated location to investigate",
"1758100156": "Go to Brightcrown Canyon",
"1758252508": "Talk to Little Meng",
"1758268816": "Talk to Katheryne",
"1759089860": "Speak to Chef Mao",
"1759317996": "Investigate the secret room",
"1759502132": "Look for the next training target",
"1760116308": "Enter the Court of Desolation",
"1760455172": "Wait until nighttime (18:00 – 6:00)",
"1760474252": "Report back to Cloud Retainer",
"1760868089": "Forest Rendezvous",
"1761608452": "Report back to Gulabgir",
"1762002058": "Find three Dandelions",
"1762128188": "Go to the Grand Master's office",
"1762255433": "The Lost Relic",
"1762409332": "Water the flowers",
"1762970292": "Give a Xiao Lantern to Herbalist Gui",
"1763984460": "Talk to Beidou",
"1765964356": "Talk to everyone",
"1766380020": "Look for a way up the mountain",
"1766596404": "Insert the Crystalline Cores into the machine",
"1766716916": "Help Bennett open the treasure chest",
"1767466900": "Talk to Taisuke",
"1767900780": "Listen to everyone's opinion",
"1768452918": "Find the treasure",
"1768795996": "Return to the Tenryou Commission",
"1768953308": "Talk to Wang Ping'an",
"1769035284": "Chat with the soldiers on Watatsumi Island",
"1769052284": "Solve the astral puzzle",
"1769154038": "Listen to Liu Su's new story",
"1769189428": "Discarded",
"1770039487": "Mutual Exchange",
"1772467212": "Go to Liyue Harbor",
"1772622428": "Talk to Aranakin",
"1772747036": "Head to the designated location to board your Waverider",
"1772804900": "Retrieve the package beside the body of water",
"1773365292": "Retrieve a replica of Shiki Taishou",
"1774129538": "Talk to Qiaoxi",
"1774425284": "Use your Elemental Sight to follow Albedo's tracks",
"1774476156": "Use the power of Dendro to \"fertilize\" the seeds",
"1774532036": "Defeat the mutated Fungi",
"1774782556": "Report back to Wang'ya",
"1774958372": "Follow the trail to search for the package",
"1775231884": "Observe Harrison",
"1775330756": "Follow the children to Rana's house",
"1775540004": "Wait till the next day",
"1776158569": "Pirate Invasion, in Liyue Harbor!",
"1776358468": "Talk to Dunyarzad",
"1776834068": "Talk to Kichiboushi",
"1776961364": "Escape from Khaj-Nisut",
"1777377332": "Go to the Tower of the Void",
"1777557542": "Talk to Xiangling",
"1777633180": "Talk to Aranaga",
"1779168839": "Woven Wishes",
"1779649860": "After preparing, enter the tunnel",
"1779996620": "Take a picture of the Anemo God statue in front of the Cathedral",
"1781583980": "Talk to Paimon",
"1781860516": "Talk to Dummy",
"1781923780": "Go to the camp",
"1782683716": "Play the part of Yae Miko and talk to Gorou",
"1782693176": "Give the key to Wyatt",
"1783174828": "Talk to Paimon (Discarded)",
"1783230572": "Placeholder",
"1783778468": "Follow Setaria",
"1784261036": "Talk to Beidou",
"1785159828": "Talk to Jiangcheng",
"1785796172": "Adventure with Aranara",
"1786317703": "Explore and unlock the tri-seal",
"1786559172": "Bring the shining mushrooms back to Khedive for appraisal",
"1786725396": "Try to leave Ritou",
"1787764692": "Talk to Flora at the flower shop",
"1788042108": "Talk to Haniyyah",
"1788657852": "Pass the three trials",
"1789293772": "Talk to Dainsleif",
"1789304172": "Speak with Zhi",
"1789362889": "Cooking Appointment",
"1789603240": "Climb the watchtower",
"1789742463": "Eat and Learn",
"1790037162": "Find Dandy downstairs",
"1790052436": "Wait until the following day (06:00 – 08:00)",
"1790169052": "Go with Ei to Tomoki's stall",
"1790254416": "Collect a Heavy Horn",
"1790910876": "Obtain Treasures Hoarders' insignias for Garcia",
"1791029543": "Defeat the creature",
"1791107823": "A Particularly Particular Author",
"1791111038": "Find the treasure, or go to Bolai for some advice",
"1791329464": "Approach the hilichurl that is awake, but don't wake the others",
"1791538612": "Observe the installations in the camp",
"1792203255": "Inazuma Sales Specialist",
"1792489812": "Go deeper into The Ominous Demesne",
"1792544148": "Give the Sunsettias to Mamesuke",
"1793287652": "Go to the Temple of the Falcon",
"1793393956": "Give the appropriate documents to Nervous An",
"1793502796": "Chat with Mona about the meteorites and scrying",
"1793789660": "Retrieve the package near the Dragonspine Statue of The Seven",
"1794123564": "Go to the investigation site and perform the rescue",
"1794936956": "Wait till 08:00 – 12:00 the next day",
"1796363732": "Talk to Yabe",
"1797065472": "Talk to Vind",
"1797315452": "Return to the dock and talk to Uncle Dai",
"1797437065": "Reunion With the Dragon",
"1797465932": "Head to the top of the Mikage Furnace",
"1797882620": "Enter Thutmose's secret base",
"1798861548": "Talk to Shefket",
"1798968564": "Water the flowers",
"1799905041": "Legend of the Darknight Hero",
"1800202636": "Defeat the Everlasting Lord of Arcane Wisdom",
"1800545100": "Proceed deeper within to find Benben",
"1800941278": "Find the treasure, or go to Bolai for some advice",
"1801631711": "Ask the preoccupied girl for information",
"1802555932": "Ask about everyone's tastes (1/3)",
"1803275228": "Go to the place Xiao mentioned",
"1804261732": "Give the Fresh Fish to Diona",
"1804721988": "Talk to Asakura",
"1804874900": "Report back to Garcia",
"1805272895": "Flavor of the Month",
"1805490135": "Enter the tower",
"1805843980": "Defeat all opponents",
"1806180468": "Talk to Zhuhan, who is in charge of registration for The Crux Clash",
"1806454391": "Yachimatahiko's Trial",
"1806749615": "Talk to Paimon",
"1806863631": "Neko Is a Cat: Wooden Shelf",
"1807015212": "Go to the island where the strange phenomena occurred",
"1807208623": "Bribe NPC 2",
"1807897876": "Destroy the abode's barrier",
"1808064252": "Go to the Grand Narukami Shrine and look for Yae Miko",
"1808084948": "Go to the vantage spot with Arapandu",
"1808391852": "Give the Jueyun Chili to Little Meng",
"1808814172": "Enter the door",
"1808920366": "Talk to Kaeya",
"1809406480": "Go to Gentry Maocai's residence and make inquiries",
"1809638572": "Obtain Blazing Heart's help",
"1809695124": "Talk to Ei",
"1810063119": "A Prayer for Rain on the Fecund Land",
"1810277436": "Talk to Parvaneh",
"1810428492": "Continue exploring",
"1810506007": "Answer Diluc's questions",
"1810911796": "Talk to the surrendered Treasure Hoarder Member",
"1811029788": "Talk to Candace",
"1811266476": "Investigate the strange device again",
"1811523967": "Owe Mora, Pay Mora",
"1811845308": "Deliver the Treasure Hoarders back to the Adventurers' Guild",
"1811948652": "Go deeper within and retrieve the diagram of the city's defenses",
"1812087380": "Talk to Paimon",
"1812166214": "(test)与大家聊聊天",
"1812861596": "Talk to Owada",
"1814035948": "Continue onward through the shattered space",
"1814132866": "Enter the ruin and search for a strange jade plate",
"1814352044": "Search for the missing component(s)",
"1814480551": "The Palace, Dyed in Black",
"1814939836": "Deliver the food to Tacit Tingfang",
"1816404478": "Talk to Paimon (Hidden)",
"1816698340": "Go to Yae Publishing House with Gorou to deliver the replies",
"1816765044": "Proceed onward and look for information",
"1817192119": "Popsicles and Their Curious Uses",
"1817662903": "Versus Mishima Michitoshi",
"1818006908": "Report back to Jiayi",
"1819327628": "Talk to Kichiboushi",
"1819444452": "Find Collei",
"1821447020": "Examine the giant cannon in the depths of the tunnels",
"1821489084": "Talk to Noelle",
"1822225412": "Talk to Granny Ruoxin",
"1822257996": "Talk to Sister Victoria",
"1822684404": "Make a Satisfying Salad and give it to Sara",
"1823176692": "Talk to Dalong and Little Le",
"1823653220": "Bring the completed dish back to Tang Wen",
"1823956248": "Use Elemental Sight to find the cart loaded with Cor Lapis",
"1824037716": "Talk to Ootomo",
"1824049620": "Follow Ei out of the outpost",
"1825809620": "Investigate the secret passage in front of you",
"1826002288": "Finish conversation",
"1826471680": "Help Gentry Maocai and defeat the attacking Fatui",
"1826963932": "Collect Fractured Fruit Shards",
"1827358983": "To the Shrine",
"1827464473": "Business in a Marsh",
"1827515220": "Go to Dawn Winery and look for Adelinde",
"1827604983": "Gold Devouring and Mora Gathering",
"1828495151": "Plan your next step with Diluc",
"1828648412": "Talk to Iwata",
"1829371140": "Talk to Sun Yu",
"1830367852": "Complete the trial of the Phantasmal Seed",
"1830787556": "Return to the entrance to the secret realm",
"1831538220": "Split up with Chongyun and look for evil spirits",
"1831601380": "Talk to Muzhen",
"1832079964": "Talk to Huffman",
"1832154148": "Move forward without being noticed",
"1832405372": "Talk to Yae Miko",
"1832465839": "Festering Desire",
"1832542084": "Light the bonfire",
"1832599599": "Dream of Falling",
"1832772295": "Talk to the mysterious bard",
"1833081364": "Investigate the camp",
"1833639580": "Talk to Akim",
"1834913180": "Find a way to connect to Nahida's consciousness",
"1834965276": "Talk to Fukumoto",
"1835230111": "Investigate the seal at the top of the tower",
"1835881694": "Find the treasure trove in the Whispering Woods",
"1836033708": "Report back to Beidou",
"1836083320": "Deliver the food to Lively Orlean",
"1836471972": "Go to the Grand Bazaar and see the Dance of Sabzeruz",
"1836693556": "Approach the throne",
"1837459500": "Talk to everyone",
"1837830852": "Take a picture of Kichiboushi",
"1838950985": "Run the Kerb",
"1839402588": "Give Jiayi's letter to Little Liu",
"1839901924": "Make Delicious Triple-Layered Consommé",
"1840193702": "Collect three Lotus Heads",
"1840549054": "Look for Zhongli at Northland Bank",
"1840715228": "Report back to Cloud Retainer",
"1840743716": "Talk to Sumida",
"1840859031": "Talk to Razor",
"1841536348": "Go with Ladep",
"1841661508": "Follow Wang'ya",
"1841741404": "Investigate the Ruin Guard's whereabouts",
"1842042308": "Help Hatim select a Golden Dish",
"1842245588": "Head to Lingju Pass to investigate",
"1842393972": "Try to make contact with Xiao",
"1842661780": "Bring the stuff back to Raef",
"1842834564": "Talk to Varsha",
"1843411880": "Innovate - Black Copper Horn",
"1843498772": "Capture Fungi",
"1843566260": "Look for another three Strange Teeth",
"1844012668": "Speak to Short-Tempered Wallit",
"1844631780": "Talk to Kamei Munehisa",
"1845876618": "Talk to the owner of the carpentry workshop",
"1846468775": "Defeat the Order Commander",
"1846713408": "Control respawn",
"1847614276": "Enter the summoning site",
"1848233868": "Find Yu and Mengmeng",
"1848943812": "Explore the area and look for an exit",
"1849201036": "Look for Mona in the library",
"1849409745": "Weather Change at Yaoguang Shoal",
"1849806199": "Battle of Revenge",
"1850704836": "Go to the Knights of Favonius Headquarters",
"1851538940": "Ask Shimura Kanbei for clues",
"1851727500": "Talk to the fourth person in the distance",
"1852025894": "Report back to Zhihua",
"1852353162": "Find the hiding child",
"1852741962": "Look for a will",
"1853084148": "Talk to Hosseini",
"1853315484": "Talk to Eboshi",
"1853476588": "Talk to Akim",
"1853807972": "Look for the innkeeper and ask to borrow the kitchen to make Mona a dish",
"1854677460": "Report back to Viktor",
"1855116116": "Defeat the ambushing ronin",
"1855318428": "Take a picture of Kichiboushi",
"1855404884": "Wait until two days later (20:00 – 22:00)",
"1855406716": "Defeat the Fungi",
"1855472604": "Hand the slate to Soheil",
"1855731452": "Break the final seal",
"1856055860": "Go to the roof to check",
"1856067127": "O Archon, Have I Done Right?",
"1856191783": "A-Toymaking We Shall Go: Mass Production",
"1857145111": "Backstage Suspicions",
"1858503383": "Tatara Tales",
"1858923284": "Look for the materials that Kayvan needs",
"1859235996": "Bring the medicine to Gurgen",
"1860446888": "Wait for Marjorie's business to succeed",
"1861506700": "Look for Subrosium",
"1861651180": "Go to Wangsheng Funeral Parlor and look for Zhongli",
"1862326820": "Return to the base camp and ask the researchers for clues regarding the journal.",
"1862367199": "Hidden clues completed (Hidden)",
"1862817796": "Look for Arasaka",
"1863272164": "Talk to Cyno",
"1863460812": "Go to Naganohara Fireworks",
"1863907759": "Kamla's Berries",
"1864167914": "Defeat the Ruin Guard",
"1864369460": "Talk to the locals and observe Eula's demonstration",
"1864993352": "Use Elemental Sight to find the cart loaded with Cor Lapis",
"1865084244": "Collect the Xiao Lantern",
"1865096732": "Talk to Paimon",
"1865128663": "Eremite Mayhem",
"1865337536": "Finish conversation",
"1865602836": "Speak to Albedo",
"1866107263": "Swim to the island in Starfell Lake",
"1866426844": "Talk to Nahida",
"1867521740": "Talk to Alhaitham",
"1867787908": "Speak to the members of Swordfish II",
"1868103428": "Talk to Keqing",
"1869315852": "Clear out the Treasure Hoarders in the miner's camp",
"1871067908": "Activate the mechanism and open the gate to the secret room",
"1871358732": "Head to the counter and get ready to open for business",
"1872107820": "Talk to Amir",
"1872168652": "Look around for any sign of evil spirits",
"1873401868": "Save Leon",
"1873455876": "Talk to Flora",
"1874110868": "Continue looking for mining sites",
"1874642932": "Talk to Katheryne",
"1874677831": "The Church's Affairs",
"1874979340": "Search for the mechanical components",
"1875094612": "Report back to the hilichurl",
"1875930932": "Go to the warehouse where the fire broke out",
"1876349500": "Connection success?",
"1876698652": "Talk to Nahida",
"1877070068": "Show Nantuck the Ornamental Fish",
"1878219820": "Talk to Xavier",
"1878238300": "Talk to Raef",
"1878309476": "Activate the Light Realm Chisel",
"1878597156": "Wait at The Five Kasen Plaza",
"1879602324": "Talk to Akim",
"1879832316": "Talk to Orban",
"1880105423": "Warehousing Business",
"1880263399": "Challenge the Wolf of the North",
"1880440740": "Enter the Police Station warehouse",
"1880529431": "The Truth Is Also a Lie",
"1880714012": "Look for clues in the café",
"1880841991": "Defeat all opponents",
"1880922172": "Listen to Ei's judgment",
"1881448271": "Long-Sealed Mystery",
"1882059284": "Go to Windrise and gather three Windwheel Asters",
"1882072572": "Talk to Plauen",
"1882102716": "Talk to Ami",
"1882401175": "Disappears after controlling Paimon to talk",
"1882476447": "Akademiya Q&A",
"1882494428": "Ask the Yashiro Commission members questions",
"1882715036": "Go to the Evernight Temple",
"1883243111": "Bough Keeper: Dainsleif",
"1883431556": "Return to Aaru Village and talk to Soheil",
"1883991228": "Use Elemental Sight to pursue the fake Gendou",
"1884072087": "Talk to Amber",
"1884215052": "Talk to Brother Qian at night (21:00 – 05:00)",
"1884941004": "Investigate the Vasara Tree",
"1885225044": "Use Kusava to break the seal on the Zohrah Mushroom",
"1885444772": "Talk to Diona",
"1885912292": "Head to the counter and get ready to open for business",
"1886174420": "Go to the place indicated by Taroumaru",
"1887257209": "Rollback isolation",
"1887359252": "Head to Yuehai Pavilion and speak to Huixin",
"1888321924": "Defeat the opponents",
"1888508724": "Try to lift the seal",
"1888798348": "Strike the strangely shaped plant",
"1889933028": "Give the soil to Akim",
"1890664494": "Talk to the Millelith",
"1890809076": "Talk to Xinyan",
"1891049956": "Report your findings to Jebrael",
"1891479556": "Look around for any sign of evil spirits",
"1891765036": "Talk to Nahida",
"1892024270": "Talk to Lan",
"1892479100": "Grill the fish by the shore with Ningguang",
"1892764287": "The Sea of Fog and the Rite of the Trees",
"1892944732": "Wait till 10:00 – 12:00 the next day",
"1893186071": "Talk to Amber",
"1893467943": "Talk to Amber",
"1894071876": "Travel through the Abyss",
"1894387228": "Step on the stone slate",
"1895582548": "Jump into the breach",
"1896055351": "Guardians of the Countryside",
"1896553132": "Talk to Aragaru",
"1896974420": "Ask people nearby for information",
"1898242708": "Go to Chouji's home",
"1898602204": "Talk to Anthony",
"1899943244": "Clean up the Withering Zone",
"1900008668": "Talk to the Theater Head",
"1900039708": "Talk to the inmates",
"1900179484": "Talk to Paimon",
"1901317764": "Go to the high terrace",
"1901526884": "Avoid the monsters and continue deeper into Dadaupa Gorge",
"1901607839": "Go to Starsnatch Cliff",
"1902703868": "Ask Kuroda for information",
"1903335764": "Search for the Perch's scattered power",
"1903351564": "Follow Yasmin",
"1903422444": "Talk to Khayyam",
"1903539502": "Ask Xiangling if she needs any more help",
"1904583404": "Activate the seal on the ancient array core",
"1904813524": "Use the wind current to catch up with the hilichurl",
"1905835460": "Talk to Eula to learn how the training will proceed",
"1906639132": "Talk to Kaeya",
"1906853201": "A Long Shot",
"1906930148": "Talk to Sayu",
"1907474316": "Follow the footprints",
"1907487932": "Return the Material Collector to Bertrand",
"1907542500": "Talk to Kazuha",
"1908687823": "Talk to Amber about the disturbance up ahead",
"1909170828": "Go to Weinlesefest's venue",
"1909243700": "Keep following the scent and looking for clues",
"1909326972": "Go to Caravan Ribat",
"1909471924": "Look for a key",
"1909660468": "Go to Dawn Winery and speak to Connor",
"1910064060": "Wait till early morning (00:00 – 05:00)",
"1910142724": "Talk to \"Masanori\"",
"1910878014": "Report back to Zhihua",
"1910939156": "Talk to Granny Ruoxin",
"1911158956": "Investigate the ship",
"1911328169": "Crash Course",
"1911383812": "Check Wolfgang's notes",
"1911838956": "Break the red scarecrows",
"1911857038": "Talk to Ellin",
"1912254668": "Talk to Ryuuji",
"1913314692": "Talk to Paimon",
"1913381240": "Defeat all opponents and destroy the roadblocks",
"1913506340": "Give a Xiao Lantern to Bibo",
"1913831100": "Catch up with the suspicious ambassador",
"1914018340": "Meet Thoma at the place where stray cats and dogs gather",
"1914227796": "Go to the Fungi-catching zone",
"1914228636": "Talk to Aramis",
"1914285348": "Hurry to the front line",
"1914646292": "Help the Aranara",
"1914726712": "Talk to Katheryne for more details",
"1914810162": "Talk to NPC",
"1914961625": "Cooking Showdown",
"1915084764": "Ride the elevator",
"1915693828": "Talk to Jazari",
"1916226012": "Find Jilliana",
"1917740590": "Talk to Bolai",
"1918152625": "Search for the stone tablet",
"1918373884": "Go to the Knights of Favonius Headquarters",
"1919197204": "Return to Rana",
"1919348188": "Talk to the merchants near the street",
"1919717896": "Destroy all the training dummies in under 2 seconds",
"1919871486": "Enter the Domain",
"1920389612": "Return to the Kamisato Estate to see Kamisato Ayaka",
"1920915340": "Take a walk around Sumeru City",
"1920936212": "Use the feather",
"1921174708": "Exchange information with the crowd",
"1921208902": "Open the cage",
"1921771260": "(tes) Reach the location of a seal",
"1922122340": "Talk to Jut",
"1922125300": "Talk to the secretary in charge of preparations",
"1922623420": "Reach Mondstadt",
"1923622510": "Go to Liyue Harbor",
"1923706668": "Talk to Katheryne in Mondstadt",
"1924053084": "Defeat the Fatui force",
"1924130420": "Investigate the temporary Fatui camp",
"1924529044": "Continue the pursuit",
"1924670719": "Talk",
"1925570343": "A Teapot to Call Home: Part II",
"1925854844": "Look for poetic inspiration at Bubu Pharmacy",
"1926009044": "Look for the Elixir Artificer",
"1927154690": "Quest start",
"1927175620": "Look for Noelle in the library",
"1927513367": "Talk to Jean",
"1927774476": "Talk to Paimon",
"1927834556": "Bring the drink Nermin made to Raef",
"1927925404": "Use the Kusava to break the seal on the Zohrah Mushroom",
"1928353376": "Give the cocktail to Margaret to try",
"1928409348": "Talk to Cyrus",
"1928452183": "Track down Raptor and arrest him!",
"1928940306": "Talk to Chang the Ninth",
"1929311692": "Talk to Paimon",
"1929321628": "Go to Affan's nursery",
"1929474879": "A Cliff-Side Hero's Past",
"1929895732": "Search for clues in the repository",
"1930621956": "Advance Quest progress",
"1930923884": "Go and help Habachi",
"1931385732": "Go to the Knights of Favonius' headquarters",
"1931428838": "Talk to Dusky Ming",
"1931760511": "Herbalist's Forage",
"1932155156": "Report back to Aratani",
"1932786375": "Murakami's Meal-Making",
"1933855260": "Talk to Khedive",
"1934281223": "Go towards Stormterror's Lair",
"1934435434": "Quest start",
"1935396852": "Talk to Paimon",
"1936402004": "Talk to Viktor",
"1936424044": "Use the cage-shaped object to destroy the three remaining Bedrock Keys",
"1936641058": "Report back to Chang the Ninth",
"1936734556": "Talk to Little Meng",
"1937391768": "Talk to the shop owner, Marjorie",
"1937506556": "Investigate the strange cold current",
"1937934900": "Continue forward",
"1938418940": "Find clues left by Aralohita",
"1938420777": "Grateful to the Gods",
"1938466380": "Investigate the trail",
"1938572396": "Go to the chamber at the center of the ruins' summit",
"1938913076": "Remove the \"juvenile antics\" left on the Thunder Sakura by the Treasure Hoarders",
"1939322132": "Defeat the ambushing Treasure Hoarders",
"1939608068": "Look for the two keys to the gunpowder storehouse",
"1940578140": "Defeat the Thunder Manifestation",
"1941522521": "Light Guiding Ceremony",
"1941580484": "Talk to Chevka",
"1941734788": "Talk to Changchang",
"1941745140": "Talk to \"Masanori\"",
"1941951351": "Talk to Kaeya",
"1942191964": "Catch up with the Mechanical Crab",
"1942268375": "Kanra's Thoughts",
"1943082612": "Complete the \"Rhodeia's Rage\" challenge once (after completing it, return to Single-Player Mode to continue the quest)",
"1943301076": "Go to Mondstadt's gate",
"1944303116": "Continue exploring",
"1944426500": "Talk to Madame Ping",
"1945666844": "Ask the adventurers at the camp for news",
"1945689855": "Yougou Cleansing",
"1945739636": "Talk to Nahida to understand the situation",
"1945949156": "Talk to Iwata",
"1945976220": "Go to where the cart is",
"1946040372": "Find the lost Sumpter Beast",
"1946556644": "Talk to Rudolf",
"1946701156": "Investigate the goods",
"1947339513": "Sparks Amongst the Pages",
"1947457764": "Defeat the monsters near Springvale",
"1948087246": "Find the treasure",
"1948177836": "Give three Iron Chunks to Lutong",
"1948277276": "Move forward without being noticed",
"1948769944": "Talk to Kaeya",
"1948906924": "Talk to Diona",
"1949057964": "Clear out the meteorite shards on the hill (1/2)",
"1949114020": "Defeat the hilichurls",
"1949852276": "Awaken the Fungi's potential",
"1950104420": "Talk to Vahid",
"1951275820": "Talk to Fan Er'ye",
"1951329284": "Look for the priest",
"1951349788": "Go to the waters near Guyun Stone Forest to commence salvaging",
"1951995100": "Look for Vile",
"1952108903": "Have tea with Lisa (Hidden)",
"1952137036": "Search for clues in the Mondstadt Library",
"1952161732": "Enter the pool",
"1952717832": "Return to the cathedral and see how Jean is doing",
"1952744548": "Return to the camp and talk to Rana",
"1954026812": "Talk to everyone",
"1954704119": "The Bright-Windowed Lanterns Hide Their Shadows",
"1955297812": "Defeat the Hydro Slimes",
"1955308260": "Resist the Thunder Sakura Crystal",
"1955327798": "Search for Yakshas: The Guardian Adepti",
"1955655708": "Dispose of the meteorites in the fields",
"1956146948": "Go deeper within and retrieve the diagram of the city's defenses",
"1956279532": "Talk to Katheryne",
"1956491652": "Defeat dark smoke 1",
"1956859356": "Find Yicheng a dish that can fill his stomach",
"1958266903": "Timmie's Wish",
"1958929700": "Clear the spores",
"1960228300": "Return to camp",
"1960268620": "Talk to Thoma",
"1960475248": "Talk to Myrana",
"1960795684": "Search for the winery employee, Fritz",
"1960868548": "Pick a suitable light novel",
"1961748092": "Collect clues concerning the summoning ritual",
"1961787884": "Report back to Hamawi",
"1961974668": "Go to Seirai Island",
"1962414190": "Talk to Tic",
"1962824428": "Look for another three Strange Teeth",
"1963244428": "Report back to Kun",
"1963419700": "Talk to Iron Tongue Tian",
"1963830828": "Rescue the people held here",
"1963964100": "Find the treasure area indicated by the Illumiscreen",
"1964158204": "Talk to Sun Yu",
"1964366900": "Talk to Charles",
"1964402532": "Go to Ritou and look for Bertrand",
"1964927730": "Light the bonfire",
"1965185366": "Talk to Xiao",
"1965198993": "Winds of the Past",
"1965338588": "Go to the place Miitoboru sensed",
"1965569060": "Wait until the agreed time (19:00 – 21:00)",
"1965677452": "Obtain the Millelith's treasure",
"1965684700": "Talk to Cai Le",
"1966198652": "Talk to Ji Tong",
"1966733716": "Walk around the Grand Bazaar",
"1967237380": "Go to Yae Publishing House and keep watch",
"1967892508": "Talk to Kazuha",
"1968730652": "Go to the next Fungi-catching zone",
"1968786456": "Defeat all the hilichurls",
"1968903140": "Talk to Ilman",
"1969504487": "Untainted Autumn Frost",
"1969650120": "Go and investigate",
"1970045108": "Go to the chamber at the center of the ruins' summit",
"1970774988": "Go to Yae Publishing House",
"1970782740": "Operate the device and enter the new space",
"1970996028": "Talk to Xavier",
"1971013684": "Open the Ruin Golem seal",
"1971786004": "Go back and meet up with the ones left behind",
"1972140380": "Talk to Zhiqiong",
"1972280900": "Talk to Dainsleif",
"1972282868": "Search for Nargis",
"1972358284": "Give five White Iron Chunks to Yata Kouki",
"1972499940": "Explore Khaj-Nisut's lower floor",
"1972587732": "Talk to Zakariya",
"1972693396": "Find Yicheng a dish that can fill his stomach",
"1973321716": "Take a picture of the floral decorations in the fountain square",
"1973340841": "Unleashed 5 - Hidden",
"1974069270": "Find the door of the confinement room in Knight's headquarters.",
"1974805108": "Give the Delicious Grilled Tiger Fish to Tang Wen",
"1974828596": "Defeat the Treasure Hoarders",
"1975218748": "Follow the path to the border",
"1975700260": "Talk to Sha'yin",
"1976159964": "Collect nearby repair materials",
"1976883604": "Talk to Huangshan",
"1977000623": "Phantom of the Past",
"1977145260": "Place the offerings",
"1977324127": "The Misplaced Photo",
"1977732220": "Go to Tsurumi Island and look for Ruu",
"1978436692": "Walk around the beach",
"1978692220": "Go to the training area",
"1979372292": "Collect the Xiao Lanterns",
"1979450300": "Accompany Bennett and proceed onward",
"1979547980": "Walk around with Klee",
"1980925900": "Talk to the member of the Treasure Hoarders",
"1981326452": "Activate the device",
"1981356828": "Fend the bandits off",
"1982521884": "Go to the lower level of the hospital",
"1983063836": "Talk to Dunyarzad",
"1984598500": "Talk to Geri",
"1984618271": "Ah, Fresh Meat!",
"1985164724": "Head to the Takatsukasa Clan's secret outpost",
"1985512764": "Head to Gandharva Ville and look for someone \"with a bulge on their back\"",
"1985608460": "Go to Aaru Village and look for the merchant from Mondstadt",
"1986048236": "Ask Katheryne for information on going to Inazuma",
"1986905444": "Talk to Kurosawa",
"1987417108": "Activate the tower controller",
"1988093508": "Find and light up all the devices",
"1989090276": "Help Leon leave the cellar",
"1989423316": "Wait until four days later",
"1989593332": "Follow Kamisato Ayaka",
"1989631388": "Obtain the second Inscription of Remembrance",
"1989702116": "Go to the docks",
"1990456193": "Kaeya's Gain",
"1991121716": "Give an item to the hilichurl",
"1991892404": "Defeat your opponents",
"1992716854": "Talk to Xiao and give him the Sigil of Permission",
"1992718575": "Explore and unlock the tri-seal",
"1993185748": "Investigate the auction site",
"1993491916": "Talk to Xudong",
"1993800740": "Find the treasure",
"1994389588": "Go to the cavern Aradashan mentioned",
"1994772516": "Talk to Zhiqiong",
"1994876319": "None",
"1995090812": "Talk to Soraya",
"1996418766": "Collect three Jueyun Chilis",
"1996796828": "Follow the footprints to tail the hilichurl",
"1997221940": "Fend off the Treasure Hoarders",
"1997931532": "Defeat all opponents",
"1998043924": "Follow the footprints",
"1998045404": "Talk to Gorou",
"1998491692": "Chase Kujou Sara to Tenshukaku",
"1998843192": "Talk to Katheryne",
"1999256228": "Talk to the Theater Head",
"1999819415": "The Final Experiment: Withering Glory",
"1999835862": "Meet the adepti in Jueyun Karst",
"2000026716": "Head deeper into Stormterror's Lair",
"2000483980": "Speak to Ningguang",
"2001012095": "On the Stage, Behind the Stage",
"2002540799": "Player returned to the world. Tavern cleared.",
"2002831852": "Talk to Alhaitham",
"2003432452": "Descend further",
"2003525740": "Speak to Sucrose",
"2003579884": "Talk to Childe",
"2004951612": "Retrieve the goods",
"2005605039": "Hide in the tavern",
"2005933388": "Give two Sweet Madames to Geri",
"2006273268": "Look for the person running the factory",
"2006497956": "Wait until the following day (20:00 — 24:00)",
"2006835359": "The Rumored Alchemist",
"2007277516": "Talk to Xudong",
"2007285246": "Look for the Guizhong Ballista",
"2007575748": "Talk to Tsuyuko",
"2007693290": "Recite poetry to the hilichurls",
"2008878596": "Head to the location of the next experiment",
"2009075532": "Enter The Ominous Demesne",
"2009150788": "Talk to Haniyyah",
"2009613322": "Talk to Soraya",
"2010177860": "Enter Uyuu Restaurant",
"2010328796": "Work with Cyno to arrest the suspects",
"2010501644": "Finish filming the third act",
"2011297940": "Continue exploring",
"2011466799": "Irodori Poetry: Part III",
"2012185988": "Talk to Kama and then return",
"2012629916": "Talk to the Eremites",
"2012757284": "Return to Pardis Dhyai as quickly as possible",
"2012954324": "Talk to Teppei",
"2013613460": "Talk to Ogura Mio",
"2013959740": "Question Todoroki",
"2014266148": "Talk to the scholar",
"2014446324": "Investigate the shrine",
"2014514095": "Crossing Unknown Storm Clouds",
"2014688796": "Report back to Yun Jin",
"2014838532": "Go to Ritou",
"2015544900": "Look for Hatim at \"Wealth Spots\"",
"2015768220": "Report back to Ioroi",
"2016023892": "Look for another three Strange Teeth",
"2016399911": "Three Realms Gateway Offering: Part I",
"2016797692": "Place the beacons",
"2016878140": "Go back to Sumeru City together",
"2017093156": "Rest until early morning the next day (06:00 – 08:00)",
"2017360972": "Try to open the sarcophagus",
"2017366479": "Food From Afar",
"2017401108": "Defeat opponents",
"2017658156": "Explore the area",
"2017843524": "Defeat the Abyss Mages at the three locations",
"2018188967": "Cooking, a Pleasant Memory",
"2018398014": "Give three chunks of Raw Meat to Xiangling",
"2019045916": "Go to the upper floor",
"2019304575": "Lantern of the Wayfarer",
"2019583180": "Negotiate with Georg",
"2020284604": "Collect the Special Sakura Bloom",
"2020782983": "Mondstadt and its Archon",
"2020949458": "Give the \"Sweetened Mistress\" to Mr. Zhu",
"2021394396": "Go to the island within the lake to check the ruins of the past",
"2021727500": "Talk to Qingzhou",
"2021922697": "Search for fragments near the Geo Statues",
"2022282532": "Tell Kaede what happened",
"2022597487": "Dimming Mushroom's Call for Help",
"2022875556": "Report back to Nermin",
"2022945436": "Talk to Paimon about countermeasures",
"2024054705": "When the Wind Dies Down",
"2024096644": "Collect the treasure",
"2024945940": "Look for Kazuha",
"2024949916": "Go to Liuli Pavilion and talk to Licai",
"2025242228": "Talk to Ruijin",
"2026162348": "Find the treasure",
"2026427500": "Talk to Mamesuke and Shibasuke",
"2027138914": "Defeat all opponents",
"2027767188": "Talk to the Aranara",
"2028057172": "Follow the path",
"2028133316": "Talk to everyone",
"2028644260": "Go to the Akademiya",
"2029690863": "Further Observation",
"2029956748": "Pull out the Mushrooms in the field",
"2030471556": "Talk to the artisans and Razi",
"2030669108": "Dig up the treasure",
"2030931302": "Investigate the Fatui's research",
"2031107380": "Give a serving of Delicious Triple-Layered Consommé to Qingzhou",
"2031138599": "O Shrine, Show Your Power Once Again!",
"2031243316": "Talk to Brook",
"2031304369": "A Provisional Arrangement",
"2033651327": "Clear the ruins",
"2033753700": "Defeat all opponents",
"2033948324": "Go to Caravan Ribat to meet up with Dehya",
"2034182108": "Collect documents nearby (1/3)",
"2034205580": "Investigate the ruin ahead",
"2034322676": "Detect Aranara",
"2034456212": "Examine the strange wooden barrel",
"2035326023": "Use Elemental Burst",
"2035676588": "Explore the cave and enter the ruins",
"2035732364": "Talk to Katheryne in Mondstadt",
"2035881252": "Follow Cyno and continue investigating",
"2036434292": "Talk to Saimon Jirou",
"2036648088": "Talk to the hilichurl with Ella Musk",
"2036690972": "Feed the strays",
"2037125020": "Talk to Tsuyuko",
"2038315364": "Talk to the hilichurl",
"2039153380": "Read the stone tablet at the \"Tail\"",
"2039637948": "Ask the two about the situation",
"2039920684": "Clear the three camps west of Wangshu Inn",
"2040087970": "Give Timmie's letter to Draff",
"2040153609": "Qingce Village Time Trial Challenge",
"2040827193": "Lucky Find",
"2040928209": "Stolen Tears",
"2041919636": "Talk to Kazuha",
"2042266431": "Leave winery",
"2042267012": "Talk to Ei once again",
"2042418780": "Defeat the opponents and open the chest",
"2042523564": "Talk to Little Meng",
"2042571278": "Talk to the followers to find out about Starsnatcher",
"2043327396": "Talk to the researcher",
"2044487636": "Walk around with Klee",
"2044519364": "Look for Gulabgir's pet snake food",
"2044661492": "Talk to Yasmin",
"2044983836": "Light the fire",
"2045148036": "Follow Enjou's instructions and explore up ahead",
"2045284078": "Meet the sender at the meeting spot",
"2045490892": "Ask Chouji about the taste of the dish",
"2045881236": "Talk to Kamisato Ayaka",
"2046160977": "Visiting a Friend in Jueyun",
"2046185436": "Offer a Sango Pearl to the seven royal tombs",
"2046717777": "Absolute Territorial Domination",
"2047911360": "Consolidate - Flaming Essential Oil",
"2047942964": "Explore the dream of the Vasara Tree",
"2048204780": "Defeat all opponents",
"2048293119": "Windtrace",
"2048906708": "Observe the installations in the camp",
"2049636836": "Check the cargo",
"2049700036": "Explore the area",
"2049882932": "Follow the footprints to tail the hilichurl",
"2050175108": "Talk to Arama",
"2050852655": "The Three Great Martial Trials",
"2051009412": "Talk to the troubled artisan",
"2051128796": "Mix Ningguang the specified drink",
"2051691436": "Give the Chilled Meat to Tommy",
"2051927676": "Explore up ahead through the long corridor",
"2052183108": "Learn how to make Imported Poultry",
"2052376444": "Defeat all opponents",
"2052439004": "Report back to Sister Victoria",
"2052998380": "Talk to Jean and Lisa",
"2053537495": "Adventurer's Entrance Exam",
"2054452948": "Go to the place Albedo mentioned",
"2054864844": "Talk to Paimon about countermeasures",
"2055146874": "Look for a will",
"2055258439": "Heart of the Machine",
"2055531588": "Break the \"Fin\" Seal",
"2056105500": "Defeat Beisht, \"The Avenger of the Vortex\"",
"2056247364": "Defeat the opponents",
"2057248351": "To Make a Cat Carving",
"2057431948": "Go and rescue Haypasia",
"2057439476": "Go to the location Barbara mentioned",
"2057545084": "Go to check the etchings that Wolfgang left behind",
"2057900244": "Talk to Ziryab",
"2058085620": "Go to the boarding point",
"2058117620": "Go to Dawn Winery and speak to Connor",
"2058235428": "Check the situation outside the village chief's house",
"2058373484": "Ask Amenoma Tougo for information",
"2058680564": "Give the newly-made popsicles to Dalong",
"2058796868": "Talk to Zhiqiong",
"2058912264": "Give the key to Wyatt",
"2058930220": "Ask Sango for more information",
"2059757988": "Clean all the stains",
"2059808900": "Go to the warehouse where the fire broke out",
"2060241404": "Go to Vanarana's garden with Varsha",
"2060705460": "Talk to Cyrus",
"2060965724": "Head to Third-Round Knockout",
"2062257092": "Report back to Joel",
"2062616844": "Talk to Yasumoto",
"2062944468": "Return to the adventurer camp",
"2063162935": "Distant Gaze",
"2063920208": "Defeat all opponents and destroy the roadblocks",
"2064280556": "Talk to Diona",
"2064619007": "They Who Hear the Sea",
"2064782572": "Give a Xiao Lantern to Smiley Yanxiao",
"2065340100": "Find the treasure area indicated by the Illumiscreen",
"2065376391": "Mine Craft",
"2065413196": "Leave the woods",
"2066574884": "Check the case files",
"2066585500": "Head to Bourou Village",
"2066791527": "Tales of Winter",
"2066930796": "Enter the underwater space",
"2068356948": "Defeat the monsters influenced by the dark mud",
"2068845828": "Talk to Blanche",
"2068904719": "The Gourmet Supremos: Where'd the Ingredients Go?",
"2068975212": "Talk to Goth",
"2068999828": "Talk to Bennett",
"2069010412": "Read the stone tablet at the \"Fin\"",
"2069884020": "Talk to the injured soldiers",
"2070294940": "Talk to Little Meng",
"2071205388": "Tell Tang Wuchou about Old Chou",
"2071724452": "Report back to Smiley Yanxiao",
"2072294255": "The Missing Miner",
"2072547775": "Hyakunin Ikki: The Greatest Battle",
"2073001148": "Report back to Hosseini",
"2073096748": "Move forward without being noticed",
"2073508724": "Report back to Mona",
"2074572908": "Wait until the following morning (06:00 – 08:00)",
"2074588356": "Talk to Cui'er",
"2074889140": "Investigate Kokomi's secret base",
"2074972271": "Open the chest to obtain Dvalin's Tear",
"2075096927": "Spike Self-Circulation Report: Abstract",
"2075281508": "Follow the Route Log to search for the treasure clue",
"2075972852": "Follow the body of water northwest and investigate",
"2076213652": "Look for the kitty near the Blacksmith",
"2076334404": "Help Tommy find a source of heat",
"2076712612": "Look for Gulabgir's pet snake food",
"2076993724": "Talk to Xavier",
"2077123196": "Follow the hint and explore the area",
"2078780548": "Look for a place to leave hints",
"2079133060": "Track The Doctor down together with Dehya",
"2079592940": "Play hide-and-seek with Dusky Ming",
"2079757108": "Talk to the Inazuman fisherwoman Kujirai Momiji",
"2079794060": "Go to Narukami Island's beaches",
"2080201236": "Talk to Xudong",
"2080874116": "Head to Dragonspine and place a package beside a body of water",
"2081255663": "Memories of Gurabad",
"2082397356": "Talk to everyone",
"2082847572": "Defeat all the Fungi and retrieve the plank",
"2083031031": "The Heart of Ouroboros",
"2084343332": "Go to Dragonspine",
"2084344268": "Talk to Bennett",
"2085111564": "Go to Wangshu Inn to pay Xiao a visit",
"2085478303": "Talk to Diluc",
"2085699884": "Report back to Baiwen",
"2085768052": "Find the treasure",
"2085794143": "Interrogate the Abyss Mage and find out their plan",
"2086267788": "Witness the end of the long battle",
"2087243036": "Head to the hilichurl camp and place the Baron Bunny",
"2087250916": "Talk to Master Lu",
"2088927692": "Talk to Haniyyah",
"2089137252": "Talk to Sara",
"2089155020": "Talk to the Aranara",
"2089261588": "Talk to Peseng",
"2089404764": "Defeat the Brutish Samurai",
"2089426073": "Big Business",
"2089547452": "Defeat the Fungi",
"2090209732": "Investigate the auction site",
"2090387780": "Find the lost doll",
"2090402660": "Follow Rana",
"2090490596": "Talk to Kichiboushi",
"2090709732": "Go to the seashore and bring the little cat back to the shrine",
"2090808432": "Clean the Statue of The Seven at",
"2091256412": "Explore the dream of the Vasara Tree",
"2092194564": "Report back to Huffman",
"2092345284": "Help Cloud Retainer complete the dish",
"2093206966": "Talk to Musheng",
"2093503420": "Ask Little Wu for a keepsake",
"2093956860": "Confront Chouji",
"2094695214": "Report back to Zhihua",
"2095037788": "Talk to Jiangzhou",
"2096621980": "Report back to Margaret",
"2097639524": "Look for Gulabgir's pet snake food",
"2097721236": "Talk to the Crux Fleet crew member",
"2098042444": "Talk to Xavier",
"2098362990": "Sit next to Zhongli",
"2098629820": "Discuss your plans with Sayu again",
"2099951140": "Take a picture of the situation at the Mikage Furnace",
"2100170324": "Go to Inazuma",
"2100408553": "Mondstadt Glider",
"2100888273": "(test)海灯节氛围npc控制",
"2101210052": "Wait till the next evening (19:00 – 21:00)",
"2101872308": "Talk to Candace",
"2102184060": "Proceed onward and search for more clues",
"2102414548": "Leave this place using the Boat of Consciousness",
"2102683600": "Trigger communication failure branch",
"2102836735": "The Reason We Are Gathered Here",
"2103084924": "Defeat all the Fatui recruits",
"2103472334": "Ask Little Lulu",
"2104484543": "The Stars Inscribe the Year's Wishes",
"2104829252": "Wait until afternoon (12:00 – 14:00)",
"2105067076": "Report back to Xavier",
"2105134660": "Go to the Mondstadt Adventurers' Guild and find Katheryne",
"2105444772": "Retrieve the Soil Sample",
"2106600828": "Talk to Orban",
"2106800468": "Talk to Kujirai Momiji",
"2107728116": "Talk to Tacit Tingfang",
"2107799316": "Go to the Withering Zone",
"2107877321": "Talk to Soraya",
"2108136732": "Meet with Nachtigal",
"2108662390": "Pray and make a wish at Yujing Terrace",
"2108852876": "Look for another three Strange Teeth",
"2109944287": "In Pursuit of a Phantom",
"2110059508": "Find the treasure at the bottom of the well",
"2110368084": "Talk to Jafar",
"2112472727": "Surrounded by the Aroma of Tea",
"2112938628": "Talk to Dainsleif",
"2112978708": "Talk to Sango",
"2113577924": "Go to the chamber at the center of the ruins' summit",
"2113730292": "Talk to Fushizome",
"2114356476": "Ask Furuya Noboru for clues",
"2114657296": "Talk to Shizhuang the Strong",
"2115136532": "Go see the children",
"2115444199": "Elixirs and Potions",
"2115451719": "Behind His Back",
"2115789876": "Follow the footprints",
"2115834796": "Talk to Najat",
"2115910423": "Treasure Clue: Minacious Isle",
"2116695119": "As by a God's Side",
"2117183284": "Examine the dark mud",
"2117494375": "Exchanging Pointers",
"2117524556": "Give fifteen Carrots to Kano Nana",
"2117998388": "Leave the Sanctuary of Surasthana",
"2118116684": "Convince the troops together with Kokomi",
"2118898852": "Talk to Arama and Aradasa",
"2119510524": "Talk to Sara",
"2119672748": "Activate the mechanism in the center of the hall",
"2119918762": "Quest start",
"2120276908": "Pick some fresh flowers",
"2120884900": "Look for the next training target",
"2121054220": "Find the first suitable viewing spot and take a picture",
"2121395292": "Go and pick 3 Qingxin flowers from atop the cliff",
"2121507852": "Witness the beginning of the dream",
"2122296332": "Talk to Linling",
"2122339678": "Head to the Temple of the Lion",
"2122536188": "Defeat dark smoke 2",
"2122602172": "Bring Ash to Lan",
"2123003368": "Go back and talk to Timaeus",
"2123514324": "The defeated Fatui Mage seems to have something to tell you.",
"2124013308": "Accompany Ningguang to have the piece made",
"2124154476": "Report back to Chef Mao",
"2124336908": "Look for Gulabgir's pet snake food",
"2124599340": "Defeat the Furry Mask Demon King",
"2124696644": "Go to the docks to see Kokomi and Gorou off",
"2125446068": "Talk to Fushizome",
"2125555495": "The Ritou Road",
"2125974020": "Bring the cannonball back to the camp",
"2126064132": "Solve the astral puzzle",
"2126543524": "Talk to Vahid",
"2126897468": "Talk to everyone",
"2127179383": "Talk to the NPC in room 2",
"2127604815": "Connor's Brew",
"2127703980": "Speak with Albedo",
"2128509244": "Clear out the nearby monsters",
"2128767356": "Go to the island that Mona mentioned",
"2129050884": "Wait until the following day (08:00 – 24:00)",
"2129579252": "Collect Starsilver at the cavern's entrance",
"2129701308": "Discarded",
"2129756976": "Talk to Tunner",
"2129829068": "Defeat the Treasure Hoarders",
"2129857932": "Talk to Jiayi",
"2130167078": "Talk to Bolai",
"2130647692": "Ask Dehya's acquaintances for clues",
"2130967628": "Fight Oleg",
"2131035050": "Climb to the highest point of Qingyun Peak, and look over Jueyun Karst",
"2131093783": "Good Hunter Express",
"2131133655": "Spike Self-Circulation Report: Conclusion",
"2131266188": "Talk to Tsumi",
"2132460676": "Talk to Yun Jin",
"2133159044": "Talk to the Treasure Hoarder again",
"2133162991": "Paleontological Investigation in The Chasm",
"2133622772": "Talk to Kiminami Anna",
"2133885238": "Make a Delicious Satisfying Salad",
"2134221180": "Go to Yae Publishing House",
"2134330636": "Give the present to Cai Le",
"2135073836": "Talk to Khayyam",
"2135159988": "Head to the Great Hall of Truths following the guidance of the slate",
"2135532812": "Head beneath the Dainichi Mikoshi",
"2135673308": "Reserved",
"2136626751": "Path of the Taishou",
"2136896728": "Deliver the food to Ernest",
"2138044420": "Talk to Dehya",
"2138538364": "Give Shibasuke 1 Flaming Flower Stamen",
"2138918020": "Assemble the Tower of the Void",
"2138953308": "Activate the Kamuijima Cannons and destroy the rifts",
"2139098172": "Talk to the Millelith",
"2139245244": "Talk to Yae Miko",
"2139442004": "Talk to Julie",
"2139850572": "Follow the suspicious person's traces (2/3)",
"2140353332": "Ride the elevator",
"2140458292": "Speak to the young lady at the store",
"2140768516": "Fight Lyudochka",
"2141439748": "Have a taste of sailor training",
"2141644714": "Look for a will",
"2141819868": "Buy the books",
"2142115352": "Defeat the attacking Fatui",
"2142276524": "Go to the investigation site",
"2142514788": "Talk to Verr Goldet",
"2142663068": "Look for Mist Flowers and Qingxin",
"2142748479": "Opens at required Adventure Rank",
"2143533168": "Defeat all opponents",
"2143855288": "Examine the mug for evidence",
"2143930321": "Wolves' Territory",
"2144203702": "Talk to Childe",
"2144255392": "Collect 3 Sweet Flowers and 3 Fowl each",
"2144351356": "Go to the Treasure Hoarders' camp",
"2144533956": "Observe the Sumeru Roses to find the hidden song",
"2144688860": "Defeat the Fatui",
"2145146780": "Climb the mast",
"2145198927": "Sacrificial Offering",
"2145386180": "Talk to Garcia",
"2146239212": "Report back to Wrench Wang",
"2146260356": "According to the journal, you can pierce through the fog in the middle of the day (10:00 – 14:00)",
"2146730508": "Wait until night (20:00 – 24:00)",
"2146802260": "Defeat the Fatui in the camp",
"2147397724": "Talk to Ji Tong",
"2147743935": "Look for a way to the top of the tower",
"2148067572": "Comfort the confused Sayu",
"2148453177": "Treasure Lost, Treasure Found",
"2148860092": "Look around for the items you need",
"2149451180": "Go within the gate to investigate",
"2149465092": "Open the chest just opposite of Brother Qian",
"2149503684": "Talk to Arama and enter the Vasara Tree's dream",
"2149710223": "Give It Up!",
"2149795975": "Gift and Intent",
"2149856484": "Go within the gate to investigate",
"2150334359": "Follow the path",
"2150906500": "Give a Xiao Lantern to Freki",
"2150907716": "Talk to Imatani Keisuke and Sakujirou",
"2150934432": "Find Prince",
"2150955596": "Help Kamei Munehisa cook Tri-Flavored Skewer",
"2151071404": "Talk to Ningguang",
"2151488380": "Go to Jueyun Karst to search for Sun Yu and Little Que'er",
"2151508924": "Sort the information out",
"2151536948": "Awaken the Fungi's potential",
"2151924428": "Save Terrified Schuster",
"2152193620": "Lie in wait at Nazuchi Beach for the ronin to show up",
"2152262924": "Use Kusava to break the seal on the Yajna Grass",
"2152877408": "Talk to Ella Musk",
"2152911380": "Use your Elemental Sight to follow Albedo's tracks",
"2153038540": "Place the rock into the bonsai",
"2153296127": "Enter Raptor's Hideout",
"2154266732": "Talk to Sakuya",
"2154456796": "Tail the Treasure Hoarders",
"2155461316": "Look for posters and billboards in Mondstadt",
"2155631956": "Talk to Ladep",
"2156306839": "Delusion",
"2156822442": "Talk to NPC",
"2157134057": "Glimmers of the Vigilant Yaksha",
"2158784492": "Wait till 8:00 – 12:00 the next day",
"2159055156": "Approach the doors from which you hear voices",
"2159396736": "Report back to Nimrod",
"2159432084": "Talk to Luka and enter the tavern",
"2159723804": "Gather information nearby",
"2159835948": "Follow the direction indicated by the children",
"2159933604": "Talk to Smiley Yanxiao",
"2160942884": "Talk to the Aranara",
"2161027160": "Complete all commissions.",
"2161118860": "Head to the designated location to look for clues about Ashvattha's Concourses",
"2161456548": "Initiate second combat test",
"2161833268": "Talk to Tang Wen",
"2162493876": "Talk to Anisa",
"2163462636": "Walk around the Grand Bazaar",
"2163776604": "Touch the feather",
"2163947548": "Buy Vasanti Grass from a traveling merchant",
"2164114420": "Report back to Ivanovich",
"2164339492": "Set off for the contaminated region",
"2164624852": "Talk to Dainsleif",
"2164904748": "Talk to Arama",
"2165371064": "Go and investigate",
"2166109588": "Find Draff and discuss the situation in Springvale",
"2166375580": "Chase the boars away",
"2166493084": "Search the camp for clues about the Fatui stronghold",
"2166795860": "Talk to Luka",
"2167054580": "Look for Albedo at The Five Kasen Plaza",
"2167148540": "Defeat the monsters and open the treasure chest",
"2167415860": "Complete Zhiqiong's commission",
"2167624124": "Go to Wangshu Inn and look for Smiley Yanxiao",
"2168048988": "Talk to Oleg, who will check your watchword",
"2168374345": "Moonfinger",
"2168496420": "Talk to the clearly flustered person",
"2168527100": "Talk to Kujirai Momiji",
"2168677812": "Examine the mechanism and open the great door",
"2168971388": "Go to the summit of the nearby mountain",
"2169017924": "Go to the Kamisato Estate",
"2169422740": "Defeat the Shogunate Army squad attempting a sneak attack",
"2169435788": "Defeat all opponents",
"2169500495": "Even Beasts Stumble",
"2170273980": "Follow the stone slate's guidance and obtain full clearance",
"2170475527": "Currents Deep Beneath the Lanterns",
"2170768980": "Look for the third volume of \"Hymn of the Holy Land\"",
"2172205716": "Convince Albert to leave",
"2172363212": "Talk to Barbara",
"2172465012": "Give Nermin the Zaytun Peach(es)",
"2172505393": "A Boy's Letter",
"2173809692": "Use the feather",
"2174832884": "Go to the Cathedral and talk to Barbara",
"2174952636": "Talk to Lizzie",
"2175151207": "Enter the temple",
"2176075023": "Finish conversation",
"2178051783": "Go to the door of Mondstadt Cathedral",
"2178085694": "Seek Qiming's advice",
"2178485420": "Discarded",
"2178965295": "The Missing Thing",
"2179574068": "Return to the accommdation and rest",
"2179777207": "Bantan Sango Case File: Cleanup Work",
"2179812606": "(test) Paimon talking",
"2181847588": "Return to the mirage and use the shard",
"2182509292": "Talk to Wang'ya",
"2184601788": "Participate in the competition",
"2184698388": "Talk to Arama",
"2185202684": "Go and investigate the ancient ruins",
"2185211428": "Place a package near the mountain cave",
"2185271884": "Examine the giant device",
"2185335068": "Defeat the Ruin Drake(s)",
"2185568076": "Talk to Jafar",
"2185970412": "Report back to Neko",
"2186024044": "Talk to Chouji",
"2186344804": "Follow Qingzhou",
"2186619020": "Check out the situation in other shops in advance",
"2186999188": "Rescue Thoma",
"2187991988": "Talk to Caishan",
"2188459084": "Talk to Parvaneh",
"2188520999": "Neko Is a Cat: Shrine Cleanup",
"2188989572": "Use Hydro reactions to activate the strange object",
"2189306700": "Ask around in the store",
"2189419612": "Head to the Grand Narukami Shrine to investigate",
"2189449044": "Bring the ingredients you prepared back to Chongyun",
"2190158828": "Talk to Vardan and Gurgen",
"2190740660": "Go to Mona's designated scrying location",
"2191666100": "Talk to Hu Tao while the old friends are reminiscing",
"2192237340": "Meet Barbara in the Whispering Woods",
"2192538628": "Pursue the footsteps",
"2193245804": "Talk to Siyu",
"2194342463": "Follow Amber's instructions and take the exam again",
"2194508207": "Room 3 — complete pinned quest",
"2194605916": "Defeat the opponents",
"2194812332": "Talk to Tang Wen",
"2195654236": "Talk to Connor",
"2196282748": "Collect heavy items",
"2196645132": "Mix Shenhe the specified drink",
"2196842164": "Go to Guyun Stone Forest",
"2197178383": "Little Lantern, Little Wish",
"2197225668": "Tell Muning about Qi Ding",
"2197581940": "Talk to Hanachirusato",
"2197604260": "Talk to the illusions",
"2197910844": "Collect the thoughts of theater members",
"2198356580": "Go to Good Hunter and take a little break",
"2198761591": "1,001 Cups of Coffee",
"2198855687": "Talk to Kaeya at the meeting spot",
"2199480780": "Go to the International Trade Association in Ritou",
"2200989276": "Talk to Brook",
"2201422838": "Try to make conversation with Stanley",
"2202005692": "Give the insignia to the Electrohammer Vanguard",
"2202146084": "Talk to the Abyss Herald",
"2202319040": "Go to the big \"Symbol of Vennessa\" tree",
"2202681876": "Speak to Chef Mao",
"2202833311": "Farmland Fugitives",
"2203425380": "Report back to Cloud Retainer",
"2203583012": "Talk to Ryuuji",
"2203756820": "Talk to Morihiko",
"2204291076": "Talk to Ruu at the designated location",
"2204443044": "Report back to Jiayi",
"2204786588": "Teach Little Meng how to cook",
"2206123430": "Go to Wangshu Inn",
"2206237567": "The Strange Tale of Suikou's Tipsy Tincture",
"2206701527": "Equivalent Exchange Once More",
"2206929188": "Look for Sayu nearby",
"2207111724": "Defeat your opponents",
"2207546156": "Investigate suspicious locations nearby",
"2207739220": "Ask people nearby for information",
"2208201596": "Use the mechanism to guide the light",
"2208231666": "Defeat the opponents",
"2209383244": "Find the treasure area indicated by the Illumiscreen",
"2209598284": "Talk to Nahida",
"2209660540": "Find a good spot for a stall",
"2210092572": "Go to Falcon Coast",
"2210589780": "Continue through the forest",
"2210853276": "Talk to everyone",
"2210959727": "Dune-Entombed Fecundity: Part I",
"2210973724": "Talk to Yae Miko",
"2212175716": "Pass \"that item\" to Lyudochka",
"2212320145": "Guizhong",
"2213235892": "Talk to Albedo and hear his conclusions",
"2213328916": "Walk around in Liyue Harbor",
"2213345740": "Find the secret base",
"2213637716": "Clear the piles of floral debris off the rooftop",
"2213704868": "Defeat the Eremite assassins",
"2214038207": "The Arrival of the Sabzeruz Festival",
"2214313726": "Give the Silk Flower Essence to Ying'er",
"2214518676": "Go to where Swordfish II is stationed",
"2214623956": "Take a picture of Kichiboushi",
"2215057464": "Defeat the monster",
"2215225260": "Talk to Hatim",
"2215556519": "Enter the book thief's hiding place",
"2215698748": "Go to the desert auction site",
"2215828985": "Stairway to Wangshu",
"2216015956": "Talk to Lily",
"2216093729": "Ellin, the Wannabe Knight",
"2216279820": "Pick a suitable light novel",
"2216428996": "Follow Oleg",
"2217512356": "Head to the stern and ask Wanyan about her problem",
"2217814212": "Reserved",
"2218058327": "Negotiation with NPC 2 fell apart - trigger before combat",
"2218385716": "Talk to Madame Ping",
"2218644676": "Go to where Rana is",
"2219058455": "Use Dvalin's Tear on the Holy Lyre",
"2219061284": "Discarded",
"2219238060": "Bring the mushrooms to Hanbei",
"2219910988": "Talk to Keqing",
"2220954191": "Dream of Wind and Flowers",
"2221056863": "Opens at required Adventure Rank",
"2221843628": "Find the mirage's exit",
"2221911660": "Talk to Paimon (Discarded)",
"2222131334": "Report back to Verr Goldet",
"2222647124": "Explore and collect cocktail ingredients",
"2222711540": "Search for the Eye of the Storm",
"2223127908": "Cook 2 Delicious Chicken-Mushroom Skewers",
"2223356476": "Apologize to Flora",
"2223502340": "Talk to Ziryab",
"2224259326": "Search for Cloud Retainer",
"2224454348": "Go to the place on the lake island where the notes were left",
"2224707700": "Report back to Neko together with Ooshima Junpei",
"2224747372": "Look for Alrani",
"2224946936": "Talk to Sister Victoria",
"2225829692": "Defeat all Fungi",
"2226189964": "Continue the salvaging operation",
"2226810380": "Use Elemental Sight to trace Electro",
"2226889508": "Activate the spirit's trial",
"2227164180": "Report back to Atsuko",
"2227454620": "Give the bait materials to Kayvan",
"2228659852": "Help Kamei Munehisa turn down the heat",
"2228815254": "Touch Madame Ping's teapot",
"2230238332": "Talk to Verr Goldet",
"2230648632": "Talk to Ellin",
"2230898716": "Go to the middle of the lake",
"2231417087": "For A Better Reunion",
"2232076004": "Follow the source of the voice",
"2232903118": "Give Musheng things relating to \"Liyue\"",
"2232941800": "Fend off the Agent",
"2233084466": "Use Anemo or Hydro to clean the deck",
"2233104247": "Tatara Tales: Purification Device",
"2234071492": "Place the measuring beacons",
"2234176802": "Complete minigame",
"2234877196": "Place the food supplies at the first location",
"2235131996": "Observe your surroundings for anything unusual",
"2235139676": "Open the way to the final trial",
"2235215604": "Talk to Zhiqiong and Jinwu",
"2235223215": "Her Secret",
"2236028271": "Go towards the top of the tower",
"2236130228": "Go to the agreed location",
"2236186604": "Talk to Iron Tongue Tian",
"2236307540": "Report back to Anna",
"2236697780": "Search for the Defiled Statue",
"2237250532": "Talk to Konda Densuke",
"2237741759": "Slumbering Roots",
"2238460535": "Away With Obsessions and Falsehood",
"2238946852": "Leave the arena",
"2238993902": "Find the treasure, or go to Bolai for some advice",
"2239152948": "Explore the area and look for an exit",
"2240335847": "Talk to the shop owner",
"2240410924": "Gather the three fragments",
"2240468172": "Meet with Albedo",
"2241819068": "Talk to everyone",
"2241841796": "Talk to Sister Victoria",
"2241893244": "Go to Yuehai Pavilion to perform your inspection",
"2242610684": "Report back to Cloud Retainer",
"2242910444": "Talk to Ootomo",
"2243333820": "Talk to Cyno",
"2243812454": "Use Pyro to heat the pot",
"2243825604": "Go to the ceremonial site",
"2244137404": "Talk to Zakariya",
"2244197228": "Rest until the following day (06:00 — 24:00)",
"2244421884": "Collect 3 ores in the wild",
"2244439052": "Head to the designated location to look for clues about Ashvattha's Concourses",
"2244643348": "Defeat the Abyss creatures near to the box",
"2245734732": "Talk to Charles",
"2245872135": "Enter the ruins",
"2245891988": "Go to Sangonomiya Shrine",
"2245957020": "Give the drinks to Keaya and Rosaria",
"2246096308": "Return to the nearby quarters",
"2246439660": "Thaw all the shards out",
"2247215647": "Hiromi's Watch",
"2248107860": "Use Elemental Sight to search for relics",
"2248388436": "Interrogate the remaining Treasure Hoarder",
"2249054884": "Go to the waterwheel where the chest is",
"2249388436": "Talk to Brother Qian",
"2249852796": "Go to the bottom of the pit and look for clues",
"2249870359": "Talk to Villager B",
"2250075316": "Have a duel with Amenoma Yuuya",
"2250223020": "Look for Albedo",
"2250356575": "Hilichurl Hullaballoo",
"2250411311": "Talk to Paimon",
"2250748158": "Report back to Zhihua",
"2251081348": "Go to the shrine outside the city",
"2251670196": "Prepare 4 photos of Mondstadt regional specialties related to the theme",
"2251740031": "A New Painting in Pale Scarlet",
"2251931895": "Training completion dialog",
"2252042644": "Find somewhere to scatter the dandelions seeds",
"2252050468": "Talk to Kamisato Ayaka",
"2252669964": "Proceed onward and check the situation out",
"2252777487": "The Tales Behind the Fan",
"2252990060": "Exchange information with Cyno somewhere else",
"2253053295": "Enter the ruins",
"2253102095": "Secret Identity",
"2253748036": "Go to Vimara Village",
"2253811400": "Talk to Quinn",
"2254228884": "Awaken the Fungi's potential",
"2254783548": "Talk to Diona",
"2255076297": "Blocked?",
"2255292271": "The Gourmet Supremos: Cook-Off",
"2255313135": "Dishonorable Trial",
"2255387759": "Have tea with Lisa (Hidden)",
"2255507855": "Bantan Sango Case File",
"2255522359": "A-Toymaking We Shall Go",
"2256089380": "Look for signs of evil spirits alone",
"2256357540": "Defeat the Fungi",
"2256526340": "Continue looking for a suitable spot",
"2256694388": "Talk to Yasuhiko Tarou",
"2256967196": "Talk to Vardan and Gurgen",
"2257216340": "Leave Komore Teahouse",
"2257231943": "The Missing Thing",
"2257274700": "Talk to Smiley Yanxiao",
"2257921540": "Talk to Anthony",
"2259494476": "Go to Port Ormos",
"2260510888": "Give the key to Wyatt",
"2260606844": "Talk to Yae Miko",
"2261197724": "Go to the Grand Narukami Shrine and meet Yae Miko",
"2261421017": "Burn incense and pray at the designated spot",
"2261721000": "Give the rope to Farrah",
"2262532540": "Give the leaves to Edith",
"2262532828": "Head to the Anemo Archon statue",
"2262874876": "Proceed deeper within to find Sakujirou",
"2262948580": "Collect 3 Fresh Harra Fruits",
"2264575284": "Defeat the Shogunate's forces",
"2265124116": "Investigate the quaint room",
"2265211967": "A Returning Customer",
"2265477316": "Participate in the competition",
"2266383498": "Complete minigame",
"2266839036": "Bring 3 Philanemo Mushrooms to Grace",
"2267217516": "Investigate the strange device again",
"2267624828": "Investigate the trees inside Ashvattha's Concourse",
"2268032617": "Gliding Training at Windrise",
"2268272028": "Go to where Ei is",
"2268303100": "Head to the nearby hilichurl camp",
"2268767540": "Return the Material Collector to Bertrand",
"2269012404": "Talk to everyone",
"2269223142": "Ask about the girl",
"2271063468": "Investigate the mechanism and activate the gate",
"2271424263": "Vimana Agama: Royinjan's Chapter",
"2271432508": "Go through the passage and reach The Balladeer",
"2271827588": "Resonate with the Dendro Archon Statue",
"2272391004": "Report back to Ruu",
"2273117606": "Repel the ancient god together",
"2273134452": "Head to the opening at Mt. Yougou: The Depths and talk to Hanachirusato",
"2273555964": "Continue your journey, head for the Stone Gate",
"2274699892": "Talk to Sumida",
"2274739644": "Defeat the opponents without being launched or Frozen",
"2275973468": "Look for offerings to place before the memorial",
"2276095398": "Ask around for news",
"2276142184": "Fend off the troublemaking slimes",
"2277322124": "Enter the secret outpost",
"2277408240": "Talk to Magar",
"2278103180": "Give the water to Arapas",
"2278144228": "Continue visiting potential clients",
"2279219436": "Talk to Hosseini",
"2279573556": "Talk to Clymene",
"2279992180": "Talk to Hanbei",
"2280548423": "Nine Pillars of Peace",
"2281000559": "Go to Dawn Winery",
"2281016132": "Speak to Alfred",
"2281019836": "Investigate the Whispering Woods",
"2281355039": "Jade Chamber Rising",
"2282054967": "A Private Commission",
"2282270672": "Talk to Herman",
"2282361662": "Talk to Huai'an",
"2282614943": "The Winding Homeward Way",
"2282765732": "Talk to everyone",
"2282956620": "Discarded",
"2283150964": "Find Childish Jiang",
"2283766900": "Talk to Jiayi",
"2283931516": "Check and activate the mechanism",
"2283978076": "Obtain the ward",
"2284850852": "Kill some time in Ritou",
"2285426183": "Good Hunter Express",
"2286044388": "Report back to the hilichurl",
"2286084548": "Go to the Ghostfish pool in the northeast",
"2286115396": "Investigate the Zohrah Mushroom",
"2286254980": "Follow the strange star",
"2286767660": "Wait until nighttime (18:00 – 06:00 the next day)",
"2290478940": "Head into the depths",
"2290850444": "Defeat the surrounding opponents",
"2291929012": "Talk to Kujou Kamaji and Takatsukasa Susumu",
"2292095204": "Talk to Yasumoto",
"2292237335": "Vagrant Havoc",
"2292260948": "Talk to Yelan",
"2293379342": "Talk to Ying'er",
"2293844044": "Destroy the meteorite core",
"2294534456": "Scare off the pigeons",
"2294558380": "Deliver the food to Zhuyu",
"2294579038": "Find the treasure",
"2294705508": "Talk to Noelle",
"2294848314": "Talk to Timmie",
"2295774492": "Continue asking around for more info about your final opponent",
"2295943276": "Go to the place Akim marked and get the soil",
"2296055127": "Sudden Shouting",
"2296409212": "Wait for the debate two days later (15:00 – 18:00)",
"2296851564": "Play with the children at the north wharf",
"2297260716": "Go to the place where the treasure is buried and claim it",
"2297394752": "Go back and talk to Timaeus",
"2297515900": "Talk to the guards",
"2297542684": "Talk to Jazari",
"2298192135": "Talk to Amber",
"2298648409": "The Best Audience in All of Mondstadt",
"2298771268": "Talk to Félix Yogue",
"2299111948": "Talk to Honglang",
"2299317940": "Obtain Glacial Spring Water",
"2299658516": "Enter the Aranara house",
"2299705540": "Talk to Marjorie",
"2299744276": "Detect dark smoke 1",
"2299836574": "Obtain Azurite from Bloatty Floatties",
"2300169460": "Hang the bells around the shrine",
"2300319964": "Defeat the Kairagi",
"2300541268": "Defeat the hilichurls",
"2300576295": "Cleansing Light",
"2302023132": "Trace the source of the sound and look for clues",
"2303061828": "Talk to Hatim",
"2304162604": "Talk to Childe",
"2304184750": "Talk to the locals",
"2304493404": "Keep talking to Akim",
"2306371167": "The direction of Raptor",
"2306413524": "Talk to Wang Ping'an",
"2306471204": "Report back to Niloofar",
"2307360044": "Talk to Teucer",
"2307659964": "Talk to Luka",
"2308101812": "Tell Xamaran that the foul energy has been cleansed",
"2308981580": "Look for the materials that Kayvan needs",
"2309445004": "Leave Vimara Village and go to the designated location",
"2309824124": "Talk with Nilou and wait for the event to begin",
"2310705612": "Collect 8 Raw Meat",
"2310811145": "Defeat all opponents",
"2311239740": "Defeat the attacking Treasure Hoarders",
"2311415735": "The Black Serpent Knights' Glory",
"2311469252": "Follow Beidou to Wai's Amateur Fishmonger's",
"2311864732": "Go to the Akademiya",
"2312004446": "Talk to Shitou",
"2312113812": "Deliver the food to Tacit Tingfang",
"2312149092": "Ask Yi Xian and Yi Zhu about Cai Le's whereabouts",
"2312470980": "Speak to Ningguang",
"2312693820": "Proceed onward and check the situation out",
"2312736620": "Talk to Moco and Hillie",
"2313243892": "Go to the highest floor of the Mausoleum of King Deshret",
"2313359100": "Defeat all opponents",
"2314726948": "Talk to Quinn",
"2315160796": "Ask for Yayoi Nanatsuki's opinion",
"2315208100": "Go to Feiyun Commerce Guild to look for Xingqiu",
"2315272007": "Hidden Option 1 unlocked (Hidden)",
"2315719471": "Talk to Lisa",
"2315771708": "Report back to Ivanovich",
"2316343012": "Talk to Kichiboushi",
"2316874684": "Talk to Xudong",
"2317065476": "Talk to Venti",
"2317320172": "Spray the potions with Yasmin",
"2317512740": "Use Elemental Sight to find clues in the diary",
"2317605142": "(test)在材料区调查",
"2317740604": "Talk to Aranakin",
"2317897775": "Kairagi Chaos",
"2318016428": "Bring Dehya to Nahida",
"2318226676": "Talk to Margaret",
"2318634055": "Collect enough Raw Meat",
"2318977625": "Cliffhanger",
"2319484812": "Talk to Anna",
"2319796430": "Combat II",
"2320050918": "Head to a certain spot in the Anemo God Statue Plaza",
"2320130263": "Clear out the nearby hilichurl camp",
"2320155828": "Talk to Paimon",
"2320199296": "Fend off the angry hilichurls",
"2320528356": "Talk to Cyrus",
"2320657348": "Talk to Hiroaki",
"2321247200": "Talk to Timaeus",
"2321348908": "Go to Konda Village and help with a delivery",
"2321645873": "Michelle Never Stops!",
"2321705852": "Follow the suspicious person's traces (1/3)",
"2322062252": "Go to the entrance of the Citadel of Regzar to wait for Dehya",
"2322307228": "Talk to the Treasure Hoarders",
"2322645156": "Talk to Paimon",
"2322922556": "Head to the hill to look for Allan",
"2323263032": "Go to the hilichurl camp with Ella Musk",
"2323623452": "Avoid the monsters and head deeper into Dadaupa Gorge",
"2323860268": "Walk around the beach",
"2324173260": "Talk to Klee and retrieve the box",
"2325095828": "Go to Dawn Winery",
"2325737692": "Talk to Kimura",
"2326302231": "Chasm Spelunkers",
"2326815028": "Enter the mines of The Chasm",
"2328406124": "Go to the Fane of Ashvattha",
"2329481303": "Memory of Stone",
"2329617436": "Go to the designated place and defeat the Treasure Hoarders",
"2330051008": "Give the Frosting Essential Oil",
"2331645385": "Where Is the Unseen Razor?",
"2332020228": "Go to the docks to see Kokomi and Gorou off",
"2332282516": "Defeat Tang Wuchou, self-proclaimed Guhua disciple",
"2332505984": "Complete Margaret's commission",
"2332613236": "Help the Aranara",
"2332900596": "Follow Pedrush to check on the person who is currently dreaming",
"2333749284": "Help Hatim select a Golden Dish",
"2333891196": "Give the finished Xiao Lantern to Huangshan",
"2334001324": "Pass the challenge of the starry sky",
"2334122108": "Look for Bennett",
"2334801340": "Look for the Dawn Winery's delivery staff",
"2334891396": "Talk to Baizhu",
"2335893804": "Study the canvas",
"2336570086": "Report back to Verr Goldet",
"2336653996": "Obtain the Dragonbone Orb",
"2336933276": "Wait for Ying'er to decoct the perfume",
"2337295588": "Wait until the following day (18:00 – 21:00)",
"2337360852": "Talk to the Aranara",
"2337631564": "Learn about the situation from Jut",
"2338001604": "Go to high ground to ascertain the situation",
"2338452908": "Go to the end of the \"labyrinth\"",
"2338988796": "Talk to the Treasure Hoarders",
"2339014716": "Go to Khaj-Nisut",
"2339485687": "Talk to Villager A",
"2339549660": "Accompany Yoimiya and Klee to see the Irodori Festival",
"2340124423": "While the Millelith Stands Guard",
"2340647398": "Rescue Jack and Stanley",
"2341132612": "Ascertain if there are any leftover meteorites nearby",
"2342008879": "The correct dialogue choice after completing the first analysis (Visible)",
"2342991735": "In the Aftermath",
"2343853828": "Try Theater Mechanicus",
"2344123708": "Discuss with everyone",
"2344321068": "Talk to Enjou",
"2344575996": "Retrieve the beacons",
"2344703172": "Head to near Mondstadt",
"2344808860": "Talk to Mona",
"2345078468": "Talk to Little Meng",
"2345112564": "Go to the lower levels of The Chasm",
"2345516980": "Talk to Katheryne",
"2346134967": "The Chasm's Bounty",
"2346871244": "Talk to Zakariya",
"2347087460": "Talk to Soraya",
"2347128004": "Go to Yujing Terrace to listen to Ningguang's speech",
"2347309020": "Discarded",
"2347403186": "Sweep up the pile of leaves",
"2347598548": "Clean up the Withering Zone",
"2348327996": "Clear the main road of any monsters and obstacles",
"2350145912": "Go and talk to Ellin",
"2350400468": "Follow the trail of the Bathysmal Vishaps and search for the secret room",
"2350890972": "Talk to Xudong",
"2351082628": "Talk to Habachi",
"2351569140": "Investigate the camp",
"2351658127": "The Ocean Pearl",
"2351781364": "Talk to Azalai",
"2352119308": "Talk to everyone",
"2352554732": "Defeat Nobushi",
"2352760020": "Search the ruins",
"2352842780": "Go and talk to Albedo at The Five Kasen Plaza",
"2352937047": "A Mysterious Order",
"2353121503": "Valor's Afterglow",
"2353990172": "Talk to Kazuha",
"2354361748": "Pursue the Eye of the Storm",
"2355317524": "Defeat the monsters",
"2355507084": "Talk to everyone",
"2356247220": "Check the direction that the Mirror Maiden left in",
"2356352096": "Find three Dandelion Seeds",
"2356565799": "Good Hunter Express",
"2356998788": "Look for the two performers and talk to them",
"2357118316": "Talk to Albedo and hear his conclusions",
"2357350386": "Talk to Bao'er",
"2357540116": "Talk to Dainsleif",
"2357752284": "Report back to Ningguang",
"2357875692": "Go to Komore Teahouse to investigate",
"2359451972": "Defeat the Treasure Hoarders",
"2359870060": "Drain the water and obtain the Zohrah Mushroom",
"2360073414": "Talk to the member of Treasure Thieves",
"2360152820": "Defeat the Fatui",
"2360353004": "Defeat the Fungi in the trees",
"2360361372": "Try to communicate with the Mechanical Crab",
"2360524284": "Take the path that leads deeper in",
"2361733708": "Talk to Schuster",
"2362003556": "Talk to the staff",
"2362156636": "Talk to the nearby crowd",
"2362503204": "Go to the Jade Chamber to meet Ningguang",
"2362668144": "Talk to angry Timmie",
"2362725970": "Find the treasure clue",
"2362844284": "Defeat Kasim the Bandit",
"2362853516": "Talk to Elzer",
"2363196412": "Investigate a kaidan that has been making the rounds recently",
"2363749108": "Talk to Paimon",
"2363880348": "Go to Qingce Village",
"2364065628": "Chase the boars away",
"2364475692": "Talk to Kamisato Ayaka",
"2364553230": "Go to the southern face of Mt. Tianheng",
"2364760860": "Go to Blackcliff Forge to investigate",
"2364840321": "Search the vault",
"2365093194": "Talk to Chang the Ninth",
"2365116908": "Place the offerings",
"2365278636": "Enter the ruins",
"2365410079": "Of Drink A-Dreaming",
"2365552564": "Find out what happened",
"2365759436": "Head to the rest stop",
"2365892380": "Talk to Arakanta",
"2366119854": "Find Kaeya in Mondstadt",
"2367413212": "Wait until after 08:00 the following day",
"2367791236": "Give the perfume to Little Lulu",
"2368528036": "Report back to the old couple",
"2368570324": "Get the Adventure Coin",
"2368805416": "Investigate what's happening up ahead",
"2368920788": "Report back to Iris",
"2368963240": "Give the fee to Sara",
"2369084420": "Talk to Xavier to begin the shoot",
"2369515676": "Investigate the auction site",
"2369637220": "Leave Tenshukaku",
"2369748927": "Aranakin's Old Friend",
"2370000524": "Find the abandoned Ruin Guard",
"2370043812": "Go to the Statue of the Omnipresent God",
"2370108036": "Try to unlock the rooms located deep within",
"2370737095": "The Little Pirate Goes Out to Sea",
"2370963372": "Travel to Tsurumi Island",
"2370985740": "Defeat the Pyro Slime",
"2371156932": "Investigate the ruins' interior",
"2371158572": "Look for the two performers and talk to them",
"2371328390": "Find the treasure, or go to Bolai for some advice",
"2371506948": "Enter The Brutal Divergence",
"2371722252": "Operate the device to repair the path",
"2371946520": "Give the cocktail to Jack to try",
"2372351596": "Look for Wakamurasaki",
"2372428806": "Ask Little Lulu",
"2372545500": "Talk to Ararycan",
"2372727972": "Give the bait materials to Kayvan",
"2373238676": "Return to Qingce Village and report back to Jinglun",
"2373405919": "Blazin' Trails",
"2373559092": "Give fifteen Mints to Murakami",
"2374103884": "Talk to Little Meng",
"2374496884": "Complete the next phase of your Anti-Raiden Shogun Training",
"2374654596": "Hand over the set of Lyudochka's clothes",
"2375212580": "Give the Pickled Radish to Satoru in the village",
"2375255132": "Defeat the hilichurls",
"2376344271": "Garden Memories",
"2377272572": "Talk to Rafiq",
"2377328484": "Destroy all the training dummies within the time limit",
"2378533476": "Go to where Vanarana is",
"2379400023": "Talk to Paimon after the purchase",
"2379417652": "Enter the \"labyrinth\" using the Rhythm of the Gloomy Path",
"2380128492": "Talk to Asakura",
"2380493972": "Return to camp",
"2380808140": "Continue searching for the Inscriptions of Remembrance",
"2381012160": "Complete all commissions.",
"2381830790": "Talk to Bolai",
"2381988660": "Go with Alrani to look for Iwata",
"2382076868": "Talk to Ararycan",
"2382090956": "Go to the Furry Mask Demon King's camp",
"2382342284": "Speak to Albedo",
"2383292300": "Meet up with Xinyan",
"2383310551": "With You",
"2383492388": "Examine the Dendro Archon Statue before you",
"2383808455": "Challenge NPC 3 to a duel.",
"2383813148": "Talk to Viktor",
"2383852777": "Fallen Tears",
"2384516100": "Talk to Qiu'ge",
"2384717452": "Wait till 18:00 – 21:00 the next day and talk to Yasumoto",
"2385256508": "Follow Hideo and do not be discovered",
"2385302652": "Serve the Death After Noon to Payne",
"2385781079": "Seirai Stormchasers: Part I",
"2386402876": "Obtain two Fresh Bird Eggs",
"2387202460": "Hunt Dusk Birds in the north of Apam Woods",
"2387293360": "Give the ingredients to Jilliana",
"2387489164": "Talk to Ulman",
"2387515764": "Report back to Vile",
"2387911588": "Talk to Viktor",
"2387951988": "Talk to Thoma",
"2387993944": "Talk to Ella Musk",
"2388399804": "Return to Qingce Village",
"2388857164": "Look for Fritz among the remaining patients",
"2389144604": "Find the treasure clue on the island",
"2389461860": "Talk to Khayyam",
"2389721512": "Talk to Ella Musk",
"2389797370": "Talk to NPC",
"2389949772": "Continue exploring",
"2390595948": "Lure the Akademiya guards into the trap",
"2391463783": "Exit area rollback failed",
"2392991004": "Dispose of the meteorite",
"2393111935": "O Archon, Hear Me!",
"2393293452": "Defeat the Black Serpent Knights",
"2393566816": "Trigger communication success branch",
"2393767060": "Enter The Ominous Demesne",
"2395595180": "Go to the backup nap location",
"2396001244": "Help Xamaran clear the foul energy out",
"2396068444": "Tidy the camp up",
"2396188684": "Accompany Kokomi to see her pen pal",
"2396278100": "Deliver the cargo out of the city",
"2396582292": "Leave Lambad's Tavern",
"2396805700": "Talk to Changchang",
"2398243180": "Find the lost conches",
"2398470196": "Go to the Tenryou Commission",
"2399454912": "Purchase Chang the Ninth's ore",
"2399787239": "Unknown Star",
"2399836852": "Collect Fresh Jueyun Chili",
"2399966924": "Search for 3 Mint leaves",
"2400147904": "Go check the details",
"2400310396": "Go to the Tower of the Void in the northwest",
"2400479308": "Enter the contamination's source",
"2400721452": "Give the appropriate documents to Jiayi",
"2401285692": "Accompany Kazuha while he gives Kujou Kamaji his response",
"2402487324": "Read the Bulletin Board",
"2402874108": "Help the old couple clean up their courtyard",
"2403219920": "Talk to Jack",
"2403224954": "Talk to \"rich merchant\" Little Lulu",
"2404520014": "Defeat the Hilichurls",
"2405422564": "Pursue the elemental trail",
"2405460455": "A Lone Ship In Guyun",
"2405628244": "Get close to the two people talking",
"2405653807": "The Secret of Nantianmen",
"2405788916": "Hide for now and wait for an opportunity",
"2406994974": "Rescue the person in the cage",
"2407044916": "Find a way to open the path that Yakov took",
"2407090988": "Talk to everyone",
"2407282398": "Report back to Zhihua",
"2408291356": "Use the Blessings of Wisdom on the source of the foul energy",
"2408342876": "Follow the direction of the wind to find the exit",
"2408587114": "Complete minigame",
"2408784492": "Return to the campsite",
"2409644476": "Take part in the village banquet",
"2409885156": "Meet Tighnari at Pardis Dhyai",
"2409890615": "Recuperating From a Severe Illness",
"2410139492": "Talk to Anthony",
"2410434692": "Go to the depths of the contaminated region",
"2410441815": "Tatara Tales: Final Preparations",
"2410703460": "Reach the Irminsul from the past",
"2410986060": "Talk to Katheryne in Inazuma City",
"2411657044": "Defeat all the hilichurls",
"2411677924": "Take up the mysterious sword and do battle",
"2411690692": "Talk to the people in front of you",
"2412786348": "Talk to Aru",
"2412848369": "Old Tastes Die Hard",
"2413129948": "Talk to Arama",
"2413515679": "Fate of a Fighter",
"2413567468": "Bring the Lavender Melon back to Kiminami Anna",
"2413574506": "Go back and find Little Nine",
"2414407745": "The Realm Within",
"2414433828": "Give the two Potatoes to Parvaneh",
"2414472556": "Discarded",
"2414493462": "Talk to Bolai",
"2414530052": "Find Albedo and learn his secret",
"2414696012": "Recommend a suitable pose",
"2414727476": "Defeat all opponents",
"2415247558": "Talk to Draff and await the results",
"2415258836": "Take a stroll around The Weinlesefest",
"2415517716": "Visit Yae Miko",
"2415658318": "Ask the audience about the story Liu Su was telling",
"2416593228": "Enter the tavern",
"2416761508": "Defeat all opponents",
"2417145447": "Eremite Mayhem",
"2417373124": "Make Tommy a serving of Delicious Radish Veggie Soup",
"2418334308": "Head to the designated location to collect the Xiao Lantern",
"2418392567": "Chat to the locals (Nimrod)",
"2418511772": "Activate the tower controller",
"2418947439": "Scenario 4 Trigger",
"2419030372": "Talk to Enjou",
"2419251412": "Use the feather",
"2419345996": "Defeat the attacker",
"2419353668": "Go to Mt. Tianheng to look for Tiantian",
"2419595340": "Search for Youhei's brother",
"2420111748": "Give the Qingxin flowers to Sun Yu",
"2420424692": "Go to Jamikayomars and offer the elixir",
"2420535820": "Go to the Grand Narukami Shrine",
"2420867628": "Give five Nilotpala Lotuses to Arina",
"2421188655": "Omni-Ubiquity Net",
"2421290324": "Find the three spies",
"2421560154": "Search for the item Bao'er lost",
"2422609916": "Report back to Kaji",
"2422713556": "Report back to Cloud Retainer",
"2423368788": "Talk to Ararycan",
"2423548364": "Talk to Ramsay inside the teahouse",
"2423724639": "The Cat's Tail's Bartender",
"2423745984": "Collect Heavy Horn",
"2424681911": "Vigilance at Sea",
"2425065921": "Hidden Treasure of Qingce",
"2425339036": "Check the Fatui machine",
"2426282672": "Talk to Sara",
"2426473164": "Report back to Barbara",
"2426509516": "Go deeper into The Ominous Demesne",
"2426874303": "Favonian Goodies",
"2427065828": "Speak to Childish Jiang",
"2427544788": "Give the cooking ingredients to Kamei Munehisa",
"2428500028": "Go to Bantan Sango Detective Agency",
"2429090124": "Talk to Keqing and Xiangling",
"2429264980": "Go to the ruins on the ocean surface to search for traces of Wolfgang",
"2429534735": "Test of Courage",
"2429682903": "Talk to Amber",
"2429717320": "Collect Sunsettia",
"2430108964": "Collect the five lost books",
"2430318303": "Pressing Deadlines",
"2431882966": "Catch up to Xiangling",
"2431974820": "Go to Northland Bank",
"2432157628": "Talk to Katheryne",
"2432419337": "(test)璃月入口镜头",
"2433327420": "Talk to Mamoru and the others",
"2433383788": "Obtain 3 Archaic Stones for Muning",
"2434834660": "Deliver the present to Lily in turn",
"2435320508": "Bring the completed dish back to Tang Wen",
"2435497276": "Report back to Vile",
"2435914004": "Talk to Viktor",
"2435969708": "Talk to Madarame Hyakubei",
"2436183436": "Continue exploring and open the door",
"2436585164": "Talk to the Aranara",
"2437026911": "Look for the suspicious person using Elemental Sight",
"2437253334": "Go to Xiao Market",
"2438452932": "Talk to Manager Kuan, Clerk Zhao, and Nervous An",
"2439919711": "Through the Motions, to the Heart",
"2440323420": "Find the barrier",
"2441032236": "Talk to Brother Qian at night (21:00 – 05:00)",
"2441536556": "Talk to the injured soldiers",
"2442287167": "Peculiar Wonderland",
"2442900350": "Talk to the suspicious person",
"2442901420": "Go to the first floor of the tavern and find the stranger",
"2443039159": "Lost in the Snow",
"2443962145": "The Yaksha's Wish",
"2444178604": "Give the bait materials to Kayvan",
"2445162276": "Give the materials to Momoyo",
"2446427068": "Talk to Aranakula",
"2446641740": "Investigate the shrubbery on the stone wall",
"2447040692": "Report back to Yanbo",
"2447155362": "Approach the hilichurl",
"2447160810": "Collect the treasure",
"2447425060": "Hide yourself in Wikala Funduq",
"2447520172": "Obtain the Spirit Pearl",
"2447530316": "Approach the Aranara by the Zaytun Peaches",
"2448187724": "Go to Windrise",
"2448408172": "Talk to Tiantian",
"2448852140": "Help Javi look for his \"dream\"",
"2449362420": "Speak to Albedo",
"2449377836": "Find Jueyun Chili and give it to Little Wu",
"2449481463": "Yi Zhu's Snack",
"2449754580": "Tell Sakujirou the ship's location",
"2450038484": "Move the statue to solve the puzzle",
"2450225300": "Talk to Endora",
"2450706332": "Go to the upper platform",
"2450983268": "Collect the Xiao Lantern",
"2451095932": "Say farewell to Hiiragi Chisato",
"2451110044": "Offer a Sango Pearl to the seven royal tombs",
"2451406140": "Leave Uyuu Restaurant",
"2451584095": "Talk to Sara about returning the library book",
"2451682106": "Defeat opponents",
"2451950823": "Have tea with Lisa (Hidden)",
"2452372412": "Deliver medicine to the people in the area",
"2452964972": "Follow the strange traces",
"2453746932": "Speak to the members of Swordfish II",
"2454258364": "Talk to Paimon",
"2454342548": "Collect heavy items",
"2454397460": "Talk to Flora",
"2454644672": "Defeat the monster",
"2454644740": "Defeat the attacking monsters",
"2455328444": "Talk to Katheryne in Sumeru",
"2455389428": "Follow Dainsleif",
"2456225156": "Play the Rhythm of the Great Dream in front of Silapna",
"2456485175": "The Second Experiment: The World",
"2456798870": "Clear out nearby monsters",
"2458889641": "Ravaged by Wolves",
"2459549140": "Dress the stray cats and dogs in sweaters with Thoma",
"2459808092": "Go to the Grand Bazaar",
"2460032431": "Sit down and dine with Lisa",
"2460340364": "Collect 3 Sea Ganoderma",
"2460502052": "Hand the finished replies over to Yae Publishing House",
"2460553552": "Give the letter to Glory",
"2460868686": "Find the three workers",
"2460881335": "Shrine Cleanup",
"2461389815": "The Narukami Trail",
"2461939916": "Release all the Flames of the High Gate",
"2462380636": "Defeat all opponents",
"2462549796": "Find your companions in the cave",
"2462642516": "Look for the photo that the Mirror Maiden lost",
"2463034740": "Talk to Paimon",
"2463301730": "Talk to NPC",
"2463614300": "Follow the footprints and search",
"2463913660": "Speak to Master Zhang",
"2463957084": "Report back to Hosseini",
"2464192916": "Talk to Cyrus",
"2464470540": "Head to Chinju Forest to visit Ioroi",
"2464568716": "Talk to Eula",
"2464744026": "Quest start",
"2465126263": "Great Future Star",
"2465315204": "Detect dark smoke 1",
"2465481148": "Follow the scent and look for clues",
"2465890159": "Valor's Afterglow: The Faint Light Remembered",
"2466115004": "Land safely on the bottom level of the abode",
"2466278924": "Defeat the Abyss Lector",
"2466371908": "Defeat the Hilichurls as requested by Tsarevich",
"2466837140": "Report back to Jebrael on the discovered clues",
"2467101820": "Talk to Zhiqiong",
"2467755444": "Fetch a good price for the Dull Ring",
"2468361636": "Collect three Crystal Marrow",
"2469196148": "Help Alrani gather cooking ingredients",
"2469268196": "Talk to Taisuke",
"2469357735": "Where the Heart Finds Rest",
"2469483484": "Save the ambushed scholar",
"2470135348": "Talk to Arama",
"2470194712": "Talk to Herman",
"2470249148": "Talk to Nahida",
"2470462724": "Pursue the dog that ran off",
"2470517719": "Amir's Raw Meat Commission",
"2470903012": "Collect one portion of Dandelion Seeds",
"2471365188": "Return the next day and appraise the fertilizer situation",
"2471759382": "In mission. Can't go back (hide)",
"2471796860": "Look for the Chief's diary on the rooftop",
"2471993972": "Go to Dragonspine",
"2473077324": "Examine \"Illumiscreen: Crane\"",
"2473272919": "Where the Treasure Dwells",
"2473424980": "Talk to Connor",
"2473597108": "Talk to Teppei",
"2473771240": "Talk to Jilliana",
"2473818940": "Talk to Curious Zi'rui",
"2474320849": "Custodian of Clouds",
"2474356655": "Orobashi's Legacy: Part III",
"2474425332": "Talk to Xiangling",
"2475186311": "Hilichurl Hullaballoo",
"2475683844": "Talk to Arakavi",
"2475799548": "Enter the Domain",
"2475863700": "Talk to Helen",
"2475882620": "Talk to Li the Ninth",
"2476316284": "Talk to the Blue Oni",
"2476805316": "Give two Tea Break Pancakes to Geri",
"2477380180": "Report back to Afratu",
"2478269831": "Defeat the Ruin Guard",
"2478416532": "Talk to Maruf",
"2478963889": "A Novel Idea",
"2479323180": "Talk to Zhiruo",
"2479721268": "Go to the Fatui camp to search for clues",
"2479885380": "Try to lift the seal",
"2481125359": "The Essence of Poetry",
"2481265108": "Speak to Albedo again",
"2481265164": "Sit down for a fine meal with Kichiboushi and Paimon",
"2481434900": "Procure 3 portions of Tofu, Almonds, and Rice",
"2481926092": "Check on Kuki Shinobu",
"2482051614": "Talk to Katheryne in Liyue Harbor",
"2482211748": "Reach the deepest part of the dream",
"2482581719": "The Phaetons' Syrtos: Epilogue",
"2482668868": "Search for the ward in the Jakotsu Mine",
"2482976656": "Talk to Charles",
"2483781844": "Defeat the attacking monsters",
"2484214324": "Enter the library in the castle",
"2484340284": "Take a picture of the view of Falcon Coast from Cape Oath",
"2484957871": "Go to the Statue of The Seven in Windrise",
"2485125460": "Return to The Cat's Tail",
"2485356903": "The Omnipresent God",
"2485550366": "Escape from the Millelith",
"2485833398": "Wait until night",
"2486066004": "Talk to Viktor",
"2486774663": "Collect Mist Flower Corolla from beside the water",
"2487022924": "Head near Stone Gate",
"2487299356": "Check the area up ahead",
"2487684684": "Look for the missing pieces of the toy castle",
"2487917092": "Talk to Amadhiah",
"2488384585": "One Ship, Two Ships, Three Ships...",
"2488825956": "Fish in Cider Lake",
"2489211484": "Talk to Xavier",
"2490706986": "Find the hiding child",
"2490775116": "Give the pizza to Kamisato Ayaka",
"2491118332": "Talk to Huixin",
"2491387271": "In the Mountains",
"2491642812": "Go through the mist",
"2491826087": "Trees and Dreams",
"2492224020": "Talk to Arakavi",
"2492524620": "Bring the completed dish back to Tang Wen",
"2492972956": "Help Cyno arrest the Eremites",
"2493478836": "Report back to Herbalist Gui",
"2493613607": "A Delicacy for Nara",
"2493900468": "Talk to Yue Chuan",
"2494711100": "Talk to Miitoboru",
"2495011820": "\"Awaken\" the seeds",
"2496019756": "Check the Sweet Flower",
"2496155948": "Go to Yujing Terrace to pay Madame Ping a visit",
"2496262500": "Offer incense to Pervases",
"2496795932": "Take the watering can",
"2497205508": "Hang the bells around the shrine",
"2497805540": "Go to Naganohara Fireworks",
"2498392196": "Go to the Adventurers' Guild in Inazuma City",
"2498969772": "Examine the nearby victims (0/3)",
"2499621508": "Head close to Springvale to investigate",
"2499954940": "Defeat the Abyss Herald",
"2499977756": "Talk to Dehya",
"2500821084": "Find the Millelith",
"2501198100": "Go to the bonsai",
"2501363020": "Talk to Alois",
"2501451948": "Give the cargo back to the merchants",
"2501669388": "Go to where Haypasia is",
"2502392260": "Talk to Azra",
"2502719273": "Every Day a New Adventure",
"2502791956": "Talk to Smiley Yanxiao",
"2502867828": "Talk to Wagner",
"2502881220": "Go to the appointed place and talk to Dunyarzad",
"2503239964": "Talk to Mamesuke",
"2503589108": "Ask the adventurers some questions",
"2503722140": "Discuss what to do with the traveling merchant",
"2504485560": "Go to the top of the Anemo Archon statue and scatter the Dandelion Seeds",
"2505942628": "Return the books to their shelves",
"2506227328": "Progress in helping Charles collect information",
"2506526484": "Defeat the Hilichurl guards",
"2506762652": "Go to the Adventurers' Guild in Inazuma",
"2506777444": "Discarded",
"2506906151": "Vimana Agama: First Chapter",
"2506953892": "Look at the debris",
"2507167548": "Talk to Arama and Arayasa",
"2507336588": "Obtain Chilled Meat",
"2507449276": "Touch the feather",
"2507493356": "Go back to the village chief's house and meet up with everybody else",
"2507555436": "Go to the \"ruins long forsaken\"",
"2507555548": "Report back to Jiayi",
"2507660860": "Negotiate with the Abyss Herald",
"2508239287": "By Thy Pale Beams I Solitary Rove",
"2508533604": "Talk to Fujiwara Toshiko",
"2508544524": "Play the Rhythm of the Great Dream in front of Silapna",
"2508926428": "Talk to Paimon",
"2510458940": "Move forward without being noticed",
"2510595143": "Versus Yasuhiko Tarou",
"2511476828": "Bring the completed dish back to Tang Wen",
"2511635068": "Order food with Bennett",
"2512102748": "Watch the Masterful Chefs competition",
"2512702433": "Wild Escape",
"2512731100": "Go to the Floral Jelly vendor",
"2512999452": "Talk to Marjorie",
"2513335124": "Talk to the three people",
"2513722044": "Talk to Aranakula",
"2514557636": "Defeat the ruin machine(s)",
"2514775268": "Participate in the hunt near Dawn Winery",
"2515222102": "Choose a type of crude stone",
"2515349692": "Look for Patrice near The Chasm",
"2515857308": "Speak to Chef Mao",
"2516492524": "Search for the Sunset Vermillionite",
"2516841700": "Give the letter to Chaoxi",
"2517209928": "Consolidate - Frosting Essential Oil",
"2517883452": "Give the divination materials to Kimiya",
"2517916239": "The Price",
"2517975495": "Three Realms Gateway Offering: Aftermath",
"2518202060": "Give the letter to Kujou Kamaji",
"2518264700": "Report back to Neko",
"2518628015": "Pushing On",
"2519356676": "Find the Court of Desolation according to the instructions on the map",
"2519549332": "Speak to Shanghua",
"2519660900": "Discuss the situation with Paimon",
"2519893012": "Wait till the next morning (08:00 – 10:00)",
"2520130716": "Talk to Xudong",
"2520695012": "Look for cooking ingredients",
"2520782860": "Bring the completed dish back to Tang Wen",
"2521616796": "Go to Djafar Tavern",
"2521721972": "Tell Granny Oni everything that happened",
"2522354658": "Defeat all hilichurls at Fanmu Carpenter's",
"2522790244": "Meet and talk to Hiiragi Chisato",
"2523242380": "Talk to Arakavi",
"2523650124": "Talk to Anna",
"2524321583": "Look for Raptor",
"2524665596": "Talk to Arapandu",
"2525016398": "Collect the items needed for the ritual: Censer",
"2525043268": "Help Hatim select a Golden Dish",
"2527173116": "Go to the Yashiro Commission to ask about the ninken's master",
"2528758855": "Proof of Guilt",
"2529969348": "Talk to Ei",
"2530416740": "Talk to Little Fei, Little Meng, and Little Lulu",
"2532168910": "Speak to Ningguang",
"2532265560": "Innovate - Dirty Mask",
"2532799876": "Go back to the Pervases statue",
"2533332335": "Antigonus",
"2533581156": "Talk to Rana",
"2533710932": "Talk to Paimon",
"2534897548": "Give the Delicious Bamboo Shoot Soup to Tang Wen",
"2535220788": "Give 1 Crystal Core to Kichiboushi",
"2535440836": "Talk to Kiminami Anna",
"2535466260": "Talk to Cyno",
"2536098628": "Defeat your opponents",
"2536442108": "Look for clues near the dark fog",
"2536531223": "Blind Loyalty, Reckless Courage",
"2536730172": "Housekeeping Challenging: Plant-Watering",
"2537360024": "Defeat the nearby enemies",
"2537930636": "Look for Viktor's lost box",
"2538405108": "Talk to Jeht",
"2539282631": "Suspicious Smuggling Case",
"2539531468": "Examine the strange box",
"2539785740": "Place the letter at the meeting place",
"2540037839": "Destroy the hilichurls' barricades",
"2540277788": "Talk to Jeht",
"2540571588": "Advance Quest progress",
"2540846028": "Finish filming the third act",
"2540987814": "Meet the girl in the forest",
"2541189463": "Use the map to find the buried treasure",
"2541381839": "Talk to Paimon",
"2541791348": "Talk to Paimon",
"2542372716": "Find Washizu's lost possessions in Higi Village",
"2542930868": "Dig for the buried item",
"2543070748": "Wait till the next morning (08:00 – 12:00) and talk to Ootomo",
"2543415972": "Return to Liyue Harbor",
"2543714896": "Destroy all the training dummies in under 2 seconds",
"2544294444": "Talk to Brother Qian",
"2544416940": "Discarded",
"2544617132": "Talk to Nimrod",
"2545753374": "Paimon Dialog (Hidden)",
"2546023913": "That Green Fellow",
"2546382020": "Observe from afar",
"2546673564": "Talk to Hirayama",
"2546746212": "Talk to Soheil",
"2547039540": "Defeat all opponents",
"2547557148": "Investigate suspicious locations nearby",
"2547757604": "Talk to Viktor",
"2547819896": "Trigger conversation with Paimon",
"2548163916": "Go to Chatrakam Cave",
"2548337375": "Octave of the Maushiro",
"2548921308": "Look for Zhongli",
"2549145972": "Wait for the Seelie to return to the platform",
"2550821932": "Talk to Slippery Wu and attempt to obtain the treasure again",
"2551096438": "Initiate the ritual according to the correct process",
"2551219308": "Go to Ritou and look for Kazuha",
"2551588596": "Continue onward through the shattered space",
"2551904632": "Scare off the pigeons",
"2552670076": "Talk to Razor",
"2553494855": "Go to the Cathedral to get your gliding license",
"2553849692": "Take a picture of Neko from the right side",
"2554392602": "Complete minigame",
"2554574916": "Go to the bonsai",
"2555239996": "Continue exploring",
"2555885356": "Eavesdrop on the Akademiya students' conversation",
"2556124164": "Pay Mona a visit",
"2557114524": "Meet Ms. Hiiragi at the appointed time (18:00 – 24:00)",
"2557387252": "Talk to Mr. Zhu",
"2557503684": "Wait for two days",
"2557531100": "Talk to Kayabuki",
"2558238124": "Search for the kitten",
"2558781900": "Sail to where the treasure lies",
"2559515032": "Collect a Slime Condensate",
"2559586468": "Clear the water veins that flow through the mountains",
"2560348508": "Activate the mechanism",
"2560903774": "Defeat all opponents",
"2561128326": "Ask the audience about the story Liu Su was telling",
"2561132092": "Talk to Nahida once you have made your preparations",
"2561636748": "Head over to the designated area recorded in the notebook",
"2561784460": "Talk to Taisuke",
"2563127516": "Head to Araja's house to rest",
"2563165719": "Talk to Otto",
"2563464428": "Talk to Zakariya",
"2564114732": "Talk to Xavier",
"2564157639": "That'll Learn Them!",
"2564551940": "Defeat the attacking Dendro Slimes",
"2564565335": "Keep heading towards Mondstadt",
"2564919204": "Complete the \"Act I, Scene II\" film shoot",
"2565202732": "Give the Sweet Flower to Ivanovich",
"2565256895": "Lost in a Foreign Land: Seeking",
"2565392439": "A Surprise Gift",
"2566213748": "Talk to the panicking Tenryou Commission officers",
"2566245607": "The Oni's Pride",
"2566614324": "Look for Araja and Arama",
"2566671338": "Give the Almond Tofu to Chenxiang",
"2567192676": "Follow Gorou to look for the directives",
"2567303324": "Escort the two to a high point to release the Xiao Lantern",
"2567321820": "Go to the shrine outside the city",
"2568312904": "Defeat the attacking Fatui",
"2568638236": "Go deeper into the cave to search for clues",
"2568812252": "Clear out the Treasure Hoarder camp",
"2569210628": "Go to Dadaupa Gorge",
"2569283719": "Garcia's Paean: A Gift of Compatibility",
"2569514625": "Placeholder Quest",
"2569786788": "Talk to Barbara",
"2570770966": "Search for Cloud Retainer",
"2571809207": "Ever Deeper",
"2571820628": "Go to the Adventurers' Guild",
"2571902244": "Return to the ceremonial site",
"2573038575": "Look for the marks left by Raptor",
"2573962327": "Defeat the assailants",
"2574388684": "Check the current situation using the city Bulletin Board",
"2575331724": "Speak to Short-Tempered Wallit",
"2575514660": "Go to The Five Kasen Plaza",
"2575613796": "Talk to Tommy",
"2576500188": "Talk to Kamei Munehisa",
"2576534423": "Talk to Paimon",
"2578805236": "Bring the doll back to camp and pass it to Qi Ding",
"2578950636": "Talk to the Aranara",
"2579116816": "Collect rewards from Marjorie",
"2579412324": "Defeat the Treasure Hoarders",
"2579423066": "Find Chang the Ninth",
"2579854372": "Talk to Nahida's consciousness",
"2579933596": "Speak to the afterimage within the library",
"2580572529": "License to Glide",
"2580645876": "Investigate the room to search for clues",
"2580771692": "Help Hatim select a Golden Dish",
"2581190772": "Continue onward through the shattered space",
"2581568300": "Head to the place Yanfei mentioned",
"2581790188": "Talk to Paimon",
"2581805852": "Find Zhongli",
"2581985716": "Use Elemental Sight to trace Electro",
"2582632252": "Go to The Five Kasen Plaza",
"2582674070": "Drop in on the adults in the tavern",
"2582713148": "Talk to the afterimage in the hiding place",
"2583237596": "Visit Shigeru and Junkichi",
"2583476044": "Head to the island in the southwest",
"2583516524": "Search for a mechanical component",
"2584077236": "Keep searching the surrounding area",
"2584536633": "Apple Tutorial",
"2584697452": "Reach the mysterious island",
"2584957036": "Talk to everyone",
"2586708353": "Whispers in the Wind",
"2586711519": "Memories of Inteyvat",
"2586719780": "Investigate the secret base",
"2586910287": "Record progress - third record",
"2587394812": "Give the ring back to Taliesin",
"2587858260": "Mix Diluc the specified drink",
"2588193004": "Talk to Komaki",
"2588861380": "Talk to Xingqiu",
"2588869524": "Talk to the people of Ritou",
"2589305489": "Know Thyself, Know Thy Enemy",
"2589442364": "Negotiate with the Eremites",
"2590330204": "Talk to Connor",
"2590833631": "Spike Self-Circulation Report: Experimental Procedure",
"2592586404": "Report your results to Momoyo",
"2592729636": "Collect 6 fruits in the wild",
"2593328860": "Talk to Muzhen",
"2593719559": "Floral Fresh",
"2594202340": "Give Alfred three Cecilias",
"2594400420": "Help Cloud Retainer complete the dish",
"2594821356": "Stroll around Liyue Harbor's wharf",
"2594881711": "Bring the Holy Lyre back to the tavern",
"2594948310": "Pursuit III",
"2595440964": "Give the \"dream\" to Javi",
"2595943407": "Automaton Attack",
"2596406892": "Follow the suspicious person's traces (0/3)",
"2596444756": "Leave the hilichurl camp",
"2596701636": "Head for the Stone Gate",
"2597468364": "Clean out the Treasure Hoarder logistics camps",
"2597640456": "Complete purchase",
"2597755180": "Protect the Ley Line Monolith",
"2597756284": "Advance Quest progress",
"2597786103": "Negotiation with NPC 2 failed - return",
"2597870324": "Place the letter at the meeting place",
"2597886852": "Talk to Yun Jin",
"2597970076": "Talk to Rana",
"2598054676": "Look for more clues",
"2598648524": "Find the little tanuki",
"2598662780": "Go to the location indicated by the stone slate",
"2598895999": "The Chasm Charters",
"2598906972": "Talk to Ei and Yae Miko",
"2601647884": "Return to Springvale to check on the victims",
"2601720236": "Talk to Ahangar",
"2602326692": "Touch the Perch",
"2603116428": "Talk to Diona",
"2603382679": "Mondstadters in Liyue",
"2603877111": "Windblumes and Snowflakes",
"2604234644": "Fulfill the cursed blade's wish",
"2604347767": "Theater Mechanicus",
"2604567190": "Talk to Li Ding and Li Dang",
"2606135852": "Look for another strange rock",
"2606626492": "Head to the designated location to collect the Xiao Lantern",
"2606853609": "Pirate Invasion, in Liyue Harbor!",
"2606885780": "Check the unusual area",
"2606905370": "Talk to Granny Ruoxin",
"2607473180": "Look around",
"2607788436": "Go and meet Gorou, the resistance general",
"2608259743": "Afterword",
"2608610452": "Talk to the Aranara",
"2608708644": "Report back to Wrench Wang",
"2609386988": "Head for the safehouse",
"2609677388": "Tail the Treasure Hoarders",
"2610162636": "Follow the mountain path",
"2611206876": "Report back to Hosseini",
"2611944028": "Talk to Atsuko",
"2612678580": "Go to Jamikayomars and offer the elixir",
"2612934876": "Give an item to the hilichurl",
"2613560220": "Go to Yanshang Teahouse to meet Yelan",
"2613669068": "Meet Mr. Zhu the following afternoon (12 – 18)",
"2613818188": "Enter the new space",
"2614101956": "Talk with the children",
"2614375040": "Defeat all opponents",
"2614471322": "Collect the treasure",
"2614834380": "Look for clues",
"2615173020": "Escape from Narukami Island and go to Tatarasuna to find the resistance",
"2615429980": "Ask Oda Tarou some questions",
"2615708468": "Give five Electro Crystals to Sanden",
"2617183716": "Defeat the Eremites",
"2618005780": "Report to Jinglun",
"2618446836": "Talk to Xavier",
"2618954420": "Investigate the vicinity and find a way out",
"2619130676": "Report to Tsarevich",
"2619583108": "Play the Rhythm of the Great Dream in front of Silapna",
"2619863924": "Investigate the ore pile",
"2619957732": "Talk to Yanfei",
"2620018868": "Investigate the ruins ahead and find a path",
"2620351284": "Dispose of the remaining meteorites",
"2620418404": "Report your intel to Momoyo",
"2620595556": "Fulfill the cursed blade's wish",
"2620775172": "Wait for Yun Jin to arrive",
"2620790936": "Go investigate the ruins",
"2620922148": "Go to the place Akim recommended",
"2621152964": "Advertise the housekeeping course to the city merchants",
"2621263500": "Carry out the investigation at the abandoned shrine",
"2621545049": "The Art of Cooking",
"2621561852": "Talk to Aragaru",
"2621667300": "Talk to Katheryne in Mondstadt",
"2621698876": "Take the goods back to Elber",
"2622127052": "Investigate the Serpent's Heart during Evernight",
"2622389042": "Find the treasure clue",
"2622390759": "The Moon Has Risen",
"2622578204": "Search for the abode around Lisha",
"2622688540": "Talk to Candace",
"2623104868": "Talk to Konda Densuke",
"2623368444": "Talk to Lizzie",
"2625164046": "Fight with support from the adepti",
"2625952542": "Head to the Angel's Share",
"2626007900": "Talk to Garcia",
"2626690420": "Give chase in the direction of Sayu's disappearance",
"2627097598": "Talk to Xiangling",
"2627164996": "Escape from Khaj-Nisut",
"2627799780": "Look for Old Chou",
"2627819599": "Spike Self-Circulation Report: Conclusion",
"2628846756": "Talk to everyone",
"2629050212": "Talk to Tsuyuko",
"2629074884": "Confirm your combat readiness",
"2629386628": "Talk to Lyudochka",
"2630364396": "Give Ooshima Junpei 10 Otogi Wood",
"2630461079": "Follow Paimon",
"2630860716": "Proceed deeper within the ruins",
"2631170582": "Seek Lan's advice",
"2631743626": "Quest start",
"2631867744": "Talk to Allan",
"2632375068": "Talk to Dainsleif",
"2632644623": "Room 1 - quest pin for obtaining key through combat",
"2632875212": "Defeat the Abyss Herald",
"2632935060": "Talk to Iron Ingot",
"2633349796": "Talk to everyone",
"2633918740": "Follow Zhiruo",
"2633950980": "Talk to Zhiruo",
"2634543132": "Tell the shrine maidens to leave the shrine temporarily",
"2634677444": "Go to the now-sunken highland ruins",
"2634726124": "Give the retrieved flowers to Flora",
"2634854628": "Collect materials required to make omamori",
"2635090324": "Talk to Matsumoto",
"2635154396": "Return to Vimara Village",
"2635452680": "Find the cat",
"2636161884": "Play the music according to the pattern of the roses",
"2637200680": "Talk to Sara at Good Hunter",
"2637290428": "Talk to Wrench Wang",
"2637370004": "Defeat the Treasure Hoarder",
"2637528983": "The Meaning of Meaningless Waiting",
"2637711044": "Enter the ruins again",
"2638013831": "Orobashi's Legacy: Part I",
"2638559396": "Talk to Paimon",
"2638618324": "Search for the blade mentioned by the nameless samurai",
"2638861428": "Go to Windrise",
"2639227196": "Talk to Madarame Hyakubei",
"2639497479": "Reach Target Point 1 (Hidden)",
"2640720366": "Talk to Zhongli outside",
"2640947940": "Leave Tavern",
"2641158772": "Talk to Parvaneh",
"2641500372": "Return to the central isle",
"2641628124": "Talk to Krosl",
"2641839788": "Defeat the attacking monsters",
"2642542812": "Talk to Dehya",
"2642649008": "Defeat the monster",
"2643259012": "Report back to Aramis",
"2643696884": "Go to seal the Warding Stone",
"2644028612": "Fetch the materials for building the ship",
"2644400372": "Speak to the Curious Cat",
"2644639028": "Wait until the moon hangs high in the sky (23:00 – 01:00)",
"2644921612": "Deliver the food to Tacit Tingfang",
"2645091420": "Examine the trigger",
"2645170540": "Clear out the monsters near Qingce Village",
"2645519140": "Speak to Albedo",
"2645600164": "Give the retrieved packages to Flora",
"2645653556": "Give the cooking ingredient to Jafar",
"2646027956": "Go to Yujing Terrace",
"2646227898": "Find Chang the Ninth",
"2646372575": "Friendship in Writing",
"2646440292": "Collect 3 Crystal Chunks",
"2646604428": "Follow the strange star",
"2648382884": "Escape from here",
"2648610876": "Give 1 Flaming Flower Stamen to Kichiboushi",
"2648963172": "Deliver the food to Tacit Tingfang",
"2648971166": "Look for the Meaty tribe's giant cooking pot",
"2649159108": "Follow Dunyarzad",
"2649241303": "Maid-in-Training",
"2649452399": "Immernachtreich Apokalypse",
"2650461196": "Go to the oasis",
"2650511932": "Talk to Goth",
"2650591084": "Talk to Komakata",
"2650896172": "Meet Fischl at the plaza",
"2651357012": "Talk to Kourosh",
"2651957308": "Talk to Ei and the samurai",
"2652346353": "Fly a Letter Towards the Sky",
"2652969556": "Talk to Aranakin",
"2653327948": "Catch up with Mamesuke and Shibasuke",
"2653551812": "Use Kusava to break the seal on the Zohrah Mushroom",
"2654115996": "Give two Hams to Smiley Yanxiao",
"2654779743": "Purchase Fisherman's Toast",
"2655385996": "Complete the Sacred Sakura Cleansing Ritual",
"2655403436": "Follow the source of the voice",
"2658276004": "Discarded",
"2658517692": "Rescue and wake Haypasia up",
"2658533868": "Follow the treasure map to find the treasure",
"2659092740": "Release all the Flames of the High Gate",
"2659786255": "The Bottom of Things",
"2660296428": "Go deeper into the Mikage Furnace",
"2660423839": "Kurious Kamera",
"2660460108": "Talk to the three people",
"2660812772": "(Discarded) Defeat the monsters",
"2660866644": "Talk to Anthony",
"2661188956": "Enjoy the feast",
"2661438764": "Make the three \"leaves\" in the dream turn towards the \"branch\"",
"2661585730": "Find the doll",
"2661894332": "Investigate Ashvattha's Tree of Dreams",
"2662457516": "Talk to Brother Qian",
"2662642319": "Look for the marks left by Raptor",
"2662749396": "Talk to Xudong",
"2662879119": "The Great Tree: Statistical State",
"2664772676": "Get the reserved novel",
"2664821460": "Find Childish Jiang",
"2665148964": "Go to the place mentioned in the conversation",
"2665792236": "Go to the Liyue Adventurers' Guild and talk to Katheryne",
"2665878628": "Talk to Tacit Tingfang",
"2665913332": "Defeat the attacking monsters",
"2666153844": "Wait for the Weinlesefest (08:00 – 10:00 two days later)",
"2667834324": "Head to Third-Round Knockout",
"2667876940": "Check the index in front of Lisa's desk",
"2668682396": "Talk to Klee",
"2669295840": "Go see what's going on up ahead",
"2670005337": "Wines of Mondstadt",
"2670111092": "Go to the ceremonial site",
"2670998161": "Where Is the Unseen Razor?",
"2671125356": "Talk to Rudolf",
"2671945279": "Look for the suspicious person using Elemental Sight",
"2671965252": "Talk to \"Immernacht Fischl\"",
"2672527830": "Locate the Treasure Thieves using the information",
"2672703684": "Explore the bottom of the well",
"2673011762": "Talk to Mr. Zhu",
"2673509876": "Find Aranishat!",
"2673571972": "Talk to Kid Kujirai",
"2674553551": "Tatara Tales: Process Is Everything",
"2674709236": "Talk to Kamisato Ayaka",
"2674785284": "Give Smiley Yanxiao the ingredients",
"2675129239": "Other Applications of Concresoil",
"2675332607": "Talk to Paimon",
"2675687652": "Talk to Garcia",
"2675753356": "Report back to Cloud Retainer",
"2676639372": "Report back to Jinglun",
"2678421302": "Talk to Huai'an",
"2679138292": "Go to Mingxing Jewelry to place an order",
"2679727785": "Break the Sword Cemetery Seal",
"2680590044": "Show Werner the goods from Liyue",
"2680594924": "Purify the large crystal",
"2680803388": "Talk to Alhaitham",
"2681239916": "Talk to Charles",
"2681593820": "Talk to Katheryne",
"2681741199": "A Glimpse Into the Pale Night",
"2681840300": "Talk to Muzhen",
"2682314284": "Talk to Eula",
"2682353476": "Find Yicheng a dish that can fill his stomach",
"2682628948": "Speak to the Abyss Lector",
"2682830857": "The Lost Relic",
"2682949623": "Time Waits For No Man",
"2683088092": "Go to Liuli Pavilion for the banquet",
"2683870324": "Go to the tree where the Onikabuto reside",
"2683990361": "Venti's Plan",
"2684409476": "Collect the five lost books",
"2684423252": "Talk to the other hilichurl willing to make conversation",
"2684523724": "Wait for Kokomi near the Sangonomiya Shrine",
"2684810484": "Use Visions to find the Starsplinter Iron",
"2685170420": "Talk to Flora",
"2685660716": "Talk to the \"brothers\"",
"2685981935": "Investigate Clue",
"2686622676": "Pick Windwheel Aster",
"2686797948": "Talk to Arabalika",
"2686844934": "Talk to Huai'an",
"2687036988": "Go and check for crystal ore in Stormterror's Lair",
"2687488340": "Talk to Nahida",
"2688744074": "Light the torch",
"2688790364": "Check the suspicious location and eliminate any threats",
"2689106188": "Defeat the opponents",
"2689533988": "Defeat opponents",
"2690101422": "Collect the items necessary for the ritual: Seven-Star Lamps",
"2690786607": "Until Vana is Healed",
"2690823703": "Iron Ingot Meets Ziwei",
"2691181396": "Find the ritual tools here and pick them up",
"2691372612": "Talk to the illusions",
"2691719628": "Talk to the Fatui soldier",
"2691903196": "Defeat the attacking monsters",
"2691979444": "Talk to Fukumoto",
"2692096676": "Go to the island within the lake to check the ruins of the past",
"2692125375": "Dandelion, Rose, and Windwheel Aster",
"2692420324": "Use Anemo or Hydro to help clean the flyers up",
"2692624855": "Smiley's Selections",
"2693082028": "Talk to Childe",
"2693506084": "Go to the roots of the Divine Tree",
"2693605852": "Talk to Little Liu",
"2693920308": "Talk to Clymene",
"2694683543": "Mutual Exchange",
"2694838326": "Meet Cloud Retainer",
"2695012472": "Defeat all opponents and destroy the roadblocks",
"2695177052": "Go to the bonsai",
"2696318044": "Wait until nighttime (18:00 – 6:00)",
"2696966980": "Deliver the food to Laid Back Ling'guan",
"2697560212": "Defeat the incoming Fatui",
"2697736876": "Talk to Aragaru",
"2698377516": "Talk to Kujou Takayuki",
"2699352916": "Detect Aranara",
"2699610766": "Ask the audience about the story Liu Su was telling",
"2699906140": "Head to the counter and get ready to open for business",
"2700746591": "Post-Sale Service",
"2701912188": "Light the Primal Torches",
"2702186764": "Report back to Wang'ya",
"2702574412": "Gather 12 Naku Weeds",
"2702753668": "Place the food supplies at the third location",
"2702975556": "Give Wang Ping'an the Sandbearer Wood",
"2703352900": "Give Xiao Lantern materials to Ms. Bai",
"2703550799": "Adventurer Exam: Taking Flight",
"2703773772": "Clear the piles of floral debris off the rooftop",
"2703823844": "Defeat all opponents",
"2703953924": "Report the effects of the Smoldersleet Potions to Timaeus",
"2703976788": "Speak with Albedo",
"2704102260": "Go to where Yelan is",
"2704484764": "Ascertain if the Domain leads outside",
"2705085239": "Adventurer's Entrance Exam",
"2705415036": "Investigate the Treasure Hoarder camp",
"2705562340": "Talk to Yabe",
"2705631471": "A Commission From \"That Guy\"",
"2705668876": "Give Manly Jack three servings of Mondstadt Grilled Fish",
"2705909644": "Defeat dark smoke 2",
"2706316996": "Give the Jueyun Chili and Fowl to Chef Mao",
"2706385852": "Find the three spies",
"2707412880": "Find Sara and ask about her commission",
"2707655932": "Head to the other investigation site",
"2708079580": "Talk to Captain Night Raven",
"2708654452": "Go back to Liyue Harbor",
"2709492044": "Check on the state of the berries",
"2709540472": "Buyer determiner 1",
"2710465756": "Defeat the Treasure Hoarders",
"2711213660": "Go to the Electro anomaly and complete the challenge",
"2711394708": "Speak to Lynn",
"2711680020": "Talk to everyone about the island",
"2711847212": "Check on how Haypasia is doing",
"2711937124": "Check on the three people with Yelan",
"2712099876": "Go to the Withering Zone that needs to be cleaned up",
"2713187356": "Defeat the Treasure Hoarders",
"2713991150": "Put the Noctilucous Jade in place",
"2714462340": "Give the retrieved packages to Flora",
"2714837732": "Touch the bonsai",
"2715275684": "Talk to Ningguang again",
"2715364988": "Talk to Klee",
"2715435841": "Find and defeat the Abyss Mage by the water",
"2715737287": "Talk to Huffman",
"2715857876": "Go to the agreed location",
"2717676951": "Autonomous Mechanical Energy Source: Live Sample",
"2717946367": "Contraption-Contrived Cooking Course: Part II",
"2718421316": "Explore the area",
"2718782188": "Solve the puzzle of the mechanism",
"2719366220": "Listen in on Shiyun and Boyi's conversation",
"2719633271": "Herbalist's Forage",
"2721149751": "Defeat the Abyss Mage",
"2721198436": "Give 10 Sweet Flowers to Herbalist Gui",
"2721443220": "Talk to the Aranara",
"2721808452": "Talk to Linling",
"2721826599": "No Restoring This Past Land of Beauty",
"2721966990": "(test)Start Gameplay",
"2722143348": "Explore the area and look for an exit",
"2722856236": "Listen to everyone's opinion",
"2723244068": "Look for the source of the rumbling noise",
"2723330324": "Continue asking after Fritz's whereabouts",
"2723441604": "Talk to Diluc and Kaeya",
"2723573900": "Talk to Diona",
"2723685764": "Activate the spirit's trial",
"2723850516": "Talk to Tang Wuchou",
"2723854836": "Talk to Xiao",
"2723908340": "Talk to Junkichi",
"2724781316": "Collect the thoughts of theater members",
"2725039944": "Destroy all the training dummies in under 2 seconds",
"2725972758": "Destroy all the training dummies",
"2726213812": "Detect Aranara",
"2726568841": "For Old Time's Sake",
"2727157348": "Talk to Brook",
"2727791436": "Talk to Ladep",
"2728068292": "Detect dark smoke 2",
"2728466716": "Investigate the usual place",
"2729328340": "Talk to Barbara",
"2729605724": "Look for Albedo",
"2729679572": "Leave the underground ruins",
"2729829012": "Ask the soldiers for information",
"2729899684": "Talk to Arapacati",
"2729991420": "Head to the house and talk to Araja",
"2730321132": "Look for the Great Wolf King of the North",
"2730683444": "Talk to Qingzhou",
"2730712660": "Talk to Clymene",
"2731030887": "Raiders Amidst Snow Mist",
"2731089828": "Go to Taj's house and look for clues",
"2731314972": "Find Saimon Jirou on Jinren Island",
"2731615724": "Help Ms. Bai prepare three servings of Raw Meat and Fowl each",
"2732095182": "Defeat all opponents",
"2732437532": "Ask for Kouichi's opinion",
"2732587654": "Play a game with Shitou",
"2732599457": "Search the vault",
"2733817876": "Light the stove",
"2734141964": "Talk to Wang'ya",
"2734160868": "Give eight Bird Eggs to Riku",
"2734490860": "Talk to Akim",
"2735084343": "Mushounin",
"2735196943": "Faint",
"2735690655": "Ballads of Breeze",
"2736350916": "Head to Bourou Village",
"2737011308": "Defeat the attacker",
"2737244220": "Get close to Aranakin",
"2737492820": "Look for the person running the factory",
"2737754516": "Report back to Cloud Retainer",
"2738069164": "Find Childish Jiang",
"2738227583": "Special Cocktailing Condiments",
"2738367212": "Gather the three fragments",
"2738604044": "Talk to Tighnari",
"2739239292": "Head to the core to shut it down",
"2739377372": "Investigate the quarrel between the soldiers and the merchants",
"2739747820": "Tell Jinwu about what happened",
"2740286036": "Talk to everyone",
"2740787148": "Wait until night (19:00 – 04:00)",
"2740946892": "Talk to Anthony",
"2741855983": "Go to the entrance of Stormterror's Lair",
"2742022628": "Talk to Luoxia",
"2742760764": "Give Cyrus a dish that meets his requirements",
"2743002300": "Go to the Grand Narukami Shrine",
"2743400932": "Talk to Allan",
"2744436812": "Talk to the person at the gorge's entrance",
"2745251972": "Escort the two to a high point to release the Xiao Lantern",
"2745422484": "Go to the International Trade Association and understand its members' situation",
"2745581230": "Sit behind Stanley",
"2746127375": "Talk to Lisa (Hidden)",
"2746556759": "Talk to Amber",
"2746815860": "Defeat the Abyss Lector: Violet Lightning",
"2747691628": "Defeat all the Treasure Hoarders",
"2747716252": "Proceed deeper within to find Benben",
"2747718847": "The Lonesome Euthymia",
"2748199252": "Meet with Keqing",
"2748556980": "Talk to Huai'an",
"2748784444": "Wait until the following afternoon (14:00 – 18:00)",
"2748895484": "Talk to Diona",
"2748899156": "Give the Mints to Little Meng",
"2749041732": "Enter the mysterious ruins",
"2749974180": "Clear out the pirate camp",
"2751239463": "Bottleneck Breaking",
"2752119660": "Go with Thoma to see Sakai",
"2752259839": "Talk to Paimon",
"2752421884": "Follow the Treasure Hoarders",
"2752774924": "Ask Ahangar questions",
"2753629236": "Defeat the attacker",
"2754139188": "Detect Aranara",
"2754398500": "Talk to the afterimage at the altar",
"2754726692": "Serve dishes to Holderlin and Caspar",
"2754814508": "Use the Kusava to open up the path",
"2755651972": "Find Xudong at the Akademiya",
"2755928479": "Gold Devouring and Mora Gathering",
"2756001527": "Journey to Liyue",
"2756013817": "Treasure Lost, Treasure Found",
"2757781322": "Talk to Paimon",
"2758172476": "Take a photo of the ruin murals",
"2758549164": "Talk to Sayu",
"2759022175": "Talk to Venti",
"2759367580": "Give the Pass Permit back to Yae Miko",
"2759534468": "Talk to Aragaru",
"2759597215": "Escape dialog.",
"2759765804": "Talk to Zakariya",
"2760080220": "Go to where Vanarana is",
"2760218396": "Talk to Mr. Iron Abacus",
"2760668932": "Send Alois off from Mondstadt",
"2760971450": "Talk to Bao'er",
"2761113471": "The Shadows Deepen",
"2761320372": "Defeat all the Treasure Hoarders",
"2762367604": "Gather 12 chunks of Crystal Marrow",
"2763058287": "An Introduction to Indoor Archaeology",
"2764279735": "Investigate what Paimon has found",
"2764543148": "Destroy the barrier",
"2765910020": "Go to the roots of the Divine Tree",
"2766820748": "Talk to Kujirai Momiji",
"2767514481": "Should You Be Trapped in a Windless Land",
"2767752388": "Purify the large crystal",
"2767812140": "Defeat the Tenryou Commission members",
"2768324900": "Defeat the assailants",
"2768737628": "Clear the piles of floral debris off the city walls",
"2769972932": "Investigate the auction site",
"2770422638": "Clear out nearby monsters",
"2770493308": "Take a photo of Eipekkusu and its owner",
"2770587300": "Look for slimes in Mondstadt's outskirts",
"2770590511": "The Moon-Bathed Deep",
"2770880828": "Search for the source of the strange voice",
"2771030228": "Mix Zhongli the specified drink",
"2771080532": "Place the survey beacons",
"2771400030": "Retrieve the Sword of Brilliant Valor",
"2771515823": "The Commission's Commission",
"2771555118": "Talk to the locals",
"2772017972": "Dig for the Amiti Device",
"2772411956": "Talk to Esther",
"2772430764": "Defeat all opponents",
"2772768383": "Have tea with Lisa (Hidden)",
"2774360060": "Talk to Heizou",
"2774796492": "Explore the area",
"2774939988": "Talk to Shenhe",
"2775848340": "Defeat the Eremites",
"2776476980": "Head near the Varunastra",
"2776490036": "Go to Bubu Pharmacy",
"2777234172": "Wait for the competition to start the next day (10:00 – 14:00)",
"2777616316": "Go to Seirai Island and take pictures",
"2777971804": "Participate in the competition",
"2778175680": "Talk with the servant",
"2778241204": "Continue exploring",
"2779268760": "Talk to Charles",
"2779564865": "Abyss Mage",
"2780266575": "Room 2 - quest pin for obtaining key through negotiations",
"2780964201": "The Purging of Evil",
"2781002132": "Talk to Smiley Yanxiao",
"2781241428": "Ask Wagner about the stranger",
"2781577796": "Go to the Grand Bazaar",
"2782441196": "Try to open the sarcophagus",
"2782506492": "Clear out the camp",
"2782590100": "Check the area that was hit",
"2783989212": "Go to Yanshang Teahouse",
"2784098316": "Enter the Tenryou Commission Headquarters",
"2784316524": "Advance Quest progress",
"2784673660": "Bring the completed dish back to Tang Wen",
"2784705540": "Talk to Viktor",
"2784803932": "Give the appropriate documents to Jiayi",
"2784918100": "Give the Dandelion Seeds to Godwin",
"2785659199": "Return to the tavern the following night",
"2786028868": "Talk to Zhuhan, who is in charge of registration for The Crux Clash",
"2787864775": "Luhua Landscape",
"2788086440": "Talk to Jean",
"2789211351": "Voyage Prep",
"2789731572": "Go the \"ordinary place\" mentioned by Hu Tao",
"2790299460": "Go through the unknown space",
"2791274340": "Ask Chouji about the taste of the dish",
"2791480911": "Archipelago Quest 1",
"2791507588": "Look for another three Strange Teeth",
"2791977508": "Talk to Jahan",
"2792230172": "Examine the broken sword",
"2792275156": "Pick 3 Silk Flowers",
"2792278412": "Defeat the Electro Archon",
"2792690524": "Talk to Kokomi",
"2792934391": "Valor's Afterglow: Return by Sundown",
"2793240633": "The Limit as an Adventurer",
"2793291884": "Meet up with Nahida",
"2793918801": "Head to Qingce Village and ask the locals about the fragments",
"2793978124": "Go to the location where the robbery took place",
"2795450884": "Rest until the following day (06:00 – 24:00)",
"2796067116": "Use the power of Dendro to \"awaken\" the Golden Rose",
"2796844684": "Talk to Kokomi",
"2797206492": "Obtain a Vitalized Dragontooth",
"2797213268": "Search for Rozan",
"2798134436": "Talk to Kujou Sara",
"2798176556": "Participate in the competition",
"2798422028": "Go to Camp 2",
"2798440380": "Talk to Wang Ping'an",
"2798700983": "The Final Treasure",
"2798751103": "Of Drink A-Dreaming: Afterword",
"2799026682": "Sweep up the pile of leaves",
"2799857020": "Talk to Diona",
"2800678036": "Ask people nearby for information (1/3)",
"2800760964": "Move forward without being noticed",
"2801053388": "Look for Takuya",
"2802170044": "Enter the robot",
"2803063871": "Negotiation with NPC 3 fell apart - trigger before combat",
"2803253748": "Leave the Knights of Favonius Headquarters",
"2803337836": "Continue following the road to look for clues",
"2803469204": "Activate the mechanism",
"2803641062": "Find the treasure",
"2803971860": "Continue looking for clues at the wharf (0/2)",
"2804510124": "Talk to Nahida",
"2804837940": "Talk to the strange life-form",
"2806017620": "Discuss the situation with Paimon",
"2806569396": "Talk to Arapandu",
"2806998498": "Light the torch",
"2807673652": "Talk to Sayu",
"2807688996": "Deliver the food to Slacking Angelo",
"2808027332": "Look for offerings to place before the memorial",
"2808441652": "Report back to Yasmin",
"2809778572": "Look for Razor",
"2810238695": "Talk to Diluc",
"2810369652": "Check the situation at the chamber at the center of the ruins' summit",
"2810608748": "Report the truth back to Kokomi",
"2811471540": "Defeat the nearby opponents",
"2811879140": "Take a photo of the Minacious Isle Mural",
"2811948664": "Talk to Nimrod",
"2812272199": "Run around Mondstadt",
"2812351022": "Go back to Xiao Market and talk to Huixin",
"2812607980": "Talk to Anna",
"2813062135": "Jnagarbha Day",
"2813405028": "Talk to Zhiqiong up ahead",
"2814397630": "Clear out nearby monsters",
"2815222158": "Look for Zhongli at the scene",
"2816055616": "Defeat all of the slimes",
"2816554428": "Talk to Xudong",
"2816989460": "Rescue Anisa",
"2817638999": "Defeat the opponents attacking the informant",
"2817733276": "Find Joel and talk to him",
"2817819628": "Find the \"samachurl herbal soup\"",
"2818233148": "Defeat the Treasure Hoarders",
"2818598980": "Talk to Bennett",
"2818712764": "Follow Fujiwara Toshiko to the camp",
"2818898950": "Talk to Verr Goldet",
"2819376036": "Talk to Xiao",
"2819904217": "When the West Wind Arises",
"2820112340": "Defeat the Black Serpent Knights",
"2820266444": "Observe the Doushin with Junkichi",
"2820764770": "Rollback isolation",
"2820994311": "Substitute Acting Grand Master Noelle",
"2821343556": "Speak to Chef Mao",
"2821469684": "Rescue Thoma",
"2822337335": "Phantom Flow: Phantasmal Blade",
"2822356166": "Have a look at the construction site",
"2823042948": "Meet up with the other group",
"2823094380": "Return to Vimara Village and talk to Amadhiah",
"2823729887": "Narrow Inquiry",
"2823897945": "Guy in the Background",
"2824197972": "Discuss follow-up plans with Werner",
"2824290508": "Speak to Sucrose",
"2825148276": "Follow Teppei and help the resistance",
"2825293260": "Defeat Kageroumaru",
"2826386548": "Head to the dock and find the foreman, Uncle Dai",
"2826440692": "Defeat the Eye of the Storm",
"2826605337": "Shadow Over Mondstadt",
"2826741868": "Recite the sacred words in front of the Sky Kitsune Statue",
"2828031052": "Search for the blade mentioned by \"Masanori\"",
"2828583052": "Find the Almighty Merchant",
"2828603295": "Dream of Awakening",
"2828829348": "Enter Aaru Village with Kalantari",
"2829201271": "Sword, Fish, Resistance",
"2829298135": "Look for the suspicious person using Elemental Sight",
"2829589948": "Talk to Rudolf",
"2829919068": "Talk to Sumida",
"2830168063": "Failure rollback. Being teleported out.",
"2830273784": "Talk to Katheryne",
"2830715772": "Discarded",
"2831098924": "Go to Fanmu Carpenter's and speak with Master Lu",
"2831188132": "Investigate the Vasara Tree",
"2831267556": "Talk to Rahman",
"2831543047": "Blooming Sands",
"2831563812": "Wait for the fake Gendou to show up",
"2831953327": "Hyakunin Ikki: Narukami Arena",
"2832078828": "Continue receiving guests",
"2833088820": "Mix Beidou the specified drink",
"2833611100": "Rest in the tavern for a while",
"2833785380": "Talk to Katheryne in Sumeru City",
"2834416076": "Talk to Kama",
"2834727012": "Go high up to look for Jebrael",
"2834765783": "Price Comparison",
"2835035940": "Talk to Hosseini",
"2835340767": "A Mysterious Loss",
"2835409764": "Go to the east side of the desert",
"2835452775": "Yachimatahime's Trial",
"2835783556": "Follow Bahari to Aaru Village",
"2836831180": "Go to Uyuu Restaurant",
"2837705724": "Help Xudong cook Jewelry Soup",
"2837759644": "Go to Shimura's",
"2838276748": "Discuss the situation with Krosl",
"2838764516": "Go deeper into The Brutal Divergence",
"2838907724": "Go a high place and bring the little cat back to the shrine",
"2839051910": "Talk to the bank staff",
"2839501271": "Lisa Reading Material Reward",
"2839810444": "Return to Yuehai Pavilion and speak to Huixin",
"2839882740": "Bring the stove up to temperature",
"2839979732": "Talk to Arina",
"2841148215": "Fleeting Leisure",
"2841178140": "Talk to Fujiwara Toshiko",
"2842084628": "Bring Ogawa to the Yashiro Commission for a confrontation",
"2842442972": "Talk to Cyno",
"2842604444": "Talk to Viktor",
"2842834767": "Equivalent Exchange Once More",
"2842868352": "Check your inventory for the required item - Shocking Essential Oil",
"2842981988": "Talk to Barbara",
"2843380332": "Go to the miners' warehouse",
"2843498164": "Talk to Venti",
"2843589040": "Give the trophy and letter to Tunner",
"2843803503": "To Each Their Duty",
"2843919956": "Defeat the startled hilichurls",
"2844527876": "Go to the southwestern side of Mt. Tianheng",
"2844533356": "Talk to Rudolf",
"2844848140": "Stroll around Liyue Harbor's wharf",
"2844965295": "The Art of Hospitality",
"2845027176": "Report back to Draff",
"2845129972": "Continue forward with Arama",
"2845179036": "Negotiate with Diane",
"2845371228": "Find the treasure clue nearby",
"2845632788": "Ask the locals for information",
"2845974964": "Talk to Dainsleif",
"2845993324": "Talk to Xavier",
"2846281583": "Enter the Knights of Favonius Headquarters",
"2847128860": "Learn about the progress of Xavier's film shoot",
"2847896684": "Go to the cavern ruin in Tianqiu Valley",
"2848737180": "Enter the Ruin Golem",
"2848948556": "Look for the second volume of \"Hymn of the Holy Land\"",
"2849428300": "Speak to Harris",
"2849435409": "The Fond Farewell",
"2849440580": "Talk to Amber",
"2849862548": "Return to Aranaga's little garden",
"2850701340": "Talk to Lambad",
"2851543980": "Head to the designated location",
"2852509615": "Defeat all opponents in the area",
"2852747012": "Go to the agreed-upon place for your lesson",
"2853190716": "Go to the agreed place and wait for the other party",
"2853931996": "Look for offerings to place before the memorial",
"2854416060": "Dine with everyone",
"2854674687": "Owe Mora, Pay Mora",
"2854982004": "Keep the ninken company with Thoma",
"2855908924": "Report back to Cloud Retainer",
"2856461588": "Escape from Khaj-Nisut",
"2856577751": "Wait until night (19:00 – 6:00)",
"2856599399": "Katheryne in Inazuma",
"2857215084": "Talk to Fukumoto",
"2857607967": "Serpent's Heart Inquiry",
"2857740892": "Descend the mountain with Albedo",
"2857865956": "Talk to Nahida",
"2858106444": "Defeat the Fatui nearby",
"2858296732": "Advertise the housekeeping course to Hirano",
"2858533732": "Close \"Hymn of the Holy Land\"",
"2858574204": "Go to the ruins",
"2859375460": "Return to Chinju Forest to visit Ioroi",
"2859592092": "Talk to Ziryab",
"2860193948": "Talk to Beatrice",
"2860385828": "Accompany Yoimiya and Klee to see the Irodori Festival",
"2860611724": "Defeat all the Treasure Hoarders",
"2860924980": "Go to the ceremonial site",
"2861793631": "Find Lisa in the Library",
"2861816764": "Approach the spring in Springvale",
"2862304108": "Bring the medicine to Azra",
"2862531148": "Talk to Aradashan",
"2864145351": "Treasure Clue: Pudding Isle",
"2864146500": "Finish assembling the cannonball",
"2864408836": "Go to the place Miitoboru sensed",
"2865091608": "Finish conversation",
"2865188119": "Go to Dawn Winery",
"2865484959": "Clean and Healthy",
"2865556092": "Talk to Margaret",
"2865655596": "Talk to Rana",
"2866064708": "Enter the depths of the dream",
"2866277900": "Search for repair materials in the camp",
"2866528295": "The Blazing Stars Ring in Fortune",
"2866680199": "Kozue's Ironwork",
"2867016223": "Take the Teyvat Travel Guide",
"2867304620": "Talk to Zhiqiao",
"2867704532": "Complete the Treasure Hoarder's test by obtaining the treasure",
"2867809740": "Go and have a look in the wild nearby Qingce Village",
"2867996508": "Fetch the materials for building the ship",
"2868208404": "Go to the place Ilman mentioned",
"2868415788": "Connect to the pilot cabin power system",
"2870399012": "Defeat all opponents",
"2870455244": "Talk with members of the resistance",
"2870703041": "Paimon's Hint After Sitting",
"2871682860": "Pay respects to Pervases",
"2871776039": "Collection of Dragons and Snakes",
"2871858105": "Collector of Anemo Sigils",
"2873165319": "Thus Was the Work Done in Vain",
"2873170108": "Report back to Flora",
"2873241848": "Complete Charles' commission",
"2873695724": "Head to Lingju Pass to look for Yun Jin",
"2874200908": "Obtain the Bloodbranch Coral",
"2875147828": "Talk to Neko",
"2875581676": "Talk to Ayaka",
"2877175436": "Talk to Hatim",
"2877524212": "Wait until the following day (07:00 – 09:00)",
"2877653055": "Talk to the informant",
"2878883828": "Enter the library in the castle",
"2879166644": "Read a book about military strategy to Kokomi",
"2879863678": "Talk to Xiao",
"2880147036": "Go deeper into The Brutal Divergence",
"2880165260": "Solve Aralohita's riddle",
"2880317959": "Life Flows On (I)",
"2880716516": "Investigate the strange spot",
"2880799364": "Head to the location of the Fatui machine",
"2880861636": "Defeat the Cryo Regisvine",
"2881804079": "Temaria Game",
"2881940084": "Talk to Cyrus",
"2882074372": "Interrogate Kasim",
"2882205332": "Return to Springvale and place an order with Georg",
"2882445908": "Return to Mondstadt and look for a researcher",
"2882961572": "Climb to the top of the rock",
"2883630180": "Talk to Ulman",
"2884105978": "Retrieve Bao'er's lost item from the monsters",
"2884302140": "Take pictures of more fossils",
"2884978332": "Complete \"Illumiscreen: Crane\"",
"2885163886": "Paimon Dialog (Hidden)",
"2885876271": "Time Off!",
"2885887532": "Report back to Jack",
"2886502348": "Talk to Chang the Ninth",
"2886695276": "Gather plants near the meteorites",
"2887035572": "Give the Crystal Marrow to Chouji",
"2887508775": "The Taste of Home",
"2887881516": "Talk to everyone",
"2887895468": "Go to the beach that Kujirai Momiji mentioned at night",
"2888232388": "Defeat the attacking hilichurls",
"2889617140": "Confirm the situation inside the Domain",
"2890385980": "Find the missing stones",
"2890520844": "Talk to Ivanovich",
"2890898916": "Talk to Dainsleif",
"2891318852": "Go to the nearby beach",
"2891455612": "Talk to Murakami",
"2891572903": "Independent Actions",
"2891600100": "Go with Alhaitham to a more secluded spot to continue your conversation",
"2891657108": "Follow the Route Log to search for the treasure clue",
"2892036432": "Clean the Statue of The Seven at Starfell Lake",
"2892841356": "Give the Fatui some food",
"2893151436": "Go to Yae Publishing House to look for Yae Miko",
"2894385708": "Give the Jade Parcels to Siegfria",
"2895586300": "Check out the situation nearby",
"2896046404": "Clean up the pollution caused by The Withering",
"2896390585": "Look for the missing scholar",
"2896902196": "Explore the area",
"2897007652": "Ask Ooshima Junpei some questions",
"2897568327": "The Floral Courtyard: Part IV",
"2897580708": "Serve dishes to Holderlin and Caspar",
"2897679212": "Talk to Barbara",
"2897854543": "Meet with the informant at the designated location",
"2897993076": "Go to Dragonspine for aristocratic conduct training",
"2898252255": "International Travel Log",
"2898332884": "Return to the Guyun Stone Forest arena",
"2898614968": "Bridge",
"2899259452": "Stop the Treasure Hoarders who are currently digging",
"2900120012": "Pass the painting tools to Vermeer",
"2900171199": "The Great Tree: Rooted State",
"2900999524": "Investigate the cockpit",
"2901037692": "Talk to Yan'er",
"2901465700": "Head to the designated location to look for clues about Ashvattha's Concourses",
"2901662932": "Speak to Albedo",
"2901801620": "Follow Qingzhou",
"2901903428": "Talk to Ramsay",
"2901908900": "Reach the objective without being launched or taking any damage",
"2901931748": "Send Hiroaki off",
"2902035903": "Start Spreadin' the News",
"2902092620": "Talk to Zhiqiong",
"2903146892": "Look for the ninken that has wandered off into the wild",
"2903336036": "Help the person who is being attacked",
"2903606084": "Talk to Jack",
"2904464000": "Find Sunsettia",
"2906112492": "Talk to Herbalist Gui",
"2906443620": "Look for High-quality Sweet Flowers",
"2906468494": "Report back to Huai'an",
"2906764236": "Help Bennett gather ingredients",
"2906863300": "Return to Sangonomiya Shrine and talk to Tsuyuko",
"2906980132": "Talk to Wang Ping'an",
"2908154856": "Use Anemo to blow out the dust",
"2909056260": "Go register at the border checkpoint with Thoma",
"2909200100": "Wake Ningguang up",
"2909326063": "Talk to Lisa",
"2909326916": "Go to the Grand Narukami Shrine and look for Yae Miko",
"2909557648": "Use Elemental Sight to find the key",
"2910155164": "Give the bait materials to Kayvan",
"2910403284": "Meet with Albedo",
"2910446948": "Talk to Vile",
"2910996444": "Report back to Toranosuke",
"2911135772": "Talk to Arama and enter the Vasara Tree's dream",
"2911203223": "Talk to Lisa",
"2911871128": "Talk to the hilichurl with Ella Musk",
"2912214580": "Speak to Childish Jiang",
"2913022750": "Report back to Lan",
"2913128508": "Go to Gandharva Ville",
"2913349292": "Investigate the situation inside the cave",
"2913507644": "Keep talking to Nima",
"2914246553": "Lost Key",
"2915096992": "Sweep up the pile of leaves",
"2915531284": "Search for Red Wolfhooks",
"2915634740": "Go to the bonsai",
"2916192244": "Follow the path and continue exploring",
"2916576132": "Go to Good Hunter to look for Mona",
"2917217516": "Talk to the distressed Jinwu",
"2917537580": "Talk to Shiki Taishou",
"2917540588": "Go to the Adventurers' Guild and ask Katheryne for help",
"2917796604": "Proceed to the small island ahead and search for clues",
"2918034276": "Check out the depths of the ruins",
"2918061631": "This Novel... Seems Familiar?",
"2918394364": "Ask the locals for information",
"2918590886": "Pick a piece of \"paper snow\"",
"2919345972": "Talk to Cyrus",
"2920681092": "Talk to Ryuuji",
"2920813412": "Investigate the water in the pool during Evernight",
"2921119820": "Find Collei",
"2921636556": "Clear the water veins on the island",
"2921708444": "Report back to Xavier",
"2921763268": "Go to Ritou to check on the situation",
"2921791276": "Wait till 08:00 – 12:00 the next day",
"2921821532": "Talk to everyone",
"2921906164": "Talk to the people in front of Wanmin Restaurant",
"2922506220": "Report back to Wakamurasaki",
"2922844332": "Talk to Xavier",
"2922972764": "Defeat the Abyss Lector: Fathomless Flames",
"2923134220": "Look for Terrified Schuster",
"2923446615": "After the Storm",
"2923595407": "Talk to Venti",
"2923899548": "Investigate around the stockpile",
"2923952599": "Check for strange things along the way",
"2924008292": "Report the destruction of the Bedrock Keys to Zhiqiong",
"2924769372": "Look for offerings to place before the memorial",
"2925269364": "Talk to Rana",
"2925420660": "Go out and search for treasure",
"2926000783": "Charity Event? Securing Funds?",
"2926011820": "Talk to the soldiers stationed in Caravan Ribat",
"2926212284": "Continue using Elemental Sight to search for relics",
"2926247668": "Go to Dragonspine and find Amber",
"2926416644": "Give the Handpicked Gift to Bea",
"2927566505": "Urgent Repairs",
"2928753996": "Defeat the Eremites",
"2928891924": "Talk to Arataki Itto",
"2929209116": "Go back and talk to Rafiq",
"2929942644": "Explore the cave",
"2930275135": "Talk to Diluc",
"2930512204": "Search for the answer(s) to the riddle",
"2930660660": "Talk to Dunyarzad",
"2930910911": "The Great Mountain Survey",
"2931007460": "Find and offer up the objects in which Aberaku nested his thoughts",
"2931256415": "Talk to the NPC in room 3",
"2932375620": "Accompany Yoimiya and Klee to see the Irodori Festival",
"2932609692": "Go back and find Hiromi",
"2932703780": "Talk to Alois",
"2932826228": "Wait until the following day (06:00 – 18:00)",
"2933446846": "Defeat the hilichurls with the evil aura",
"2934382652": "Talk to Wang'ya",
"2934626596": "Activate the Light Realm Chisel",
"2934864295": "Hard to Track",
"2935246588": "Talk to \"Fischl\"",
"2935436210": "Climb to the highest point of Qingyun Peak again and see what has changed",
"2935595940": "Go to the purple object",
"2935695396": "Talk to Aranakin",
"2935915382": "Talk to Paimon (Hidden)",
"2937205580": "Defeat the mechanical monsters that lurk here",
"2937208204": "Pick mushrooms",
"2937401916": "Look for clues based on the direction Yabe pointed out",
"2938043100": "Follow Fujiwara Toshiko to the camp",
"2938425500": "Go to the wooden house by the sea",
"2938713100": "Talk to Cyrus",
"2939138972": "Talk to Nei",
"2939491836": "Speak to Childish Jiang",
"2939964225": "Pirate Invasion, in Liyue Harbor!",
"2940169020": "Defeat the mechanical crab",
"2940233548": "Deliver Jiayi's letter to Little Liu",
"2940363004": "Clean out the Treasure Hoarder logistics camps",
"2940557908": "Chat about the island",
"2940735908": "Talk to Jut",
"2940847316": "Meet up with Yae Miko",
"2941228108": "Inquire about recent shipments",
"2941647500": "Go to the Mystic Onmyou Chamber",
"2942374484": "Talk to Dehya",
"2942820936": "The hilichurls have been startled awake",
"2943776345": "Behind the Scenes",
"2944305764": "Look for clues Nikolay left behind",
"2944847924": "Go to the Tenryou Commission Headquarters",
"2944903628": "Talk to Xavier",
"2945427033": "Towards the Lanterns Origin",
"2945512752": "Talk to Nora",
"2946314431": "Summer Vacation: Proceed With Caution",
"2946715012": "Go to the Serpent's Heart",
"2946837244": "Look for a way down",
"2947070516": "Collect 4 portions of Core Propulsion by defeating 1 Hypostasis",
"2947254260": "Use your Elemental Sight to follow Albedo's tracks",
"2947343412": "Talk to Farghani",
"2947516212": "Activate the mechanism in the center of the hall",
"2948082982": "Watch the rite",
"2948106151": "Perfect Send-Off",
"2948217300": "Enter the dojo and defeat the opponent(s)",
"2949470828": "Talk to Yasuhiko Tarou",
"2949566159": "Defeat the slimes",
"2949752860": "Talk to Barbara and Rosaria",
"2949895940": "Report back to Harry",
"2949974676": "Disperse the cluster of wind",
"2950025007": "Alfred's Bouquet",
"2950079980": "Accompany Barbara while she heals Uwe",
"2950330716": "Make Delicious Crystal Shrimp",
"2950538764": "Enter the village chief's house",
"2950603743": "Wanmin Fresh",
"2951536212": "Play the Rhythm of the Great Dream in front of the strange stone",
"2952122308": "Board Miitoboru",
"2952604916": "Talk to Anthony",
"2952832876": "Go to Liyue Harbor",
"2952929492": "Enter the House of Daena and look for Alhaitham",
"2952935028": "Find Little Liu",
"2953665327": "Bullseye Balloons",
"2953684092": "Look for Albedo",
"2953748735": "Eight Locales Over Mountains and Seas: One Hundred Sights of Dihua",
"2954199116": "Try operating the strange device",
"2955011271": "Go to the Eclipse Tribe at Dadaupa Gorge",
"2955105612": "Use the Ghostfish to head to the Tower of the Void",
"2955241708": "Wait for three days",
"2955501220": "Go to the next Fungi-catching zone",
"2955824372": "Go back outside the lake to check Wolfgang's etchings",
"2955887620": "Dig for the Amiti Device",
"2956116508": "Look for Changping and Defu",
"2956136444": "Leave the underground ruins",
"2956172532": "Talk to Dayu",
"2957022708": "Talk to the Aranara that suddenly appeared",
"2957471932": "Go to the island that Kazuha mentioned",
"2957630300": "Begin the summoning ritual",
"2958980447": "Wangshu Once Again",
"2959174615": "Go back to the tavern",
"2959263268": "Go to Konda Village",
"2959734855": "Defeat the slimes",
"2960118788": "Talk to Kamisato Ayaka",
"2960307854": "Give the Lotus Head to Tac",
"2960338583": "Talk to Venti",
"2960434756": "Wait until 16:00 and find Nahida in the Sanctuary of Surasthana",
"2960990380": "Talk to Xamaran",
"2961550420": "Look for Harris at 18:00",
"2961770687": "Go to Wolvendom",
"2962733276": "Talk to Madame Ping",
"2963680265": "Moulder of Mountains",
"2964980756": "Head to the dock",
"2965556422": "Defeat all opponents",
"2965637380": "Inspect the goods on auction",
"2965653054": "Find the treasure",
"2965941836": "Tell Thoma of the Yashiro Commission emergency",
"2966082988": "Use the Kusava to break the seal on the Barsam Flower",
"2966663668": "Look for Itto near Hanamizaka",
"2966795836": "Go to a more peaceful location",
"2967425908": "Go to the Raffle Machine",
"2967772164": "Offer a Sango Pearl to the seven royal tombs",
"2969426340": "Talk to the other hilichurl willing to make conversation",
"2969475612": "Talk to Helbet and Kayvan",
"2969584212": "Give Xiao Lantern materials to Dummy",
"2970053999": "Find out which way the elemental marks lead",
"2970799288": "Talk to Sara at Good Hunter",
"2971286836": "Talk to Paimon",
"2971805612": "Enter the pool",
"2971809060": "Destroy the abode's barrier",
"2971963783": "Where the Future Stars Fall",
"2972716452": "Talk to Paimon",
"2972767633": "Head to Qingce Village and ask the village chief about the situation.",
"2973036452": "Give the pocket watch with the photo back to the Mirror Maiden",
"2973160292": "Square off against the Tenryou Commission members",
"2973296300": "Observe the Mikage Furnace",
"2974355620": "Sit next to the table and accept Mona's invitation",
"2975843540": "Give ten Harra Fruits to Housein",
"2976015324": "Water the Dragonbone Flower using the Waters of Lethe",
"2976031444": "Catch fish to obtain scales",
"2976321936": "Report back to Godwin",
"2976371791": "A Record of All Things",
"2976468284": "Follow Arabalika",
"2976672196": "Look for another three Strange Teeth",
"2976888012": "Talk to Fujiwara Toshiko",
"2977003583": "Master Zhang's Metal Mission",
"2977365127": "Versus Ookubo Sanzaemon",
"2977539036": "Clear the nearby monster camps discarded",
"2977561532": "Talk to Kimiya",
"2977927932": "Talk to the illusions",
"2978708604": "Track Genta and whoever else is with him down",
"2979013260": "Accompany Bennett and proceed onward",
"2979413364": "Talk to Muning",
"2979507468": "Talk to Kamei Munehisa",
"2979564992": "Hunt down the Abyss Order opponents",
"2979617500": "Look for pieces of Miitoboru",
"2979911596": "Go near the Lamb-Devourer Rock",
"2980069740": "Defeat the hilichurls",
"2980188116": "Talk to Ryuuji",
"2980768660": "Report back to Lenne",
"2981205190": "Extinguish the pan fires",
"2981886060": "Report back to Esther",
"2982233020": "Look for the key that the bake-danuki made off with",
"2982319948": "Talk to everyone at the feast",
"2982356774": "Defeat the hilichurls with the evil aura",
"2982975756": "Talk to Noelle",
"2983028564": "Talk to Huai'an",
"2983061084": "Link the lower power system",
"2983530568": "Trigger communication success branch",
"2983655228": "Talk to the people of Ritou",
"2983713919": "Miracle Medicine",
"2984156844": "Speak to Alfred",
"2984581943": "...What Do Adventurers Do Again?",
"2984653860": "Eliminate the Ruin Guard threat",
"2985536620": "Deliver the food to Tacit Tingfang",
"2985948864": "Talk to Jean",
"2986041820": "Talk to Shiki Taishou",
"2986252788": "Defeat dark smoke 2",
"2988387916": "Head to the hilichurl camp",
"2988461380": "Talk to the Aranara",
"2989066873": "They Call Him Raptor",
"2989446804": "Meet up with Farabi",
"2989736084": "Follow the Snow-Covered Path to search for Joel's father",
"2989754908": "Talk to Nermin",
"2990011484": "Talk to Helbet and Kayvan",
"2990514500": "Talk to Geri",
"2990519406": "Talk to Bolai",
"2991209756": "Follow the footprints and chase Takuya",
"2991430060": "Pass the three trials",
"2991444684": "Go to Dawn Winery and meet Diona",
"2991638964": "Talk to Childe",
"2991672948": "Play with Kichiboushi",
"2993473228": "Talk to Beidou",
"2993906484": "Collect 8 shining mushrooms",
"2994471862": "Go to the construction site of Mingxiao Lanterns",
"2994836964": "Go to the second floor of the tavern and wait on the seat by the railing",
"2995205935": "Cooking, the Flavor of Nature",
"2995401020": "Speak to Grace",
"2995471006": "Defeat the attacking monsters",
"2995545599": "Gourmet Supremos: Within Our Duties",
"2995575702": "Leave the Knights of Favonius office",
"2996174207": "A Trip for Two in Ritou",
"2996599065": "Ride the elevator",
"2996918612": "Ask Lawrence about the stranger",
"2997829652": "Investigate the map on the wall",
"2997982972": "Head to the northern outskirts of Liyue Harbor",
"2998003228": "Go to Qingce Village and respond to Guanchui's request",
"2998021428": "Talk to Tsumi",
"2998226732": "Roam the streets with Thoma",
"2999364020": "Talk to the children",
"2999806791": "Immernachtreich Apokalypse",
"3000142948": "Talk to Kathya",
"3000193111": "See how Venti borrows the Holy Lyre",
"3000843680": "Talk to Ella Musk",
"3001040791": "A Dish Beyond Mortal Ken",
"3001134116": "Make an offering to the Perch",
"3001193324": "Reach the deepest area of the outpost",
"3002150332": "Ask around for info about your final opponent",
"3002250404": "Inquire about Alhaitham's whereabouts in the Akademiya",
"3002404967": "Victory Banquet",
"3002519151": "Play - Fable",
"3002684788": "Talk to the suspicious Fatui underling",
"3003005596": "Give three servings of Seagrass to Kiminami Anna",
"3003221404": "Talk to Kid Kujirai",
"3003238206": "Seek help from Verr Goldet",
"3003747354": "Sweep up all the piles of leaves leading downstairs",
"3003853399": "Advance to the heart of the forest",
"3004073212": "Talk to Zhiqiong",
"3005151263": "Wander Mondstadt at night (18:00 – 06:00)",
"3005728756": "Explore the mirage",
"3005882551": "Life Flows On (II)",
"3006090684": "Talk to Guanchui",
"3006156796": "Talk to Jiangxue",
"3006931356": "Defeat the Abyss Lector",
"3007209588": "Go to Port Ormos",
"3007226508": "Give Kumi three Sakura Blooms",
"3008292676": "Talk to Katheryne in Inazuma City",
"3008345468": "Look for Antei",
"3008425116": "Talk to everyone",
"3008945863": "Talk to Diluc",
"3009299028": "Talk to Diona",
"3010681655": "Truth in the Stones",
"3011945636": "Talk to Jut",
"3012483220": "Report back to Ootomo",
"3013250816": "Collect Divining Scroll",
"3014161484": "Talk to Anna",
"3014281124": "Go deeper into the desert and explore according to Soheil's archaeology notes",
"3014794863": "An Unwavering Culinary Dream",
"3015118356": "Talk to Hongyu",
"3015494868": "Talk to Kujou Sara",
"3016864852": "Continue negotiating with Werner",
"3016981364": "Give the blade to \"Masanori\"",
"3017533852": "Fetch a bucket of water",
"3017581140": "Talk to Xiao",
"3017723364": "Investigate the Wangsheng Funeral Parlor's surroundings while waiting for Hu Tao",
"3017793692": "Follow Fujiwara Toshiko to the camp",
"3019220535": "Static Views, Part 2",
"3019443804": "Take a photo of the Nameless Island Mural",
"3019703382": "Seek out Mountain Shaper",
"3019763164": "Search for the blade mentioned by the nameless samurai",
"3020020887": "Where the Boat of Consciousness Lies",
"3020768196": "Go to the Kamisato Estate to meet Ayato",
"3021472532": "Hang the lantern riddle",
"3021578617": "Advanced Infiltration Test",
"3022053940": "Listen in on Shiyun and Boyi's conversation",
"3023700716": "Talk to Madarame Hyakubei",
"3023900164": "Head deeper into Stormterror's Lair",
"3023924620": "Report back to Qingzhou",
"3024202452": "Play the Rhythm of the Great Dream",
"3024319460": "Follow Dunyarzad",
"3024465978": "Light the watchtower torch on the plains",
"3024777143": "Bygones Times Like Dust Passing",
"3025108492": "Go to where Clymene is",
"3025175036": "Collect planks",
"3026159284": "Talk to Meng at Wangsheng Funeral Parlor and find out what happened",
"3026431484": "Talk to Luo Feng",
"3027049324": "Ask passers-by what happened",
"3027268844": "Go with Iron Ingot to meet Ziwei",
"3028238604": "Follow the footprints and search for the archaeology team",
"3028558638": "See how Ellin is doing",
"3028567252": "Report back to Yinxing",
"3028616348": "Talk to Ladep",
"3028695052": "Talk to Paimon",
"3028885892": "Talk to Hirayama",
"3029029068": "Offer a Sango Pearl to the seven royal tombs",
"3029083457": "(test)璃月漂流瓶收集任务",
"3029687740": "Report to Junkichi",
"3029710948": "Use the feather to search for clues",
"3029738889": "The Master of Stars' Deception",
"3030185204": "Go to Mondstadt's alchemy store",
"3030258892": "Speak to Ningguang",
"3030274212": "Prepare 4 photos of Inazuman regional animals related to the theme",
"3030511919": "Anna the Adventurer!",
"3030760844": "Thaw all the shards out",
"3030852640": "Defeat all opponents",
"3031092412": "Defeat all the Treasure Hoarders",
"3031272166": "Enter the Jade Chamber's premises",
"3031903487": "Accidental Encounter",
"3031914012": "Talk to the Weird Statue",
"3031970228": "Talk to Fushizome",
"3032200148": "Solve Chouji's problem",
"3032677780": "Investigate the Vasara Tree",
"3033400100": "Check the candidate's manifesto",
"3033621972": "Discuss hospitality with Thoma",
"3034242702": "Talk to Xiangling and the shivering man",
"3034788780": "Defeat Haniyyah",
"3034928031": "I, Researcher",
"3036057452": "Show the books to Ema",
"3036270116": "Destroy the barrier",
"3036347092": "Retrieve the package near the Dragonspine Statue of The Seven",
"3036493831": "Hydrological Investigation in The Chasm",
"3036551732": "Talk to Harrison",
"3036578716": "Talk to Oleg",
"3037161004": "Wait until night",
"3037213412": "Defeat the Tenryou Guards",
"3037295052": "Go to Oina Beach",
"3037516356": "Observe the Sumeru Roses to find the hidden song",
"3038191876": "Return to the campsite and look for Albedo",
"3038459980": "Defeat all the Fatui",
"3038955732": "Activate the mechanism in the center of the hall",
"3038979860": "Proceed deeper within the ruins",
"3039222508": "Stop the Treasure Hoarders",
"3039636312": "Talk to Charles and prepare to make a cocktail",
"3039863460": "Talk to Gurgen",
"3040085764": "Enter the room located deep within",
"3040480228": "Talk to the Corps of Thirty mercenary",
"3040584612": "Talk to your opponents",
"3040736727": "Neko Is a Cat: Cat and Stone",
"3040858068": "Give the letter to Shiyun",
"3041324158": "Put the perfume and Cleansing Bell in place",
"3041932186": "Defeat the angry hilichurl",
"3042674135": "A Bottomless Appetite",
"3043155164": "Talk to Paimon",
"3043276596": "Talk to Bennett",
"3043460380": "Talk to Little Meng",
"3043569468": "Go and check the South Wharf",
"3043740727": "A Flower Blooms in a Prison",
"3043942191": "The Gourmet Supremos: Cleanup",
"3044819140": "Give three Xiao Lanterns to Linling",
"3045211916": "Meet the others with Jeht",
"3045474327": "A Commission From \"That Guy\"",
"3045757791": "Look for the suspicious person using Elemental Sight",
"3045846204": "Talk to Marjorie",
"3046211628": "Destroy the obstructing rocks",
"3046377959": "Trails in Tianqiu",
"3046494612": "Follow the footprints and search",
"3046694668": "Look for a rising pillar of smoke",
"3046997260": "Go to the agreed location and meet Teppei",
"3047745548": "Give a serving of Mondstadt Grilled Fish to Bea",
"3048640508": "Talk to Linyang",
"3048715236": "Talk to Little Liu",
"3049128252": "Talk to Bennett",
"3049624401": "Recruiting New Partners",
"3050091540": "Go to Jakotsu Mine to negotiate with the Shogunate Samurai",
"3050177168": "Talk to Sara",
"3050560268": "Defeat opponents",
"3050881308": "Go to the designated area",
"3052595876": "Participate in the semifinals",
"3052756631": "Reach Target Point 3 (Hidden)",
"3052819676": "Talk to the suspicious person",
"3053672952": "Talk to Sara at Good Hunter",
"3053747228": "Talk to the crowd",
"3053787084": "Follow the footprints and search for the archaeology team",
"3054352764": "Talk to Aftab",
"3054510140": "Report back to Hosseini",
"3054804964": "Repair the toy castle",
"3055227788": "Go to Caravan Ribat and meet up with Cyno",
"3056283508": "Defeat the Kairagi and Vagrant",
"3056443140": "Give Connor ten servings of Wheat",
"3056762124": "Head up the mountain and continue searching for clues",
"3056859180": "Give a Xiao Lantern to Master Lu",
"3057187940": "Place the measuring beacons",
"3058606084": "Clean up the last Withering Zone",
"3059221676": "Talk to Anthony",
"3059733268": "Go with Ogawa to meet the Kairagi",
"3060649191": "Leave Tavern",
"3060656052": "Talk to the suspicious person",
"3062161124": "Defeat all the Fatui",
"3062172756": "Investigate and repair the paths",
"3062583023": "Treasure of Wisdom: A New Plan",
"3062826788": "Defeat the nameless samurai",
"3063214687": "Leave Domain",
"3063455375": "The Gift of a Lantern",
"3063502052": "Talk to Kamisato Ayaka",
"3063572844": "Defeat your opponents",
"3064194556": "Clean up the Withering Zone",
"3064264896": "Talk to Farrah",
"3065306636": "Try to unlock the rooms located deep within",
"3065622100": "Ask Mumu for a keepsake",
"3065996004": "Start making a cocktail",
"3066080092": "Speak to the members of Swordfish II",
"3066403206": "Go to Yujing Terrace",
"3067316972": "Follow the strange star",
"3068383412": "Convince Qingzhou to avoid the meteorites",
"3068748348": "Talk to Huffman",
"3068901944": "Collect wood",
"3069112484": "Catch up to the fleeing Meng",
"3069544047": "Under the Same Shade",
"3069780796": "Play hide-and-seek with Dusky Ming",
"3069879206": "Collect 5 Wooden Planks",
"3069947143": "Emergency Supplies",
"3070323108": "Meet Kokomi at the agreed place",
"3070609796": "Pick a good spot to take a picture",
"3070624785": "Unexpected Power",
"3071306372": "Go to Seirai Island and take pictures",
"3071624084": "Talk to Shigeru",
"3071820785": "Nora, Run!",
"3071831116": "Go deeper into the cave",
"3072203636": "Find Anna",
"3072644180": "Go to Wolvendom",
"3073043700": "Go with Thoma to meet \"a friend\"",
"3073212836": "Teach Little Meng how to cook",
"3073653204": "Clear the warehouse of its occupants",
"3073691260": "Defeat all the Treasure Hoarders",
"3073719316": "Talk to Kujirai Momiji",
"3073940972": "Defeat the ambushing monsters",
"3074082052": "Rest until the next morning (08:00 – 10:00)",
"3074520812": "Give a set of Dandelions Seeds to Freki",
"3074745892": "Head to Wanmin Restaurant to have a look",
"3074753196": "Examine the Inscribed Map",
"3074833196": "Try to lift the seal",
"3074855916": "Talk to Alhaitham",
"3075060988": "Talk to Kiminami Anna",
"3076021188": "Look for Yae Miko",
"3076295588": "Speak to Childish Jiang",
"3076375660": "Ask for Qiuyue's opinion",
"3076397400": "Check your bag for the required item - Dirty Mask",
"3077923526": "Go to the Knights of Favonius Headquarters",
"3078065660": "Talk to Sha'yin",
"3078393108": "Investigate and repair the paths",
"3078404980": "Talk to Goth",
"3078798204": "Talk to Arama",
"3078982260": "Talk to Kiminami Anna",
"3079349132": "Return to Amenoma Smithy",
"3079456460": "Look for Vermeer's paintbrushes and paints",
"3079531492": "Inform customers of the shows being canceled",
"3079990212": "Go to Liyue Harbor",
"3080069892": "Go to Ritou, ever-bustling with commercial activity",
"3080131548": "Talk to Tsumi",
"3080224040": "Complete all commissions.",
"3081026988": "Use the Kusava to break the seal on the Barsam Flower",
"3081185100": "Talk to Tsuyuko",
"3081304372": "Give three Violetgrass to Herbalist Gui",
"3081333420": "Interlude: Conversation Between Dehya and Rahman",
"3081618820": "Give the appropriate documents to Nervous An",
"3081753044": "Talk to the \"brothers\"",
"3081866308": "Return and look for Roald",
"3081963108": "Go to a nearby location and talk to Heizou",
"3081999460": "Return to Silapna",
"3082111767": "Go to the Knights of Favonius Headquarters",
"3082458623": "Shrine Cleanup",
"3083073564": "Meet up with Haniyyah",
"3084439804": "Talk to Granny Ruoxin",
"3085078100": "Talk to Yingzhu",
"3085200519": "Soheil's Wish",
"3085788668": "Talk to Margaret",
"3086338855": "Chasmic Maze",
"3086730666": "Find the treasure clue",
"3086926412": "Return to The Five Kasen Plaza",
"3087040420": "Defeat all opponents",
"3087484588": "Deliver the food to Laid Back Ling'guan",
"3088380760": "Defeat the nearby enemies",
"3089112988": "Go to the Akademiya",
"3089746017": "First Stage Ended",
"3090270604": "Talk to Paimon",
"3091210268": "Go to Dawn Winery",
"3091546908": "Go to the Fungi-catching zone",
"3091760606": "Pursuit II",
"3092131087": "We Meet Again, Mr. Melancholy",
"3092399559": "Rescue the Aranara",
"3093212919": "Pass by the pot",
"3094876975": "Negotiation with NPC 3 succeeded - return",
"3095101764": "Talk to Viktor",
"3095428604": "Look around for any sign of evil spirits",
"3095622580": "Read the directives with Gorou",
"3095951140": "Unlock the road ahead using the Rhythm of the Sprout",
"3096163420": "Talk to Paimon",
"3097055190": "Report back to Zhihua",
"3097387468": "Defeat opponents",
"3097590348": "Go to the designated place and defeat the Treasure Hoarders",
"3098862420": "Continue following the Sumpter Beast",
"3099128052": "Investigate the call for help",
"3099185967": "Troubles Traveling Through Tributaries",
"3099575700": "Talk to Diona",
"3099896599": "Dodo-King of the Sea: Lying in Wait",
"3099982052": "Give ten Zaytun Peaches to Peseng",
"3100459500": "Leave the arena",
"3100986164": "Investigate the goods at the camp",
"3101227535": "\"Tail of Watatsumi\"",
"3101549764": "Go to the best spot to take a picture",
"3101660484": "Talk to Noelle",
"3101836996": "Talk to Alexandra",
"3102458168": "Talk to Michelle",
"3102942692": "Pick the Yajna Grass",
"3103109292": "Look for Cryo Whopperflower Nectar",
"3103454076": "Defeat the Abyss Herald",
"3104052111": "Eight Locales Over Mountains and Seas: Two Cities' Recommendations",
"3105356852": "Give Delicious Jewelry Soup to Mr. Zhu",
"3107471404": "Talk to Xavier",
"3107868196": "Help Shouta place offerings at the shrine",
"3108197268": "Talk to everyone",
"3108726092": "Head for the \"secret chamber\" to search for journals",
"3109220684": "Thaw all the shards out again",
"3109995868": "Talk to Iris",
"3110602455": "Ways and Means",
"3110684588": "Obtain Azurite from Bloatty Floatties",
"3110752452": "Talk to Nahida",
"3111176726": "Escape from the Millelith",
"3111603700": "Give the Delicious Invigorating Kitty Meal to the kittens",
"3111879439": "Hidden Option 2 unlocked",
"3112827620": "Talk to Xavier",
"3113569748": "Use Anemo or Hydro to help clean the flyers up",
"3113747516": "Talk to Paimon at The Five Kasen Plaza",
"3113870806": "Use Elemental Sight to track down the hilichurls with the evil aura",
"3114680036": "Talk to Little Meng",
"3115967948": "Defeat dark smoke 2",
"3116383100": "Talk to Mamesuke and Shibasuke",
"3116450268": "Release all the Flames of the High Gate",
"3116770430": "Go see Timmie",
"3116984276": "Talk to \"Dunyarzad\"",
"3117503804": "Search for the other half of the wrecked ship",
"3117514244": "Talk to Kurisu",
"3118074905": "Talk to Huai'an",
"3118199516": "Report back to Hiiragi Chisato",
"3118424423": "Together Under the Fireworks",
"3118665606": "Investigate around the stockpile",
"3119302964": "Report back to Mr. Zhu",
"3119902188": "Talk to Alrani",
"3120484908": "Search for the Glaze Lilies required to repair the Ancient Zither",
"3120834359": "Talk to Paimon before the purchase",
"3121911476": "Go near the Adventurers' Guild Bulletin Board",
"3121919204": "Go to Heyu Tea House to look for Yun Jin",
"3122489340": "Go to the Grand Narukami Shrine",
"3122864438": "Talk to Zhihua",
"3123141396": "Talk to Nantuck",
"3123430668": "Enter the secret passage behind the mural",
"3123770383": "Bantan Sango Case File: The Right Identity",
"3124600516": "Talk to Nervous An",
"3125587020": "Talk to the Aranara",
"3125663484": "Wait for the next morning to meet up (06:00 – 08:00)",
"3126017879": "Setting Sail",
"3126366404": "Deliver the food to Hardworking Silio",
"3127100673": "Blocked?",
"3127298654": "Talk to Bolai",
"3128862167": "Report back",
"3128960631": "Live Practice",
"3129039764": "Take in the view outside of Liyue Harbor to collect your thoughts",
"3129058260": "Talk to Ningguang",
"3129500188": "Talk to Ayaka",
"3129662094": "Look for signs",
"3129989865": "This Novel Is Amazing!",
"3130433084": "Reach the island",
"3130782060": "Talk to Smiley Yanxiao",
"3131649070": "Find the Millelith",
"3132225132": "Consult Brother Qian",
"3132985276": "Open the stone gate of the \"treasury\"",
"3133165572": "Go to the camp",
"3133180980": "Go to where Kazuha is",
"3133616668": "Talk to Kamisato Ayaka",
"3134273836": "Investigate the strange spot",
"3134566996": "Go to the chamber at the center of the ruins' summit",
"3134640380": "Talk to Ji Tong",
"3134815260": "Defeat Scaramouche's subordinates",
"3135140977": "Yaoguang Shoal Time Trial Challenge",
"3135367532": "Go to Wuwang Hill",
"3135396312": "Talk to Patchi",
"3135654476": "Stop the affected monsters from getting up the mountain",
"3135747178": "Sweep up the pile of leaves",
"3136198196": "Talk to Xu Liushi",
"3136230904": "Talk to Sara",
"3136266564": "Wait till the next morning (08:00 – 12:00) and talk to Fushizome",
"3136546647": "The Other Side of Isle and Sea",
"3136873596": "Help Xamaran's kin",
"3137074724": "Talk to Lyudochka",
"3137110383": "Sprouting Seedlings",
"3137264748": "Size up the other competitors",
"3137932111": "Life on the High Seas",
"3138305196": "Return to the Fatui bastion",
"3138390172": "Go to the alchemy store",
"3138505559": "Fertilizer... Salesperson?",
"3138756796": "Wait until the following night (19:00 – 24:00)",
"3139607252": "Go to the campsite at the foot of Dragonspine",
"3139610012": "Go to the Adventurers' Guild",
"3139611108": "Meet up with Razor",
"3140194452": "Talk to Komakata",
"3140295932": "Observe the Mikage Furnace",
"3140703060": "Go to Wuwang Hill and take part in the Test of Courage",
"3140754596": "Talk to everyone",
"3140800703": "Enter the area where the lyre is stored",
"3141056284": "Place the food supplies at the second location",
"3141575428": "Meet up with Arama",
"3141787631": "Enter the ruins",
"3142099628": "Gather at the entrance to the village",
"3142196964": "Complete the housekeeping tasks within the time limit",
"3142324054": "Talk to Toe",
"3142834945": "One Giant Step for Alchemy?",
"3142874364": "Inform Frozen Soul of the result",
"3143594860": "Seize destiny",
"3143857628": "Try Theater Mechanicus",
"3144009540": "Talk to Ningguang",
"3146037007": "Room 3 - quest pin for obtaining key through combat",
"3146345108": "Try to destroy the Tumor of the Withering",
"3146662940": "Talk to Mr. Bohuan",
"3146734100": "Talk to Bennett",
"3147450548": "Go to the city",
"3147477084": "Confront the Kairagi Leader",
"3147494684": "Follow the road and keep up the pursuit",
"3147657180": "Continue looking for runes",
"3148391364": "Talk to Smiley Yanxiao",
"3148446660": "Give the Wonder Cores and Adepti Sigils to the secretary.",
"3148829228": "Prepare 4 photos of Inazuman regional specialties related to the theme",
"3149053687": "Talk to Kaeya",
"3150611916": "Bring Leonard's book to Mona",
"3150942974": "Find the treasure",
"3151072092": "Talk to Garcia",
"3151452292": "Go to the plaza in front of the Cathedral",
"3151610934": "Go to the Golden House",
"3152198577": "Sailor's Treasure",
"3152704188": "Continue deeper within",
"3152894996": "Go to the Golden Apple Archipelago",
"3152977592": "Talk to Jack",
"3153438444": "Head to the designated location",
"3154012380": "Collect firewood",
"3154152798": "Approach the giant cooking pot",
"3154546844": "Find and offer up the objects in which Aberaku nested his thoughts",
"3154879348": "Talk to Manly Jack",
"3155216188": "Talk to Paimon",
"3155633836": "Talk to Brother Qian",
"3156689516": "Connect all four relays in the middle",
"3157034524": "Report back to Hongyu",
"3157123956": "Talk to Granny Shan",
"3157253580": "Catch up with Kichiboushi",
"3157379180": "Talk to Date's afterimage",
"3157629263": "As the Courtyard in Spring Once Appeared",
"3157855473": "Fishing Jiangxue",
"3157983804": "Go to the designated location to investigate",
"3158517470": "Find the treasure",
"3158835332": "Look for Xavier",
"3159431215": "To Measure the World!",
"3160523428": "Go to the central platform",
"3161260833": "The Chi of Yore",
"3161861564": "Analyze strategy with Kokomi",
"3162184380": "Talk to Chief Mate Juza",
"3162629884": "Acquire a Dendro-Processed Berry",
"3162982934": "Grind the Silk Flowers to extract the essence",
"3163228228": "Return to camp",
"3163597263": "The First Experiment: Elements",
"3164189183": "Unlimited Opportunity",
"3164348084": "Demonstrate archery techniques to the resistance",
"3164815276": "Find Aragaru",
"3165701156": "Find Yicheng a dish that can fill his stomach",
"3165947692": "Talk to the members of the theater",
"3166212396": "Make a Satisfying Salad and give it to Sara",
"3166364396": "Get close to the Mikage Furnace",
"3166737532": "Go to the entrance to receive guests",
"3167364844": "Try to make conversation with Paisley",
"3168416788": "Defeat all monsters",
"3168695564": "Speak to Albedo",
"3168737500": "Consult Huixing the navigator",
"3168828697": "A Very Volatile Treasure",
"3169201116": "Speak to Albedo",
"3169622388": "Talk to Haypasia",
"3170170948": "Report back to Raef",
"3170177764": "Talk to Shenhe",
"3170376212": "Find the Mora that the Weasel Thief was hiding",
"3170892100": "Ask the villagers about Youhei and his brother",
"3171677655": "Eight Locales Over Mountains and Seas: Soliloquy of Distant Island Peaks",
"3171910732": "Move forward without being noticed",
"3172137956": "Pick some Lotus Heads after midnight (00:00 – 06:00)",
"3172144892": "Flee together with Raunak",
"3172241982": "Put the Everlasting Incense in place",
"3172930465": "Look for the missing scholar",
"3173154556": "Check the lamps along the path",
"3174035900": "Talk to Zhiqiong",
"3174041628": "Wait till 10:00 – 12:00 the next day and talk to Inaba Kyuuzou",
"3174426249": "Lost Key",
"3174633076": "Talk to the Jade Chamber secretaries",
"3174677172": "Descend into Enkanomiya",
"3175066164": "Wake from the dream",
"3175234788": "Talk to Cyrus",
"3175709772": "Talk to Paimon",
"3175789063": "Beverage Shop on the Pier",
"3175830156": "Return to Springvale and talk to Brook",
"3176249196": "Give Ooshima Junpei three Iron Ores",
"3177094116": "Finish filming the first act",
"3177350316": "Talk to Kichiboushi",
"3177844268": "Pick suitable seasonings",
"3177976612": "Thaw all the shards out",
"3178114476": "Bring Uncle He back to camp to meet Jinwu",
"3178457628": "Keep following the scent and looking for clues",
"3179695812": "Talk to Sara",
"3179935616": "Eavesdrop on Gentry Maocai's conversation with the Fatui",
"3179937308": "Follow the Sumpter Beast",
"3180237884": "Continue the pursuit",
"3181666484": "Help Xamaran's kin",
"3181675028": "Talk to Klee",
"3182090036": "Patrol the Chasm's perimeter",
"3182370132": "Report back to Hosseini",
"3182371628": "At least, it proves to be a way down",
"3182619908": "Talk to Miitoboru",
"3183193516": "Talk to Gygax",
"3183366428": "\"Awaken\" the seeds",
"3183514431": "Recuperating From a Severe Illness",
"3183858492": "Go to the Treasure Hoarder camp",
"3184403103": "Outside the Canvas, Inside the Lens",
"3184909172": "Search the ruins",
"3185431980": "Talk to Kiminami Anna",
"3185823076": "Unlock the mechanism",
"3185866927": "Tatara Tales: Functional Test",
"3186140356": "Talk to Ararycan",
"3187842063": "Problem Conversion: The Underpinning Factor",
"3187859652": "Follow the Seelie",
"3187870135": "Wherefore Did the Spiritstone Descend?",
"3187936892": "Talk to Maruf",
"3188436652": "Defeat the Kairagi",
"3188478172": "Go to Byakko Plain",
"3188488964": "Speak to Albedo",
"3188561556": "Place the Divine Bridle within the waters",
"3188672111": "Scour the Fatui hideout to find the key",
"3188851780": "Talk to Mamesuke and Shibasuke",
"3189008302": "Fire arrows at the glowing area of the yaksha statues as per the ritual process",
"3190276780": "Play the Rhythm of the Great Dream at the designated location to lure the Aranara out",
"3190341988": "Destroy the Perches",
"3192947740": "Look for the remaining Key Sigils",
"3192965116": "Take a picture of the Divine Tree in its entirety",
"3194630564": "Talk to Maksim",
"3194647356": "Talk to Barbara",
"3194802612": "Find the lost conches",
"3194857030": "Wash the slime (add points)",
"3195052692": "Talk to Eula",
"3195071304": "Go check the details",
"3196362820": "Talk to Neko",
"3197417476": "Return to the Nilotpala Cup Arena",
"3197705004": "Defeat the Treasure Hoarders",
"3197851428": "Return to where Rana is",
"3198332380": "Leap off the gorge to look for Onikabuto",
"3198587668": "Talk to Yae Miko",
"3199255500": "Make a serving of Mondstadt Grilled Fish",
"3199302164": "Return to the exploration team's camp at The Chasm",
"3199312108": "Go to Guyun Stone Forest",
"3199439812": "Go with Schubert to meet his \"friends\"",
"3199994692": "Wake Ningguang up",
"3200112572": "Use your Elemental Sight to follow Albedo's tracks",
"3200321308": "Lower the water level in the cave",
"3200370287": "Wangshu Take-Away",
"3200640316": "Go to the beacon placement sites to look for Zhiqiong",
"3200701084": "Go out into the wilds to test the Canned Knowledge",
"3201278239": "Look for the suspicious person using Elemental Sight",
"3201810996": "Talk to Dainsleif",
"3201890153": "Lanterns in the Sea",
"3202325620": "Find the merchant selling Crystal Marrow",
"3203549958": "Leave Jean's Office",
"3203578148": "Feed the little cats with Fish",
"3203648652": "Go to Musk Reef as the book indicates",
"3203869628": "Talk to Sheikh Zubayr",
"3204050012": "(tes) Remove the final core",
"3204595724": "Check on Jilliana's mood",
"3204629660": "Go to Dragonspine and find Schuster",
"3205444716": "Leave the room",
"3206165844": "Look for poetic inspiration near Yujing Terrace",
"3207215748": "Talk to Paimon about how to respond",
"3207253742": "Fetch some water",
"3207523620": "Detect dark smoke 1",
"3207611958": "Destroy all the training dummies",
"3208198972": "Help Hatim select a Golden Dish",
"3208792276": "Obtain the Clear Water",
"3209786444": "Talk to Moseis",
"3209918676": "\"Exorcise\" Katou Shingo",
"3211276052": "Enter The Brutal Divergence",
"3211562292": "Go to the seashore and bring the little cat back to the shrine",
"3211786620": "Go to the Pearl Galley",
"3212255212": "Find Aranishat!",
"3213579636": "Talk to Moco and Hillie",
"3213781052": "Read the logs",
"3213804844": "Walk around the Grand Bazaar",
"3214332972": "Talk to the lonely Joel",
"3214851004": "Talk to Iron Shoulder about the newcomers at the forge",
"3215605428": "Investigate the Eremites' camp",
"3215681132": "Talk to Kujou Sara",
"3215990180": "Talk to Orban",
"3216090020": "Head close to Luhua Pool",
"3216227871": "Manly Jack's Manly Journey of Manliness",
"3216959540": "Use Elemental Sight to trace Electro",
"3217256580": "Enter the hall of music",
"3217387332": "Make 1 Qingce Stir Fry",
"3217459332": "Cook a Delicious Jewelry Soup",
"3217810532": "Enter the garden",
"3219122764": "Find the last place according to the vibration of the seed and the content of the picture.",
"3219146884": "Continue searching for records concerning ore",
"3219364964": "Talk to Jean",
"3219553356": "Go to the Floral Jelly vendor",
"3219564049": "A Child's Secret",
"3219976332": "Take the potion from the desk",
"3219986692": "Talk to Miitoboru",
"3220139492": "Reach the depths of the Court of Desolation",
"3220214756": "Go to the deepest part of the cave",
"3220411452": "Find the mechanism and activate it",
"3220480452": "Talk to Sanden",
"3221011700": "Give the talisman back to Arashakun",
"3221662476": "Go to a place from which you can view Dihua Marsh",
"3221858204": "Bring the medicine to Maruf",
"3221935004": "Accompany Kokomi to see her pen pal",
"3221960692": "Talk to Ruu and the others at the designated location",
"3222002724": "Go to the Liyue Harbor wharf and meet Chief Mate Juza",
"3222105644": "Analyze the situation with Werner",
"3222374780": "Water the roses",
"3222626052": "Talk to Ningguang at the Jade Chamber",
"3223517332": "Defeat the ambushing Fatui",
"3224432775": "Flighty Flora... and Flora",
"3224593604": "Investigate the domain's surroundings",
"3224816844": "Report back to Cloud Retainer",
"3224852708": "Go deep into the Fane of Ashvattha",
"3225235228": "Get the reserved novel",
"3225421439": "A-Toymaking We Shall Go: Energy Storage",
"3225598892": "Talk to Zakariya",
"3226964940": "Clear out the thorns around the cave entrance",
"3227900748": "Open the cell gate",
"3228238444": "Look for the source of the cry for help.",
"3228591639": "So-Called Work",
"3229450644": "Enter the Temple of the Falcon",
"3229829092": "Give the Delicious Grilled Tiger Fish to Tang Wen",
"3230041204": "Defeat Samail's subordinates",
"3230859980": "Defeat Imatani Keisuke",
"3232973044": "Defeat the mimic monsters and recover the relic",
"3233532831": "The Crux Clash",
"3233636868": "Head to the designated location",
"3234558745": "Water Beneath the Lanterns Flows Deep",
"3234761116": "Replay the Kamera content",
"3235272508": "Report the results to Huffman",
"3235289028": "Go to the live combat training ground",
"3235309580": "Talk to Beidou",
"3235788060": "Enter the basement of the abandoned building.",
"3236261246": "Look for the guide to the Jade Chamber",
"3236261599": "Follow Paimon",
"3236722188": "Flee together with Raunak",
"3236784868": "Report back to Flora",
"3237121284": "Go to the theater to see Inayah",
"3239067628": "Talk to Vahid",
"3239164324": "Take a picture of Kichiboushi",
"3239168996": "Talk to the illusions",
"3240270308": "Defeat the Fatui",
"3240868620": "Talk to Sumida",
"3241092996": "Talk to Smiley Yanxiao",
"3242467340": "Find the treasure",
"3242835028": "Look for clues in the hilichurl camp",
"3243956388": "Talk to Soheil",
"3244408336": "Fend off the angry hilichurls",
"3244774724": "Report back to Azalai",
"3244945020": "Purify the large crystal",
"3245426855": "As Though Morning Dew",
"3245592444": "Record the condition of the roots",
"3245878929": "Sweeping Down",
"3245935097": "Goddess Statue Unlocked",
"3246046092": "Unravel the secret behind Luhua Pool",
"3246416148": "Defeat dark smoke 2",
"3246938156": "Talk to Walter near Dawn Winery",
"3247008332": "Talk to the delivery staff",
"3247489164": "Accept the job from Kaeya",
"3247747972": "Talk to Nahida again",
"3247970396": "Talk to Owada",
"3249210012": "Defeat the Treasure Hoarder smuggling crew at the larger camp",
"3249346900": "Give the Sweet Flower to Little Meng",
"3249504820": "Return to the device and talk to Klee",
"3250026964": "Set up the treasure with Drusus",
"3250184940": "Talk to Little Yue",
"3250275412": "Investigate the mysterious device",
"3250890004": "Talk to the nearby crowd",
"3251145601": "Urgent Repairs",
"3251827132": "Talk to Smiley Yanxiao",
"3251868676": "Look for the cart",
"3252154188": "Talk to Rafiq",
"3252344839": "Silent Seeker of Knowledge",
"3252908895": "Find the location of the buried treasure",
"3253022156": "Avoid the monsters and continue deeper into Dadaupa Gorge",
"3253049761": "Ask Granny Ruoxin about the fragments",
"3253454796": "Continue investigating the ruins with Jeht",
"3254676772": "Talk to Wang'ya",
"3255894412": "Clean the dirt around the Asase Shrine away",
"3256054196": "Talk to Hosseini",
"3256709228": "Discarded",
"3256839500": "Give the pictures to Ooshima Junpei",
"3256870095": "Versus Taroumaru",
"3256933974": "Wait until the following day",
"3257040452": "Ask Master Zhang about Wonder Cores",
"3257367692": "Head to Dragonspine to retrieve the packages",
"3257471892": "Talk to Little Liu",
"3257815369": "Business in a Marsh",
"3258711332": "Go to Lambad's Tavern",
"3259265724": "Make a Windblume offering to the Anemo Archon",
"3259317668": "Look for clues as to Uncle He's whereabouts",
"3259382660": "Talk to Ryuuji",
"3259844236": "Defeat the Treasure Hoarders near to the Dawn Winery",
"3260115028": "Go to Yujing Terrace",
"3260265988": "Go to Good Hunter",
"3261590884": "Protect Jazari",
"3261668836": "Enter the Plane of Euthymia",
"3261742308": "Talk to Ningguang",
"3262310956": "Search for records left behind in the village",
"3262314300": "Talk to Jiangcheng",
"3262391767": "Adventurer Exam: The Art of Adventure",
"3262464070": "Talk to the hilichurl",
"3264880396": "Investigate the surrounding area",
"3264928846": "Search for the Sword of Brilliant Valor",
"3265094052": "Go to With Wind Comes Glory",
"3265900340": "Taste the local specialties in Sumeru",
"3265982876": "Talk to Little Meng",
"3266222812": "Chase the sounds to their source",
"3267073620": "Deliver the picture to the customer",
"3267183724": "Talk to Kazuha",
"3267586880": "Hunt down the Abyss Order opponents",
"3267598807": "A Friend's Path",
"3268822708": "Go with Ladep",
"3268922212": "Go to Wanmin Restaurant",
"3269358484": "Talk to Bennett",
"3269414356": "Bring the medicine to Aftab",
"3269524676": "Give the Fresh Bird Eggs to Kamei Munehisa",
"3270478572": "Help Shouta place offerings at the shrine",
"3270826600": "Find Margaret and ask about the commission",
"3272753103": "Starry Night Chapter",
"3273352804": "Pretend to be a potential buyer and stall for time",
"3273893508": "Change the stone formation on both sides of the bonsai to Leisurely Rocks",
"3274707172": "Ask around on Watatsumi Island",
"3275315276": "Rest until early morning the next day (06:00 – 08:00)",
"3276714588": "Talk to Gygax",
"3276741396": "Defeat all opponents and dismantle the camp",
"3276905820": "Observe the situation in the cave",
"3277174689": "The Blessings of The Seven",
"3277370076": "Talk to Fukumoto",
"3277953846": "Find the source of the mystery voice",
"3278181684": "Talk to Yun Jin",
"3279056495": "What Is This, a Day Trip?",
"3279300705": "Guest from Afar",
"3279442412": "Inform Alhaitham",
"3280895356": "Give the drink to Shenhe",
"3281784148": "Talk to Hosseini",
"3281793194": "Talk to Bao'er",
"3282109740": "Meet up with Cyno",
"3282293700": "Go to the area where the monsters have appeared",
"3282440124": "Return to the Asase Shrine and fix the Offering Box",
"3282919852": "Speak to the citizens around the Anemo Archon statue",
"3283527560": "Defeat the nearby enemies",
"3284464484": "Go to Eipekkusu and ask around",
"3285115463": "Connor's Brew",
"3285149500": "Report back to Iris",
"3285290391": "Solo Venture",
"3285613732": "Go to the beacon placement sites to look for Zhiqiong",
"3285669724": "Head for the safehouse to investigate",
"3286044236": "Save Leon",
"3286126012": "Talk to Arama",
"3286318524": "Talk to Ooshima Junpei",
"3287067631": "A Very Special Beverage",
"3287111852": "Talk to Yasumoto",
"3287608692": "Talk to Sango",
"3287669996": "Take a walk with Kokomi",
"3288320404": "Open the second volume of \"Hymn of the Holy Land\"",
"3289840983": "Post-quest refresh group",
"3289956260": "Meet the sender at the meeting spot",
"3290468831": "Threaten the NPC",
"3290505228": "Go to the Police Station and talk to Uesugi",
"3291058367": "Reach Target Point 2 (Hidden)",
"3291079788": "Head to Qingce Village and look for Master Lu",
"3291728986": "Talk to Ella Musk",
"3291788844": "Enter the ruins again",
"3292272036": "Obtain Water Welling With \"Wishes\"",
"3292467972": "Place the crystals and wait",
"3292574332": "Go to The Alcor and meet with Beidou",
"3293319908": "Talk to Luka and enter the tavern",
"3293893260": "Talk to Herbalist Gui",
"3294152956": "Go to the Mondstadt Adventurers' Guild and talk to Katheryne",
"3294305084": "Look for Kazuha",
"3294718956": "Activate the tower controller",
"3294805588": "Complete each of the three branches of the Desert Bloom once",
"3295139724": "Speak to Albedo",
"3297083236": "Reach the top of the Dainichi Mikoshi",
"3297125224": "Use Elemental Sight to find the cart loaded with Cor Lapis",
"3297504452": "Follow Todoroki and Tokuda",
"3297629828": "Talk to the suspicious person",
"3297764668": "Enter the Winery and find Diluc's desk",
"3298621604": "Talk to Rafiq",
"3299381540": "Punish Kliment",
"3299482268": "Talk to Paimon",
"3299495796": "Wait until the following day (08:00 – 12:00)",
"3299702716": "Go back to Aranara's cabin",
"3300507558": "Talk to Venti",
"3300983812": "Talk to Rongshi",
"3301838268": "Talk to Noelle",
"3301841036": "Talk to Dehya after leaving Pardis Dhyai",
"3302272844": "Go have a bug battle with Daisuke and Itto",
"3302326647": "All's Well That Ends Well",
"3303129820": "Talk to Ayten and Karima",
"3303322092": "Fetch the materials for building the ship",
"3304445191": "What the Skies Conceal, the Water Reveals",
"3304488372": "Ask for Yuzu's opinion",
"3305493063": "Watatsumi Sightseeing",
"3305968839": "Exploding Population",
"3306005234": "Rollback isolation",
"3307031028": "Give the drinks to Ningguang and Beidou",
"3307411524": "Look for traces of the Abyss Order",
"3308366239": "Negotiation with NPC 3 failed - return",
"3308537380": "Talk to everyone",
"3308674505": "Equilibrium",
"3308788124": "Talk to Lizzie",
"3309002852": "Investigate the Elemental Monuments around the hospital",
"3309322644": "Talk to the members of the theater",
"3309357580": "Capture Fungi",
"3309958940": "Talk to Barbara",
"3311270580": "Talk to Ms. Bai",
"3311919407": "Follow the route and fly to the finish line in time",
"3311998844": "Observe the Mikage Furnace",
"3312136942": "Look for the guide to the Jade Chamber",
"3312433156": "Talk to Huangshan at the goods storage location",
"3313780663": "The Golden Apple Vacation Returns!",
"3313825692": "Return to The Five Kasen Plaza",
"3314297804": "Go back to Avidya Forest to heal Yara",
"3314389444": "Keep exploring",
"3314975340": "Talk to Xamaran",
"3315582700": "Head to the bottom of the Mikage Furnace",
"3315628956": "Find and light up all the devices",
"3315955076": "Collect clues by talking to the Fatui at the camp",
"3316117028": "Unlock the road ahead using the Rhythm of the Gloomy Path",
"3316190516": "Follow Dunyarzad",
"3316461639": "Open the sealed door.",
"3316856228": "Follow Fujiwara Toshiko to the camp",
"3316983276": "Introduce the wharf to Teucer",
"3317344511": "Talk to Amber",
"3317811455": "Outspoken Linling",
"3318070196": "Wait until the following day (06:00 – 08:00)",
"3318867908": "Go to the \"cellar in the southwestern ruins\" to search for journals",
"3319083028": "Speak to Albedo",
"3319332980": "Talk to Little Lulu",
"3319479900": "Go to the Yashiro Commission to take part in the housekeeping course",
"3319693487": "Result: Lisa in an average mood (Hidden)",
"3319825692": "Look for more clues in the area",
"3319901343": "Light Upon the Sea",
"3319919358": "Go to Mingxing Jewelry",
"3320595623": "Solve the mystery (Go to Kaeya at the Knights of Favonius HQ for a hint)",
"3320633796": "Give three servings of Radish Veggie Soup to Geri",
"3321282527": "A Centuries-Long Dream",
"3321807380": "Defeat the Ruin Guard",
"3322202783": "A Knight's Journey Through Liyue",
"3323077420": "Give the cooking ingredient to Jafar",
"3323141612": "Talk to Honglang",
"3323145516": "Defeat dark smoke 1",
"3323166684": "Retrieve the beacon",
"3323344495": "Leave Domain",
"3323460244": "Go to Mawtiyima",
"3324463516": "Follow Noelle",
"3324704076": "Report back to Vermeer",
"3324856044": "Talk to Shigeru",
"3325083116": "Talk to the Liyue fisherman Jiawei",
"3325192844": "Talk to Pinghai and return to Liyue Harbor",
"3325389255": "The Farmer's Treasure",
"3325628404": "Talk to Nahida",
"3325682268": "Solve the nearby mechanism",
"3326152254": "Offer the Delicious Jewelry Soup",
"3326176980": "Dine with Xiao",
"3326263540": "Give an item to the hilichurl",
"3327071476": "Defeat the opponents",
"3327096732": "Find your way through the mist and make an offering at the Perches",
"3327610591": "A Soul Set Apart",
"3328151564": "Talk to Arama",
"3328561612": "Talk to Katheryne",
"3328642588": "Go into the tent to rest",
"3328852652": "Talk to Arabalika",
"3328914610": "Activate the mechanism",
"3328964300": "Search for Zhenyu at the Wanwen Bookhouse",
"3329401676": "Go to Xinyue Kiosk to investigate",
"3329722628": "Defeat opponents",
"3329736652": "Leave the camp",
"3329771228": "Give the pictures to Sayid",
"3330498503": "Dreams in the Gaps",
"3330881769": "Slime Baskets",
"3331339476": "Look for the source of the cry for help",
"3331676652": "Go into the domain to investigate",
"3332217804": "Talk to Moco and Hillie",
"3332276740": "Stop the Ley Line Extractor",
"3332610932": "Talk to Sheikh Zubayr",
"3333534076": "Defeat the Eye of the Storm",
"3333653188": "Talk to Rudolf",
"3333731143": "Hide on the second floor of the tavern",
"3333881911": "Talk",
"3333981792": "Approach the hilichurl that is awake, but don't wake the others",
"3334183007": "Orobashi's Legacy: Part II",
"3334782287": "Windbrew",
"3334851879": "Talk to Lisa",
"3335541148": "Return to Ogura Textiles & Kimonos",
"3335626966": "Find the treasure",
"3335774308": "Discarded",
"3336819444": "Find the fifth stone slate",
"3337444231": "Snowy Silhouette: Reunion",
"3337630311": "Static Views",
"3337822820": "Talk to Viktor",
"3338107980": "Wait until two days later",
"3338250660": "Report back to Vermeer",
"3338830815": "Ask Charles about the recent rumors",
"3338836104": "Report back to Sister Victoria",
"3339115652": "Talk to Sania",
"3339410881": "Mist Veiled Exploration Diary",
"3339451436": "Give a Chaos Device to Iron Tongue Tian",
"3339614460": "Look for Hatim at \"Wealth Spots\"",
"3339859404": "Talk to Kasim",
"3340166156": "Talk to Marjorie",
"3340598884": "Talk to Thoma",
"3340695252": "According to the journal, you can pierce through the fog in the middle of the day (10:00 – 14:00)",
"3341014924": "Talk to Félix Yogue",
"3341104364": "Use Elemental Sight to find the slimes",
"3341142888": "Find the monster based on Jack's description",
"3341391223": "Wangshu Take-Away",
"3341923228": "Continue searching for the Inscriptions of Remembrance",
"3343278548": "Investigate the ambush point",
"3343443316": "Bring the completed dish back to Tang Wen",
"3343451060": "Look for another three Strange Teeth",
"3343517356": "Follow Diona",
"3343880276": "Go back to the crime scene",
"3344235772": "Investigate the Elemental Monuments around the hospital",
"3344603980": "Detect Aranara",
"3345052732": "Activate the tower controller",
"3345717439": "Mysterious Islands: Journey to the Unknown",
"3346504911": "Disperse the wind barrier",
"3346637068": "Walk around the Grand Bazaar",
"3348844684": "Talk to Vahid",
"3349237503": "Ruin Drake Maelstrom",
"3349356372": "Investigate the camp",
"3349506812": "Go to the camp",
"3349610399": "Not to be Missed",
"3349762316": "Find Childish Jiang",
"3349802956": "Go to Grand Narukami Shrine to see the head shrine maiden",
"3350540972": "Enter The Chasm: Underground Mines",
"3350741135": "The Temple Where Sand Flows Like Tears",
"3351152556": "Talk to Beidou",
"3351159756": "Talk to Effendi",
"3352259500": "Talk to Yoimiya",
"3352676516": "Talk to Arapandu",
"3352760084": "Return to the ancient tree",
"3353091700": "Go to the construction site and collect the materials",
"3353384084": "Talk to Gorou",
"3353527636": "Talk to Hamawi",
"3353631324": "Talk to Royinjan in the secret base",
"3353905119": "Eight Locales Over Mountains and Seas",
"3354506708": "Clear out the meteorite shards on the hill (0/2)",
"3354583476": "Go to Nazuchi Beach",
"3354788836": "Tell Katarina about the clues you found",
"3354846292": "Flee together with Raunak",
"3355602908": "Talk to Arakavi",
"3355922396": "Talk to Fujiwara Toshiko",
"3355943108": "Talk to Riese",
"3356395703": "Astrology and the 50-Year Pact",
"3356414864": "Give the Sturdy Plank to Magar",
"3357108796": "Talk to Iris",
"3357318719": "Offer the Anemoculus to the Statue",
"3357876740": "Solve the astral puzzle",
"3359586068": "Tidy the camp up",
"3360149188": "Report back to Margaret",
"3362163048": "Talk to Vind",
"3362217372": "Acquire fresh Slime Condensate",
"3363338340": "Return to the secret base",
"3363461532": "Defeat the emerging monsters",
"3363499896": "Talk to Charles and finish the cocktail",
"3364109945": "Lionfang's Legacy",
"3364405676": "Defeat the attacking Fatui",
"3364591968": "Give the Sturdy Plank to Allan",
"3365921900": "Follow the Seelie",
"3366235132": "Destroy the Perches",
"3366470844": "Solve the issue of the disorderly wind currents in the ruins",
"3366806820": "Give Raef the perfume",
"3367360476": "Hold your ground against your opponent's attacks",
"3367382036": "Move forward without being noticed",
"3367996844": "Talk to Nermin",
"3368147252": "Talk to the \"brothers\"",
"3368444500": "Talk to Katheryne in Sumeru",
"3368554190": "Defeat the Hilichurls",
"3368671646": "Check in with Flora",
"3368949108": "Go to Windrise",
"3369257972": "Give Nermin the Zaytun Peach(es)",
"3369453644": "Follow the strange star",
"3370259908": "Accompany Bennett and proceed onward",
"3371191191": "A Land Entombed",
"3371358548": "Defeat the opponents",
"3371736628": "Go back to Wuwang Hill to send Big G off",
"3371790108": "Return to Qingce Village",
"3372725047": "Favonian Goodies and Buddies",
"3373299300": "Talk to Ella Musk",
"3373433000": "Go to the Wanwen Bookhouse in Liyue Harbor",
"3374082116": "Give the fossil pictures to Khedive",
"3374137596": "Find the \"solution\"",
"3374180622": "Look for signs",
"3374725212": "Go to the submission event to listen to what the readers like",
"3375820684": "Talk to Yun Jin",
"3376063132": "Chat with Hosseini",
"3376225204": "Go deeper into Stormterror's Lair",
"3378130836": "Talk to Beidou",
"3378204472": "Talk to Timid Morrow",
"3378610564": "Deliver the ore discarded",
"3378667436": "Go to the Tenryou Commission Headquarters",
"3378783060": "Talk to Ebeid",
"3379606260": "Activate the Pursina's Spike",
"3379884412": "Talk to Kichiboushi",
"3380476716": "Head to where the Whopperflower appeared",
"3380646159": "Talk to Amber",
"3380934868": "Catch 3 fish at the designated spot",
"3381171336": "Trigger communication failure branch",
"3381617374": "Enter Tavern",
"3381659020": "Give the present to Hongyi",
"3382204956": "Defeat all opponents",
"3382331468": "Activate the secret message at the altar in the Serpent's Heart",
"3382385860": "Continue the pursuit",
"3382523863": "Lost in a Foreign Land",
"3383510159": "Banquet of Parting",
"3383725676": "Talk to Iron Tongue Tian",
"3384128975": "The Shadows Deepen",
"3384287647": "The Kabukimono's Finale",
"3384291766": "Offer up food to Cloud Retainer",
"3384925060": "Try to clean up the Withering Zone",
"3385927616": "Give Marjorie the rewards collected from the hilichurls",
"3386362727": "Prayer in Progress...",
"3386708599": "A Muddy Bizarre Adventure",
"3386745348": "Talk to Noelle",
"3386795284": "Head to Nantianmen and look for clues",
"3387241644": "Talk to Little Meng",
"3387476716": "Remove the \"juvenile antics\" left on the Thunder Sakura by the Treasure Hoarders",
"3387802660": "Talk to Neko",
"3387904900": "Look for the \"Head Mushroom\"",
"3387990055": "Bits and Bobs for Cats and Dogs",
"3388673367": "Bonds of Melody",
"3389623188": "Talk to Luka and enter the tavern",
"3390120327": "Read Amber's Gliding Guide (Hidden)",
"3390161476": "Talk to the samurai",
"3390438084": "Talk to Akim",
"3390770296": "Bridge",
"3390986292": "Search for the abode around Lisha",
"3391303052": "Listen to what the cursed blade has to say",
"3391714100": "Explain the misunderstanding to Meng",
"3392031812": "Defeat all opponents",
"3392390292": "Collect the Xiao Lanterns",
"3392908836": "Collect firewood",
"3393368116": "Leave The Vengeful Wood",
"3393509625": "Kaeya's Troubles",
"3393689055": "Treasure Clue: Twinning Isle",
"3393847164": "Talk to Sheikh Zubayr",
"3394160724": "Head to the mining site that Uncle Dai mentioned",
"3394227975": "Smiley's Selections",
"3394326788": "Go to Yuehai Pavilion to announce the results",
"3394935764": "Enter the new Domain",
"3395070228": "Talk to Kazuha",
"3395488209": "Crystal Tears",
"3395613732": "Go to Tenshukaku to see the Shogun",
"3395802982": "Find an Iron Chunk",
"3395825620": "Talk to Grace",
"3396187359": "Bake-Danuki Wanderlust",
"3397078575": "Danger All Around",
"3397250423": "Report to Kaeya",
"3397681871": "Shuumatsuban Operations",
"3397686492": "Detect dark smoke 1",
"3397966324": "Return and report the situation to Rafiq",
"3398541654": "Talk to Childe at the Northland Bank",
"3399099100": "Talk to Fushizome",
"3399347964": "Persuade Schulz",
"3399537772": "Go and stop the Treasure Hoarders from looting Kurosawa's house",
"3399561116": "Talk to Verr Goldet",
"3399846340": "Report back to Huai'an",
"3400373036": "Avoid the monsters and continue deeper into Dadaupa Gorge",
"3401150844": "Report to Kamei Munehisa",
"3401287556": "Talk to the groaning researcher",
"3401457680": "Talk to Wagner the blacksmith",
"3401459796": "Follow Qingzhou",
"3402053124": "Placeholder",
"3402259236": "Head to the designated location to look for Keqing",
"3402448220": "Talk to the Aranara",
"3402579484": "Check the light",
"3402784999": "Obtained the first Statue's Eye of Wind",
"3402812575": "Enter the ruins",
"3403721721": "An Organization Known as Wangsheng",
"3404958284": "Go to the hill where the wind blows",
"3405471756": "Cut a deal with the Village Chief",
"3406224204": "Talk to Nahida",
"3406380652": "Talk to Konda Densuke",
"3406546836": "Find the \"branch\" with Arabalika",
"3406872484": "Talk to the Aranara",
"3407153628": "Return to the accommdation and rest",
"3407541122": "Talk to You",
"3407588692": "Take a photo of the Nameless Islet Mural",
"3407957232": "Give the cocktail to Draff to try",
"3408199860": "Defeat the subordinates of the Kairagi Leader",
"3408597148": "Follow the road and search for a Starsilver Catalyst",
"3408746924": "Talk to Manager Kuan",
"3408856060": "Advertise the housekeeping course to the city housewives",
"3409221276": "Search for harpasta in the Golden Apple Archipelago",
"3409554583": "Knight of the Realm",
"3410070992": "Talk to Charles",
"3410939244": "Go back to the café, now!",
"3412348324": "Talk to Rudolf",
"3412602598": "Talk to Paimon (Hidden)",
"3412834812": "Talk to Albert",
"3413126484": "Go to the Electro anomaly and complete the challenge",
"3413236268": "Return to the Dainichi Mikoshi to look for Tsumi",
"3414202668": "Go to the library and find Noelle",
"3415132156": "Return to \"A Moment of Dreams\" again",
"3415473871": "When Flowers Bloom",
"3415709348": "Defeat the Rifthounds",
"3416483463": "Leave the Knights of Favonius Headquarters",
"3416857916": "Bring the Fish to Ooshima Junpei",
"3416879191": "Quest complete. Teleport out.",
"3417279100": "Have a crack at Araesha's riddle",
"3417529620": "Search for the kitty",
"3417670996": "Talk to the Theater Head",
"3419267948": "Fend off the Treasure Hoarders",
"3419574023": "Hilichurl Justice",
"3420075188": "Clear the water veins on the island",
"3420108450": "Second conversation",
"3420413798": "Talk to Xiangling at the source of the aroma",
"3420715793": "The Floating Palace",
"3420767020": "Go to the Electro anomaly and complete the challenge",
"3421401196": "Talk to Kumi",
"3421653124": "Visit Shigeru and Junkichi",
"3422274772": "Go and enlist Yoimiya's help",
"3422733964": "Talk to Dainsleif",
"3423209684": "Talk to Siegfria",
"3423406202": "Talk to Bao'er",
"3423812772": "Follow Cyno",
"3423817140": "Talk to Yae Miko",
"3424527383": "Concresoil",
"3424600004": "Go over what you know with Kazuha",
"3424977764": "Go to Camp 3",
"3425519676": "Search for Khaj-Nisut",
"3425618844": "Talk to Julie",
"3425758924": "Meet up with Layla",
"3426393084": "Investigate the strange device again",
"3427268447": "A Tricky Situation",
"3427534276": "Hunt Dusk Birds in the south of Apam Woods",
"3428677020": "Head to the designated location to look for Herbalist Gui",
"3428847004": "Place bait near the Thunder Sakura",
"3429731776": "Talk to Ellin",
"3429923870": "Make a Delicious Radish Veggie Soup",
"3429928428": "Talk to Xingqiu",
"3430106392": "Talk to Ella Musk",
"3430685452": "Pick Fresh Seagrass",
"3430848396": "Pick three Fresh Snapdragons",
"3431111532": "Use Elemental Sight to trace Electro",
"3431894764": "Talk to Najat",
"3432198060": "Give the Crystal Chunks to Wagner",
"3433703924": "Talk to Yae Miko",
"3434854249": "Big Pudgy Problem!",
"3435268020": "Move forward without being noticed",
"3436102004": "Retrieve the package near the Dragonspine Statue of The Seven",
"3436344596": "Talk to the Mondstadt fisherman Nantuck",
"3436928071": "Snapshots",
"3437136532": "Report back to Esther",
"3437274364": "Open the mechanism together with Bennett",
"3437280244": "Defeat the Treasure Hoarders guarding the camps",
"3437404132": "Report back to Ryuuji",
"3437536932": "Travel to Tsurumi Island",
"3437670076": "Give the Delicious Jueyun Guoba to Tang Wen",
"3437992116": "Go to the destination and talk to Ruu",
"3438041004": "Continue onward to find the Sunset Vermillonite",
"3438339479": "A Gifted Rose: Some People Never Fade Away",
"3438398612": "Talk to Cyrus",
"3438476892": "Go to the north of Narukami Island to find traces of Shun",
"3438980124": "Talk to Ms. Bai",
"3439011180": "Advertise the housekeeping course to the city's senior folk",
"3439854503": "What the Blue Flowers Left Behind",
"3440040495": "Track Raptor",
"3440107844": "Talk to Diona",
"3440118831": "The Taste of Home",
"3440437186": "Talk to Little Meng",
"3441104964": "Continue exploring",
"3442813068": "Reach the depths of the Court of Desolation",
"3442978583": "Enter the ruins",
"3444272268": "Report back to Nermin",
"3444628496": "Bridge",
"3444725068": "Meet the others with Jeht",
"3445493492": "Flee the scene and return to Komore Teahouse",
"3445519612": "Defeat the Fungi",
"3445645612": "Report back to Grace",
"3446066575": "\"Outlander Brigade!\"",
"3446131100": "Test the fireworks outside the city",
"3447507887": "Those Hard-to-Reach Places",
"3447618284": "Examine the nearby victims (2/3)",
"3448307791": "Arina's Nilotpala Lotuses",
"3448379740": "Go to the exorcism site",
"3449481212": "Search for the missing component(s)",
"3449842772": "Head to the counter and get ready to open for business",
"3450934118": "Talk to the person in the cage",
"3451524884": "Go back to the village chief's house",
"3452208276": "Talk to Ookubo Sanzaemon",
"3452929092": "Defeat the Shogunate's forces",
"3452980852": "Look for the materials that Kayvan needs",
"3452988476": "Go to Huaguang Stone Forest",
"3453257228": "Look for the miner who posted the commission at The Chasm",
"3453924844": "Talk to Hirohiko, the Yashiro Commission Representative",
"3453989838": "Talk to Xiangling",
"3454419324": "Insert the component to activate the Inazuman device",
"3454482572": "Go to the Fane of Ashvattha",
"3454626108": "Talk to Dr. Livingstone",
"3454681892": "Talk to Cyno",
"3454770052": "Talk to Shizuru",
"3454919644": "Deliver the food to Hardworking Silio",
"3455005892": "Bring the drink Nermin made to Raef",
"3455936940": "Defeat the Blazing Axe Mitachurl",
"3456062743": "Go Forth, Golden Whirlwind!",
"3456197652": "Talk to Chouji",
"3456296016": "Undertake bold innovation",
"3457298524": "Follow Wang'ya",
"3457339649": "Collect the treasure",
"3457375924": "Talk to Kozue",
"3457445452": "Talk to Mona",
"3457501548": "Go back and check on Alexandra",
"3457549532": "Apologize to Flora",
"3458246055": "Target: Master of the Snowy Peaks!",
"3459789220": "Collect 3 Special Magical Crystal Ore",
"3460045636": "Track down Jack",
"3460360684": "Aid the samurai in defeating the Rifthounds",
"3460636396": "Look for clues near the cliff",
"3460698639": "Royinjan's Chapter: Yoni",
"3460754108": "Talk to Paimon",
"3461277972": "Obtain \"Living Spring\"",
"3462403940": "Find Childe and talk to him",
"3462645008": "Defeat the slimes",
"3462882140": "Return to the mirage and use the shard",
"3463090316": "Give the appropriate documents to Nervous An",
"3463352620": "Take the goods to the warehouse",
"3463535484": "Catch fish to obtain scales",
"3463855076": "Defeat the Fatui in the camp",
"3463888292": "Return to the Jade Chamber worksite to look for Shenhe",
"3464220380": "Talk to the Theater Head",
"3464440748": "Chase the boars away",
"3464635148": "Take a picture of the shipwreck",
"3465748156": "Force your way into the realm",
"3466310036": "Talk to Paimon",
"3466415148": "Hand Over Delicious Radish Veggie Soup",
"3466836148": "Follow the voice",
"3466853432": "Collect a Damaged Mask",
"3467536028": "Continue the pursuit",
"3468194260": "Go to Stormterror's Lair",
"3468278908": "Leave the Kanjou Commissioner's Office",
"3468693364": "Go to the storehouse in which the cannonballs are stored",
"3469957324": "Look for clues as to Uncle He's whereabouts",
"3470076444": "Talk to the cargo merchant",
"3470306588": "Activate Plinth(s) of the Secret Rites",
"3470741108": "Defeat the nearby mechanical monsters",
"3470905636": "Go to Port Ormos",
"3471550583": "The Still Water's Flow",
"3471624380": "Return to Gandharva Ville",
"3471838820": "Defeat the incoming monsters",
"3472333984": "Go to the Feiyun Commerce Guild warehouse",
"3472656736": "Talk to Glory",
"3473314535": "Follow the Wind",
"3473851644": "Tell Mona about the meteorites",
"3473873644": "Talk to the defeated Fatui",
"3473914172": "Clean Affan's nursery up",
"3474116310": "Use Pyro to heat the pot",
"3474298871": "Activate the seal at the entrance",
"3474459604": "Catch up with Dunyarzad",
"3474641148": "Talk to Sun Yu",
"3475021988": "Wait until the following day (08:00 – 24:00)",
"3475325308": "Defeat the hilichurls",
"3475814532": "Defeat all opponents",
"3475882452": "Investigate the reef on the sea surface",
"3476204612": "Encounter the strange dog",
"3476747932": "Talk to Sara",
"3476920543": "Go to Dawn Winery",
"3477040596": "Seal the Warding Stone",
"3477433148": "Size up the other competitors",
"3477880868": "Collect two sets of Xiao Lantern materials",
"3477903772": "Hang Xiao Lantern",
"3479056928": "Talk to Margaret",
"3479137487": "Look for clues to track Raptor",
"3479582548": "Save the small animals",
"3479962724": "Report back to Yasutake",
"3480119028": "Talk to Laid Back Ling'guan",
"3480609572": "Deliver the food to Curious Zi'rui",
"3481431516": "Save the small animals",
"3482002740": "Continue following Ningguang and observing your surroundings",
"3482239500": "Take a picture of the Divine Tree in its entirety at the designated location",
"3482294988": "Go deeper within The Chasm",
"3482584272": "Use Elemental Sight to find the key",
"3483278527": "Unfathomable Defenses",
"3484716852": "Shatter the nearby Crystal Ore",
"3484748532": "Receive guests at the shrine",
"3485752228": "Look for the remaining Key Sigils",
"3485845300": "Report back to Xavier",
"3486042236": "Defeat the Eremites",
"3487132044": "Leave the safehouse",
"3487412116": "Use Frozen Soul's powers",
"3487562772": "Give the retrieved packages to Flora",
"3487779828": "Wait until the following day (06:00 – 08:00)",
"3487787247": "Blooming Sands: Lasting Scent",
"3488043428": "Dine with Sayu",
"3488054908": "Talk to Gygax",
"3488558932": "Go back to the shop and check how the charity event is going",
"3488585460": "Vitalize the Strange Tooth with energy from the heart",
"3488783396": "Go with Gorou to investigate the suspicious person",
"3490214062": "Combat II",
"3490274868": "Pretend to be a potential buyer and stall for time",
"3492336996": "Find the treasure",
"3492618420": "Destroy all the charging devices",
"3492941948": "Go and observe the Kanjou Commission informant",
"3494016212": "Test your wit with Araesha's third riddle",
"3494295582": "Talk to Bolai",
"3494524356": "Eradicate The Withering",
"3494890943": "Enter the Fatui hideout",
"3494897100": "Report back to Ryuuji",
"3495079431": "Dual Missions: Progress and Probe!",
"3495913052": "Report back to Xu",
"3496414708": "Defeat the Abyss Lector",
"3496479172": "Talk to Eula and Amber",
"3496923268": "Go to the cave where the Zohrah Mushroom is located",
"3498955564": "Collect the Xiao Lanterns",
"3499465353": "Wangshu Inn Time Trial Challenge",
"3499840740": "Go to Mondstadt's gate",
"3500305612": "Obtain the Key of the Deep",
"3500594156": "Obtain the offerings from the spirit",
"3501063943": "Talk to Venti",
"3501471039": "Enter the temple",
"3501571180": "Give the retrieved packages to Flora",
"3501684612": "Give Wang Ping'an the Sandbearer Wood",
"3501940556": "Go to the Police Station warehouse",
"3502644900": "Operate the device to repair the path",
"3504086114": "Search for the item Bao'er lost",
"3504135695": "All Returns to Silence",
"3504244424": "Find Eury",
"3504326916": "Talk to Freki",
"3505324540": "Enter the House of Daena",
"3505354700": "Ask Inagi Hotomi for information",
"3505629740": "Wait until the following day (06:00 – 18:00)",
"3507028844": "Talk to the Editor-in-Chief",
"3507534116": "Report back to Gulabgir",
"3507539908": "Use your Elemental Sight to follow Albedo's tracks",
"3507689884": "Talk to Thoma",
"3507743508": "Play hide-and-seek with Dusky Ming",
"3508134471": "Vortex's Wake",
"3508668132": "Go to the camp",
"3509396095": "Hereafter: Return to the Mountains",
"3509474596": "Give the Adventure Coin to Honglang",
"3509623276": "Talk to Zakariya",
"3510234604": "Pick Cecilias",
"3510553404": "Give an item to the hilichurl",
"3511032188": "Follow the star to the destination",
"3512337932": "Go to Wanmin Restaurant",
"3513029076": "Accompany Bennett on a walk",
"3514123820": "Go with Beidou to the fishing village for a walk",
"3514738343": "Varuna Gatha",
"3515331692": "Activate the mechanism",
"3515475847": "Behind the Scenes",
"3516823956": "Report back to the hilichurl",
"3516927272": "Talk to the hilichurl with Ella Musk",
"3517100420": "Ask about the legendary island",
"3517149135": "The Eternal Dream, Ever Lush",
"3517599484": "Protect Teucer, find a way to meet up with him",
"3517755577": "Food Delivery",
"3518109774": "Find the treasure",
"3518420988": "Follow Aranakin",
"3519185932": "Give the Almond Tofu to Iron Ingot",
"3520883716": "Talk to Margaret",
"3521179420": "Talk to Kichiboushi",
"3521415988": "Report to Tsarevich",
"3521688180": "Collect Components",
"3521697591": "A Little Game",
"3522517028": "Collect 3 portions of Core Propulsion by defeating 3 Slimes",
"3523424484": "Talk to Aramis",
"3523428604": "Talk to Aranakin",
"3523923087": "Geri's Gastro-Nostalgia",
"3523986284": "Complete the floral theme",
"3524034188": "Talk to Housein",
"3524747196": "Ask the villagers about Little Liu's whereabouts",
"3525101060": "Play hide-and-seek with Dusky Ming",
"3525214612": "Investigate the ancient ruins",
"3525628572": "Talk to Farghani",
"3526095842": "Talk to NPC",
"3526326308": "Defeat the attacking monsters",
"3526525748": "Talk to Kujou Sara",
"3527011172": "Examine the nearby victims (2/3)",
"3527127596": "Talk to Soheil",
"3527315142": "Talk to Bolai",
"3527349063": "Fatuous Farce",
"3527733316": "Take a photo recording the Cecilia's habitat",
"3527846268": "Talk to The Balladeer",
"3528152335": "Spike Self-Circulation Report: Environs Log",
"3528431388": "Investigate the unusual activity in Nantianmen",
"3528489996": "Use the power of Dendro to \"awaken\" the Golden Rose",
"3528530718": "Defeat the attacking hilichurl",
"3528888169": "Adventure Rank Ascension 3",
"3529286972": "Talk to Ei",
"3529304422": "Meet Timaeus in Mondstadt",
"3529473044": "Collect two sets of Xiao Lantern materials",
"3529642266": "Talk to Little Lulu, Little Fei, and Little Meng",
"3529807308": "Talk to Heizou",
"3529958343": "Doctor's Orders",
"3530315548": "Persuade Susie",
"3530351804": "Clear the surrounding area",
"3530643428": "Take photos of the stray cats and dogs from different angles (1/2)",
"3531146588": "Go into the cave where the Zohrah Mushroom is located",
"3532056852": "Talk to Little Yue",
"3532245492": "Ask Momoyo to start making the fake cadaver",
"3533455396": "Accompany Yoimiya and Klee to see the Irodori Festival",
"3533608932": "Report back to Cloud Retainer",
"3533791096": "Give the fee to Sara",
"3533877508": "Go to the Kanjou Commissioner's Office to ask about a way to leave Ritou",
"3535139914": "Protect the people on the bridge quest start",
"3535850380": "Defeat all the hilichurls",
"3536162812": "Talk to Nahida",
"3536910263": "Defeat Dvalin",
"3537519364": "Investigate the mechanism",
"3538170268": "Talk to Dunyarzad",
"3538233164": "Obtain the Spirit Pearl",
"3538234660": "Pursue Kageroumaru again",
"3538839084": "Defeat the Bathysmal Vishaps",
"3538978604": "Go to the wharf to search for abandoned goods",
"3539234212": "Look for valuable items",
"3539267321": "Look for traces of the adepti in Jueyunjian",
"3539834884": "Speak to Chef Mao",
"3540057428": "Release all the Flames of the High Gate",
"3540535711": "An Art to Be Honed",
"3540580860": "Repair the ward",
"3540932588": "Water Blazing Heart with Glacial Spring Water",
"3541451551": "Hunt down Raptor",
"3541478212": "Look for Keqing",
"3541552484": "Talk to Taisuke",
"3541611860": "Follow the scent and look for clues",
"3541869316": "Go to Wolvendom",
"3542236116": "Close \"Hymn of the Holy Land\"",
"3543382964": "Search for the place where the Delusions are being made",
"3543684880": "Talk to Ella Musk",
"3543986143": "Nilotpala Cup Beast Tamers Tournament",
"3544030332": "Defeat all opponents",
"3544179724": "Report back to Huai'an",
"3544515004": "Help Xamaran's kin",
"3544700884": "Follow Kichiboushi",
"3545644623": "Go deeper into Wolvendom",
"3546068040": "Scare off the pigeons",
"3546745951": "Prospecting Thieves (Continued)",
"3546850766": "Talk to the stranger",
"3546959668": "Go back and talk to Kaji",
"3547031308": "Go to the broken bridge in front of the Dainichi Mikoshi",
"3547366127": "Farewell, Sweet Salt",
"3547620628": "Deliver the knowledge capsule containing Moseis' consciousness to the Akademiya",
"3547723572": "Find the missing stones",
"3548060356": "Clean up the Withering Zone",
"3548576196": "Report back to Taisuke and Eiko",
"3548691572": "Go to the entrance to the ruins",
"3548965340": "Purchase and learn recipes for Paimon's favorite dishes",
"3548989711": "A Teapot to Call Home: Part I",
"3550267716": "Eavesdrop on their conversation",
"3550331772": "Open the door",
"3550338487": "Face the Abyss Order head-on at Mondstadt's front gate",
"3552036020": "Head deeper into Stormterror's Lair",
"3552072220": "Collect 4 White Iron Chunks",
"3552609280": "Talk to Paimon",
"3552751316": "Head to the adventurer camp",
"3553789436": "Go to the northern section of Liyue Harbor and look for Kazuha",
"3554193076": "Fend off the Treasure Hoarders",
"3554280004": "Give the three servings of Fresh Fish to Parvaneh",
"3554942412": "Talk to Huffman",
"3555023212": "Enter the mirage door",
"3555315276": "Set up the riddles with Drusus",
"3555340508": "Talk to Shenhe",
"3555955068": "Check out the mysterious person before you",
"3555977428": "Speak to Albedo",
"3556769996": "Talk to Ryuuji",
"3556819476": "Go to Wikala Funduq to look for Alhaitham",
"3558293476": "Talk to Ryuuji",
"3558501417": "Good Sign",
"3558542076": "Talk to Atsuko's parents again",
"3559420604": "Purify the large crystal",
"3559502428": "Go to the cave below the Grand Narukami Shrine",
"3559651484": "Follow Rana",
"3560136316": "Go to Inazuma",
"3560182068": "Talk to Geri",
"3560226516": "Collect Starsilver at the cavern's entrance",
"3560310767": "Clear the ruins",
"3560729812": "Purify the large crystal",
"3560882223": "Return of the Jade Chamber?",
"3560943452": "Travel to Tsurumi Island",
"3562001056": "Enter Tavern",
"3562242724": "Go to the scene of the incident to check out the situation",
"3563537044": "Go with Gorou to find Miwa",
"3563578348": "Enter Vanarana",
"3564338508": "Destroy the abode's barrier",
"3564470188": "Travel to Tsurumi Island",
"3565059004": "Talk to Gorou",
"3565268572": "Take a photo recording the Calla Lily's habitat",
"3565727623": "Find Amber and ask about the boy from Wolvendom",
"3566303111": "Hidden Option 2 unlocked",
"3567320860": "Leave the secret lab",
"3567600788": "Go to Qingce Village",
"3568100892": "Talk to Aragaru",
"3568210110": "Hydro: Duration Extension|1 Character {param5:F2}s",
"3568215636": "Climb the tree and take down the Xiao Lantern",
"3568747175": "The Firework Girl's Strange Stories",
"3568777444": "Ask Hosseini some questions",
"3569385084": "Ask around in the store",
"3569648412": "Break Suda's Flow at three locations",
"3571088775": "Hidden Option 1 unlocked (Hidden)",
"3571309207": "The Continuation of the Sabzeruz Festival",
"3571555580": "Talk to Arama",
"3572398916": "Awaken the Fungi's potential",
"3572549348": "Look for more clues",
"3572584748": "Use the Kusava to break the seal on the Yajna Grass",
"3572887367": "Dwarkanath's White Iron Chunks",
"3573524292": "Sweep up the pile of leaves",
"3573925708": "Look for traces of the other group's members",
"3574859548": "Observe the installations in the camp",
"3575132900": "Unlock the secret of Tianqiu Valley",
"3575593644": "Wait till the next morning (08:00 – 12:00) and talk to Fushizome",
"3575683591": "The Almighty Arataki Great and Glorious Drumalong Festival",
"3575707108": "Defeat the Eremites",
"3575804711": "Where the Dandelions Find Rest",
"3575865540": "Follow Tsuyuko's instructions and activate all the altars",
"3575985324": "Tell the International Trade Association about what really happened",
"3576432932": "Find the lost conches",
"3576774708": "Approach Kazuha",
"3576817180": "Find Master Masakatsu",
"3576818855": "Confessions of an Outlander",
"3576947276": "Talk to Eula",
"3577707572": "Go to the editor's house",
"3577720836": "Acquire some Thick Hydro Slime Condensate",
"3577847436": "Talk to Cyrus",
"3577881964": "Talk to Linling",
"3578118052": "Talk to Swan",
"3578144804": "Talk to Helbet and Kayvan",
"3578515356": "Talk to Anna",
"3578656580": "Wait until evening (18:00 – 20:00)",
"3578823407": "Give the Chicken-Mushroom Skewer to Lynn.",
"3578935636": "Wait until the following day (10:00 – 14:00)",
"3579484860": "Talk to Kichiboushi",
"3579979886": "Go to Third-Round Knockout",
"3580225980": "Go to where the bonsai is once the island's anomalies have stabilized",
"3580628351": "Question and Answer",
"3580659268": "Continue exploring",
"3581026932": "Remove the \"juvenile antics\" left on the Thunder Sakura by the Treasure Hoarders",
"3581650388": "Clear the water veins that flow through the mountains",
"3582236348": "Talk to Leon",
"3582425916": "Report back to Ippei and Shinnojou",
"3582653348": "Go to the 2nd floor of Yanshang Teahouse",
"3582722255": "Stormterror's Forgiveness",
"3582896580": "Water the flowers",
"3583099636": "Talk to Keqing",
"3584120452": "Head to the Yasna Monument and look for Aranakula",
"3584208612": "Talk to Ryuuji",
"3585121836": "Talk to Mr. Iron Abacus",
"3585179892": "Talk to Diona",
"3585374927": "Herbalist's Forage",
"3585594180": "Enter the underground ruins",
"3586184948": "Wait until the appointed time (the following day)",
"3587654812": "Touch the feather",
"3587684385": "Speak to Alrani",
"3588164364": "Talk to the Raiden Shogun",
"3588205316": "Find the treasure",
"3589387937": "Talk to Bao'er",
"3589867202": "Look for a will",
"3590462584": "Decide if 08 or 10 are complete",
"3590660804": "Follow the strange traces",
"3590726247": "Give a Wolfhook to Razor",
"3590742012": "Find where the \"children are hidden\"",
"3590781431": "Talk to Paimon",
"3591065855": "A Secretary in a Sea of Humanity",
"3592046840": "The hilichurls have been startled awake",
"3592207204": "Go to the Floral Jelly vendor",
"3592224452": "Complete Zhiqiong's commission",
"3592314988": "Talk to Paimon",
"3592902388": "Recommend and explain the contents of the book to Ei",
"3593042879": "Mountainous Summons",
"3593093692": "Talk to Lyra",
"3593406572": "Talk to Shiki Taishou",
"3594255532": "Thaw all the shards out",
"3594354292": "Continue looking for clues at the wharf (1/2)",
"3594551124": "Ask Jazari for information",
"3594551260": "Talk to Kuki Shinobu",
"3595233004": "Go to Khaj-Nisut's upper floor",
"3595750988": "Report back to Azalai",
"3596603743": "Talk to Lisa",
"3596759052": "Go to the northern section of Liyue Harbor and look for Kazuha",
"3597014948": "Give a set of Dandelion Seeds to Brook",
"3598432167": "Hyakunin Ikki: Golden Whirlwind",
"3598663700": "Go to Aisa Bathhouse to search",
"3599481620": "Defeat the Hilichurls as requested by Tsarevich",
"3599653788": "Learn how to make the specified drinks",
"3600303340": "Collect Sumeru Rose Seeds",
"3600854788": "Talk to Asakura",
"3601376068": "Light the torches at night (20:00 – 24:00)",
"3601511908": "Follow Kujou Sara into the Tenryou Commission Headquarters",
"3603219964": "Talk to Gygax",
"3603298084": "Release all the Flames of the High Gate",
"3603333636": "Report back to Godwin",
"3603677668": "Rendezvous with everyone",
"3603820660": "Clear out the nearby monsters",
"3604152198": "Explore the domain and find the Abyss Mage",
"3604582396": "Head beneath the Dainichi Mikoshi to look for Tsumi",
"3604962908": "Discarded",
"3605612436": "Talk to the strange Fatuus",
"3606455590": "Look for the ingredients Paimon needs",
"3606811367": "Kourosh's Sumeru Roses",
"3607143060": "Board your Waverider to continue the salvaging operation",
"3608254084": "Search for the path to the Warding Stone",
"3608637927": "A Bewildering Fate",
"3609170156": "Meet up with Xudong",
"3610437020": "Speak to Childish Jiang",
"3610923036": "Continue heading to the desert auction",
"3611125319": "Brook the Carnivore",
"3611731343": "Special Training",
"3612436844": "Go to the Ministry of Civil Affairs and report to the Millelith",
"3612691980": "Talk to Paimon",
"3612935500": "Report back to Cyrus",
"3613610524": "Talk to Arama",
"3613881214": "Talk to Xiangling at the Cooking Showdown",
"3614690492": "Go to Xinyue Kiosk for the meal appointment",
"3615419996": "Offer a Sango Pearl to the seven royal tombs",
"3616002956": "Keep following the scent and looking for clues",
"3617007087": "Speak to Lynn",
"3617063470": "Give the Qingxin flower to Tic",
"3617222596": "Return to the outside of the lake to check Wolfgang's notes",
"3617925628": "Land safely in the designated location",
"3617977196": "Investigate the trees inside Ashvattha's Concourse",
"3618401756": "Report back to Lenne",
"3618629879": "Go to Venti",
"3619293828": "Find a way to enter the robot",
"3619403444": "Ask the Millelith about the situation",
"3619709996": "Leave Uyuu Restaurant",
"3619823455": "The Littlest Journey: Non-Emergency Food",
"3619986808": "Talk to angry Ellin 2",
"3620270239": "The Many Matters of the Moonchase Festival",
"3620472828": "Enter the new space",
"3620740303": "A Short Encounter with a Rare Bird",
"3621217276": "Use Elemental Sight to find Viktor's lost box",
"3621282858": "Defense rollback",
"3621612088": "Talk to Ella Musk",
"3622522172": "Defeat the Treasure Hoarders",
"3622790527": "Across the Sea",
"3623462327": "Chat to the locals (Cyrus)",
"3624971012": "Ask Tighnari about the situation",
"3625703924": "Talk to the Kairagi",
"3625906300": "Leave the cave",
"3626118188": "Catch up with Mamesuke and Shibasuke",
"3626530908": "Open the cage",
"3626637764": "Talk to Venti",
"3628125756": "Find Yicheng a dish that can fill his stomach",
"3629279572": "Go to the spot Paimon mentioned",
"3629393212": "Open your Inventory and use the Canned Knowledge",
"3630786956": "Give the rent to Goth",
"3631955287": "Search for the hidden book",
"3632437023": "Collect Wolfhook",
"3633102340": "Talk to everyone",
"3633315804": "Talk to Yelan",
"3633474671": "Talk to Jean",
"3634199612": "Discarded",
"3634810508": "Leave the Domain",
"3635228655": "Defeat the slimes",
"3635575420": "Talk to Goth",
"3636481796": "Talk to Yae Miko",
"3636519824": "Collect the required ingredients",
"3636645028": "Look for the missing pieces of the toy castle",
"3636706199": "Talk to Huffman outside the Knights of Favonius Headquarters",
"3636879172": "Talk to Paimon",
"3638075212": "Talk to Parvaneh",
"3638382852": "Talk to Jack",
"3639085430": "Report back to Zhihua",
"3639592404": "Destroy the Anemo Amber",
"3640040580": "Defeat all opponents",
"3640708476": "Speak to Albedo",
"3641697200": "Talk to Draff",
"3642134748": "Give the bait materials to Kayvan",
"3642167159": "Secret of the Scorching Desert",
"3644647495": "Three to Get Ready, and Here We Go",
"3645107556": "Release all the Flames of the High Gate",
"3645136596": "Enter the dream",
"3645207911": "Academic Exchange",
"3645291452": "Find the treasure clue nearby",
"3645337164": "Ask the villagers about Little Liu's whereabouts",
"3645722316": "Find Arashakun in the cave",
"3645777884": "Go to Seirai Island and take pictures",
"3646070756": "Talk to Henning",
"3646653311": "The Sparrow Studies the Blade",
"3646720860": "Look for the three hidden people",
"3646984020": "Finish acting out the Interlude",
"3647965308": "Follow the path",
"3648670060": "Go to the Grand Bazaar",
"3649081519": "Aranaga's Memory",
"3649108372": "Continue forward to witness the farewell ceremony",
"3649254423": "Follow the route and fly to the finish line in time",
"3650062412": "Read the letter",
"3650441372": "Try to open the sarcophagus",
"3651228188": "Go to the camp",
"3651586012": "Destroy the Perches",
"3651953304": "Talk to Ella Musk",
"3652214788": "Talk to Aragaru",
"3652860876": "Explore further and find cooking ingredients",
"3653258652": "Accompany Klee to return the box to Mona",
"3653291516": "Observe the Sumeru Roses to find the hidden song",
"3654551826": "Listen in on Sisi and Chaoxi's conversation",
"3654785455": "Yata Kouki's Order of Ore",
"3654969116": "Talk to Leon",
"3655730316": "Enter The Brutal Divergence",
"3656337660": "Investigate the abandoned camp",
"3656442599": "Negotiation with NPC 2 failed - combat loop",
"3656533247": "\"Hello,\" \"Thank You,\" and the Final \"Goodbye\"",
"3657382516": "Look for the invoice from Second Life",
"3657769108": "Go to the designated place after nightfall (00:00 – 06:00) and defeat the Treasure Hoarders",
"3657815911": "The Gourmet Supremos: The Deep Divers",
"3658027060": "Tell Chongyun the truth",
"3658378052": "Complete the floral theme",
"3658705924": "Use Anemo or Hydro to help Jiangcheng clean the house",
"3658881128": "Fend off the angry hilichurls",
"3658908327": "Unlock the Teleport Waypoint",
"3658944308": "Collect Treasure Hoarder Loot",
"3658988516": "Talk to Laid Back Ling'guan",
"3659187500": "Talk to Tacit Tingfang",
"3659982527": "Result: Lisa in a bad mood (Hidden)",
"3660153799": "Endless Smoke",
"3660481476": "Activate the mechanism in the center of the hall",
"3660900548": "Enter the pilot cabin",
"3662060068": "Go back to where Akira is hidden",
"3662186180": "Change the stone formation on the right side of the bonsai to Leisurely Rocks",
"3662420380": "Talk to Eiko",
"3662479952": "Observe Nimrod",
"3662713351": "Tuned to the World's Sounds",
"3663228972": "Head to Mondstadt's market district",
"3663266252": "Go look for Nimrod at the tavern",
"3663587956": "Follow the unresponsive person discreetly",
"3663965798": "Try using the mechanism",
"3666504452": "Head to the designated location",
"3666608975": "Find Venti at Windrise",
"3667549148": "Look for suitable scenery",
"3667767860": "Examine the nearby victims (1/3)",
"3668047876": "Go to Ritou and talk to Thoma",
"3668368080": "Defeat the slimes",
"3668563551": "Fend off Stormterror",
"3668759228": "Remove the \"juvenile antics\" left on the Thunder Sakura by the Treasure Hoarders",
"3669469532": "Talk to Sara",
"3670176366": "Ask tavern patrons about the strongest fighter in Mondstadt",
"3670723084": "Go to the designated place",
"3670802556": "Go to the gigantic conch",
"3670877868": "Show the Orders to Harry",
"3670927828": "Defeat the Ruin Guard",
"3671271508": "Talk to Wrench Wang",
"3671326268": "Talk to Cyrus",
"3672122268": "Collect the last goods with Nilou",
"3672559260": "Help Hatim select a Golden Dish",
"3672939068": "Take the miner to a nearby camp to rest",
"3673261444": "Complete the challenge",
"3673358084": "Talk to Henry Morton",
"3673732436": "Go to the Sanctuary of Surasthana",
"3673750548": "Talk to Eiko",
"3673929236": "Look for the former aristocrat in the city",
"3673972676": "Investigate the strange ice",
"3674375316": "Investigate the room with Bennett",
"3674875710": "Catch up to Xiangling in the ruins",
"3674986072": "Talk to Wagner the blacksmith",
"3675000140": "Wait at The Five Kasen Plaza",
"3675248892": "Talk to Leon",
"3675358151": "Go to the Knights of Favonius Headquarters",
"3675459964": "Talk to Cyrus",
"3675844385": "Look for traces of the adepti in Jueyunjian",
"3675884716": "Go to the western slope of the mountain to search for Joel's father",
"3676249831": "Talk to Sara",
"3676532209": "Presumption of Innocence",
"3677685012": "Defeat Marana's Avatar",
"3677720004": "Return to the campsite and hear Albedo's conclusions",
"3677936524": "Obtain the offerings from the spirit",
"3678464064": "Talk to Timaeus",
"3679238508": "Talk to Sister Victoria",
"3679876524": "Go to Ritou and look for Bertrand",
"3681025372": "Clean out the Treasure Hoarder logistics camps",
"3681328656": "Collect rope",
"3681842956": "Collect another batch of goods with Nilou",
"3682043446": "Find Childe",
"3682077071": "Go to the training spot",
"3682411242": "Talk to Little Lulu, Little Fei, and Little Meng",
"3682705823": "Room 5 — combat loop and pin quest",
"3683198103": "Farewell to the Past",
"3683199500": "Talk to Paimon",
"3683961412": "Talk to the hilichurl",
"3684829036": "Claim the mail",
"3685782356": "Head to Dragonspine's Statue of The Seven and place a package there",
"3685999380": "Talk to Kamisato Ayaka",
"3687452924": "Defeat the Dendro Slimes",
"3687483908": "Find the source of the voice",
"3687668948": "Defeat all opponents and clear the obstacles",
"3687857860": "Help Hatim select a Golden Dish",
"3687869359": "The Mysterious Wangsheng Parlor",
"3688909073": "Yanxiao's Dilemma",
"3689700492": "Follow the footprints",
"3689751164": "Go to Komore Teahouse",
"3689911687": "Small-Scale Changes",
"3690113396": "Go back to Northland Bank for a confrontation",
"3690263588": "Continue talking to the locals",
"3690341556": "Defeat all opponents",
"3690529340": "Play hide-and-seek with Dusky Ming",
"3690620916": "Advance Quest progress",
"3690644748": "Examine the great gate and look for a way to progress",
"3690835999": "Cost-Effective Hook",
"3691023892": "Wait for the auction to start (16:00 – 18:00)",
"3691157380": "Go to the place on the lake island where the notes were left",
"3691394868": "Patrol the Chasm's perimeter",
"3692219468": "Talk to Shitou",
"3692450566": "Cut a deal with the hilichurl",
"3692548887": "Wanmin Fresh",
"3692829756": "Talk to Jinwu",
"3692941092": "Check the suspicious location and eliminate any threats",
"3693276468": "Find the remaining consciousness of Greater Lord Rukkhadevata",
"3694156310": "Head to the karma-heavy cavern",
"3694762852": "Go to Amakane Island",
"3694775644": "Look for clues",
"3696666948": "Talk to Muning",
"3696670356": "Investigate the ore pile",
"3697931572": "Continue exploring",
"3698861340": "Wait until the following night (18:00 – 6:00)",
"3699073239": "Talk to Diluc",
"3699268532": "Go to the designated location to investigate",
"3700139652": "Check on Tighnari and Dehya",
"3700146084": "Go to the training location and activate the Ley Line Monolith",
"3700277876": "Go to Qingce Village",
"3700554100": "Look for Zhiqiong, who went off on her own",
"3700557980": "Talk to Cyrus",
"3700942783": "Crash Course on Inazuman Fashion",
"3701001436": "Catch fish by the river",
"3701237956": "Talk to Brother Qian",
"3701832300": "Report back to Hosseini",
"3702381444": "Catch up with Shiyun and Boyi",
"3702434708": "Follow the path",
"3702598916": "Prepare to make camp",
"3702878428": "Listen to Kokomi's speech",
"3703068719": "Adventurers in Windblume",
"3703164316": "Talk to Yanfei",
"3703991964": "Talk to Lily",
"3704006516": "Go to the place that Arama mentioned",
"3704611212": "Find Asakura, who issued the commission",
"3704993204": "Give three Cecilias to Chloris",
"3705444062": "Talk to Huai'an",
"3705493636": "Search for repair materials in the camp",
"3705599111": "Alfred's Bouquet",
"3705621548": "Talk to Layla",
"3705680620": "Talk to Yasmin",
"3705777436": "Return to the ceremonial site",
"3706248844": "Talk to Tirzad",
"3706311391": "The Millennial Mountains",
"3706441140": "Talk to everyone",
"3706600756": "Talk to Venti",
"3707042844": "Give a bowl of Delicious Radish Veggie Soup to Arapacati",
"3707062838": "Give the book to Xu",
"3708198375": "The Siege of Qingce",
"3708220407": "Go to the ruins in the woods",
"3708535656": "Talk to Ella Musk",
"3708786420": "Head to the hilichurl camp in the city's outskirts",
"3709242804": "Look for Iotham",
"3709841279": "Use Amber to defeat the airborne slimes",
"3709977652": "Catch up with Klee and retrieve the box",
"3709997964": "Defeat the roving Fatui",
"3710364228": "Talk to Paimon",
"3711190192": "Return to Mondstadt and talk to Jean",
"3711300460": "Clear out the hilichurl camp",
"3711576166": "Listen to the Millelith announcement",
"3712358340": "Go to Mondstadt's gate",
"3713881756": "Place scales",
"3714017496": "Complete 4 Daily Commissions then talk to Katheryne",
"3714694292": "Give the Scarabs to Zakariya",
"3715060820": "Investigate the water in the pool during Evernight",
"3715218508": "Talk to Kozue",
"3715245380": "Talk to Arakanta",
"3716021612": "Look for the two keys to the gunpowder storehouse",
"3716732766": "Talk to Bolai",
"3716816367": "The Heavenly Stone's Debris",
"3716860052": "Solve the nearby mechanism",
"3717077759": "Dream of Farewell",
"3717150188": "Talk to Zhongli and Wanyan",
"3717666252": "Discuss further plans at the entrance to Uyuu Restaurant.",
"3717696924": "Leave the auction with the tracker",
"3718073692": "Find the treasure",
"3718985255": "The Gourmet Supremos: On the Road",
"3719577380": "Search for whatever the ship was carrying",
"3719592327": "Lasting Promise",
"3719639708": "Say farewell to the youkai within the Ley Lines",
"3720826076": "Look for Gulabgir's pet snake food",
"3721185340": "Continue exploring and look for an exit",
"3721569588": "Look for clues in the café",
"3721659148": "Talk to Gorou",
"3721732076": "Enter the castle as the story unfolds",
"3721846588": "Go to Angel's Share and gather intel",
"3722092756": "Defeat the Hydro Geovishap that emerged",
"3722303284": "Talk to Smiley Yanxiao",
"3722601820": "Talk to Kichiboushi",
"3722828916": "Defeat the attacking monsters",
"3723249228": "Accompany Yoimiya and Klee to see the Irodori Festival",
"3724554911": "Perfect Shot",
"3725271884": "Defeat the Hilichurls as requested by Tsarevich",
"3725355592": "Tell Shizhuang the Strong where to find Cor Lapis",
"3725627804": "Talk to Timmie",
"3726739596": "Find a quiet place",
"3726864196": "Go to the Kujou Estate and talk to Kujou Kamaji",
"3726907551": "#{LAYOUT_MOBILE#Tap}{LAYOUT_PC#Press E}{LAYOUT_PS#Press} to unleash Elemental Skill",
"3726993588": "Walk around the beach",
"3727446540": "Report back to Katheryne",
"3727451140": "Defeat all the Treasure Hoarders",
"3727504292": "Talk to Lambad",
"3728246844": "Talk to Ganyu",
"3728560572": "Operate the device to repair the path",
"3728961108": "Use the feather to search for clues",
"3729363975": "Look for the suspicious person",
"3729385228": "Defeat dark smoke 1",
"3729871716": "Listen to and solve the troubles of the citizenry",
"3729881212": "Give two steaks for Manly Jack",
"3730374260": "Activate the device",
"3730681374": "Go back to Liyue Harbor and witness the last day of Lantern Rite",
"3731639428": "Talk to Farghani",
"3731686548": "Offer a Sango Pearl to the seven royal tombs",
"3731769036": "Talk to the people",
"3731975119": "Join the Eremites and Embrace a Wonderful New Life!",
"3732419311": "Quest Editor Test",
"3733739135": "Defeat incoming opponents",
"3733781668": "Talk to Banu",
"3733783188": "Talk to Iris",
"3735275503": "Royinjan's Chapter: Linga",
"3735859628": "Talk to Thoma and Kamisato Ayato",
"3736288976": "Begin Cooking",
"3736407012": "Talk to Alois",
"3737220471": "Cooking, the Aroma of Homecoming",
"3738073708": "Wait for printing to finish (14:00 – 16:00 the next day)",
"3738263788": "(tes) Reach the location of a seal",
"3739404580": "Obtain a Vitalized Dragontooth",
"3739636572": "Talk to Nahida",
"3739679828": "Search for the nameless samurai",
"3740245716": "Report back to Azalai",
"3740962132": "Go and spray the potions",
"3741061116": "Talk to Heizou",
"3741238996": "Talk to Lambad",
"3741404991": "Search for elemental marks",
"3742954124": "Talk to Aoi, owner of Tsukumomono Groceries",
"3743208708": "Go to the Withering Zone that needs to be cleaned up",
"3744068708": "Go to the Autake Plains",
"3744749850": "Calm Little Meng and Little Fei down",
"3745150236": "Talk to Maki",
"3745276676": "Go to the roof to clean up",
"3745289508": "Go to the desert auction site",
"3745744292": "Talk to Asagiri",
"3745877828": "Defeat the Eremites",
"3746457804": "Return to Gandharva Ville",
"3746778620": "Ask around for clues about the current situation",
"3747353324": "Defeat all opponents and dismantle their camp",
"3747891988": "Defeat the attacking monsters",
"3748145828": "Report back to Kokomi",
"3748224599": "Exemplary Adventurer!",
"3748848012": "Defeat the monster lurking in The Chasm's depths",
"3749305124": "Talk to Vile",
"3749981687": "Yae Publishing House's Invitation",
"3750104252": "Talk to Arana",
"3750463180": "Apologize to Flora",
"3750577425": "Unleashed 4 - Hidden",
"3750921591": "Good Medicine Is Hard to Come By",
"3751139372": "Return to the mirage and use the shard",
"3751319444": "Give the bait materials to Kayvan",
"3751406836": "Go to Yashiori Island to search for Arataki Itto",
"3751942399": "Give 4 Mist Flower Corolla to Diluc",
"3752046604": "Talk to Xiao",
"3752805740": "Talk to Royinjan",
"3754060508": "Investigate the makeshift camp",
"3754064047": "An Ode to Yonder City",
"3754284999": "Take a seat by Amber",
"3754582724": "Go to where the beacons were set up",
"3754943780": "Go to the Thousand Winds Temple to search for Viktor's lost box",
"3755066460": "Follow Beidou to meet with the trading partner",
"3755148372": "Talk to Kamla",
"3755251132": "Talk to the other hilichurl willing to make conversation",
"3755337004": "Help Tighnari clear the Withering Zone",
"3755543260": "Talk to Wanyan and witness the truth",
"3756675631": "For the Children of the Past",
"3756686268": "Talk to Taisuke and Eiko",
"3757844884": "Talk to Yae Miko",
"3757851255": "Storytelling Method",
"3758013060": "Talk to Yun Jin",
"3758423168": "Prevent progress reset",
"3758606052": "Talk to Arama",
"3758916860": "Defeat the monsters in front of you",
"3759440751": "King of Invokations",
"3759615495": "Connor's Brew",
"3759758798": "Watch the repairing of the bridge",
"3760071884": "Sell the material to the merchant",
"3760082172": "Operate the device to repair the path",
"3760289620": "Talk to Kujou Kamaji",
"3760646782": "Ask tavern patrons about the strongest fighter in Mondstadt",
"3761212988": "Talk to Takeshi at the entrance",
"3761682668": "Talk to Tighnari",
"3761851956": "Talk to Fukumoto",
"3762755788": "Talk to Gorou",
"3763579996": "Look for cooking ingredients in the encampment on the left",
"3763729156": "Talk to Ningguang",
"3763857247": "Go to Good Hunter",
"3763963668": "Head to the designated location",
"3764036460": "Talk to Herbalist Gui",
"3764069148": "Follow Kazuha to the seaside",
"3764343294": "(test)Learn how to make a Xiao Lantern",
"3764650972": "Go back to the Yae Publishing House to find Shigeru",
"3765115412": "Defeat the slimes",
"3765333711": "Wanmin Fresh",
"3765969340": "Talk to Katheryne",
"3766062676": "Obtain the Bloodbranch Coral",
"3766367927": "Shifting Earth and Lost Threads Come to Light",
"3766645476": "Defeat dark smoke 1",
"3766729084": "Talk to Vind",
"3767082164": "Read the information Nikolay left behind",
"3767568244": "Talk to Jafar",
"3767961584": "Talk to Charles",
"3767972084": "Visit Rohawi",
"3767998991": "Hunting Tip",
"3768036988": "Splice the Evermotion Mechanical Painting together",
"3768297124": "Place the beacons",
"3769751356": "Defeat all the slimes",
"3769774236": "Give the invoice to Nervous An",
"3769988836": "Talk to Schubert",
"3770355020": "Talk to Paimon",
"3770990420": "Talk to Tommy",
"3771190180": "Go to Uyuu Restaurant",
"3771243791": "Attaché in Another Land",
"3771620460": "Activate the Purification Device",
"3771966868": "Head beneath the cliff to look for your companions",
"3771987364": "Investigate the goods",
"3773003276": "Report the situation to Inaba Kyuuzou",
"3773282812": "Inquire about recent shipments",
"3773671988": "Go to the exploration team's camp",
"3773804876": "Wait until 07:00 two days from now",
"3774126588": "Go to the place that Keqing spoke of",
"3774804660": "Head for Albedo's campsite",
"3775335538": "Rollback isolation",
"3775339740": "Talk to Nahida",
"3775898785": "(test)璃月石龙",
"3776944164": "Go to the repository to gather information",
"3777054308": "Open the Nine Pillars",
"3777087308": "Follow Pedrush to \"A Moment of Dreams\"",
"3777116255": "To Mondstadt",
"3777557372": "Go out into the wild to investigate",
"3777872257": "The Boars are Attacking!",
"3777956180": "Talk to Wyratt",
"3778084878": "Offer the Delicious Matsutake Meat Rolls",
"3778366220": "Collect materials required to make omamori",
"3779057876": "Go near the marked location and have Pyro applied to you for 15s",
"3779311862": "Pray and make a wish at Yujing Terrace",
"3779355196": "Talk to Antei's afterimage",
"3780144519": "When They Take Off Their Armor",
"3780526156": "Bring the sample back to Akim",
"3782381639": "The Entrance to Tokoyo",
"3782931908": "Defeat Borenka and his minions",
"3782996332": "Ask the soldiers for information",
"3783064740": "Talk to Francis",
"3783693892": "Talk to Viktor",
"3783945596": "Talk to Kano Nana",
"3784718730": "Sweep up the pile of leaves",
"3785217199": "Wisdom Has Built Her House, She Has Hewn Out Her Seven Pillars",
"3785750524": "Talk to the Raiden Shogun within the Plane of Euthymia",
"3785935700": "Go to Dragonspine and look for clues",
"3786324356": "Search the Tomb of Carouses",
"3786373236": "Strike the large purified crystal",
"3787268028": "Talk to Hilmi",
"3787275404": "Continue following Yasmin",
"3788251172": "Find a good spot for cooking",
"3788469372": "Find and light up all the devices",
"3788693487": "Garden Fairies",
"3788701268": "Talk to Kama",
"3789028524": "Go and clear the last Withering Zone",
"3789233308": "Follow Shiyun and Boyi",
"3789465092": "Go to the Skirmish Boats",
"3789694732": "Go back and take a break",
"3789806257": "Troublesome Work",
"3789883025": "Another Day as an Outrider!",
"3790591545": "Lost Key",
"3790880132": "Go to the place Miitoboru sensed",
"3791177792": "Talk to Ella Musk",
"3792196636": "Go to the Mondstadt Cathedral",
"3792422564": "Talk to Juza",
"3792806609": "Break the Eclipse Tribe's Seal",
"3793717396": "Talk to Marjorie",
"3793754716": "Talk to Farghani",
"3794487140": "Talk to Qingzhou",
"3794986404": "Bring the stuff back to Raef",
"3795750868": "Escape from Khaj-Nisut",
"3796025585": "Talk to Landa",
"3796525908": "Go to the Yashiro Commission to witness the denouement of the emergency",
"3796901924": "Open the third volume of \"Hymn of the Holy Land\"",
"3797109974": "Talk to Klee",
"3797768135": "The Missing Village Keepers",
"3797916844": "Talk to the Jade Chamber secretaries",
"3798270886": "Ask Little Fei",
"3798296516": "Leave Caravan Ribat",
"3799297583": "Afratu's Dilemma",
"3799735012": "Open the \"treasury\" front door using the key",
"3800409380": "Follow the scent and look for clues",
"3800505260": "Meet Ayaka at the Kamisato Estate",
"3800552084": "Go to Yujing Terrace",
"3800675092": "Go to The Narrows",
"3801361276": "Talk to Aranakin",
"3801428759": "Encounter in the Woods",
"3802635156": "Leave the Temple of the Falcon",
"3802885588": "Go back and talk to Rafiq",
"3803162500": "Talk to Bennett",
"3803371820": "Go and retrieve the soil",
"3803488580": "Talk to Vardan and Gurgen",
"3803618668": "Give the Dandelion Seeds and Slime Condensate to Brook",
"3803796188": "Follow the footprints to tail the hilichurl",
"3804306009": "Sailor's Treasure",
"3804753524": "Talk to Anna",
"3804905423": "Hammer and Wrench",
"3805175228": "Talk to Xudong",
"3805809746": "Talk to Ella Musk",
"3806214671": "Wishes",
"3806764518": "Obtain Vermillionite from the Ruin Hunter",
"3807380082": "Complete minigame",
"3807452743": "Crash Course on Inazuman Fashion",
"3807715884": "Report back to Naganohara Ryuunosuke",
"3807919068": "Talk to Arama",
"3809129172": "Return to Aaru Village",
"3809538204": "Activate the hot air balloon and transport the Spike",
"3809806740": "Talk to Gurgen",
"3810169769": "Element of Different Nature",
"3810432724": "Report back to Qingzhou",
"3810452492": "Talk to Teppei",
"3810818183": "Festival Utsava",
"3811198276": "Talk to Laid Back Ling'guan",
"3811701622": "Defeat the Hilichurls",
"3812077636": "Jump in",
"3812525516": "Talk to Kamei Munehisa",
"3812551244": "Go to the café and talk to Maddah",
"3812879892": "Talk to Neko",
"3812891884": "Advance Quest progress",
"3812982465": "Adventure Starts with Hide-and-Seek",
"3813058324": "Look for offerings to place before the memorial",
"3813438551": "Where Ancient Stars Align",
"3814214956": "Talk to the Treasure Hoarders",
"3814419636": "Talk to Baishi",
"3814493564": "Time for a debate",
"3814536716": "Follow the Seelie",
"3815028028": "Talk to Anthony",
"3815485836": "Continue exploring",
"3816179868": "Talk to Yasmin",
"3816748780": "Talk to Paimon",
"3816864660": "Go to Mondstadt and look for Glory",
"3817492892": "Attend the auction",
"3818168324": "Go to where Vanarana is",
"3818658312": "Craft Flaming Essential Oil",
"3818830575": "The Moon-Bathed Deep",
"3819251332": "Open the gate to the \"Heart of Watatsumi\"",
"3819598988": "Head to investigate the site of the first anomaly",
"3819685876": "Talk to Mamesuke and Shibasuke",
"3820560868": "Pick some fresh flowers",
"3821761479": "Talk to Diluc",
"3821840428": "Go to Amakane Island and look for the Arataki Gang",
"3822860140": "Examine what the Black Serpent Knights were protecting",
"3823093220": "Wait for Bennett to unlock the gate mechanism",
"3823229500": "Take a photo of Yun Jin",
"3824091724": "Search in the tree for 3 traces of the wind",
"3824522116": "Talk to Kamisato Ayaka",
"3825121644": "Talk to Jiayi",
"3825482823": "None",
"3825924308": "Search the Aranara house for clues",
"3826181287": "Sakura Arborism",
"3826310764": "Talk to Ooshima Junpei",
"3826841644": "Defeat opponents",
"3827436628": "Talk to Ruu at the designated location",
"3827451292": "Look for Xavier",
"3828037684": "Look for valuable items",
"3828571692": "Obtain the fragment of the Reins of Revival",
"3828844804": "Obtain \"Before Sun and Moon\"",
"3829006852": "Talk to Kokomi",
"3829080729": "Diamond in the Rough...",
"3829272239": "Explore the temple's depths",
"3829490945": "Pubuqun Time Trial Challenge",
"3829860823": "Floating Spirits — The Investigation Begins",
"3830795415": "One for the Foodies, Two for the Show",
"3832016548": "Look for the kitty near the Cathedral",
"3832539726": "Look for Zhongli",
"3834764836": "Talk to Bennett",
"3835015220": "Talk to Madame Ping",
"3835235824": "Talk to Wyatt",
"3835366364": "Talk to Ganyu",
"3835437542": "Talk to Bolai",
"3835463568": "Go and talk to Ellin",
"3835482452": "Defeat the ambushing Eremites",
"3835527700": "Follow the footprints",
"3836140492": "Talk to your opponents",
"3836874663": "Follow Amber's instructions and take the exam again",
"3837361495": "A Gifted Rose: Ballad of Days Gone By",
"3838914724": "Go to the Raffle Machine",
"3839419212": "Feed the dog a serving of Fowl",
"3839863311": "Negotiation with NPC failed - return",
"3840800247": "Find a gift for Lisa (Hidden)",
"3841353252": "Report back to Gulabgir",
"3841500388": "Return to Mt. Kanna",
"3841556124": "Leave Caravan Ribat",
"3841694161": "And This Treasure Goes To...",
"3841744556": "Follow Diona",
"3842172324": "Continue exploring",
"3842827908": "Talk to Rudolf",
"3843259884": "Defeat the slimes",
"3843992188": "Catch up to Dainsleif",
"3844171452": "Talk to the hilichurl",
"3844272780": "Go to Puspa Café",
"3844348580": "Talk to Anthony",
"3844860772": "Go to the designated location",
"3844912777": "Unleashed 6 - Hidden",
"3844929900": "Fetch the materials for building the ship",
"3844969916": "Talk to Nahida",
"3845001572": "Go to the Withering Zone that needs to be cleaned up",
"3845364423": "Threaten NPC 2",
"3845574108": "Talk to Wang about the treasure",
"3845755260": "Rescue the bake-danuki",
"3845848084": "Talk to Jazari",
"3845853705": "Ask the locals of Qingce Village about the fragments",
"3845956239": "Housein's Harra Fruits",
"3845967724": "Look for a spot to set up a tent",
"3845986364": "Talk to Furong",
"3846069084": "Check on Ilman, who is depressed",
"3846214488": "Begin Cooking",
"3846558620": "Complete Cloud Retainer's trial",
"3846768748": "Cook Delicious Jade Parcels",
"3847004220": "Seek solutions on Watatsumi Island",
"3847576044": "Look for bait materials",
"3847590580": "Defeat all opponents",
"3847622268": "Talk to Jiayi",
"3847818620": "Look for Aranakula nearby",
"3847950834": "Find the clue",
"3848008943": "Risen Moon Chapter",
"3848490612": "Wait until the appointed time (two days later)",
"3848789300": "Go to Caravan Ribat",
"3848805116": "Listen as Hu Tao tells Luocheng the truth about the exorcism",
"3850389058": "Light the torch",
"3850743214": "Watch the repairing of the bridge",
"3851109460": "Go to the deeper part of the dream",
"3851168428": "Talk to everyone",
"3851262300": "Load the cannonball in together with Zhiqiong",
"3851623831": "Pick a souvenir for Lisa",
"3851701478": "Talk to Madame Ping",
"3852263596": "Craft a Xiao Lantern",
"3852405335": "The Phaethons' Syrtos",
"3853380084": "Talk to Klee",
"3853802924": "Go deeper within and retrieve the diagram of the city's defenses",
"3854745244": "Return to Komore Teahouse",
"3854789556": "Go to the investigation site and perform the rescue",
"3854853215": "Amidst Stormy Judgment",
"3855179327": "Encounter in the Woods",
"3855238884": "Make some food by the fireside",
"3855367536": "Report back to Draff",
"3855694964": "Talk to Orhan",
"3858118724": "Talk to Arama",
"3858235100": "Talk to Kaede",
"3858725644": "Talk to Cyrus",
"3858955836": "Head to the Angel's Share",
"3859485287": "Result: Lisa in a good mood (Hidden)",
"3859506580": "Go to the roots of the Divine Tree",
"3859672580": "Talk to Jean",
"3859693951": "Windrise, Windfall",
"3859726948": "Go to a nearby location and talk to Heizou",
"3860386324": "Defeat all opponents",
"3860542551": "Sneak failure rollback",
"3862260268": "Talk to Jazari",
"3862293215": "\"The Seventh Samurai\"",
"3862433604": "Go to the Nilotpala Cup Arena",
"3862944476": "Open the door using the key",
"3863322524": "Go to Wolvendom",
"3864405968": "Use Elemental Sight to find the key",
"3865362828": "Go to the theater and witness the debate",
"3865424980": "Open the cage",
"3866410583": "Treacherous Thermadon",
"3866463695": "Mutual Exchange",
"3866498644": "Inform A Moment of Dreams' participants of the situation",
"3866531884": "Follow Fujiwara Toshiko to the camp",
"3866746956": "Defeat all opponents",
"3866820936": "Give the trophy and letter to Tunner",
"3867047684": "Go to the site of the broken seal",
"3867772372": "Investigate the darkened Enkanomiya",
"3867827830": "Apologize to Draff",
"3868150108": "Go to the \"dandelion meadow\"",
"3868274672": "Use Elemental Sight to find the cart loaded with Cor Lapis",
"3868472780": "Investigate the Serpent's Heart during Evernight",
"3868522402": "Talk to Smiley Yanxiao",
"3869186548": "Listen to the voice at the docks",
"3869725564": "Bring the flower pot to Nermin",
"3870008868": "Head to the Angel's Share",
"3870696020": "Talk to Paimon",
"3870720958": "Defeat all opponents",
"3871400828": "Talk to Haniyyah",
"3871516948": "Talk to Vardan and Gurgen",
"3871976252": "Go to the Akademiya with Parvaneh and the rest of the group",
"3872077916": "Collect Ruin Guard Loot",
"3872128431": "Neko Is a Cat: Ding-a-Ling Metal Ball",
"3872569996": "Talk to Eboshi",
"3872683752": "Defeat the nearby enemies",
"3873422671": "Look for the suspicious person using Elemental Sight",
"3873565161": "Dust to Dust",
"3874052828": "Activate the Light Realm Chisel",
"3874507260": "Talk to Muzhen",
"3875936548": "Investigate the picture frame that has changed",
"3876545644": "Talk to Mona as she rests",
"3876778108": "Talk to the person who appeared",
"3877187513": "Charles' Troubles",
"3877899484": "Show Werner the goods from Mondstadt",
"3878189648": "Ask one of the drunkards about the signature cocktail",
"3878423724": "Defeat the attacking monsters",
"3878537158": "Talk to Huai'an",
"3879111032": "Talk to the hilichurl with Ella Musk",
"3879143260": "Check the inventory",
"3879506988": "Give the letter to Kujou Kamaji",
"3881076812": "Go to where Vanarana is",
"3881584664": "Control respawn",
"3881868694": "Talk to Tac",
"3882533340": "Go to the Treasure Hoarder camp",
"3882604428": "Talk to Jafar",
"3882876652": "Purify the large crystal",
"3882926276": "Talk to Sangonomiya Kokomi",
"3883009206": "Defeat the Treasure Thieves",
"3883113232": "Go check the details",
"3884448948": "Talk to Joel",
"3884939556": "Talk to Kazuha",
"3885037020": "Search for the blade mentioned by \"Masanori\"",
"3886330340": "Look for traces of the Abyss Order",
"3887014788": "Talk to Wrench Wang",
"3887778172": "Look for poetic inspiration at the south wharf",
"3888033444": "Go to Chinju Forest",
"3888174199": "Vimana Agama: Dev Delver Chapter",
"3888413912": "Find Slime Secretions",
"3888642367": "Search for the book's elemental marks",
"3888943972": "Talk to Katheryne in Liyue Harbor",
"3889239276": "Obtain the treasure mentioned by Chouji",
"3889976376": "Give the key to Wyatt",
"3890741828": "Wait until two days later",
"3890990076": "Talk to Ruu",
"3891114535": "Shuumatsuban Suspicions",
"3891403532": "Detect dark smoke 2",
"3891407444": "Return to the Grand Narukami Shrine and look for Yae Miko",
"3892625737": "Find a way into the vault",
"3892887164": "Talk to Jean",
"3892919092": "Talk to Arama and enter the Vasara Tree's dream",
"3892950196": "Go deeper into the dream",
"3893093612": "Talk to Jazari",
"3893106076": "Talk to Fukumoto",
"3894074956": "Offer the items before the memorial",
"3894236783": "Theater Mechanicus: Stage of Brilliance",
"3894388679": "Anna the Adventurer!",
"3894744852": "Talk to Kayvan",
"3895569980": "Take Nika to the Eremites",
"3895637735": "The Foolish Fatuus",
"3896561796": "Talk to Cyno",
"3896649724": "Talk to the mysterious shrine maiden",
"3897635393": "Blocked?",
"3898083644": "Go with Anna to complete her Adventurers' Guild commission",
"3898103580": "Talk to Shiki Taishou",
"3898327004": "Leave the arena",
"3898375556": "Go to the headquarters of the Corps of Thirty",
"3898682380": "Give the Special Sakura Bloom to Xudong",
"3898841334": "Leave Northland Bank",
"3900319196": "Talk to Daimon",
"3900873468": "Sail to where the treasure lies",
"3902622134": "Talk to Verr Goldet",
"3904462692": "Go to the Land of the Dendro Archon",
"3904820751": "Testing. Reach the other chore.",
"3905227364": "Fight Oleg",
"3905369084": "Close \"Hymn of the Holy Land\"",
"3905463708": "Look for clues related to the Abyss Order in Wolvendom",
"3905593348": "Awaken the Fungi's potential",
"3906020004": "Talk to your opponents",
"3906138980": "Talk to Arama",
"3906166508": "Go to the Police Station to help Master Masakatsu",
"3906405428": "Check the manifesto carefully",
"3906543228": "Go to the Treasure Hoarder camp",
"3906742316": "Go to the adeptal abode on Mt. Hulao",
"3907312780": "Talk to Heizou",
"3907900372": "Talk to Arama and enter the Vasara Tree's dream",
"3908323492": "Defeat the attacking monsters",
"3908560624": "Give the Wheat to Timmie",
"3909435780": "Light a fire",
"3910802644": "Teach Little Meng how to cook",
"3910839937": "New Horizons of Adventure",
"3911286028": "Obtain the Inscription of Remembrance",
"3912062196": "Go to Qingxu Pool",
"3912173812": "Bring Cyno's introduction letter to Nabil",
"3912569584": "Buyer determiner 3",
"3914117988": "Help the nameless samurai find the wine",
"3914123548": "Defeat all the Fungi and retrieve the plank",
"3914171900": "Talk to Ei",
"3914279660": "Try to lift the seal",
"3914397284": "Find Cyno in Caravan Ribat",
"3914620296": "Talk to Quinn",
"3914653348": "Take some pictures of Cyno",
"3914798180": "Send out invitations to nearby people",
"3914939236": "Go to higher ground and bring the little cat back to the shrine",
"3915285668": "Talk to Noelle",
"3916100220": "Get news of Arataki Itto",
"3917061540": "Follow Captain Night Raven's instructions to pierce the fog",
"3917101996": "Give the drink to Diluc",
"3917235735": "Garcia's Paean: Easy Peasy",
"3917870087": "Flee",
"3920920932": "Give the appropriate dye ingredients to Ogura Mio",
"3922460260": "Head to the mining site",
"3923022500": "Talk to Quinn",
"3923163492": "Give the Windblume to Sucrose",
"3923514252": "Continue looking for runes",
"3924740791": "Neko Is a Cat: A \"Good Turn\" Comes Late",
"3924753140": "Talk to Verr Goldet",
"3925963068": "Talk to Gorou",
"3926283572": "Take photos of the stray cats and dogs from different angles (0/2)",
"3926503420": "Keep looking for a path to the upper level of the tree hollow",
"3926918687": "Leave Domain",
"3927579652": "Defeat Haniyyah",
"3928138383": "Dreams of Bloom",
"3928314556": "Talk to the person by the city wall",
"3928936020": "Observe the shadow on the sundial",
"3929063900": "Talk to Lenne",
"3929165700": "Go to the place Miitoboru sensed",
"3929433940": "Go to the chamber at the center of the ruins' summit",
"3929511572": "Keep following Schubert",
"3929579007": "Hidden clues unlocked (Hidden)",
"3929680236": "Defeat the Fungi",
"3929727548": "Talk to Ningguang",
"3929956908": "Clean up the pollution caused by The Withering",
"3930095802": "Start camera quest",
"3930170372": "Talk to Tighnari",
"3930393476": "Defeat all opponents and clear all the obstacles",
"3930592871": "For A Child's Smile",
"3930606792": "Collect a Divining Scroll",
"3930655004": "Hunt Dusk Birds on the mountains east of Apam Woods",
"3931475148": "Obtain the meat of the Great Snowboar King",
"3931674108": "Activate the mechanism",
"3932765436": "Talk to the Raiden Shogun within the Plane of Euthymia",
"3933296444": "Talk to Paimon",
"3933586244": "Talk to Eula",
"3933655596": "Talk to Beidou",
"3933736276": "Collect firewood",
"3933935924": "Ask the shrine maiden about the situation",
"3934067790": "Continue looking for the right ingredients",
"3934520839": "Go to Paimon",
"3936308732": "Search ahead",
"3936440878": "Find the treasure",
"3936481175": "A Special Guest",
"3938463655": "Herbalist's Forage",
"3938889540": "Investigate the temporary Fatui camp",
"3939118864": "Find two Bird Eggs",
"3939457863": "Problem Conversion: Theory Reliability",
"3940239836": "Head over to Manager Xiao",
"3941275156": "Talk to Félix Yogue",
"3941762502": "Find a place where you can see the whole Witness Sigil",
"3942097671": "Hyperion's Dirge",
"3942654476": "Detect dark smoke 2",
"3942672660": "Search for the ward at the Serpent's Head",
"3942799124": "Head to the Jade Chamber",
"3943122380": "Investigate the reef on the sea surface",
"3943182252": "Talk to Arabalika",
"3943814084": "Leave the ruins",
"3944441316": "Talk to Zakariya",
"3944441583": "Miracle Medicine",
"3945119460": "Speak to Chef Mao",
"3945217591": "Lost in the Snow",
"3945686575": "About That Time We Saved the Tanuki Photo Board",
"3945776711": "Absolutely Unique Delicacy",
"3945967240": "Go to the lakeside and scatter the Wheat",
"3946012988": "Enter the Institute for Toy Research",
"3946941215": "A Path Through the Storm",
"3947114874": "Look around Mingyun Village",
"3948223300": "Follow the footprints and search",
"3948586836": "Talk to Pallad",
"3948706892": "Talk to Hamawi",
"3948778580": "Clear the main road of any monsters and obstacles",
"3949262116": "Report back to Qingzhou",
"3949963748": "Investigate the newly grown plants",
"3951170880": "Look for pigeons in the woods",
"3951413332": "Follow the familiar figure",
"3952036412": "Use Elemental Sight to find Viktor's lost box",
"3952186140": "Defeat the nameless samurai",
"3952223537": "Get the invoices",
"3952407079": "Chilled to the Bone",
"3952421756": "Talk to Nahida",
"3952646396": "Check the lamps along the path",
"3952917812": "Talk to Ruu",
"3952981383": "Knight and Deaconess, Ready for Battle!",
"3953268548": "Go to Stormterror's Lair",
"3953810866": "Sweep up the pile of leaves",
"3953848948": "Talk to Linling",
"3953901332": "Talk to Xavier",
"3954064754": "Help Smiley Yanxiao find Jueyun Chili and Lotus Head",
"3954215311": "Furnish Diluc with the information.",
"3955459604": "Talk to the members of the theater",
"3955546036": "Talk to Yelan",
"3955649228": "Hit Arataki Itto with the beans",
"3955987940": "Give the drink to Eula",
"3957139775": "Clear the ruins",
"3958104012": "Find the \"branch\" with Arakunti",
"3958854196": "Go to the Treasure Hoarder camp",
"3958855332": "Find Anna",
"3959356204": "Check the suspicious location and eliminate any threats",
"3960346676": "Take a picture of Neko from the left side",
"3960681484": "Talk to Eula and say goodbye",
"3962054548": "Defeat the ronin",
"3962516372": "Go to the encampment at night (00:00 – 4:00 the next day)",
"3963171056": "Talk to Xu at the Feiyun Commerce Guild",
"3963447476": "Defeat the Raiden Shogun",
"3963787055": "Vibro-Crystal Projections",
"3964030020": "Talk to Jianqiu",
"3964310503": "Enter scene 1023",
"3964587428": "Discarded",
"3965364476": "Go to the building up ahead",
"3965646540": "Go to the warehouse with Raunak",
"3965920295": "New Beginning",
"3965956924": "Talk to Allan",
"3968791508": "Go to the docks",
"3968830924": "Release the safety on the cannon's breech",
"3968938436": "Tidy the camp up",
"3969518764": "Water the flowers",
"3970896572": "Continue exploring",
"3971560391": "Lost in the Sands",
"3971625150": "Return to Wangshu Inn and look for Starsnatcher",
"3971858564": "Return to Arachatora's pot",
"3972253236": "Plant Frozen Soul's petal",
"3972933732": "Get a Gebratenes Fleisch mit Sauerkraut from Sara",
"3973428242": "Talk to NPC",
"3973450820": "Deliver the food to Laid Back Ling'guan",
"3973815876": "Enter the Akademiya together with Alhaitham",
"3974969649": "Outrider Style",
"3974971908": "Defeat the Fatui",
"3975079198": "Talk to the protector of the shrine",
"3975830732": "Go back to the Cathedral",
"3976535108": "Talk to Xiangling and Smiley Yanxiao",
"3976783668": "Place the stone slates back in their proper places",
"3977010887": "Defender of Childhood Dreams",
"3977312564": "Detect dark smoke 1",
"3977400900": "Go to the Special Training Grounds",
"3977677308": "Follow the path",
"3978631910": "Find the treasure, or go to Bolai for some advice",
"3979124012": "Investigate the area behind the drain",
"3979419164": "Talk to Xavier",
"3980518943": "Go to the Knights of Favonius Headquarters",
"3980551671": "Buyer's Guide to the Statue of Her Excellency, the Almighty Narukami Ogosho, God of Thunder",
"3980594777": "To My Old Friend, Wind Brings My Greetings",
"3980633380": "Talk to Rana",
"3981137626": "Approach the seal mechanism",
"3981311220": "Go to the Ghostfish pool in the south",
"3981399223": "Yavanani's Apples",
"3981424047": "The Origin of the Lanterns",
"3981630188": "Give Klee 3 Delicious Egg Rolls",
"3982031868": "Talk to Arataki Itto",
"3982333344": "Find the cat",
"3983167396": "Return to the Grand Narukami Shrine",
"3983168956": "Go deeper into the dream",
"3983466956": "Give the Jueyun Chili to Little Meng",
"3984170484": "Continue exploring",
"3984581503": "Noelle the Intelligence Operative",
"3985004095": "Three Realms Gateway Offering: Part II",
"3986638700": "Go to Watatsumi Island's shrine",
"3987219492": "Talk to Ningguang",
"3987271652": "Break all the red scarecrows while avoiding the blue ones",
"3987775436": "Help Cloud Retainer complete the dish",
"3987855908": "Give Ooshima Junpei three servings of Raw Meat",
"3988276476": "Head to the counter and get ready to open for business",
"3988840140": "Continue exploring",
"3989911812": "Talk to Paimon",
"3990101364": "Go to the International Trade Association",
"3990229340": "Talk to Beidou",
"3990247908": "Go check the box containing the Vision",
"3990599460": "Talk to the person on the second floor",
"3990749076": "Talk to Laid Back Ling'guan",
"3991457652": "Give a serving of Mondstadt Grilled Fish to Bea",
"3991998484": "Follow the sound to its source",
"3992385398": "Head back towards Liyue Harbor",
"3992423860": "Return to Springvale and place an order with Diane",
"3993247204": "Talk to Rana",
"3993272852": "Wait until the following day",
"3993570316": "Search for the kitten",
"3993574828": "Defeat the attacking hilichurls",
"3993794416": "Complete Charles' commission",
"3993978479": "Host's Invitation",
"3994031748": "Go to Tsurumi Island and look for Ruu once again",
"3994258916": "Talk to Riku",
"3994632548": "Continue the salvaging operation",
"3994768919": "A Timeless Classic",
"3994820172": "Talk to Orban",
"3994903692": "Talk to everyone",
"3995251631": "Legends of the Stone Lock",
"3995274084": "Talk to everyone",
"3996259708": "Talk to Yicheng",
"3996333284": "Clean the Cathedral grounds",
"3998125508": "Talk to Zhiqiong",
"3998953644": "Talk to the nameless samurai",
"3999030828": "Go to the Anemo Archon statue in front of the Cathedral",
"4000310396": "Talk to the mysterious Aranara",
"4000377196": "Defeat the Raiden Shogun",
"4000889644": "Talk to the afterimage",
"4000901276": "Look for the mechanical crab",
"4001155424": "Find Margaret and ask about her commission",
"4001346244": "Pick Dandelion Seeds",
"4001438624": "Use Elemental Sight to find the key",
"4001611428": "Mix Lisa the specified drink",
"4002201492": "Ask Charles about the stranger",
"4003340620": "Wait until the appointed time (08:00 – 12:00 the next day)",
"4003356100": "Talk to Arama",
"4003454692": "Follow the star to the destination",
"4003560471": "Hidden Mercenaries",
"4003668407": "Talk to Barbara",
"4004159020": "Go to the island and check out the surrounding area",
"4004231604": "Talk to Nilou",
"4004359716": "Go to the exploration team's camp",
"4004787756": "Look for three Fresh Sakura Blooms",
"4005340412": "Seize the ingredients back and ensure the safety of the transport balloon",
"4006784975": "Strange Sights, Stolen Souls",
"4006987604": "Talk to Xiao",
"4007317020": "Clear out the hilichurl camp",
"4007880204": "Follow the flyers to find Akira",
"4007886340": "Ask the locals for information",
"4007957308": "Talk to Paimon",
"4007994396": "Examine \"Illumiscreen: Glaze Lily\"",
"4008138044": "Help Cloud Retainer complete the dish",
"4008160260": "Investigate the suspicious soldier",
"4008560928": "Check your bag for the required item - Slime Secretions",
"4008636788": "Talk to Anna",
"4008646436": "Accompany Yoimiya and Klee to see the Irodori Festival",
"4008716164": "Use the Key of the Moon-Bathed Deep to open the door",
"4009214788": "Interlude: Grand Sage Azar Arriving at the Sanctuary of Surasthana",
"4009287327": "Meet Jean and Venti at the Cathedral",
"4009483900": "Go to the Mondstadt plaza",
"4009770076": "Go near the marked location and have Hydro applied to you for 15s",
"4010090764": "Give the Windwheel Aster to Marjorie",
"4010339908": "Enter The Brutal Divergence",
"4010420692": "Climb onto the rooftop and look for a Finch nest",
"4010642012": "Talk to Ryuuji",
"4011123884": "Follow the treasure map to find the treasure",
"4011566244": "Look for Frozen Soul",
"4012048732": "Talk to Akim",
"4012155676": "Accompany Yoimiya and Klee to see the Irodori Festival",
"4012178276": "Talk to Kichiboushi",
"4012195948": "Discarded",
"4012528316": "Enter the Domain",
"4012655439": "Temple Inquiry",
"4013006380": "Talk to the Aranara",
"4013492474": "Complete minigame",
"4013589724": "Return to camp",
"4013965366": "Talk to Huai'an",
"4014652182": "(Dialog after defeating enemies in first combat zone of dungeon)",
"4015309239": "To Traverse the Mortal Plane",
"4015517708": "Go to Sayu's sleeping spot",
"4015995351": "The Snowy Past",
"4016615943": "Those Who Yearn for the Gods' Gaze",
"4016880574": "Intercept Xiangling on her way to Liyue",
"4017252220": "Talk to Owada",
"4017271564": "Give the Slime Condensate to Little Meng",
"4017650612": "Talk to Sister Victoria",
"4018875384": "Craft Shocking Essential Oil",
"4018915564": "Look for your friends on-site",
"4020013124": "Report back to Kosekimaru",
"4020600284": "Give the cooking ingredient to Jafar",
"4020792908": "Talk to Klee and retrieve the box",
"4020823183": "Scenario 3 Trigger",
"4021952244": "Give the Fresh Slime Condensate to Diona",
"4022357263": "Kaeya cutscene",
"4022775372": "Venture into the darkness of Enkanomiya with Ueno",
"4022805903": "The Oni's Justice",
"4023617204": "Follow the footprints",
"4024233244": "Read the stone tablet",
"4024255572": "Go to investigate the Warding Stone",
"4024715495": "Fine Wine From Yesterday",
"4026025268": "Examine the nearby victims (0/3)",
"4026275044": "Deliver the food to Curious Zi'rui",
"4026704620": "Go and pick Qingxin flowers from atop the summit",
"4027503167": "Find a way through the wind barrier",
"4028069476": "Return to the Yashiro Commission to make final preparations",
"4028223406": "Examine the Exuvia",
"4028282700": "Talk to Arapandu",
"4028369324": "Talk to the Knight of Favonius next to the rockfall",
"4029512924": "Move forward without being noticed",
"4029918204": "Give the Wolfhooks to Marjorie",
"4030459188": "Pour pure water into the cooking pot",
"4030555132": "Talk to Little Meng",
"4030587196": "Talk to Aranaga",
"4030630706": "Talk to Paimon",
"4031029735": "The Exile: Sprouting",
"4031532871": "Talk to Amber",
"4031895204": "Go to the place Zaki mentioned",
"4032629841": "Three Flames Light the Way",
"4033148884": "Reach the destination within the time limit",
"4033155564": "Investigate the area below",
"4034895359": "Success",
"4035483492": "Talk to Anna",
"4036162588": "Look for your friends on-site",
"4037460972": "Go to the main road under Mt. Yougou",
"4038058916": "Talk to Teppei",
"4038184124": "Investigate the Wangsheng Funeral Parlor's surroundings while waiting for Hu Tao",
"4038233748": "Give the bait materials to Kayvan",
"4038364700": "Talk to Yun Jin",
"4038424652": "Keep talking to Chouji discarded",
"4039183868": "Defeat the Fatui soldier",
"4039886036": "Defeat the Fungi",
"4040136084": "Talk to Gygax",
"4040838791": "Neko Is a Cat: Shrine Canteen",
"4040984615": "As the Courtyard in Spring Once Appeared",
"4041781196": "Talk to Kaushik",
"4042366700": "Give the present to Changchang",
"4042630079": "The Floral Courtyard: Part I",
"4043410516": "Find the \"branch\" and \"leaves\" with Arapandu",
"4044258127": "To Make Cat Ornaments",
"4045126356": "Talk to the staff",
"4045182879": "Find the location of the buried treasure",
"4045288604": "Follow the treasure map to find the treasure",
"4045310316": "Try to wake Yakov up",
"4045403969": "Head to the Guili Assembly to search for an ancient stone tablet.",
"4045628332": "Talk to Kayabuki",
"4045981775": "A Gifted Rose: Prickly as Thorns",
"4046720612": "Report back to Gulabgir",
"4047186276": "Go to The Emanant Skylight",
"4047497876": "Report back to Juza",
"4048193646": "Talk to the locals",
"4048854508": "Go to Nantianmen and speak with Xiao",
"4048881468": "Show the picture to Ei",
"4049331596": "Defeat all opponents in the encampment on the left",
"4049536668": "Talk to Eula",
"4049784311": "Look for the location in the riddle",
"4050025652": "Follow Kazuha to track down the Vision",
"4050310540": "Search for Khaj-Nisut",
"4050676396": "Proceed deeper within",
"4051466532": "Go to the Statue of The Seven",
"4051481480": "Give the Sunsettia",
"4051805700": "Investigate the strange camp",
"4051843228": "Follow the footprints",
"4052334100": "Give the Xiao Lantern to Chef Mao",
"4052363791": "A Pact That Crosses Time",
"4053036876": "Go into the room underneath",
"4053236132": "Check out the situation at Springvale",
"4053425620": "Use the Kusava to break the seal on the Barsam Flower",
"4053446924": "Talk to everyone",
"4053487124": "Observe the ward",
"4053505228": "Talk to Kama",
"4053563054": "Ham",
"4054003012": "Wait for the performance to end before meeting up (20:00 – 23:00 the next day)",
"4055250300": "Talk to Ryuuji",
"4055476932": "Look for Alrani",
"4055585460": "Retrieve the package near the cavern",
"4055792380": "Look for the person mentioned by Alhaitham",
"4056126252": "Place the strange object by the water",
"4056336372": "Open Gate",
"4056705575": "Escape the Cathedral",
"4057003468": "Talk to Teppei",
"4057147540": "Go under the bridge to check",
"4057864668": "Activate the Ruin Guard",
"4059374420": "Defeat all opponents",
"4060451340": "Talk to Golshan",
"4060667764": "Give ten Sumeru Roses to Kourosh",
"4061496692": "Talk to Mamesuke and Shibasuke",
"4061964751": "Reach the doors of the Adventurers' Guild",
"4062110812": "Head for the summit to search for Joel's father",
"4062148249": "Turning Point",
"4062260868": "Ask the villagers about Little Liu's whereabouts",
"4062511996": "Wait until nighttime (21:00 – 24:00)",
"4062603172": "Find Benben",
"4062782143": "To Hear Mortal Hearts",
"4063407580": "Talk to the Aranara",
"4063819252": "Go to Pardis Dhyai",
"4064113036": "Open the third volume of \"Hymn of the Holy Land\"",
"4064397919": "Talk to Kaeya",
"4064910876": "Look for your friends on-site",
"4065007204": "Go to the tournament arena",
"4065085809": "Little Chef on a Hunt",
"4065475824": "Talk to Nora",
"4065482969": "The Lost Relic",
"4065673204": "Talk to Wang'ya",
"4065912284": "Examine the strange device",
"4066233132": "Talk to Diona",
"4066396996": "Talk to Hatim",
"4066961556": "Go to the Adventurers' Guild",
"4066987156": "Talk to Kazuha",
"4067574380": "Talk to Shibata",
"4068767809": "Big Pudgy Problem!",
"4069099972": "Go to the resistance camp",
"4069333656": "Talk to Vind",
"4069761594": "Find Lotus Head",
"4070254636": "The dream is out of control",
"4070607236": "Go to the Yashiro Commission to take part in the housekeeping course",
"4071222196": "Seal the Warding Stone",
"4071370868": "Defeat your opponents",
"4071874444": "Talk to Aranakin",
"4072014772": "Speak to Childish Jiang",
"4072207076": "Go to Sea Gazer's abode",
"4072425916": "Hide next to the camp",
"4073332223": "Go to the foot of the cliff",
"4073616527": "This Novel Seems... Problematic?",
"4073663588": "Follow the strange star",
"4074025700": "Give materials that can be used as medicine",
"4074127260": "Go to Wanmin Restaurant in Liyue Harbor",
"4074181316": "Collect the Xiao Lantern",
"4074286460": "Ask for Paimon's opinion",
"4074912068": "Go back and water the plants",
"4075327500": "Walk around Mondstadt",
"4075809716": "Go to Komore Teahouse",
"4076165910": "Talk to Starsnatcher and find out what happened",
"4076347980": "Go to the arena",
"4077110212": "Follow Zhiruo",
"4078056924": "Use the key to free Shinnojou",
"4078059974": "Talk to the squad of the Millelith",
"4078363583": "Meet Lisa at the temple",
"4079320990": "Find the treasure",
"4079397641": "Ending Note",
"4079517108": "Pass the box to Baiwen",
"4080551248": "Escort the transport balloon.",
"4080881828": "Go near the Grand Narukami Shrine",
"4081452124": "Talk to Garcia",
"4082273444": "Descend into the cave",
"4082945604": "Investigate the room located deep within",
"4084209916": "Talk to Arayesh",
"4084479732": "Talk to Kaeya and Rosaria",
"4084906863": "Hilichurl Justice",
"4084913860": "Talk to Helbet and Kayvan",
"4084996420": "Talk to Kid Kujirai",
"4086070764": "Go to Bantan Sango Detective Agency",
"4086369796": "Head to the port",
"4086525815": "Talk to the perky girl",
"4087282495": "Qingce's Lanterns",
"4087509484": "Gather 12 chunks of Crystal Marrow",
"4087620839": "Defeat the nearby hilichurls",
"4087651716": "Deliver the food to Tacit Tingfang",
"4087922335": "Look for the suspicious person using Elemental Sight",
"4088396800": "Decide if 08 or 10 are complete",
"4088443596": "Talk to Yae Miko",
"4089298036": "Give 3 Qingxin flowers to Qiu'ge",
"4090198132": "Talk to Aragaru",
"4090870612": "Go and confirm the ship's condition",
"4092414220": "Defeat the Vagrants",
"4092768871": "Fungal Fracas",
"4093106382": "Defeat the hilichurls and their roadblock",
"4093153143": "Eat It While It's Hot",
"4093588751": "The Saga of Mr. Forgetful",
"4094645820": "Go to the Weinlesefest to make the wine pulp",
"4095027764": "Talk to Master Lu",
"4095297124": "Return to the Nilotpala Cup Arena",
"4095599212": "Go and save Shinnojou",
"4095681092": "Approach the door on the bridge",
"4095758500": "Bring the completed dish back to Tang Wen",
"4095802087": "A Toast to Victory",
"4096079124": "Take a picture of Kichiboushi",
"4096239644": "Talk to Ruu and the others at the designated location",
"4096622844": "Talk to Hosseini",
"4096925788": "Talk to Xavier to begin the shoot",
"4096951492": "Hit the Inazuma City streets",
"4097360964": "Track Benben down",
"4097676679": "The Gourmet Supremos: The Importance of Eating Well",
"4097754764": "Talk to Katheryne",
"4097916932": "Activate the tower controller",
"4098021572": "Go to Chinju Forest",
"4098810271": "The Five Colors' True Form",
"4098843268": "Interlude: Grand Sage Azar's Suspicion",
"4099457716": "Cook some Sunshine Sprat and give it to Albedo",
"4099624500": "Talk to Jingming",
"4099676191": "A Swordmaster's Path Is Paved With Broken Blades",
"4099732260": "Speak to Childish Jiang",
"4100085264": "Find the cat",
"4100144372": "Speak to Slacking Angelo",
"4100663196": "Go to Weinlesefest's venue",
"4101074687": "Ask the bystanders at the fountain plaza for information",
"4101114836": "Head to the location of the barrier",
"4101988076": "Talk to Manager Kuan, Clerk Zhao, and Nervous An",
"4102361124": "Talk to Kazuha",
"4102384404": "Carry Lisa's message",
"4102883996": "Go through the robot's arm",
"4103663420": "Enter Pardis Dhyai",
"4104246332": "Meet up with Yanbo in front of the smuggler's camp",
"4105096934": "Ask Little Fei",
"4105919628": "Enter The Vengeful Wood",
"4106619612": "Track down Jack",
"4107396332": "Wait till the next morning (06:00 – 12:00)",
"4108075924": "Collect the thoughts of theater members",
"4108312351": "Passing Downtown",
"4108407388": "Check the area up ahead",
"4109030292": "Go to the designated location for a fight",
"4109162108": "Talk to Yelan",
"4110375468": "Visit Cloud Retainer",
"4111011454": "Report back to Verr Goldet",
"4112458932": "Catch up with and defeat Elchingen",
"4112552636": "Talk to Elchingen",
"4112694796": "Go to the Ritou docks",
"4113278804": "Talk to Ningguang",
"4113491956": "Report back to Iris",
"4113650476": "Defeat the Shogunate's forces",
"4114316052": "Speak to Chef Mao",
"4114737988": "Solve the mystery of the stones",
"4114841380": "Ask for Hasegawa's opinion",
"4114917468": "Wait until next day (06:00 – 18:00)",
"4114967732": "Take a photo of the Broken Isle Mural",
"4116137500": "Talk to Paimon",
"4116282228": "Talk to Terrified Schuster",
"4116399772": "Investigate the hidden path",
"4116964916": "Talk to Dunyarzad",
"4117063124": "Hear from the victim",
"4117851460": "Look for Araphala",
"4118232380": "Head to the garden cared for by Aranakula",
"4118385106": "Talk to Soraya",
"4120905514": "Find the treasure's location",
"4121029204": "Go to the Grand Bazaar",
"4121280471": "Trouble With Letters",
"4121333196": "Look for clues",
"4121654044": "Deliver medicine to the people in the area",
"4121904830": "Observe the painting",
"4122045102": "Take the book to Feiyun Commerce Guild",
"4122367724": "Check on Debbi",
"4122860020": "Go to the Mausoleum of King Deshret",
"4122950647": "Wanmin Fresh",
"4122990426": "Talk to Madame Ping",
"4123036052": "Talk to Cloud Retainer",
"4123189991": "Talk to Paimon",
"4123207103": "Have tea with Lisa (Hidden)",
"4123355580": "Go to Hanfeng's Ironmongers",
"4123571364": "Talk to Vardan and Gurgen",
"4124156004": "Tell Khedive about what happened by the water",
"4124374100": "Go to the camp and ask for clues regarding the strange air current",
"4124681092": "Look for the young girl who has information about Lesser Lord Kusanali",
"4125259172": "Go to a high spot to relax with Sayu",
"4126916052": "Defeat the Fungi",
"4126962580": "Proceed deeper within the ruins",
"4127383136": "Talk to Chang the Ninth",
"4127484796": "Talk to Sun Yu",
"4127672012": "Proceed onward and go through the tree hollow",
"4128518652": "Look for cooking ingredients",
"4128552036": "Wait for Nahida to enter the inhabitant's consciousness and talk to Setaria",
"4128635134": "Find the ghost",
"4128891607": "An Adeptal Summons",
"4128983100": "Talk to Arakavi",
"4129051863": "Archon's Rival",
"4129066884": "Obtain the Spirit Pearl",
"4130014680": "Find Ernest",
"4130746527": "The Illumiscreen: I",
"4131149796": "Go to Dadaupa Gorge",
"4131328492": "Talk to Yae Miko",
"4131348108": "Give the Delicious Invigorating Kitty Meal to the kittens",
"4131673020": "Head for the tower in Stormterror's Lair",
"4132453932": "Defeat the nameless samurai",
"4133412220": "Use Kusava to break the seal on the Zohrah Mushroom",
"4133691564": "Talk to Swan",
"4133760076": "Defeat the Shogunate forces",
"4133828724": "Consign the relics to the ocean",
"4134004140": "Talk to Sango",
"4134331268": "Talk to Ryuuji",
"4134709140": "Tell Sakujirou the news",
"4135191143": "Idle Teapot Talk",
"4135277612": "Talk to the three people",
"4135994412": "Give the letter to Michiru and Yoh",
"4136361300": "Talk to Rafiq",
"4136417548": "Meet up with Mamesuke",
"4136749956": "Talk to Chongyun and decide on your course of action",
"4137661644": "Talk to Affan",
"4138003040": "Talk to Ernest",
"4138184852": "Talk to Flash-Fist Ling",
"4138537908": "Turn the Vamadha",
"4138627348": "Report back to Gorou",
"4138778380": "Talk to Quinn",
"4139148210": "Complete minigame",
"4139362004": "Go to the front lines",
"4139612742": "Talk to Lan",
"4140253820": "Talk to Dalong and Little Le",
"4140321260": "Go to Tsurumi Island and look for Ruu",
"4140327940": "Ask Vile",
"4140973388": "Report back to Brunn",
"4141907412": "Talk to Katheryne at the Inazuma Adventurers' Guild",
"4142565898": "Search for the item Bao'er lost",
"4143308068": "(tes) Reach the location of a seal",
"4143323708": "Talk to Viktor",
"4143446444": "Enter the Winery and find Diluc's desk",
"4144708964": "Clean up the pollution caused by The Withering",
"4144781908": "Follow the strange star",
"4145092908": "Talk to Azalai",
"4145358980": "Take Dunyarzad somewhere nearby and rest",
"4145910260": "Defeat the slimes",
"4146294820": "Bring Teucer to the wharf",
"4147196324": "Talk to Kujirai Momiji",
"4147319820": "Go to the Good Hunter restaurant in Mondstadt",
"4147781148": "Investigate the nearby area and search for clues",
"4147950700": "Follow Arama into \"Old Vanarana\"",
"4148438678": "Ask the boss lady about Xiao",
"4148642996": "Talk to everyone",
"4148651772": "Return to Northland Bank",
"4149357943": "Talk to Siegfria",
"4149590220": "Speak to Yu",
"4149855956": "Retrieve the package near the cavern",
"4150536396": "Talk to Sabbah",
"4150876908": "Talk to Ioroi",
"4150964977": "Find the treasure",
"4151153972": "Give the Sweet Flower to Little Meng",
"4152111988": "Clear the path of thorns",
"4152313500": "Talk to Tanger",
"4152519823": "Negotiation with NPC 2 succeeded - return",
"4152730804": "Deliver the food to Short-Tempered Wallit",
"4152841972": "Talk to Yae Miko",
"4153226148": "Follow Teppei and help the wounded resistance soldiers",
"4154022068": "Chase Schubert",
"4154047348": "Report back to Margaret",
"4154611868": "Follow the footprints and search",
"4155151279": "Orobashi's Legacy: Prologue",
"4155511188": "Talk to Arapandu",
"4155774044": "Obtain the fragment of the Reins of Revival",
"4155801108": "Protect the cart",
"4157173884": "Defeat all opponents",
"4157465516": "Check the hole that the Weasel Thief left behind",
"4158157876": "Talk to Paimon",
"4158668174": "Talk to Zhang Shun",
"4158722136": "Talk to Albert",
"4158859180": "Talk to Mamesuke and Shibasuke",
"4159029086": "Meet Timaeus in Mondstadt",
"4159907354": "Talk to Mr. Zhu",
"4159968796": "Look for clues in the hilichurl camp",
"4160619092": "Check on the person who has collapsed",
"4160891356": "Touch the paper charm hangers",
"4161870332": "Talk to Qingzhou",
"4161986711": "Return to the tavern before Huffman",
"4161991652": "Defeat the slimes",
"4162194484": "Release all the Flames of the High Gate",
"4162396260": "Talk to Aramis",
"4162555220": "Defeat the monsters",
"4162655206": "In mission. Can't go back (hide)",
"4163618876": "Head over to Bishui River",
"4163857428": "Report back to Qingzhou",
"4163960508": "Talk to Azra",
"4164179863": "Solve the mystery (Go to Kaeya at the Knights of Favonius HQ for a hint)",
"4164363688": "Give the cocktail to Quinn to try",
"4164538460": "Head deeper into Stormterror's Lair",
"4164601732": "Defeat all opponents and retrieve the sketchbook",
"4165051692": "Go to Dawn Winery",
"4165330335": "Obtain the Holy Lyre der Himmel",
"4166005044": "Talk to Cloud Retainer",
"4166140716": "Talk to Uncle Tian",
"4166676708": "Pick some fresh flowers",
"4166976236": "Install a Purification Device",
"4167180836": "Report back to Margaret",
"4167208364": "Defeat all the Treasure Hoarders",
"4167728388": "Rendezvous with everyone",
"4168330484": "Talk to Noelle",
"4168627359": "Talk to Diluc",
"4168772743": "To Thee My Tender Grief Confide",
"4169114919": "Evermotion Mechanical Painting",
"4169314322": "Give the Dandelions to Timmie",
"4169370516": "Reach the location that Albedo designated",
"4170246756": "Talk to the Aranara",
"4170496084": "Defeat the soldiers who are confiscating Visions",
"4170809364": "Defeat all Fungi",
"4171391468": "Go to The Alcor",
"4171714063": "A Sliver of Hope",
"4172256047": "Equivalent Exchange",
"4172374956": "Go to the event venue",
"4172767652": "Wait till the next day",
"4172876940": "Speak to Albedo",
"4173861559": "Supreme Hookshot?",
"4173999932": "Give the Bamboo Slip to Gendou",
"4174129036": "Return to the oasis",
"4174194788": "Talk to Viktor",
"4174353305": "Talk to Soraya",
"4175458540": "Collect the Xiao Lanterns",
"4175736732": "Talk to your opponents",
"4176124260": "Follow Cyno",
"4176275185": "Adventure Rank Ascension 1",
"4176765668": "Take a picture of Kichiboushi",
"4176891476": "Place a survey beacon on Dragonspine's summit",
"4177250606": "Find the treasure, or go to Bolai for some advice",
"4177542380": "Talk to the other hilichurl willing to make conversation",
"4177977160": "Go to the Chasm and buy Cor Lapis",
"4178933940": "Go to the Outlander Affairs Agency",
"4179872452": "Continue the pursuit",
"4180722444": "Calm Ivanovich down",
"4181215988": "Clean up the Withering Zone",
"4181726116": "Talk to Yicheng",
"4181844740": "Talk to Moseis",
"4182208870": "Chase the ghost",
"4182445468": "Talk to the people of Ritou",
"4182447244": "Talk to Mamesuke and Shibasuke",
"4183161388": "Go to Wanmin Restaurant to see how Xiangling is doing",
"4183272412": "Continue following the road to look for clues",
"4183467724": "Use the Kusava to break the seal on the Yajna Grass",
"4183946484": "Give the Delicious Bamboo Shoot Soup to Tang Wen",
"4184093780": "Head northwest from With Wind Comes Glory and search for clues",
"4184219276": "Talk to Albedo and hear his conclusions",
"4184477890": "Report back to Smiley Yanxiao",
"4184647758": "Seek the Shield of Magnificent Honor",
"4185076692": "Talk to Paimon",
"4185173327": "Opens at required Adventure Rank",
"4185466052": "Investigate the nearby area and search for clues",
"4186721852": "Give the Golden Crab (Normal or Delicious) to Mona",
"4186880937": "Language Exchange",
"4187279391": "Pride and Prejudice",
"4187681652": "Head to the hilichurl camp in the west",
"4188094028": "Defeat the Pyro Regisvine",
"4188157953": "Long Distance Love",
"4188563276": "Buy the books",
"4189086068": "Follow the stone slate's guidance and obtain full clearance",
"4189773534": "Look for traces of food offerings",
"4190031700": "Patrol the area and clear any obstacles",
"4190444495": "A Company Vanishing Into the Deep",
"4190924396": "Go to the shrine near Komore Teahouse",
"4191036655": "Thief-Catcher",
"4191622148": "Look for the drifting bottle",
"4192091577": "Get the invoices",
"4192183588": "Talk to Cyno",
"4192634132": "Give the present to Xiangming",
"4193060452": "Give the ring back to Mr. Zhu",
"4193410953": "Poetry Exchange",
"4193952196": "Go beneath the Dainichi Mikoshi and investigate",
"4194759188": "Report back to the afterimage",
"4195049284": "Follow the road out of the city to look for clues",
"4195987807": "The Unexpected Guest",
"4196096748": "Enter the Delusion Factory",
"4197202748": "Talk to Smiley Yanxiao",
"4197715372": "Try to open the sarcophagus",
"4198835228": "Talk to Hanbei",
"4200424428": "Talk to Junya",
"4200791868": "Go to Chinju Forest and report back to Ioroi",
"4201270044": "Go to the small vessel that Beidou has prepared",
"4201339364": "Talk to the children",
"4202784588": "Talk to Dainsleif",
"4202952436": "Return to the Jade Chamber worksite to look for Shenhe",
"4203008524": "Bring the ingredients you prepared back to Chongyun",
"4204025847": "Cry From the Eleazar Hospital",
"4204547884": "Talk to Kamisato Ayato",
"4205064543": "Gold Devouring and Mora Gathering",
"4205071444": "Report the outcome of your inspection to Uncle Tian",
"4205351284": "Board the Alcor and find Beidou",
"4205408420": "Talk to Rana",
"4206973420": "Talk to the hotel owner",
"4207222236": "Defeat the Treasure Hoarders and claim the fossil",
"4207333732": "Talk to Smiley Yanxiao",
"4207424548": "Look for Lanyang to get the tailored clothes",
"4207440700": "Force your way into the realm",
"4207916212": "Wait until the appointed time (08:00 – 12:00 the next day)",
"4208088252": "Complete Xiao's trial",
"4209199108": "Find Keijirou's tracks",
"4209467196": "Go to the first mechanism",
"4209649351": "Challenge NPC 2 to a duel.",
"4209838140": "Defeat dark smoke 1",
"4210537284": "Lure the Akademiya guards into the trap",
"4210764340": "Follow Bahari to Aaru Village",
"4211142652": "Give a serving of Mondstadt Grilled Fish to Bea",
"4211186116": "Help the trapped Aranara",
"4211462204": "Go to the designated location for a fight",
"4211532156": "Give the Qingxin flowers to Sun Yu",
"4211580156": "Go see Collei",
"4211900724": "Advertise the housekeeping course to Furuta",
"4212452423": "Starting From Zero",
"4212476812": "Go to the Grand Narukami Shrine and look for Yae Miko",
"4212732348": "Go to the Grand Bazaar to attend the feast",
"4213914532": "Talk to Rie",
"4213966976": "Destroy all the training dummies in under 2 seconds",
"4214021100": "Talk to Alhaitham",
"4214886236": "Talk to the cargo merchant",
"4215482304": "Find Charles and ask about his commission",
"4215689404": "Go to the second floor and clear the tables",
"4215925614": "Rendezvous with Ying'er",
"4216485620": "Wait until 08:00 the following day",
"4217192431": "Mutual Exchange",
"4217609476": "Help Shouji place new targets",
"4218000396": "Negotiate with the merchants in the city",
"4218220684": "Investigate the room",
"4219098703": "Neko Is a Cat: Stone Human's Troubles",
"4219164956": "Talk to Obata",
"4219375535": "Room 3 - quest pin for obtaining key through negotiations",
"4219553372": "Head to the test site",
"4220023892": "Keep talking to Akim",
"4220139332": "Talk to Oleg",
"4220384836": "Collect materials required to make omamori",
"4220710999": "The Crisis Deepens",
"4220760300": "Check on Childe's work",
"4220779159": "Hunt down Raptor",
"4221628756": "Touch the paper charm hangers",
"4221662463": "The Jade Chamber Once More",
"4222536143": "Secret Forest Shadow",
"4224739756": "Talk to Flora",
"4225019732": "Collect 3 flowers in the wild",
"4225047526": "Go to Wanwen Bookhouse",
"4225216196": "Go to the Tower of the Void in the northeast",
"4225392300": "Ask the guards about Kokomi's whereabouts",
"4225447964": "Use the feather",
"4226638150": "Collect 5 wooden planks",
"4226845316": "Continue looking for a suitable spot",
"4226900976": "Report back to Draff",
"4227451420": "Talk to Alhaitham",
"4227877614": "Follow the road up to Yujing Terrace",
"4227934006": "Find the three workers",
"4228062340": "Go to Good Hunter to get a greeting gift",
"4228478932": "Talk to Itto",
"4228506620": "Obtain the Zohrah Mushroom",
"4228666444": "Return to camp with everyone",
"4228918348": "Witness the duel",
"4230495007": "The Unappreciated Carving",
"4230565822": "Ask Jean about the strongest fighter in Mondstadt",
"4230592772": "Talk to Kama",
"4230730852": "Talk to Collei",
"4231334092": "Return with Neko to Seirai Island",
"4231691172": "Talk to Chongyun about Qianqian",
"4231823180": "Clean the dirt around Asase Shrine",
"4231919876": "Go to the top of the Dragonbone Flower",
"4232321516": "Return to Komore Teahouse",
"4232642175": "Guili Plains Treasure Hunt",
"4233068964": "Go to the back of the library and seek out the Golden Bridle",
"4233116420": "Leave Komore Teahouse",
"4233957348": "Defeat all the slimes",
"4234093996": "Talk to Nachtigal",
"4234138364": "Bring the drifting bottle back to Little Meng",
"4234389260": "Talk to Alhaitham",
"4234609492": "Talk to Mona",
"4234957175": "Cooking, the Beauty of Sharing",
"4236009038": "Make Delicious Jade Parcels",
"4236357492": "Go collect the treasure",
"4236952244": "Ascertain the situation with Arataki Itto",
"4237449212": "Search for the other half of the wrecked ship",
"4238775308": "Find a way to open the secret chamber",
"4238961804": "Continue talking to the Fatui Mage",
"4239321364": "Talk to the \"brothers\"",
"4239877732": "Talk to Signora",
"4240241636": "Report back to Ioroi",
"4240287396": "Defeat the opponents",
"4240299999": "Big Badaboom Battle",
"4241962420": "Go to the Statue of the Omnipresent God",
"4242504964": "Return to the Liyue Adventurers' Guild",
"4243098900": "Check the candidate's manifesto",
"4243580572": "Talk to Nermin",
"4243649036": "Set the beacons up",
"4244540676": "Go to Yae Publishing House",
"4244865516": "Learn from Yinxing",
"4245368896": "Talk to Katheryne",
"4245692964": "Help Hatim prepare an Apple Cider",
"4245790700": "Help Qi Ding look for the lost doll",
"4245804924": "Look for the marks left behind",
"4246098801": "Dragon Storm",
"4246433244": "Talk to Saimon Jirou",
"4246470716": "Go to the second occupied camp",
"4246580636": "Pick 3 Mist Flowers",
"4246755820": "Talk to Muning and find out the situation in The Chasm",
"4246844257": "Timaeus' Alchemy Tutorial",
"4246870127": "Cleansing Defilement",
"4247168020": "Examine \"Illumiscreen: Mora\"",
"4247383593": "Unleashed 2 - Hidden",
"4247734508": "Ask Congzi for a keepsake",
"4248166248": "Finish conversation",
"4248462238": "Talk to denizens",
"4248903428": "Talk to Paimon",
"4249003332": "Go to the Citadel of Regzar and look for Asfand",
"4249063460": "Talk to Xavier",
"4249141223": "Yanxiao's Crazy Kitchen",
"4249615284": "Talk to Ooshima Junpei",
"4249868716": "Follow Rana",
"4250614428": "Leave the arena",
"4251075033": "Knights of Favonius",
"4251644444": "Use the Bokuso Box to defeat the monsters",
"4251817684": "Go to the front desk of the Adventurers' Guild",
"4252242852": "Talk to Shiki Taishou",
"4252278436": "Go to Sal Terrae",
"4252325084": "Accompany Mona to say farewell to Mr. Zhu",
"4252762476": "Investigate the area",
"4252865412": "Go to Kiminami Restaurant to collect the snacks",
"4253722794": "Talk to Draff",
"4254079204": "Defeat Haniyyah",
"4254465024": "Talk to Ella Musk",
"4254518508": "Meet Zhongli at the tableside",
"4254990532": "Talk to Ararycan",
"4255721124": "Talk to Pallad",
"4256618724": "Advance Quest progress",
"4257154820": "Talk to Sango",
"4257532684": "Go to Blackcliff Forge to search for clues",
"4257777668": "Get a feel for Junkichi's story",
"4258341022": "Find the treasure",
"4258460959": "Invisible Barrier",
"4260223588": "Go to Bantan Sango Detective Agency",
"4260518252": "Go to the tidal flats on northwest Amakane Island",
"4260525732": "Talk to Dr. Livingstone",
"4260529460": "Look for the \"Head Mushroom\"",
"4261079364": "Report back to Sister Victoria",
"4261292948": "Go to the Tanuki Photo Board",
"4261651839": "Get to the destination",
"4261909783": "Completed talking to NPCs in Springvale (Hidden)",
"4262064940": "Go to the Adventurers' Guild",
"4262405684": "Talk to Yun Jin",
"4262443732": "Defeat the Abyss Mages at the three locations",
"4263134580": "Investigate the device and close the secret passage",
"4263282284": "Go to Byakko Plain",
"4263868623": "Eight Locales Over Mountains and Seas: Snowswept Fairytale",
"4264102975": "Meet Kaeya at the temple",
"4264210308": "Talk to everyone at the feast",
"4264390460": "Investigate the Lumenspar near the camp",
"4265281572": "Hang the Xiao Lantern on a treetop",
"4265947335": "The Trail of Drake and Serpent",
"4266694655": "The Genius Researcher and the Seed of Another World",
"4266795767": "A Story for You",
"4267442564": "Touch the strange ornament",
"4267531142": "Talk to Kaeya's informant",
"4267957980": "Return and appraise the situation",
"4268647952": "Give Flaming Essential Oil",
"4268921311": "That Which Our Ancestors Entrusted",
"4268964404": "Set off fireworks to distract the guards",
"4269108116": "Talk to Candace",
"4270094972": "Head to the Grove of Dreams to find Arakunti",
"4270380676": "Talk to the Jade Chamber secretaries",
"4272016688": "Report to Victoria in the Cathedral",
"4272301911": "Bribe the NPC",
"4272457047": "Negotiation with NPC succeeded - return",
"4272608564": "Talk to Anthony",
"4272691356": "Talk to Yoimiya",
"4273693503": "Look for the marks left by Raptor",
"4274057759": "Talk to the sister",
"4274092364": "Collect the five lost books",
"4274120708": "Break the \"Tail\" Seal",
"4274391012": "Gave Kazuha the Glaze Lilies",
"4274392807": "Clear the ruins",
"4274491900": "Talk to Shouji",
"4274533628": "Talk to Juza",
"4274887092": "Help Arachatora adjust the flame",
"4274890274": "Talk to Soraya",
"4275976308": "Find the owner of the voice",
"4275983223": "The Final Riddle: A Secret Uncovered",
"4276637020": "Enter the cockpit",
"4276644820": "Give the Delicious Invigorating Kitty Meal to the kittens",
"4276689772": "Retrieve the survey beacons",
"4277037212": "Talk to Kujirai Momiji",
"4277706487": "Riku's Eggy Endeavor",
"4277870548": "Defeat the Treasure Hoarder",
"4278447919": "Spike Self-Circulation Report: Environs Log",
"4279174876": "Travel to Tsurumi Island",
"4279696287": "Scenario 6 Trigger",
"4280963679": "The Samsara of the Sabzeruz Festival",
"4281460336": "Go to the strange location",
"4282850473": "Lisa Dungeon, Lisa Tome Reward",
"4283590703": "Desert Bloom",
"4284282734": "Talk to people in the Xiao Market",
"4285001804": "Retrieve the cocktail ingredients",
"4285205543": "Eremite Mayhem",
"4285231799": "Rumors Abound",
"4285384159": "Return to Days of Winter",
"4285620444": "Defeat the nameless samurai",
"4285863652": "Pay Shiki Taishou a visit",
"4285958007": "Talk to Amber",
"4286357380": "Enter the Serenitea Pot",
"4286755092": "Talk to Kamei Munehisa",
"4287035588": "Talk to your contact, Thoma",
"4287346036": "Talk to the afterimage in the restricted area",
"4288289916": "Give the recipe to Kiminami Anna",
"4288541876": "Get close and ascertain the situation",
"4288891796": "Speak to Old Finch in Springvale",
"4289457159": "Go to the grave of the Wolf of the North",
"4290132560": "Collect materials for training dummy",
"4290411460": "Look for cooking ingredients in the encampment on the right",
"4291185212": "Talk to Barbara",
"4291193676": "Report back to Araphala",
"4291256180": "Find Yanbo's Note and give it to the Fatui",
"4291508740": "Rescue the person surrounded by monsters",
"4291538836": "Talk to Honglang",
"4292114156": "Go to Bantan Sango Detective Agency",
"4293057854": "Defeat all opponents",
"4293074340": "Talk to Wang Ping'an",
"4293293748": "Head to the Jade Chamber to take part in the victory feast",
"4293495312": "Defeat all opponents",
"4293594524": "Follow Sucrose to the adventurer camp",
"4294228548": "Ask Eiko and Taisuke some questions",
"4294363364": "Talk to Kokomi near the secret base",
"4294821508": "Look for Shibasuke on the mountain",
"4294935300": "Talk to Sister Annette"
}
================================================
FILE: src/i18n/data/en/route.ts
================================================
export const route: Message['route'] = {
launcher: 'Launcher',
common: 'Common',
artifact: 'Artifact',
item: 'Item',
quest: 'Quest',
mod: 'Mod',
setting: 'Setting',
about: 'About'
}
================================================
FILE: src/i18n/data/en/sceneItem.json
================================================
{
"1": "BigWorld_LevelStreaming",
"2": "BigWorld_LevelStreaming",
"3": "BigWorld_LevelStreaming",
"4": "LostParadise_LevelStreaming",
"5": "AbyssalPalace_LevelStreaming",
"6": "TheChasm_LevelStreaming",
"7": "MichiaeMatsuri_LevelStreaming",
"9": "DreamIsland_LevelStreaming",
"1001": "Mobile Platform Test",
"1002": "ClimbTest2",
"1003": "TheBigWorld",
"1004": "Knight_Inside_Test",
"1005": "ChurchSteal",
"1006": "Hidden Teardrop in the Heart of the Jungle",
"1008": "ChurchLobby",
"1009": "AngelShare",
"1011": "Character Combat Test",
"1013": "SneakAdvancedTest",
"1015": "The Reward for Courage is Flight",
"1016": "The Reward for Courage is Flight",
"1017": "Realm Within",
"1018": "Chateau",
"1019": "Realm of Clouds Dungeon Gameplay Test",
"1023": "Level_Yurenzhong",
"1024": "Level_WeekDungeon01",
"1030": "TestIntercept_LiYue",
"1031": "Tower-Climbing Hilichurl Template",
"1032": "Level_FCdungeon_Cloud02",
"1033": "Indoor_Ly_Bank",
"1034": "Indoor_Ly_Liuliting",
"1035": "Indoor_Ly_Xinyuexuan",
"1050": "Level_WaterMonster_Test",
"1051": "Jade Chamber Storyline",
"1052": "Cloud Retainer's Abode",
"1053": "Level_FCdungeon_Kettle01",
"1054": "Level_FCdungeon_Kettle01",
"1055": "The Wonderful World Of Mr. Cyclops",
"1056": "Of Mysteries and Salt",
"1057": "Indoor_Ly_Qunyuge",
"1058": "Cloud Retainer's Abode",
"1059": "Enter the \"border\"",
"1060": "IndoorScene_Dq_Teahouse",
"1061": "IndoorScene_Dq_Syabugyo",
"1062": "Hidden Mountain Base",
"1063": "IndoorScene_Dq_Donjon",
"1064": "IndoorScene_Dq_TenryuBugyo",
"1065": "Tenryou Commission Headquarters",
"1066": "IndoorScene_Dq_Uyutei",
"1068": "IndoorScene_Md_AngelShare_Bartender01",
"1069": "IndoorScene_Ly_CyRoom",
"1070": "Level_Tower_Moon_01",
"1071": "Occupied Hold",
"1072": "IndoorScene_Xm_Barbecue",
"1073": "IndoorScene_Xm_Biglibrary",
"1074": "IndoorScene_Xm_Coffeehouse",
"1075": "IndoorScene_Xm_Csd",
"1076": "IndoorScene_Md_CattailTavern",
"1077": "IndoorScene_Xm_Chunzhangjia",
"1078": "IndoorScene_Xm_Zls",
"1079": "IndoorScene_Xm_Alhouse",
"2001": "Homeworld_Exterior_Above",
"2002": "Homeworld_Exterior_Karst",
"2003": "Homeworld_Exterior_Uncharted",
"2004": "Homeworld_Exterior_Ukiyo",
"2005": "Homeworld_Exterior_Sumeru",
"2201": "Homeworld_Interior_Md_Apartment_01",
"2202": "Homeworld_Interior_Ly_Apartment_01",
"2203": "Homeworld_Interior_Dq_Apartment_01",
"2204": "Homeworld_Interior_Xm_Apt_01",
"20000": "Stage Gameplay Test",
"20005": "Secret Ingredient",
"20006": "Hilichurl Large Base",
"20007": "Small Rock Cave Domain",
"20008": "Hilichurl Nest",
"20009": "Deep Within the Temple of the Falcon",
"20010": "Explore: Ancient Township Ruins",
"20011": "Deep Within the Temple of the Lion",
"20012": "Fatui Camp",
"20013": "Kaeya Combat Training Quest Dungeon",
"20014": "Trial: Temporary Weekly Dungeon",
"20015": "Lisa's Resident Dungeon Bottom",
"20016": "Lost Treasure of Arcadia",
"20017": "Storming Terror",
"20018": "Cleanse Stormterror",
"20019": "Cipher for the Ciphertext",
"20020": "Stormterror - The First Encounter",
"20022": "Hunt Down the Abyss Mage",
"20023": "Retrieve the Holy Lyre der Himmel",
"20024": "Level_UCDungeon01",
"20025": "Memories: Storming Terror VI",
"20026": "Ascend: Clear the Ruins",
"20027": "Ascend: Clear the Ruins",
"20028": "Ascend: Clear the Ruins",
"20031": "Retrieve the Treasure",
"20032": "The Great Adventurer Stanley",
"20034": "Memories: The Golden Shadow IV",
"20035": "Deserted Ruins of Thermadon",
"20036": "Deserted Ruins of Eya",
"20037": "Behind Enemy Lines",
"20101": "The Golden Shadow",
"20102": "Another Detour",
"20103": "Abyssal Traces",
"20104": "Call of the Abyss",
"20105": "Call of the Abyss",
"20106": "Memories: Earthshaking Dragon IV",
"20107": "Beneath the Ancient Tree",
"20108": "Memories: Earthshaking Dragon IV",
"20109": "Memories: Earthshaking Dragon IV",
"20110": "Memories: Earthshaking Dragon IV",
"20111": "Police Detention Center",
"20112": "The Omnipresent God",
"20113": "Delusion Factory",
"20114": "Narukami Island: Tenshukaku",
"20115": "Memories: Duel to the Fiery Death IV",
"20116": "Level_Dq_Void01",
"20117": "Level_Dq_Void02",
"20118": "Level_HFDungeon02",
"20119": "Crumbling Guilt",
"20120": "Beneath the Vortex",
"20121": "Sea Gazer's Abode",
"20122": "Level_WeekDungeon_Baal",
"20123": "Secret Summoning Chamber",
"20124": "Oceanic Defender",
"20125": "Memories: Guardian of Eternity IV",
"20126": "Level_QuestRongcai_Dungeon01",
"20127": "Chamber of Twisted Cranes",
"20128": "City of Hidden Runes",
"20129": "Realm of Snaring Illusions",
"20130": "IndoorScene_Ly_CyRoom",
"20131": "Qingxu Pool Underground Ruins",
"20132": "Level_SmrDungeon_BigTree",
"20133": "Blazin' Trails",
"20134": "The Ancient Azure Stars",
"20135": "As the Courtyard in Spring Once Appeared: Part II",
"20136": "The Ancient Azure Stars",
"20137": "Immernachtreich Apokalypse: Part I",
"20138": "Immernachtreich Apokalypse: Part II",
"20139": "Immernachtreich Apokalypse: Part III",
"20140": "As the Courtyard in Spring Once Appeared: Part III",
"20141": "Immernachtreich Apokalypse: Part III",
"20142": "As the Courtyard in Spring Once Appeared: Part I",
"20143": "Immernachtreich Apokalypse: Part I",
"20144": "Immernachtreich Apokalypse: Part II",
"20145": "Level_XMDungeon_WQ01",
"20146": "Level_XMDungeon_WQ04",
"20147": "Level_XMDungeon_WQ03",
"20148": "Level_XMDungeon_WQ02",
"20149": "The Contamination's Source",
"20150": "Level_VoidWorldTree",
"20151": "Mysterious Ruins",
"20152": "Level_ScaramoucheBoss",
"20153": "Level_ScaramoucheBoss",
"20154": "Memories: Lucent Altar of the Everlasting IV",
"20155": "Level_ScaramoucheBoss",
"20156": "Level_ScaramoucheBoss",
"20157": "Court of Desolation",
"20158": "The Greater Lord's Remaining Consciousness",
"20159": "Desert Vivarium",
"20160": "Behind the Illusory Curtain",
"20161": "Edge of the End",
"20162": "IndoorScene_Xm_Biglibrary",
"20163": "Deus Foundry",
"20164": "That Day Under Irminsul",
"20165": "Level_NahidaDungeon_01",
"20166": "Level_VoidWorldTree_02",
"20167": "Level_Consciousness",
"20168": "The Shrine of Shouki no Kami",
"20169": "Reminiscent Drift",
"20170": "Level_ScaramoucheFactory",
"20171": "Level_ScaramoucheBoss",
"20172": "Level_Consciousness",
"20173": "Secret Cavern",
"30001": "Mist Labyrinth",
"30100": "Level_Tower_Morning_01",
"30101": "Level_Tower_Morning_01",
"30102": "Level_Tower_Morning_01",
"30103": "Level_Tower_Morning_01",
"30104": "Level_Tower_Morning_01",
"30200": "Level_Tower_01_Water",
"30201": "Level_Tower_Morning_01",
"30202": "Level_Tower_01_Water",
"30203": "Level_Tower_Morning_01",
"30204": "Level_Tower_Morning_01",
"30300": "Level_Tower_Morning_01",
"30301": "Level_Tower_Morning_01",
"30302": "Level_Tower_01_Water",
"30303": "Level_Tower_01_Water",
"30304": "Level_Tower_Morning_01",
"30400": "Level_Tower_Dusk_01",
"30401": "Level_Tower_Dusk_01",
"30402": "Level_Tower_Dusk_01",
"30403": "Level_Tower_Dusk_01",
"30404": "Level_Tower_Dusk_01",
"30500": "Level_Tower_Dusk_01",
"30501": "Level_Tower_Dusk_01",
"30502": "Level_Tower_Dusk_01",
"30503": "Level_Tower_Dusk_01",
"30504": "Level_Tower_Dusk_01",
"30600": "Level_Tower_01_Open",
"30601": "Level_Tower_01_Open",
"30602": "Level_Tower_01_Open",
"30603": "Level_Tower_01_Open",
"30604": "Level_Tower_Night_01",
"30700": "Level_Tower_Dusk_01",
"30701": "Level_Tower_01_Water",
"30702": "Level_Tower_Dusk_01",
"30703": "Level_Tower_Dusk_01",
"30704": "Level_Tower_Dusk_01",
"30800": "Level_Tower_Universe_01",
"30801": "Level_Tower_Universe_01",
"30802": "Level_Tower_Universe_01",
"30803": "Level_Tower_01_Water",
"30804": "Level_Tower_Universe_01",
"30900": "Level_Tower_Moon_01",
"30901": "Level_Tower_Moon_01",
"30902": "Level_Tower_Moon_01",
"30903": "Level_Tower_Moon_01",
"30904": "Level_Tower_Moon_01",
"31000": "Level_Tower_Night_01",
"31001": "Level_Tower_Night_01",
"31002": "Level_Tower_Night_01",
"31003": "Level_Tower_Night_01",
"31004": "Level_Tower_Night_01",
"31100": "Level_Tower_Night_01",
"31101": "Level_Tower_Night_01",
"31102": "Level_Tower_Night_01",
"31103": "Level_Tower_Night_01",
"31104": "Level_Tower_Night_01",
"31200": "Level_Tower_Night_01",
"31201": "Level_Tower_Night_01",
"31202": "Level_Tower_Night_01",
"31203": "Level_Tower_Night_01",
"31204": "Level_Tower_Night_01",
"31300": "Level_Tower_Element_Fire_01",
"31301": "Level_Tower_Element_Fire_01",
"31302": "Level_Tower_Element_Fire_01",
"31303": "Level_Tower_Element_Fire_01",
"31304": "Level_Tower_Element_Fire_01",
"31400": "Level_Tower_Element_Thunder_01",
"31401": "Level_Tower_Element_Thunder_01",
"31402": "Level_Tower_Element_Thunder_01",
"31403": "Level_Tower_Element_Thunder_01",
"31404": "Level_Tower_Element_Thunder_01",
"31500": "Level_Tower_Element_Ice_01",
"31501": "Level_Tower_Element_Ice_01",
"31502": "Level_Tower_Element_Ice_01",
"31503": "Level_Tower_Element_Ice_01",
"31504": "Level_Tower_Element_Ice_01",
"31600": "Level_Tower_Element_Water_01",
"31601": "Level_Tower_Element_Water_01",
"31602": "Level_Tower_Element_Water_01",
"31603": "Level_Tower_Element_Water_01",
"31604": "Level_Tower_Element_Water_01",
"31700": "Level_Tower_Moon_01",
"31701": "Level_Tower_Moon_01",
"31702": "Level_Tower_Moon_01",
"31703": "Level_Tower_Moon_01",
"31704": "Level_Tower_Moon_01",
"31800": "Level_Tower_Universe_01",
"31801": "Level_Tower_Universe_01",
"31802": "Level_Tower_Universe_01",
"31803": "Level_Tower_Universe_01",
"31804": "Level_Tower_Universe_01",
"31900": "Level_Tower_Universe_01",
"31901": "Level_Tower_Universe_01",
"31902": "Level_Tower_Universe_01",
"31903": "Level_Tower_Universe_01",
"31904": "Level_Tower_Universe_01",
"32000": "Level_Tower_Universe_01",
"32001": "Level_Tower_Universe_01",
"32002": "Level_Tower_Universe_01",
"32003": "Level_Tower_Universe_01",
"32004": "Level_Tower_Universe_01",
"32100": "Level_Tower_Morning_01",
"32101": "Level_Tower_Morning_01",
"32102": "Level_Tower_Morning_01",
"32103": "Level_Tower_Morning_01",
"32104": "Level_Tower_Morning_01",
"32200": "Level_Tower_Morning_01",
"32201": "Level_Tower_Morning_01",
"32202": "Level_Tower_Morning_01",
"32203": "Level_Tower_Morning_01",
"32204": "Level_Tower_Morning_01",
"33100": "Level_Tower_Morning_01",
"33101": "Level_Tower_Morning_01",
"33102": "Level_Tower_01_Open",
"33103": "Level_Tower_Morning_01",
"33401": "Level_Tower_Dusk_01",
"33402": "Level_Tower_Night_01",
"33403": "Level_Tower_Night_01",
"33404": "Level_Tower_Night_01",
"33700": "Level_Tower_Moon_01",
"33701": "Level_Tower_Moon_01",
"33702": "Level_Tower_Universe_01",
"33703": "Level_Tower_Universe_01",
"33704": "Level_Tower_Element_Ice_01",
"33705": "Level_Tower_Element_Fire_01",
"33706": "Level_Tower_Element_Ice_01",
"33707": "Level_Tower_Element_Ice_01",
"33708": "Level_Tower_Universe_01",
"33709": "Level_Tower_Element_Thunder_01",
"33710": "Level_Tower_Universe_01",
"33711": "Level_Tower_Element_Water_01",
"33712": "Level_Tower_Universe_01",
"33713": "Level_Tower_Element_Ice_01",
"33714": "Level_Tower_Element_Ice_01",
"33715": "Level_Tower_Moon_01",
"33716": "Level_Tower_Universe_01",
"33717": "Level_Tower_Moon_01",
"33718": "Level_Tower_Moon_01",
"33719": "Level_Tower_Moon_01",
"33720": "Level_Tower_Universe_01",
"33721": "Level_Tower_Moon_01",
"33722": "Level_Tower_Universe_01",
"33723": "Level_Tower_Moon_01",
"33724": "Level_Tower_Universe_01",
"33725": "Level_Tower_Moon_01",
"33726": "Level_Tower_Universe_01",
"33727": "Level_Tower_Moon_01",
"33728": "Level_Tower_Universe_01",
"33729": "Level_Tower_Moon_01",
"33730": "Level_Tower_Universe_01",
"33731": "Level_Tower_Moon_01",
"33732": "Level_Tower_Universe_01",
"33733": "Level_Tower_Moon_01",
"33734": "Level_Tower_Universe_01",
"33735": "Level_Tower_Moon_01",
"33736": "Level_Tower_Universe_01",
"33737": "Level_Tower_Moon_01",
"33738": "Level_Tower_Moon_01",
"33739": "Level_Tower_Moon_01",
"33740": "Tower Descent - Floor 1: Chamber 1",
"33741": "Level_Tower_Moon_01",
"33742": "Level_Tower_Universe_01",
"33743": "Level_Tower_Moon_01",
"33744": "Level_Tower_Universe_01",
"33745": "Level_Tower_Moon_01",
"33746": "Level_Tower_Universe_01",
"33747": "Level_Tower_Moon_01",
"33748": "Level_Tower_Universe_01",
"34100": "Level_Tower_Morning_01",
"34101": "Level_Tower_01_Water",
"34102": "Level_Tower_01_Open",
"34103": "Level_Tower_Morning_01",
"34401": "Level_Tower_Dusk_01",
"34402": "Level_Tower_Night_01",
"34403": "Level_Tower_Night_01",
"34404": "Level_Tower_Night_01",
"34700": "Level_Tower_Moon_01",
"34701": "Level_Tower_Moon_01",
"34702": "Level_Tower_Universe_01",
"34703": "Level_Tower_Universe_01",
"34704": "Level_Tower_Element_Ice_01",
"34705": "Level_Tower_Element_Fire_01",
"34706": "Level_Tower_Element_Ice_01",
"34707": "Level_Tower_Element_Ice_01",
"34708": "Level_Tower_Universe_01",
"34709": "Level_Tower_Element_Thunder_01",
"34710": "Level_Tower_Universe_01",
"34711": "Level_Tower_Element_Water_01",
"34712": "Level_Tower_Universe_01",
"34713": "Level_Tower_Element_Ice_01",
"34714": "Level_Tower_Element_Ice_01",
"34715": "Level_Tower_Moon_01",
"34716": "Level_Tower_Universe_01",
"34717": "Level_Tower_Moon_01",
"34718": "Level_Tower_Moon_01",
"34719": "Level_Tower_Moon_01",
"34720": "Level_Tower_Universe_01",
"34721": "Level_Tower_Moon_01",
"34722": "Level_Tower_Universe_01",
"34723": "Level_Tower_Moon_01",
"34724": "Level_Tower_Universe_01",
"34725": "Level_Tower_Moon_01",
"34726": "Level_Tower_Universe_01",
"34727": "Level_Tower_Moon_01",
"34728": "Level_Tower_Universe_01",
"34729": "Level_Tower_Moon_01",
"34730": "Level_Tower_Universe_01",
"34731": "Level_Tower_Moon_01",
"34732": "Level_Tower_Universe_01",
"34733": "Level_Tower_Moon_01",
"34734": "Level_Tower_Universe_01",
"34735": "Level_Tower_Moon_01",
"34736": "Level_Tower_Universe_01",
"34737": "Level_Tower_Moon_01",
"34738": "Level_Tower_Moon_01",
"34739": "Level_Tower_Moon_01",
"34740": "Tower Descent - Floor 11: Chamber 1",
"34741": "Level_Tower_Moon_01",
"34742": "Level_Tower_Universe_01",
"34743": "Level_Tower_Moon_01",
"34744": "Level_Tower_Universe_01",
"34745": "Level_Tower_Moon_01",
"34746": "Level_Tower_Universe_01",
"34747": "Level_Tower_Moon_01",
"34748": "Level_Tower_Universe_01",
"35100": "Level_Tower_Morning_01",
"35101": "Level_Tower_Morning_01",
"35102": "Level_Tower_Morning_01",
"35103": "Level_Tower_Morning_01",
"35401": "Level_Tower_Dusk_01",
"35402": "Level_Tower_Night_01",
"35403": "Level_Tower_Dusk_01",
"35404": "Level_Tower_Night_01",
"35700": "Level_Tower_Moon_01",
"35701": "Level_Tower_Moon_01",
"35702": "Level_Tower_Universe_01",
"35703": "Level_Tower_Universe_01",
"35704": "Level_Tower_Element_Ice_01",
"35705": "Level_Tower_Element_Fire_01",
"35706": "Level_Tower_Element_Ice_01",
"35707": "Level_Tower_Element_Ice_01",
"35708": "Level_Tower_Universe_01",
"35709": "Level_Tower_Element_Thunder_01",
"35710": "Level_Tower_Universe_01",
"35711": "Level_Tower_Element_Water_01",
"35712": "Level_Tower_Universe_01",
"35713": "Level_Tower_Element_Ice_01",
"35714": "Level_Tower_Element_Ice_01",
"35715": "Level_Tower_Moon_01",
"35716": "Level_Tower_Universe_01",
"35717": "Level_Tower_Moon_01",
"35718": "Level_Tower_Moon_01",
"35719": "Level_Tower_Moon_01",
"35720": "Level_Tower_Universe_01",
"35721": "Level_Tower_Moon_01",
"35722": "Level_Tower_Universe_01",
"35723": "Level_Tower_Moon_01",
"35724": "Level_Tower_Universe_01",
"35725": "Level_Tower_Moon_01",
"35726": "Level_Tower_Universe_01",
"35727": "Level_Tower_Moon_01",
"35728": "Level_Tower_Universe_01",
"35729": "Level_Tower_Moon_01",
"35730": "Level_Tower_Universe_01",
"35731": "Level_Tower_Moon_01",
"35732": "Level_Tower_Universe_01",
"35733": "Level_Tower_Moon_01",
"35734": "Level_Tower_Universe_01",
"35735": "Level_Tower_Moon_01",
"35736": "Level_Tower_Universe_01",
"35737": "Level_Tower_Moon_01",
"35738": "Level_Tower_Moon_01",
"35739": "Level_Tower_Moon_01",
"35740": "Level_Tower_Universe_01",
"35741": "Level_Tower_Moon_01",
"35742": "Level_Tower_Universe_01",
"35743": "Level_Tower_Moon_01",
"35744": "Level_Tower_Universe_01",
"35745": "Level_Tower_Moon_01",
"35746": "Level_Tower_Universe_01",
"35747": "Level_Tower_Moon_01",
"35748": "Level_Tower_Universe_01",
"35800": "Peculiar Wonderland",
"35801": "Level_ContestBattle01",
"35802": "Level_ContestBattle01",
"35803": "Level_ContestBattle01",
"35804": "Level_ContestBattle01",
"35805": "Level_ContestBattle01",
"35806": "Level_ContestBattle01",
"35807": "Level_ContestBattle01",
"35808": "Level_ContestBattle01",
"35809": "Level_ContestBattle01",
"35810": "Level_ContestBattle01",
"35811": "Level_ContestBattle01",
"35812": "Level_ContestBattle01",
"35813": "Level_ContestBattle01",
"35814": "Level_ContestBattle01",
"35815": "Level_ContestBattle01",
"35816": "Level_ContestBattle01",
"35817": "Level_ContestBattle01",
"35818": "Level_ContestBattle01",
"35820": "Level_FCdungeon_Qiqi",
"35821": "Level_FCdungeon_Qiqi",
"35822": "Level_FCdungeon_Qiqi",
"35823": "Level_FCdungeon_Qiqi",
"35824": "PlotLevel_XiangLingLevel_Xyd",
"35825": "PlotLevel_XiangLingLevel_Xyd",
"35826": "PlotLevel_XiangLingLevel_Xyd",
"35827": "PlotLevel_XiangLingLevel_Xyd",
"35828": "Level_FCdungeon_Cloud01",
"35829": "Level_FCdungeon_Cloud01",
"35830": "Level_FCdungeon_Cloud01",
"35831": "Level_FCdungeon_Cloud01",
"35840": "Level_CrystalLink_01",
"35841": "Level_CrystalLink_01",
"35842": "Level_CrystalLink_01",
"35843": "Level_CrystalLink_01",
"35844": "Level_CrystalLink_01",
"35845": "Level_CrystalLink_01",
"35846": "Initial Exploration",
"35847": "Direct Strike",
"35848": "Initial Exploration",
"35849": "Direct Strike",
"35850": "Initial Exploration",
"35851": "Direct Strike",
"35852": "Initial Exploration",
"35853": "Direct Strike",
"35860": "Level_SmrDungeon_Challenge",
"35861": "Level_SmrDungeon_Challenge",
"35862": "Level_SmrDungeon_Challenge",
"35863": "Level_SmrDungeon_Challenge",
"35870": "Level_BrickBreaker01",
"35871": "Level_BrickBreaker01",
"35872": "Level_BrickBreaker01",
"35880": "Level_XM_BigLeaf",
"35881": "Level_XM_BigLeaf",
"35882": "Level_XM_BigLeaf",
"35883": "Level_XM_BigLeaf",
"35884": "Level_XM_BigLeaf",
"40001": "Investigate the turmoil in the Depths of the Ruins",
"40002": "Level_UCDungeon01",
"40003": "Level_UCDungeon01",
"40004": "Level_KaeyaTutorialMission02",
"40005": "Level_KaeyaTutorialMission01",
"40006": "Level_KaeyaTutorialMission01",
"40007": "Explore: Fallen Fortress",
"40008": "Kaeya's Challenges Test",
"40009": "Amber's Tutorial Challenges",
"40010": "Level_AmborTutorialMission01",
"40012": "Level_LisaTutorialMission03",
"40013": "Amber Dungeon Personal Challenge Stage 2",
"40014": "Investigate: Secret Hideout",
"40015": "Explore: Travels of the Moonlit Venturer",
"40016": "Explore: Tarry Among the Peach Blossoms",
"40017": "Level_FCdungeon_Cloud01",
"40018": "Level_FCdungeon_Kettle01",
"40019": "Explore: Voyage to the Sanguine Sky",
"40020": "Explore: Lucky Encounter in the Clouds",
"40021": "Level_Challenge_Thunder01",
"40022": "Storm Butterfly Intermezzo I",
"40023": "Violet Lightning Concerto I",
"40024": "Stone Heart Sonata I",
"40025": "Waltz of Earth, Wind, and Thunder",
"40026": "Elemental Trial: Vaporize",
"40027": "Storm Butterfly Intermezzo II",
"40028": "Violet Lightning Concerto II",
"40029": "Stone Heart Sonata II",
"40030": "Elemental Trial: Melt",
"40031": "Elemental Trial: Overloaded",
"40032": "Elemental Trial: Superconduct",
"40033": "Elemental Trial: Electro-Charged",
"40034": "Elemental Trial: Frozen",
"40035": "Elemental Trial: Crystallize",
"40036": "Elemental Trial: Swirl",
"40037": "Showdown: Ancient Rock Drake I",
"40038": "Showdown: Ancient Rock Drake II",
"40039": "Battlesong: Ingenious Impermanence I",
"40040": "Battlesong: Ingenious Impermanence II",
"40041": "Lament: Bitter Hate I",
"40042": "Lament: Bitter Hate II",
"40043": "Wanderer's Threefold Challenge",
"40044": "Tutelage: A Thousand Scrolls",
"40045": "Tutelage: Castle of Scrolls",
"40046": "Level_Tower_Element_Water_01",
"40047": "Tutelage: King of Thieves",
"40048": "Tutelage: Umigozen's Mansion",
"40049": "Tutelage: Nest-Bed of Ambition",
"40050": "Beneath the Abandoned House",
"40051": "The Jungle of Inverted Dreams",
"40052": "The Nature of Sun and Rain",
"40053": "The Universal Fungus",
"40054": "The Spirit Tree's Hall",
"40055": "Sonata of the Snowy Path — Standard Scoring",
"40056": "Ternary of the Blazing Hearth — Standard Scoring",
"40057": "Scherzo of the Rippling Pool — Standard Scoring",
"40058": "Rondo of the Forest Corral — Standard Scoring",
"40059": "Sonata of the Snowy Path — Intense Scoring",
"40060": "Ternary of the Blazing Hearth — Intense Scoring",
"40061": "Scherzo of the Rippling Pool — Intense Scoring",
"40062": "Rondo of the Forest Corral — Intense Scoring",
"40063": "Suspiration of the Deceased",
"40064": "Fading Rumination",
"40100": "Domain of Mastery: Circle of Embers I",
"40101": "Domain of Mastery: Circle of Embers II",
"40102": "Domain of Mastery: Circle of Embers III",
"40103": "Level_CycleDungeon01_Fire",
"40104": "Level_CycleDungeon01_Fire",
"40105": "Domain of Mastery: Circle of Embers IV",
"40200": "Domain of Mastery: Realm of Slumber I",
"40201": "Domain of Mastery: Realm of Slumber II",
"40202": "Domain of Mastery: Realm of Slumber III",
"40203": "Domain of Mastery: Realm of Slumber IV",
"40300": "Domain of Forgery: Ruins of Thirsting Capital I",
"40301": "Domain of Forgery: Ruins of Thirsting Capital II",
"40302": "Domain of Forgery: Ruins of Thirsting Capital III",
"40303": "Domain of Forgery: Ruins of Thirsting Capital IV",
"40400": "Domain of Forgery: Trial Grounds of Thunder I",
"40401": "Domain of Forgery: Trial Grounds of Thunder II",
"40402": "Domain of Forgery: Trial Grounds of Thunder III",
"40403": "Domain of Forgery: Trial Grounds of Thunder IV",
"40404": "Domain of Blessing: Elegiac Rime I",
"40405": "Level_CycleDungeon01_Thunder",
"40406": "Level_CycleDungeon01_Thunder",
"40407": "Level_CycleDungeon01_Thunder",
"40408": "Domain of Blessing: Elegiac Rime II",
"40409": "Domain of Blessing: Elegiac Rime III",
"40410": "Domain of Blessing: Elegiac Rime IV",
"40500": "Domain of Blessing: Fires of Purification I",
"40501": "Domain of Blessing: Fires of Purification I",
"40502": "Domain of Blessing: Fires of Purification II",
"40503": "Domain of Blessing: Fires of Purification III",
"40504": "Domain of Blessing: Fires of Purification IV",
"40505": "Domain of Blessing: Fires of Purification V",
"40506": "Domain of Blessing: Fires of Purification VI",
"40507": "Domain of Blessing: Fires of Purification VIII",
"40508": "Domain of Blessing: Dance of Steel I",
"40509": "Domain of Blessing: Dance of Steel II",
"40510": "Domain of Blessing: Dance of Steel III",
"40511": "Domain of Blessing: Dance of Steel IV",
"40512": "Domain of Blessing: Dance of Steel V",
"40513": "Domain of Blessing: Flames and Frost VI",
"40514": "Domain of Blessing: Unyielding I",
"40515": "Domain of Blessing: Unyielding II",
"40516": "Domain of Blessing: Unyielding III",
"40517": "Domain of Blessing: Unyielding IV",
"40600": "Domain of Blessing: Spring I",
"40601": "Domain of Blessing: Spring II",
"40602": "Domain of Blessing: Spring III",
"40603": "Domain of Blessing: Spring IV",
"40604": "Domain of Blessing: Spring V",
"40605": "Domain of Blessing: Spring VI",
"40606": "Domain of Blessing: Spring Thunder VII",
"40607": "Domain of Blessing: Frost I",
"40608": "Domain of Blessing: Frost II",
"40609": "Domain of Blessing: Frost III",
"40610": "Domain of Blessing: Frost IV",
"40611": "Domain of Blessing: Frost and Lightning V",
"40612": "Domain of Blessing: Stone Chamber I",
"40613": "Domain of Blessing: Stone Chamber II",
"40614": "Domain of Blessing: Stone Chamber III",
"40615": "Domain of Blessing: Stone Prison IV",
"40616": "Liyue - Reserved",
"40617": "Domain of Blessing: Machine Nest I",
"40618": "Domain of Blessing: Machine Nest II",
"40619": "Domain of Blessing: Machine Nest III",
"40620": "Domain of Blessing: Machine Nest IV",
"40650": "Domain of Blessing: Seven Senses I",
"40651": "Domain of Blessing: Seven Senses II",
"40652": "Domain of Blessing: Seven Senses III",
"40653": "Domain of Blessing: Seven Senses IV",
"40660": "Domain of Blessing: Desert Citadel I",
"40661": "Domain of Blessing: Desert Citadel II",
"40662": "Domain of Blessing: Desert Citadel III",
"40663": "Domain of Blessing: Desert Citadel IV",
"40700": "Level_CycleDungeon01_Rock",
"40701": "Level_CycleDungeon01_Rock",
"40702": "Level_CycleDungeon01_Rock",
"40703": "Level_CycleDungeon01_Rock",
"40750": "Domain of Mastery: Basket of Discipline I",
"40751": "Domain of Mastery: Basket of Discipline II",
"40752": "Domain of Mastery: Basket of Discipline III",
"40753": "Domain of Mastery: Basket of Discipline IV",
"40754": "Domain of Forgery: Leading Karma I",
"40755": "Domain of Forgery: Leading Karma II",
"40756": "Domain of Forgery: Leading Karma III",
"40757": "Domain of Forgery: Leading Karma IV",
"40800": "Level_CycleDungeon02_ThunderCave_Dq",
"40801": "Domain of Blessing: Autumn Hunt I",
"40802": "Domain of Blessing: Autumn Hunt II",
"40803": "Domain of Blessing: Autumn Hunt III",
"40804": "Domain of Blessing: Autumn Hunt IV",
"40805": "Level_CycleDungeon01_Thunder",
"40806": "Domain of Blessing: Necropolis I",
"40807": "Domain of Blessing: Necropolis II",
"40808": "Domain of Blessing: Necropolis III",
"40809": "Domain of Blessing: Necropolis IV",
"40900": "Domain of Forgery: Sand Burial I",
"40901": "Domain of Forgery: Sand Burial II",
"40902": "Domain of Forgery: Sand Burial III",
"40903": "Domain of Forgery: Sand Burial IV",
"40950": "Domain of Mastery: Vine-Infested Ruins I",
"40951": "Domain of Mastery: Vine-Infested Ruins II",
"40952": "Domain of Mastery: Vine-Infested Ruins III",
"40953": "Domain of Mastery: Vine-Infested Ruins IV",
"41000": "Level_Tower_01_Open",
"41001": "Level_Tower_01_Open",
"41002": "Level_Tower_01_Open",
"41003": "Level_Tower_01_Open",
"41004": "Level_Tower_01_Open",
"41005": "Level_Tower_01_Open",
"41006": "Level_Tower_01_Open",
"41007": "Level_Tower_01_Open",
"41008": "Level_Tower_01_Open",
"41009": "Level_Tower_01_Open",
"41010": "Level_Tower_01_Open",
"41011": "Level_Tower_01_Open",
"41012": "Level_Tower_01_Open",
"41013": "Level_Tower_01_Open",
"41014": "Level_Tower_01_Open",
"41015": "Level_Tower_01_Open",
"41016": "Level_Tower_01_Open",
"41017": "Level_Tower_01_Open",
"41018": "Level_Tower_01_Open",
"41019": "Level_Tower_01_Open",
"41020": "Level_Tower_01_Open",
"41021": "Level_Tower_01_Open",
"41022": "Level_Tower_01_Open",
"41023": "Level_Tower_01_Open",
"41024": "Level_Tower_01_Open",
"41025": "Level_Tower_01_Open",
"41026": "Level_Tower_01_Open",
"41027": "Level_Tower_01_Open",
"41028": "Level_Tower_01_Open",
"41029": "Level_Tower_01_Open",
"41030": "Level_Tower_01_Open",
"41031": "Level_Tower_01_Open",
"41032": "Level_Tower_01_Open",
"41033": "Level_Tower_01_Open",
"41034": "Level_Tower_01_Open",
"41035": "Level_Tower_01_Open",
"41036": "Level_Tower_01_Open",
"41037": "Level_Tower_01_Open",
"41038": "Level_Tower_01_Open",
"41039": "Level_Tower_01_Open",
"41040": "Level_Tower_01_Open",
"41041": "Level_Tower_01_Open",
"41042": "Level_Tower_01_Open",
"41043": "Level_Tower_01_Open",
"41044": "Level_Tower_01_Open",
"41045": "Level_Tower_01_Open",
"41046": "Level_Tower_01_Open",
"41047": "Level_Tower_01_Open",
"41048": "Level_Tower_01_Open",
"41049": "Level_Tower_01_Open",
"41050": "Level_Tower_01_Open",
"41051": "Level_Tower_01_Open",
"41052": "Level_Tower_01_Open",
"41053": "Level_Tower_01_Open",
"41054": "Level_Tower_01_Open",
"41055": "Level_Tower_01_Open",
"41056": "Level_Tower_01_Open",
"41057": "Level_Tower_01_Open",
"41058": "Level_Tower_01_Open",
"41059": "Level_Tower_01_Open",
"41060": "Level_Tower_01_Open",
"41061": "Level_Tower_01_Open",
"41062": "Level_Tower_01_Open",
"42001": "In Pairs, the Swallows Come Home to Roost: Difficulty 3",
"42002": "Stop to Rest Your Weary Head, Paint the Bridge Where Adepti Tread: Difficulty 2",
"42003": "Beauty Withers Hither While Truth Dithers Thither: Difficulty 5",
"42004": "Empty Halls Behind Locked Doors: Difficulty 7",
"42005": "Rhythmic Echoes in the Pavilion: Difficulty 6",
"42006": "The Wind from the Reeds Topples Well-Fed Trees: Difficulty 1",
"42007": "Three Stars Tussle for the Spotlight: Difficulty 4",
"42008": "Oh, for a Steed to Traverse This Terrain: Special Mode",
"42009": "Stop to Rest Your Weary Head, Paint the Bridge Where Adepti Tread: Difficulty 3",
"42010": "In Pairs, the Swallows Come Home to Roost: Difficulty 4",
"42011": "Rhythmic Echoes in the Pavilion: Difficulty 7",
"42012": "Three Stars Tussle for the Spotlight: Difficulty 5",
"42013": "Beauty Withers Hither While Truth Dithers Thither: Difficulty 6",
"42014": "The Wind from the Reeds Topples Well-Fed Trees",
"43001": "Trial Domain: Plunge Attack Theme",
"43002": "Trial Domain: Shield Theme",
"43003": "Trial Domain: Healing Theme",
"43004": "Trial Domain: Elemental Reaction Theme",
"43005": "Trial Domain: Melee Attack Theme",
"43006": "Trial Domain: Ranged Attack Theme",
"43007": "Level_FCdungeon_MistTrial",
"43008": "Level_FCdungeon_MistTrial",
"43009": "Level_FCdungeon_MistTrial",
"43010": "Level_FCdungeon_MistTrial",
"43011": "Level_FCdungeon_MistTrial",
"43012": "Level_FCdungeon_MistTrial",
"43013": "Level_FCdungeon_MistTrial",
"44001": "Vishap's Rest",
"44002": "Where Shadows Writhe",
"44003": "Frost-Worn Space",
"44004": "Domain of Deceit",
"44005": "Domain of Chaos",
"44006": "Domain of Furious Thunder",
"44007": "Domain of Heresy",
"44011": "Deceitful Domain: Whirling Judgment",
"44012": "Deceitful Domain: Where Bloodhounds Gather",
"44013": "Deceitful Domain: Sea of Wandering Souls",
"45000": "Slumber Spirit's Bridge",
"45001": "Twin Swallows' Arrival",
"45002": "Slumber Spirit's Bridge",
"45003": "Autumnal Resplendence",
"45004": "Springtide Advent",
"45005": "Dream Pavilion",
"45006": "Level_PFDungeon02_ReActive06",
"45007": "Dream Pavilion",
"45008": "Twin Swallows' Arrival",
"45009": "Slumber Spirit's Bridge",
"45010": "Autumnal Resplendence",
"45011": "Springtide Advent",
"45012": "Dream Pavilion",
"45013": "Level_PFDungeon02_Active08",
"45014": "Level_PFDungeon02_Active02",
"45015": "Level_PFDungeon02_Active03",
"45016": "Level_PFDungeon02_Active04",
"45017": "Level_PFDungeon02_Active08",
"45018": "Level_PFDungeon02_Active02",
"45019": "Level_PFDungeon02_Active03",
"45020": "Level_PFDungeon02_Active04",
"45050": "Stacked Tower",
"45051": "Long Hallway",
"45052": "Back Alley",
"45053": "Row House",
"45054": "Square Arena",
"45055": "The Exit's Up There",
"45056": "Flying Down the Corridor",
"45057": "Look Out Below",
"45058": "Faster, Faster!",
"45059": "Fastest Finger First",
"46001": "Automaton Front",
"46101": "Challenge: Canine Path",
"46201": "Level_CYDungeon_ActivityRouge01",
"46202": "Level_CYDungeon_Activy02",
"46203": "Level_CYDungeon_Activy03",
"46300": "Level_SmrDungeon_Challenge",
"46301": "Level_FCdungeon_Cloud01",
"46302": "Level_SmrDungeon_Challenge",
"46303": "Level_SmrDungeon_Challenge",
"46304": "Level_FCdungeon_Cloud01",
"46305": "Level_FCdungeon_Cloud01",
"46306": "Level_FCdungeon_Cloud01",
"47001": "Level_OnmyoMaze_01",
"47002": "Level_OnmyoMaze_05",
"47003": "Level_OnmyoMaze_03",
"47004": "Level_OnmyoMaze_04",
"47005": "Level_OnmyoMaze_02",
"47006": "Level_OnmyoMaze_06",
"47007": "Level_OnmyoMaze_07",
"47008": "Level_OnmyoMaze_08",
"47009": "Level_OnmyoMaze_01",
"47010": "Level_OnmyoMaze_05",
"47011": "Level_OnmyoMaze_05",
"47012": "TestLevel_Dq_Rouge_SLL03",
"47013": "Level_OnmyoMaze_03",
"47014": "TestLevel_Dq_Rouge_SLL05",
"47015": "TestLevel_Dq_Rouge_SLL06",
"47016": "TestLevel_Dq_Rouge_LX01",
"47017": "TestLevel_Dq_Rouge_LX02",
"47018": "TestLevel_Dq_Rouge_LX03",
"47019": "TestLevel_Dq_Rouge_LX04",
"47020": "TestLevel_Dq_Rouge_LX05",
"47021": "Realm of the Northeasterly Winds",
"47022": "Realm of the Easterly Winds",
"47023": "Realm of the Southeasterly Winds",
"47024": "Realm of the Northwesterly Winds",
"47025": "Realm of the Southerly Winds",
"47101": "Level_FungusFighter",
"47102": "Level_FungusFighter",
"47103": "Level_FungusFighter",
"47201": "Level_Smr_LostCity",
"47202": "Level_Smr_LostCity",
"47203": "Level_Smr_LostCity",
"47204": "Level_Smr_LostCity",
"47205": "Level_Smr_LostCity",
"47206": "Level_Smr_LostCity",
"47207": "Level_Smr_LostCity",
"47301": "Level_ContestBattle01",
"47302": "Level_ContestBattle01",
"47303": "Level_ContestBattle01",
"47304": "Level_ContestBattle01",
"47305": "Level_ContestBattle01",
"47306": "Level_ContestBattle01",
"47307": "Level_ContestBattle01",
"50002": "Low-Temp Stage White-Box",
"50003": "Combat Performance Test",
"50004": "Charging Pile Power Supply White-Box",
"50005": "Level_ElementGameplay_Test",
"50006": "Level_KaeyaTutorialMission02",
"50007": "Electro Trial",
"50008": "Stage Gameplay Black-Box Test",
"50009": "Stage Gameplay White-Box CX",
"50010": "Trap Gameplay White-Box",
"50011": "Not yet available",
"50012": "Swirl Trial",
"50013": "Burning & Melt Trial",
"50014": "Monster Element Resistance Dungeon",
"50015": "Stage Test",
"50016": "New Character Pattern White-Box",
"50017": "Level_Tower_Moon_01",
"50018": "Shield Gameplay White-Box Test",
"50019": "Geo White-Box Test",
"50020": "Pyro Trial",
"50021": "LevelTest_TestTest_WG",
"50022": "TestLevel_PFDungeon01_ZHT",
"50023": "Level_Tower_Dusk_01",
"50024": "Level_Tower_Dusk_01",
"50025": "Level_CycleDungeon02_Normal",
"50026": "Level_CycleDungeon02_Normal",
"50027": "Elemental Reaction Scenario White Box",
"50028": "TestLevel_CycleFire_YQT",
"50029": "Level_TdGameplay_Test",
"50030": "Level_PFDungeon02_Active01",
"50031": "Level_FCdungeon_DragonBoss",
"50032": "Level_PFDungeon02_Active03",
"50033": "Level_PFDungeon02_Active04",
"50034": "Level_PFDungeon02_Active05",
"50041": "1x Stage Test",
"50042": "Event Stage Test",
"50043": "TestLevel_MD_YQT",
"50044": "TestLevel_SZ_LX",
"50045": "Level_CycleDungeon_WindFlower",
"50046": "Level_Challenge_Thunder01",
"50047": "Level_CycleDungeon_WindFlower",
"50048": "Level_CycleDungeon_WindFlower",
"50049": "Level_CycleDungeon_WindFlower",
"50050": "Level_Tower_Morning_01",
"50051": "Level_FCdungeon_MistTrial",
"50052": "Level_Tower_01_Open",
"50053": "Level_LadyBoss01",
"50054": "Level_ActivityBoss02_Water",
"50055": "TestLevel_Dq_Rouge",
"50056": "TestLevel_Dq_Rouge_YQT01",
"50057": "TestLevel_Dq_Rouge_YQT02",
"50058": "Level_Dq_Void02",
"50059": "TestLevelSLL_SpringFestival",
"50060": "TestLevel_Dq_UGC_LX01",
"50061": "Level_Tower_Universe_01",
"50062": "TestLevel_Dq_UGC_LX02",
"50063": "TestLevel_Dq_UGC_LX03",
"50064": "TestLevel_Dq_UGC_LX04",
"50065": "TestLevel_Dq_UGC_LX05",
"50066": "TestLevel_FCdungeon_ShenheCloud01",
"50067": "TestLevel_WB_Z",
"50068": "Level_Tower_01_Open",
"50069": "TestLevel_ClimbBox",
"50070": "TestLevel_APA_ZQQ",
"50071": "TestWorld_APA_ZQQ",
"50072": "Level_TD_V3_Gameplay_Test",
"50073": "PerformanceTest_LevelStreaming",
"50074": "Level_SmrDungeon_Tinali",
"50075": "Level_SmrDungeon_BigTree",
"50076": "Level_XMDungeon_GrassDragon",
"50077": "Level_Tower_Moon_01",
"50078": "Level_DreamIsland_Xinyan01",
"50079": "Level_DreamIsland_Mona01",
"50080": "Level_DreamIsland_Kazuha02",
"50081": "Level_DreamIsland_Mona02",
"50082": "Level_DreamIsland_Fischl01",
"50083": "Level_DreamIsland_Fischl02",
"50084": "Level_DreamIsland_Fischl03",
"50085": "Level_DreamIsland_Kazuha03",
"50086": "Level_DreamIsland_Fischllibrary",
"50087": "Level_DreamIsland_Kazuha01",
"50088": "Level_DreamIsland_Fischlroom",
"50089": "Level_DreamIsland_Fischlcorridor",
"50090": "TestLevel_WhiteBox_Xm_03",
"50091": "Level_DahakaBoss01",
"50092": "WindPuzzle_WhiteboxSll01",
"50093": "WindPuzzle_WhiteboxSll04",
"50094": "Level_Tower_Moon_01",
"50095": "Level_Tower_Moon_01",
"50096": "Level_Tower_Moon_01",
"50097": "Level_Tower_Moon_01",
"50098": "Level_Tower_Moon_01",
"50099": "Level_Tower_Moon_01",
"51000": "Test Domain I",
"51001": "Test Domain II",
"51002": "Test Domain III",
"51003": "Level_Tower_Moon_01",
"51004": "Level_Tower_Moon_01",
"51005": "Level_Tower_Moon_01",
"51006": "TestLevel_TestBox_GJH",
"51007": "BigWorld_LevelStreaming",
"51008": "Level_Carnival",
"51009": "Level_SmrDungeon_BigTree",
"51010": "TestLevel_TestBox_LCM",
"51011": "TestLevel_WhiteBox_Xm_04",
"51013": "Level_Xm_Alhaitham_01",
"51015": "Level_TestLevel_Pacman_Sll",
"51019": "TestLevel_WhiteBox_Xm_05",
"79999": "GcgCardTest"
}
================================================
FILE: src/i18n/data/en/weaponItem.json
================================================
{
"WEAPON_SWORD_ONE_HAND": {
"11101": "Dull Blade",
"11201": "Silver Sword",
"11301": "Cool Steel",
"11302": "Harbinger of Dawn",
"11303": "Traveler's Handy Sword",
"11304": "Dark Iron Sword",
"11305": "Fillet Blade",
"11306": "Skyrider Sword",
"11401": "Favonius Sword",
"11402": "The Flute",
"11403": "Sacrificial Sword",
"11404": "Royal Longsword",
"11405": "Lion's Roar",
"11406": "Prototype Rancour",
"11407": "Iron Sting",
"11408": "Blackcliff Longsword",
"11409": "The Black Sword",
"11410": "The Alley Flash",
"11412": "Sword of Descension",
"11413": "Festering Desire",
"11414": "Amenoma Kageuchi",
"11415": "Cinnabar Spindle",
"11416": "Kagotsurube Isshin",
"11417": "Sapwood Blade",
"11418": "Xiphos' Moonlight",
"11419": "Prized Isshin Blade",
"11420": "Prized Isshin Blade",
"11421": "Prized Isshin Blade",
"11422": "Toukabou Shigure",
"11501": "Aquila Favonia",
"11502": "Skyward Blade",
"11503": "Freedom-Sworn",
"11504": "Summit Shaper",
"11505": "Primordial Jade Cutter",
"11506": "Primordial Jade Cutter",
"11507": "One Side",
"11509": "Mistsplitter Reforged",
"11510": "Haran Geppaku Futsu",
"11511": "Key of Khaj-Nisut",
"11512": "Light of Foliar Incision"
},
"WEAPON_CLAYMORE": {
"12101": "Waster Greatsword",
"12201": "Old Merc's Pal",
"12301": "Ferrous Shadow",
"12302": "Bloodtainted Greatsword",
"12303": "White Iron Greatsword",
"12304": "Quartz",
"12305": "Debate Club",
"12306": "Skyrider Greatsword",
"12401": "Favonius Greatsword",
"12402": "The Bell",
"12403": "Sacrificial Greatsword",
"12404": "Royal Greatsword",
"12405": "Rainslasher",
"12406": "Prototype Archaic",
"12407": "Whiteblind",
"12408": "Blackcliff Slasher",
"12409": "Serpent Spine",
"12410": "Lithic Blade",
"12411": "Snow-Tombed Starsilver",
"12412": "Luxurious Sea-Lord",
"12414": "Katsuragikiri Nagamasa",
"12415": "Makhaira Aquamarine",
"12416": "Akuoumaru",
"12417": "Forest Regalia",
"12501": "Skyward Pride",
"12502": "Wolf's Gravestone",
"12503": "Song of Broken Pines",
"12504": "The Unforged",
"12505": "Primordial Jade Greatsword",
"12506": "The Other Side",
"12510": "Redhorn Stonethresher"
},
"WEAPON_POLE": {
"13101": "Beginner's Protector",
"13201": "Iron Point",
"13301": "White Tassel",
"13302": "Halberd",
"13303": "Black Tassel",
"13304": "The Flagstaff",
"13401": "Dragon's Bane",
"13402": "Prototype Starglitter",
"13403": "Crescent Pike",
"13404": "Blackcliff Pole",
"13405": "Deathmatch",
"13406": "Lithic Spear",
"13407": "Favonius Lance",
"13408": "Royal Spear",
"13409": "Dragonspine Spear",
"13414": "Kitain Cross Spear",
"13415": "\"The Catch\"",
"13416": "Wavebreaker's Fin",
"13417": "Moonpiercer",
"13419": "Missive Windspear",
"13501": "Staff of Homa",
"13502": "Skyward Spine",
"13504": "Vortex Vanquisher",
"13505": "Primordial Jade Winged-Spear",
"13506": "Deicide",
"13507": "Calamity Queller",
"13509": "Engulfing Lightning",
"13511": "Staff of the Scarlet Sands"
},
"WEAPON_CATALYST": {
"14101": "Apprentice's Notes",
"14201": "Pocket Grimoire",
"14301": "Magic Guide",
"14302": "Thrilling Tales of Dragon Slayers",
"14303": "Otherworldly Story",
"14304": "Emerald Orb",
"14305": "Twin Nephrite",
"14306": "Amber Bead",
"14401": "Favonius Codex",
"14402": "The Widsith",
"14403": "Sacrificial Fragments",
"14404": "Royal Grimoire",
"14405": "Solar Pearl",
"14406": "Prototype Amber",
"14407": "Mappa Mare",
"14408": "Blackcliff Agate",
"14409": "Eye of Perception",
"14410": "Wine and Song",
"14412": "Frostbearer",
"14413": "Dodoco Tales",
"14414": "Hakushin Ring",
"14415": "Oathsworn Eye",
"14416": "Wandering Evenstar",
"14417": "Fruit of Fulfillment",
"14501": "Skyward Atlas",
"14502": "Lost Prayer to the Sacred Winds",
"14503": "Lost Ballade",
"14504": "Memory of Dust",
"14505": "Primordial Jade Regalia",
"14506": "Everlasting Moonglow",
"14509": "Kagura's Verity",
"14511": "A Thousand Floating Dreams",
"14512": "Tulaytullah's Remembrance"
},
"WEAPON_BOW": {
"15101": "Hunter's Bow",
"15201": "Seasoned Hunter's Bow",
"15301": "Raven Bow",
"15302": "Sharpshooter's Oath",
"15303": "Recurve Bow",
"15304": "Slingshot",
"15305": "Messenger",
"15306": "Ebony Bow",
"15401": "Favonius Warbow",
"15402": "The Stringless",
"15403": "Sacrificial Bow",
"15404": "Royal Bow",
"15405": "Rust",
"15406": "Prototype Crescent",
"15407": "Compound Bow",
"15408": "Blackcliff Warbow",
"15409": "The Viridescent Hunt",
"15410": "Alley Hunter",
"15411": "Fading Twilight",
"15412": "Mitternachts Waltz",
"15413": "Windblume Ode",
"15414": "Hamayumi",
"15415": "Predator",
"15416": "Mouun's Moon",
"15417": "King's Squire",
"15418": "End of the Line",
"15501": "Skyward Harp",
"15502": "Amos' Bow",
"15503": "Elegy for the End",
"15504": "Kunwu's Wyrmbane",
"15505": "Primordial Jade Vista",
"15506": "Mirror Breaker",
"15507": "Polar Star",
"15508": "Aqua Simulacra",
"15509": "Thundering Pulse",
"15511": "Hunter's Path"
}
}
================================================
FILE: src/i18n/data/en/weatherItem.json
================================================
{
"1": "BigWorld_Md_General",
"2": "BigWorld_Md_WindDragon",
"3": "BigWorld_Md_City_Storm",
"4": "Monster_Monster_LupiBoreas",
"1000": "BigWorld_Md_General",
"1001": "BigWorld_Md_General",
"1002": "BigWorld_Md_General",
"1003": "BigWorld_Md_General",
"1004": "BigWorld_Md_General",
"1005": "BigWorld_Md_General",
"1006": "BigWorld_Md_General",
"1007": "BigWorld_Md_WindDragon",
"1008": "BigWorld_Md_City_Fenghuajie",
"1009": "BigWorld_Md_General",
"1010": "BigWorld_ActivityArena_Fire",
"1011": "BigWorld_ActivityArena_Sunny",
"1012": "BigWorld_Md_General",
"2000": "BigWorld_Ly_General",
"2001": "BigWorld_Ly_QingCeVilla",
"2002": "BigWorld_Ly_General",
"2003": "BigWorld_Ly_General",
"2004": "BigWorld_Ly_StoneNeedles",
"2005": "BigWorld_Ly_City_General",
"2006": "BigWorld_Ly_General",
"2007": "BigWorld_Ly_LandLakeMaze",
"2008": "BigWorld_Ly_LiShaCountrySide",
"2009": "BigWorld_Ly_General",
"2010": "BigWorld_Ly_QingCeVilla",
"2011": "BigWorld_Ly_BeachMine",
"2012": "BigWorld_Ly_BlackFroest",
"2013": "BigWorld_Ly_SaltOfGround",
"2014": "BigWorld_Ly_Treasure",
"2015": "BigWorld_Ly_NinePillars_Tomb",
"2016": "BigWorld_Ly_NinePillars_Tomb",
"2017": "Monster_Monster_Regisvine_Ice_01",
"2018": "Monster_Monster_Regisvine_Fire_01",
"2019": "BigWorld_Md_General",
"2020": "BigWorld_Ly_TianQiuGu",
"2021": "BigWorld_Ly_Fountain_General",
"2022": "BigWorld_Md_SnowMountain_General",
"2023": "BigWorld_Md_SnowMountain_Peak",
"2024": "BigWorld_Md_SnowMountain_Cave",
"2025": "BigWorld_Md_SnowMountain_Cave_Underboss",
"2026": "BigWorld_Ly_SaltOfGround",
"2027": "BigWorld_Md_SnowMountain_DunlinsHeart",
"2028": "BigWorld_Md_SnowMountain_South",
"2029": "BigWorld_Md_SnowMountain_EastCoast",
"2030": "Monster_Monster_Drake_Primo_Rock_01",
"2031": "BigWorld_Md_SnowMountain_Cave_Long",
"2032": "BigWorld_Md_SnowMountain_Chamber",
"2034": "BigWorld_Md_SnowMountain_Boss",
"2035": "BigWorld_Md_SnowMountain_General",
"2036": "BigWorld_Md_SnowMountain_GeneralTransition",
"2037": "BigWorld_Md_SnowMountain_PeacePeak",
"2038": "BigWorld_Md_SnowMountain_Cave",
"2039": "BigWorld_Md_SnowMountain_GeneralTransition",
"2107": "BigWorld_Ly_LandLakeMaze",
"2113": "BigWorld_Ly_General",
"2114": "BigWorld_Ly_QingCeVilla",
"2115": "BigWorld_Ly_NinePillars_General",
"2116": "BigWorld_Ly_NinePillars_General",
"2117": "BigWorld_Ly_General",
"2118": "BigWorld_Ly_General",
"2121": "BigWorld_Ly_General",
"2124": "BigWorld_Md_SnowMountain_Peak",
"2125": "BigWorld_Md_SnowMountain_Boss",
"2126": "BigWorld_Ly_LiShaCountrySide",
"2127": "BigWorld_Md_SnowMountain_General",
"2130": "BigWorld_Ly_General",
"2131": "BigWorld_Md_SnowMountain_Peak",
"2132": "BigWorld_Md_SnowMountain_General",
"2135": "BigWorld_Md_SnowMountain_General",
"2138": "BigWorld_Md_SnowMountain_PeacePeak",
"2139": "BigWorld_LP_Fog_Light",
"2140": "BigWorld_LP_Fog_Heavy",
"2141": "BigWorld_LP_Fog_Light",
"2142": "BigWorld_LP_Fog_Light",
"2143": "BigWorld_LP_Fog_Light",
"2144": "BigWorld_LP_General",
"2145": "BigWorld_LP_Fog_Heavy",
"2146": "BigWorld_LP_Fog_Light",
"2147": "BigWorld_LP_Fog_Light",
"2148": "BigWorld_LP_Fog_LowL_Boundry",
"2149": "BigWorld_LP_Fog_Light",
"2150": "BigWorld_LP_Fog_Light",
"2151": "BigWorld_LP_Fog_Light",
"2152": "BigWorld_Ly_DakahaEntrance",
"2153": "BigWorld_LP_Fog_Clear",
"2154": "BigWorld_LP_Fog_Clear",
"2155": "BigWorld_LP_Fog_Clear",
"2156": "BigWorld_LP_Fog_Clear",
"2157": "BigWorld_LP_Fog_Clear",
"2158": "BigWorld_LP_Fog_LowL_Boundry",
"2159": "BigWorld_LP_Fog_Heavy",
"2160": "BigWorld_LP_Fog_Heavy",
"2161": "BigWorld_LP_Fog_Light",
"2162": "BigWorld_LP_HighL_General",
"2163": "BigWorld_LP_General",
"2164": "Monster_Monster_Samurai_Ningyo",
"2165": "BigWorld_Ly_TheChasm",
"2166": "BigWorld_Ly_TheChasm_AboveGround_Cave",
"2167": "BigWorld_Ly_TheChasm_AboveGround_Central",
"2168": "BigWorld_Ly_TheChasm_QSJD",
"2169": "BigWorld_Ly_TheChasm_KCKQ",
"2170": "BigWorld_Ly_TheChasm_QXKD",
"2171": "BigWorld_Ly_TheChasm_YJJS",
"2172": "BigWorld_Ly_TheChasm_MGK",
"2173": "BigWorld_Ly_TheChasm_JCYH",
"2174": "BigWorld_Ly_TheChasm_XMSG",
"2175": "BigWorld_Ly_TheChasm_HAZD",
"2176": "BigWorld_Ly_TheChasm_AboveGround_Cave",
"2177": "BigWorld_Ly_TheChasm_HAZD",
"2178": "BigWorld_Ly_TheChasm_HAZD",
"2179": "BigWorld_Ly_TheChasm_SMYJ",
"2180": "BigWorld_Ly_TheChasm_XCYJ",
"2181": "BigWorld_Ly_TheChasm_YGQJ",
"2182": "BigWorld_Ly_TheChasm_TKDDSP",
"2183": "BigWorld_Ly_TheChasm_TKDDSP_After",
"2184": "BigWorld_Ly_TheChasm_QSJDtoKCKQ",
"2185": "BigWorld_Ly_TheChasm_SMYJ",
"2186": "BigWorld_Ly_TheChasm_YGQJ_Mushroom",
"2187": "BigWorld_Ly_TheChasm_DMS",
"2188": "BigWorld_Ly_TheChasm_TKDDSP_Tunnel",
"2189": "BigWorld_Ly_TheChasm_YGQJ_Mushroom",
"2190": "BigWorld_Ly_TheChasm_SMYJ",
"2191": "BigWorld_Ly_General",
"2192": "BigWorld_Ly_TheChasm_Gemini",
"2193": "BigWorld_Ly_TheChasm_YGQJ_Mushroom",
"2194": "BigWorld_Ly_TheChasm_QSJDtoYJJS",
"2195": "BigWorld_Ly_TheChasm_After",
"2196": "BigWorld_Ly_TheChasm_QXKD",
"2197": "BigWorld_Ly_TheChasm_QSJDtoKCKQ",
"2198": "BigWorld_Ly_TheChasm_KCKQ",
"2199": "BigWorld_Ly_TheChasm_KCKQ",
"2200": "BigWorld_Ly_SeaLamp_Storm_02",
"2201": "BigWorld_Ly_SeaLamp_Fog_01",
"2207": "BigWorld_Ly_LandLakeMaze_Lv2",
"2225": "BigWorld_Md_SnowMountain_General",
"2252": "BigWorld_Ly_StoneNeedles",
"2275": "BigWorld_Ly_TheChasm_TKDXSP",
"2276": "BigWorld_Ly_TheChasm",
"2277": "BigWorld_Ly_TheChasm_TKDXSP_After",
"2284": "BigWorld_Ly_TheChasm_QSJDtoKCKQ",
"2285": "BigWorld_Ly_TheChasm_JCYH",
"2286": "BigWorld_Ly_TheChasm_YGQJ_Mushroom",
"2289": "BigWorld_Ly_TheChasm_HAZD_Tunnel",
"2290": "BigWorld_Ly_TheChasm_JCYH",
"3000": "Dungeon_XianglingPlotLevel01_Test",
"3001": "Dungeon_XianglingPlotLevel01",
"3002": "BigWorld_Dq_General",
"3003": "BigWorld_Dq_LiDao_General",
"3004": "BigWorld_Dq_GL_OutSkirt",
"3005": "BigWorld_Dq_GL_Luxin_Core",
"3006": "BigWorld_Dq_GL_Clear",
"3007": "BigWorld_Dq_General",
"3008": "BigWorld_Dq_Tabeisha_GeneralCanyon",
"3009": "BigWorld_Dq_Tabeisha_GeneralDragon",
"3010": "BigWorld_Dq_Tabeisha_GeneralPit",
"3011": "BigWorld_Dq_QinglaiIsland_TransitionA",
"3012": "BigWorld_Dq_QinglaiIsland_General",
"3013": "BigWorld_Dq_CatCloud_Before",
"3014": "BigWorld_Dq_Tabeisha_Genreal",
"3015": "BigWorld_Dq_Tabeisha_Canyon",
"3016": "BigWorld_Dq_Tabeisha_Pit",
"3017": "BigWorld_Dq_Tabeisha_GeneralVestiges",
"3018": "BigWorld_Dq_Tabeisha_GeneralCanyon",
"3019": "BigWorld_Dq_Tabeisha_GeneralDragon",
"3020": "BigWorld_Dq_Tabeisha_GeneralPit",
"3021": "BigWorld_Dq_Tabeisha_Genreal",
"3022": "BigWorld_Dq_Tabeisha_Canyon",
"3023": "BigWorld_Dq_Tabeisha_Pit",
"3024": "BigWorld_Dq_Tabeisha_GeneralVestiges",
"3025": "BigWorld_Dq_Leiyingshugen_General",
"3026": "BigWorld_Dq_Leiyingshugen_General",
"3027": "BigWorld_Dq_MinShenIsland_RelicBoss",
"3028": "BigWorld_Dq_MinShenIsland_RelicBoss",
"3029": "BigWorld_Dq_Leiyingshugen_General",
"3030": "BigWorld_Dq_RaioCotter_Before",
"3031": "BigWorld_Dq_RaioCotter_Before",
"3032": "BigWorld_Dq_General",
"3033": "BigWorld_Dq_General",
"3034": "BigWorld_Dq_General",
"3035": "BigWorld_Dq_General",
"3036": "BigWorld_Dq_GuardForest_General",
"3037": "BigWorld_Dq_HeGuan_General",
"3038": "BigWorld_Dq_HeGuan_Foggy",
"3045": "BigWorld_Dq_Leiyingshugen_Deep",
"3046": "BigWorld_Dq_RaioCotter_After",
"3047": "BigWorld_Dq_DarkCave",
"3048": "BigWorld_Dq_General",
"3049": "BigWorld_Dq_LiDao_General",
"3050": "BigWorld_Dq_General",
"3051": "BigWorld_Dq_Huangcun_Dark",
"3055": "BigWorld_Dq_InazumaThunderBarrier",
"3056": "BigWorld_Dq_Tabeisha_Pit",
"3057": "BigWorld_Dq_Tabeisha_Pit",
"3058": "BigWorld_Dq_HeGuan_FoggyHeavy",
"3059": "BigWorld_Dq_QinglaiIsland_General",
"3060": "BigWorld_Dq_QinglaiIsland_General",
"3061": "BigWorld_Dq_QinglaiIsland_General",
"3062": "BigWorld_Dq_QinglaiIsland_General",
"3063": "BigWorld_Dq_QinglaiIsland_Relic",
"3064": "BigWorld_Dq_QinglaiIsland_Relic",
"3065": "BigWorld_Dq_QinglaiIsland_ShipWreck",
"3066": "BigWorld_Dq_QinglaiIsland_ShipWreck",
"3067": "BigWorld_Dq_HaiQiIsland_General",
"3068": "BigWorld_Dq_HaiQiIsland_General",
"3069": "BigWorld_Dq_HaiQiIsland_General",
"3070": "BigWorld_Dq_HaiQiIsland_HaiShenZhiXin",
"3071": "BigWorld_Dq_HaiQiIsland_FiveSpiceWater",
"3072": "BigWorld_Dq_HaiQiIsland_General",
"3073": "BigWorld_Dq_HaiQiIsland_Relic",
"3074": "BigWorld_Dq_HaiQiIsland_Relic",
"3075": "BigWorld_Dq_HaiQiIsland_General",
"3076": "BigWorld_Dq_HaiQiIsland_General",
"3077": "BigWorld_Dq_HaiQiIsland_General",
"3078": "BigWorld_Dq_HaiQiIsland_General",
"3079": "BigWorld_Dq_Cave_DqCity",
"3080": "BigWorld_Dq_General_TBSOnly",
"3081": "BigWorld_Dq_MinShenIsland_RelicBoss",
"3082": "BigWorld_Dq_GL_OutSkirt",
"3083": "BigWorld_Dq_MinShenIsland_RelicBoss",
"3084": "BigWorld_Dq_General",
"3085": "BigWorld_Dq_General",
"3086": "BigWorld_Dq_QinglaiIsland_Relic",
"3087": "BigWorld_Dq_Tabeisha_Boss_After",
"3088": "BigWorld_Dq_Tabeisha_Canyon_After",
"3089": "Dq_Tabeisha_Pit_After",
"3090": "BigWorld_Dq_Huangcun_General",
"3091": "BigWorld_Dq_Leiyingshugen_General",
"3092": "BigWorld_Dq_Story_ThunderStorm",
"3093": "BigWorld_Dq_QinglaiIsland_ShipWreck",
"3094": "BigWorld_Dq_QinglaiIsland_ShipWreck",
"3095": "BigWorld_Dq_QinglaiIsland_General",
"3096": "BigWorld_Dq_QinglaiIsland_General",
"3097": "BigWorld_Dq_QinglaiIsland_Thunder_1st",
"3098": "BigWorld_Dq_QinglaiIsland_Thunder_2nd",
"3099": "BigWorld_Dq_QinglaiIsland_Thunder_3rd",
"3100": "BigWorld_Dq_QinglaiIsland_Thunder_4th",
"3101": "BigWorld_Dq_QinglaiIsland_Relic",
"3102": "BigWorld_Dq_QinglaiIsland_TransitionB",
"3103": "BigWorld_Dq_HeGuan_FoggyHeavyest",
"3104": "BigWorld_Dq_HeGuan_Doom",
"3105": "BigWorld_Dq_GL_OutSkirt",
"3106": "BigWorld_Dq_HeGuan_DoomHeavyest",
"3107": "BigWorld_Dq_HeGuan_General_Nest",
"3108": "BigWorld_Dq_HeGuan_DoomHeavy",
"3109": "BigWorld_Dq_HeGuan_FoggyHeavyest",
"3110": "BigWorld_Dq_HeGuan_FoggyHeavyest",
"3111": "BigWorld_Dq_HeGuan_FoggyHeavyest",
"3112": "BigWorld_Dq_HeGuan_FoggyHeavyest",
"3113": "BigWorld_Dq_CatCloud",
"3114": "BigWorld_Dq_HeGuan_FoggyHeavyest",
"3115": "BigWorld_Dq_Tabeisha_GeneralCanyon",
"3116": "BigWorld_Dq_Tabeisha_GeneralPit",
"3117": "BigWorld_Dq_QinglaiIsland_General",
"3118": "BigWorld_Dq_QinglaiIsland_ShipWreck",
"3119": "BigWorld_Dq_QinglaiIsland_ShipWreck",
"3120": "BigWorld_Dq_QinglaiIsland_ShipWreck",
"3121": "BigWorld_Dq_QinglaiIsland_ShipWreck",
"3122": "BigWorld_Dq_Tabeisha_GeneralCanyon",
"3123": "BigWorld_Dq_Tabeisha_GeneralPit",
"3125": "BigWorld_Dq_General",
"3126": "BigWorld_Dq_Huangcun_Dark",
"3127": "BigWorld_Dq_General",
"3128": "BigWorld_Dq_MinShenIsland_RelicBoss",
"3129": "BigWorld_Dq_General",
"3130": "BigWorld_Dq_RaioCotter_After",
"3131": "BigWorld_Dq_Leihuozhiyuan",
"3132": "BigWorld_Dq_General",
"3133": "BigWorld_Dq_General",
"3134": "BigWorld_Dq_General",
"3135": "BigWorld_Dq_General",
"3136": "BigWorld_Dq_Tabeisha_Boss",
"3137": "BigWorld_Dq_Tabeisha_Battleground",
"3138": "BigWorld_Dq_Tabeisha_Battleground",
"3139": "BigWorld_Dq_Tabeisha_Boss",
"3140": "BigWorld_Dq_Tabeisha_Pit",
"3141": "BigWorld_Dq_Tabeisha_Pit",
"3142": "BigWorld_Dq_AbyssalPalace_General",
"3143": "BigWorld_Dq_AbyssalPalace_Tunnel",
"3144": "BigWorld_Dq_AbyssalPalace_Tunnel_Entrance",
"3145": "BigWorld_Dq_General",
"3146": "BigWorld_Dq_General",
"3147": "BigWorld_Dq_General",
"3150": "BigWorld_Dq_Tabeisha_Battleground",
"3151": "BigWorld_Dq_Tabeisha_GeneralDragon",
"3156": "BigWorld_Dq_Tabeisha_GeneralPit",
"3157": "BigWorld_Dq_Tabeisha_GeneralPit",
"3163": "BigWorld_Dq_QinglaiIsland_General",
"3164": "BigWorld_Dq_QinglaiIsland_General",
"3165": "BigWorld_Dq_QinglaiIsland_General",
"3166": "BigWorld_Dq_QinglaiIsland_General",
"3169": "BigWorld_Dq_HaiQiIsland_General",
"3170": "BigWorld_Dq_HaiQiIsland_General",
"3171": "BigWorld_Dq_HaiQiIsland_General",
"3172": "BigWorld_Dq_HaiQiIsland_General",
"3173": "BigWorld_Dq_General",
"3174": "BigWorld_Dq_General",
"3175": "BigWorld_Dq_HaiQiIsland_General",
"3179": "BigWorld_Dq_General",
"3181": "BigWorld_Dq_Tabeisha_GeneralDragon",
"3183": "BigWorld_Dq_General",
"3186": "BigWorld_Dq_QinglaiIsland_General",
"3188": "BigWorld_Dq_General_TBSOnly",
"3189": "BigWorld_Dq_General_TBSOnly",
"3191": "BigWorld_Dq_Huangcun_General",
"3193": "BigWorld_Dq_QinglaiIsland_General",
"3194": "BigWorld_Dq_QinglaiIsland_General",
"3196": "BigWorld_Dq_QinglaiIsland_General",
"3201": "BigWorld_Dq_QinglaiIsland_Thunder_4th",
"3207": "BigWorld_Dq_HeGuan_General",
"3217": "BigWorld_Dq_QinglaiIsland_Thunder_4th",
"3218": "BigWorld_Dq_QinglaiIsland_Thunder_4th",
"3219": "BigWorld_Dq_QinglaiIsland_Thunder_4th",
"3220": "BigWorld_Dq_QinglaiIsland_Thunder_4th",
"3221": "BigWorld_Dq_QinglaiIsland_Thunder_4th",
"3228": "BigWorld_Dq_General",
"3231": "BigWorld_Dq_LeiyingShenshe",
"3240": "BigWorld_Dq_Tabeisha_GeneralDragon",
"3241": "BigWorld_Dq_Tabeisha_GeneralDragon",
"3246": "BigWorld_Dq_LeiyingShenshe",
"3264": "BigWorld_Dq_QinglaiIsland_BossArea",
"3286": "BigWorld_Dq_QinglaiIsland_BossArea",
"3301": "BigWorld_Dq_QinglaiIsland_BossArea",
"3311": "BigWorld_Dq_HeGuan_Foggy_Relic",
"3312": "BigWorld_Dq_HeGuan_Foggy_Relic",
"3313": "BigWorld_Dq_HeGuan_Foggy_Relic",
"3314": "BigWorld_Dq_HeGuan_Foggy_Relic",
"3315": "BigWorld_Dq_HeGuan_DoomHeavy",
"3316": "BigWorld_Dq_HeGuan_DoomHeavyest",
"3317": "BigWorld_Dq_HeGuan_DoomHeavyest",
"3318": "BigWorld_Dq_HeGuan_DoomHeavy",
"3319": "BigWorld_Dq_HeGuan_Foggy_Relic",
"3320": "BigWorld_Dq_HeGuan_FoggyHeavy_Jitan",
"3321": "BigWorld_Dq_HeGuan_General_Boss",
"3322": "BigWorld_Dq_HeGuan_General_Nest",
"3323": "BigWorld_Dq_HeGuan_FoggyHeavy_Qiantan",
"3324": "BigWorld_Dq_HeGuan_Foggy_Nest",
"3325": "BigWorld_Dq_HeGuan_Foggy_Nest",
"3326": "BigWorld_Dq_HeGuan_Foggy_Nest",
"3327": "BigWorld_Dq_HeGuan_Foggy_Nest",
"3328": "BigWorld_Dq_HeGuan_DoomHeavy",
"3329": "BigWorld_Dq_HeGuan_DoomHeavyest",
"3330": "BigWorld_Dq_HeGuan_Foggy_Nest",
"3331": "BigWorld_Dq_HeGuan_Foggy_Nest",
"3332": "BigWorld_Dq_HeGuan_Transition01",
"3333": "BigWorld_Dq_AbyssalPalace_Dari_Boss",
"3334": "BigWorld_Dq_AbyssalPalace_Dari",
"3335": "BigWorld_Dq_AbyssalPalace_XiaJian",
"3336": "BigWorld_Dq_AbyssalPalace_LM_LingChuan",
"3337": "BigWorld_Dq_AbyssalPalace_LM",
"3338": "BigWorld_Dq_AbyssalPalace_Dashe_Relic",
"3339": "BigWorld_Dq_AbyssalPalace_DaShe",
"3340": "BigWorld_Dq_Tabeisha_GeneralDragonTop",
"3341": "BigWorld_Dq_Tabeisha_GeneralDragonTop",
"3342": "BigWorld_Dq_AbyssalPalace_General",
"3343": "BigWorld_Dq_AbyssalPalace_Tunnel",
"3344": "BigWorld_Dq_AbyssalPalace_Tunnel_Entrance",
"3345": "BigWorld_Dq_AbyssalPalace_Dari_Boss",
"3347": "BigWorld_Dq_AbyssalPalace_Dari_25Night",
"3348": "BigWorld_Dq_AbyssalPalace_XiaJian_25Night_Dark",
"3351": "BigWorld_Dq_AbyssalPalace_LM_25Night_Dark",
"3354": "BigWorld_Dq_AbyssalPalace_DaShe_25Night_Dark",
"3355": "BigWorld_Dq_AbyssalPalace_XiaJian_Seal",
"3356": "BigWorld_Dq_AbyssalPalace_LM_Seal",
"3357": "BigWorld_Dq_AbyssalPalace_DaShe_Seal",
"3358": "BigWorld_Dq_AbyssalPalace_Dari_Coral",
"3359": "BigWorld_Dq_AbyssalPalace_XiaJian_Waterfall",
"3360": "BigWorld_Dq_AbyssalPalace_LM_Waterfall",
"3361": "BigWorld_Dq_AbyssalPalace_Waterfall",
"3362": "BigWorld_Dq_AbyssalPalace_KeyView",
"3363": "BigWorld_Dq_AbyssalPalace_XiaJian_Seal_25Night_Dark",
"3364": "BigWorld_Dq_AbyssalPalace_LM_Seal_25Night_Dark",
"3365": "BigWorld_Dq_AbyssalPalace_DaShe_Seal_25Night_Dark",
"3368": "BigWorld_Dq_AbyssalPalace_XiaJian_25Night",
"3369": "BigWorld_Dq_AbyssalPalace_LM_25Night",
"3370": "BigWorld_Dq_AbyssalPalace_DaShe_25Night",
"3371": "BigWorld_Dq_AbyssalPalace_XiaJian_Seal_25Night",
"3372": "BigWorld_Dq_AbyssalPalace_LM_Seal_25Night",
"3373": "BigWorld_Dq_AbyssalPalace_DaShe_Seal_25Night",
"3374": "BigWorld_Dq_AbyssalPalace_Dashe_Relic_25Night",
"3375": "BigWorld_Dq_AbyssalPalace_Dashe_Relic_25Night",
"3411": "BigWorld_Dq_HeGuan_FoggyHeavy",
"3412": "BigWorld_Dq_HeGuan_General",
"3413": "BigWorld_Dq_HeGuan_DoomHeavy",
"3414": "BigWorld_Dq_HeGuan_FoggyHeavyest",
"3419": "BigWorld_Dq_HeGuan_DoomHeavy",
"3420": "BigWorld_Dq_HeGuan_FoggyHeavy",
"3422": "BigWorld_Dq_HeGuan_General",
"3423": "BigWorld_Dq_HeGuan_FoggyHeavy",
"3424": "BigWorld_Dq_HeGuan_FoggyHeavy",
"3425": "BigWorld_Dq_HeGuan_FoggyHeavy",
"3426": "BigWorld_Dq_HeGuan_DoomHeavy",
"3427": "BigWorld_Dq_HeGuan_DoomHeavy",
"3430": "BigWorld_Dq_HeGuan_DoomHeavy",
"3431": "BigWorld_Dq_HeGuan_DoomHeavy",
"3433": "BigWorld_Dq_AbyssalPalace_Dari",
"3436": "BigWorld_Dq_AbyssalPalace_LM",
"3438": "BigWorld_Dq_AbyssalPalace_DaShe",
"3445": "BigWorld_Dq_AbyssalPalace_Dari_25Night",
"3458": "BigWorld_Dq_AbyssalPalace_Dari",
"3461": "BigWorld_Dq_AbyssalPalace_DaShe",
"3474": "BigWorld_Dq_AbyssalPalace_DaShe_25Night_Dark",
"3475": "BigWorld_Dq_AbyssalPalace_DaShe_25Night",
"3500": "BigWorld_Dq_LiDao_General",
"3501": "BigWorld_Dq_General",
"3600": "BigWorld_Dq_LiDao_General",
"4000": "BigWorld_Xm_General",
"4001": "BigWorld_Dq_GuardForest_General",
"4002": "BigWorld_Xm_GientCup_Theme",
"4003": "BigWorld_Xm_GientCup_Theme_Dark",
"4004": "BigWorld_Xm_GientCup_Cave",
"4005": "BigWorld_Xm_Robot_General",
"4006": "BigWorld_Xm_Cave_XCSD",
"4007": "BigWorld_Xm_Devil_Cave",
"4008": "BigWorld_Xm_Abyss_Cave01",
"4009": "BigWorld_Xm_Abyss_Cave02",
"4010": "BigWorld_Xm_MushroomCave_Relic01",
"4011": "BigWorld_Xm_SecretPeak",
"4012": "BigWorld_Xm_WitheredForest_Hole_After",
"4013": "BigWorld_Xm_HYZS_Before_ClearSky",
"4014": "BigWorld_Xm_HYZS_Before_Rain",
"4015": "BigWorld_Xm_HYZS_After_ClearSky",
"4016": "BigWorld_Xm_HYZS_After_Rain",
"4017": "BigWorld_Xm_Memory_Forest",
"4018": "BigWorld_Xm_DesertTransition",
"4019": "BigWorld_Xm_DiDiMiJing",
"4020": "BigWorld_Xm_DiDiMiJing",
"4021": "BigWorld_Xm_GientCup_MushroomRuin.asset",
"4022": "BigWorld_Dq_Tabeisha_GeneralVestiges",
"4023": "BigWorld_Dq_GuardForest_General",
"4024": "BigWorld_Dq_GuardForest_General",
"4025": "BigWorld_Xm_Marana_WaterCave_Before_Tunnel",
"4026": "BigWorld_Xm_Marana_WaterCave_After",
"4027": "BigWorld_Xm_City_General",
"4028": "BigWorld_Xm_HCG_General",
"4029": "BigWorld_Xm_YuCun",
"4030": "BigWorld_Xm_AMSG",
"4031": "BigWorld_Xm_WitheredForest_GreatgrassTemple",
"4032": "BigWorld_Xm_WitheredForest",
"4033": "BigWorld_Xm_WitheredForest_After",
"4034": "BigWorld_Xm_WitheredForest_Hole",
"4035": "BigWorld_Xm_WitheredForest_Boss",
"4036": "BigWorld_Xm_WitheredForest_Boss_After",
"4037": "BigWorld_Xm_Senzhili_Dream",
"4038": "BigWorld_Xm_Senzhili",
"4039": "BigWorld_Xm_SenzhiliCave_Dream",
"4040": "BigWorld_Xm_SenzhiliCave",
"4041": "BigWorld_Xm_Senzhili_Home",
"4042": "BigWorld_Xm_GientCup_ThunderstormBoss",
"4043": "BigWorld_Xm_GientCup_MushroomRuin",
"4044": "BigWorld_Xm_Layered_Forest",
"4045": "BigWorld_Xm_Layered_Forest_Dream01",
"4046": "BigWorld_Xm_Cave_DarkB",
"4047": "BigWorld_Xm_TNL",
"4048": "BigWorld_Xm_GientCup_MushroomRuin",
"4049": "BigWorld_Xm_SecretPeak",
"4050": "BigWorld_Xm_Layered_Forest",
"4051": "BigWorld_Xm_Layered_Forest_Dream",
"4052": "BigWorld_Xm_GientCup_Theme_Dark_Footprint",
"4053": "BigWorld_Xm_GientCup_Theme_Footprint",
"4054": "BigWorld_Xm_General",
"4055": "BigWorld_Xm_Valley_General",
"4056": "BigWorld_Xm_Senzhili_Dream",
"4057": "BigWorld_Xm_MushroomCave_Relic01_Dream",
"4058": "BigWorld_Xm_MushroomCave_Dream",
"4059": "BigWorld_Xm_Zhimeng01_Dream",
"4060": "BigWorld_Xm_Zhimeng02_Dream",
"4061": "BigWorld_Xm_Zhimeng03_Dream",
"4062": "BigWorld_Xm_Huanyu01_Dream",
"4063": "BigWorld_Xm_Huanyu02_Dream",
"4064": "BigWorld_Xm_Huanyu03_Dream",
"4065": "BigWorld_Xm_Shiluo01_Dream",
"4066": "BigWorld_Xm_Shiluo02_Dream",
"4067": "BigWorld_Xm_Shiluo03_Dream",
"4068": "BigWorld_Xm_Marana_WaterCave_Before_Entrance",
"4069": "BigWorld_Xm_Marana_WaterCave_After_Entrance",
"4070": "BigWorld_Xm_Marana_WaterCave_Before",
"4071": "BigWorld_Xm_Marana_WaterCave_After",
"4072": "BigWorld_Xm_General",
"4073": "BigWorld_Xm_Cave_XCSDZM",
"4074": "BigWorld_Xm_Cave_XCSDZM",
"4075": "BigWorld_Xm_GientCup_Cave_Clear",
"4076": "BigWorld_Xm_Cave_Dark",
"4077": "BigWorld_Xm_MushroomBoss",
"4078": "BigWorld_Xm_WitheredForest_GreatgrassTemple",
"4079": "BigWorld_Xm_WitheredForest_Hole_After",
"4080": "BigWorld_Xm_WitheredForest_Hole_After",
"4081": "BigWorld_Xm_MushroomCave_Relic01",
"4082": "BigWorld_Xm_MushroomCave",
"4083": "BigWorld_Xm_Huayuan",
"4084": "BigWorld_Xm_DiDiMiJing",
"4085": "BigWorld_Xm_Devil_Cave_02",
"4086": "BigWorld_Xm_Robot_General_Titan_Broken_CS",
"4087": "BigWorld_Xm_WitheredForest_Boss_Noeff",
"4088": "BigWorld_Xm_Robot_General",
"4089": "BigWorld_Xm_General",
"4090": "BigWorld_Xm_Valley_DLZS",
"4091": "BigWorld_Xm_SecretPeak",
"4092": "BigWorld_Xm_Cave_XCSDZM",
"4093": "BigWorld_Xm_Cave_General",
"4094": "BigWorld_Xm_Cave_General",
"4100": "BigWorld_Xm31_CWSM_General",
"4101": "BigWorld_Xm31_JZT_SandStorm",
"4102": "BigWorld_Xm31_MYSD_General",
"4103": "BigWorld_Xm31_JQR_General",
"4104": "BigWorld_Xm31_LSKYJ_General",
"4105": "BigWorld_Xm31_Aru",
"4106": "BigWorld_Xm31_SXT_General",
"4107": "BigWorld_Xm31_MLYY",
"4108": "BigWorld_Xm31_MLYY_Cave",
"4110": "BigWorld_Xm31_FFQ_Sandy",
"4111": "BigWorld_Xm31_CWSM_General",
"4112": "BigWorld_Xm31_JZT_Underground",
"4113": "BigWorld_Xm31_YNGZTBoss",
"4114": "BigWorld_Xm31_LvZ",
"4115": "BigWorld_Xm31_JQR_General",
"4116": "BigWorld_Xm31_JZT_Underground",
"4117": "BigWorld_Xm31_CWSM_General",
"4118": "BigWorld_Xm31_MYSD_Entrance",
"4119": "BigWorld_Xm31_JZTs_Boss",
"4120": "BigWorld_Xm31_MYSD_SunBoat",
"4121": "BigWorld_Xm31_MYSD_SunBoat",
"4122": "BigWorld_Xm31_MYSD_SunBoat",
"4123": "BigWorld_Xm31_MYSD_SunBoat_Broken",
"4124": "BigWorld_Xm31_CWL_UpIndoor",
"4125": "BigWorld_Xm31_YNGZTBoss",
"4200": "BigWorld_Xm33_StormDesert_Out",
"4201": "BigWorld_Xm33_StormDesert_Middle",
"4202": "BigWorld_Xm33_StormDesert_Inner",
"4203": "BigWorld_Xm33_StormDesert_Out_S",
"4204": "BigWorld_Xm33_StormDesert_Middle_S",
"4205": "BigWorld_Xm33_StormDesert_Inner_S",
"4206": "BigWorld_Dq_HeGuan_Doom",
"4207": "BigWorld_Dq_HeGuan_DoomHeavy",
"4208": "BigWorld_Dq_HeGuan_DoomHeavyest",
"4209": "BigWorld_Xm33_StormDesert_General",
"4210": "BigWorld_Xm33_HugeFissure_Bottom",
"4211": "BigWorld_Xm33_HugeFissure_Middle",
"4212": "BigWorld_Xm33_StormDesert_Out",
"4213": "BigWorld_Xm33_DJCamp_General",
"4214": "BigWorld_Xm33_SmallFissure",
"4215": "BigWorld_Xm33_SandRuins_General",
"4216": "BigWorld_Xm33_SandRuins_Inside",
"4217": "BigWorld_Xm33_SandRuins_UnderGround_Cave01",
"4218": "BigWorld_Xm33_SandRuins_UnderGround_Cave02",
"4219": "BigWorld_Xm33_ChiWangCave_01_General",
"4220": "BigWorld_Xm33_SandwormCave_General",
"4221": "BigWorld_Xm33_SandwormCave_SpiritGeneral",
"4222": "BigWorld_Xm33_BackFissure_Bottom",
"4223": "BigWorld_Xm33_Robot",
"4224": "BigWorld_Xm33_ChiWangCave_02_General",
"4225": "BigWorld_Xm33_GrassDragonCave",
"4226": "BigWorld_Xm33_Robot",
"4227": "BigWorld_Xm33_ChiWangCave_03_General",
"4228": "BigWorld_Xm33_JamshidCup_General",
"4229": "BigWorld_Xm33_JamshidCup_Boss",
"4230": "BigWorld_Xm33_EternalOasis",
"4231": "BigWorld_Xm33_StormDesert_Out_S",
"4232": "BigWorld_Xm33_Robot",
"4233": "BigWorld_Xm33_Robot",
"4234": "BigWorld_Xm33_SandRuins_General",
"4235": "BigWorld_Xm33_SandRuins_UnderGround_Cave01",
"4236": "BigWorld_Xm33_SandRuins_UnderGround_Cave02",
"4237": "BigWorld_Xm33_SandRuins_Inside",
"4238": "BigWorld_Xm33_StormDesert_Middle_S",
"4239": "BigWorld_Xm33_GrassDragonCave",
"4240": "BigWorld_Xm33_SandwormCave_General",
"4241": "BigWorld_Xm33_SandwormCave_General",
"4242": "BigWorld_Xm33_SandwormCave_General",
"4243": "BigWorld_Xm33_SandwormCave_General",
"4244": "BigWorld_Xm33_GrassDragonCave",
"4245": "BigWorld_Xm33_HugeFissure_Middle",
"4246": "BigWorld_Xm33_StormDesert_Middle_S",
"4247": "BigWorld_Xm33_StormDesert_Out",
"4248": "BigWorld_Xm33_StormDesert_Out",
"4249": "BigWorld_Xm33_StormDesert_Out",
"4250": "BigWorld_Xm33_StormDesert_Out",
"4251": "BigWorld_Xm33_StormDesert_Transition",
"4252": "BigWorld_Xm33_EternalOasis",
"4253": "BigWorld_Xm33_EternalOasis",
"4254": "BigWorld_Xm33_HugeFissure_Middle",
"5001": "BigWorld_Fd_Wharf",
"5002": "BigWorld_Fd_CityOfTears",
"5003": "BigWorld_Fd_CityOfTears_Corridor",
"5004": "BigWorld_Fd_CityOfTears_Marian",
"5005": "BigWorld_Fd_FDC",
"5006": "BigWorld_Fd_OldTown",
"5007": "BigWorld_DI_WeiWei_Foggy",
"6001": "BigWorld_Ly_General",
"7001": "BigWorld_Ly_General",
"9001": "BigWorld_DI_General",
"9002": "BigWorld_DI_BuDing",
"9003": "BigWorld_DI_ShuangShuang_02",
"9004": "BigWorld_DI_PoPo_Cloudy",
"9005": "BigWorld_DI_WeiWei",
"9006": "BigWorld_DI_WeiWei_Rain",
"9007": "BigWorld_DI_WeiWei_Foggy",
"9008": "BigWorld_DI_DMP01",
"9009": "BigWorld_DI_General",
"9010": "BigWorld_DI_Fog_Light",
"9011": "BigWorld_DI_ThunderStorm",
"9012": "BigWorld_DI_Fog_Light",
"9013": "BigWorld_DI_Fog_Light",
"9014": "BigWorld_DI_Fog_Light",
"9015": "BigWorld_DI_PoPo_Sunny",
"9016": "BigWorld_DI_General_24H",
"9017": "BigWorld_DI_General_24H",
"9018": "BigWorld_DI_General_24H",
"9019": "BigWorld_DI_Social",
"9020": "BigWorld_DI_ShuangShuang",
"9999": "BigWorld_Md_General",
"10001": "Dungeon_XianglingPlotLevel01_Test",
"10002": "Dungeon_XianglingPlotLevel01",
"10003": "Dungeon_FCdungeon_Hutao_01",
"10004": "Dungeon_FCdungeon_Hutao_02",
"10005": "Dungeon_FCdungeon_GoddessLY01",
"10006": "Dungeon_FCdungeon_GoddessLY02",
"10007": "Dungeon_FCdungeon_GoddessLY01",
"10008": "Dungeon_FCdungeon_GoddessLY02",
"10009": "Dungeon_CycleDungeon_WindFlower",
"10010": "Dungeon_CycleDungeon_WindFlower_Outdoor",
"10011": "Dungeon_CycleDungeon_WindFlower_Outdoor",
"10012": "Dungeon_DahakaBoss01",
"10013": "Dungeon_DahakaBoss01",
"10014": "Dungeon_DahakaBoss01",
"10015": "Dungeon_DahakaBoss01",
"10016": "Dungeon_DahakaBoss01",
"10017": "Dungeon_FCdungeon_MistTrial_Bottom",
"10018": "Dungeon_FCdungeon_MistTrial",
"10019": "Dungeon_FCdungeon_MistTrial_Bottom",
"10020": "Dungeon_FCdungeon_MistTrial",
"10021": "Dungeon_FCdungeon_MistTrial_Bottom",
"10022": "Dungeon_FCdungeon_MistTrial",
"10023": "Dungeon_FCdungeon_MistTrial_Bottom",
"10024": "Dungeon_FCdungeon_MistTrial",
"10025": "Dungeon_FCdungeon_MistTrial_Bottom",
"10026": "Dungeon_FCdungeon_MistTrial",
"10027": "Dungeon_FCdungeon_MistTrial_Bottom",
"10028": "Dungeon_FCdungeon_MistTrial",
"10029": "Dungeon_DonjonBattle",
"10030": "Dungeon_DonjonBattle",
"10031": "Dungeon_DonjonBattle",
"10032": "Dungeon_DonjonBattle",
"10033": "Dungeon_DonjonBattle",
"10034": "Dungeon_DonjonBattle",
"10035": "Dungeon_ContestBattle01",
"10036": "Dungeon_ContestBattle01",
"10037": "Dungeon_ContestBattle01",
"10038": "Dungeon_ContestBattle01",
"10039": "Dungeon_ContestBattle01",
"10040": "Dungeon_ContestBattle01",
"10041": "Dungeon_ContestBattle01",
"10042": "Dungeon_ContestBattle01",
"10043": "Dungeon_ContestBattle01",
"10044": "Dungeon_ContestBattle01",
"10045": "Dungeon_ContestBattle01",
"10046": "Dungeon_ContestBattle01",
"10047": "Dungeon_ContestBattle01",
"10048": "Dungeon_ContestBattle01",
"10049": "Dungeon_ContestBattle01",
"10050": "Dungeon_ContestBattle01",
"10051": "Dungeon_ContestBattle01",
"10052": "Dungeon_ContestBattle01",
"10053": "Dungeon_ContestBattle01",
"10054": "Dungeon_ContestBattle01",
"10055": "Dungeon_ContestBattle01",
"10056": "Dungeon_ContestBattle01",
"10057": "Dungeon_ContestBattle01",
"10058": "Dungeon_ContestBattle01",
"10059": "Dungeon_FCDungeon_Delusion01",
"10060": "Dungeon_Dq_Void02",
"10061": "Dungeon_Dq_Void02",
"10062": "Dungeon_Dq_Void02",
"10063": "Dungeon_Dq_Void02",
"10064": "Dungeon_OnmyoMaze01_CutsceneRoom",
"10065": "Homeworld_HomeExterior_Ukiyo",
"10066": "Homeworld_HomeExterior_Ukiyo",
"10067": "Dungeon_FCdungeon_ShenheCloud01",
"10068": "Dungeon_FCdungeon_ShenheCloud02",
"10069": "Dungeon_FCdungeon_ShenheCloud03",
"10070": "Dungeon_FCdungeon_ShenheCloud04",
"10071": "Dungeon_FCdungeon_ShenheCloud05",
"10072": "Dungeon_DreamIsland_XinyanDungeon_Cave1",
"10073": "Dungeon_DreamIsland_XinyanDungeon_Cave2",
"10074": "Dungeon_DreamIsland_XinyanDungeon_Cave3",
"10075": "Dungeon_DreamIsland_XinyanDungeon_Island1_1",
"10076": "Dungeon_DreamIsland_XinyanDungeon_Bridge1",
"10077": "Dungeon_DreamIsland_XinyanDungeon_Island3_1",
"10078": "Dungeon_DreamIsland_XinyanDungeon_Island1_2",
"10079": "Dungeon_DreamIsland_XinyanDungeon_Island3_2",
"10080": "Dungeon_WeekDungeon_Baal",
"10081": "Dungeon_WeekDungeon_Baal",
"10082": "Dungeon_CYDungeon_Activy03_01",
"10083": "Dungeon_CYDungeon_Activy03_02",
"10084": "Dungeon_CYDungeon_Activy03_03",
"10085": "Dungeon_CYDungeon_Activy03_04",
"10086": "Dungeon_CYDungeon_Activy03_01",
"10087": "Dungeon_CYDungeon_Activy03_02",
"10088": "Dungeon_CYDungeon_Activy03_03",
"10089": "Dungeon_CYDungeon_Activy03_04",
"10090": "Dungeon_DreamIsland_Mona_StarrySky_01",
"10091": "Dungeon_DreamIsland_Mona_StarrySky_02",
"10092": "Dungeon_DreamIsland_Mona_StarrySky_02Rain",
"10093": "Dungeon_DreamIsland_Mona_StarrySky_01",
"10094": "Dungeon_DreamIsland_Kazuha02_Special",
"10095": "Dungeon_CYDungeon_Activy02",
"10096": "Dungeon_CYDungeon_Activy02_Void",
"10097": "Dungeon_CYDungeon_Activy03_Corridor",
"10098": "Dungeon_CYDungeon_Activy03_VoidSpace",
"10099": "Dungeon_CYDungeon_Activy03_Corridor",
"10100": "Dungeon_CYDungeon_Activy02_Cave",
"10101": "Dungeon_CYDungeon_Activy02_Cave",
"10102": "Dungeon_DreamIsland_XinyanDungeon_Island3_1",
"10103": "Dungeon_DreamIsland_XinyanDungeon_Island3_1",
"10104": "Dungeon_DreamIsland_XinyanDungeon_Home",
"10105": "Dungeon_DreamIsland_Mona_Home",
"10106": "Dungeon_DreamIsland_Mona01",
"10107": "Dungeon_DreamIsland_Mona02",
"10108": "Dungeon_ContestBattle01",
"10109": "Dungeon_ContestBattle01",
"10110": "Dungeon_ContestBattle01",
"10111": "Dungeon_ContestBattle01",
"10112": "Dungeon_ContestBattle01",
"10113": "Dungeon_ContestBattle01",
"10114": "Dungeon_ContestBattle01",
"10115": "Dungeon_ContestBattle01",
"10116": "Dungeon_ContestBattle01",
"10117": "Dungeon_ContestBattle01",
"10118": "Dungeon_ContestBattle01",
"10119": "Dungeon_ContestBattle01",
"10120": "Dungeon_ContestBattle01",
"10121": "Dungeon_ContestBattle01",
"10122": "Dungeon_ContestBattle01",
"10123": "Dungeon_ContestBattle01",
"10124": "Dungeon_ContestBattle01",
"10125": "Dungeon_ContestBattle01",
"10126": "Dungeon_ContestBattle01",
"10127": "Dungeon_ContestBattle01",
"10128": "Dungeon_ContestBattle01",
"10129": "Dungeon_ContestBattle01",
"10130": "Dungeon_ContestBattle01",
"10131": "Dungeon_ContestBattle01",
"10132": "Dungeon_XMdungeon_WQ01_02",
"10133": "Dungeon_XMdungeon_WQ01_03",
"10134": "Dungeon_SmrDungeon_BigTree_Room",
"10135": "Dungeon_SmrDungeon_BigTree_Room",
"10136": "Dungeon_SmrDungeon_BigTree_Flower",
"10137": "Dungeon_SmrDungeon_BigTree_Flower",
"10138": "Homeworld_HomeExterior_Sumeru",
"10139": "Homeworld_HomeExterior_Sumeru_Yellow",
"10140": "Dungeon_FC_DeshretTemple_General",
"10141": "Dungeon_FC_DeshretTemple_Ending",
"10142": "Dungeon_Xm_ScaramoucheBoss02",
"10143": "Dungeon_Xm_ScaramoucheBoss02",
"10144": "Dungeon_UGCDungeon_CustomLevel_A_01",
"10145": "Dungeon_UGCDungeon_CustomLevel_A_02",
"10146": "Dungeon_UGCDungeon_CustomLevel_A_03",
"10147": "Dungeon_UGCDungeon_CustomLevel_A_04",
"10148": "Dungeon_UGCDungeon_CustomLevel_A_05",
"10149": "Dungeon_UGCDungeon_CustomLevel_A_06",
"10150": "Dungeon_FCDungeon_Delusion01",
"10151": "Dungeon_NahidaDungeon_01",
"10152": "Dungeon_NahidaDungeon_02",
"10153": "Dungeon_NahidaDungeon_02",
"10154": "Dungeon_NahidaDungeon_03",
"10155": "Dungeon_NahidaDungeon_04",
"10156": "Dungeon_FCdungeon_BigTree_02_storm",
"10157": "Dungeon_FCdungeon_BigTree_03",
"10158": "Dungeon_NahidaDungeon_01",
"10159": "Dungeon_ContestBattle01",
"10160": "Dungeon_ContestBattle01",
"10161": "Dungeon_ContestBattle01",
"10162": "Dungeon_ContestBattle01",
"10163": "Dungeon_ContestBattle01",
"10164": "Dungeon_ContestBattle01",
"10165": "Dungeon_ContestBattle01",
"10166": "Dungeon_BrickBreaker01",
"10167": "Dungeon_BrickBreaker01",
"10168": "Dungeon_BrickBreaker01",
"10169": "Dungeon_BrickBreaker01",
"10170": "Dungeon_BrickBreaker01",
"10171": "Dungeon_BrickBreaker01",
"10172": "Dungeon_BrickBreaker01",
"10173": "Dungeon_BrickBreaker01",
"10174": "Dungeon_BrickBreaker01",
"10175": "Dungeon_Xm33_Consciousness_Indoor",
"10176": "Dungeon_Xm_Alhaitham_boss",
"10178": "Dungeon_Xm_Alhaitham_boss",
"11035": "Dungeon_ContestBattle01",
"11036": "Dungeon_ContestBattle01",
"11037": "Dungeon_ContestBattle01",
"11038": "Dungeon_ContestBattle01",
"11039": "Dungeon_ContestBattle01",
"11040": "Dungeon_ContestBattle01",
"11041": "Dungeon_ContestBattle01",
"11042": "Dungeon_ContestBattle01",
"11043": "Dungeon_ContestBattle01",
"11044": "Dungeon_ContestBattle01",
"11045": "Dungeon_ContestBattle01",
"11046": "Dungeon_ContestBattle01",
"11047": "Dungeon_ContestBattle01",
"11048": "Dungeon_ContestBattle01",
"11049": "Dungeon_ContestBattle01",
"11050": "Dungeon_ContestBattle01",
"11051": "Dungeon_ContestBattle01",
"11052": "Dungeon_ContestBattle01",
"11053": "Dungeon_ContestBattle01",
"11054": "Dungeon_ContestBattle01",
"11055": "Dungeon_ContestBattle01",
"11056": "Dungeon_ContestBattle01",
"11057": "Dungeon_ContestBattle01",
"11058": "Dungeon_ContestBattle01",
"90001": "BigWorld_Md_General"
}
================================================
FILE: src/i18n/data/es/artifactInfo.json
================================================
[
{
"id": 214001,
"name": "Nómada del Invierno",
"desc1": "Bono de Daño Cryo +15%.",
"desc2": "Aumenta en un 20% la Prob. CRIT contra los enemigos afectados por Cryo. Si el enemigo está Congelado, la Prob. CRIT aumentará en un 20% adicional."
},
{
"id": 214002,
"name": "Domador de Truenos",
"desc1": "RES Electro +40%",
"desc2": "Aumenta el Daño contra los enemigos afectados por Electro un 35%."
},
{
"id": 214003,
"name": "Virtuoso Corredor de Lava",
"desc1": "RES Pyro +40%.",
"desc2": "Aumenta en un 35% el daño contra los enemigos afectados por Pyro."
},
{
"id": 214004,
"name": "Doncella Amada",
"desc1": "Aumenta en un 15% la curación realizada.",
"desc2": "El uso de una Habilidad Elemental o Definitiva aumenta en un 20% la curación recibida de todos los miembros del equipo durante 10 s."
},
{
"id": 215001,
"name": "Final del Gladiador",
"desc1": "ATQ +18%.",
"desc2": "Aumenta el daño de Ataque Normal en un 35% si el personaje usa una espada ligera, mandoble o lanza."
},
{
"id": 215002,
"name": "Sombra Verde Esmeralda",
"desc1": "Bono de Daño Anemo +15%.",
"desc2": "Aumenta el daño de Torbellino en un 60%. Dependiendo del tipo elemental que tenga, disminuye la RES Elemental correspondiente del enemigo en un 40% durante 10 s."
},
{
"id": 215003,
"name": "Orquesta del Errante",
"desc1": "Maestría Elemental +80.",
"desc2": "Aumenta el daño de ATQ Cargado en un 35% si el personaje usa catalizador o arco."
},
{
"id": 215004,
"name": "Arenas de hielo y nieve",
"desc1": "Bono de Daño Cryo +15%.",
"desc2": "Aumenta en un 100% el daño infligido por Superconductor y el de Derretido en un 15%. Además, al usar una Habilidad Definitiva, obtienes un 30% de Bono de Daño Cryo durante 10 s"
},
{
"id": 215005,
"name": "Furia del Trueno",
"desc1": "Bono de Daño Electro +15%.",
"desc2": "Aumenta en un 40% el daño infligido por Sobrecarga, Electrocargado, Superconductor y Sobreflorecimiento, y aumenta en un 20% el bono de daño generado por Intensificación. Al causar una de estas reacciones o una reacción de Aceleración, el TdE de la Habilidad Elemental se reduce en 1 s. Solo puede ocurrir una vez cada 0.8 s."
},
{
"id": 215006,
"name": "Bruja Carmesí en Llamas",
"desc1": "Bono de Daño Pyro +15%.",
"desc2": "Aumenta el daño causado por Sobrecarga, Quemadura y Crepitar en un 40%, y el de Vaporización y Derretido en un 15%. El uso de una Habilidad Elemental aumenta los efectos del conjunto de 2 piezas en un 50% durante 10 s. Puede acumularse hasta un máximo de 3 veces."
},
{
"id": 215007,
"name": "Ritual Antiguo de la Nobleza",
"desc1": "Daño de Habilidad Definitiva +20%.",
"desc2": "Después de lanzar una Habilidad Definitiva, aumenta el ATQ de todos los miembros del equipo en un 20% durante 12 s. Este efecto no puede acumularse."
},
{
"id": 215008,
"name": "Caballería Sanguinaria",
"desc1": "Daño Físico +25%.",
"desc2": "Derrotar a un enemigo hace que no consumas Aguante al lanzar un Ataque Cargado, y que el daño de Ataque Cargado aumente en un 50% durante 10 s."
},
{
"id": 215014,
"name": "Petra Arcaica",
"desc1": "Bono de Daño Geo +15%.",
"desc2": "Al obtener un cristal creado a través de la reacción de Cristalización, todos los miembros del equipo obtienen durante 10 s un 35% de Bono de Daño Elemental del elemento que causó dicha reacción. Solo se puede obtener un tipo de Bono de Daño Elemental a la vez."
},
{
"id": 215015,
"name": "Retroceso del Meteorito",
"desc1": "Protección de Escudo +35%.",
"desc2": "Los Ataque Normales y Cargados obtienen un 40% de daño adicional mientras estés bajo la protección de un escudo."
},
{
"id": 215016,
"name": "Corazón de las Profundidades",
"desc1": "Bono de Daño Hydro +15%.",
"desc2": "Tras usar la Habilidad Elemental, aumenta el daño de Ataque Normal y Ataque Cargado en un 30% durante 15 s."
},
{
"id": 215017,
"name": "Tenacidad de la Geoarmada",
"desc1": "Vida +20%.",
"desc2": "Cuando una Habilidad Elemental golpea a un enemigo, el ATQ de todos los personajes del equipo cercanos aumenta en un 20% y su Protección de Escudo aumenta en un 30% durante 3 s. Este efecto puede tener lugar cada 0.5 s y se activa incluso cuando el personaje que lleva equipado este conjunto de artefactos está en tu equipo pero no en combate."
},
{
"id": 215018,
"name": "Llamas Albinas",
"desc1": "Daño Físico +25%.",
"desc2": "Al atacar a un enemigo con una Habilidad Elemental, el ATQ aumenta en un 9% durante 7 s. Este efecto puede acumularse hasta 2 veces y activarse cada 0.3 s. Al alcanzar 2 acumulaciones, el efecto de dos piezas del conjunto aumenta en un 100%."
},
{
"id": 215019,
"name": "Reminiscencia de la Purificación",
"desc1": "ATQ +18%.",
"desc2": "Si el personaje tiene 15 pts. de Energía Elemental o más, perderá 15 pts. al realizar una Habilidad Elemental y el daño infligido con los Ataques Normales, Cargados y Descendentes aumentará en un 50% durante 10 s. Este efecto no puede activarse más de una vez simultáneamente."
},
{
"id": 215020,
"name": "Emblema del Destino",
"desc1": "Recarga de Energía +20%.",
"desc2": "Aumenta el daño infligido con la Habilidad Definitiva en una cantidad equivalente al 25% de la Recarga de Energía. Se puede obtener un aumento del 75% como máximo."
},
{
"id": 215021,
"name": "Cáscara de Sueños Opulentos",
"desc1": "DEF +30%.",
"desc2": "El personaje que equipe este conjunto de artefactos obtendrá el efecto de “curiosidad” en las siguientes circunstancias: al golpear a un enemigo con un ataque Geo, obtiene una carga, lo cual solo puede ocurrir una vez cada 0.3 s; mientras está en tu equipo pero no en combate, obtiene una carga cada 3 s. Este efecto puede acumularse hasta 4 veces, y cada carga aumenta en un 6% la DEF y otorga un 6% de Bono de Daño Geo. Si el personaje no obtiene una carga de curiosidad en 6 s, perderá una acumulación."
},
{
"id": 215022,
"name": "Perla Oceánica",
"desc1": "Bono de Curación +15%.",
"desc2": "Cuando el personaje que equipa este conjunto de artefactos cura a otro, crea el efecto de “burbuja marina” durante 3 s, el cual registra la cantidad de Vida regenerada (incluida la regenerada por encima del 100%). Tras ello, la burbuja marina estalla e inflige contra los enemigos cercanos un daño basado en el 90% de la cantidad regenerada. Este daño se calcula de manera similar al de las reacciones de Electrocargado, Superconductor, etc., pero no varía en función de la Maestría Elemental, el nivel del personaje o el bono de daño de las reacciones. Solo se puede crear una burbuja marina cada 3.5 s, la cual solo puede registrar un máximo de 30 000 pts. de Vida regenerada, incluyendo la regenerada por encima del 100%. Además, solo puede existir una burbuja marina en tu equipo al mismo tiempo. Cuando el personaje que equipa este conjunto de artefactos está en el equipo pero no en combate, también podrá activar este efecto."
},
{
"id": 215023,
"name": "Deceso del Cinabrio",
"desc1": "ATQ +18%.",
"desc2": "#Al usar la Habilidad Definitiva, obtienes el efecto de “destello emergente” durante 16{NON_BREAK_SPACE}s, el cual aumenta el ATQ en un 8% y, además, hace que cada vez que el personaje pierda Vida, su ATQ aumente en un 10% adicional. Este efecto solo puede aumentar el ATQ un máximo de 4 veces de esta manera y activarse una vez cada 0.8 s. Los efectos de destello emergente se disiparán si el personaje es retirado de combate. Si el personaje vuelve a usar la Habilidad Definitiva mientras dicho efecto está activo, el destello emergente original también se disipará."
},
{
"id": 215024,
"name": "Eco del Sacrificio",
"desc1": "ATQ +18%.",
"desc2": "#Al golpear a un enemigo con un Ataque Normal, hay una probabilidad del 36% de activar el efecto de “ritual del valle”, el cual aumenta el daño de Ataque Normal en una cantidad equivalente al 70% del ATQ. Este efecto se anula 0.05 s después de infligir daño con un Ataque Normal. Si dicho ataque no activa ritual del valle, la probabilidad de activarlo con el siguiente golpe de Ataque Normal aumenta en un 20%. Esta activación solo puede ocurrir una vez cada 0.2{NON_BREAK_SPACE}s."
},
{
"id": 215025,
"name": "Recuerdos del Bosque",
"desc1": "Bono de Daño Dendro +15%.",
"desc2": "Tras golpear a un enemigo con una Habilidad Elemental o Definitiva, la RES Dendro de dicho enemigo se reduce en un 30% durante 8 s. Este efecto se puede activar incluso cuando el personaje que lleva este conjunto equipado está en tu equipo pero no en combate."
},
{
"id": 215026,
"name": "Sueños Áureos",
"desc1": "Maestría Elemental +80 pts.",
"desc2": "Tras causar una Reacción Elemental, el personaje que lleve equipado este conjunto obtiene durante 8 s los siguientes fortalecimientos en función de los tipos elementales de los miembros del equipo: por cada personaje del mismo tipo elemental que el portador de este conjunto, el ATQ aumenta en un 14%; por cada personaje de tipo elemental distinto al portador de este conjunto, la Maestría Elemental aumenta en 50 pts. Cada uno de estos efectos se calcula para un máximo de 3 personajes. Este efecto solo se puede activar una vez cada 8 s, y se activará incluso cuando el personaje que lleva este conjunto equipado esté en tu equipo pero no en combate."
},
{
"id": 215027,
"name": "Épica del Pabellón del Desierto",
"desc1": "Bono de Daño Anemo +15%.",
"desc2": "#Tras golpear a un enemigo con un Ataque Cargado, la Vel. de Ataque Normal del personaje aumenta en un 10%, y el daño de Ataque Normal, Cargado y Descendente aumenta en un 40% durante 15{NON_BREAK_SPACE}s."
},
{
"id": 215028,
"name": "Flor Olvidada del Paraíso",
"desc1": "Maestría Elemental +80 pts.",
"desc2": "#Aumenta en un 40% el daño que inflige el portador de este conjunto con las reacciones de Florecimiento, Sobreflorecimiento y Crepitar. Además, cuando el portador de este conjunto causa alguna de estas reacciones, el bono anterior aumenta en un 25%. Este efecto dura 10{NON_BREAK_SPACE}s, puede acumularse hasta 4 veces y ocurrir una vez por segundo. Puede activarse incluso cuando el portador del conjunto está en tu equipo pero no en combate."
}
]
================================================
FILE: src/i18n/data/es/avatarItem.json
================================================
{
"10000001": "Kate",
"10000002": "Kamisato Ayaka",
"10000003": "Jean",
"10000005": "Viajero",
"10000006": "Lisa",
"10000007": "Viajera",
"10000014": "Bárbara",
"10000015": "Kaeya",
"10000016": "Diluc",
"10000020": "Razor",
"10000021": "Amber",
"10000022": "Venti",
"10000023": "Xiangling",
"10000024": "Beidou",
"10000025": "Xingchiu",
"10000026": "Xiao",
"10000027": "Ninguang",
"10000029": "Klee",
"10000030": "Zhongli",
"10000031": "Fischl",
"10000032": "Bennett",
"10000033": "Tartaglia",
"10000034": "Noelle",
"10000035": "Qiqi",
"10000036": "Chongyun",
"10000037": "Ganyu",
"10000038": "Albedo",
"10000039": "Diona",
"10000041": "Mona",
"10000042": "Keching",
"10000043": "Sacarosa",
"10000044": "Xinyan",
"10000045": "Rosaria",
"10000046": "Hu Tao",
"10000047": "Kaedehara Kazuha",
"10000048": "Yanfei",
"10000049": "Yoimiya",
"10000050": "Thoma",
"10000051": "Eula",
"10000052": "Shogun Raiden",
"10000053": "Sayu",
"10000054": "Sangonomiya Kokomi",
"10000055": "Gorou",
"10000056": "Kujou Sara",
"10000057": "Arataki Itto",
"10000058": "Yae Miko",
"10000059": "Shikanoin Heizou",
"10000060": "Yelan",
"10000062": "Aloy",
"10000063": "Shenhe",
"10000064": "Yun Jin",
"10000065": "Kuki Shinobu",
"10000066": "Kamisato Ayato",
"10000067": "Collei",
"10000068": "Dori",
"10000069": "Tignari",
"10000070": "Nilou",
"10000071": "Cyno",
"10000072": "Candace",
"10000073": "Nahida",
"10000074": "Laila",
"10000075": "Trotamundos",
"10000076": "Faruzán",
"10000077": "Yaoyao",
"10000078": "Alhacén",
"11000008": "Test de equipo n.º 4",
"11000009": "Prueba de escena",
"11000010": "Modelo desnudo #1",
"11000011": "Hombre desnudo",
"11000013": "Multijugador",
"11000017": "Prueba de cuerpo de hombre adulto",
"11000018": "Prueba de cuerpo de mujer adulta",
"11000019": "Prueba de cuerpo de mujer joven",
"11000025": "Akuliya",
"11000026": "Yaoyao",
"11000027": "Prueba de cuerpo de mujer joven - Máquina n.º 2",
"11000028": "Chica de la caja blanca",
"11000030": "Gran Espadachina",
"11000031": "Prueba de arma posterior A",
"11000032": "Prueba de arma posterior B",
"11000033": "Prueba de arma posterior C",
"11000034": "Prueba de arma posterior D",
"11000035": "Guerrera de la Lanza",
"11000036": "Prueba de espada ligera de mujer",
"11000037": "Caja blanca Rx",
"11000038": "Prueba de cuerpo de hombre joven",
"11000039": "Prueba de cuerpo de hombre adulto",
"11000040": "Ataque Normal de personaje femenino principal",
"11000041": "Ataque Normal de nuevo personaje masculino principal",
"11000042": "Chongyun (prueba)",
"11000043": "Personaje de prueba",
"11000044": "Qiqi (prueba)",
"11000045": "Diona (prueba)"
}
================================================
FILE: src/i18n/data/es/index.ts
================================================
import { type MonsterType, type WeaponType, type MaterialType, transformItems } from '../common/transform'
import artifactInfoJson from './artifactInfo.json?raw'
import avatarItemJson from './avatarItem.json?raw'
import materialItemJson from './materialItem.json?raw'
import monsterItemJson from './monsterItem.json?raw'
import questItemJson from './questItem.json?raw'
import { route } from './route'
import sceneItemJson from './sceneItem.json?raw'
import weaponItemJson from './weaponItem.json?raw'
import weatherItemJson from './weatherItem.json?raw'
const monsterTypeDict: Record = {
MONSTER_ORDINARY: 'Monster',
MONSTER_BOSS: 'Boss',
MONSTER_ENV_ANIMAL: 'Animal',
MONSTER_FISH: 'Fish',
MONSTER_PARTNER: 'Partner'
}
const questTags = ['hidden', 'test', 'unreleased']
const weatherType = ['sunny', 'cloudy', 'rain', 'thunderstorm', 'snow', 'mist']
const itemTags = ['Characters', 'Weapons', 'Material']
const weaponTypeDict: Record = {
WEAPON_SWORD_ONE_HAND: 'Sword',
WEAPON_CLAYMORE: 'Claymore',
WEAPON_POLE: 'Polearm',
WEAPON_CATALYST: 'Catalyst',
WEAPON_BOW: 'Bow'
}
const materialTypeDict: Record = {
undefined: 'Sundry',
FAKE_ABSORBATE: 'FAKE_ABSORBATE',
ADSORBATE: 'ADSORBATE',
CONSUME: 'Consume',
TALENT: 'Talent',
AVATAR: 'Avatar',
CHEST: 'Chest',
NOTICE_ADD_HP: 'NOTICE_ADD_HP',
EXCHANGE: 'Exchange',
WOOD: 'Wood',
QUEST: 'Quest',
CRICKET: 'Cricket',
WIDGET: 'Widget',
ELEM_CRYSTAL: 'ELEM_CRYSTAL',
SPICE_FOOD: 'Spice Food',
ACTIVITY_GEAR: 'ACTIVITY_GEAR',
ACTIVITY_ROBOT: 'ACTIVITY_ROBOT',
ACTIVITY_JIGSAW: 'ACTIVITY_JIGSAW',
FOOD: 'Food',
EXP_FRUIT: 'EXP_FRUIT',
WEAPON_EXP_STONE: 'WEAPON_EXP_STONE',
AVATAR_MATERIAL: 'AVATAR_MATERIAL',
RELIQUARY_MATERIAL: 'RELIQUARY_MATERIAL',
CONSUME_BATCH_USE: 'CONSUME_BATCH_USE',
FISH_BAIT: 'FISH_BAIT',
CHEST_BATCH_USE: 'CHEST_BATCH_USE',
SELECTABLE_CHEST: 'SELECTABLE_CHEST',
HOME_SEED: 'HOME_SEED',
FLYCLOAK: 'FLYCLOAK',
BGM: 'Bgm',
SEA_LAMP: 'SEA_LAMP',
CHANNELLER_SLAB_BUFF: 'CHANNELLER_SLAB_BUFF',
FISH_ROD: 'Fish Rod',
NAMECARD: 'Namecard',
ARANARA: 'ARANARA',
DESHRET_MANUAL: 'DESHRET_MANUAL',
FIREWORKS: 'FIREWORKS',
COSTUME: 'Costume',
FURNITURE_SUITE_FORMULA: 'FURNITURE_SUITE_FORMULA',
FURNITURE_FORMULA: 'FURNITURE_FORMULA',
RENAME_ITEM: 'RENAME_ITEM',
GCG_EXCHANGE_ITEM: 'GCG_EXCHANGE_ITEM',
GCG_CARD: 'GCG_CARD',
GCG_CARD_FACE: 'GCG_CARD_FACE',
GCG_CARD_BACK: 'GCG_CARD_BACK',
GCG_FIELD: 'GCG_FIELD'
}
const items = transformItems({
artifactInfoJson,
monsterItemJson,
monsterTypeDict,
questItemJson,
questTags,
sceneItemJson,
weatherItemJson,
weatherType,
itemTags,
avatarItemJson,
weaponItemJson,
weaponTypeDict,
materialItemJson,
materialTypeDict
})
const message: Message = { route, ...items }
export default message
================================================
FILE: src/i18n/data/es/materialItem.json
================================================
{
"undefined": {
"101": "EXP de Personaje",
"102": "EXP de Aventura",
"103": "Polvo estelar",
"104": "Brillo estelar",
"105": "EXP de Amistad",
"106": "Resina original",
"107": "Llave legendaria",
"109": "Energía cósmica",
"110": "Esencia cósmica",
"111": "Esencia brillante",
"112": "Esencia cálida",
"113": "Esencia milagrosa",
"115": "Talismán de la paz",
"116": "Fiebre festiva",
"117": "Ficha mágica",
"118": "Cupón del festival",
"119": "Cupón peculiar",
"120": "Corazón del manantial",
"121": "Confianza",
"122": "Datos del fruto",
"123": "Moneda de la rebelión",
"124": "Caracola a la deriva",
"125": "Miniharpastum",
"126": "Engranaje misterioso",
"127": "Granizo de tormenta",
"128": "Cristal de tormenta",
"129": "Experiencia mecánica",
"130": "Talismán del ingenio",
"131": "Fiebre festiva del Festival de la Luna",
"132": "Talismán estropeado",
"133": "Réplica anómala",
"134": "Tablilla antigua",
"135": "Insignia pisanieves",
"136": "Insignia de la victoria",
"137": "Talismán de la fortuna",
"138": "Talismán inmaculado",
"139": "Talismán de conquista",
"140": "Piedra de la hondonada",
"141": "Nacaracola a la deriva",
"142": "Esquirla estratégica",
"143": "Notas ingeniosas",
"144": "Bosquejo inspirador",
"146": "EXP de jugador",
"147": "Fiebre festiva",
"148": "Ingresos",
"149": "Fondos disponibles",
"150": "Inspiración estratégica",
"151": "Hongomoras",
"152": "Insignia fúngica",
"153": "Fenocristal fragmentado",
"155": "Cupón de valor",
"156": "Fiebre festiva",
"203": "Cristal génesis",
"204": "Intramora",
"314": "EXP de reputación - Inazuma",
"315": "EXP de reputación - Mondstadt",
"316": "EXP de reputación - Sumeru",
"317": "EXP de reputación - Liyue",
"101106": "Espada del Norte",
"101107": "Arco del Norte",
"101108": "Mandoble del Norte",
"101109": "Catalizador del Norte",
"101110": "Lanza del Norte"
},
"FAKE_ABSORBATE": { "114": "Tael", "145": "Tael antiguo" },
"ADSORBATE": {
"201": "Protogema",
"202": "Mora",
"2001": "Orbe de energía (Pyro)",
"2002": "Orbe de energía (Hydro)",
"2003": "Orbe de energía (Dendro)",
"2004": "Orbe de energía (Electro)",
"2005": "Orbe de energía (Anemo)",
"2006": "Orbe de energía (Cryo)",
"2007": "Orbe de energía (Geo)",
"2008": "Orbe de energía (Todos)",
"2017": "Orbe de energía atómica (Pyro)",
"2018": "Orbe de energía atómica (Hydro)",
"2019": "Orbe de energía atómica (Dendro)",
"2020": "Orbe de energía atómica (Electro)",
"2021": "Orbe de energía atómica (Anemo)",
"2022": "Orbe de energía atómica (Cryo)",
"2023": "Orbe de energía atómica (Geo)",
"2024": "Orbe de energía atómica (Todos)",
"2025": "Superorbe de Energía atómica (Todos)- Utilizable en Misiones",
"2026": "Fragmento del tiempo (objeto de juego)",
"2027": "Fragmento del tiempo (objeto de juego)",
"2028": "Bolso de Orbe de energía atómica - Utilizable en Misiones",
"2029": "Bolso de Orbe de energía atómica - Utilizable en Misiones"
},
"CONSUME": {
"210": "Esencia original (obsoleto)",
"211": "Resina original (obsoleto)",
"221": "Brillo estelar sin dueño",
"222": "Polvo estelar sin dueño",
"223": "Destino entrelazado",
"224": "Encuentro del destino",
"301": "Insignia Pyro",
"302": "Insignia Hydro",
"303": "Insignia Dendro",
"304": "Insignia Electro",
"305": "Insignia Anemo",
"306": "Insignia Cryo",
"307": "Insignia Geo",
"1201": "Pase de Batalla del Gnóstico - Borrador",
"1202": "Bendición Lunar - Mes nuevo",
"100225": "Trampa de caza",
"100865": "Máscara de los recuerdos",
"100934": "Llave con patrón",
"100935": "Llave con patrón",
"100936": "Llave con patrón",
"100937": "Llave con patrón",
"100938": "Llave con patrón",
"101005": "Cuarzo carmesí",
"101007": "Cuarzo carmesí",
"101692": "Sello de luz",
"101693": "Núcleo de luz",
"101714": "Condimento aromático",
"104201": "Polvo de azoth",
"106000": "Objeto para aumentar Aguante (Prueba)",
"106001": "Probar objeto de aumento temporal de Aguante",
"107002": "Polvo Elemental",
"107006": "Llave de Santuario de Mondstadt",
"107007": "Llave de Santuario de Liyue",
"107008": "Llave de Santuario de Inazuma",
"107013": "Frasco de velocidad adéptica",
"107018": "Llave de Santuario de las Profundidades de Sumeru",
"107020": "Invitación de duelo",
"107021": "Moneda de la suerte",
"109000": "Ingredientes",
"109101": "Receta: Brocheta de champiñones y pollo",
"109102": "Receta: Tostada del pescador",
"109103": "Receta: Pasta a la boloñesa",
"109104": "Receta: Pollo asado con miel",
"109106": "Receta: Sopa de marisco",
"109107": "Receta: Matsutakes salteados",
"109201": "Receta: Huevo frito de Teyvat",
"109202": "Receta: Pollo ahumado del Norte",
"109203": "Receta: Guisado de temporada",
"109204": "Receta: Plato de carnes frías",
"109205": "Receta: Asado a la miel",
"109206": "Receta: Asado mar y montaña",
"109207": "Receta: Pizza de champiñones",
"109301": "Receta: Filete a la barbacoa",
"109302": "Receta: Sopa vegetariana de rábano",
"109303": "Receta: Tortilla de papas de Mondstadt",
"109304": "Receta: Torre de Ludi",
"109401": "Receta: Panqueques",
"109402": "Receta: Albóndigas de rábano fritas",
"109403": "Receta: Ensalada saludable",
"109404": "Receta: Rollitos de jade",
"109405": "Receta: Pescado a la parrilla de Mondstadt",
"109406": "Receta: Carne de Mora",
"109407": "Receta: Carne frita",
"109408": "Receta: Tofu de almendras",
"109409": "Receta: Pollo al chile Jueyun",
"109410": "Receta: Estofado de gemas",
"109411": "Receta: Rollos de carne con matsutake",
"109412": "Receta: Chop suey de Zhongyuan",
"109413": "Receta: Estofado de perca de lomo negro",
"109414": "Receta: Pescado mandarín agridulce",
"109415": "Receta: Cangrejo dorado",
"109416": "Receta: Camarones de cristal",
"109417": "Receta: Pez tigre a la parrilla",
"109418": "Receta: Puchero de Barbatos",
"109419": "Receta: Sopa de loto y huevo",
"109420": "Receta: Tentación de Adeptus",
"109421": "Receta: Albóndigas de camarón dorado",
"109422": "Receta: Salteado de Chingtsé",
"109423": "Receta: ¡Ven por ello!",
"109424": "Receta: Fideos con delicias de montaña",
"109425": "Receta: Sopa de brotes de bambú",
"109426": "Receta: Tiras de tres sabores",
"109427": "Receta: Carne estilo Eje Celestial",
"109428": "Receta: Estrellitas de loto",
"109429": "Receta: Pastelillo de luna",
"109430": "Receta: Sándwich del aventurero",
"109431": "Receta: Estofado de carne y manzana del Norte",
"109432": "Receta: Tofu con huevas de cangrejo",
"109433": "Receta: Rollitos de luna llena",
"109434": "Receta: Carne curada con matsutake",
"109435": "Receta: Tallarines fritos con pescado",
"109436": "Receta: Abulón vegetariano",
"109437": "Receta: Delicias del Puerto de Piedra",
"109438": "Receta: Salteado de camarones",
"109439": "Receta: Bolitas de harina de arroz",
"109440": "Receta: Carne a la jardinera",
"109441": "Receta: Pescado salteado con mantequilla",
"109442": "Receta: Paz universal",
"109443": "Receta: Guoba de Jueyun",
"109444": "Receta: Cóctel de camarones sobre papas fritas",
"109445": "Receta: Gelatina de menta",
"109446": "Receta: Ensalada de menta",
"109447": "Receta: Rollitos de carne y menta",
"109448": "Receta: Pollo frito",
"109449": "Receta: Hamburguesa de pollo crujiente",
"109450": "Receta: Puré de papas",
"109451": "Receta: Pollo con textura de tofu",
"109452": "Receta: Sushi de atún",
"109453": "Receta: Dango tricolor",
"109454": "Onigiri",
"109455": "Receta: Surtido de sashimi",
"109456": "Receta: Ramen de carne",
"109457": "Receta: Rollitos de huevo",
"109458": "Receta: Pescado seco estofado",
"109459": "Receta: Cangrejo mantequilla",
"109460": "Receta: Brochetas de tres sabores",
"109461": "Receta: Sopa de miso",
"109462": "Receta: Carne de ave importada",
"109463": "Receta: Mochis de cerezo",
"109464": "Receta: Estofado de Konda",
"109465": "Receta: Sopa de pastel de arroz",
"109466": "Receta: Yakisoba con verdura",
"109467": "Receta: Caparazón de cangrejo con huevas",
"109468": "Receta: Tempura de cerezo",
"109469": "Receta: Pudín de arroz",
"109470": "Receta: Carne estofada",
"109471": "Receta: Tofu oncidium",
"109472": "Receta: Panecillos de maíz con carne picante",
"109473": "Receta: Comida felina revitalizante",
"109474": "Receta: Sushi de camarón",
"109475": "Receta: Sushi de huevo",
"109476": "Receta: Tortilla con arroz",
"109477": "Receta: Taiyaki",
"109478": "Receta: Más y más",
"109479": "Receta: Anguila a la parrilla",
"109480": "Receta: Guiso de pescado y rábano",
"109481": "Receta: Brotes de bambú hervidos",
"109482": "Receta: Pastelillos de bayas acuosos",
"109483": "Receta: Fideos soba",
"109484": "Receta: Arroz con anguila bañado en té",
"109485": "Receta: Cinco tesoros marinados",
"109486": "Receta: Galletas de camarón y cerezo",
"109487": "Receta: Pescado de la abundancia",
"109488": "Receta: Fideos barba de dragón",
"109489": "Receta: Sangayaki",
"109490": "Receta: Udon",
"109491": "Receta: Sándwich de milanesa",
"109492": "Receta: Margarita arcoíris",
"109493": "Receta: Pollo con mantequilla",
"109494": "Receta: Rollos de shawarma",
"109495": "Receta: Ensalada tropical",
"109496": "Receta: Bolitas de queso con masala",
"109497": "Receta: Surtido de champiñones",
"109498": "Receta: Döner kebab",
"109499": "Receta: Panipuri",
"109500": "Receta: Sopa de menta y frijoles",
"109501": "Receta: Biryani",
"109502": "Receta: Tahchín",
"109503": "Receta: Rollo de pescado de Lambad",
"109504": "Receta: Camarones al curri",
"109505": "Receta: Pollo tandoori",
"109506": "Receta: Barco de papa",
"109507": "Receta: Pescado a la crema",
"109508": "Receta: Pizza de carne y champiñones",
"109509": "Receta: Té de bayas crepusculares",
"109510": "Receta: Tostadas crujientes de champiñones y queso",
"109511": "Receta: Panecillos de dátil carbonizados",
"109512": "Receta: Baklava",
"109513": "Receta: Dátiles caramelizados",
"109514": "Receta: Pudín de orquídea padishá",
"109515": "Receta: Arroz de Aaru",
"109516": "Receta: Jugo festivo",
"109517": "Receta: Natillas de rosa",
"109518": "Receta: Samosas",
"109519": "Receta: Estofado de carne de Sabz",
"109520": "Receta: Albóndigas especiadas",
"111020": "Cristal bonito (pequeño)",
"111021": "Cristal bonito (mediano)",
"111022": "Cristal bonito (grande)",
"113021": "Solvente de sueños",
"116001": "EXP PB",
"118002": "Tarta del aventurero",
"118004": "Tarta del aventurero",
"118006": "Tarta del aventurero",
"200101": "Fragmento de escarcha",
"200102": "Cristal de escarcha",
"220007": "Resina concentrada",
"220060": "Lámpara de combustión experimental",
"221001": "Instrucciones: Roca de resonancia de anemóculus",
"221002": "Instrucciones: Roca de resonancia de geóculus",
"221003": "Plano: Brújula buscatesoros Geo",
"221004": "Plano: Botella atrapaviento",
"221005": "Instrucciones: Teletransportador portátil",
"221006": "Plano: Olla del gourmet Adeptus",
"221007": "Instrucciones: Resina concentrada",
"221008": "Plano: Bolsita nutritiva (Versión n.º 30)",
"221009": "Plano: Brújula buscatesoros Anemo",
"221010": "Recuerdo de la Ciudad Sepultada",
"221011": "Recuerdo de Árbol frioeterno",
"221012": "Plano: Lanza de Espinadragón",
"221013": "Plano de la espada del clan Saimon",
"221014": "Plano: Asesinato de Katsuragi",
"221015": "Plano: Cruz de Kitain",
"221016": "Plano: Masacrademonios",
"221017": "Plano: Vial exotérmico",
"221018": "Máscara de los recuerdos",
"221019": "Cuento del Rey del Bosque",
"221020": "Cuento del desierto",
"221021": "Cuento de la vasalla del rey",
"221022": "Cuento de la luz lunar",
"221023": "Cuento del presagio",
"221032": "Instrucciones: Roca de resonancia de electróculus",
"221034": "Plano: Brújula buscatesoros Electro",
"221035": "Receta: Cebo afrutado",
"221036": "Receta: Cebo de sangre",
"221037": "Receta: Cebo de lombriz falsa",
"221038": "Receta: Cebo de mosca falsa",
"221039": "Receta: Cebo maná",
"221057": "Instrucciones: Roca de resonancia de dendróculus",
"221058": "Plano: Brújula buscatesoros Dendro",
"222001": "Impresión de seda",
"222002": "Fruto verdadero de la naturaleza"
},
"TALENT": {
"911": "Recuerdo de las llamas eternas",
"912": "Recuerdo del fluir del agua",
"913": "Recuerdo del verde naciente",
"914": "Recuerdo del destello violeta",
"915": "Recuerdo de los Cuatro Vientos",
"916": "Recuerdo de hielo cortante",
"917": "Recuerdo de cristales inamovibles",
"1102": "Stella Fortuna de Kamisato Ayaka",
"1103": "Stella Fortuna de Jean",
"1105": "Stella Fortuna del Viajero",
"1106": "Stella Fortuna de Lisa",
"1107": "Stella Fortuna de la Viajera",
"1114": "Stella Fortuna de Bárbara",
"1115": "Stella Fortuna de Kaeya",
"1116": "Stella Fortuna de Diluc",
"1120": "Stella Fortuna de Razor",
"1121": "Stella Fortuna de Amber",
"1122": "Stella Fortuna de Venti",
"1123": "Stella Fortuna de Xiangling",
"1124": "Stella Fortuna de Beidou",
"1125": "Stella Fortuna de Xingchiu",
"1126": "Stella Fortuna de Xiao",
"1127": "Stella Fortuna de Ninguang",
"1129": "Stella Fortuna de Klee",
"1130": "Stella Fortuna de Zhongli",
"1131": "Stella Fortuna de Fischl",
"1132": "Stella Fortuna de Bennett",
"1133": "Stella Fortuna de Tartaglia",
"1134": "Stella Fortuna de Noelle",
"1135": "Stella Fortuna de Qiqi",
"1136": "Stella Fortuna de Chongyun",
"1137": "Stella Fortuna de Ganyu",
"1138": "Stella Fortuna de Albedo",
"1139": "Stella Fortuna de Diona",
"1141": "Stella Fortuna de Mona",
"1142": "Stella Fortuna de Keching",
"1143": "Stella Fortuna de Sacarosa",
"1144": "Stella Fortuna de Xinyan",
"1145": "Stella Fortuna de Rosaria",
"1146": "Stella Fortuna de Hu Tao",
"1147": "Stella Fortuna de Kaedehara Kazuha",
"1148": "Stella Fortuna de Yanfei",
"1149": "Stella Fortuna de Yoimiya",
"1150": "Stella Fortuna de Thoma",
"1151": "Stella Fortuna de Eula",
"1152": "Stella Fortuna de la Shogun Raiden",
"1153": "Stella Fortuna de Sayu",
"1154": "Stella Fortuna de Sangonomiya Kokomi",
"1155": "Stella Fortuna de Gorou",
"1156": "Stella Fortuna de Kujou Sara",
"1157": "Stella Fortuna de Arataki Itto",
"1158": "Stella Fortuna de Yae Miko",
"1159": "Stella Fortuna de Shikanoin Heizou",
"1160": "Stella Fortuna de Yelan",
"1162": "Stella Fortuna de Aloy",
"1163": "Stella Fortuna de Shenhe",
"1164": "Stella Fortuna de Yun Jin",
"1165": "Stella Fortuna de Kuki Shinobu",
"1166": "Stella Fortuna de Kamisato Ayato",
"1167": "Stella Fortuna de Collei",
"1168": "Stella Fortuna de Dori",
"1169": "Stella Fortuna de Tignari",
"1170": "Stella Fortuna de Nilou",
"1171": "Stella Fortuna de Cyno",
"1172": "Stella Fortuna de Candace",
"1173": "Stella Fortuna de Nahida",
"1174": "Stella Fortuna de Laila",
"1175": "Stella Fortuna del Trotamundos",
"1176": "Stella Fortuna de Faruzán",
"1177": "Stella Fortuna de Yaoyao",
"1178": "Stella Fortuna de Alhacén"
},
"AVATAR": {
"1002": "Kamisato Ayaka",
"1003": "Jean",
"1005": "Personaje masculino",
"1006": "Lisa",
"1007": "Personaje femenino",
"1014": "Bárbara",
"1015": "Kaeya",
"1016": "Diluc",
"1020": "Razor",
"1021": "Amber",
"1022": "Venti",
"1023": "Xiangling",
"1024": "Beidou",
"1025": "Xingchiu",
"1026": "Xiao",
"1027": "Ninguang",
"1029": "Klee",
"1030": "Zhongli",
"1031": "Fischl",
"1032": "Bennett",
"1033": "Tartaglia",
"1034": "Noelle",
"1035": "Qiqi",
"1036": "Chongyun",
"1037": "Ganyu",
"1038": "Albedo",
"1039": "Diona",
"1041": "Mona",
"1042": "Keching",
"1043": "Sacarosa",
"1044": "Xinyan",
"1045": "Rosaria",
"1046": "Hu Tao",
"1047": "Kaedehara Kazuha",
"1048": "Yanfei",
"1049": "Yoimiya",
"1050": "Thoma",
"1051": "Eula",
"1052": "Shogun Raiden",
"1053": "Sayu",
"1054": "Sangonomiya Kokomi",
"1055": "Gorou",
"1056": "Kujou Sara",
"1057": "Arataki Itto",
"1058": "Yae Miko",
"1059": "Shikanoin Heizou",
"1060": "Yelan",
"1062": "Aloy",
"1063": "Shenhe",
"1064": "Yun Jin",
"1065": "Kuki Shinobu",
"1066": "Kamisato Ayato",
"1067": "Collei",
"1068": "Dori",
"1069": "Tignari",
"1070": "Nilou",
"1071": "Cyno",
"1072": "Candace",
"1073": "Nahida",
"1074": "Laila",
"1075": "Trotamundos",
"1076": "Faruzán",
"1077": "Yaoyao",
"1078": "Alhacén",
"3004": "Kamisato Ayaka- Para cb1",
"3005": "Xiangling-Para cb1",
"3006": "Jean-Para cb1",
"3007": "Diluc-Para cb1",
"3008": "Venti-Para cb1",
"3018": "Bárbara-Para cb1",
"3019": "Razor-Para cb1",
"3021": "Kaeya",
"3022": "Lisa"
},
"RENAME_ITEM": { "1301": "Pincel de la resignificación" },
"CHEST": {
"107004": "Paquete de tesoros del aventurero",
"107005": "Cofre de Gran Espada Surcacielos",
"115010": "Paquete de suministros de principiante",
"115011": "Paquete de suministros de viaje",
"115012": "Paquete de suministros del viajero",
"115019": "Paquete de apoyo al aventurero",
"115020": "Paquete de minerales del aventurero",
"115021": "Paquete especial de apoyo al aventurero",
"115022": "Paquete instructivo del aventurero",
"115023": "Paquete de refuerzo del aventurero",
"115028": "Recetario: Sabores de otros mundos",
"115029": "Paquete gigante de minerales del aventurero",
"115030": "Paquete especial de suministros del aventurero",
"115032": "Paquete de suministros de apoyo al aventurero",
"115034": "Paquete especial de temporada del aventurero",
"115037": "Obsequio de la Comisión Yashiro",
"115038": "Decoración de regalo sofisticada",
"115039": "Decoración de regalo fantástica",
"117001": "Cofre de artefactos de los dominios - Categoría 3",
"117002": "Cofre de artefactos de los dominios - Categoría 2",
"117003": "Cofre de artefactos de los dominios - Categoría 1",
"117004": "Relicario: Orquesta del Errante y Gladiador",
"117005": "Gran relicario: Orquesta del Errante y Gladiador",
"117006": "Cofre de artefactos de los dominios - Categoría 2",
"117007": "Cofre de artefactos de los dominios - Categoría 1",
"117008": "Cofre de artefactos de los dominios - Categoría 2",
"117009": "Cofre de artefactos de los dominios - Categoría 1",
"117010": "Cofre de artefactos de los dominios - Categoría 2",
"117011": "Cofre de artefactos de los dominios - Categoría 1",
"118001": "Tarta del aventurero",
"118003": "Tarta del aventurero",
"118005": "Tarta del aventurero"
},
"NOTICE_ADD_HP": {
"100001": "Manzana",
"100002": "Solsettia",
"101212": "Hongo estelar",
"101226": "Hongo vigorestelar",
"101227": "Hongo estelar chamuscado",
"108011": "Brocheta de champiñones y pollo extraña",
"108012": "Brocheta de champiñones y pollo",
"108013": "Brocheta de champiñones y pollo deliciosa",
"108014": "Brocheta afrutada",
"108015": "Pasta a la boloñesa extraña",
"108016": "Pasta a la boloñesa",
"108017": "Pasta a la boloñesa deliciosa",
"108018": "Pasta a la boloñesa mágica",
"108019": "Sopa vegetariana de rábano extraña",
"108020": "Sopa vegetariana de rábano",
"108021": "Sopa vegetariana de rábano deliciosa",
"108031": "Pollo asado con miel extraño",
"108032": "Pollo asado con miel",
"108033": "Pollo asado con miel delicioso",
"108041": "Pizza de champiñones extraña",
"108042": "Pizza de champiñones",
"108043": "Pizza de champiñones deliciosa",
"108044": "Pizza vigorizante",
"108045": "Tortilla de papas de Mondstadt Extraña",
"108046": "Tortilla de papas de Mondstadt",
"108047": "Tortilla de papas de Mondstadt deliciosa",
"108048": "Tortilla de papas en forma de garra",
"108074": "Estofado de perca de lomo negro extraño",
"108075": "Estofado de perca de lomo negro",
"108076": "Estofado de perca de lomo negro delicioso",
"108077": "Pescado mandarín agridulce extraño",
"108078": "Pescado mandarín agridulce",
"108079": "Pescado mandarín agridulce delicioso",
"108089": "Rollos de carne con matsutake extraños",
"108090": "Rollos de carne con matsutake",
"108091": "Rollos de carne con matsutake deliciosos",
"108104": "Camarones de cristal extraños",
"108105": "Camarones de cristal",
"108106": "Camarones de cristal deliciosos",
"108107": "Pez tigre a la parrilla extraño",
"108108": "Pez tigre a la parrilla",
"108109": "Pez tigre a la parrilla delicioso",
"108135": "Pescado hervido del Restaurante Wanmin",
"108136": "Delicias del campo",
"108145": "Pescado a la parrilla del superviviente",
"108148": "Tazón de té",
"108151": "Sidra de manzana",
"108152": "Sopa de brotes de bambú extraña",
"108153": "Sopa de brotes de bambú",
"108154": "Sopa de brotes de bambú deliciosa",
"108170": "Estofado de carne y manzana del Norte extraño",
"108171": "Estofado de carne y manzana del Norte",
"108172": "Estofado de carne y manzana del Norte delicioso",
"108173": "Sopa de brotes de bambú a fuego lento",
"108185": "Tallarines fritos con pescado extraños",
"108186": "Tallarines fritos con pescado",
"108187": "Tallarines fritos con pescado deliciosos",
"108197": "Bolitas de harina de arroz extrañas",
"108198": "Bolitas de harina de arroz",
"108199": "Bolitas de harina de arroz deliciosas",
"108201": "Paz universal extraña",
"108202": "Paz universal",
"108203": "Paz universal deliciosa",
"108213": "Paz y prosperidad",
"108215": "Pez tigre a la parrilla del Rito de la Linterna",
"108222": "Cóctel de camarones sobre papas fritas extraño",
"108223": "Cóctel de camarones sobre papas fritas",
"108224": "Cóctel de camarones sobre papas fritas delicioso",
"108225": "Gelatina de menta extraña",
"108226": "Gelatina de menta",
"108227": "Gelatina de menta deliciosa",
"108234": "Última cena",
"108238": "Hamburguesa de pollo crujiente extraña",
"108239": "Hamburguesa de pollo crujiente",
"108240": "Hamburguesa de pollo crujiente deliciosa",
"108249": "Sushi de atún extraño",
"108250": "Sushi de atún",
"108251": "Sushi de atún delicioso",
"108252": "Dango tricolor extraño",
"108253": "Dango tricolor",
"108254": "Dango tricolor delicioso",
"108255": "Onigiri extraño",
"108256": "Onigiri",
"108257": "Onigiri delicioso",
"108261": "Ramen de carne extraño",
"108262": "Ramen de carne",
"108263": "Ramen de carne delicioso",
"108267": "Pescado seco estofado extraño",
"108268": "Pescado seco estofado",
"108269": "Pescado seco estofado delicioso",
"108276": "Sopa de miso extraña",
"108277": "Sopa de miso",
"108278": "Sopa de miso deliciosa",
"108301": "Belleza multiclima",
"108302": "Pescado de la Noche de Verano",
"108303": "Técnica ninja antisopor 2.0",
"108304": "Pizza de champiñones especial",
"108305": "Leche de dango",
"108318": "Comida felina revitalizante extraña",
"108319": "Comida felina revitalizante",
"108320": "Comida felina revitalizante deliciosa",
"108324": "Sushi de huevo extraño",
"108325": "Sushi de huevo",
"108326": "Sushi de huevo delicioso",
"108330": "Taiyaki extraño",
"108331": "Taiyaki",
"108332": "Taiyaki delicioso",
"108336": "Anguila a la parrilla extraña",
"108337": "Anguila a la parrilla",
"108338": "Anguila a la parrilla deliciosa",
"108339": "Gel saciante",
"108340": "Estratagema impresionante",
"108348": "Pastelillos de bayas acuosos extraños",
"108349": "Pastelillos de bayas acuosos",
"108350": "Pastelillos de bayas acuosos deliciosos",
"108351": "Fideos soba extraños",
"108352": "Fideos soba",
"108353": "Fideos soba deliciosos",
"108354": "Calidez",
"108365": "Triunfo legendario",
"108406": "Döner kebab extraño",
"108407": "Döner kebab",
"108408": "Döner kebab delicioso",
"108418": "Tahchín extraño",
"108419": "Tahchín",
"108420": "Tahchín delicioso",
"108421": "Rollo de pescado de Lambad extraño",
"108422": "Rollo de pescado de Lambad",
"108423": "Rollo de pescado de Lambad delicioso",
"108424": "Camarones al curri extraños",
"108425": "Camarones al curri",
"108426": "Camarones al curri deliciosos",
"108433": "Pescado a la crema extraño",
"108434": "Pescado a la crema",
"108435": "Pescado a la crema delicioso",
"108437": "Anhelo",
"108445": "Tostadas crujientes de champiñones y queso extrañas",
"108446": "Tostadas crujientes de champiñones y queso",
"108447": "Tostadas crujientes de champiñones y queso deliciosas",
"108467": "Alma del duelo",
"108470": "Natillas de rosa extrañas",
"108471": "Natillas de rosa",
"108472": "Natillas de rosa deliciosas",
"108473": "Éxtasis soporífero",
"108475": "Samosas extrañas",
"108476": "Samosas",
"108477": "Samosas deliciosas",
"108480": "Estofado de carne de Sabz extraño",
"108481": "Estofado de carne de Sabz",
"108482": "Estofado de carne de Sabz delicioso",
"108483": "Albóndigas especiadas extrañas",
"108484": "Albóndigas especiadas",
"108485": "Albóndigas especiadas deliciosas",
"108486": "Situación ideal"
},
"EXCHANGE": {
"100011": "Champiñón",
"100012": "Flor dulce",
"100013": "Zanahoria",
"100014": "Rábano",
"100015": "Flor dorada",
"100016": "Menta",
"100017": "Trigo",
"100018": "Repollo",
"100019": "Loto plateado",
"100020": "Piñón",
"100021": "Gancho de lobo",
"100022": "Valbaya",
"100023": "Cecilia",
"100024": "Margarita voladora",
"100025": "Seta filanemo",
"100026": "Cabeza de loto",
"100027": "Chile de Jueyun",
"100028": "Jade noctilucoso",
"100029": "Flor de seda",
"100030": "Lirio de cristal",
"100031": "Flor chingxin",
"100032": "Cola de caballo",
"100033": "Caracola estelar",
"100034": "Campanita de cristal",
"100051": "Baya",
"100052": "Pistilo de flor helada",
"100053": "Pistilo de flor llameante",
"100054": "Electrocristal",
"100055": "Lucetta",
"100056": "Lirio cala",
"100057": "Semilla de diente de león",
"100058": "Cor lapis",
"100061": "Carne cruda",
"100062": "Huevo de pájaro",
"100063": "Matsutake",
"100064": "Carne de ave",
"100072": "Alas de mariposa",
"100073": "Cangrejo",
"100074": "Huevas de cangrejo",
"100075": "Sal",
"100076": "Cebolla",
"100077": "Pimienta",
"100078": "Leche",
"100079": "Tomate",
"100080": "Papa",
"100081": "Rana",
"100082": "Coraza fluorescente",
"100083": "Cola de lagarto",
"100084": "Pescado",
"100085": "Núcleo de cristal",
"100086": "Carne cruda (P)",
"100087": "Carne de ave (P)",
"100088": "Tofu",
"100089": "Almendra",
"100090": "Perla de locha",
"100091": "Brote de bambú",
"100092": "Arroz",
"100093": "Camarón",
"100094": "Carne congelada",
"100095": "Anguila",
"100096": "Legumbres peladas",
"100097": "Carne misteriosa",
"100618": "Colmillo extraño",
"100619": "Colmillo de dragón imbuido de fuerza vital",
"101001": "Pedazo de hierro",
"101002": "Pedazo de hierro blanco",
"101003": "Pedazo de cristal",
"101004": "Pedazo de cristal mágico",
"101006": "Argento estelar",
"101008": "Trozo de amatista",
"101101": "Prototipo de espada del Norte",
"101102": "Prototipo de arco del Norte",
"101103": "Prototipo de mandoble del Norte",
"101104": "Prototipo de catalizador del Norte",
"101105": "Prototipo de lanza del Norte",
"101111": "Prototipo de espada de las Regiones Centrales",
"101112": "Prototipo de arco de las Regiones Centrales",
"101113": "Prototipo de mandoble de las Regiones Centrales",
"101114": "Prototipo de catalizador de las Regiones Centrales",
"101115": "Prototipo de lanza de las Regiones Centrales",
"101201": "Escaradiablo",
"101202": "Pétalos de cerezo",
"101203": "Médula cristalizada",
"101204": "Dendrobio",
"101205": "Percibetormentas",
"101206": "Hongo marino",
"101207": "Perla de coral",
"101208": "Fruto amakumo",
"101209": "Hongo fluorescente",
"101210": "Alga",
"101211": "Calavanda",
"101213": "Champiñón rukkhashava",
"101214": "Orquídea padishá",
"101215": "Loto nilotpala",
"101216": "Fruto harra",
"101217": "Loto kalpa",
"101218": "Duraznoliva",
"101219": "Rosa de Sumeru",
"101220": "Añoraescarlata",
"101221": "Dátil",
"101222": "Crisálida arenosa",
"101225": "Escarabajo dorado",
"101228": "Viparyas",
"101401": "Tela",
"101402": "Tinte rojo",
"101403": "Tinte amarillo",
"101404": "Tinte azul",
"110000": "Objeto sintetizado",
"110001": "Harina",
"110002": "Crema batida",
"110003": "Carne de ave ahumada",
"110004": "Mantequilla",
"110005": "Jamón",
"110006": "Azúcar",
"110008": "Mermelada",
"110009": "Queso",
"110010": "Tocino",
"110011": "Salchicha",
"110012": "Pescado ahumado",
"110013": "Pescado seco",
"110014": "Especias",
"131000": "Medaka",
"131001": "Medaka brillante",
"131002": "Medaka flor dulce",
"131003": "Medaka azul",
"131004": "Atrapaauroras",
"131005": "Pez de cristal",
"131006": "Espinoso anfibio",
"131007": "Espinoso luchador",
"131008": "Espinoso venenoso",
"131009": "Akai maou",
"131010": "Pisanieves",
"131011": "Koi dorado",
"131012": "Koi plateado",
"131013": "Pez mariposa marrón",
"131014": "Pez mariposa violeta",
"131015": "Pez mariposa verdoso",
"131016": "Pez ángel",
"131017": "Pez ángel raimei",
"131019": "Pez globo",
"131020": "Pez globo amargo",
"131021": "Raya divda",
"131022": "Raya formalo",
"131023": "Pez globo imberbe",
"131024": "Durazno abisal",
"131025": "Pez globo arenisco",
"131026": "Pez globo crepuscular",
"131027": "Marlín lanceolado",
"131028": "Marlín de jade",
"200001": "Celulosa para linterna",
"200002": "Material para mecha",
"200003": "Fragmento de plaustrita"
},
"WOOD": {
"101301": "Madera de abedul",
"101302": "Madera de liquidámbar",
"101303": "Madera de pino",
"101304": "Madera de avellano",
"101305": "Segmento de bambú",
"101307": "Madera de cedro fragante",
"101308": "Madera de abeto",
"101309": "Madera onírica",
"101310": "Madera de arce",
"101311": "Madera de criptomeria",
"101312": "Madera de murmurador",
"101313": "Madera radiante",
"101314": "Madera kármica",
"101315": "Madera de bodhi",
"101316": "Madera de palmera",
"101317": "Madera de tamarisco"
},
"QUEST": {
"100003": "Pedazo de papel",
"100004": "Objetos robados",
"100006": "Antídoto de Hilichurl",
"100007": "Guirnalda de línea de meta de escalada",
"100008": "Guirnalda de línea de meta de vuelo",
"100009": "Guirnalda de línea de meta de vuelo",
"100010": "Copa de Campeones de Vuelo",
"100101": "Paquete de documentos de Jean",
"100102": "«Salvación extrema»",
"100103": "Partitura incompleta (Parte 1)",
"100104": "Partitura incompleta (Parte 2)",
"100105": "Carta de Lisa para Jean",
"100106": "«Noche de otoño»",
"100107": "Poción aparentemente sabrosa",
"100108": "Poción",
"100109": "Remedio de Bárbara",
"100110": "Poema incompleto (Parte 1)",
"100111": "Poema incompleto (Parte 2)",
"100112": "Poema incompleto (Parte 3)",
"100113": "Copia de inscripción",
"100114": "Poción de restauración de forma",
"100115": "Der Himmel, la Lira Sagrada",
"100120": "Pata de grillo",
"100125": "Ámbar Hydro",
"100126": "Ámbar Anemo",
"100131": "Botín aleatorio (A)",
"100132": "Botín aleatorio (B)",
"100133": "Botín aleatorio (A)",
"100134": "Botín aleatorio (B)",
"100135": "Cristal carmesí",
"100136": "Pista del sello 101",
"100137": "Pista del sello 102",
"100138": "Pista del sello 103",
"100139": "Pista del sello 201",
"100140": "Pista del sello 202",
"100141": "Pista del sello 203",
"100142": "Pista del sello 301",
"100143": "Pista del sello 302",
"100144": "Pista del sello 303",
"100145": "Romper el sello 1",
"100146": "Romper el sello 2",
"100147": "Romper el sello 3",
"100148": "Investiga el sello de la Guarida de Stormterror",
"100149": "Rompe el sello de la Guarida de Stormterror",
"100151": "Recuerdo fragmentado (Anemo)",
"100152": "Sello del Cementerio de Espadas 1",
"100153": "Sello del Cementerio de Espadas 2",
"100154": "Sello del Cementerio de Espadas 3",
"100158": "Lágrima cristalizada",
"100159": "Lágrima cristalizada",
"100160": "Lágrima cristalizada",
"100161": "Der Himmel, la Lira Sagrada",
"100162": "Der Himmel, la Lira Sagrada, parcialmente reparada",
"100163": "Der Himmel, la Lira Sagrada, reparada",
"100164": "Lágrima limpia de Dvalin",
"100165": "Der Himmel, la Lira Sagrada, dañada",
"100171": "Pista del tesoro (I)",
"100172": "Pista del tesoro (II)",
"100173": "Mapa del tesoro",
"100174": "Interacción temporal universal",
"100175": "Llave oculta",
"100176": "Llave negra",
"100177": "Interacción de escena",
"100178": "La melancolía de Vera (I)",
"100179": "La melancolía de Vera (II)",
"100180": "La melancolía de Vera (III)",
"100181": "Caminando con los dioses: Prólogo",
"100182": "La leyenda de Vennessa (I)",
"100183": "La leyenda de Vennessa (II)",
"100184": "Póster",
"100185": "Póster",
"100186": "Tablón de pedidos de la Boutique de Mondstadt",
"100187": "Tablón de anuncios de la taberna Cola de Gato",
"100188": "El zorro en el mar de dientes de león (I)",
"100189": "El zorro en el mar de dientes de león (II)",
"100190": "El zorro en el mar de dientes de león (III)",
"100191": "El zorro en el mar de dientes de león (V)",
"100192": "El zorro en el mar de dientes de león (VI)",
"100193": "El zorro en el mar de dientes de león (VII)",
"100194": "El zorro en el mar de dientes de león (X)",
"100195": "El zorro en el mar de dientes de león (XI)",
"100196": "Antología de baladas Hilichurl (I)",
"100197": "Antología de baladas Hilichurl (II)",
"100198": "La melancolía de Vera (V)",
"100199": "La melancolía de Vera (IX)",
"100200": "La melancolía de Vera (X)",
"100201": "Brisa en el bosque: Selección de baladas",
"100202": "La princesa jabalí (I)",
"100203": "La princesa jabalí (II)",
"100204": "La princesa jabalí (III)",
"100205": "La princesa jabalí (IV)",
"100206": "La princesa jabalí (V)",
"100207": "La princesa jabalí (VII)",
"100208": "La torre de Mondstadt (I)",
"100210": "Marca elemental",
"100211": "Rama rota",
"100212": "Pedazo de tela",
"100213": "Suplemento de «Brisa en el bosque»: Tomo del dragón",
"100214": "Carta de la Orden del Abismo",
"100215": "La Princesa de las Nieves y los seis enanos (I)",
"100216": "La Princesa de las Nieves y los seis enanos (II)",
"100217": "La Princesa de las Nieves y los seis enanos (III)",
"100218": "La Princesa de las Nieves y los seis enanos (IV)",
"100219": "La Princesa de las Nieves y los seis enanos (V)",
"100220": "La Princesa de las Nieves y los seis enanos (VI)",
"100221": "La Princesa de las Nieves y los seis enanos (VII)",
"100222": "Mil años de soledad",
"100223": "Guía de viaje de Teyvat: Mondstadt",
"100224": "Viento, coraje y alas",
"100226": "Diario del aventurero Roald: Aldea Chingtsé",
"100227": "Diario del aventurero Roald: Estanque Luhua",
"100228": "Diario del aventurero Roald: Costa Yaoguang",
"100229": "Carta para Dongdong",
"100230": "Diario de alguien (I): Costa Yaoguang",
"100231": "Páginas dispersas",
"100232": "Libro intacto",
"100233": "Champiñón rechoncho",
"100234": "Zanahoria fresca",
"100235": "Repollo grande",
"100236": "Guía de vuelo",
"100237": "Azurita",
"100238": "Bermellonita",
"100239": "Diario de alguien (II): Llanura Guili",
"100240": "Diario de alguien (III): Desfiladero Jueyun",
"100241": "Diario de alguien (IV): Liyue",
"100242": "Carta para los Ladrones de Tesoros",
"100243": "Anillo de nefrita",
"100244": "Cangrejo dorado delicioso",
"100245": "Compendio de montañas y océanos",
"100246": "Borrador de «El club del combate: la batalla más grandiosa»",
"100301": "Llave roja de Wyatt",
"100302": "Llave negra de Wyatt",
"100303": "Monedero",
"100304": "Monedero con dinero del pedido",
"100305": "Asado a la miel delicioso",
"100306": "Tabla de madera",
"100307": "Tabla de madera fina",
"100308": "Soga",
"100309": "Monedero con dinero del pedido",
"100310": "Monedero perdido",
"100311": "Monedero con dinero del pedido",
"100312": "Albóndigas de rábano fritas deliciosas",
"100313": "Sopa de marisco deliciosa",
"100314": "Bolsa de consumibles",
"100315": "Jade noctilucoso procesado",
"100316": "“Atardecer en Mondstadt”",
"100317": "Margarita",
"100318": "“Ataque Cargado”",
"100319": "“Perla”",
"100320": "“Atardecer en Mondstadt” desagradable",
"100321": "Margarita inusual",
"100322": "“Ataque Cargado” arruinado",
"100323": "“Perla” extraña",
"100324": "Cóctel extraño",
"100325": "Cóctel caótico",
"100326": "Cóctel insólito",
"100327": "Cerveza extraña",
"100328": "Cóctel de muy mal sabor",
"100329": "Cóctel desconocido",
"100330": "Licor común",
"100331": "(TEST) Coctel 16",
"100332": "(TEST) Coctel 17",
"100333": "(TEST) Coctel 18",
"100334": "(TEST) Coctel 19",
"100335": "(TEST) Coctel 20",
"100336": "(TEST) Coctel 21",
"100337": "(TEST) Coctel 22",
"100338": "(TEST) Coctel 23",
"100339": "(TEST) Coctel 24",
"100340": "(TEST) Coctel 25",
"100341": "(TEST) Coctel 26",
"100342": "(TEST) Coctel 27",
"100343": "(TEST) Coctel 28",
"100344": "(TEST) Coctel 29",
"100345": "(TEST) Coctel 30",
"100346": "(TEST) Coctel 31",
"100347": "(TEST) Coctel 32",
"100348": "Carta de Godwin",
"100349": "Botella a la deriva",
"100350": "(TEST) Cuaderno de notas de Klee",
"100351": "Jarabe para la tos de Tunner",
"100352": "Carta de Draff",
"100353": "Materiales para maniquí de entrenamiento",
"100354": "Carta de Sara",
"100355": "Rábano limpio",
"100356": "Carta de Guy",
"100357": "Bebida especial de Quinn",
"100358": "Cóctel especial de Margaret",
"100359": "Bebida especial de Jack",
"100360": "Bebida especial de Draff",
"100361": "Guía de viaje de Teyvat: Liyue",
"100362": "Carta",
"100363": "Un gran saco de Moras",
"100364": "La leyenda de la alabarda fragmentada (VI)",
"100365": "Maniquí de entrenamiento intacto",
"100366": "Leyenda del Arconte Geo: El patrono de los hornos",
"100367": "Leyenda del Arconte Geo: El patrono de los pioneros",
"100368": "Leyenda del Arconte Geo: El patrono de la riqueza",
"100369": "Leyenda del Arconte Geo: El patrono de la historia",
"100370": "La ira de Haishan",
"100371": "(test) Recuerdos de la caída de Shenzhou II",
"100372": "(test) Recuerdos de la caída de Shenzhou III",
"100373": "Lluvia de cuchillas (I)",
"100374": "Lluvia de cuchillas (II)",
"100376": "Comida preparada por Yanxiao para Jiangxue",
"100377": "Informe de Lulu sobre la entrada y salida de barcos",
"100378": "Informe de Lulu sobre la entrada y salida de barcos",
"100379": "Informe de Lulu sobre la entrada y salida de barcos",
"100380": "Informe de Fei sobre la entrada y salida de barcos",
"100381": "Informe de Fei sobre la entrada y salida de barcos",
"100382": "Informe de Fei sobre la entrada y salida de barcos",
"100383": "Informe de Meng sobre la entrada y salida de barcos",
"100384": "Informe de Meng sobre la entrada y salida de barcos",
"100385": "Informe de Meng sobre la entrada y salida de barcos",
"100386": "Paquete sellado",
"100387": "El primer aprendiz de la Escuela Guhua",
"100388": "Diario del aventurero Roald: Bosque de Piedra Guyun",
"100389": "Diario del aventurero Roald: Sal Terrae",
"100390": "Diario del aventurero Roald: Desfiladero Jueyun y Cima Chingyun",
"100391": "Diario del aventurero Roald: Desfiladero Jueyun y Lago Aozang",
"100392": "Mapa del tesoro de la Garganta Sólitas",
"100393": "Mapa del tesoro de la Garganta Sólitas",
"100394": "Mapa del tesoro de la Garganta Sólitas",
"100395": "Caja mal cerrada",
"100396": "Caja firmemente cerrada",
"100397": "(Prueba) Leyenda de los piratas",
"100398": "Carta de Katheryne",
"100399": "Registros de Jueyun: Bestia de piedra",
"100400": "Registros de Jueyun: El Palacio Submarino",
"100401": "Versos de Equilibrium",
"100402": "Registros del gallardo: El ermitaño",
"100403": "Costumbres de Liyue: Bolas florales",
"100404": "Recopilación de escrituras en piedra (I)",
"100405": "Humor de Tianheng",
"100406": "Las costumbres de los Hilichurls (I)",
"100407": "Las costumbres de los Hilichurls (II)",
"100408": "Las costumbres de los Hilichurls (IV)",
"100409": "Historia de los reyes y los clanes: Prólogo",
"100410": "Genealogía de los Gunnhildr",
"100411": "Baladas del Caballero (I)",
"100412": "Baladas del Caballero (II)",
"100413": "Recetas del superviviente en la naturaleza de Teyvat",
"100414": "Mapa del tesoro de las Escaleras del Gigante",
"100415": "Mapa del tesoro de las Escaleras del Gigante",
"100416": "Mapa del tesoro de las Escaleras del Gigante",
"100417": "Mapa del tesoro del Mar Interminable",
"100418": "Mapa del tesoro del Mar Interminable",
"100419": "Mapa del tesoro del Mar Interminable",
"100420": "(test) Diario de Changchang 2",
"100421": "(test) Diario del viajero 2",
"100422": "(test) Leyenda del pirata 2",
"100423": "(test) Diario de Changchang 3",
"100424": "(test) Diario del viajero 3",
"100425": "(test) Leyenda del pirata 3",
"100426": "Yakshas: los guardianes Adeptus",
"100427": "Sello del Testigo",
"100428": "Tofu de almendras especial",
"100429": "Paquete extraviado",
"100430": "Sello del Permiso",
"100431": "Letrero de madera de Klee",
"100432": "La leyenda de la alabarda fragmentada (I)",
"100433": "La leyenda de la alabarda fragmentada (II)",
"100434": "La leyenda de la alabarda fragmentada (III)",
"100435": "La leyenda de la alabarda fragmentada (IV)",
"100436": "La leyenda de la alabarda fragmentada (V)",
"100437": "Sueños rotos: Luz de luna",
"100438": "Sueños rotos: El Cristal",
"100439": "Sueños rotos: Zafiro",
"100440": "Sueños rotos: Corazón de piedra",
"100441": "Diario del aventurero Roald: Estanque Chingxu",
"100442": "Notas del viajero",
"100443": "Notas del viajero",
"100444": "Notas del viajero",
"100445": "Notas del viajero",
"100450": "Incensario",
"100451": "Lámpara ceremonial",
"100452": "Carta de Ladrón de Estrellas",
"100453": "Tortilla de papas de Mondstadt especial",
"100454": "Baya Dendro-procesada",
"100455": "Condensado de Slime Hydro",
"100456": "Margarita voladora aventada por un Slime Anemo",
"100457": "Fragmento recolectado",
"100458": "Fragmento recolectado",
"100459": "Fragmento recolectado",
"100460": "Transcripción de estela",
"100461": "Transcripción de estela",
"100462": "Transcripción de estela",
"100463": "Transcripción de estela",
"100464": "Transcripción de estela",
"100465": "Transcripción de monumento",
"100466": "Transcripción de monumento",
"100467": "El tesoro escondido de Chingtsé",
"100469": "Palabras en hilichurlio de significado dudoso",
"100472": "Carta de Timmie",
"100473": "Regalo recomendado de Marjorie",
"100474": "Regalo de Quinn",
"100475": "Plato especial de Sara",
"100476": "Paquete del comerciante",
"100477": "Caja con facturas",
"100478": "Caja con facturas",
"100479": "Caja con facturas",
"100480": "El corazón de Aguaclara (I)",
"100481": "El corazón de Aguaclara (II)",
"100482": "El corazón de Aguaclara (III)",
"100483": "El corazón de Aguaclara (IV)",
"100484": "Selección poética de Linling",
"100485": "Factura de mercancías",
"100486": "Factura de confirmación de la cantidad de mercancías",
"100487": "Doncella de la casa dorada",
"100488": "Tejedora de los valles",
"100489": "Anhelo del destino",
"100490": "Aceite esencial de doncella de la casa dorada",
"100491": "Aceite esencial de tejedora de los valles",
"100492": "Aceite esencial de anhelo del destino",
"100493": "Caja vacía de Bao'er",
"100494": "Caja pesada",
"100495": "Página mojada",
"100496": "Un gran saco de Moras",
"100497": "Perfume de doncella de la casa dorada",
"100498": "Perfume de tejedora de los valles",
"100499": "Perfume de anhelo del destino",
"100500": "Caja de artilugios",
"100501": "Campana purificadora",
"100502": "Material de reparación de la Balista Guizhong",
"100503": "Conversación entre Chiming y Zhihua",
"100504": "Conversación entre Sisi y Chaoxi",
"100505": "Conversación entre Meng, Fei y Lulu",
"100506": "Pedido de comida de Norma",
"100507": "Antología de baladas en hilichurlio: Poemas para declamar",
"100508": "Antología de baladas en hilichurlio: Epopeyas",
"100509": "Antología de baladas en hilichurlio: Poemas líricos",
"100510": "Regalo de Vile",
"100511": "Reliquia robada",
"100512": "Caja de Madam Ping",
"100513": "Página rota",
"100514": "Página garabateada",
"100515": "Muestra de jade noctilucoso",
"100516": "Saco de Mora",
"100517": "Botín de Mitachurl",
"100518": "Botín de Ladrón de Tesoros",
"100519": "Botín de Guardián de las Ruinas",
"100520": "Muestra de jade noctilucoso",
"100521": "Muestra de jade noctilucoso",
"100522": "Incienso eterno",
"100523": "Material de reparación de la Balista Guizhong",
"100524": "Tablón firme",
"100525": "Caja con hojas",
"100528": "Llave de los Ladrones de Tesoros",
"100529": "Nota de Alrani",
"100530": "Tesoro sin nombre",
"100531": "Tesoro sin nombre",
"100532": "Tesoro sin nombre",
"100533": "Piedra reminiscente",
"100534": "Anillo sombrío",
"100535": "Pintura de Vermeer",
"100536": "Pigmentos de Vermeer",
"100537": "Boceto en blanco y negro",
"100538": "Boceto en color",
"100539": "Boceto sin título",
"100540": "Piedra extraña",
"100541": "Flor chingxin fresca",
"100542": "Comida especial de El Buen Cazador",
"100543": "Marcapáginas de Flora",
"100544": "Bebida especial de la taberna El Obsequio del Ángel",
"100545": "Perfume",
"100546": "Aceite esencial de menta",
"100547": "Condensado de Slime delicioso",
"100548": "Flor dulce superdulce",
"100549": "Flor dulce fresca",
"100550": "Cecilia fresca",
"100551": "Margarita voladora fresca",
"100552": "Lucetta fresca",
"100553": "Ingrediente para cóctel",
"100554": "Bolsa de Moras de Teucer",
"100555": "Bolsa de Moras de Nobile y Teucer",
"100556": "Solsettia rolliza",
"100557": "Póster de comerciante",
"100558": "Póster de comerciante",
"100559": "Póster de comerciante",
"100560": "Regalo de Jiayi",
"100561": "Mapa de los Ladrones de Tesoros",
"100562": "Notas viejas y rasgadas",
"100563": "Piedra extraña",
"100564": "Manual de los Caballeros (V)",
"100565": "La leyenda de los mares: Marea alta",
"100566": "La leyenda de los mares: Olas salvajes",
"100567": "La leyenda de los mares: Marea baja",
"100568": "Más que un simple perro (I)",
"100569": "Más que un simple perro (II)",
"100570": "Más que un simple perro (III)",
"100571": "Más que un simple perro (IV)",
"100572": "Más que un simple perro (V)",
"100573": "El bosque de bambú a la luz de la luna (I)",
"100574": "El bosque de bambú a la luz de la luna (II)",
"100575": "El bosque de bambú a la luz de la luna (III)",
"100576": "El bosque de bambú a la luz de la luna (IV)",
"100577": "Cuentos de un borracho (I)",
"100578": "Cuentos de un borracho (II)",
"100579": "Cuentos de un borracho (III)",
"100580": "Cuentos de un borracho (IV)",
"100583": "Plano de la Residencia de las Nubes",
"100584": "Sangre oscura",
"100585": "Fragmento de monolito",
"100586": "Rex Incognito (I)",
"100587": "Rex Incognito (II)",
"100588": "Rex Incognito (III)",
"100589": "Rex Incognito (IV)",
"100590": "La leyenda de la espada solitaria (I)",
"100591": "La leyenda de la espada solitaria (II)",
"100592": "La leyenda de la espada solitaria (III)",
"100593": "La leyenda de la espada solitaria (IV)",
"100594": "Regalo de la Pequeña Liu",
"100595": "Carta de Chaoxi a Tsui'er",
"100596": "Regalo del Pequeño Yue",
"100597": "Carta de Yinxing a Bolai",
"100598": "Facturas de la Recepcionista Zhao para Jiangzhou",
"100599": "Facturas de la Recepcionista Zhao para el Nervioso An",
"100600": "Carta de Tsui'er a Chaoxi",
"100601": "Diario grande",
"100602": "Mapa de Jack",
"100603": "Manual del aventurero de Jack",
"100604": "Llave de la jaula",
"100605": "Slime confitado",
"100606": "Lirio de cristal salvaje",
"100607": "El zorro en el mar de dientes de león (IV)",
"100608": "El zorro en el mar de dientes de león (VIII)",
"100609": "El zorro en el mar de dientes de león (IX)",
"100610": "La princesa jabalí (VI)",
"100611": "La melancolía de Vera (IV)",
"100612": "La melancolía de Vera (VI)",
"100613": "La melancolía de Vera (VII)",
"100614": "La melancolía de Vera (VIII)",
"100615": "Las costumbres de los Hilichurls (III)",
"100617": "Compendio de montañas y océanos",
"100620": "Cofre de la princesa",
"100621": "Cofre del sacerdote",
"100622": "Cofre del escriba",
"100623": "Flor dulce de aspecto normal",
"100624": "Costumbres de Liyue: La bienvenida del Arconte",
"100625": "Muñeco de Sr. Cíclope",
"100626": "Carta de la Pequeña Liu",
"100627": "Maniquí usado",
"100628": "Bolsa de tela burda",
"100629": "Losa de piedra misteriosa",
"100630": "Informe de exploración de los Ladrones de Tesoros",
"100631": "Caja perdida de Viktor",
"100632": "Nota de aviso",
"100633": "Antigua licencia de negocio",
"100634": "Permiso de uso del local y Garantía de seguridad del negocio",
"100635": "Copia del permiso de salida a ultramar",
"100636": "Carne del Rey Jabalí de las Nieves",
"100637": "Registros de Jueyun: Colina Wuwang",
"100638": "Registros de Jueyun: Seelies",
"100639": "La perla de Teyvat",
"100640": "Costumbres de Liyue: Flores de seda",
"100641": "Costumbres de Liyue: Lirios de cristal",
"100642": "La pulsera de perlas (I)",
"100643": "La pulsera de perlas (II)",
"100644": "La pulsera de perlas (III)",
"100645": "Diario de investigación antiguo (I)",
"100646": "Tortilla de papas de Mondstadt especial",
"100647": "Tofu de almendras especial",
"100648": "Estofado de gemas especial",
"100649": "Pollo asado con miel especial",
"100650": "Rollos de carne con matsutake especiales",
"100651": "Rollitos de jade especiales",
"100652": "Pasta a la boloñesa especial",
"100653": "Estofado de perca de lomo negro especial",
"100654": "Carne de Mora especial",
"100655": "Panqueques especiales",
"100656": "¡Ven por ello! especial",
"100657": "Pollo al chile Jueyun especial",
"100658": "Tortilla de papas de Mondstadt especial",
"100659": "Estofado de perca de lomo negro especial",
"100660": "¡Ven por ello! especial",
"100661": "Pescado a la parrilla de Mondstadt especial",
"100662": "Carne frita especial",
"100663": "Sopa de loto y huevo especial",
"100664": "Tostada del pescador especial",
"100665": "Tofu de almendras especial",
"100666": "Estofado de gemas especial",
"100667": "Comunicado con órdenes",
"100681": "Carta de Jiayi",
"100682": "Pollo al chile Jueyun nostálgico",
"100683": "Caja de juguete lujosa",
"100684": "Fragmento de plaustrita de Tsongzi",
"100685": "Linterna celeste especial",
"100686": "Semillas de diente de león de Glory",
"100687": "Carta para Cyrus",
"100688": "Autógrafo de Chingzhou",
"100689": "Paquete con flores frescas",
"100690": "Paquete con flores frescas",
"100691": "Rex Incognito (IV)",
"100692": "Diario de investigación antiguo (II)",
"100693": "Diario de investigación antiguo (III)",
"100699": "Factura de compra de La Segunda Vida",
"100700": "Paquete con flores frescas",
"100701": "Paquete con flores frescas",
"100702": "Paquete con flores frescas",
"100703": "Carta de agradecimiento",
"100704": "Poción experimental",
"100705": "Carne congelada",
"100706": "Diario del aventurero Roald: Espinadragón",
"100707": "Imagen del Daguerrotipo",
"100708": "Imagen del Daguerrotipo",
"100709": "Sello del Permiso",
"100710": "Guisado de temporada especial de Harris",
"100711": "Mapa del tesoro",
"100712": "Pedazo de papel extraño",
"100713": "Saco de Mora",
"100714": "Caja mojada",
"100715": "La perla de Teyvat",
"100716": "Catalizador de argento estelar",
"100717": "Catalizador de argento estelar",
"100718": "Catalizador de argento estelar",
"100719": "Catalizador de argento estelar",
"100720": "Catalizador de argento estelar",
"100723": "Linterna celeste del Bobo Ben",
"100724": "Linterna mingxiao sin firma",
"100726": "Medicina del Herborista Gui",
"100727": "Catalizador de argento estelar",
"100728": "Semillas de diente de león",
"100729": "Linterna celeste de Siyu",
"100730": "Registros de Jueyun: Los Chilin",
"100731": "Registros de Jueyun: El jade exiliado",
"100732": "Registros del gallardo: Los tejones negros",
"100733": "Registros del gallardo: La arena",
"100734": "Más que un simple perro (VI)",
"100735": "Más que un simple perro (VII)",
"100736": "Más que un simple perro (VIII)",
"100737": "Tofu de almendras de la Sra. Chiao",
"100738": "Albóndigas de camarón dorado para Zhuyu",
"100739": "Comida que emana mala suerte",
"100740": "Diario de aventurero extraviado",
"100741": "Linterna celeste rota",
"100742": "Pedazo de hierro duro",
"100743": "Pedazo de cristal duro",
"100744": "Gancho de lobo rojo",
"100745": "Chile de Jueyun fresco",
"100746": "Regalo cuidadosamente escogido",
"100747": "Obsequio del Rito de la Linterna",
"100748": "Néctar de Megaflora Pyro",
"100749": "Comida a domicilio del Restaurante Wanmin",
"100750": "Caja extraña",
"100751": "Linterna celeste con una inscripción",
"100752": "Muestra de tierra",
"100753": "Flor chingxin fresca",
"100754": "Lirio cala tragado por un Slime",
"100755": "Cabeza de loto fresca",
"100756": "Tabla de madera",
"100757": "Carne cruda fresca",
"100758": "Carne congelada de excelente calidad",
"100759": "Imagen del Festival de las Flores de Viento",
"100760": "Imagen del Festival de las Flores de Viento",
"100761": "Imagen del Festival de las Flores de Viento",
"100762": "Flor asombrosa",
"100763": "Carta amenazante",
"100764": "Valbaya fresca",
"100765": "Condensado de Slime Pyro",
"100766": "Botella especial",
"100767": "Notas apresuradas",
"100768": "Amuleto",
"100769": "Amuleto",
"100770": "Amuleto de Ioroi",
"100771": "Amuleto con forma de pergamino",
"100772": "Amuleto con forma de llave",
"100774": "Llave antigua",
"100775": "Losa de piedra antigua",
"100776": "Losa de piedra antigua",
"100777": "Losa de piedra antigua",
"100778": "Losa de piedra antigua",
"100779": "Semilla de diente de león de buena calidad",
"100780": "Margarita voladora de buena calidad",
"100781": "Bebida especial",
"100782": "Bebida especial",
"100783": "Más que un simple perro (IX)",
"100784": "Más que un simple perro (X)",
"100785": "Más que un simple perro (XI)",
"100786": "La pulsera de perlas (IV)",
"100787": "La pulsera de perlas (V)",
"100788": "Breve diccionario de hilichurlio",
"100789": "Palillo de la fortuna",
"100790": "Palillo de la fortuna",
"100791": "Palillo de la fortuna",
"100792": "Palillo de la fortuna",
"100793": "Palillo de la fortuna",
"100794": "Palillo de la fortuna",
"100795": "Palillo de la fortuna",
"100796": "Palillo de la fortuna",
"100797": "Palillo de la fortuna",
"100798": "Papel de la fortuna",
"100799": "Papel de la fortuna",
"100800": "Papel de la fortuna",
"100801": "Papel de la fortuna",
"100802": "Papel de la fortuna",
"100803": "Papel de la fortuna",
"100804": "Papel de la fortuna",
"100805": "Papel de la fortuna",
"100806": "Papel de la fortuna",
"100807": "Papel de la fortuna extraño",
"100808": "Papel de la fortuna extraño",
"100809": "Papel de la fortuna extraño",
"100810": "Papel de la fortuna extraño",
"100811": "Imagen del paisaje del Cabo del Juramento",
"100812": "Imagen del paisaje del Acantilado Estrellado",
"100813": "Imagen del paisaje de Levantaviento",
"100814": "Carta de Cyrus para Iris",
"100815": "Imagen de Espinadragón",
"100816": "Medalla del campeón del Torneo Crux",
"100817": "Carne con verdura encurtida para llevar",
"100818": "Panqueques cocinados por Lily",
"100819": "Componente de mecanismo misterioso",
"100820": "Cristal amarillo claro",
"100821": "Cristal rojo claro",
"100822": "Cristal azul claro",
"100823": "Escama de pez amarilla clara",
"100824": "Escama de pez azul clara",
"100825": "Escama de pez roja clara",
"100826": "Comida para gatos",
"100827": "Juguete para gatos",
"100828": "Escamas frescas",
"100829": "¿Bebida? extraña",
"100830": "Bolsa al lado del pozo",
"100831": "Roca ancestral",
"100832": "Tabla de madera rota",
"100833": "Tabla de madera podrida",
"100835": "Jadeíta smaragdus",
"100836": "Fragmento de nefrita smaragdus",
"100837": "Declaración jurada de El Misterio del Jade",
"100838": "Documento del Ministerio de Asuntos Civiles",
"100839": "Declaración de la Farmacia Bubu",
"100840": "Condensado de Slime fresco",
"100841": "Mural de la Isla del Peligro",
"100842": "Mural de la Isla Partida",
"100843": "Mural de la Isla Incógnita",
"100844": "Mural de las Islas Hermanas",
"100845": "Notas borrosas",
"100846": "Pescado fresco",
"100849": "Lista de mercancías dañadas",
"100850": "Saco de mercancías encontrado en el agua",
"100851": "Mural del Islote Ignoto",
"100852": "Imagen nítida",
"100853": "Imagen poco nítida",
"100854": "Imagen un tanto borrosa",
"100855": "Espada abandonada",
"100856": "Jarra de vino",
"100857": "Espada sin dueño",
"100858": "Saco de semillas de flores",
"100859": "Caracola extraña",
"100861": "El sabio Aetolia morirá mañana",
"100862": "La pequeña mentira del gato honesto",
"100863": "El círculo literario",
"100864": "Llave oxidada",
"100866": "Espada de Oni violeta",
"100867": "Espada de Oni escarlata",
"100868": "Papel de la fortuna",
"100869": "Papel de la fortuna",
"100870": "Papel de la fortuna",
"100871": "Papel de la fortuna",
"100872": "Papel de la fortuna",
"100873": "Papel de la fortuna",
"100874": "Papel de la fortuna",
"100875": "Regalo para Chang el Noveno",
"100876": "Regalo para Zhenyu",
"100880": "Llave de la jaula",
"100881": "Llave de metal",
"100882": "Carta de Atsuko",
"100883": "Papel de la fortuna ilegible",
"100884": "Nota dañada",
"100885": "Seda lujosa",
"100886": "Receta especial: Pizza de champiñones",
"100889": "Pollo al chile Jueyun especial del Chef Mao",
"100890": "Apuntes de Xiangling",
"100891": "Nota amarillenta",
"100892": "Onigiri especial de Vahid",
"100893": "Nota de Pirotecnia Naganohara",
"100894": "Perla espiritual",
"100895": "Llave de las profundidades selenitas",
"100896": "Botella extraña",
"100897": "Agua de los deseos",
"100898": "Agua de adivina abisal",
"100899": "Carta de Rinzou",
"100900": "Insignia de Rinzou",
"100901": "Libro de cuentas oculto",
"100902": "Carta de invitación de la Casa de Té Komore",
"100903": "Algo parecido a una carta de amor",
"100904": "Carne cocinada",
"100905": "Guion de «El séptimo samurái»",
"100907": "Nota de alguien",
"100908": "Palillo de la fortuna",
"100909": "Palillo de la fortuna",
"100910": "Palillo de la fortuna",
"100911": "Palillo de la fortuna",
"100912": "Palillo de la fortuna",
"100913": "Palillo de la fortuna",
"100914": "Palillo de la fortuna",
"100916": "Carta ligeramente perfumada",
"100917": "Salvoconducto",
"100918": "Carta de Kujou Kamaji",
"100919": "Caja de aperitivos",
"100920": "Brida dorada apagada",
"100921": "Brida dorada",
"100922": "Fragmento de Riendas del resurgimiento del Desfiladero",
"100923": "Fragmento de Riendas del resurgimiento del Templo de la Noche Infinita",
"100924": "Fragmento de Riendas del resurgimiento del Corazón de la Serpiente",
"100925": "Riendas del resurgimiento",
"100926": "Ofrenda del Desfiladero",
"100927": "Ofrenda del Templo de la Noche Infinita",
"100928": "Ofrenda del Corazón de la Serpiente",
"100929": "La serpiente y los dragones del reino de Tokoyo",
"100930": "Experimentos con los Dragartos de las Profundidades",
"100931": "Lo ocurrido antes del sol y la luna",
"100932": "Hidrología del reino de Byakuya",
"100933": "Luces y sombras",
"100939": "Rama de coral sangriento",
"100940": "Brida divina",
"100941": "Medalla de Date",
"100942": "Medalla de Date",
"100943": "Llave de la sala secreta",
"100944": "Agua del Lete",
"100945": "Condensado dragohueso",
"100946": "Llave para acceder a algún lugar",
"100947": "Llave para acceder a algún lugar",
"100948": "Llave para acceder a algún lugar",
"100949": "Flor dulce seca",
"100950": "Pluma extraña",
"100951": "Maushiro",
"100952": "Maushiro",
"100955": "Escaradiablo afectado por los tatarigami",
"100956": "Componente perdido",
"100957": "Máscara funeraria",
"100958": "Perla del pilar de la Garganta Musoujin",
"100959": "Piedra protectora del pilar de la Garganta Musoujin",
"100960": "Perla del pilar de la Cabeza de la Serpiente",
"100961": "Piedra protectora del pilar de la Cabeza de la Serpiente",
"100962": "Perla del pilar de la Mina Jakotsu",
"100963": "Piedra protectora del pilar de la Mina Jakotsu",
"100964": "Perla del pilar del Bastión Mumei",
"100965": "Piedra protectora del pilar del Bastión Mumei",
"100966": "Semillas de percibetormentas",
"100967": "Carne congelada de excelente calidad",
"100968": "Carne estofada muy caliente",
"100969": "Carta familiar",
"100970": "Carta deteriorada",
"100971": "Nota del boticario (I)",
"100972": "Nota del boticario (II)",
"100973": "Nota del boticario (III)",
"100974": "Carta abierta",
"100975": "Últimas palabras de Inaba Tousaburou Kyuuzou",
"100976": "Gema reluciente como una estrella",
"100977": "Losa de piedra",
"100978": "Mapa de los Cañones de Kamuijima",
"100979": "Notas secretas",
"100980": "Arroz de excelente calidad",
"100981": "Pudín de arroz aromático",
"100982": "Brote de bambú tragado por un Slime Anemo",
"100983": "Tofu oncidium muy caliente",
"100984": "Saco con un fósil",
"100985": "Llave de la cámara del tesoro",
"100986": "Nota vieja",
"100987": "Nota arrugada",
"100988": "Imagen de la Isla Seirai",
"100989": "Imagen de la Isla Seirai (II)",
"100990": "Imagen de la Isla Seirai (III)",
"100991": "Imagen de la Isla Seirai (IV)",
"100992": "Mapa del tesoro de Fujiwara Toshiko",
"100993": "Bolsa de frijoles",
"100995": "Imagen derecha",
"100996": "Imagen izquierda",
"100997": "Argento estelar de baja pureza",
"100998": "Argento estelar puro",
"100999": "Llave",
"101000": "Caja con ropa",
"101501": "Página arrancada de «La novela de la Calle del Ibis: Prólogo»",
"101502": "Página arrancada de «La novela de la Calle del Ibis (I)»",
"101503": "Página arrancada de «La novela de la Calle del Ibis (II)»",
"101504": "Página arrancada de «La novela de la Calle del Ibis (III)»",
"101505": "Página arrancada de «La novela de la Calle del Ibis (IV)»",
"101506": "Página arrancada de «La novela de la Calle del Ibis (V)»",
"101507": "La novela de la Calle del Ibis: Prólogo",
"101508": "La novela de la Calle del Ibis (I)",
"101509": "La novela de la Calle del Ibis (II)",
"101510": "La novela de la Calle del Ibis (III)",
"101511": "La novela de la Calle del Ibis (IV)",
"101512": "La novela de la Calle del Ibis (V)",
"101513": "Permiso de paso",
"101514": "Leche de dango",
"101515": "Salvoconducto del mundo interior",
"101517": "Pétalos de cerezo especiales",
"101518": "Cangrejo del Cerezo del Trueno",
"101519": "Alga fresca",
"101520": "Pétalos de cerezo frescos",
"101521": "Flor dorada fresca",
"101522": "Huevo de pájaro fresco",
"101523": "Nuevas crónicas de los seis kitsune: Prólogo",
"101524": "Nuevas crónicas de los seis kitsune (I)",
"101525": "Nuevas crónicas de los seis kitsune (II)",
"101526": "Nuevas crónicas de los seis kitsune (III)",
"101527": "Nuevas crónicas de los seis kitsune (IV)",
"101528": "Crónicas de Sangonomiya",
"101529": "Las guerras de Hamavaran: Prólogo",
"101530": "Las guerras de Hamavaran (I)",
"101531": "Las guerras de Hamavaran (II)",
"101532": "Una leyenda de espadas (I)",
"101533": "Una leyenda de espadas (II)",
"101534": "Una leyenda de espadas (III)",
"101535": "Una leyenda de espadas (IV)",
"101536": "Una leyenda de espadas (V)",
"101537": "Guía para la ceremonia de purificación del Cerezo Sagrado",
"101538": "Champiñón fresco",
"101539": "Cebo de cangrejo",
"101540": "Diario de alguien (V): Isla Jinren",
"101541": "Diario del aventurero Roald: Ritou",
"101542": "Omamori del Gran Santuario Narukami",
"101543": "Informe al trono",
"101544": "Carta secreta de la Comisión Tenryou",
"101545": "Mega-fuego artificial",
"101546": "Mineral de cristal mágico especial",
"101547": "Escoria",
"101548": "Mina, la princesa de la nación caída (I)",
"101549": "Mina, la princesa de la nación caída (II)",
"101550": "Mina, la princesa de la nación caída (III)",
"101551": "Mina, la princesa de la nación caída (IV)",
"101552": "Mina, la princesa de la nación caída (V)",
"101553": "Mina, la princesa de la nación caída (VI)",
"101554": "Flores para la princesa Fischl (0)",
"101558": "Guía de viaje de Teyvat: Inazuma",
"101559": "Botella a la deriva con mensaje",
"101560": "El espíritu marcial",
"101561": "Omamori del Gran Santuario Narukami",
"101570": "Omamori de la suerte",
"101571": "Caja de clavos",
"101572": "Tabla de madera",
"101573": "Cuerda",
"101575": "Bolsita perfumada de Kito",
"101576": "Fragmento de mapa del tesoro",
"101577": "Fragmento de mapa del tesoro",
"101578": "Fragmento de mapa del tesoro",
"101579": "Fragmento de mapa del tesoro",
"101580": "Mapa del tesoro para Shitoki",
"101581": "Amuleto de Makiri",
"101582": "Componente direccional genérico",
"101583": "Llave oxidada",
"101584": "Llave pesada",
"101585": "Llave completa",
"101586": "Carta de Sumida",
"101587": "Nuevo modelo de fuegos artificiales",
"101588": "Nuevas crónicas de los seis kitsune (V)",
"101589": "Cheque del Banco del Reino del Norte",
"101590": "Mapa del tesoro ilegible",
"101591": "Comida felina revitalizante de Kiminami Anna",
"101592": "Piedra de Autake",
"101593": "Componente direccional genérico",
"101594": "Componente direccional genérico",
"101595": "Componente direccional genérico",
"101596": "Estudio sobre las creencias populares de Sangonomiya",
"101597": "Biografía de la miko Mouun",
"101598": "Discusiones sobre el Virrey del Este",
"101599": "Cuentos atesorados de las shinuchi y las kageuchi (I)",
"101600": "Piedra misteriosa",
"101601": "Diario del aventurero Roald: Isla Tsurumi",
"101602": "Carne de ave fresca",
"101603": "Pescado fresco",
"101604": "Bolsa de objetos recogidos",
"101605": "Peine reparado",
"101606": "Panfleto misterioso",
"101607": "Plan riguroso",
"101608": "Plan sencillo",
"101609": "Hierro estelar",
"101610": "Subrosium",
"101611": "Núcleo de los prodigios",
"101612": "Talismán de los Adeptus",
"101613": "Registro de los cambios en la aldea",
"101614": "Notas viejas y rasgadas",
"101615": "Discusiones sobre las montañas",
"101616": "Carta con escritura impecable",
"101617": "Botella a la deriva de Meng",
"101618": "Roca lumínica",
"101619": "Nota de Muning",
"101620": "Fragmento de mapa del tesoro",
"101621": "Mapa del tesoro de los Ladrones de Tesoros",
"101622": "Primera llave de seguridad del almacén",
"101623": "Segunda llave de seguridad del almacén",
"101624": "Bolas de cañón",
"101625": "Aceite litoesencial especial",
"101626": "Llave de la sala de piedra",
"101627": "Imagen de roca extraña",
"101628": "Carta de recomendación de la Academia de Sumeru",
"101629": "Orbe abisal",
"101630": "Llave de hierro",
"101631": "Llave de minero",
"101632": "Bendición de la sabiduría",
"101633": "Munición con detonador del Explotamontañas",
"101634": "Muñeca de juguete",
"101635": "Flor de la contemplación",
"101636": "Pluma del vuelo",
"101637": "Reloj de sol del tiempo",
"101638": "Copa del festín",
"101639": "Casco de protección",
"101640": "Lanza del guerrero",
"101641": "Anillo de latón",
"101642": "Roca ancestral",
"101643": "Semilla seca",
"101645": "Botella a la deriva de Yue Chuan",
"101648": "Mercancía de Hiraizumi",
"101649": "Llave de celda",
"101650": "Lirio cala recién recogido",
"101651": "Lucetta recién recogida",
"101652": "Cecilia recién recogida",
"101654": "Núcleo de máquina de las ruinas",
"101655": "Llave de Date",
"101656": "Pila de calavandas",
"101657": "Incienso de excelente calidad",
"101659": "Cubo extraño",
"101660": "Pedazo de papel desconocido",
"101661": "Palito de la fortuna especial",
"101662": "Orden final",
"101663": "Paquete con ropa",
"101664": "Papel de la fortuna peculiar",
"101665": "Objeto extraño",
"101666": "Boceto de la ubicación de las llaves rocosas",
"101667": "Bolsa ligera con Mora",
"101668": "Bolsa llena de Mora",
"101669": "Pescado de aspecto delicioso",
"101670": "Carta con caligrafía hermosa",
"101671": "Carta de Yun Jin",
"101672": "Carta de Lyudochka",
"101673": "Bolsa de Mora de Lyudochka",
"101674": "Lista de códigos de los Fatui",
"101675": "Monedero muy ligero",
"101676": "Regalo de Marjorie",
"101677": "Regalo de Viktor",
"101678": "Ganchos de lobo frescos",
"101679": "Papel de la fortuna de Lyudochka",
"101680": "La serpiente y los dragones del reino de Tokoyo",
"101681": "Lo ocurrido antes del sol y la luna",
"101682": "Hidrología del reino de Byakuya",
"101683": "Experimentos con los Dragartos de las Profundidades",
"101684": "Luces y sombras",
"101685": "#Las increíbles aventuras {F#de la viajera}{M#del viajero}",
"101686": "#Las increíbles aventuras {F#de la viajera}{M#del viajero}",
"101687": "#Las increíbles aventuras {F#de la viajera}{M#del viajero}",
"101688": "#Las increíbles aventuras {F#de la viajera}{M#del viajero}",
"101690": "Nota de Muning",
"101691": "Cristal gélido",
"101694": "Insignia de Oficial con restos de sangre",
"101695": "Nota del cabo Nikolay",
"101696": "Diario del cabo Nikolay",
"101697": "Bolsa de Mora",
"101698": "Guía de invocación de espíritus",
"101699": "Flor de cerezo onírica",
"101700": "Médula de las profundidades",
"101701": "Leguminosa de Tokoyo",
"101702": "Gema del cascarón",
"101703": "Accesorio roto",
"101704": "Accesorio roto",
"101706": "Mapa de Tsumi",
"101707": "Espada Amenoma Luminosa del Destino",
"101708": "Llave de jaula de madera",
"101709": "Losa dañada",
"101710": "Losa de piedra misteriosa",
"101711": "Nota de Yanbo",
"101712": "Carta de Nikolay",
"101716": "¡El Sublime y Glorioso Gran Festival de Tambores de Arataki!",
"101717": "Registro de obra",
"101721": "Notas antiguas",
"101722": "Notas antiguas",
"101723": "Notas antiguas",
"101724": "Carta de Zhichiong",
"101725": "Horario del puerto",
"101726": "Informe de los Cinco Kasen",
"101727": "El esplendor de los Cinco Kasen: Suikou",
"101728": "El esplendor de los Cinco Kasen: Aoi no Okina",
"101729": "El esplendor de los Cinco Kasen: Akahito",
"101730": "El esplendor de los Cinco Kasen: Sumizome",
"101731": "El esplendor de los Cinco Kasen: Sumizome",
"101732": "Plano para forja antiguo",
"101733": "Carta de Kaedehara Yoshinori",
"101734": "Borrador del poema de Taliesin",
"101735": "Notas antiguas",
"101736": "Notas antiguas",
"101754": "Salario de Sayu",
"101755": "Figurilla de Su Excelencia, la todopoderosa Narukami",
"101756": "Lista de la compra de Kokomi",
"101757": "Muñeco de kitsune",
"101758": "Paquete con salario",
"101759": "Notas antiguas",
"101760": "Carta náutica completa del escondite del tesoro",
"101764": "#Guion de «{F#La forastera luchadora}{M#El forastero luchador}: los vientos que soplan sobre {F#una rubia}{M#un rubio} samurái»",
"101765": "Guion de «Mushounin» (I)",
"101766": "Una leyenda de espadas (VI)",
"101767": "La todopoderosa Shogun: renacida como Raiden con un poder ilimitado",
"101768": "Se lo ruego, Suma Sacerdotisa",
"101769": "¡Vamos, Dodoco!",
"101770": "El escondite del tesoro secreto de Ako (I)",
"101771": "El escondite del tesoro secreto de Ako (II)",
"101772": "El escondite del tesoro secreto de Ako (III)",
"101773": "El escondite del tesoro secreto de Ako (IV)",
"101774": "Hierba yajña",
"101775": "Setasura",
"101776": "Flor barsam",
"101779": "Arahaoma",
"101780": "Guion de «Mushounin» (II)",
"101781": "Guion de «Mushounin» (III)",
"101782": "Sopa de Jinwu",
"101795": "Bolsa de joyas",
"101796": "Vasmrti",
"101797": "¡Vamos, Dodoco!",
"101798": "Cuaderno de bitácora",
"101799": "Cuaderno de ruta (I)",
"101800": "Cuaderno de ruta (II)",
"101801": "Fragmento astral",
"101802": "Fragmento astral",
"101803": "Fragmento astral",
"101804": "Fragmento astral",
"101805": "Fragmento astral",
"101806": "Fragmento astral",
"101807": "Fragmento astral",
"101808": "Fragmento astral",
"101809": "Fruto vasoma",
"101811": "Corona de flores",
"101812": "Corona de flores",
"101813": "Fruto bija",
"101814": "Flor de Arana",
"101815": "Flor de Araja",
"101816": "Flor sin nombre",
"101817": "Flor de Arapandu",
"101818": "Flor de Arakunti",
"101819": "Flor de Aranakula",
"101820": "Flor de Arabalika",
"101821": "Flor de Aranaga",
"101822": "Flor de Aranakin",
"101823": "Flor de Aragaru",
"101824": "Flor de Ararycan",
"101825": "Flor de Araesha",
"101826": "Flor de Arakara",
"101827": "Flor fraternal",
"101828": "Flor del recogecanciones",
"101829": "Flor de Aralila y Aranishat",
"101830": "Flor de Arakanta",
"101832": "Tu historia con los aranara",
"101833": "Mapa del plan de ajuste de emergencia",
"101834": "Fragmento astral",
"101835": "Llave",
"101836": "Botella llena de agua de manantial",
"101837": "Pétalo de Corazón Gélido",
"101838": "Anotaciones bellamente escritas",
"101839": "Carta",
"101840": "Piedra para rocalla (izquierda)",
"101841": "Piedra para rocalla (derecha)",
"101842": "Cincel para rocallas",
"101843": "Brocha para rocallas",
"101854": "Roca serena (izquierda)",
"101855": "Roca serena (derecha)",
"101856": "Roca luminiscente (izquierda)",
"101857": "Roca luminiscente (derecha)",
"101858": "Roca sólida (izquierda)",
"101859": "Roca sólida (derecha)",
"101860": "Agua del manantial vital",
"101861": "Caja de componentes",
"101862": "Nota de origen desconocido (I)",
"101863": "Nota de origen desconocido (II)",
"101864": "Nota de origen desconocido (III)",
"101865": "Nota de origen desconocido (IV)",
"101866": "Nota",
"101893": "Hojas del registro de investigación del laboratorio forense",
"101894": "Nota de origen desconocido",
"101896": "Núcleo de cristal",
"101897": "Núcleo de cristal",
"101898": "Núcleo de cristal",
"101899": "Nota amarillenta",
"101900": "Carta misteriosa",
"101901": "Notas aparentemente impermeables",
"101902": "Llave eufónica",
"101903": "Carta recibida hace poco",
"101904": "Jugo de uva excelente del Viñedo del Amanecer",
"101905": "Barro impregnado de condensado de Slime",
"101906": "Barro de las raíces de una Megaflora",
"101907": "Barro húmedo",
"101908": "Núcleo estelar",
"101909": "Suministros de montaña: jamón",
"101910": "Título de rondador nocturnal",
"101911": "Lodomento especial para juguetes",
"101913": "Barro de las raíces de una Megaflora",
"101914": "Barro aparentemente muy fértil",
"101915": "Lodomento desechado",
"101916": "Encargo de búsqueda de la comisaría de policía",
"101917": "Llave cubierta de sal",
"101919": "Huevo especial",
"101920": "Champiñón especial",
"101921": "Menta especial",
"101922": "Fruto harra especial",
"101923": "Flor dulce especial",
"101925": "Almuerzo de Tignari",
"101926": "Carta para Haypasia",
"101927": "#Almuerzo preparado por {F#la viajera}{M#el viajero}",
"101928": "Carta de presentación de Tignari",
"101929": "Bolsa de fondos para transacciones",
"101930": "Paquete de conocimiento encapsulado",
"101931": "Cápsula de conocimiento: Técnicas de espada (VIII)",
"101932": "Bolsa de fondos para comprar información",
"101933": "Imagen de una transacción",
"101934": "Lista de contraseñas del informante",
"101935": "Caracola desplazada (1)",
"101936": "Caracola desplazada (2)",
"101937": "Caracola desplazada (3)",
"101938": "Medicina del bimaristán para Gurgen",
"101939": "Medicina del bimaristán para Azra",
"101940": "Medicina del bimaristán para Aftab",
"101941": "Fruto harra fresco",
"101942": "Duraznoliva fresca",
"101943": "Tela teñida de rojo",
"101944": "El agua más rica",
"101945": "Reloj de bolsillo plateado",
"101946": "Insignia antigua",
"101947": "Condensado de Slime fresco",
"101948": "Anotaciones de Sareh",
"101949": "Anotaciones de Sareh",
"101950": "Anotaciones de Sareh",
"101951": "Loto nilotpala fresco",
"101952": "Rosa joven",
"101953": "Pluma de Águila del Valiente",
"101954": "Amuleto floral de la valentía",
"101955": "Champiñón recién recogido",
"101956": "Rosa de Sumeru anómala",
"101957": "Nota con acertijo",
"101958": "Nota con acertijo",
"101959": "Nota con acertijo",
"101960": "Nota con acertijo",
"101961": "Materiales de construcción de Rafiq",
"101962": "Pequeña flor seca",
"101963": "Cápsula de conocimiento activada",
"101964": "Manuscrito de Persikov",
"101965": "Madera común",
"101966": "Almuerzo Fatui",
"101967": "Mapa del tesoro escondido en un cofre",
"101968": "Componente tintineante",
"101969": "Piedra sagrada: Valle",
"101970": "Piedra sagrada: Cabeza de pájaro",
"101971": "Piedra sagrada: Brazo elevado",
"101972": "Piedra sagrada: Tormenta de arena",
"101973": "Piedra sagrada: Aurícula",
"101974": "Piedra sagrada: Bosque",
"101975": "Piedra sagrada: Relámpago",
"101976": "Piedra sagrada: Peligro",
"101977": "Piedra sagrada: Martillo",
"101978": "Piedra sagrada: Sol naciente",
"101979": "Piedra sagrada: Reino",
"101980": "Piedra sagrada: Cabeza de oveja",
"101981": "Piedra sagrada: Cabeza de espinodrilo",
"101982": "Piedra sagrada: Serpiente",
"101983": "Piedra sagrada: Sacrificio",
"101984": "Piedra sagrada: Trabajo",
"101985": "Piedra sagrada: Duna",
"101987": "Semilla de rosa dorada",
"101988": "Registro de las Ruinas Transparentes (I)",
"101989": "Registro del Peñasco Devoracarneros",
"101990": "Registro de la Tumba del Festín",
"101991": "Notas arqueológicas de Soheil",
"101992": "Registro de la Sombra de Aaru",
"101993": "Manuscrito del director de la Compañía de Teatro Crepúsculo",
"101994": "Fruto harra recién recogido",
"101995": "Nota sin firma",
"101996": "Registro estropeado",
"101997": "Dispositivo refundente",
"101998": "Píldora refundente",
"101999": "Órdenes del patrono",
"120000": "Nota de Alrani para Nilúfar",
"120001": "Ensayo del profesor Kavikavus",
"120002": "Flor seca",
"120003": "Fragmento del dispositivo del amiti (I)",
"120004": "Fragmento del dispositivo del amiti (II)",
"120005": "Fragmento del dispositivo del amiti (III)",
"120006": "Bolsa de Mora de Jazari",
"120007": "Manual del aventurero del “Ultrainvicto”",
"120008": "Fragmento de energía extraviado",
"120009": "Pergamino extraño",
"120011": "Kusava marchito",
"120012": "Comida especial para serpiente doméstica de Gulabgir",
"120013": "Perla extraña",
"120014": "Sombreros diminutos extraños",
"120015": "Estante deteriorado",
"120016": "Sueño de Javi",
"120017": "Hoja de papel rota",
"120018": "El pastor y la botella mágica",
"120019": "Shiruyeh y Shirín (I)",
"120020": "Shiruyeh y Shirín (II)",
"120021": "El cuento de al-Ahmar",
"120022": "Las enseñanzas del bosque (I)",
"120023": "Las enseñanzas del bosque (II)",
"120024": "Las enseñanzas del bosque (III)",
"120025": "Canción del fluir (I)",
"120026": "Canción del fluir (II)",
"120027": "Canción del fluir (III)",
"120028": "Stotra de la luz de los espíritus",
"120029": "Registro de las Ruinas Transparentes (II)",
"120030": "Registro de las Ruinas Transparentes (III)",
"120031": "Llave antigua",
"120032": "Pergamino abierto",
"120033": "Pergamino con direcciones",
"120034": "Pergamino susurrante",
"120035": "Pergamino misterioso",
"120036": "Diario de trabajo antiguo",
"120037": "Informe provisional del equipo de investigación de la Academia",
"120038": "Notas de Zandik",
"120039": "Notas de Sohreh",
"120040": "Notas del equipo de investigación de Sumeru",
"120041": "Registro de autopsia",
"120042": "Registro de trabajo estropeado",
"120043": "Materiales comprados",
"120044": "Materiales comprados",
"120045": "Materiales comprados",
"120046": "Materiales comprados",
"120047": "Historial médico",
"120048": "Informe de diagnóstico",
"120049": "Fondos de Shevirme",
"120050": "Fondos de Chuching",
"120051": "Fondos de Guanchui",
"120052": "Receta médica de Zakariya para Maruf",
"120053": "Receta médica de Zakariya para Maruf",
"120054": "Receta médica de Zakariya para Maruf",
"120056": "Medicina de Zakariya para Maruf",
"120059": "Cuaderno con escritura hermosa",
"120061": "Sopa de menta y frijoles de Nermín",
"120063": "Estrella del porvenir",
"120064": "Condensador de conversión energética",
"120065": "Paquete de Raef",
"120066": "Especias de Nermín",
"120067": "Llave de piedra (I)",
"120068": "Página arrancada de «Las mil noches (I)»",
"120069": "Página arrancada de «Las mil noches (II)»",
"120070": "Página arrancada de «Las mil noches (III)»",
"120071": "Página arrancada de «Las mil noches (IV)»",
"120072": "Página arrancada de «Las mil noches (V)»",
"120073": "Página arrancada de «Las mil noches (VI)»",
"120074": "Las mil noches (I)",
"120075": "Las mil noches (II)",
"120076": "Las mil noches (III)",
"120077": "Las mil noches (IV)",
"120078": "Las mil noches (V)",
"120079": "Las mil noches (VI)",
"120080": "Mensaje de Samail",
"120081": "Mensaje de Samail",
"120082": "Recibo de Shevirme",
"120083": "Recibo de Chuching",
"120084": "Recibo de Guanchui",
"120086": "Barca de las almas",
"120087": "Sala de la Coronación",
"120088": "Fuerte fronterizo",
"120089": "Pilar del Rey Deshret",
"120091": "Templo de Gurabad",
"120092": "Componente de activación: Mausoleo del Rey Deshret",
"120093": "Componente de activación: Cáliz de cristal del Rey Deshret",
"120094": "Componente de activación: Barca de las almas",
"120095": "Componente de activación: Sala de la Coronación",
"120096": "Componente de activación: Fuerte fronterizo",
"120097": "Componente de activación: Pilar del Rey Deshret",
"120099": "Componente de activación: Templo de Gurabad",
"120100": "Recuerdo del Oasis Eterno (I)",
"120101": "Recuerdo del Oasis Eterno (II)",
"120102": "Recuerdo del Oasis Eterno (III)",
"120103": "Pluma de Tadla",
"120104": "Llave de la base Fatui",
"120105": "Piedra sagrada: Precipicio",
"120106": "Piedra sagrada: Puerta gigante",
"120107": "Losa de piedra misteriosa (I)",
"120108": "Losa de piedra misteriosa (II)",
"120109": "Losa de piedra misteriosa (III)",
"120110": "Losa de piedra misteriosa (IV)",
"120111": "Losa de piedra misteriosa (V)",
"120112": "Losa de piedra misteriosa (VI)",
"120113": "Carta de presentación de Cyno",
"120114": "Mapa antiguo",
"120115": "Información sobre la subasta",
"120116": "Documento sellado sobre la Corte de la Desolación",
"120117": "Llave de piedra (II)",
"120118": "Pago de Azalai",
"120119": "Recibo de Rama",
"120120": "Recibo de Butrus",
"120121": "Recibo de Yut",
"120122": "Recibo de Jahangir",
"120123": "Bolsa especial de viaje para el desierto de edición limitada",
"120124": "Brote de bambú tierno",
"120126": "Una carta corta",
"120127": "Retoño blanco",
"120128": "Inscripción apenas reconocible",
"120129": "Inscripción apenas reconocible",
"120130": "Inscripción apenas reconocible",
"120131": "Inscripción apenas reconocible",
"120132": "Inscripción apenas reconocible",
"120133": "Inscripción apenas reconocible",
"120134": "Inscripción apenas reconocible",
"120135": "Inscripción apenas reconocible",
"120136": "Inscripción apenas reconocible",
"120137": "Inscripción apenas reconocible",
"120138": "Registro médico incompleto",
"120139": "Notas de Zandik",
"120140": "Diario de autoría desconocida",
"120141": "Registro estropeado",
"120142": "Documento de evacuación interna",
"120143": "Examen inicial del sujeto de prueba",
"120144": "Notificación de evacuación",
"120145": "Diario de explorador (I)",
"120146": "Diario de explorador (II)",
"120147": "Diario de explorador (III)",
"120148": "Diario de explorador (IV)",
"120149": "Diario de explorador (V)",
"120150": "Diario de explorador (VI)",
"120151": "Carta de respuesta sobre la transacción de bienes",
"120152": "Anuncio de evento",
"120153": "Notas de Haniyyah (I)",
"120154": "Notas de Haniyyah (II)",
"120155": "Resumen del avance de la investigación",
"120156": "Carta de Cyno",
"120157": "Recibo de Laila",
"120158": "Pistas preliminares de la investigación",
"120159": "Notas de Haniyyah",
"120160": "Orbe de la sabiduría especial",
"120161": "Carta Fatui misteriosa",
"120162": "Empuñadura",
"120163": "Breve análisis sobre un importante acontecimiento histórico que podría haber ocurrido en Tatarasuna",
"120164": "La isla de las nubes negras",
"120165": "Breve análisis sobre un importante acontecimiento histórico que podría haber ocurrido en Tatarasuna",
"120166": "La isla de las nubes negras",
"120179": "Caja con “tierra natal”",
"120180": "Contenido descifrado",
"120181": "Carta de Xu Dong",
"120182": "Crónicas de Gurabad (I)",
"120183": "Crónicas de Gurabad (II)",
"120184": "Crónicas de Gurabad (III)",
"120185": "Crónicas de Gurabad (IV)",
"120186": "Crónicas de Gurabad (V)",
"120187": "Placa dañada",
"120188": "Crónicas del Monte Damavand (I)",
"120189": "Crónicas del Monte Damavand (II)",
"120190": "Crónicas del Monte Damavand (III)",
"120191": "Enseñanzas de la Máscara de Latón (I)",
"120192": "Enseñanzas de la Máscara de Latón (II)",
"120193": "Enseñanzas de la Máscara de Latón (III)",
"120194": "Crónicas del antiguo oasis (I)",
"120195": "Crónicas del antiguo oasis (II)",
"120196": "Crónicas del antiguo oasis (III)",
"120197": "Crónicas del antiguo oasis (IV)",
"120198": "Crónicas del antiguo oasis (V)",
"120199": "Crónicas del antiguo oasis (VI)",
"120200": "Placa con orden de alistamiento",
"120201": "Pluma de buitre escarlata",
"120202": "Aguijón de escorpión",
"120203": "Cuerno de aerofidio",
"120204": "Informe de operación de la capitana Zoya Snezhevna (I)",
"120205": "Informe de operación de la capitana Zoya Snezhevna (II)",
"120206": "Informe de operación de la capitana Zoya Snezhevna (III)",
"120207": "Registros dañados (I)",
"120208": "Registros dañados (II)",
"120209": "Registros con el emblema de los Tanit",
"120210": "Carta Fatui",
"120211": "Carta abandonada",
"120212": "Notas de Zandik",
"120213": "Contrato con el emblema de la Academia de Sumeru",
"120214": "Planos restaurados del sistema de alimentación de una máquina gigante",
"120215": "Carta secreta para Aderfi",
"120216": "Fragmentos de un arma",
"120217": "Cupón de ramen de origen incierto",
"120218": "Nota pulcramente escrita",
"120219": "Carta de Yeht",
"120220": "Anotaciones de Ufairah",
"120221": "Llave de piedra antigua",
"120226": "Inscripción apenas reconocible",
"120227": "Inscripción apenas reconocible",
"120228": "Inscripción apenas reconocible",
"120229": "Inscripción apenas reconocible",
"120230": "Inscripción apenas reconocible",
"120231": "Inscripción apenas reconocible",
"120232": "Inscripción apenas reconocible",
"120233": "Inscripción apenas reconocible",
"120235": "Lista de nombres arrugada",
"120236": "Pedido de suministros del almacén",
"120237": "Crónicas del antiguo oasis (VII)",
"120238": "Crónicas del antiguo oasis (VIII)",
"120239": "Crónicas del antiguo oasis (IX)",
"120240": "Crónicas del antiguo oasis (X)",
"120241": "Placa de reglamento de contratación",
"120242": "Contrato con el emblema de la Academia de Sumeru",
"120243": "Contrato con el emblema de la Academia de Sumeru",
"120248": "Carta del comerciante de la tribu",
"120249": "Nota de Yeht",
"120250": "Sopa de brotes de bambú caliente",
"120251": "Pase de admisión para «Doctrina marcial»",
"339901": "#Medalla de {F#invocadora}{M#invocador} principiante",
"339902": "#Medalla de {F#invocadora}{M#invocador} experimentad{F#a}{M#o}",
"339903": "#Medalla de {F#invocadora experta}{M#invocador experto}",
"339904": "#Medalla de {F#invocadora maestra}{M#invocador maestro}",
"339905": "#Medalla de {F#invocadora legendaria}{M#invocador legendario}"
},
"CRICKET": {
"100121": "Grillo blanco",
"100122": "Grillo azul",
"100123": "Grillo púrpura",
"100124": "Grillo dorado"
},
"WIDGET": {
"220001": "Roca de resonancia de anemóculus",
"220002": "Roca de resonancia de geóculus",
"220003": "Brújula buscatesoros Geo",
"220004": "Botella atrapaviento",
"220005": "Teletransportador portátil",
"220006": "Olla del gourmet Adeptus",
"220008": "Bolsita nutritiva (Versión n.º 30)",
"220009": "Brújula buscatesoros Anemo",
"220013": "Seelie cazatesoros",
"220014": "Miniseelie rocío",
"220015": "Miniseelie rubor",
"220016": "Miniseelie cúrcuma",
"220017": "Vial exotérmico",
"220018": "Daguerrotipo",
"220019": "Daguerrotipo extraño",
"220020": "Daguerrotipo especial",
"220021": "Transmutador paramétrico",
"220022": "Endora la Curiosa",
"220023": "Endora",
"220024": "Globo conmemorativo del festival",
"220025": "Lira de la brisa",
"220026": "Relajatetera",
"220027": "Harpastum de viento",
"220028": "Caja de herramientas de reparación del Rompeolas",
"220029": "Bomba de precisión",
"220030": "Bomba flotante",
"220031": "Bomba calcinadora",
"220032": "Roca de resonancia de electróculus",
"220033": "Semillero",
"220034": "Brújula buscatesoros Electro",
"220035": "Abanico de plumas rojas",
"220036": "Lente de los recuerdos",
"220037": "Seelie cazatesoros",
"220038": "Miniseelie violeta",
"220039": "Pluma extraña",
"220040": "Pluma extraña",
"220041": "¿?",
"220042": "Buscador del caos de Ayesha",
"220043": "Red de la ubicuidad suprema",
"220044": "Mandolina floral",
"220045": "Shiki Koshou",
"220046": "Red de la ubicuidad",
"220047": "Tubo pirotécnico",
"220048": "Canalizador lumínico",
"220049": "Caja de armonización",
"220051": "Sublime y glorioso tambor de Arataki",
"220052": "Recolectamateriales",
"220053": "Kusava",
"220056": "Caja arcana",
"220057": "Roca de resonancia de dendróculus",
"220058": "Brújula buscatesoros Dendro",
"220059": "Bendición de Ashvattha",
"220061": "Seelie cazatesoros",
"220062": "Miniseelie musgo",
"220063": "Daguerrotipo primoroso",
"220064": "Sabiduría de Banu",
"220065": "Estabilizador de pesca",
"220066": "Lira antigua",
"220067": "Cañón de celebración de Bomba saltarina",
"220070": "Daguerrotipo burbujeante",
"220071": "Kusava",
"220072": "Lámpara mágica de Lilúpar",
"220073": "Orbe de la sabiduría",
"220074": "Dispositivo papirofléxico de Preservadora de Nubes",
"220075": "Brújula indómita"
},
"ELEM_CRYSTAL": {
"101644": "Mineral lumínico",
"107001": "Anemóculus perdido",
"107003": "Geóculus perdido",
"107010": "Ágata escarlata",
"107011": "Ágata escarlata pura",
"107014": "Electróculus perdido",
"107015": "Talismán lunar",
"107016": "Espato lumínico",
"107017": "Dendróculus perdido"
},
"SPICE_FOOD": {
"101715": "Abulón vegetariano aromático",
"101719": "Ensalada de menta aromática",
"101720": "Tiras de tres sabores aromáticas",
"101737": "Salteado de camarones aromático",
"101738": "Albóndigas de camarón dorado aromáticas",
"101739": "Salteado de Chingtsé aromático",
"101740": "Estofado de perca de lomo negro aromático",
"101741": "Carne frita aromática",
"101742": "Pez tigre a la parrilla aromático",
"101743": "Tofu con huevas de cangrejo aromático",
"101744": "Cangrejo dorado aromático",
"101745": "Estofado de gemas aromático",
"101746": "Sopa de brotes de bambú aromática",
"101747": "Fideos con delicias de montaña aromáticos",
"101748": "Carne de Mora aromática",
"101749": "Tallarines fritos con pescado aromáticos",
"101750": "Paz universal aromática",
"101751": "Bolitas de harina de arroz aromáticas",
"101752": "Tofu de almendras aromático",
"101753": "Estrellitas de loto aromáticas"
},
"ACTIVITY_GEAR": {
"101847": "Engranaje pequeño",
"101848": "Engranaje mediano",
"101849": "Engranaje conductor",
"101850": "Engranaje grande",
"101851": "Engranaje doble",
"101852": "Engranaje doble grande",
"101853": "Engranaje conducido"
},
"ACTIVITY_ROBOT": {
"101867": "Cupón de canje n.º 1",
"101868": "Cupón de canje n.º 2",
"101869": "Cupón de canje n.º 3",
"101870": "Cupón de canje n.º 4",
"101871": "Cupón de canje n.º 5",
"101872": "Cupón de canje n.º 6",
"101873": "Cupón de canje n.º 7",
"101874": "Cupón de canje n.º 8",
"101875": "Cupón de canje n.º 9",
"101876": "Cupón de canje n.º 10",
"101877": "Cupón de canje n.º 11",
"101878": "Cupón de canje n.º 12",
"101879": "Cupón de canje n.º 13",
"101880": "Cupón de canje n.º 14",
"101881": "Cupón de canje n.º 15",
"101882": "Cupón de canje n.º 16",
"101883": "Cupón de canje n.º 17",
"101884": "Cupón de canje n.º 18",
"101885": "Cupón de canje n.º 19",
"101886": "Cupón de canje n.º 20"
},
"ACTIVITY_JIGSAW": {
"101887": "Componente: Sobre el viento",
"101888": "Componente: En el aire",
"101889": "Componente: Más allá de las nubes",
"101890": "Componente: Arreglos florales",
"101891": "Componente: Pistilo",
"101892": "Componente: Pradera"
},
"FOOD": {
"102001": "Fragmento Pyro",
"102002": "Fragmento Hydro",
"102003": "Fragmento Dendro",
"102004": "Fragmento Electro",
"102005": "Fragmento Anemo",
"102006": "Fragmento Cryo",
"102007": "Fragmento Geo",
"102008": "Fragmento Elemental común",
"103001": "Jikaka Pyro",
"103002": "Jikaka Hydro",
"103003": "Jikaka Dendro",
"103004": "Jikaka Electro",
"103005": "Jikaka Anemo",
"103006": "Jikaka Cryo",
"103007": "Jikaka Geo",
"103008": "Jikaka Común",
"108000": "Plato",
"108001": "Tostada del pescador extraña",
"108002": "Tostada del pescador",
"108003": "Tostada del pescador deliciosa",
"108004": "Huevo frito de Teyvat extraño",
"108005": "Huevo frito de Teyvat",
"108006": "Huevo frito de Teyvat delicioso",
"108007": "Filete a la barbacoa extraño",
"108008": "Filete a la barbacoa",
"108009": "Filete a la barbacoa delicioso",
"108010": "Filete de la Caballera Exploradora",
"108022": "Panqueques extraños",
"108023": "Panqueques",
"108024": "Panqueques deliciosos",
"108025": "Albóndigas de rábano fritas extrañas",
"108026": "Albóndigas de rábano fritas",
"108027": "Albóndigas de rábano fritas deliciosas",
"108028": "Ensalada saludable extraña",
"108029": "Ensalada saludable",
"108030": "Ensalada saludable deliciosa",
"108034": "Pollo ahumado del Norte extraño",
"108035": "Pollo ahumado del Norte",
"108036": "Pollo ahumado del Norte delicioso",
"108037": "Guisado de temporada extraño",
"108038": "Guisado de temporada",
"108039": "Guisado de temporada delicioso",
"108040": "Guisado picante",
"108049": "Sopa de marisco extraña",
"108050": "Sopa de marisco",
"108051": "Sopa de marisco deliciosa",
"108052": "Matsutakes salteados extraños",
"108053": "Matsutakes salteados",
"108054": "Matsutakes salteados deliciosos",
"108055": "Torre de Ludi extraña",
"108056": "Torre de Ludi",
"108057": "Torre de Ludi deliciosa",
"108058": "Érase una vez en Mondstadt",
"108059": "Plato de carnes frías extraño",
"108060": "Plato de carnes frías",
"108061": "Plato de carnes frías delicioso",
"108062": "Asado a la miel extraño",
"108063": "Asado a la miel",
"108064": "Asado a la miel delicioso",
"108065": "Asado mar y montaña extraño",
"108066": "Asado mar y montaña",
"108067": "Asado mar y montaña delicioso",
"108068": "Rollitos de jade extraños",
"108069": "Rollitos de jade",
"108070": "Rollitos de jade deliciosos",
"108071": "Chop suey de Zhongyuan extraño",
"108072": "Chop suey de Zhongyuan",
"108073": "Chop suey de Zhongyuan delicioso",
"108080": "Tofu de almendras extraño",
"108081": "Tofu de almendras",
"108082": "Tofu de almendras delicioso",
"108083": "Pollo al chile Jueyun extraño",
"108084": "Pollo al chile Jueyun",
"108085": "Pollo al chile Jueyun delicioso",
"108086": "Estofado de gemas extraño",
"108087": "Estofado de gemas",
"108088": "Estofado de gemas delicioso",
"108092": "Carne de Mora extraña",
"108093": "Carne de Mora",
"108094": "Carne de Mora deliciosa",
"108095": "Pescado a la parrilla de Mondstadt extraño",
"108096": "Pescado a la parrilla de Mondstadt",
"108097": "Pescado a la parrilla de Mondstadt delicioso",
"108098": "Carne frita extraña",
"108099": "Carne frita",
"108100": "Carne frita deliciosa",
"108101": "Cangrejo dorado extraño",
"108102": "Cangrejo dorado",
"108103": "Cangrejo dorado delicioso",
"108110": "Puchero de Barbatos extraño",
"108111": "Puchero de Barbatos",
"108112": "Puchero de Barbatos delicioso",
"108113": "Puchero de Barbatos verdadero",
"108114": "Sabiduría suprema (vida)",
"108115": "Tostada de mariscos",
"108116": "Huevo frito crujiente de Teyvat",
"108117": "Sinfonía bendita",
"108118": "Panqueques esponjosos",
"108119": "Sopa de loto y huevo extraña",
"108120": "Sopa de loto y huevo",
"108121": "Sopa de loto y huevo deliciosa",
"108122": "Tentación de Adeptus extraña",
"108123": "Tentación de Adeptus",
"108124": "Tentación de Adeptus deliciosa",
"108125": "Albóndigas de camarón dorado extrañas",
"108126": "Albóndigas de camarón dorado",
"108127": "Albóndigas de camarón dorado deliciosas",
"108128": "Salteado de Chingtsé extraño",
"108129": "Salteado de Chingtsé",
"108130": "Salteado de Chingtsé delicioso",
"108131": "¡Ven por ello! extraño",
"108132": "¡Ven por ello!",
"108133": "¡Ven por ello! delicioso",
"108134": "Esto no es un aperitivo",
"108137": "Dulces sueños",
"108138": "Tiras de carne salteadas",
"108139": "Carne de Mora celestial",
"108140": "Sin futuro",
"108141": "Fideos con delicias de montaña extraños",
"108142": "Fideos con delicias de montaña",
"108143": "Fideos con delicias de montaña deliciosos",
"108144": "Fideos fríos con delicias de montaña",
"108146": "Comida nutritiva (versión n.º 593)",
"108147": "Agua bendita",
"108149": "Jugo de gancho de lobo",
"108150": "Bebida de bayas y menta",
"108155": "Tiras de tres sabores extrañas",
"108156": "Tiras de tres sabores",
"108157": "Tiras de tres sabores deliciosas",
"108158": "Carne estilo Eje Celestial extraña",
"108159": "Carne estilo Eje Celestial",
"108160": "Carne estilo Eje Celestial deliciosa",
"108161": "Estrellitas de loto extrañas",
"108162": "Estrellitas de loto",
"108163": "Estrellitas de loto deliciosas",
"108164": "Pastelillo de luna extraño",
"108165": "Pastelillo de luna",
"108166": "Pastelillo de luna delicioso",
"108167": "Sándwich del aventurero extraño",
"108168": "Sándwich del aventurero",
"108169": "Sándwich del aventurero delicioso",
"108174": "Pollo rockero",
"108175": "Pesca extrema",
"108176": "Tofu con huevas de cangrejo extraño",
"108177": "Tofu con huevas de cangrejo",
"108178": "Tofu con huevas de cangrejo delicioso",
"108179": "Rollitos de luna llena extraños",
"108180": "Rollitos de luna llena",
"108181": "Rollitos de luna llena deliciosos",
"108182": "Carne curada con matsutake extraña",
"108183": "Carne curada con matsutake",
"108184": "Carne curada con matsutake deliciosa",
"108188": "Abulón vegetariano extraño",
"108189": "Abulón vegetariano",
"108190": "Abulón vegetariano delicioso",
"108191": "Delicias del Puerto de Piedra extrañas",
"108192": "Delicias del Puerto de Piedra",
"108193": "Delicias del Puerto de Piedra deliciosas",
"108194": "Salteado de camarones extraño",
"108195": "Salteado de camarones",
"108196": "Salteado de camarones delicioso",
"108200": "Marcha solemne",
"108204": "Carne a la jardinera extraña",
"108205": "Carne a la jardinera",
"108206": "Carne a la jardinera deliciosa",
"108207": "Pescado salteado con mantequilla extraño",
"108208": "Pescado salteado con mantequilla",
"108209": "Pescado salteado con mantequilla delicioso",
"108210": "Guoba de Jueyun extraña",
"108211": "Guoba de Jueyun",
"108212": "Guoba de Jueyun deliciosa",
"108214": "Sueño silvano",
"108216": "Albóndigas de rábano fritas del Rito de la Linterna",
"108217": "Sopa de loto y huevo del Rito de la Linterna",
"108218": "Estofado de gemas del Rito de la Linterna",
"108219": "Fideos con delicias de montaña del Rito de la Linterna",
"108220": "¡Ven por ello! del Rito de la Linterna",
"108221": "Tiras de tres sabores del Rito de la Linterna",
"108228": "Ensalada de menta extraña",
"108229": "Ensalada de menta",
"108230": "Ensalada de menta deliciosa",
"108231": "Rollitos de carne y menta extraños",
"108232": "Rollitos de carne y menta",
"108233": "Rollitos de carne y menta deliciosos",
"108235": "Pollo frito extraño",
"108236": "Pollo frito",
"108237": "Pollo frito delicioso",
"108241": "Puré de papas extraño",
"108242": "Puré de papas",
"108243": "Puré de papas delicioso",
"108244": "A mi manera",
"108245": "Empanada tempestuosa",
"108246": "Pollo con textura de tofu extraño",
"108247": "Pollo con textura de tofu",
"108248": "Pollo con textura de tofu delicioso",
"108258": "Surtido de sashimi extraño",
"108259": "Surtido de sashimi",
"108260": "Surtido de sashimi delicioso",
"108264": "Rollitos de huevo extraños",
"108265": "Rollitos de huevo",
"108266": "Rollitos de huevo deliciosos",
"108270": "Cangrejo mantequilla extraño",
"108271": "Cangrejo mantequilla",
"108272": "Cangrejo mantequilla delicioso",
"108273": "Brochetas de tres sabores extrañas",
"108274": "Brochetas de tres sabores",
"108275": "Brochetas de tres sabores deliciosas",
"108279": "Carne de ave importada extraña",
"108280": "Carne de ave importada",
"108281": "Carne de ave importada deliciosa",
"108282": "Mochis de cerezo extraños",
"108283": "Mochis de cerezo",
"108284": "Mochis de cerezo deliciosos",
"108285": "Estofado de Konda extraño",
"108286": "Estofado de Konda",
"108287": "Estofado de Konda delicioso",
"108288": "Sopa de pastel de arroz extraña",
"108289": "Sopa de pastel de arroz",
"108290": "Sopa de pastel de arroz deliciosa",
"108291": "Yakisoba con verdura extraños",
"108292": "Yakisoba con verdura",
"108293": "Yakisoba con verdura deliciosos",
"108294": "Caparazón de cangrejo con huevas extraño",
"108295": "Caparazón de cangrejo con huevas",
"108296": "Caparazón de cangrejo con huevas delicioso",
"108297": "Tempura de cerezo extraña",
"108298": "Tempura de cerezo",
"108299": "Tempura de cerezo deliciosa",
"108300": "Nieve en la chimenea",
"108306": "Pudín de arroz extraño",
"108307": "Pudín de arroz",
"108308": "Pudín de arroz delicioso",
"108309": "Carne estofada extraña",
"108310": "Carne estofada",
"108311": "Carne estofada deliciosa",
"108312": "Tofu oncidium extraño",
"108313": "Tofu oncidium",
"108314": "Tofu oncidium delicioso",
"108315": "Panecillos de maíz con carne picante extraños",
"108316": "Panecillos de maíz con carne picante",
"108317": "Panecillos de maíz con carne picante deliciosos",
"108321": "Sushi de camarón extraño",
"108322": "Sushi de camarón",
"108323": "Sushi de camarón delicioso",
"108327": "Tortilla con arroz extraña",
"108328": "Tortilla con arroz",
"108329": "Tortilla con arroz deliciosa",
"108333": "Más y más extraño",
"108334": "Más y más",
"108335": "Más y más delicioso",
"108341": "Fe en la eternidad",
"108342": "Guiso de pescado y rábano extraño",
"108343": "Guiso de pescado y rábano",
"108344": "Guiso de pescado y rábano delicioso",
"108345": "Brotes de bambú hervidos extraños",
"108346": "Brotes de bambú hervidos",
"108347": "Brotes de bambú hervidos deliciosos",
"108355": "Arroz con anguila bañado en té extraño",
"108356": "Arroz con anguila bañado en té",
"108357": "Arroz con anguila bañado en té delicioso",
"108358": "Cinco tesoros marinados extraños",
"108359": "Cinco tesoros marinados",
"108360": "Cinco tesoros marinados deliciosos",
"108361": "Galletas de camarón y cerezo extrañas",
"108362": "Galletas de camarón y cerezo",
"108363": "Galletas de camarón y cerezo deliciosas",
"108364": "Vía de la fortaleza",
"108366": "Pescado de la abundancia extraño",
"108367": "Pescado de la abundancia",
"108368": "Pescado de la abundancia delicioso",
"108369": "Fideos barba de dragón extraños",
"108370": "Fideos barba de dragón",
"108371": "Fideos barba de dragón deliciosos",
"108372": "Fideos de la emoción",
"108373": "Jade entre las nubes",
"108374": "Sangayaki extraños",
"108375": "Sangayaki",
"108376": "Sangayaki deliciosos",
"108377": "Udon extraño",
"108378": "Udon",
"108379": "Udon delicioso",
"108380": "Udon de la fortuna",
"108381": "Sándwich de milanesa extraño",
"108382": "Sándwich de milanesa",
"108383": "Sándwich de milanesa delicioso",
"108384": "Margarita arcoíris extraña",
"108385": "Margarita arcoíris",
"108386": "Margarita arcoíris deliciosa",
"108387": "Gracilidad serena",
"108388": "Vals de la tortilla con arroz",
"108389": "Camarones en rocío",
"108390": "La verdad y nada más que la verdad",
"108391": "Pollo con mantequilla extraño",
"108392": "Pollo con mantequilla",
"108393": "Pollo con mantequilla delicioso",
"108394": "Rollos de shawarma extraños",
"108395": "Rollos de shawarma",
"108396": "Rollos de shawarma deliciosos",
"108397": "Ensalada tropical extraña",
"108398": "Ensalada tropical",
"108399": "Ensalada tropical deliciosa",
"108400": "Bolitas de queso con masala extrañas",
"108401": "Bolitas de queso con masala",
"108402": "Bolitas de queso con masala deliciosas",
"108403": "Surtido de champiñones extraño",
"108404": "Surtido de champiñones",
"108405": "Surtido de champiñones delicioso",
"108409": "Panipuri extraño",
"108410": "Panipuri",
"108411": "Panipuri delicioso",
"108412": "Sopa de menta y frijoles extraña",
"108413": "Sopa de menta y frijoles",
"108414": "Sopa de menta y frijoles deliciosa",
"108415": "Biryani extraño",
"108416": "Biryani",
"108417": "Biryani delicioso",
"108427": "Pollo tandoori extraño",
"108428": "Pollo tandoori",
"108429": "Pollo tandoori delicioso",
"108430": "Barco de papa extraño",
"108431": "Barco de papa",
"108432": "Barco de papa delicioso",
"108436": "Recomendación de guarda forestal",
"108438": "Mora célere",
"108439": "Pizza de carne y champiñones extraña",
"108440": "Pizza de carne y champiñones",
"108441": "Pizza de carne y champiñones deliciosa",
"108442": "Té de bayas crespusculares extraño",
"108443": "Té de bayas crepusculares",
"108444": "Té de bayas crepusculares delicioso",
"108448": "Panecillos de dátil carbonizados extraños",
"108449": "Panecillos de dátil carbonizados",
"108450": "Panecillos de dátil carbonizados deliciosos",
"108451": "Baklava extraño",
"108452": "Baklava",
"108453": "Baklava delicioso",
"108454": "Dátiles caramelizados extraños",
"108455": "Dátiles caramelizados",
"108456": "Dátiles caramelizados deliciosos",
"108457": "Pudín de orquídea padishá extraño",
"108458": "Pudín de orquídea padishá",
"108459": "Pudín de orquídea padishá delicioso",
"108460": "Arroz de Aaru extraño",
"108461": "Arroz de Aaru",
"108462": "Arroz de Aaru delicioso",
"108463": "Jugo festivo extraño",
"108464": "Jugo festivo",
"108465": "Jugo festivo delicioso",
"108466": "Danza espiral",
"108468": "Cuidado extremo",
"108469": "Jugo de bayas burbujeante",
"108474": "Halvamazda",
"108478": "Panecillos de dátil carbonizados tradicionales",
"108479": "Chazuke auténtico",
"108487": "Plato casero de Chingtsé",
"108488": "Cecina de espinodrilo",
"111006": "Poción de resistencia térmica",
"111007": "Poción antihumedad",
"111008": "Poción anticongelante",
"111009": "Poción cortavientos",
"111010": "Poción de aislamiento",
"111011": "Poción antipolvo",
"111012": "Poción dendrocida",
"111013": "Aceite esencial de llamas ardientes",
"111014": "Aceite esencial de torrente",
"111015": "Aceite esencial de escarcha",
"111016": "Aceite esencial de ventisca",
"111017": "Aceite esencial de impacto",
"111018": "Aceite esencial de inmovilidad",
"111019": "Aceite esencial de flora"
},
"EXP_FRUIT": {
"104001": "Consejo del errante",
"104002": "Experiencia del aventurero",
"104003": "Ingenio del héroe"
},
"WEAPON_EXP_STONE": {
"104011": "Mineral de refinamiento",
"104012": "Mineral de refinamiento fino",
"104013": "Mineral de refinamiento místico"
},
"AVATAR_MATERIAL": {
"104101": "Pedacito de diamante brillante",
"104102": "Trozo de diamante brillante",
"104103": "Fragmento de diamante brillante",
"104104": "Diamante brillante",
"104111": "Pedacito de ágata agnidus",
"104112": "Fragmento de ágata agnidus",
"104113": "Trozo de ágata agnidus",
"104114": "Ágata agnidus",
"104121": "Pedacito de lazurita varunada",
"104122": "Fragmento de lazurita varunada",
"104123": "Trozo de lazurita varunada",
"104124": "Lazurita varunada",
"104131": "Pedacito de esmeralda nagadus",
"104132": "Fragmento de esmeralda nagadus",
"104133": "Trozo de esmeralda nagadus",
"104134": "Esmeralda nagadus",
"104141": "Pedacito de amatista vajrada",
"104142": "Fragmento de amatista vajrada",
"104143": "Trozo de amatista vajrada",
"104144": "Amatista vajrada",
"104151": "Pedacito de turquesa vayuda",
"104152": "Fragmento de turquesa vayuda",
"104153": "Trozo de turquesa vayuda",
"104154": "Turquesa vayuda",
"104161": "Pedacito de jade shivada",
"104162": "Fragmento de jade shivada",
"104163": "Trozo de jade shivada",
"104164": "Jade shivada",
"104171": "Pedacito de topacio prithiva",
"104172": "Fragmento de topacio prithiva",
"104173": "Trozo de topacio prithiva",
"104174": "Topacio prithiva",
"104301": "Enseñanzas de la libertad",
"104302": "Guía de la libertad",
"104303": "Filosofía de la libertad",
"104304": "Enseñanzas de la resistencia",
"104305": "Guía de la resistencia",
"104306": "Filosofía de la resistencia",
"104307": "Enseñanzas de la poesía",
"104308": "Guía de la poesía",
"104309": "Filosofía de la poesía",
"104310": "Enseñanzas de la prosperidad",
"104311": "Guía de la prosperidad",
"104312": "Filosofía de la prosperidad",
"104313": "Enseñanzas del esfuerzo",
"104314": "Guía del esfuerzo",
"104315": "Filosofía del esfuerzo",
"104316": "Enseñanzas del oro",
"104317": "Guía del oro",
"104318": "Filosofía del oro",
"104319": "Corona de la sabiduría",
"104320": "Enseñanzas de la transitoriedad",
"104321": "Guía de la transitoriedad",
"104322": "Filosofía de la transitoriedad",
"104323": "Enseñanzas de la elegancia",
"104324": "Guía de la elegancia",
"104325": "Filosofía de la elegancia",
"104326": "Enseñanzas de la luz",
"104327": "Guía de la luz",
"104328": "Filosofía de la luz",
"104329": "Enseñanzas de la exhortación",
"104330": "Guía de la exhortación",
"104331": "Filosofía de la exhortación",
"104332": "Enseñanzas del ingenio",
"104333": "Guía del ingenio",
"104334": "Filosofía del ingenio",
"104335": "Enseñanzas de la praxis",
"104336": "Guía de la praxis",
"104337": "Filosofía de la praxis",
"112001": "Esencial primordial",
"112002": "Condensado de Slime",
"112003": "Babas de Slime",
"112004": "Esencia de Slime",
"112005": "Máscara dañada",
"112006": "Máscara sucia",
"112007": "Máscara amenazante",
"112008": "Pergamino guía",
"112009": "Pergamino hechizado",
"112010": "Pergamino maldito",
"112011": "Flecha robusta",
"112012": "Flecha afilada",
"112013": "Flecha veterana",
"112014": "Cuerno pesado",
"112015": "Cuerno de bronce negro",
"112016": "Cuerno con cristal negro",
"112017": "Estatuilla oscura",
"112018": "Estatuilla del amanecer",
"112019": "Estatuilla de las profundidades",
"112020": "Rama seca de líneas ley",
"112021": "Hojas secas de líneas ley",
"112022": "Brotes de líneas ley",
"112023": "Dispositivo del caos",
"112024": "Circuito del caos",
"112025": "Caldera del caos",
"112026": "Polen neblinoso",
"112027": "Hierba neblinosa",
"112028": "Lámpara de hierba neblinosa",
"112029": "Daga de cacería",
"112030": "Daga del agente",
"112031": "Daga larga del inspector",
"112032": "Insignia del recluta",
"112033": "Insignia del sargento",
"112034": "Insignia del oficial",
"112035": "Insignia de cuervo de bronce",
"112036": "Insignia de cuervo plateada",
"112037": "Insignia de cuervo dorada",
"112038": "Néctar de Megaflora",
"112039": "Néctar brillante",
"112040": "Néctar energético",
"112041": "Fragmento de hueso frágil",
"112042": "Fragmento de hueso sólido",
"112043": "Fragmento de hueso fosilizado",
"112044": "Guardamano viejo",
"112045": "Guardamano gemelo",
"112046": "Guardamano célebre",
"112047": "Engranaje del caos",
"112048": "Eje del caos",
"112049": "Ojo del caos",
"112050": "Prisma oscuro",
"112051": "Prisma de cristal",
"112052": "Prisma polarizador",
"112053": "Caparazón espectral",
"112054": "Corazón espectral",
"112055": "Núcleo espectral",
"112056": "Garra oculta",
"112057": "Garra afilada oculta",
"112058": "Garra fantasmal oculta",
"112059": "Espora fúngica",
"112060": "Polen fluorescente",
"112061": "Polvo quistecristalino",
"112062": "Núcleo fúngico inerte",
"112063": "Núcleo fúngico inactivo",
"112064": "Núcleo fúngico robusto",
"112065": "Satén rojo descolorido",
"112066": "Seda roja bordada",
"112067": "Brocado rojo lujoso",
"112068": "Contenedor del caos",
"112069": "Módulo del caos",
"112070": "Perno del caos",
"112071": "Prisma dañado",
"112072": "Prisma enturbiado",
"112073": "Prisma radiante",
"112074": "Caparazón desfigurado",
"112075": "Caparazón sólido",
"112076": "Caparazón grabado",
"113001": "Semilla de huracán",
"113002": "Prisma del relámpago",
"113003": "Pluma de Stormterror",
"113004": "Garra de Stormterror",
"113005": "Suspiro de Stormterror",
"113006": "Cola de Boreas",
"113007": "Anillo de Boreas",
"113008": "Alma de Boreas",
"113009": "Pilar de basalto",
"113010": "Núcleo de escarcha",
"113011": "Semilla de fuego eterno",
"113012": "Corazón purificador",
"113013": "Cuerno de Monoceros Caeli",
"113014": "Fragmento de espada de Legado del mal",
"113015": "Sombra del guerrero",
"113016": "Jade inmaduro",
"113017": "Corona del rey dragón",
"113018": "Rama de jade carmesí",
"113019": "Escama dorada",
"113020": "Flor cristalina",
"113022": "Engranaje Oni",
"113023": "Corazón de la eternidad",
"113024": "Perla abrasante",
"113025": "Momento del derretimiento",
"113026": "Mariposa del fuego infernal",
"113027": "Corazón de las cenizas",
"113028": "Rocío del rechazo",
"113029": "Abalorio de la tempestad",
"113030": "Cuerno del Rey Acechador",
"113031": "Pseudoaleta de dragón de las profundidades",
"113032": "Mudra de la Shogun implacable",
"113033": "Lágrima de la diosa del desastre",
"113034": "Máxima de la catástrofe",
"113035": "Colmillo rúnico",
"113036": "Picogancho fúngico",
"113037": "Fruto atronador",
"113038": "Resorte perpetuo",
"113039": "Tetraedro guialuz",
"113040": "Trepadora supresora",
"113041": "Tubo de marioneta",
"113042": "Espejo del mushin",
"113043": "Cascabel de anulación",
"113044": "Pseudoestambre",
"114001": "Fragmento de azulejo de Decarabian",
"114002": "Escombro de la ciudad de Decarabian",
"114003": "Fragmento de epopeya de Decarabian",
"114004": "Fragmento de sueño de Decarabian",
"114005": "Diente de leche de lobo boreal",
"114006": "Diente roto de lobo boreal",
"114007": "Colmillo roto de lobo boreal",
"114008": "Nostalgia del lobo boreal",
"114009": "Grilletes de Diente de León",
"114010": "Cadena de Diente de León",
"114011": "Esposas de Diente de León",
"114012": "Ideales de Diente de León",
"114013": "Arena brillante de Guyun",
"114014": "Piedra reluciente de Guyun",
"114015": "Reliquia de Guyun",
"114016": "Cuerpo divino de Guyun",
"114017": "Perdigones de plomo",
"114018": "Perdigones de mercurio",
"114019": "Perdigones de oro",
"114020": "Perdigones primordiales",
"114021": "Grano de siderita oscura",
"114022": "Lámina de siderita oscura",
"114023": "Fragmento de siderita oscura",
"114024": "Trozo de siderita oscura",
"114025": "Rama de coral del mar distante",
"114026": "Rama enjoyada del mar distante",
"114027": "Rama de jade del mar distante",
"114028": "Rama dorada del mar distante",
"114029": "Sabiduría de Narukami",
"114030": "Júbilo de Narukami",
"114031": "Afecto de Narukami",
"114032": "Valentía de Narukami",
"114033": "Máscara del teniente maligno",
"114034": "Máscara del mordisco de tigre",
"114035": "Máscara del cuerno",
"114036": "Máscara fantasmagórica",
"114037": "Talismán de bronce del rocío",
"114038": "Talismán de metal del rocío",
"114039": "Talismán de plata del rocío",
"114040": "Talismán de oro del rocío",
"114041": "Reminiscencia del oasis exuberante",
"114042": "Gracia del oasis exuberante",
"114043": "Lamento del oasis exuberante",
"114044": "Esencia del oasis exuberante",
"114045": "Eco del poder del sol",
"114046": "Resplandor del poder del sol",
"114047": "Sueño del poder del sol",
"114048": "Pasado del poder del sol",
"200103": "Médula ponzoñosa",
"200104": "Viento visible",
"200105": "Retazos de inocencia",
"200106": "Bálsamo regio",
"200107": "Vasija para sake de Ako",
"200108": "Alkahest",
"200109": "Bálsamo de visión",
"200110": "Gema arrebol",
"200111": "Ungüento de pez primigenio",
"200112": "Pluma de los vientos cambiantes",
"200113": "Talco de paraguas"
},
"RELIQUARY_MATERIAL": {
"105001": "Gota Bendita",
"105002": "Ungüento bendito",
"105003": "Esencia bendita",
"105004": "Esencia Bendita"
},
"CONSUME_BATCH_USE": { "107009": "Resina débil", "107012": "Resina efímera" },
"GCG_EXCHANGE_ITEM": { "107019": "Carta holográfica en blanco" },
"FISH_BAIT": {
"111023": "Cebo afrutado",
"111024": "Cebo de sangre",
"111025": "Cebo de lombriz falsa",
"111026": "Cebo de mosca falsa",
"111027": "Cebo brilloalga",
"111028": "Cebo maná"
},
"CHEST_BATCH_USE": {
"115013": "Paquete de curiosidades",
"115014": "Paquete de ascensión de personaje (Alto)",
"115015": "Paquete de ascensión de personaje (Muy alto)",
"115016": "Paquete de materiales para talentos (Bajo)",
"115017": "Paquete de conocimiento",
"115018": "Paquete de materiales para talentos (Alto)",
"115024": "Paquete de materiales",
"115025": "Paquete de la sofisticación",
"115026": "Paquete de materiales de ascensión de arma (Alto)",
"115027": "Paquete de materiales de ascensión de arma (Muy alto)",
"115031": "Cofre de prototipos del Norte",
"115035": "Paquete de jardinería de Sakuya",
"115040": "Cofre de prototipos de las Regiones Centrales"
},
"SELECTABLE_CHEST": {
"116002": "Cofre PB",
"116003": "Paquete regalo de prueba de PB. Escoger 1 de 3",
"116004": "Guía de la Tierra del Viento",
"116005": "Filosofía de la Tierra del Viento",
"116006": "Guía de la Tierra de la Roca",
"116007": "Filosofía de la Tierra de la Roca",
"116010": "Guía de la Tierra del Trueno",
"116011": "Filosofía de la Tierra del Trueno",
"116012": "Guía de la Tierra de la Exuberancia",
"116013": "Filosofía de la Tierra de la Exuberancia"
},
"HOME_SEED": {
"130001": "Semilla de flor de seda",
"130002": "Semilla de flor dulce",
"130003": "Semilla de cecilia",
"130004": "Semilla de lirio de cristal",
"130005": "Semilla de margarita voladora",
"130006": "Semilla de flor chingxin",
"130007": "Semilla de campanita de cristal",
"130008": "Semilla de valbaya",
"130009": "Semilla de lucetta",
"130010": "Semilla de chile de Jueyun",
"130011": "Semilla de zanahoria",
"130012": "Semilla de rábano",
"130013": "Semilla de menta",
"130014": "Espora de champiñón",
"130015": "Semilla de percibetormentas",
"130016": "Semilla de cola de caballo",
"130017": "Semilla de flor dorada",
"130018": "Semilla de cabeza de loto",
"130019": "Semilla de lirio cala",
"130020": "Semilla de alga",
"130021": "Brote de hongo marino",
"130022": "Semilla de flor de ensueño: hibisco estrellado",
"130023": "Semilla de flor de ensueño: perabel",
"130024": "Semilla de flor de ensueño: vaina de seda",
"130025": "Semilla de fruto harra",
"130026": "Semilla de duraznoliva",
"130027": "Semilla de rosa de Sumeru"
},
"FLYCLOAK": {
"140001": "Alas de principiante",
"140002": "Alas Protectoras",
"140003": "Alas del Descenso",
"140004": "Alas del Viento Celeste",
"140005": "Alas del Vuelo Áureo",
"140006": "Alas de la Nieve Oculta",
"140007": "Alas del Banquete",
"140008": "Alas del Jinete de la Tormenta",
"140009": "Alas del Brillo Galáctico",
"140010": "Alas de la Exuberancia"
},
"BGM": {
"141001": "Girocristal radiante (1)",
"141002": "Girocristal radiante (2)",
"141003": "Girocristal radiante (3)",
"141004": "Girocristal radiante (4)",
"141005": "Girocristal radiante (5)",
"141006": "Girocristal radiante (6)",
"141007": "Girocristal radiante (7)",
"141008": "Girocristal radiante (8)",
"141009": "Girocristal radiante (9)",
"141010": "Girocristal radiante (10)",
"141011": "Girocristal radiante (11)",
"141012": "Girocristal radiante (12)",
"141013": "Girocristal radiante (13)",
"141014": "Girocristal radiante (14)",
"141015": "Girocristal radiante (15)",
"141016": "Girocristal radiante (16)",
"141017": "Girocristal radiante (17)",
"141018": "Girocristal radiante (18)",
"141019": "Girocristal radiante (19)",
"141020": "Girocristal radiante (20)",
"141021": "Girocristal radiante (21)",
"141022": "Girocristal radiante (22)",
"141023": "Girocristal radiante (23)",
"141024": "Girocristal radiante (24)",
"141025": "Girocristal radiante (25)",
"141026": "Girocristal radiante (26)",
"141027": "Girocristal radiante (27)",
"141028": "Girocristal radiante (28)",
"141029": "Girocristal radiante (29)",
"141030": "Girocristal radiante (30)",
"141031": "Girocristal radiante (31)",
"141032": "Girocristal radiante (32)",
"141033": "Girocristal radiante (33)",
"141034": "Girocristal radiante (34)",
"141035": "Girocristal radiante (35)",
"141036": "Girocristal radiante (36)",
"141037": "Girocristal radiante (37)",
"141038": "Girocristal radiante (38)",
"141039": "Girocristal radiante (39)",
"141040": "Girocristal radiante (40)",
"141041": "Girocristal radiante (41)",
"141042": "Girocristal radiante (42)",
"141043": "Girocristal radiante (43)",
"141044": "Girocristal radiante (44)",
"141045": "Girocristal radiante (45)",
"141046": "Girocristal radiante (46)",
"141047": "Girocristal radiante (47)",
"141048": "Girocristal radiante (48)",
"141049": "Girocristal radiante (49)",
"141050": "Girocristal radiante (50)",
"141051": "Girocristal radiante (51)",
"141052": "Girocristal radiante (52)",
"141053": "Girocristal radiante (53)",
"141054": "Girocristal radiante (54)",
"141055": "Girocristal radiante (55)",
"141056": "Girocristal radiante (56)",
"141057": "Girocristal radiante (57)",
"141058": "Girocristal radiante (58)",
"141059": "Girocristal radiante (59)",
"141060": "Girocristal radiante (60)",
"141061": "Girocristal radiante (61)",
"141062": "Girocristal radiante (62)",
"141063": "Girocristal radiante (63)",
"141064": "Girocristal radiante (64)",
"141065": "Girocristal radiante (65)",
"141066": "Girocristal radiante (66)",
"141067": "Girocristal radiante (67)",
"141068": "Girocristal radiante (68)",
"141069": "Girocristal radiante (69)",
"141070": "Girocristal radiante (70)",
"141071": "Girocristal radiante (71)",
"141072": "Girocristal radiante (72)",
"141073": "Girocristal radiante (73)",
"141074": "Girocristal radiante (74)",
"141075": "Girocristal radiante (75)",
"141076": "Girocristal radiante (76)",
"141077": "Girocristal radiante (77)",
"141078": "Girocristal radiante (78)",
"141079": "Girocristal radiante (79)",
"141080": "Girocristal radiante (80)",
"141081": "Girocristal radiante (81)",
"141082": "Girocristal radiante (82)",
"141083": "Girocristal radiante (83)",
"141084": "Girocristal radiante (84)",
"141085": "Girocristal radiante (85)",
"141086": "Girocristal radiante (86)",
"141087": "Girocristal radiante (87)",
"141088": "Girocristal radiante (88)",
"141089": "Girocristal radiante (89)",
"141090": "Girocristal radiante (90)",
"141091": "Girocristal radiante (91)",
"141092": "Girocristal radiante (92)",
"141093": "Girocristal radiante (93)"
},
"SEA_LAMP": { "200004": "Linterna celeste" },
"CHANNELLER_SLAB_BUFF": {
"200201": "Danza del halcón",
"200202": "Ala de acero",
"200203": "Manantial de viento",
"200204": "Golpe aplastante",
"200205": "Juego del cazador",
"200206": "Arco de hierro",
"200207": "Remolino",
"200208": "Golpe fiero",
"200209": "Ligereza",
"200210": "Danza de espadas",
"200211": "Coraje",
"200212": "Estímulo",
"200213": "Sonata férrea",
"200214": "Pasos entrelazados",
"200215": "Ritual",
"200216": "Más guerra",
"200217": "Explosión violenta",
"200218": "Vals eterno",
"200219": "Explosión refinada",
"200220": "Regeneración elemental",
"200221": "Gran regeneración",
"200222": "Danza del trueno",
"200223": "Agua de mayo",
"200224": "Pericia",
"200225": "Danza de cellisca",
"200226": "Heladura",
"200227": "Filo cortante",
"200228": "Danza estrellada",
"200229": "Polarización cristalina",
"200230": "Poder cristalino",
"200231": "Muro de hierro",
"200232": "Danza del duelo",
"200233": "Defensa coagulada",
"200234": "Curación poderosa",
"200235": "Sentencia",
"200236": "Juicio",
"200237": "Contendiente",
"200238": "Lámina de fruto fragmentado",
"200239": "Pedazo de fruto fragmentado",
"200240": "Trozo de fruto fragmentado",
"200241": "Danza del duelo",
"200242": "Danza de espadas",
"200243": "Danza estrellada",
"200244": "Pasos entrelazados",
"200245": "Vals eterno",
"200246": "Polarización cristalina",
"200247": "Estímulo",
"200248": "Coraje",
"200249": "Remolino",
"200250": "Contendiente",
"200251": "Sentencia",
"200252": "Poder cristalino",
"200253": "Explosión refinada",
"200254": "Juicio",
"200255": "Afiladura",
"200256": "Explosión violenta",
"200257": "Pericia",
"200258": "Muro de hierro",
"200259": "Sonata férrea",
"200260": "Golpe fiero",
"200261": "Danza de la profusión",
"200262": "Conductividad"
},
"FISH_ROD": {
"200900": "Caña sencilla",
"200901": "Entrelazavientos",
"200902": "Cumpledeseos",
"200903": "Narukawa Ukai",
"200904": "Cuerda de la luna",
"200905": "Serendipia"
},
"NAMECARD": {
"210001": "Genshin Impact - Un nuevo mundo",
"210002": "PB - Atrapaviento",
"210003": "Amber - Barón Bunny",
"210004": "Klee - Bomba",
"210005": "Diluc - Quemadura",
"210006": "Razor - Velocidad de lobo",
"210007": "Venti - Cielo azul",
"210008": "Jean - Dirección del viento",
"210009": "Bárbara - Flujo",
"210010": "Kaeya - Pavo Ocellus",
"210011": "Lisa - Tempus Fugit",
"210012": "Sacarosa - Bioalquimia",
"210013": "Fischl - Cuervo",
"210014": "Noelle - Protección",
"210015": "Mona - Cielo estrellado",
"210016": "Bennett - Reconocimiento",
"210017": "Xiangling - Recién hecho",
"210018": "Xingchiu - Arcoíris",
"210019": "Qiqi - Refrigeración",
"210020": "Keching - Cuña relámpago",
"210021": "Logro - Explorador",
"210022": "Logro - Virtuoso",
"210023": "Logro - Héroe",
"210024": "Mondstadt - Viento silbante",
"210025": "Liyue - Silencio de la roca",
"210026": "Logro - Los colores del arcoíris",
"210027": "Logro - Maestro del arco",
"210028": "Logro - Retador",
"210029": "Logro - Secreto en las profundidades",
"210030": "Logro - Habitantes de las colinas",
"210031": "Logro - País de nieve",
"210032": "Logro - Suspenso",
"210033": "Logro - Encuentro",
"210038": "Ninguang - Fénix",
"210039": "Beidou - ¡Levad anclas!",
"210040": "Chongyun - Filo espiritual",
"210041": "Logro: Retador - Parte 2",
"210042": "PB: Estrella decadente",
"210043": "Diona - Miau",
"210044": "Zhongli - Lluvia estelar",
"210045": "Xinyan - Descanso musical",
"210046": "Nobile - Legado del mal",
"210047": "Mondstadt - Fama",
"210048": "Mondstadt - Bendición",
"210049": "Liyue - Navíos",
"210050": "Liyue - Entre las nubes",
"210051": "Logro: Retador - Parte 3",
"210052": "Logro - Cumbre nevada",
"210053": "Ganyu - Chilin",
"210054": "Albedo - Flor solar",
"210055": "PB - Roca caliza",
"210056": "Frioeterno - Árbol antiguo",
"210057": "Celebración - Hipóstasis",
"210058": "Xiao - Máscara",
"210059": "Hu Tao - Tranquilizadora de espíritus",
"210060": "PB - Mingxiao",
"210061": "Celebración - Luces diurnas",
"210062": "Celebración - Arena mecánica",
"210063": "Rosaria - Servidumbre",
"210064": "PB - Flores de viento",
"210065": "Celebración - Festín",
"210066": "Celebración - Escamas relucientes",
"210067": "Celebración - Fruto de la sabiduría",
"210068": "Celebración - ¡Cucú!",
"210069": "Yanfei - Imparcialidad",
"210070": "Eula - Insignia Glacial",
"210071": "PB - Creación dimensional",
"210072": "Logro - Hora del té",
"210073": "Kaedehara Kazuha - Montaña otoñal",
"210074": "PB - Verano azul",
"210075": "Logro - Estancia vacacional",
"210076": "Celebración - Inmensidad",
"210077": "Celebración - Bombabum",
"210078": "Celebración - Himno de batalla",
"210079": "Inazuma - Cerezo Sagrado",
"210080": "PB - Gran Santuario Narukami",
"210081": "Kamisato Ayaka - Abanico",
"210082": "Yoimiya - Pirotecnia dorada",
"210083": "Sayu - Tejón daruma",
"210084": "Inazuma - Emblema de Raiden",
"210085": "Inazuma - Emblema Kamisato",
"210086": "Logro - Puerta",
"210087": "Logro - Travesía",
"210088": "Logro - Dragón de piedra",
"210089": "Logro - Florecimiento",
"210090": "Inazuma - Emblema Kujou",
"210091": "Celebración - Ingenio",
"210092": "Shogun Raiden - Iluminación",
"210093": "Sangonomiya Kokomi - Profundidades",
"210094": "Kujou Sara - Tengu",
"210095": "Aloy - Amanecer",
"210096": "PB - Persiguiendo la luna",
"210097": "Inazuma - Emblema de Sangonomiya",
"210098": "Logro - Clavos",
"210099": "Celebración - Júbilo melodioso",
"210100": "Celebración - Combate",
"210101": "Thoma - Brazales ardientes",
"210102": "PB - General celestial",
"210103": "Inazuma - Pluma de águila",
"210104": "Gorou - Sabueso tranquilo",
"210105": "Itto - Cara de oni",
"210106": "PB - Lyratum",
"210107": "Shenhe - Acicalamiento",
"210108": "Yun Jin - Rima",
"210109": "Inazuma - Tokoyo",
"210110": "PB - Multicolor",
"210111": "Celebración - Embriaguez",
"210112": "Yae Miko - Kitsune onírica",
"210113": "PB - Despertar",
"210114": "Kamisato Ayato - Ondulaciones",
"210115": "Luminosidad - Augita",
"210116": "Logro - Rugido del relámpago",
"210117": "Logro - Sima",
"210118": "PB - Irodori",
"210119": "Yelan - Lanzamiento",
"210120": "Kuki Shinobu - Red",
"210121": "PB - Destino",
"210122": "Shikanoin Heizou - Temari",
"210123": "PB - Azul marino",
"210124": "Tignari - Rocío",
"210125": "Collei - Pantera",
"210126": "Dori - Lámpara mágica",
"210127": "PB - Profundidades de la selva",
"210128": "Logro - Itinerante",
"210129": "Logro - Encuentro predestinado",
"210130": "Sumeru - Bosque esmeralda",
"210131": "Sumeru - Iluminación",
"210132": "Sumeru - Rectitud",
"210133": "PB - Viento del retorno",
"210134": "Cyno - Taciturno",
"210135": "Candace - Garza real",
"210136": "Nilou - Baile del loto",
"210137": "Logro - Siete luces",
"210138": "Sumeru - Caminante del desierto",
"210139": "Logro - Reflejo de un sueño",
"210140": "Nahida - Cuarto creciente",
"210141": "Laila - Ensoñación",
"210142": "PB - Fungolandia",
"210143": "Trotamundos - Balada a la deriva",
"210144": "Faruzán - Secreto velado",
"210145": "#Logro - {F#Invocadora}{M#Invocador}",
"210146": "Pase de Batalla - Cauce espiritual",
"210147": "Alhacén - Erudición",
"210148": "Yaoyao - Yuegui",
"210149": "Celebración - Nimbos biconvexos",
"210150": "#Pase de Batalla{NON_BREAK_SPACE}-{NON_BREAK_SPACE}Eufonía",
"210151": "Logro - Polvareda"
},
"ARANARA": { "220055": "Escrituras Araniaka" },
"DESHRET_MANUAL": { "220069": "Placa escarlata" },
"FIREWORKS": {
"223001": "Lluvia áurea celeste",
"223002": "Estrellas en la noche",
"223003": "Penumbra en las flores frías",
"223004": "Chispas níveas",
"223005": "Remolino dorado centelleante",
"223006": "Árbol lunar llameante",
"223007": "Pícara villosa",
"223008": "Dodoexplosivo brillante",
"223009": "Tiempos de fortuna y prosperidad",
"223010": "Gran determinación",
"223011": "Luz colorida romántica",
"223012": "Banquete en Wanmin",
"223013": "Dado jaspeado enigmático",
"223014": "Escuadrón canino de motivación",
"223015": "Redobles y estandartes",
"223016": "Abstemio itinerante",
"223017": "Hongo aguamarino",
"223018": "¡Pequeño Yuegui al rescate!"
},
"GCG_CARD": {
"330000": "Ganyu",
"330001": "Kaeya",
"330002": "Chongyun",
"330003": "Kamisato Ayaka",
"330004": "Xingchiu",
"330005": "Mona",
"330006": "Diluc",
"330007": "Xiangling",
"330008": "Bennett",
"330010": "Yoimiya",
"330011": "Fischl",
"330012": "Razor",
"330013": "Keching",
"330014": "Sacarosa",
"330015": "Jean",
"330016": "Ninguang",
"330017": "Noelle",
"330018": "Collei",
"330019": "Oceánida - Rhodeia",
"330020": "Recaudador Pyro",
"330021": "Oni Espadachín",
"330022": "Lawachurl Acorazado",
"330023": "Diona",
"330024": "Cyno",
"330025": "Bárbara",
"330026": "Doncella del Espejo",
"330027": "Espantohongo Plumaverde",
"330032": "Klee",
"330034": "Beidou",
"330500": "Corazón indiviso",
"330501": "Espada de sangre fría",
"330502": "Respiración inalterable",
"330503": "Edicto helado",
"330504": "Lluvia sobre mojado",
"330505": "Profecía de sumersión",
"330506": "Flujo llameante",
"330507": "Fuego cruzado",
"330508": "Visión de aventura",
"330510": "Lluvia de meteoros Naganohara",
"330511": "Cuervo devoraestrellas",
"330512": "Despertar",
"330513": "Penitencia del trueno",
"330514": "Entropía caótica",
"330515": "Reino de Dandelion",
"330516": "Reserva estratégica",
"330517": "Yo te cubro",
"330518": "Retorno foliáceo",
"330519": "Corriente desenfrenada",
"330520": "Recuperación completa",
"330521": "Trascendencia autómata",
"330522": "Refundición: Geoarmadura",
"330523": "Ronroneo glacial",
"330524": "Juicio de la pluma",
"330525": "Momento de gloria",
"330526": "Jaula de espejos",
"330527": "Propagaesporas",
"330530": "Regalo explosivo",
"330531": "Tormenta eléctrica",
"331000": "Guía Mágica",
"331001": "Memorias de Sacrificios",
"331002": "Pergamino Celestial",
"331003": "Arco de Cuervo",
"331004": "Arco del Sacrificio",
"331005": "Alas Celestiales",
"331006": "Espada de Hierro Blanco",
"331007": "Gran Espada de Sacrificio",
"331008": "Lápida del Lobo",
"331009": "Borla Blanca",
"331010": "Lanza Lítica",
"331011": "Púa Celestial",
"331012": "Espada del Viajero",
"331013": "Espada de Sacrificio",
"331014": "Aquila Favonia",
"331015": "Bandana del Aventurero",
"331016": "Tiara de Plata del Afortunado",
"331017": "Pañuelo de la Médica Itinerante",
"331018": "Aretes de la Jugadora",
"331019": "Gorra del Instructor",
"331020": "Diadema del Exiliado",
"331021": "Eco de la Escarcha",
"331022": "Nómada del Invierno",
"331023": "Gorro de Capitán Manchado de Vino",
"331024": "Corazón de las Profundidades",
"331025": "Sombrero Abrasador de la Bruja",
"331026": "Bruja Carmesí en Llamas",
"331027": "Corona del Invocador de Truenos",
"331028": "Furia del Trueno",
"331029": "Sombrero de la Cazadora Verde Esmeralda",
"331030": "Sombra Verde Esmeralda",
"331031": "Máscara de Basalto Inerte",
"331032": "Petra Arcaica",
"331033": "Corona Láurea",
"331034": "Recuerdos del Bosque",
"332000": "Puerto de Liyue",
"332001": "Biblioteca de los Caballeros de Favonius",
"332002": "Cámara de Jade",
"332003": "Viñedo del Amanecer",
"332004": "Posada Wangshu",
"332005": "Catedral de Favonius",
"332006": "Paimon",
"332007": "Katheryne",
"332008": "Timaeus",
"332009": "Wagner",
"332010": "Chef Mao",
"332011": "Gordi",
"332012": "Timmie",
"332013": "Liben",
"332014": "Chang el Noveno",
"332015": "Ellin",
"332016": "Tian Lengua de acero",
"332017": "Liu Su",
"332018": "Transmutador paramétrico",
"332019": "Bolsita nutritiva",
"333000": "Consonancia elemental: Hielo entrelazado",
"333001": "Consonancia elemental: Hielo fragmentado",
"333002": "Consonancia elemental: Agua entrelazada",
"333003": "Consonancia elemental: Agua medicinal",
"333004": "Consonancia elemental: Fuego entrelazado",
"333005": "Consonancia elemental: Llamas fervientes",
"333006": "Consonancia elemental: Rayos entrelazados",
"333007": "Consonancia elemental: Alto voltaje",
"333008": "Consonancia elemental: Viento entrelazado",
"333009": "Consonancia elemental: Vientos impetuosos",
"333010": "Consonancia elemental: Rocas entrelazadas",
"333011": "Consonancia elemental: Roca resistente",
"333012": "Consonancia elemental: Vegetación entrelazada",
"333013": "Consonancia elemental: Planta trepadora",
"333014": "¡La mejor compañera de viaje!",
"333015": "Relevo",
"333016": "El universo, jugado a los dados",
"333017": "Planificación táctica",
"333018": "¡No oí la campana!",
"333019": "¡Déjemelo a mí!",
"333020": "Retorno de la grulla",
"333021": "Presagio estelar",
"333022": "Técnica de la caliza",
"333023": "Maestro de armas",
"333024": "Bendición de la reliquia divina",
"333025": "Técnica costurera",
"333026": "Despedida",
"333027": "Juramento protector",
"333028": "Llamado del abismo",
"333029": "Guoba de Jueyun",
"333030": "Tentación de Adeptus",
"333031": "Estrellitas de loto",
"333032": "Pollo ahumado del Norte",
"333033": "Pollo asado con miel",
"333034": "Tortilla de papas de Mondstadt",
"333035": "Pizza de champiñones",
"333036": "Rollitos de carne y menta"
},
"GCG_CARD_FACE": {
"334000": "Ganyu",
"334001": "Kaeya",
"334002": "Chongyun",
"334003": "Kamisato Ayaka",
"334004": "Xingchiu",
"334005": "Mona",
"334006": "Diluc",
"334007": "Xiangling",
"334008": "Bennett",
"334010": "Yoimiya",
"334011": "Fischl",
"334012": "Razor",
"334013": "Keching",
"334014": "Sacarosa",
"334015": "Jean",
"334016": "Ninguang",
"334017": "Noelle",
"334018": "Collei",
"334019": "Oceánida - Rhodeia",
"334020": "Recaudador Pyro",
"334021": "Oni Espadachín",
"334022": "Lawachurl Acorazado",
"334023": "Diona",
"334024": "Cyno",
"334025": "Bárbara",
"334026": "Doncella del Espejo",
"334027": "Espantohongo Plumaverde",
"334028": "Beidou",
"334029": "Klee",
"334500": "Corazón indiviso",
"334501": "Espada de sangre fría",
"334502": "Respiración inalterable",
"334503": "Edicto helado",
"334504": "Lluvia sobre mojado",
"334505": "Profecía de sumersión",
"334506": "Flujo llameante",
"334507": "Fuego cruzado",
"334508": "Visión de aventura",
"334510": "Lluvia de meteoros Naganohara",
"334511": "Cuervo devoraestrellas",
"334512": "Despertar",
"334513": "Penitencia del trueno",
"334514": "Entropía caótica",
"334515": "Reino de Dandelion",
"334516": "Reserva estratégica",
"334517": "Yo te cubro",
"334518": "Retorno foliáceo",
"334519": "Corriente desenfrenada",
"334520": "Recuperación completa",
"334521": "Trascendencia autómata",
"334522": "Refundición: Geoarmadura",
"334523": "Ronroneo glacial",
"334524": "Juicio de la pluma",
"334525": "Momento de gloria",
"334526": "Jaula de espejos",
"334527": "Propagaesporas",
"334528": "Tormenta eléctrica",
"334529": "Regalo explosivo",
"335000": "Guía Mágica",
"335001": "Memorias de Sacrificios",
"335002": "Pergamino Celestial",
"335003": "Arco de Cuervo",
"335004": "Arco del Sacrificio",
"335005": "Alas Celestiales",
"335006": "Espada de Hierro Blanco",
"335007": "Gran Espada de Sacrificio",
"335008": "Lápida del Lobo",
"335009": "Borla Blanca",
"335010": "Lanza Lítica",
"335011": "Púa Celestial",
"335012": "Espada del Viajero",
"335013": "Espada de Sacrificio",
"335014": "Aquila Favonia",
"335015": "Bandana del Aventurero",
"335016": "Tiara de Plata del Afortunado",
"335017": "Pañuelo de la Médica Itinerante",
"335018": "Aretes de la Jugadora",
"335019": "Gorra del Instructor",
"335020": "Diadema del Exiliado",
"335021": "Eco de la Escarcha",
"335022": "Nómada del Invierno",
"335023": "Gorro de Capitán Manchado de Vino",
"335024": "Corazón de las Profundidades",
"335025": "Sombrero Abrasador de la Bruja",
"335026": "Bruja Carmesí en Llamas",
"335027": "Corona del Invocador de Truenos",
"335028": "Furia del Trueno",
"335029": "Sombrero de la Cazadora Verde Esmeralda",
"335030": "Sombra Verde Esmeralda",
"335031": "Máscara de Basalto Inerte",
"335032": "Petra Arcaica",
"335033": "Corona Láurea",
"335034": "Recuerdos del Bosque",
"336000": "Puerto de Liyue",
"336001": "Biblioteca de los Caballeros de Favonius",
"336002": "Cámara de Jade",
"336003": "Viñedo del Amanecer",
"336004": "Posada Wangshu",
"336005": "Catedral de Favonius",
"336006": "Paimon",
"336007": "Katheryne",
"336008": "Timaeus",
"336009": "Wagner",
"336010": "Chef Mao",
"336011": "Gordi",
"336012": "Timmie",
"336013": "Liben",
"336014": "Chang el Noveno",
"336015": "Ellin",
"336016": "Tian Lengua de acero",
"336017": "Liu Su",
"336018": "Transmutador paramétrico",
"336019": "Bolsita nutritiva",
"337000": "Consonancia elemental: Hielo entrelazado",
"337001": "Consonancia elemental: Hielo fragmentado",
"337002": "Consonancia elemental: Agua entrelazada",
"337003": "Consonancia elemental: Agua medicinal",
"337004": "Consonancia elemental: Fuego entrelazado",
"337005": "Consonancia elemental: Llamas fervientes",
"337006": "Consonancia elemental: Rayos entrelazados",
"337007": "Consonancia elemental: Alto voltaje",
"337008": "Consonancia elemental: Viento entrelazado",
"337009": "Consonancia elemental: Vientos impetuosos",
"337010": "Consonancia elemental: Rocas entrelazadas",
"337011": "Consonancia elemental: Roca resistente",
"337012": "Consonancia elemental: Vegetación entrelazada",
"337013": "Consonancia elemental: Planta trepadora",
"337014": "¡La mejor compañera de viaje!",
"337015": "Relevo",
"337016": "El universo, jugado a los dados",
"337017": "Planificación táctica",
"337018": "¡No oí la campana!",
"337019": "¡Déjemelo a mí!",
"337020": "Retorno de la grulla",
"337021": "Presagio estelar",
"337022": "Técnica de la caliza",
"337023": "Maestro de armas",
"337024": "Bendición de la reliquia divina",
"337025": "Técnica costurera",
"337026": "Despedida",
"337027": "Juramento protector",
"337028": "Llamado del abismo",
"337029": "Guoba de Jueyun",
"337030": "Tentación de Adeptus",
"337031": "Estrellitas de loto",
"337032": "Pollo ahumado del Norte",
"337033": "Pollo asado con miel",
"337034": "Tortilla de papas de Mondstadt",
"337035": "Pizza de champiñones",
"337036": "Rollitos de carne y menta"
},
"GCG_CARD_BACK": {
"339000": "Origen",
"339001": "Mondstadt",
"339002": "Liyue",
"339003": "Inazuma",
"339004": "Sumeru",
"339009": "Leyenda",
"339010": "Especialista",
"339011": "Pedazo de cristal",
"339012": "Pedazo de cristal mágico",
"339013": "Trozo de amatista",
"339014": "Pistilo de flor llameante",
"339015": "Pistilo de flor helada",
"339016": "Electrocristal",
"339017": "Semilla de diente de león",
"339018": "Cecilia",
"339019": "Lirio de cristal",
"339020": "Dendrobio"
},
"GCG_FIELD": { "339500": "Mondstadt", "339501": "Liyue", "339502": "Inazuma", "339503": "Sumeru" },
"COSTUME": {
"340000": "Verano radiante",
"340001": "Sueño de la brisa marina",
"340002": "Gala de las orquídeas",
"340003": "Gracilidad fastuosa",
"340004": "Noche carmesí",
"340005": "Sueños eternos",
"340006": "Heredera de los Gunnhildr",
"340007": "Exploradora al 100%",
"340008": "Pacto lunaestelar",
"340009": "Monja libertina",
"340010": "Misiva de la florescencia",
"340011": "Identidad velada"
},
"FURNITURE_SUITE_FORMULA": {
"350001": "Campamento del aventurero",
"350002": "Vida en la frontera",
"350003": "Rocas y plantas",
"350004": "Dormitorio sencillo de Liyue",
"350005": "Casa de té",
"350006": "Luces de las afueras",
"350007": "Mesas y sillas",
"350008": "Cocina ajetreada",
"350009": "Conversaciones con una taza de té",
"350010": "Estudio del erudito",
"350011": "Dormitorio completo de Mondstadt",
"350012": "Sala de reuniones de los Seis Estrategas",
"350013": "Hora de una copa",
"350014": "Almuerzo de trabajo del comerciante",
"350015": "Salón de recepción de invitados",
"350016": "Estudio bien equipado",
"350017": "Cabaña del ermitaño",
"350018": "Casa de aldea",
"350019": "Puesto con productos de temporada",
"350020": "Mercado de frutas y verduras",
"350021": "Campo de entrenamiento",
"350022": "Fábrica de armas",
"350023": "Estación de logística",
"350024": "Mercado del festival",
"350025": "Vía principal: Destierro de los demonios",
"350026": "Restaurante popular",
"350027": "Suministro de agua rural",
"350028": "Aventurero solitario y cauteloso",
"350029": "Cruce de climas",
"350030": "Conversación entre madera y piedra",
"350033": "Contemplación poética",
"350034": "Viento susurrante",
"350035": "Estudio Feiyun",
"350036": "Pabellón de los sueños",
"350037": "Instituto de las artes secretas",
"350038": "Leña y ahumados",
"350039": "Forja de espadas",
"350040": "Villa bucólica",
"350041": "Parque con flores y pájaros",
"350042": "Delicias callejeras",
"350043": "Prosperidad y bullicio",
"350044": "Residencia entre nubes",
"350045": "Cánticos de cazadores",
"350046": "Viaje hacia las estrellas y el abismo",
"350047": "Huerto del Amanecer",
"350048": "Patio de la justicia",
"350049": "Aguas termales revitalizantes",
"350050": "Sombras rurales",
"350051": "Ala de santuario antigua",
"350052": "Campo de entrenamiento de mil ejércitos",
"350053": "Recoveco natural",
"350054": "Recuerdos de una noche de verano",
"350055": "Calle de la arboleda",
"350056": "Habitación de los sueños transitorios",
"350057": "Firme devoción",
"350058": "Tesoro del letrado",
"350059": "Fragancia de arce y té",
"350060": "Anécdotas de las patrullas forestales",
"350061": "Suntuosidad coalescente",
"350062": "Intenso aroma",
"350063": "Una habitación propia",
"350064": "Hasta luego, preocupaciones",
"350065": "#{F#Moradora}{M#Morador} de las arenas",
"350066": "Entre el bullicio mercader",
"350067": "La quietud del bosque",
"350068": "Danza de las sombras",
"350069": "Momentos de sosiego junto al río",
"350070": "El azote de la tormenta",
"350071": "Pompa militar desplegada",
"350072": "Mente en calma",
"350073": "Beneplácito del desierto y el bosque"
},
"FURNITURE_FORMULA": {
"380101": "Pared de madera con alero de jade",
"380102": "Arco mural de madera oscura",
"380103": "Pared de madera de arce",
"380104": "Pared con tallados sencillos de madera radiante",
"380201": "Suelo tradicional de cedro fragante",
"380202": "Baldosa de colores ajedrezada",
"380203": "Suelo marrón de madera de arce",
"380204": "Suelo con textura de madera radiante",
"380301": "Techo ajedrezado de cedro fragante",
"380302": "Techo oscuro ajedrezado",
"380303": "Techo ajedrezado de madera de arce",
"380304": "Techo tallado de madera radiante",
"380401": "Lámpara de velas con dos pisos",
"380402": "Linterna octogonal: Día de suerte",
"380403": "Linterna hexagonal: Amabilidad y armonía",
"380404": "Fiesta de las calabazas",
"380405": "Linterna bordada: Pabellón exquisito",
"380406": "Farola con borlas: Calles hermosas",
"380407": "Candelero para casa de té: Llama inodora",
"380408": "Lámpara para casa de té: Luz oculta",
"380409": "Lámpara de arce: Fragancia sutil",
"380410": "Linterna de suelo de arce: Brillo purificador",
"380411": "Linterna imperial: Majestuosidad perdurable",
"380412": "Linterna imperial: Luna escarlata de antaño",
"380413": "Linterna imperial: Corazón relampagueante",
"380414": "Lámpara de techo de arce: Iluminación",
"380415": "Candelabro florido: Pureza del loto",
"380416": "Árbol multicolor: Fortuna temprana",
"380417": "Linterna lunar del pueblo",
"380418": "Lámpara de mampostería: Candelero de las profundidades",
"380419": "Haz de ensueño",
"380420": "Haz de rocío de verdor",
"380421": "Luminiscencia arbórea",
"380422": "Destello de erudición",
"380423": "Destello perenne",
"380424": "Destello de sinuosidad",
"380426": "Halo fluctuante",
"380427": "Halo aletargado",
"380504": "Luminiscencia floral",
"381101": "Mostrador plegable de abedul nórdico",
"381102": "Estantería de abeto descubierta",
"381103": "Contenedor modular de abeto",
"381104": "Mueble de almacenaje clásico de abeto",
"381105": "Ropero grande de abedul",
"381106": "Ropero de avellano con motivos dorados",
"381107": "Estantería aséptica de madera radiante",
"381108": "Escritorio del desierto: Hospitalidad",
"381109": "Estantería de madera de bodhi: Multiusos",
"381110": "Mesita de noche de madera radiante: Convalecencia",
"381111": "Cómoda compartimentada de madera de tamarisco",
"381112": "Estantería para cerámica de madera tamarisco",
"381201": "Estantería de biblioteca de dos pisos",
"381202": "Estantería exquisita de liquidámbar",
"381203": "Estantería económica de liquidámbar",
"381204": "Tiempo entre las páginas de un libro",
"381205": "Tesoro del archivero",
"381206": "Estantería roja de cedro fragante para pergaminos",
"381207": "Aparador de cedro fragante para pequeños objetos",
"381208": "Mesita de cedro fragante para tienda",
"381209": "Estantería de madera de arce: Corazón de tinta",
"381210": "Estantería de madera de arce: Escondite literario",
"381212": "Armario del desierto: Cachivaches",
"381213": "La estantería interminable (I)",
"381214": "La estantería interminable (II)",
"381301": "Mesa voluminosa de biblioteca",
"381302": "Mesa de oficina de los Caballeros de Favonius",
"381303": "Mesa de reuniones de los Caballeros de Favonius",
"381304": "Hornilla ancha de piedra",
"381305": "Hornilla portátil",
"381306": "Mesa larga con mantel en forma de rombo",
"381307": "Mesa redonda de pino para varios comensales",
"381308": "Mesa de caligrafía finamente labrada",
"381309": "Mesa de té cuadrada de pino",
"381310": "Mesa roja redonda de cedro fragante",
"381311": "Tocador resistente de abedul",
"381313": "Hornilla de hierro común",
"381314": "Kotatsu de madera onírica: Frío y calor",
"381315": "Mesa de té de madera de criptomeria: Piedra firme",
"381316": "Mesa larga para casa de té: Asientos continuos",
"381317": "Mesa para cerámica de madera radiante",
"381318": "Mesa larga de madera de tamarisco",
"381319": "Para todos los gustos",
"381320": "Copioso festejo",
"381321": "Mesa para dos",
"381322": "Mesa angulada de madera de bodhi",
"381401": "Cama baja suave como la brisa",
"381402": "Cama sueños de nubes",
"381403": "Cama de madera onírica: Sueños de cerezo",
"381404": "Cama de madera radiante: Concentración",
"381405": "Cama de madera de bodhi: Confort",
"381501": "Mostrador de recepción de pino",
"381502": "Mostrador para casa de té: “Catorcemaru”",
"381503": "Plataforma de piedra del desierto: Firmeza",
"381504": "Chimenea del desierto: Calidez",
"381505": "Escritorio del desierto: Meticulosidad",
"381506": "Aquello que todo lo ve",
"382101": "Sofá cómodo para sala de estar",
"382102": "Tarde de cielo azul",
"382103": "Determinación inquebrantable",
"382104": "Silla de comedor de pino",
"382105": "Silla de té de pino",
"382106": "Taburete rojo redondo de pino",
"382108": "Taburete redondo para casa de té: Atenuante de dolor",
"382109": "Banco de madera kármica: Murmullo sosegado",
"382110": "Silla de madera kármica: Entereza inamovible",
"382111": "El placer de una copa en silencio",
"382112": "Silla hojuda de madera de bodhi",
"382201": "Chimenea de piedra del norte",
"382202": "Biombo de pino: Velas ondulantes",
"382203": "Pantalla de madera noble: Niebla matinal en Jueyun",
"382204": "Mesita de noche con dos cajones de abedul",
"382205": "Mesita de noche de avellano con motivos dorados",
"382206": "Cortina de seda con dibujo: Arrebol del cielo",
"382207": "Biombo dorado con brocado floral de hostas",
"382208": "Tambor del cielo atronador",
"382209": "Escenario con linternas: Música animada",
"382210": "Cojín para casa de té: Tejido nocturno",
"382211": "Tambor ritual de arce: Ritmo festivo",
"382212": "Tambor ritual de arce: Alboroto",
"382213": "Biombo de casa de té: Corazón de oro",
"382214": "Estante de espadas ancestral: Cuatro principios",
"382215": "Armadura de hatamoto: Formación de sombras",
"382216": "Biombo de madera onírica pintado",
"382218": "Biombo festivo: Viento en popa",
"382219": "Biombo festivo: Calidad y belleza",
"382221": "Vasija pigmentada: Cerúlea",
"382222": "Vasija pigmentada: Malaquita",
"382223": "Vasija pigmentada: Pajiza",
"382224": "Jarrón simple: Bronce",
"382225": "Jarrón simple: Arcilla",
"382226": "Jarrón simple: Ocre",
"382227": "Jarrón simple: Tostado",
"382228": "Vasija pigmentada: Concha marina",
"382229": "Vasija pigmentada: Roca oscura",
"382231": "Entre el humo disperso",
"382233": "La disciplina de un guarda forestal",
"382234": "Equipamiento forestal",
"382235": "Manjares de los moradores del bosque",
"382236": "El regusto de las brasas",
"382237": "Delicioso aroma de asado a fuego lento",
"382238": "Posesiones de los moradores del bosque",
"382239": "Vasija pigmentada: Arenisca",
"382301": "Alfombra de Mondstadt: Ardor carmesí",
"382302": "Alfombra de Mondstadt: Búsqueda incansable",
"382303": "Alfombra de posada: Como en casa",
"382304": "Alfombra de entrada: Cálida bienvenida",
"382305": "Gloriosa alfombra esmeralda",
"382306": "Deslumbrante alfombra ambarina",
"382307": "Alfombra café coco",
"382308": "Solemnidad del sol abrasador",
"382309": "Timidez olivácea",
"382310": "Glauca remembranza de pulcritud",
"383101": "Lámpara portátil inapagable",
"383102": "Lámpara de pie de avellano del Pabellón Liuli",
"383103": "Linterna Tianyuan: Brillo fragante",
"383104": "Lámpara caracola",
"383106": "Sosiego estelar",
"383107": "Lámpara del desierto: Luz encendida",
"383108": "Oportunismo luminiscente",
"383109": "Luz tenue de la casa del saber",
"383110": "Fulgor del incursionista",
"383111": "Veladora del oyente",
"383112": "Aleación refulgente",
"383201": "Arreglo floral: Tranquilidad celeste",
"383202": "Maceta: Brisa cristalina",
"383203": "Arreglo floral: Aurora floreciente",
"383204": "Maceta de flores: Fachada perfumada",
"383205": "Maceta: Copa verde",
"383206": "Porcelana fundida",
"383207": "Jarrón de la modestia",
"383208": "Jarrón de agradecimiento",
"383301": "Lira clásica: Tenor del viento",
"383302": "Pila ordenada de libros",
"383303": "El cansancio del erudito",
"383304": "Protocolo de la correspondencia",
"383305": "Adorno de reloj de arena exquisito",
"383306": "Equipamiento para alquimia: Entre el agua y el fuego",
"383307": "Componente para alquimia: El peso del polvo",
"383308": "Conjunto para caligrafía: Escritura asidua",
"383309": "Candelabro dorado de tres brazos",
"383310": "Juego de té de porcelana blanca: Autenticidad y calidad",
"383312": "Juego de té blanco humeante",
"383313": "Utensilio para casa de té: Cofre de sabores",
"383314": "Conjunto para caligrafía: Trazos precisos",
"383315": "Arcos destructores del mal",
"383316": "Pantalla ahuyentaespíritus",
"383317": "Kitsune daruma: Olfato divino",
"383318": "Tanuki daruma: Autenticidad culinaria",
"383322": "Giro cósmico",
"383325": "Un atisbo de ostentación",
"383326": "Percepción risueña",
"383330": "Fluidez apacible",
"383331": "Crujiente dulzor",
"383332": "Neblina circundante",
"383335": "Caja de alhajas",
"383336": "La joya de la corona",
"383337": "El efímero aroma a vino",
"383338": "Amargazón del incensario",
"383339": "Formulación de los moradores del bosque",
"383340": "Realce de los moradores del bosque",
"383341": "Vasija pigmentada: Epicótilo glauco",
"383342": "Jarrón multiusos estrellado",
"383501": "Desvelo del emplazamiento del saber",
"383502": "Fragancia del resarcimiento",
"383504": "El arte de preservar el agua",
"384101": "Paisaje: Casa de campo",
"384102": "Paisaje: Nubes distantes",
"384103": "Paisaje: Precipicio sin nombre",
"384104": "Pintura al pastel: Picos de Minlin",
"384105": "Pintura al pastel: Jarrón con flores",
"384106": "Pintura al pastel: Montañas entre la niebla",
"384107": "Paisaje pintado: Montañas y cielos distantes",
"384108": "Paisaje pintado: Aguas deslumbrantes",
"384109": "Mural con relieve: Soledad entre la niebla",
"384110": "Mural con relieve: Ritual en la niebla",
"384201": "Letrero de restaurante de madera",
"384202": "Aplique luminoso en forma de jarrón",
"384203": "Rodela desgastada",
"384204": "Escudo desgastado",
"384205": "Espada ligera desgastada",
"384206": "Estandarte de batalla",
"384207": "Estandarte de espíritu puro",
"384208": "Emblema de espada y escudo de Favonius",
"384209": "Tablón de registro colgado",
"384210": "Tablón de anuncios colgado",
"384211": "Cortina de brocado",
"384213": "Escudo fortalecido de madera de tamarisco",
"384214": "Decoración de pared del desierto: Puesta de sol",
"384215": "Decoración de pared del desierto: Plumas igníferas",
"384216": "Muestras de un guarda forestal",
"384217": "Escudo de combate de madera de tamarisco",
"384501": "Momento inolvidable",
"390101": "Cabaña de paja",
"390102": "Puesto de paja",
"390103": "Casa de Liyue: Retiro solitario",
"390104": "Casa de Liyue: Piedra y madera",
"390105": "Puesto de descanso de Liyue: Aroma a té en el camino",
"390106": "Casa de Liyue: Aleros en forma de luna",
"390107": "Casa de Liyue: Relación armoniosa",
"390108": "Tienda de Liyue: La favorita de los clientes",
"390109": "Ala de mansión: Alba y ocaso",
"390110": "Pabellón: Contemplación de estrellas",
"390111": "Cajas apilables de madera de criptomeria: “Hyoutei”",
"390112": "Estantería de madera de criptomeria: Mil recovecos",
"390113": "Armario de madera de criptomeria: Inmaculado",
"390114": "Ropero de madera onírica: Rocío",
"390115": "Colgador para kimonos de madera onírica: Decoro",
"390116": "Escenario del peral: Estilo Yun-Han",
"390201": "Edificio de Mondstadt con arcos",
"390202": "Casa de Mondstadt con buhardilla",
"390203": "Apartamento de Mondstadt sin humedad",
"390204": "Casa de Mondstadt resistente al viento",
"390205": "Casa rural con buhardilla",
"390206": "Casa rural clásica",
"390207": "Cabaña pequeña de pino",
"390208": "Casa de Liyue: El tiempo es oro",
"390301": "Puesto de ventas próspero",
"390302": "Puesto de fruta rentable",
"390303": "Puesto de fruta a precio de ganga",
"390304": "Sala de hornos abierta",
"390305": "Carro de fruta con muchos productos",
"390306": "Puesto comercial de la Puerta de Piedra (norte)",
"390307": "Cobertizo para frutas y verduras",
"390308": "Caldero de los cuatro cuadrantes",
"390309": "Puesto de frutas y verduras: Cosecha abundante",
"390310": "Puesto de ramen de madera de murmurador",
"390311": "Telar abismal",
"390312": "Telar longitudinal",
"390313": "Telar fructífero",
"390314": "Transacción azucarada",
"390315": "Dulzor a la sombra",
"390316": "Acopio de dulces",
"390317": "Asuntos de pescadores",
"390318": "Técnica de conserva pescadera",
"390319": "Mantenimiento de redes",
"390320": "Puesto callejero multiusos de madera radiante",
"390321": "Puesto de brochetas de madera radiante",
"390322": "Abundancia de aire fresco",
"390323": "Elección deliberada",
"390401": "Cabaña de avanzadilla Hilichurl",
"390402": "Gran salón del jefe Hilichurl",
"390501": "Deambulando al este del Bishui",
"390502": "Cobertizo de paja",
"390503": "Tienda de campaña antirrayos",
"390504": "Tienda sencilla individual",
"390505": "Puesto de sopa de pastel de arroz de murmurador",
"390507": "Carro de almacenaje de madera de murmurador",
"390508": "Puesto de parasoles: Sueños coloridos",
"390509": "Puesto de frutas y verduras: El sabor de la honestidad",
"390510": "Puesto de “teiban” para festivales",
"390511": "Puesto para festivales: Sorpresa",
"390512": "Estante de criptomeria para máscaras: Retorno afortunado",
"390513": "Puesto de tesoros: Obsequios variados",
"390514": "Puesto multicolor: Azul intenso",
"390515": "Puesto multicolor: Camelia roja",
"390516": "Puesto para festivales: Maravillas peculiares",
"390517": "Puesto para festivales: Multicolor",
"390518": "El verano de Dodoco",
"390601": "Altar ceremonial",
"390602": "Altar de la purificación",
"390603": "Mansión de Inazuma: Unidad",
"390604": "Tienda de Inazuma: Primeriza",
"390605": "Casa de Inazuma: Labor multigeneracional",
"390606": "Casa de Inazuma: Nuevos usos, nuevas reformas",
"390607": "Taller de Inazuma: Regularidad exhaustiva",
"390608": "Casa de Inazuma: Dimensiones comunes",
"390609": "Casa con tejado de bambú de Inazuma: Paz duradera",
"390610": "Casa con tejado de bambú de Inazuma: Corazón salvaje",
"390611": "Taller de Inazuma: Polivalente",
"390612": "Casa de Inazuma: Chasquido metálico",
"390613": "Taller de Inazuma: Búsqueda del descanso",
"390614": "Casa de Inazuma: Vistas irremplazables",
"390615": "Residencia oficial de Inazuma: Majestuosidad",
"390616": "Residencia oficial de Inazuma: Cumplimiento estricto",
"390617": "Corredor de residencia oficial: Alcance del poder",
"390618": "Torre de cuartel: Observación",
"390619": "Barracón de cuartel: Estrategia",
"390620": "Barracón de cuartel: Solidez",
"390621": "Puerta de cuartel: Lealtad",
"390623": "Puesto de papeles de la fortuna: Lectura del futuro",
"390624": "Salón de santuario: Voces de los deseos",
"390625": "Anexo de santuario: Momento de paz",
"390626": "Recepción oficial: Solemnidad",
"390627": "Depósito exquisito: Guardando para cuando no haya",
"390628": "Casa de Inazuma: Reminiscencias de Watatsumi",
"390629": "Casa de Inazuma: Hogar de coral",
"390630": "Casa de Inazuma: Residencia tempestuosa",
"390701": "Determinación de los moradores del bosque",
"390702": "Vecindad de los moradores del bosque",
"390703": "Soledad de los moradores del bosque",
"390704": "Perseverancia de los moradores del bosque",
"390705": "Casa del desierto: Vida ordinaria",
"390706": "Casa del desierto: Especias abundantes",
"390707": "Casa del desierto: Torre del clamor",
"390708": "Casa del desierto: Sueño breve",
"390709": "Casa del desierto: Luz oculta",
"390710": "Casa del desierto: Almacén",
"390711": "Decoración de residencia: Árbol de la contemplación",
"390712": "Decoración de residencia: Árbol de la deliberación",
"390713": "Plataforma de residencia: Pabellón de la cháchara",
"390714": "Plataforma de residencia: Atalaya",
"390715": "Plataforma de residencia: Salón de té",
"390716": "Plataforma de residencia: Terreno humeante",
"390718": "Tesoro de la ciudad de la sabiduría",
"390719": "Delicias de la ciudad de la sabiduría",
"390720": "Aroma de la ciudad de la sabiduría",
"390721": "Fogosidad de la ciudad de la sabiduría",
"390722": "Auxilio en la mar de la ciudad de la sabiduría",
"390723": "Imperturbabilidad del jardín abovedado",
"390724": "Imperturbabilidad del jardín acristalado",
"390726": "Modestia de la ciudad de la sabiduría",
"390727": "Decocción de la ciudad de la sabiduría",
"390728": "Dedicación de la ciudad de la sabiduría",
"390729": "Universalidad de la ciudad de la sabiduría",
"390730": "Asonancia de la ciudad de la sabiduría",
"390731": "Reposo de la ciudad de la sabiduría",
"390732": "Comisiones de la ciudad de la sabiduría",
"390733": "Cañamazo protector contra monstruos marinos",
"390734": "Noches apacibles bajo brisas desérticas",
"391101": "Fuente con flores y pájaros",
"391102": "Torre en espiral de Hilichurls",
"391103": "Cabaña de paja de Hilichurls",
"391104": "Molino de viento de las baladas",
"391107": "Caseta de obra temporal",
"391109": "Verano esplendoroso",
"391110": "Arco torii escarlata: Puerta del silencio",
"391112": "Arco torii escarlata: Camino de la paz",
"391113": "Puerta principal: Airosa",
"391114": "Corredor exquisito: Sin prisa pero sin pausa",
"391115": "Esquina de corredor exquisito: Armonía precisa",
"391116": "Aguas termales de piedra blanca: Calidez desbordante",
"391117": "Verdes campos: Fuente cristalina",
"391118": "Cabujón dimensional: En pleno vuelo",
"391119": "Grúa de mampostería: Muevemontañas",
"391120": "Grúa de mampostería: Aplanacolinas",
"391122": "Tienda de campaña del desierto: Minucias",
"391123": "Tienda de campaña del desierto: Indicaciones",
"391124": "Tienda de campaña del desierto: Agostamiento",
"391125": "Tienda de campaña del desierto: Reposo",
"391126": "Fresca bruma teatral",
"391127": "Lucidez del emplazamiento del saber",
"391129": "Grúa de uso común de Puerto Ormos (III)",
"391130": "Carreta de transporte a larga distancia de madera conglomerada",
"391131": "Carreta de transporte portuaria de madera conglomerada",
"391132": "Carretilla de cuatro ruedas de montaña",
"391201": "Puerta de Adeptus",
"391202": "Puerta principal de patio de abedul",
"391203": "Extremo de valla de patio con adornos",
"391204": "Valla perimetral con adornos",
"391205": "Corredor decorado: Paseo silvano",
"391206": "Muro de patio: Primavera y otoño",
"391207": "Esquina de muro: Recoveco fragante",
"391208": "Muro de patio: Joyas alineadas",
"391209": "Muro de patio: Paz en el camino",
"391210": "Entrada principal: Acceso a las nubes",
"391211": "Muro decorado: Sauces y flores",
"391212": "Esquina de corredor: Vista del pabellón",
"391213": "Puerta estratégica: Bajo las nubes",
"391214": "Valla delimitadora: Muro del pacto",
"391215": "Valla esquinera: Vista sin impedimentos",
"391216": "Puerta de patio kintake de madera de murmurador",
"391217": "Valla kintake de madera de murmurador",
"391218": "Valla de cuartel: Dientes descolocados",
"391219": "Valla de cuartel: Truncamiento",
"391220": "Estacas de cuartel: Pincho doloroso",
"391221": "Corredor de santuario: Camino de flores sagradas",
"391222": "Corredor de santuario: Vistas escarlatas",
"391223": "Muro exquisito: Duro como una piedra",
"391224": "Muro exquisito: Esquina armoniosa",
"391225": "Muro exquisito: Límite oculto",
"391226": "Muro exquisito: Esplendor del pasado",
"391227": "Biombo para aguas termales: Moderación",
"391228": "Pared externa para aguas termales: No pasar",
"391229": "Pared para aguas termales: Base estable",
"391230": "Entrada para aguas termales: Refugio contra el frío",
"391235": "Valla limítrofe de pescador",
"391236": "Valla limitadora de pescador",
"391237": "Escalones de piedra del desierto: Tobogán",
"391238": "Pared del desierto: Ataque sorpresa",
"391239": "Pared del desierto: Defensa incondicional",
"391240": "Pórtico del desierto: Disuadevientos",
"391241": "Pórtico residencial: Canto en la floresta",
"391242": "Pared residencial: Coro de aves",
"392107": "Suelo rocoso: Fortuna y tranquilidad",
"392606": "Estructura dimensional: Puente colgante",
"392607": "Plataforma dimensional: Paseo por las copas",
"393101": "Cajas de abeto desordenadas",
"393102": "Barriles de abeto ordenados",
"393103": "Fardo de heno pesado",
"393104": "Ánforas de vino en cestas de bambú: Esperando a la luna",
"393105": "Puesto de juguetes: Maravillas por doquier",
"393106": "Puesto de sombrillas: Caleidoscopio de colores",
"393107": "Saco de almacenamiento: A prueba de plagas",
"393108": "Precaución del vendedor de fruta y verdura",
"393109": "Cansancio del vendedor de fruta y verdura",
"393110": "Jarrón de cerámica pintada",
"393111": "Diana para tiro con arco de Hilichurls",
"393112": "Caldero con cuernos de Hilichurls",
"393113": "Señal de madera seca",
"393114": "La carga del aventurero",
"393115": "Cubo de madera resistente",
"393116": "Pilar de madera",
"393117": "Fardo de leña",
"393118": "Caja de madera de abeto resistente al agua",
"393119": "Estanque en forma de cáliz",
"393120": "Saludo emplumado",
"393121": "Sueño aéreo de los floti flotis",
"393122": "Guía estival en el bosque",
"393123": "Soporte para maniquíes de entrenamiento",
"393124": "Correo estival en el bosque",
"393125": "Fuente de la pureza",
"393126": "Reloj del cuartel: Sonido del trueno",
"393127": "Tambor militar: Eco rompefilas",
"393128": "Taller sencillo de madera de murmurador",
"393129": "Cubo de madera de murmurador con seis usos",
"393130": "Barril de madera de murmurador: “Prueba y verás”",
"393131": "Tanque de agua de arcilla calcantita",
"393132": "Réplica antigua de barril de madera de murmurador",
"393133": "Réplica antigua de cajón de carga de madera de murmurador",
"393134": "Montaña de regalos festivos",
"393137": "Hornilla grande de restaurante",
"393138": "Llamas serenas",
"393141": "Flor de allegro: Afinamiento especial",
"393142": "La pesca del día",
"393143": "Delicias pescaderas",
"393144": "Ofertas del pescador",
"393145": "Los frutos del mar",
"393146": "Perspicacia del pescador",
"393148": "Torno pesado para cerámica de madera radiante",
"393149": "Hierro, arena y oro",
"393150": "Sangre, sudor y armaduras rotas",
"393151": "Hierro, agua y vapor",
"393152": "Palé de carga para líquidos de madera kármica",
"393153": "Cuerda, flecha y trayectoria",
"393154": "Inventiva en la espesura",
"393155": "¡Podría funcionar!",
"393156": "Pigmentación y secado",
"393201": "Maceta: Verdor abundante",
"393202": "Macizo floral con depósito de agua",
"393203": "Cubo para transportar tierra",
"393204": "Crepúsculo de los pinos",
"393301": "Estantería de abeto",
"393302": "Estantería para armas de abeto",
"393303": "Estantería para armas de madera noble",
"393304": "Carro de mercancías sencillo",
"393305": "Pozo de piedra resistente",
"393306": "Espantapájaros con ropa roja y sombrero",
"393307": "Pozo antiguo",
"393308": "Pozo con cubierta: Búsqueda de claridad",
"393309": "León de piedra: Vigilante",
"393310": "León de piedra: Conocedor",
"393311": "Puesto de té rural",
"393312": "Tesoro secreto del aventurero",
"393313": "El repertorio de la bruja",
"393315": "Estante anti-mala suerte de madera onírica",
"393316": "Estandarte de la todopoderosa Narukami",
"393317": "Estante para arcos de cuartel: Plumas resonantes",
"393318": "Estante para lanzas de cuartel: Puntas quebradas",
"393319": "Hoguera de cuartel: Fulgor glorioso",
"393320": "Barricada de cuartel: Frontera",
"393321": "Estatua de Kitsune Celestial: Legado de Hakushin",
"393322": "Bandera de peces colgantes",
"393323": "Figura de tanuki de madera de arce",
"393324": "Figura blanca de kitsune de madera de arce",
"393325": "Coral escarlata",
"393326": "Sombrilla brillopétrea",
"393327": "Estatua de santuario: Piedra sagrada de Seirai",
"393328": "Pozo rural: Aguas subterráneas",
"393329": "Baúl de ofrendas de madera onírica: Sinceridad",
"393330": "Estante de espadas ancestral: Entrenamiento a dos",
"393331": "Resonancia del bambú",
"393332": "Tablón de anuncios de madera de criptomeria: Aviso universal",
"393333": "Pozo rural: Escondite subterráneo",
"393337": "Árbol multicolor: Paisaje en el crepúsculo",
"393338": "Pilar de nubes arcoíris",
"393339": "Banderín dorado ahuyentaespíritus",
"393343": "Marco adorable de retratos tanuki",
"393344": "Bandera de edición limitada de la Suma Sacerdotisa",
"393346": "Biombo del peral: Sobre el escenario",
"393347": "Biombo del peral: Tras el escenario",
"393350": "Mochila de viaje de Dodoco",
"393351": "Horno sopla-sopla de Dodoco",
"393352": "Siestecita en la playa de Dodoco",
"393353": "Vitrina de tesoros de Dodoco",
"393354": "Sombrilla de playa de Dodoco",
"393355": "Destreza del pescador",
"393356": "Productos esenciales",
"393357": "Llama del vigor mercenario",
"393358": "Símbolo de la batalla",
"393359": "Defensa restrictiva",
"393360": "Travesía sobre ruedas",
"393361": "Renombre de mercenario",
"393362": "Sutil reverberación",
"393363": "Insondable reverberación",
"393364": "Cartel publicitario tripanelado de madera kármica",
"393365": "Umbelífera consumición",
"393366": "Pantalla auspiciosa: Cúmulo en las montañas",
"393367": "Pantalla auspiciosa: Aleteo índigo",
"393368": "Pantalla auspiciosa: Tañidos distantes",
"393369": "Pantalla auspiciosa: Tonadas de antaño",
"393370": "Pantalla auspiciosa: Cordilleras intermitentes",
"393371": "Pantalla auspiciosa: Melodías lontanas",
"393372": "Cuerno y leña",
"393401": "Farola de hierro con adornos",
"393402": "Farola exterior de pino",
"393403": "Linterna repeledemonios: Luz por todas partes",
"393404": "Linterna de cuatro lados: Amistades lejanas",
"393405": "Lámpara de sombras: Trazos y pinceladas",
"393406": "Farola de piedra: Luz inamovible",
"393407": "Brillo de los tres alcances",
"393408": "Linterna de pie Meichuu de piedra blanca",
"393409": "Linterna de pie Meichuu de murmurador",
"393410": "Puerta de festival con cinco linternas",
"393411": "Farola de madera onírica: Deseos vacíos",
"393412": "Farola de madera onírica: Anhelos pendientes",
"393413": "Vela blanca de pescado: Amanecer",
"393414": "Farola de campo de madera de murmurador",
"393415": "Farola sencilla de madera de murmurador",
"393416": "Farola de madera de criptomeria: En cadena",
"393601": "Estanque nubespiritual",
"393602": "Acuario de aguas cristalinas",
"394101": "Valla de bambú desgastada",
"394102": "Valla de pino resistente",
"394103": "Valla de madera de Hilichurls",
"394104": "Valla con tótem de Hilichurls",
"394105": "Vid exuberante",
"394106": "Vid joven",
"394107": "Valla simple de madera",
"394108": "Valla a medio terminar",
"394109": "Diligencia del agricultor",
"394110": "Macizo floral de madera de murmurador: Fragancia persistente",
"394111": "Macizo floral de madera de murmurador: Colores por doquier",
"394201": "Banco liso de madera",
"394202": "Banco liso de piedra",
"394203": "Puff gúgol",
"394204": "Banco de madera onírica",
"394205": "Banco de madera de murmurador: Felicidad",
"394207": "Asiento del peral: Reunión alegre",
"394301": "Plataforma centinela Hilichurl",
"394302": "Armario de pino sin puertas",
"394303": "Mesa de forja pesada de abeto",
"394304": "Mesa larga de pino",
"394305": "Molino de piedra grande",
"394306": "Mesa de alquimia",
"394307": "Puesto comercial doble: Fortuna en ascenso",
"394308": "Mesa de té de bambú exterior",
"394309": "Mesa de té de madera exterior",
"394310": "Festín estival en el bosque",
"394311": "Mesa Gúgol",
"394312": "Mesa larga de madera onírica",
"394313": "Mesa cuadrada de madera de murmurador: Felicidad",
"394315": "Asiento del peral: Melodías y aroma a té",
"394316": "Atrezo del peral: Presten atención",
"394317": "Expositor de madera kármica",
"394401": "Mostrador de tienda de vinos: Mil copas",
"394402": "Palé de dos niveles resistente a las olas",
"394403": "Cuna de flores",
"394404": "Monedas del océano",
"394501": "Suelo rocoso: Camino de la superación",
"394502": "Suelo rocoso: Momento oportuno",
"394503": "Suelo rocoso: Camino transitable",
"394504": "Verdes campos: Camino de galleta",
"394505": "Suelo rocoso: Patrón magnificente"
}
}
================================================
FILE: src/i18n/data/es/monsterItem.json
================================================
{
"MONSTER_ORDINARY": {
"20010101": "Slime Dendro (Slime_Grass_02)",
"20010201": "Slime Gigante Dendro (Slime_Grass_03)",
"20010202": "Slime Gigante Dendro (Slime_Grass_03_AttackEnhance)",
"20010301": "Slime Anemo (Slime_Wind_02)",
"20010302": "Slime Anemo (Slime_Wind_02)",
"20010401": "Slime Gigante Anemo (Slime_Wind_03)",
"20010402": "Slime Gigante Anemo (Slime_Wind_03)",
"20010403": "Slime Gigante Anemo (Slime_Wind_03_AttackEnhance)",
"20010501": "Slime Electro (Slime_Electric_02)",
"20010502": "Slime Electro (Slime_Electric_02)",
"20010503": "Slime Electro (Slime_Electric_02_SimpleStick)",
"20010601": "Slime Gigante Electro (Slime_Electric_03)",
"20010602": "Slime Gigante Electro (Slime_Electric_03)",
"20010604": "Slime Gigante Electro (Slime_Electric_03_AttackEnhance)",
"20010605": "Slime Gigante Electro (Slime_Electric_03_SimpleStick)",
"20010701": "Slime Mutante Electro (Slime_Electric_03_Positive)",
"20010702": "Slime Mutante Electro (Slime_Electric_03_Positive_AttackEnhance)",
"20010703": "Slime Mutante Electro (Slime_Electric_03_Positive)",
"20010801": "Slime Cryo (Slime_Ice_02)",
"20010802": "Slime Cryo - Evento de Espinadragón (Slime_Ice_02_Activity)",
"20010803": "Slime Cryo (Slime_Ice_02)",
"20010901": "Slime Gigante Cryo (Slime_Ice_03)",
"20010902": "Slime Gigante Cryo - Evento de Espinadragón (Slime_Ice_03_Activity)",
"20010903": "Slime Gigante Cryo (Slime_Ice_03)",
"20010904": "Slime Gigante Cryo (Slime_Ice_03_AttackEnhance)",
"20010905": "Slime Gigante Cryo (Slime_Ice_03_SimpleStick)",
"20011001": "Slime Hydro (Slime_Water_02)",
"20011002": "Slime Hydro (Slime_Water_02)",
"20011101": "Slime Gigante Hydro (Slime_Water_03)",
"20011102": "Slime Gigante Hydro (Slime_Water_03)",
"20011103": "Slime Gigante Hydro (Slime_Water_03_AttackEnhance)",
"20011201": "Slime Pyro (Slime_Fire_02)",
"20011202": "Slime Pyro (Slime_Fire_Tutorial)",
"20011203": "Slime Pyro (Slime_Fire_02)",
"20011204": "Slime Pyro (Slime_Fire_02_SimpleStick)",
"20011301": "Slime Gigante Pyro (Slime_Fire_03)",
"20011302": "Slime Gigante Pyro (Slime_Fire_03)",
"20011304": "Slime Gigante Pyro (Slime_Fire_03_AttackEnhance)",
"20011305": "Slime Gigante Pyro (Slime_Fire_03_SimpleStick)",
"20011401": "Slime Geo (Slime_Rock_02)",
"20011402": "Slime Geo (Slime_Rock_02)",
"20011501": "Slime Gigante Geo (Slime_Rock_03)",
"20011502": "Slime Gigante Geo (Slime_Rock_03_AttackEnhance)",
"20011503": "Slime Gigante Geo (Slime_Rock_03)",
"20011601": "Invocación de Hipostasis Hydro - División mayor (Effigy_Water_Underling_Ooze_01)",
"20011701": "Invocación de Hipostasis Hydro - División menor (Effigy_Water_Underling_Ooze_02)",
"20011801": "Invocación de Hipostasis Hydro - Autodestrucción (Effigy_Water_Underling_Ooze_03)",
"20011901": "Invocación de Hipostasis Hydro - Sanación (Effigy_Water_Underling_Ooze_04)",
"20012001": "Hipóstasis Hydro - Invocación (Effigy_Water_Underling_Ooze_05)",
"20012101": "Hipóstasis Hydro - Invocación (Effigy_Water_Underling_Ooze_06)",
"20012201": "Hipóstasis Hydro - Invocación (Effigy_Water_Underling_Ooze_07)",
"20020101": "Ojo de la Tormenta (Elemental_Wind_01)",
"20050201": "Jabalí oceánido (Monster_Oceanid_Boar)",
"20050202": "Jabalí oceánido fortalecido (Monster_Oceanid_Boar_02)",
"20050203": "Jabalí hidromimético (Monster_Oceanid_Boar_02)",
"20050301": "Grulla oceánida (Monster_Oceanid_Crane)",
"20050302": "Grulla hidromimética (Monster_Oceanid_Crane)",
"20050401": "Cangrejo oceánido (Monster_Oceanid_Crab)",
"20050402": "Cangrejo oceánido fortalecido (Monster_Oceanid_Crab_02)",
"20050403": "Cangrejo hidromimético (Monster_Oceanid_Crab)",
"20050501": "Pinzón oceánido (Monster_Oceanid_Tit)",
"20050502": "Pinzón hidromimético (Monster_Oceanid_Tit)",
"20050601": "Pato oceánido (Monster_Oceanid_Wigeon)",
"20050602": "Pato oceánido de tierra (Monster_Oceanid_Wigeon_02)",
"20050603": "Pato hidromimético (Monster_Oceanid_Wigeon_02)",
"20050701": "Ardilla oceánida (Monster_Oceanid_Squirrel)",
"20050702": "Ardilla oceánida fortalecida (Monster_Oceanid_Squirrel_02)",
"20050703": "Ardilla hidromimética (Monster_Oceanid_Squirrel)",
"20050801": "Rana oceánida (Monster_Oceanid_Frog)",
"20050802": "Rana hidromimética (Monster_Oceanid_Frog)",
"20050901": "Ave rapaz oceánida (Monster_Oceanid_Falcon)",
"20060101": "Espectro Hydro (Sylph_Water_01)",
"20060201": "Espectro Geo (Sylph_Rock_01)",
"20060301": "Espectro Anemo (Sylph_Wind_01)",
"20060401": "Espectro Cryo (Sylph_Ice_01)",
"20060501": "Espectro Electro (Sylph_Electric_01)",
"20060601": "Espectro Pyro (Sylph_Fire_01)",
"20060701": "Espectro Dendro (Sylph_Grass_01)",
"21010101": "Hilichurl (Hili_None_01)",
"21010102": "Hilichurl (Hili_None_01)",
"21010201": "Hilichurl Guerrero (Hili_None_01_Club)",
"21010301": "Hilichurl con Escudo de Madera (Hili_None_01_Shield)",
"21010302": "Hilichurl con Escudo de Madera (Hili_None_01_Shield)",
"21010401": "Hilichurl Ballestero (Hili_None_01_Range)",
"21010402": "Test_Hilichurl arquero variado (Hili_None_01_Range_Multi)",
"21010501": "Hilichurl Ballestero Pyro (Hili_Fire_Range)",
"21010502": "Test_Hilichurl Pyro arquero variado (Hili_Fire_Range_Multi)",
"21010601": "Hilichurl Lanzagranadas (Hili_Fire_Bomb)",
"21010603": "Hilichurl Lanzagranadas (Hili_Fire_Bomb_AttackEnhance)",
"21010701": "Hilichurl Berserker (Hili_Fire_Rush)",
"21010702": "Hilichurl Berserker (Hili_Fire_Rush)",
"21010901": "Hilichurl Ballestero Cryo (Hili_Ice_Range)",
"21010902": "Test_Hilichurl Cryo arquero variado (Hili_Ice_Range_Multi)",
"21011001": "Hilichurl Ballestero Electro (Hili_Electric_Range)",
"21011002": "Test_Hilichurl Electro arquero variado (Hili_Electric_Range_Multi)",
"21011201": "Hilichurl con Escudo de Piedra (Hili_None_01_RockShield)",
"21011202": "Hilichurl con Escudo de Piedra (Hili_None_01_RockShield)",
"21011301": "Hilichurl Granadero Cryo (Hili_Ice_Bomb)",
"21011302": "Hilichurl Granadero Cryo - ATQ mejorado (Hili_Ice_Bomb_AttackEnhance)",
"21011401": "Hilichurl con Escudo Cryo (Hili_Ice_IceShield)",
"21011402": "Hilichurl con Escudo Cryo (Hili_Ice_IceShield)",
"21011403": "Hilichurl con Escudo Cryo - Espinadragón (Hili_Ice_IceShield_Activity)",
"21011501": "Hilichurl Extraño Desarmado (Hili_Wei_NoWeapon_01)",
"21011601": "Hilichurl Lanzagranadas Electro (Hili_Electric_Bomb)",
"21011602": "Hilichurl Lanzagranadas Electro - ATQ mejorado (Hili_Electric_Bomb_AttackEnhance)",
"21020101": "Mitachurl con Escudo de Madera (Brute_None_Shield)",
"21020102": "Mitachurl con Escudo de Madera (Brute_None_Shield)",
"21020201": "Mitachurl con Hacha de Fuego (Brute_None_Axe)",
"21020202": "Mitachurl con Hacha de Fuego (Brute_None_Axe_AttackEnhance)",
"21020203": "Mitachurl con Hacha de Fuego (Brute_None_Axe)",
"21020301": "Mitachurl con Escudo de Piedra (Brute_None_RockShield)",
"21020302": "Mitachurl con Escudo de Piedra (Brute_None_RockShield)",
"21020401": "Lawachurl Brazo Helado (Brute_Ice_None)",
"21020402": "Lawachurl Brazo Helado (Brute_Ice_None)",
"21020501": "Lawachurl Acorazado (Brute_Rock_None)",
"21020502": "Lawachurl Acorazado (Brute_Rock_None)",
"21020601": "Mitachurl con Escudo Cryo (Brute_Ice_Shield)",
"21020602": "Mitachurl con Escudo Cryo (Brute_Ice_Shield)",
"21020701": "Mitachurl con Hacha Electro (Brute_Electric_Axe)",
"21020702": "Mitachurl con Hacha Electro (Brute_Electric_Axe)",
"21020703": "Mitachurl con Hacha Electro - ATQ mejorado (Brute_Electric_Axe_AttackEnhance)",
"21020801": "Lawachurl Electroyelmo (Brute_Electric_None)",
"21020802": "Lawachurl Electroyelmo (Brute_Electric_None)",
"21030101": "Samachurl Hydro (Shaman_Water_01)",
"21030102": "Samachurl Hydro (Shaman_Water_01)",
"21030103": "Test_Samachurl Hydro curación en movimiento (Shaman_Water_01_HealEnhance)",
"21030201": "Samachurl Dendro (Shaman_Grass_01)",
"21030202": "Samachurl Dendro (Shaman_Grass_01)",
"21030203": "Samachurl Dendro (Shaman_Grass_01_SupportEnhance)",
"21030301": "Samachurl Anemo (Shaman_Wind_01)",
"21030302": "Samachurl Anemo (Shaman_Wind_01)",
"21030303": "Test_Samachurl Anemo campos de viento fortalecido (Shaman_Wind_01_WindZoneEnhance)",
"21030304": "Samachurl Anemo (Shaman_Wind_01_AttackEnhance)",
"21030401": "Samachurl Geo (Shaman_Rock_01)",
"21030402": "Samachurl Geo (Shaman_Rock_01_SupportEnhance)",
"21030403": "Samachurl Geo (Shaman_Rock_01)",
"21030501": "Samachurl Cryo (Shaman_Ice_01)",
"21030502": "Samachurl (Shaman_Ice_01)",
"21030601": "Samachurl Electro (Shaman_Electric_01)",
"21030602": "Samachurl Electro (Shaman_Electric_01)",
"21030603": "Samachurl Electro - Apoyo mejorado (Shaman_Electric_01_SupportEnhance)",
"22010101": "Mago del Abismo Pyro (Abyss_Fire_01)",
"22010102": "Test_Mago del Abismo Pyro escudo fortalecido (Abyss_Fire_01_ShieldEnhance)",
"22010103": "Test_Mago del Abismo Pyro teletransporte fortalecido (Abyss_Fire_01_BlinkEnhance)",
"22010104": "Test_进攻强化火深渊法师 (Abyss_Fire_01_AttackEnhance)",
"22010105": "Mago del Abismo Pyro (Abyss_Fire_01)",
"22010201": "Mago del Abismo Cryo (Abyss_Ice_01)",
"22010202": "Test_Mago del Abismo Cryo escudo fortalecido (Abyss_Ice_01_ShieldEnhance)",
"22010203": "Test_Mago del Abismo Cryo teletransporte fortalecido (Abyss_Ice_01_BlinkEnhance)",
"22010204": "Test_进攻强化冰深渊法师 (Abyss_Ice_01_AttackEnhance)",
"22010205": "Mago del Abismo Cryo (Abyss_Ice_01)",
"22010301": "Mago del Abismo Hydro (Abyss_Water_01)",
"22010302": "Test_Mago del Abismo Hydro escudo fortalecido (Abyss_Water_01_ShieldEnhance)",
"22010303": "Test_Mago del Abismo Hydro teletransporte fortalecido (Abyss_Water_01_BlinkEnhance)",
"22010304": "Test_进攻强化水深渊法师 (Abyss_Water_01_AttackEnhance)",
"22010305": "Mago del Abismo Hydro (Abyss_Water_01)",
"22010401": "Mago del Abismo Electro (Abyss_Electric_01)",
"22010402": "Mago del Abismo Electro (Abyss_Electric_01)",
"22010403": "Mago del Abismo Electro - DEF mejorada (Abyss_Electric_01_ShieldEnhance)",
"22010404": "Mago del Abismo Electro - ATQ mejorado (Abyss_Electric_01_AttackEnhance)",
"22020101": "Emisario del Abismo - Rápidos malignos (desaparecido) (Invoker_Herald_Water_01)",
"22020102": "Emisario del Abismo - Rápidos malignos (permanente) (Invoker_Herald_Water_01)",
"22020103": "Emisario del Abismo - Rápidos malignos (Invoker_Herald_Water_01)",
"22030101": "Bardo del Abismo - Trueno púrpura (desaparecido) (Invoker_Deacon_Electric_01)",
"22030102": "Bardo del Abismo - Trueno púrpura (permanente) (Invoker_Deacon_Electric_01)",
"22030103": "Bardo del Abismo - Trueno púrpura (Invoker_Deacon_Electric_01)",
"22030201": "Bardo del Abismo - Llamas abismales (Invoker_Deacon_Fire_01)",
"22030202": "Bardo del Abismo - Llamas abismales (Invoker_Deacon_Fire_01)",
"22040101": "Cachorro Acechador Lítico (Hound_Kanis_Rock_01)",
"22040201": "Cachorro Acechador Eléctrico (Hound_Kanis_Electric_01)",
"22050101": "Sabueso Acechador Lítico (Hound_Riftstalker_Rock_01)",
"22050201": "Sabueso Acechador Eléctrico (Hound_Riftstalker_Electric_01)",
"22070101": "Soldado del Vacío - Abanderado (ForlornVessel_Strong_Warbanner_Fire_01)",
"22070102": "Soldado del Vacío - Abanderado (ForlornVessel_Strong_Warbanner_Fire_02)",
"22070201": "Soldado del Vacío - Rompefilas (ForlornVessel_Strong_Lance_Water_01)",
"22070202": "Soldado del Vacío - Rompefilas (ForlornVessel_Strong_Lance_Water_02)",
"22070301": "Soldado del Vacío - Defensor (ForlornVessel_Strong_Chargebow_Ice_01)",
"22070302": "Soldado del Vacío - Defensor (ForlornVessel_Strong_Chargebow_Ice_02)",
"22080101": "Caballero Serpiente Negra - Aire afilado (Darkwraith_Strong_Wind_01)",
"22090101": "Darksign_Shadow_01",
"23010101": "Soldado Fatui - Guardia con Cañón Cryo (Skirmisher_Male_Fat_SprayGun_Ice_01)",
"23010201": "Soldado Fatui - Guardia con Cañón Hydro (Skirmisher_Male_Fat_SprayGun_Water_01)",
"23010301": "Soldado Fatui - Electromartillador de Vanguardia (Skirmisher_Male_Strong_GreatHammer_Electric_01)",
"23010401": "Soldado Fatui - Guerrillero Geo (Skirmisher_Male_Standard_Staff_Rock_01)",
"23010501": "Soldado Fatui - Boxeador Anemo de Vanguardia (Skirmisher_Male_Strong_Gloves_Wind_01)",
"23010601": "Soldado Fatui - Guerrillero con Cañón Pyro (Skirmisher_Male_Standard_Rifle_Fire_01)",
"23020101": "Fatui - Recaudador (Fatuus_Fire_01)",
"23020102": "Soldado Fatui - Recaudador Pyro (Fatuus_Fire_01_AttackEnhance)",
"23030101": "Fatui - Maga de Cicin Electro (Fatuus_Summoner_01)",
"23030102": "Soldado Fatui - Maga de Cicin Electro (Fatuus_Summoner_01_AttackEnhance)",
"23040101": "Fatui - Maga de Cicin Cryo (Fatuus_Mage_Ice_01)",
"23040102": "Maga de Cicin Cryo - ATQ mejorado (Fatuus_Mage_Ice_01_AttackEnhance)",
"23050101": "Fatui - Doncella del Espejo (Fatuus_Maiden_Water_01)",
"24010101": "Guardián de las Ruinas (Defender_None_01)",
"24010102": "Guardián de las Ruinas (Defender_None_01)",
"24010108": "Guardián de las Ruinas (Defender_None_08)",
"24010109": "Guardián de las Ruinas (Defender_None_09)",
"24010201": "Cazador de las Ruinas (Formathr_None)",
"24010202": "Cazador de las Ruinas (Formathr_None)",
"24010301": "Demoledor de las Ruinas (Konungmathr_None)",
"24010302": "Demoledor de las Ruinas (Konungmathr_None)",
"24010303": "Demoledor de las Ruinas (versión de minado) (Konungmathr_None_Dig)",
"24010304": "Demoledor de las Ruinas (Konungmathr_None_WQ)",
"24020101": "Patrullero de las Ruinas (Apparatus_Enigma_BionicDrone)",
"24020102": "Patrullero de las Ruinas (simplificado) (Apparatus_Enigma_BionicDrone)",
"24020103": "Patrullero de las Ruinas (reforzado) (Apparatus_Enigma_BionicDrone)",
"24020201": "Destructor de las Ruinas (Apparatus_Enigma_BionicFlora)",
"24020202": "Destructor de las Ruinas (simplificado) (Apparatus_Enigma_BionicFlora)",
"24020203": "Destructor de las Ruinas (reforzado) (Apparatus_Enigma_BionicFlora)",
"24020301": "Defensor de las Ruinas (Apparatus_Enigma_BionicInsecta)",
"24020302": "Defensor de las Ruinas (simplificado) (Apparatus_Enigma_BionicInsecta)",
"24020303": "Defensor de las Ruinas (reforzado) (Apparatus_Enigma_BionicInsecta)",
"24020304": "Defensor de las Ruinas (Apparatus_Enigma_BionicInsecta_Karkata)",
"24020401": "Explorador de las Ruinas (Apparatus_Enigma_BionicNettler)",
"24020402": "Explorador de las Ruinas (simplificado) (Apparatus_Enigma_BionicNettler)",
"24020403": "Explorador de las Ruinas (reforzado) (Apparatus_Enigma_BionicNettler)",
"24030101": "Dragón de las Ruinas - Vigía aéreo (Gargoyle_Airborne_01)",
"24030201": "Dragón de las Ruinas - Vigía terrestre (Gargoyle_Ground_01)",
"24040101": "Creación Primigenia - Repulsora (Monolith_Ordinator_01)",
"24040201": "Creación Primigenia - Remodeladora (Monolith_Ordinator_02)",
"24040301": "Creación Primigenia - Prospectora (Monolith_Ordinator_03)",
"24990101": "Monster_Alternate_01",
"25010101": "“Liuliu” (Thoarder_Male_NoWeapon_01)",
"25010102": "Persona misteriosa (Thoarder_Male_Standard_NoWeapon_01_02)",
"25010103": "Ladrón de Tesoros - Liuliu (Thoarder_Male_Standard_NoWeapon_01_03)",
"25010104": "Ladrón de Tesoros - Liuliu (Thoarder_Male_Standard_NoWeapon_01_04)",
"25010105": "Ladrón de Tesoros - Liuliu (Thoarder_Male_Slippie_01)",
"25010106": "Ladrón de Tesoros - Liuliu (Thoarder_Male_Slippie_01)",
"25010201": "Centinela de los Ladrones de Tesoros (Thoarder_Male_Standard_NoWeapon_02)",
"25010203": "Ladrón de Tesoros - Centinela (Thoarder_Male_Standard_NoWeapon_02_03)",
"25010204": "Ladrón de Tesoros - Centinela (Thoarder_Male_Standard_NoWeapon_02_04)",
"25010205": "Ladrón de Tesoros - Centinela (Thoarder_Male_Standard_NoWeapon_02_05)",
"25010206": "Ladrón de Tesoros - Centinela (Thoarder_Male_Standard_NoWeapon_02_06)",
"25010207": "Ladrón de Tesoros - Centinela (Thoarder_Male_Standard_NoWeapon_02_07)",
"25010208": "Ladrón de Tesoros - Centinela (Thoarder_Male_Standard_NoWeapon_02_08)",
"25010209": "Thoarder_Male_Standard_NoWeapon_02_09",
"25010210": "Thoarder_Male_Standard_NoWeapon_02_10",
"25010211": "Thoarder_Male_Standard_NoWeapon_02_11",
"25010301": "Ladrón de Tesoros - Maestro de Pociones Pyro (Thoarder_Male_Standard_NoWeapon_Fire_01)",
"25010302": "Ladrón de Tesoros - Maestro de Pociones Pyro (Thoarder_Male_Standard_NoWeapon_Fire_01)",
"25010401": "Ladrón de Tesoros - Maestro de Pociones Hydro (Thoarder_Male_Standard_NoWeapon_Water_01)",
"25010501": "Ladrón de Tesoros - Maestro de Pociones Electro (Thoarder_Male_Standard_NoWeapon_Electric_01)",
"25010601": "Ladrón de Tesoros - Maestro de Pociones Cryo (Thoarder_Male_Standard_NoWeapon_Ice_01)",
"25010701": "Ladrón de Tesoros - Mozo (Thoarder_Male_Fat_NoWeapon_01)",
"25020101": "Ave Rapaz (Thoarder_Male_Crossbow_01)",
"25020102": "Ladrones de Tesoros- Ave Rapaz (Thoarder_Male_Crossbow_01_02)",
"25020201": "Arquero Divino de los Ladrones de Tesoros (Thoarder_Male_Standard_Crossbow_02)",
"25020204": "Ladrón de Tesoros - Ballestero (Thoarder_Male_Standard_Crossbow_02_03)",
"25030101": "“Carmen” (Thoarder_Male_Shovel_01)",
"25030102": "Ladrón de Tesoros - Carmelo (Thoarder_Male_Fat_Shovel_01)",
"25030103": "Ladrón de Tesoros - Carmelo (Thoarder_Male_Fat_Shovel_01)",
"25030201": "Asaltante de Tumbas de los Ladrones de Tesoros (Thoarder_Male_Fat_Shovel_03)",
"25030301": "Remero de los Ladrones de Tesoros (Thoarder_Male_Fat_Shovel_02)",
"25040101": "“Jefa” (Thoarder_Female_Hatchet_01)",
"25040102": "Ladrón de Tesoros - Jefa (Thoarder_Female_Hatchet_02)",
"25040103": "Ladrón de Tesoros - Jefa (Thoarder_Female_Hatchet_02)",
"25050101": "Soldado de la Geoarmada (Millelith_Male_01)",
"25050201": "Sargento de la Geoarmada (Millelith_Male_02)",
"25050301": "Ashigaru del shogunato (Aahigaru_Male_01)",
"25050401": "Capitán Ashigaru del shogunato (AahigaruTaisho_Male_01)",
"25050402": "Capitán Ashigaru del shogunato (AahigaruTaisho_Male_01_02)",
"25050501": "Secuaz de Sangonomiya (Aahigaru_Male_02)",
"25050502": "Secuaz de Sangonomiya (Aahigaru_Male_02_02)",
"25050503": "Secuaz de Sangonomiya (Aahigaru_Male_03)",
"25060101": "Ladrón de Tesoros - Boxeador (Thoarder_MuscleMan_NoWeapon_01)",
"25060102": "Ladrón de Tesoros - Boxeador (Thoarder_MuscleMan_NoWeapon_01_02)",
"25070101": "Ladrón de Tesoros - Aplastador (Thoarder_MuscleMan_Hammer_01)",
"25070201": "Ladrón de Tesoros - Wallenstein (Thoarder_MuscleMan_Hammer_02)",
"25070202": "Ladrón de Tesoros - Wallenstein (Thoarder_MuscleMan_Hammer_02)",
"25080101": "Ronin (Samurai_Ronin_01)",
"25080201": "Ronin - Bandido de la montaña (Samurai_Ronin_02)",
"25080202": "Nobushi - Deuda del fuego (Samurai_Ronin_04)",
"25080301": "Ronin - Agente encubierto (Samurai_Ronin_03)",
"25080401": "Samurái del Shogunato (Samurai_Hatamoto_01)",
"25080402": "Asistente de Samurái (Samurai_Hatamoto_02)",
"25080403": "Asistente de Samurái (Samurai_Hatamoto_03)",
"25080404": "Asistente de Samurái (Samurai_Hatamoto_03)",
"25080405": "Asistente de Samurái (Samurai_Hatamoto_04)",
"25100101": "Samurái Kairagi Electro (Samurai_Kairagi_01)",
"25100102": "Samurái Kairagi - Rayo danzarín (Samurai_Kairagi_05)",
"25100201": "Samurái Kairagi Pyro (Samurai_Kairagi_02)",
"25100202": "Samurái Kairagi - Amenaza ígnea (Samurai_Kairagi_07)",
"25100301": "Samurái Kairagi - Espectro eléctrico (Samurai_Kairagi_03)",
"25100302": "Guerrero caído - Trueno embrujado (Samurai_Kairagi_06)",
"25100401": "Samurái Kairagi - Espectro ígneo (Samurai_Kairagi_04)",
"25110101": "Ominoespíritu - Dragón rocoso (Gator_Eremite_Rock_01)",
"25110102": "Ominoespíritu - Dragón rocoso (Gator_Eremite_Rock_02)",
"25110201": "Ominoespíritu - Milano de viento (Vulture_Eremite_Wind_01)",
"25110202": "Ominoespíritu - Milano de viento (Vulture_Eremite_Wind_02)",
"25110301": "Ominoespíritu - Escorpio ígneo (Scorpion_Eremite_Fire_01)",
"25110401": "Ominoespíritu - Ánima dendrofidia (Chrysopelea_Eremite_Grass_01)",
"25210101": "Eremita Hachera (Eremite_Female_Hatchet_01)",
"25210102": "Eremita Hachera (Eremite_Female_Hatchet_02)",
"25210103": "Eremita Hachera (Eremite_Female_Hatchet_03)",
"25210104": "EremiteElite_Female_Hatchet_01",
"25210105": "EremiteElite_Female_Hatchet_02",
"25210106": "EremiteElite_Female_Hatchet_03",
"25210107": "Eremita Hachera (Eremite_Female_Hatchet_04)",
"25210108": "Eremite_Female_Hatchet_05",
"25210109": "NPC_Quest_Female_Standard_Nailan_20933",
"25210201": "Eremita Ballestero (Eremite_Male_Standard_Crossbow_01)",
"25210202": "Eremita Ballestero (Eremite_Male_Standard_Crossbow_02)",
"25210203": "Eremita Ballestero (Eremite_Male_Standard_Crossbow_03)",
"25210204": "EremiteElite_Male_Standard_Crossbow_01",
"25210205": "EremiteElite_Male_Standard_Crossbow_02",
"25210206": "EremiteElite_Male_Standard_Crossbow_03",
"25210207": "Eremita Ballestero (Eremite_Male_Standard_Crossbow_04)",
"25210208": "NPC_Quest_Male_Standard_Eremite_01",
"25210209": "NPC_Quest_Male_Standard_Eremite_02",
"25210210": "NPC_Sumeru_Male_Standard_Aderfi_4293",
"25210211": "NPC_Quest_Male_Standard_Assassin02_20940",
"25210301": "Eremita Alabardero (Eremite_Male_Standard_Pole_01)",
"25210302": "Eremita Alabardero (Eremite_Male_Standard_Pole_02)",
"25210303": "Eremita Alabardero (Eremite_Male_Standard_Pole_03)",
"25210304": "EremiteElite_Male_Standard_Pole_01",
"25210305": "EremiteElite_Male_Standard_Pole_02",
"25210306": "EremiteElite_Male_Standard_Pole_03",
"25210307": "Eremite_Male_Standard_Pole_01",
"25210308": "NPC_Sumeru_Male_Standard_Warden03_4298",
"25210309": "NPC_Sumeru_Male_Standard_Warden04_4299",
"25210401": "Eremita Rompefilas (Eremite_MuscleMan_Gloves_01)",
"25210402": "Eremita Rompefilas (Eremite_MuscleMan_Gloves_02)",
"25210403": "Eremita Rompefilas (Eremite_MuscleMan_Gloves_03)",
"25210404": "EremiteElite_MuscleMan_Gloves_01",
"25210405": "EremiteElite_MuscleMan_Gloves_02",
"25210406": "EremiteElite_MuscleMan_Gloves_03",
"25210407": "NPC_Quest_MuscleMan_Standard_Eremite_01",
"25210408": "NPC_Quest_MuscleMan_Standard_Assassin01_20913",
"25210501": "Eremita Espadachín (Eremite_MuscleMan_Simitar_01)",
"25210502": "Eremita Espadachín (Eremite_MuscleMan_Simitar_02)",
"25210503": "Eremita Espadachín (Eremite_MuscleMan_Simitar_03)",
"25210504": "EremiteElite_MuscleMan_Simitar_01",
"25210505": "EremiteElite_MuscleMan_Simitar_02",
"25210506": "EremiteElite_MuscleMan_Simitar_03",
"25210507": "Eremite_MuscleMan_Simitar_04",
"25210508": "NPC_Sumeru_MuscleMan_Standard_Yuften_4294",
"25210601": "Eremite_Male_Standard_NoWeapon_01",
"25210602": "Eremite_Male_Standard_NoWeapon_02",
"25310101": "Eremita Ablucionadora (Eremite_Female_Slim_PushDagger_01)",
"25310102": "Eremite_Female_Slim_PushDagger_02",
"25310201": "Eremita Congelafuegos (Eremite_Male_Standard_Glaive_01)",
"25310202": "Eremite_Male_Standard_Glaive_02",
"25310301": "Eremita Invocatruenos (Eremite_Male_Standard_Polearm_01)",
"25410101": "Eremita Hechizarrocas (Eremite_Male_Strong_Katar_01)",
"25410102": "Eremite_Male_Strong_Katar_02",
"25410103": "Eremite_Male_Strong_Katar_03",
"25410201": "Eremita Cazavientos (Eremite_Female_Standard_Longbow_01)",
"25410202": "Eremite_Female_Standard_Longbow_02",
"25410301": "Eremita Susurrarenas (Eremite_Female_Standard_Oracle_01)",
"25410302": "Eremite_Female_Standard_Oracle_02",
"25410303": "Eremite_Female_Standard_Oracle_03",
"25410401": "Eremita Danzacróbata (Eremite_Female_Standard_Dancer_01)",
"26010101": "Megaflora Cryo (Mimik_Ice)",
"26010102": "Megaflora Cryo (Evento de Espinadragón) (Mimik_Ice_Activity)",
"26010201": "Megaflora Pyro (Mimik_Fire)",
"26010301": "Megaflora Electro (Mimik_Electric)",
"26030101": "Cría de Dragarto Geo (Wyrm_Rock)",
"26040101": "Dragarto Geo: Hydro (Drake_Rock_01_Water)",
"26040102": "Dragarto Geo: Pyro (Drake_Rock_01_Fire)",
"26040103": "Dragarto Geo: Cryo (Drake_Rock_01_Ice)",
"26040104": "Dragarto Geo: Electro (Drake_Rock_01_Elec)",
"26040105": "Dragarto Geo: Hydro (Drake_Rock_01_Water)",
"26050601": "Dragarto de las Profundidades Primordial (Drake_DeepSea_Water_01)",
"26050901": "Dragarto de las Profundidades Primordial (Drake_DeepSea_Water_02)",
"26051001": "Dragarto de las Profundidades - Hielo mordaz (Drake_Deepsea_Ice_02)",
"26051101": "Dragarto de las Profundidades - Engulletruenos (Drake_Deepsea_Electric_02)",
"26060101": "Cicin Electro (Cicin_Thunder_01)",
"26060201": "Cicin Hydro (Cicin_Water_01)",
"26060301": "Cicin Cryo (Cicin_Ice_01)",
"26090101": "Flotihongo Hydro (Fungus_Un_Gamma_Water_01)",
"26090190": "Flotihongo Hydro (Fungus_Un_Gamma_Water_Enemy)",
"26090191": "Flotihongo Hydro (Fungus_Un_Gamma_Water_01_Capture)",
"26090201": "Flotihongo Dendro (Fungus_Un_Delta_Grass_01)",
"26090202": "Flotihongo Dendro (Fungus_Un_Delta_Grass_01_02)",
"26090290": "Flotihongo Dendro (Fungus_Un_Delta_Grass_Enemy)",
"26090291": "Flotihongo Dendro (Fungus_Un_Delta_Grass_01_Capture)",
"26090301": "Flotihongo Anemo (Fungus_Un_Delta_Wind_01)",
"26090390": "Flotihongo Anemo (Fungus_Un_Delta_Wind_Enemy)",
"26090391": "Flotihongo Anemo (Fungus_Un_Delta_Wind_01_Capture)",
"26090401": "Girohongo Electro (Fungus_Trois_Epsilon_Electric_01)",
"26090490": "Girohongo Electro (Fungus_Trois_Epsilon_Electric_Enemy)",
"26090491": "Girohongo Electro (Fungus_Trois_Epsilon_Electric_01_Capture)",
"26090501": "Girohongo Cryo (Fungus_Trois_Alpha_Ice_01)",
"26090590": "Girohongo Cryo (Fungus_Trois_Alpha_Ice_Enemy)",
"26090591": "Girohongo Cryo (Fungus_Trois_Alpha_Ice_01_Capture)",
"26090601": "Girohongo Pyro (Fungus_Trois_Gamma_Fire_01)",
"26090690": "Girohongo Pyro (Fungus_Trois_Gamma_Fire_Enemy)",
"26090691": "Girohongo Pyro (Fungus_Trois_Gamma_Fire_01_Capture)",
"26090701": "Flexihongo Pyro (Fungus_Deux_Alpha_Fire_01)",
"26090790": "Flexihongo Pyro (Fungus_Deux_Alpha_Fire_Enemy)",
"26090791": "Flexihongo Pyro (Fungus_Deux_Alpha_Fire_01_Capture)",
"26090801": "Flexihongo Anemo (Fungus_Deux_Epsilon_Wind_01)",
"26090890": "Flexihongo Anemo (Fungus_Deux_Epsilon_Wind_Enemy)",
"26090891": "Flexihongo Anemo (Fungus_Deux_Epsilon_Wind_01_Capture)",
"26090901": "Flexihongo Geo (Fungus_Deux_Beta_Rock_01)",
"26090990": "Flexihongo Geo (Fungus_Deux_Beta_Rock_Enemy)",
"26090991": "Flexihongo Geo (Fungus_Deux_Beta_Rock_01_Capture)",
"26091001": "Flexihongo Electro (Fungus_Deux_Delta_Electric_01)",
"26091090": "Flexihongo Electro (Fungus_Deux_Delta_Electric_Enemy)",
"26091091": "Flexihongo Electro (Fungus_Deux_Delta_Electric_01_Capture)",
"26100301": "Buitre Escarlata Sacróseo (Vulture_Sacred_Fire_01)",
"26100401": "Escorpión Sacróseo (Scorpion_Sacred_Electric_01)",
"26100501": "Aerofidio Sacróseo (Chrysopelea_Sacred_Wind_01)",
"26120101": "Dendrohongo Alado (Fungus_Amanita_Unu_Anudatta_Grass_01)",
"26120201": "Cryohongo Alado (Fungus_Amanita_Unu_Svarita_Ices_01)",
"26120301": "Hydrohongo Terrestre (Fungus_Amanita_Du_Anudatta_Water_01)",
"26120401": "Geohongo Terrestre (Fungus_Amanita_Du_Udatta_Rock_01)",
"28020101": "Zorro de nieve (Fox_01)",
"28020102": "Zorro carmesí (Fox_02)",
"28020103": "Zorro de nieve con regalo (Fox_03)",
"28020104": "Zorro de nieve con regalo grande (Fox_04)",
"28020105": "Fox_01",
"28020106": "Fox_02",
"28020107": "Fox_02",
"28020108": "Fox_01_03",
"28020201": "Ardilla (Squirrel_01)",
"28020301": "Jabalí del bosque (Boar_01)",
"28020302": "Cría de jabalí del bosque (Boar_02)",
"28020303": "Jabalí de las nieves (Boar_03)",
"28020304": "Rey Jabalí de las Nieves (Boar_04)",
"28020305": "Jabalí de las nieves congelado (Boar_05)",
"28020306": "Boar_06",
"28020307": "Boar_01",
"28020308": "Boar_05",
"28020309": "Boar_09",
"28020310": "Boar_02_Hunt",
"28020311": "Boar_01_Hunt",
"28020312": "Boar_03_Hunt",
"28020313": "Boar_Grass",
"28020314": "Boar_Grass_Small",
"28020315": "Boar_09",
"28020401": "Sabueso del Norte (DogPrick_01)",
"28020402": "Sabueso guardabosques (DogPrick_02)",
"28020403": "Shiba (DogPrick_03)",
"28020404": "Sabueso de lomo negro (DogPrick_04)",
"28020405": "Shiba (DogPrick_05)",
"28020406": "Sabueso del Norte (evento de perros, campo de visión aumentado) (DogPrick_01_02)",
"28020407": "DogPrick_01",
"28020408": "DogPrick_02",
"28020409": "DogPrick_03",
"28020410": "DogPrick_04",
"28020501": "Zafiro (Cat_01)",
"28020502": "Gato de ojos de jade (Cat_02)",
"28020503": "Gato de nieve gris (Cat_03)",
"28020504": "Gato del Norte (Cat_04)",
"28020505": "Gato atigrado (Cat_05)",
"28020506": "Gato alguacil (Cat_06)",
"28020507": "Gato negro (Cat_07)",
"28020508": "Zafiro (Cat_01_02)",
"28020509": "Gato de nieve gris (evento de perros, campo de visión aumentado) (Cat_03_02)",
"28020510": "Cat_02",
"28020511": "Cat_03",
"28020512": "Cat_04",
"28020513": "Cat_05",
"28020601": "Hurón de las nieves (Marten_01)",
"28020602": "Hurón de cola roja (Marten_02)",
"28020603": "Hurón con botas (Marten_03)",
"28020604": "Hurón enmascarado (Marten_04)",
"28020605": "Marten_05",
"28020701": "Kitsune (Vulpes_01)",
"28020702": "Kitsune (evento de perros, campo de visión aumentado) (Vulpes_01_02)",
"28020801": "Tanuki (Inu_Tanuki_01)",
"28020802": "Inu_Tanuki_02",
"28020803": "Inu_Tanuki_03",
"28020901": "Perro samurái (patrulla) (Inu_Shihandai_01)",
"28020902": "Perro samurái (combate) (Inu_Shihandai_02)",
"28020903": "Inu_Shihandai_03",
"28020904": "Inu_Shihandai_04",
"28030101": "Garza azul (Crane_01)",
"28030102": "Ibis violeta (Crane_02)",
"28030103": "Crane_01",
"28030104": "Crane_01_Lbis",
"28030201": "Halcón de alas marrones (Falcon_01)",
"28030202": "Halcón pardo (Falcon_02)",
"28030203": "Milano lapis (Falcon_03)",
"28030204": "Halcón blanco (Falcon_04)",
"28030301": "Paloma blanca (Pigeon_01)",
"28030302": "Paloma coronada (Pigeon_02)",
"28030303": "Paloma alagrís (Pigeon_03)",
"28030304": "Paloma carmesí (Pigeon_04)",
"28030305": "Paloma azabache (Pigeon_05)",
"28030306": "Cuervo (Crow_01)",
"28030307": "Paloma blanca (Pigeon_01)",
"28030308": "Paloma coronada (Pigeon_02)",
"28030309": "Paloma alagrís (Pigeon_03)",
"28030310": "Paloma carmesí (Pigeon_04)",
"28030311": "Paloma azabache (Pigeon_05)",
"28030312": "Pigeon_01",
"28030313": "Pigeon_Beak_01",
"28030314": "Crow_01",
"28030401": "Pinzón carmesí (Tit_01)",
"28030402": "Pinzón dorado (Tit_02)",
"28030403": "Pinzón polar (Tit_03)",
"28030404": "Pinzón esmeralda (Tit_04)",
"28030405": "Tit_06",
"28030406": "Tit_01",
"28030407": "Tit_02",
"28030408": "Tit_03",
"28030409": "Tit_04",
"28030501": "Ánade picorrojo (Wigeon_01)",
"28030502": "Ánade esmeralda (Wigeon_02)",
"28030504": "Wigeon_01",
"28030505": "Wigeon_01",
"28040703": "Fishable_Ray_Stellamarisidae_02_01",
"28050201": "Hurón ladrón novato (Thoarder_Weasel_01)",
"28050202": "Hurón ladrón de tesoros (Thoarder_Weasel_02)",
"28050203": "Hurón ladrón dorado (Thoarder_Weasel_03)",
"28050204": "Thoarder_Weasel_01",
"28050211": "Hurón ladrón novato (Thoarder_Weasel_01)",
"28050212": "Hurón ladrón de tesoros (Thoarder_Weasel_02)",
"28050213": "Hurón ladrón dorado (Thoarder_Weasel_03)",
"28050221": "Thoarder_Weasel_01",
"28050222": "Thoarder_Weasel_02",
"28050223": "Thoarder_Weasel_03",
"28050501": "Electrohercules_01",
"28050502": "Electrohercules_02",
"28050503": "Electrohercules_03",
"28050504": "Electrohercules_04",
"28050505": "Electrohercules_05",
"28050506": "Electrohercules_06",
"28060101": "Gator_01",
"28060102": "Gator_Strong_01",
"28060103": "Gator_01",
"28060201": "Panther_01",
"28060202": "Panther_Strong_01",
"28060203": "Panther_01",
"28060301": "Vulture_01",
"28060302": "Vulture_01",
"28060401": "Scorpion_01",
"28060402": "Scorpion_01",
"28060501": "Megamoth_Desert_01",
"28060502": "Megamoth_Desert_02",
"28060503": "Megamoth_Desert_03",
"28060504": "Megamoth_Desert_01",
"28060505": "Megamoth_Desert_02",
"28060506": "Megamoth_Desert_03",
"28060509": "Megamoth_Desert_04",
"28060510": "Megamoth_Desert_05",
"28060511": "Megamoth_Desert_06",
"28060512": "Megamoth_Desert_07",
"28060513": "Megamoth_Desert_08",
"28060601": "Megamoth_Jungle_01",
"28060602": "Megamoth_Jungle_02",
"28060603": "Megamoth_Jungle_03",
"28060604": "Megamoth_Jungle_01",
"28060605": "Megamoth_Jungle_02",
"28060606": "Megamoth_Jungle_03",
"28060609": "Megamoth_Jungle_Strong_01",
"28060610": "Megamoth_Jungle_04",
"28060611": "Megamoth_Jungle_05",
"28060612": "Megamoth_Jungle_06",
"28060613": "Megamoth_Jungle_07",
"28060614": "Megamoth_Jungle_08",
"28060701": "Megamoth_Desert_04",
"28060801": "Megamoth_Desert_05",
"28060901": "Megamoth_Desert_06",
"28061001": "Megamoth_Desert_07",
"28061002": "Megamoth_Desert_08",
"28061101": "Megamoth_Jungle_04",
"28061201": "Megamoth_Jungle_05",
"28061301": "Megamoth_Jungle_06",
"28061401": "Megamoth_Jungle_07",
"28061402": "Megamoth_Jungle_08",
"28061501": "Chrysopelea_01",
"28061502": "Chrysopelea_01",
"28210101": "Cangrejo dorado doméstico (Homeworld_Crab_01)",
"28210102": "Cangrejo solar doméstico (Homeworld_Crab_02)",
"28210103": "Cangrejo oceánico doméstico (Homeworld_Crab_03)",
"28210104": "Cangrejo general doméstico (Homeworld_Crab_04)",
"28210105": "Cangrejo rojizo doméstico (Homeworld_Crab_05)",
"28210201": "Lagarto cornudo azul doméstico (Homeworld_Lizard_01)",
"28210202": "Lagarto cornudo rojo doméstico (Homeworld_Lizard_02)",
"28210203": "Lagarto cornudo verde doméstico (Homeworld_Lizard_03)",
"28210204": "Locha del anochecer doméstica (Homeworld_Salamander_01)",
"28210205": "Locha dorada doméstica (Homeworld_Salamander_02)",
"28210206": "Locha soleada doméstica (Homeworld_Salamander_03)",
"28210207": "Lagarto de médula doméstico (Homeworld_Lizard_04)",
"28210208": "Homeworld_Lizard_05",
"28210301": "Rana doméstica (Homeworld_Frog_01)",
"28210302": "Rana de barro doméstica (Homeworld_Frog_02)",
"28210303": "Rana azul doméstica (Homeworld_Frog_03)",
"28210304": "Homeworld_Frog_04",
"28210401": "Anguila adornada doméstica (Homeworld_Eel_01)",
"28210402": "Homeworld_Eel_02",
"28210403": "Anguila de aleta roja doméstica (Homeworld_Eel_03)",
"28210404": "Homeworld_Eel_04",
"28220101": "Zorro de nieve doméstico (Homeworld_Fox_01)",
"28220102": "Zorro carmesí doméstico (Homeworld_Fox_02)",
"28220108": "Homeworld_Fox_03",
"28220201": "Ardilla doméstica (Homeworld_Squirrel_01)",
"28220301": "Jabalí doméstico (Homeworld_Boar_01)",
"28220303": "Jabalí de las nieves doméstico (Homeworld_Boar_03)",
"28220313": "Homeworld_Boar_Grass",
"28220314": "Homeworld_Boar_Grass_Small",
"28220401": "Sabueso del Norte doméstico (Homeworld_DogPrick_01)",
"28220402": "Sabueso guardabosques doméstico (Homeworld_DogPrick_02)",
"28220403": "Shiba doméstico (Homeworld_DogPrick_03)",
"28220404": "Sabueso de lomo negro doméstico (Homeworld_DogPrick_04)",
"28220501": "Zafiro doméstico (Homeworld_Cat_01)",
"28220502": "Gato de ojos de jade doméstico (Homeworld_Cat_02)",
"28220503": "Gato de nieve gris doméstico (Homeworld_Cat_03)",
"28220504": "Gato del Norte doméstico (Homeworld_Cat_04)",
"28220505": "Gato atigrado doméstico (Homeworld_Cat_05)",
"28220506": "Gato alguacil doméstico (Homeworld_Cat_06)",
"28220601": "Hurón de las nieves doméstico (Homeworld_Marten_01)",
"28220602": "Hurón de cola roja doméstico (Homeworld_Marten_02)",
"28220603": "Hurón con botas doméstico (Homeworld_Marten_03)",
"28220604": "Homeworld_Marten_04",
"28220605": "Homeworld_Marten_05",
"28220701": "Kitsune doméstico (Homeworld_Vulpes_01)",
"28220901": "Perro samurái doméstico (Homeworld_Inu_Shihandai_01)",
"28230101": "Garza azul doméstica (Homeworld_Crane_01)",
"28230102": "Ibis violeta doméstico (Homeworld_Crane_02)",
"28230104": "Homeworld_Crane_01_Lbis",
"28230301": "Paloma blanca doméstica (Homeworld_Pigeon_01)",
"28230302": "Paloma coronada doméstica (Homeworld_Pigeon_02)",
"28230303": "Paloma alagrís doméstica (Homeworld_Pigeon_03)",
"28230304": "Paloma carmesí doméstica (Homeworld_Pigeon_04)",
"28230305": "Paloma azabache doméstica (Homeworld_Pigeon_05)",
"28230306": "Cuervo doméstico (Homeworld_Crow_01)",
"28230313": "Homeworld_Pigeon_Beak_01",
"28230401": "Pinzón carmesí doméstico (Homeworld_Tit_01)",
"28230402": "Pinzón dorado doméstico (Homeworld_Tit_02)",
"28230403": "Pinzón polar doméstico (Homeworld_Tit_03)",
"28230404": "Pinzón esmeralda doméstico (Homeworld_Tit_04)",
"28240201": "Medaka doméstico (Homeworld_Fishable_Maritime_Heliobatis_01)",
"28240202": "Medaka brillante doméstico (Homeworld_Fishable_Maritime_Heliobatis_02)",
"28240203": "Medaka flor dulce doméstico (Homeworld_Fishable_Maritime_Heliobatis_03)",
"28240204": "Medaka azul doméstico (Homeworld_Fishable_Maritime_Heliobatis_04)",
"28240205": "Atrapaauroras doméstico (Homeworld_Fishable_Maritime_Heliobatis_05)",
"28240206": "Pez de cristal doméstico (Homeworld_Fishable_Maritime_Heliobatis_06)",
"28240301": "Espinoso anfibio doméstico (Homeworld_Fishable_Maritime_Aspidorhynchus_01)",
"28240302": "Espinoso luchador doméstico (Homeworld_Fishable_Maritime_Aspidorhynchus_02)",
"28240303": "Espinoso venenoso doméstico (Homeworld_Fishable_Maritime_Aspidorhynchus_03)",
"28240304": "Akai maou doméstico (Homeworld_Fishable_Maritime_Aspidorhynchus_04)",
"28240305": "Pisanieves doméstico (Homeworld_Fishable_Maritime_Aspidorhynchus_05)",
"28240401": "Koi dorado doméstico (Homeworld_Fishable_Maritime_Cheirolepis_01)",
"28240402": "Koi plateado doméstico (Homeworld_Fishable_Maritime_Cheirolepis_02)",
"28240501": "Pez mariposa marrón doméstico (Homeworld_Fishable_Maritime_Doryaspis_01)",
"28240502": "Pez mariposa violeta doméstico (Homeworld_Fishable_Maritime_Doryaspis_02)",
"28240503": "Pez mariposa verdoso doméstico (Homeworld_Fishable_Maritime_Doryaspis_03)",
"28240504": "Pez ángel doméstico (Homeworld_Fishable_Maritime_Doryaspis_04)",
"28240505": "Pez ángel raimei doméstico (Homeworld_Fishable_Maritime_Doryaspis_05)",
"28240506": "Selénido doméstico (Homeworld_Fishable_Maritime_Doryaspis_06)",
"28240601": "Pez globo doméstico (Homeworld_Fishable_Maritime_Namazu_01)",
"28240602": "Pez globo amargo doméstico (Homeworld_Fishable_Maritime_Namazu_02)",
"28240701": "Homeworld_Fishable_Ray_Stellamarisidae_01_02",
"28240702": "Homeworld_Fishable_Ray_Stellamarisidae_01_03",
"28240801": "Homeworld_Fishable_Maritime_Batdiodan_01",
"28240802": "Homeworld_Fishable_Maritime_Batdiodan_02",
"28240803": "Homeworld_Fishable_Maritime_Batdiodan_03",
"28240804": "Homeworld_Fishable_Maritime_Batdiodan_04",
"28240901": "Homeworld_Fishable_Maritime_Apsva_01",
"28240902": "Homeworld_Fishable_Maritime_Apsva_02",
"28250101": "Cristalóptero Anemo doméstico (Homeworld_Wisp_Wind_01)",
"28250102": "Cristalóptero Geo doméstico (Homeworld_Wisp_Rock_01)",
"28250103": "Cristalóptero Cryo doméstico (Homeworld_Wisp_Ice_01)",
"28250104": "Cristalóptero Electro doméstico (Homeworld_Wisp_Electric_01)",
"28250105": "Homeworld_Wisp_Tokoyo_01",
"28250106": "Homeworld_Wisp_Grass_01",
"28250301": "Homeworld_Boltbug_Lightbug_01",
"28250401": "Homeworld_Boltbug_Scarab_01"
},
"MONSTER_BOSS": {
"20040101": "Hipostasis Electro - Aleph (Effigy_Electric_01)",
"20040102": "Hipostasis Electro - Aleph (evento) (Effigy_Electric_02)",
"20040201": "Hipostasis Anemo - Bett (Effigy_Wind_01)",
"20040202": "Hipostasis Anemo - Bett (evento) (Effigy_Wind_02)",
"20040301": "Hipostasis Geo - Grimorio (Effigy_Rock_01)",
"20040302": "Hipostasis Geo - Grimorio (evento) (Effigy_Rock_02)",
"20040401": "Hipostasis Hydro (Effigy_Water_01)",
"20040402": "Hipóstasis Hydro (Effigy_Water_02)",
"20040501": "Hipostasis Cryo - Daleth (Effigy_Ice_01)",
"20040502": "Hipóstasis Cryo (Effigy_Ice_01)",
"20040601": "Hipostasis Pyro - Ayin (Effigy_Fire_01)",
"20040602": "Hipóstasis Pyro (Effigy_Fire_02)",
"20040701": "Hipóstasis Dendro (Effigy_Grass_01)",
"20040702": "Hipóstasis Dendro (Effigy_Grass_02)",
"20050101": "Oceánida (Monster_Oceanid)",
"20050102": "Oceánida - Forma original (Monster_Oceanid_02)",
"20070101": "Manifestación del Trueno (Monster_Raijin_01)",
"22060101": "Rey Acechador Dorado (Monster_Hound_Planelurker_01)",
"24010401": "Serpiente de las Ruinas (Nithhoggr_None)",
"24021101": "Maquinaria Eterna (Apparatus_Perpetual)",
"24021102": "Maquinaria Eterna (exclusivo de evento de Inazuma (Apparatus_Perpetual)",
"24030301": "Dragón Aciagoeterno (Gargoyle_Fafnir_01)",
"24050101": "Algoritmo de Semi-Incesante Matriz de Observación Navegadora (Monolith_Starchild)",
"25090101": "General Títere (Samurai_Ningyo_01)",
"25090102": "General Títere - Clon de viento (Samurai_Ningyo_02)",
"25090103": "General Títere - Clon de hielo (Samurai_Ningyo_03)",
"25090104": "General Títere - Clon enmascarado (Samurai_Ningyo_04)",
"25090105": "Oni Espadachín (Samurai_Ningyo_05)",
"25090201": "General Títere - Clon de viento (con ícono) (Samurai_Ningyo_02)",
"25090301": "General Títere - Clon de hielo (con ícono) (Samurai_Ningyo_03)",
"25090401": "General Títere - Clon enmascarado (con ícono) (Samurai_Ningyo_04)",
"26010103": "Megaflora Cryo grande (evento 2.3) (Mimik_Fel)",
"26010104": "Megaflora Cryo (Mimik_Fel_02)",
"26020101": "Regisvid Cryo (Regisvine_Ice)",
"26020102": "Regisvid Cryo (Evento de Espinadragón) (Regisvine_Ice_Activity)",
"26020201": "Regisvid Pyro (Regisvine_Fire)",
"26020301": "Regisvid Electro (Regisvine_Electric)",
"26050101": "Protodragarto Geo: Hydro (Drake_Primo_Rock_01_Water)",
"26050201": "Protodragarto Geo: Pyro (Drake_Primo_Rock_01_Fire)",
"26050301": "Protodragarto Geo: Cryo (Drake_Primo_Rock_01_Ice)",
"26050401": "Protodragarto Geo: Electro (Drake_Primo_Rock_01_Elec)",
"26050501": "Protodragarto Geo - Evento (Drake_Primo_Rock_01_Activity)",
"26050701": "Dragarto de las Profundidades - Hielo mordaz (Drake_Deepsea_Ice_01)",
"26050702": "Dragarto de las Profundidades - Hielo mordaz (Drake_Deepsea_Ice_03)",
"26050801": "Dragarto de las Profundidades - Engulletruenos (Drake_Deepsea_Electric_01)",
"26050802": "Dragarto de las Profundidades - Engulletruenos (Drake_Deepsea_Electric_03)",
"26080101": "Beisht (Eldritch_Minor)",
"26110101": "Espantohongo Plumaverde (Fungus_Raptor)",
"26130101": "Gusano de Sutej (Sandworm)",
"29010101": "Stormterror Dvalin (Monster_Dragon_Dvalin_S01)",
"29010102": "Stormterror Dvalin (Monster_Dragon_Dvalin_S04)",
"29010103": "Stormterror (Monster_Dragon_Dvalin_S00)",
"29010104": "Stormterror Dvalin (Monster_Dragon_Dvalin_S04)",
"29020101": "Boreas, Rey Lobo del Norte (Monster_Wolf_LupiBoreas)",
"29020102": "Andrius, Señor de los Lobos (Monster_Wolf_LupiBoreas)",
"29030101": "Nobile, el undécimo de Los Once de los Fatui (Monster_Tartaglia)",
"29030102": "Engaño liberado - Nobile (Monster_Tartaglia_EvilEye)",
"29030103": "Nobile (Monster_Tartaglia_Harbinger)",
"29030104": "Nobile, el undécimo de Los Once de los Fatui (Monster_Tartaglia)",
"29030105": "Engaño liberado - Nobile (Monster_Tartaglia_EvilEye)",
"29030106": "Nobile (Monster_Tartaglia_Harbinger)",
"29040101": "Azhdaha (Monster_Dahaka)",
"29040102": "Azhdaha (Monster_Dahaka)",
"29040103": "Azhdaha (Monster_Dahaka)",
"29040104": "Azhdaha (Monster_Dahaka)",
"29040111": "Azhdaha (Monster_Dahaka)",
"29050101": "Signora (Monster_LaSignora)",
"29050102": "Bruja Carmesí de las Ascuas (Monster_LaSignora_Harbinger)",
"29050103": "Signora (Monster_LaSignora)",
"29050104": "Bruja Carmesí de las Ascuas (Monster_LaSignora_Harbinger)",
"29060101": "Shogun Raiden (Monster_Shougun)",
"29060102": "Raiden Ei (Monster_Shougun)",
"29060201": "Monster_Shougun_Mitakenarukami",
"29060202": "Todopoderosa Narukami de la catástrofe (Monster_Shougun_Mitakenarukami)",
"29060203": "Todopoderosa Narukami de la catástrofe (Monster_Shougun_Mitakenarukami)",
"29070101": "Monster_Nada",
"29070102": "Monster_Nada",
"29070103": "Monster_Nada",
"29070104": "Dios Mecánico, el Pródigo (Monster_Nada)",
"29070105": "Dios Mecánico, el Pródigo (Monster_Nada)",
"29070106": "Monster_Nada"
},
"MONSTER_ENV_ANIMAL": {
"28010101": "Cangrejo dorado (Crab_01)",
"28010102": "Cangrejo solar (Crab_02)",
"28010103": "Cangrejo oceánico (Crab_03)",
"28010104": "Cangrejo general (Crab_04)",
"28010105": "Cangrejo rojizo (Crab_05)",
"28010106": "Cangrejo (Crab_06)",
"28010201": "Lagarto cornudo azul (Lizard_01)",
"28010202": "Lagarto cornudo rojo (Lizard_02)",
"28010203": "Lagarto cornudo verde (Lizard_03)",
"28010204": "Locha del anochecer (Salamander_01)",
"28010205": "Locha dorada (Salamander_02)",
"28010206": "Locha soleada (Salamander_03)",
"28010207": "Lagarto de médula (Lizard_04)",
"28010208": "Lizard_05",
"28010301": "Rana (Frog_01)",
"28010302": "Rana de barro (Frog_02)",
"28010303": "Rana azul (Frog_03)",
"28010304": "Frog_04",
"28010401": "Eel_01",
"28010402": "Eel_02",
"28010403": "Eel_03",
"28010404": "Eel_04",
"28040101": "Perca de lomo negro (Fish_01)",
"28040102": "Perca de lomo azul (Fish_02)",
"28040103": "Perca de lomo dorado (Fish_03)",
"28040104": "Perca de lomo negro (Fish_04)",
"28040105": "Perca de lomo negro (Fish_05)",
"28040106": "Perca de lomo azul (Fish_06)",
"28040107": "Perca de lomo dorado (Fish_07)",
"28040108": "Fish_08",
"28050101": "Cristalóptero Anemo (Wisp_Wind_01)",
"28050102": "Cristalóptero Geo (Wisp_Rock_01)",
"28050103": "Cristalóptero Cryo (Wisp_Ice_01)",
"28050104": "Cristalóptero Electro (Wisp_Electric_01)",
"28050105": "Wisp_Tokoyo_01",
"28050106": "Wisp_Grass_01",
"28050301": "Boltbug_Lightbug_01",
"28050401": "Boltbug_Scarab_01"
},
"MONSTER_FISH": {
"28040201": "Medaka (Fishable_Maritime_Heliobatis_01)",
"28040202": "Medaka brillante (Fishable_Maritime_Heliobatis_02)",
"28040203": "Medaka flor dulce (Fishable_Maritime_Heliobatis_03)",
"28040204": "Medaka azul (Fishable_Maritime_Heliobatis_04)",
"28040205": "Atrapaauroras (Fishable_Maritime_Heliobatis_05)",
"28040206": "Pez de cristal (Fishable_Maritime_Heliobatis_06)",
"28040301": "Espinoso anfibio (Fishable_Maritime_Aspidorhynchus_01)",
"28040302": "Espinoso luchador (Fishable_Maritime_Aspidorhynchus_02)",
"28040303": "Espinoso venenoso (Fishable_Maritime_Aspidorhynchus_03)",
"28040304": "Akai maou (Fishable_Maritime_Aspidorhynchus_04)",
"28040305": "Pisanieves (Fishable_Maritime_Aspidorhynchus_05)",
"28040401": "Koi dorado (Fishable_Maritime_Cheirolepis_01)",
"28040402": "Koi plateado (Fishable_Maritime_Cheirolepis_02)",
"28040501": "Pez mariposa marrón (Fishable_Maritime_Doryaspis_01)",
"28040502": "Pez mariposa violeta (Fishable_Maritime_Doryaspis_02)",
"28040503": "Pez mariposa verdoso (Fishable_Maritime_Doryaspis_03)",
"28040504": "Pez ángel (Fishable_Maritime_Doryaspis_04)",
"28040505": "Pez ángel raimei (Fishable_Maritime_Doryaspis_05)",
"28040506": "Selénido (Fishable_Maritime_Doryaspis_06)",
"28040601": "Pez globo (Fishable_Maritime_Namazu_01)",
"28040602": "Pez globo amargo (Fishable_Maritime_Namazu_02)",
"28040701": "Fishable_Ray_Stellamarisidae_01_02",
"28040702": "Fishable_Ray_Stellamarisidae_01_03",
"28040801": "Fishable_Maritime_Batdiodan_01",
"28040802": "Fishable_Maritime_Batdiodan_02",
"28040803": "Fishable_Maritime_Batdiodan_03",
"28040804": "Fishable_Maritime_Batdiodan_04",
"28040901": "Fishable_Maritime_Apsva_01",
"28040902": "Fishable_Maritime_Apsva_02"
},
"MONSTER_PARTNER": {
"35210101": "Partner_Eremite_Female_Hatchet_01",
"35210102": "Partner_Panther_01",
"35210301": "NPC_Quest_Male_Standard_Soldier_12801",
"35210302": "NPC_Quest_Male_Standard_Soldier_12802",
"35210303": "NPC_Quest_Male_Standard_Soldier_12804",
"35210401": "NPC_Quest_MuscleMan_Standard_Soldier_12803",
"35210501": "Partner_Eremite_MuscleMan_Simitar_01",
"35310101": "Partner_Eremite_Female_Slim_PushDagger_01",
"35310301": "Partner_Eremite_Male_Standard_Polearm_01",
"35410101": "Partner_Eremite_Male_Strong_Katar_01",
"35410201": "Partner_Eremite_Female_Standard_Longbow_01",
"36090190": "Partner_Fumgus_Un_Gamma_Water",
"36090290": "Partner_Fumgus_Un_Delta_Grass",
"36090390": "Partner_Fumgus_Un_Delta_Wind",
"36090490": "Partner_Fumgus_Trois_Epsilon_Electric",
"36090590": "Partner_Fumgus_Trois_Alpha_Ice",
"36090690": "Partner_Fumgus_Trois_Gamma_Fire",
"36090790": "Partner_Fumgus_Deux_Alpha_Fire",
"36090890": "Partner_Fumgus_Deux_Epsilon_Wind",
"36090990": "Partner_Fumgus_Deux_Beta_Rock",
"36091090": "Partner_Fumgus_Deux_Delta_Electric",
"38050590": "Partner_Animal_Electrohercules_01"
}
}
================================================
FILE: src/i18n/data/es/questItem.json
================================================
{
"9340": "Habla con Swan",
"265564": "Encuentra los tesoros indicados por las linternas giratorias",
"572868": "Intenta persuadir a las parejas para que guarden silencio",
"982580": "Derrota a lo que apareció repentinamente",
"1015772": "Revitaliza las semillas",
"1219332": "Entra en el pozo de la Aldea Konda",
"2320220": "Dirígete al campamento del Samurái Kairagi",
"3274540": "Habla con Rudolf",
"3306692": "Habla con Zakariya",
"3756164": "Riega las flores",
"4332228": "Espera hasta el día siguiente",
"4342308": "Habla con Gorou",
"4411716": "Regresa al campamento con Arafala",
"4670732": "Ve a la Arboleda Moutiyima",
"4738863": "¡Oh, no! ¡El pirata quiere crecer!",
"6284766": "Habla con Ladrón de Estrellas",
"6625105": "Busca pistas de los Adepti en Jueyunjian",
"7220332": "Busca los planos en la Residencia de las Nubes",
"7705444": "Habla con Paimon",
"8615975": "Recuerdos ordinarios",
"8960724": "Habla con la ilusión que está al lado de la puerta",
"9103135": "Una balada para un alma irremplazable",
"9112020": "Habla con Arapandu",
"9277164": "Informa a Neko",
"9443444": "Habla con Maruf",
"9920244": "Evita los obstáculos y llega a la meta lo más rápido posible",
"10022636": "Ayuda a Preservadora de Nubes a terminar el plato",
"10424956": "Habla con Paimon",
"10607292": "Habla con Hanachirusato",
"10720951": "Elimina a los Hilichurls",
"10909644": "Detecta el rastro del aranara",
"11348943": "Dirígete a la Garganta de los Borrachos",
"11416556": "Ve a la luz celestial",
"12265428": "Regresa a la Casa de Té Heyu y enfréntate a Boyi",
"12570734": "Entrégale los pedazos de hierro a Pum",
"12635310": "Habla con Shitou",
"12897567": "Entra a la Mazmorra de Amber",
"13446596": "Entra en las ruinas",
"14059247": "El varonil camino del Varonil Jack",
"14312004": "Investiga el recipiente que hay en medio de la sala",
"14335399": "Expediente Sango: reconocimiento",
"14537132": "Habla con Ootomo",
"14762548": "Derrota al soldado Fatui sospechoso",
"14999516": "Habla con Zakariya",
"15190364": "Informa a Timaeus sobre los efectos de la poción hieloardiente",
"15227600": "Busca tres montones de trigo",
"16081903": "Sala 2 - Combate exitoso, misión marcada para obtener llave",
"16230740": "Habla con el Sonriente Yanxiao",
"16379280": "Habla con Wyatt",
"17546172": "Entra en la sala secreta",
"17558332": "Investiga las mercancías",
"17782420": "Inspecciona los alrededores",
"17918260": "Entrégale 1 tofu de almendras a Yi Zhu",
"17974004": "Desafío doméstico: riego",
"18527900": "Ve a la entrada de la casa del jefe de la Aldea Aaru",
"18618028": "Descansa hasta el día siguiente (06-00 h)",
"18737543": "Plan valioso",
"18797068": "Vuelve al teatro con Nilou",
"18873716": "Reúnete con Kun Jun",
"18898974": "Recompensas de la misión del Rito de la Linterna",
"18946676": "Habla con Mamesuke y Shibasuke",
"19422708": "Ve a ver al Sonriente Yanxiao",
"19895400": "Persigue al enemigo de la Orden del Abismo",
"21437686": "Pregunta a los clientes de la taberna sobre “los más fuertes de Mondstadt”",
"22173033": "Busca los fragmentos en las ruinas",
"23169054": "(test) Diálogo al acercarse a la Posada Wangshu",
"23194676": "Dale a Tommy la sopa vegetariana de rábano deliciosa",
"23739071": "Evidencia aplastante",
"24163655": "El diente ponzoñoso",
"24200732": "Busca a Chouji",
"24367524": "Habla con Tu",
"24884159": "Elimina a los invasores de la Orden del Abismo",
"24948324": "Dirígete al Gremio de Aventureros de Liyue",
"25185012": "Fabrica juguetes una vez",
"25279452": "Discúlpate con Flora",
"25414732": "Habla con Vind",
"25664788": "Espera al día siguiente y ve a la plaza (12-18 h)",
"25932660": "Pregunta a Mona por su progreso de adivinación",
"26121324": "Regresa con Chongyun después de recolectar los ingredientes",
"26368015": "Persigue y derrota a Dvalin",
"26500279": "Palabras de un coleccionista",
"26717511": "Como nuevo",
"26918801": "El atareado Gremio de Aventureros",
"27424966": "Informa a Zhihua",
"27596172": "Sal de Tenshukaku",
"27664143": "Brook, la amante de la carne",
"27871748": "Enseña a Anna cómo se usa el planeador",
"28234372": "Sigue a los miembros del equipo arqueológico",
"28633652": "Espera hasta el día siguiente (09-11 h)",
"28687767": "El destino de un guerrero",
"29339975": "La subasta",
"29702212": "Habla con Albedo",
"29981780": "Habla con las personas de la Terraza Yujing",
"30657844": "Habla con Taliesin",
"30850652": "Dirígete a la Costa Wakukau",
"30888631": "Derrota al enemigo de la Orden del Abismo",
"32270412": "Ve a la Pendiente Feiyun y sigue a Zhiyi",
"32467772": "Adivina el tercer acertijo",
"33043292": "Inspecciona la puerta misteriosa frente a ti",
"33116220": "Busca al siguiente intérprete en la ciudad",
"33502956": "Lleva los recuerdos a la Colina Wuwang y entrégaselos a Hu Tao",
"33640184": "(TEST) ¡Bebida lista! ¡Ve a dársela a los Cuatro Borrachos!",
"33671484": "Derrota a los monstruos del abismo que hay junto a Chi Nan",
"33934039": "Catástrofe fúngica",
"34172712": "Prepara el pollo asado con miel",
"34250124": "Intenta averiguar qué sucedió",
"35172692": "Ve con Junkichi a la Herrería Amenoma",
"35274748": "Habla con Aranakin",
"35865676": "Continúa siguiendo el aura para encontrar pistas",
"36080348": "Encuentra a Anna",
"36335940": "Habla con Bennett",
"36614479": "Fuentes de energía de mecanismos autónomos: Introducción",
"37299964": "Despídete de Collei",
"38767628": "Habla con Ronin, el ladrón de las mercancías",
"39159620": "Derrota al espíritu corrompido",
"39238316": "Averigua las opiniones de los postores",
"39379572": "Habla con el Hilichurl",
"39479188": "Investiga la olla que huele tan bien",
"40381044": "Ve al Restaurante Kiminami",
"40468396": "Coloca las balizas",
"41230964": "Acaba con el humo negro (1)",
"41944924": "Busca a la persona que te seguía",
"42063516": "Habla con Noelle",
"42192788": "Ve a la Casa de Té Komore",
"42239732": "Habla con Corazón Llameante",
"42247708": "Habla con Miyuki",
"42383764": "Habla con Ramsay",
"42599551": "El entrenamiento debe continuar",
"43110452": "Habla con Luka y entra en la taberna",
"43754292": "Entrega los materiales al Nervioso An",
"43755588": "Sigue a Fujiwara Toshiko hasta el campamento",
"44204380": "Entrégale la carta a Bolai",
"44846148": "Busca a Lyudochka",
"45373209": "La escalera a la Posada Wangshu",
"45873936": "Habla con Anthony",
"46408228": "Dirígete a la sala de archivos para obtener información",
"47883964": "Habla con Jifang",
"47980572": "Vuelve a hablar con Nahida",
"48154510": "Persecución I",
"48668524": "Ve con Neko",
"48726516": "Escucha la voz que proviene de la sala",
"48998644": "Sigue la estrella hasta llegar al destino",
"49019388": "Derrota a los Fatui",
"49890116": "Habla con Iris",
"50630948": "Llega a Moutiyima",
"50695700": "Busca los restos de Albondimaru",
"51136684": "Habla con Eula",
"51780004": "Ahuyenta a los Ladrones de Tesoros",
"51803180": "Lanza los fuegos artificiales para distraer a los guardias",
"53475836": "Dirígete al Caravasar Ribat",
"53815079": "¡Anna, la aventurera!",
"54969916": "Informa al Herborista Gui",
"55039543": "Los tres deseos",
"55979204": "Informa a Yun Jin",
"56189327": "En nombre de la resistencia",
"57185662": "Dirígete al lugar que mencionó Xiangling",
"57308143": "Recuperar lo robado",
"57674248": "Encuentra al gato",
"58145412": "Prepara la bebida para Eula",
"58206140": "Recoge la hierba yajña",
"58374612": "Ahuyenta a los Hongos",
"59521252": "Habla con Xavier",
"59750044": "Libera todas las llamas del gran portal",
"60647852": "Coteja la información con Kazuha",
"60746233": "Los límites de un aventurero",
"61016108": "Dirígete al lugar designado",
"61063004": "Habla con Matsumoto",
"61436852": "Zhichiong acaba de despertar, habla con ella",
"62171940": "Salva a Yan'er",
"62175639": "Los Superchefs: cocina extrema",
"62781796": "Busca a Dunyarzad",
"62844576": "Habla con Ella Musk",
"63723268": "Haz un pollo al chile Jueyun delicioso",
"63763700": "Sigue explorando",
"63792980": "Encuentra a Bárbara",
"65340380": "Busca la hierba yajña con Aranaga",
"66147380": "Comprueba cómo están los soldados heridos",
"66183396": "Sigue a la persona que te resulta familiar",
"66312846": "Dirígete a Liyue",
"66364068": "Habla con Ruu en el lugar indicado",
"66610988": "Habla con Kayabuki",
"67545052": "Habla con Paimon",
"68839220": "Dirígete a la Cámara de Jade",
"68980626": "Obtén el tesoro",
"69053188": "Activa el Clavo de Pursina para sellar las aberturas de las líneas ley",
"70895196": "Habla con Dain",
"71335020": "Confirma que todas están listas para la batalla",
"72291740": "Busca a Schubert en los alrededores de la Aldea Aguaclara",
"72438740": "Informa a Kaji",
"72716384": "Ve al balcón del segundo piso y habla con Jean",
"73067332": "Habla con Sayid",
"73246500": "Sigue al cangrejo mecánico y continúa investigando",
"73509892": "Habla con todos",
"73698628": "Navega hasta donde se encuentra el tesoro",
"73951502": "Habla con Paimon",
"76408060": "Habla con Ulman",
"76772428": "Habla con Paimon",
"77993304": "Habla con Jack",
"78370308": "Busca a Katheryne en el Gremio de Aventureros de Liyue",
"78914540": "Derrota a tu oponente",
"78963508": "Dirígete al sello que se encuentra en el fondo del lago",
"79074780": "Toma una imagen en el área marcada",
"79238188": "Habla con Tignari",
"79993708": "Continúa siguiendo los rastros",
"81074372": "Activa los mecanismos",
"81720207": "Posada Wangshu a domicilio",
"82130783": "Investigación sobre la flor de viento",
"82509400": "(TEST) Veredicto de los Cuatro Borrachos: ¡Terrible!",
"82574828": "Gira el vamadha",
"82722092": "Dirígete al campamento ocupado por los Ladrones de Tesoros",
"83414836": "Habla con la gente",
"83637340": "Recoge los dispositivos repelentes de insectos",
"84557308": "Toca los tambores junto a Genta",
"84633916": "Habla con la gente",
"85783620": "Sigue la estrella hasta llegar al destino",
"86352700": "Dirígete a la base de los Fatui",
"86516916": "Habla con los ladrones de tesoros",
"87290236": "Habla con Chingzhou",
"87926020": "Explora la zona y encuentra la forma de activar el enorme dispositivo",
"88982436": "Habla con Itto",
"89577838": "Habla con Pequeño Meng",
"90154033": "Ascensión de Rango de Aventura - 2",
"90694188": "Habla con Yoimiya",
"90868028": "Habla con Paimon",
"90943680": "Inspecciona todas las ruinas",
"90983188": "Evalúa la situación",
"91316878": "Confirma con Xiangling si es el ingrediente que buscaba",
"91867548": "Pregunta a los lugareños por más información",
"92742816": "Terminar la conversación",
"92942146": "Habla con la Pequeña Lulu",
"93046460": "Sigue a Mamesuke y Shibasuke",
"93595663": "La dieta sana de Kano Nana",
"93788004": "Captura Hongos",
"94098380": "Enseña a Meng a cocinar",
"94609284": "Regresa a la biblioteca y encuentra a Noelle",
"95105652": "Elimina a los monstruos de los alrededores de la Aldea Chingtsé",
"95354700": "Ve a la cueva donde está la flor barsam",
"95975399": "Conversaciones tras el festival",
"96456388": "Examina el estante de deseos",
"96564388": "Usa la Visión Elemental para encontrar a Haniyyah",
"97107276": "Habla con Paimon",
"97798436": "Entrégale las añoraescarlatas a Zakariya",
"97835636": "Habla con Efendi",
"98748012": "Apaga el ataque automático",
"99389742": "Pregunta a los clientes de la taberna sobre “los más fuertes de Mondstadt”",
"99774916": "Repara el estante de deseos",
"100432996": "Habla con Aramis",
"100529508": "Habla con Bohuan",
"101200100": "Investiga en el primer lugar donde hubo anomalías",
"101525572": "Toca el mecanismo",
"101713463": "Las dunas de los recuerdos",
"101962676": "Entra en el Bosque de la venganza",
"102055956": "Dirígete al Acantilado Estrellado",
"102437196": "Entrega a Flora las semillas de diente de león",
"102839775": "La mirada de cierto dios",
"102900488": "Crear - Babas de Slime",
"103339580": "Espera a Bárbara en el jardín cercano al Gremio de Aventureros",
"103721820": "Date una vuelta por la Posada Wangshu",
"104139516": "Ve a la Casa de Té Komore",
"104153764": "Dirígete a la Catedral de Favonius",
"105361807": "Estrellas arcaicas",
"105822721": "Dirígete a la parte baja de Jueyunjian y encuentra qué ha cambiado",
"105946012": "Dirígete al campamento al pie de Espinadragón",
"106117023": "Habla con Paimon",
"106380452": "Resuelve el acertijo del altar del Corazón de la Serpiente",
"106440972": "Habla con el otro Hilichurl que quiere comunicarse",
"106484188": "Entrega los materiales a la Recepcionista Zhao",
"106594404": "Busca los componentes perdidos",
"106814807": "Derrota a los adversarios que se aproximan",
"108061868": "Pídele a Thoma que te ayude a encontrar información",
"108687468": "Derrota al Guardián de las Ruinas",
"109765988": "Dirígete al bosque cerca de la Posada Wangshu",
"109812068": "Habla con los demás sobre la barrera que hay en la isla",
"111152028": "Descongela todos los fragmentos",
"111431916": "Habla con Ying'er",
"111603508": "Encuentra una forma de escapar de la sala",
"112623612": "Habla con Paimon",
"112966348": "Ve a Joyas Mingxing a recoger el objeto",
"113249884": "Participa en la cacería cerca de la Aldea Aguaclara.",
"113256988": "Recoge la flor barsam",
"113427391": "Expediente Sango: la verdad a punto de revelarse",
"113752748": "Ve al lugar acordado y habla con Dunyarzad",
"114286103": "La erudita y la leyenda",
"114527924": "Dirígete a Viento y Gloria",
"114535088": "Compra el cor lapis de las tiendas",
"115937420": "Escolta al globo aerostático hasta donde se encuentra Francis",
"116003023": "Tesoros acuáticos",
"116020852": "Habla con Tang Wuchou",
"116092168": "Informa a Xingchiu sobre el plan del Burgués Maotsai",
"116874100": "Regresa al pueblo a tiempo",
"116907180": "Destruye la zona marchita y busca una tupeta",
"117537300": "Habla con Venti",
"117632212": "Entra en la cueva y habla con Agafya",
"117736583": "La calidez de los ritmos callejeros",
"117756380": "Gánate la confianza del espía en la Ciudad de Inazuma",
"119022460": "Averigua cuáles son las intenciones de los Eremitas",
"119295076": "Entrega la comida a la Sra. Chiao",
"119663588": "Adéntrate en la cueva y busca a Iotham",
"120031231": "¡Corre, Hilmi, corre!",
"120150063": "Posada Wangshu a domicilio",
"120475783": "Sala 2 - Misión marcada completada",
"120740068": "#Espera dos días (08-12{NON_BREAK_SPACE}h)",
"120936636": "Habla con Shouji",
"121327228": "Habla con Kanra",
"122182423": "Changchang y su amiguito",
"122254988": "Escapa de las ruinas",
"122549876": "Haz los trámites con la Recepcionista Zhao durante el horario de oficina",
"123501668": "Derrota a los Hilichurls",
"123559972": "Derrota a los Caballeros Serpiente Negra",
"123639116": "Derrota a los monstruos que rodean al aranara",
"123688188": "Busca los tesoros según las pistas del mapa",
"124303084": "Coloca la roca en el macetero",
"124399604": "Pregunta por Fritz a Huai'an",
"124585167": "El tejido de la constancia",
"125132599": "Mermelada para Arayesh",
"125629948": "Habla con los niños",
"125851972": "Habla con Kurisu",
"126165540": "Pregunta a Katheryne por el paradero de Mona",
"126291521": "El mercado",
"126622444": "Habla con el Taciturno Tingfang",
"126916732": "Ve a la ubicación de la corriente de viento",
"127863052": "Habla con Thoma",
"127880292": "Habla con Chingzhou",
"128098724": "Habla con Yicheng",
"128510673": "Rompe el sello de la Tribu de los Dormilones",
"128594060": "Habla con Shouta",
"128880324": "Interactúa con las tiras de papel",
"128968500": "Habla con Nahida",
"129256108": "Vuelve a la sede de los Caballeros de Favonius e informa a Kaeya",
"129828828": "Informa al Sonriente Yanxiao",
"130028068": "Habla con Tejima para saber más",
"130177639": "Habla con los habitantes de la ciudad (Grace)",
"131298180": "Busca por tu cuenta pistas del espíritu maligno",
"131441244": "Pide información en los alrededores",
"131936732": "Ve al lugar donde se encuentran los malhechores",
"132497716": "Habla con Arama y entra en el sueño del árbol vasara",
"132838828": "Habla con el Curioso Zirui",
"133027113": "Un problema pegajoso",
"133106820": "Informa a Sumida",
"133146836": "Habla con Iris",
"133341788": "Espera hasta la mañana del día siguiente (10-12 h)",
"133347972": "Habla con el Sr. Jayam",
"133685396": "Dale el condensado de Slime a Akim",
"134069036": "Informa al Gerente Kuan",
"134266324": "Ve a la luz celestial",
"134702180": "Habla con los demás",
"134754713": "Paloma, pato y niño",
"134777676": "Habla con Bennett",
"136040912": "Habla con Patxa",
"136120716": "Acompaña a Ei en su paseo por las calles",
"136540716": "Busca los núcleos de cristal faltantes",
"137252348": "Habla con el guardia Fatui",
"137486470": "Habla con Chang el Noveno",
"137512436": "Visita a Preservadora de Nubes en la Montaña Aozang",
"137999076": "Informa a Rafiq de la situación",
"138205316": "Desentierra el objeto",
"138807236": "Inspecciona los alrededores",
"138922932": "Habla con Sumida",
"139510319": "La bestia iluminada del Mar de Nubes",
"140341412": "Busca a Ryuuji en El Origen del Netsuke",
"140896756": "Termina el rodaje del tercer acto",
"140982135": "Tranquiliza a los habitantes de Aguaclara",
"141242580": "Intenta interactuar con Nelson",
"141497236": "Escucha la conversación entre Todoroki y Tokuda",
"142163900": "Habla con Doolan",
"143107476": "Derrota al samurái enfurecido",
"143798511": "Donde la luz se desvanece",
"143868892": "Derrota a Azhdaha",
"144516004": "Aproxímate al segundo piso del Restaurante Uyuu",
"144620183": "Mimi tomo",
"144871752": "Habla con Pallad",
"145080711": "Habla con Venti",
"145174876": "Derrota a la Regisvid Cryo",
"145461756": "Haz una demostración para Ayten y Karima",
"145833188": "Elige una novela ligera adecuada",
"145895836": "Habla con Akim",
"146271660": "Inspecciona los alrededores para encontrar una forma de abrir la puerta",
"146402988": "Deja pistas y un pollo asado con miel",
"146702476": "Dirígete al lugar donde vas a pintar",
"147128956": "Busca a los aventureros de la Isla Seirai",
"148534112": "Habla con Sara",
"148911140": "Habla con Shiki Taishou",
"149198009": "Cuantos más tesoros, mejor",
"149466084": "Dirígete al Acantilado Estrellado y recolecta tres semillas de diente de león",
"149810236": "Rompe los tres flujos de shuda",
"150745558": "Minutero a contrarreloj para calcular puntuación",
"151131988": "Habla con Parvaneh",
"152049684": "Prepara la bebida para Kaeya",
"152389089": "Palomas extraviadas",
"152439972": "Derrota al dispositivo de Inazuma revivido",
"152572004": "Pregunta a Katheryne en Mondstadt",
"152990708": "Reúnete con Tignari",
"153450676": "Habla con Arama",
"153541388": "Habla con Liu Su",
"154610084": "Recarga el daguerrotipo",
"154809736": "Ellin conversación enojada 1",
"155753841": "(Prueba) Caja Blanca de Historia de Bárbara",
"156138556": "Habla con Kayvan y Helbet",
"156369657": "Fragancias rituales",
"157082732": "Habla con Xiao",
"157993264": "Pregúntale a Charles qué piensa de los cócteles",
"158323668": "Habla con Hosseini",
"158444983": "Diálogo de huellas de garras gigantes 666",
"158689092": "Sigue explorando la Isla Tsurumi",
"158705964": "Busca a la persona que perdió su Visión",
"159066327": "Posada Wangshu a domicilio",
"159125884": "Acompaña a Bennett de paseo",
"159325556": "Ve al muelle sur a descubrir quién está detrás de todo",
"159659532": "Acompaña a Hu Tao al Gremio de Aventureros",
"160598980": "Vence a los Fatui",
"160682684": "Habla con Aberaku",
"160824156": "Corta la carne",
"161132647": "Rompe el sello de la Guarida de Stormterror",
"161276060": "Habla con Vardan y Gurgen",
"161850487": "Condimentos para Yahan",
"162227348": "Elimina los Slimes y encuentra el anillo",
"162535908": "Habla con Anthony",
"162846412": "Resiste los ataques del oponente",
"163595396": "Habla con Paimon",
"163703686": "Habla con Ninguang",
"165478804": "Habla con Yanfei",
"165955020": "Habla con Ayaka",
"166403764": "Abre todos los cofres",
"166759380": "Investiga las pistas del Guardián de las Ruinas",
"166887716": "Habla con Tignari",
"167165543": "Habla con Paimon",
"167304772": "Habla con Ootomo",
"167935415": "Un relato extraño en Konda",
"169348076": "Sube a los tejados para buscar el nido del pinzón",
"170203548": "Dirígete al campamento de los Ladrones de Tesoros",
"171244204": "Convierte los lados izquierdo y derecho del bonsái en rocas sólidas",
"171490209": "Encuentra al hada que falta",
"171510676": "Derrota al espíritu que poseyó a Shingo",
"171553671": "Cazatormentas de Seirai (VI)",
"171821929": "Persiguiendo sombras",
"171989108": "Habla con Arama",
"172301532": "Patrulla el área y destruye los obstáculos",
"172874215": "Duelo ante el trono",
"172954180": "Habla con Allan",
"173240364": "Habla con Rafiq",
"173540236": "Encuentra a Tiantian",
"173797460": "Carga el barco de objetos pesados",
"174401708": "Ve al puesto de El Obsequio del Ángel",
"174613807": "Tumulto monstruoso",
"175410148": "Habla con Yavanani",
"176159828": "Reservado",
"177437892": "Habla con los demás",
"177455492": "Derrota a todos los Ladrones de Tesoros",
"177789908": "Sigue el rastro del olor y encuentra los ingredientes",
"177828468": "Informa a Tsarevich",
"177978596": "Espera hasta el día siguiente (08-12 h)",
"179104300": "Entrégale la comida a Atsuko",
"179390092": "Pregunta a cada persona por sus gustos (0/3)",
"179531204": "Habla con Akim",
"180655820": "Dirígete al campamento de Hilichurls",
"180800132": "Encuentra un lugar adecuado para hablar con Zhichiao",
"181827484": "Sigue a la Pequeña Liu (sin que se aleje más de 30 m de ti)",
"182573220": "Consigue las insignias de los Ladrones de Tesoros para García",
"183183236": "Coloca las ofrendas",
"183662196": "Sigue el camino",
"184459796": "Derrota a los monstruos y abre el cofre",
"184470111": "Arreglos florales (II)",
"184639060": "Habla con Rhana",
"185805796": "Sigue a Bárbara",
"186027364": "Habla con el miembro de los Ladrones de Tesoros",
"186057900": "Habla con Wai",
"186534449": "Choque de intereses",
"186663215": "Obtén el tesoro en el centro del Cementerio de Espadas",
"187429076": "Sigue buscando pistas",
"188128084": "Prueba el juego de las linternas giratorias",
"188144086": "Investiga el montón de materiales",
"188420132": "Informa a Saimon Katsumi en la Aldea Konda",
"188650060": "Usa Dendro para despertar al aranara",
"188775492": "Habla con Jinwu",
"189004940": "Habla con Dehya",
"189646074": "Encuentra el objeto extraviado",
"189838391": "El primer ingrediente de la bebida picante",
"189902180": "Pregunta a Jahangir sobre la situación actual",
"190564788": "Vuelve al Salón de Té Yanshang para revisar la propuesta",
"190888444": "Ordena el campamento",
"191790684": "Habla con Kuki Shinobu",
"191888468": "Encuentra al Infantil Jiang",
"192083921": "(Prueba) Control del ladrón sospechoso del Rito de la Linterna",
"192622884": "Destruye el árbol",
"193466119": "Plenilunio",
"194027324": "Busca un lugar apropiado en la Pendiente Feiyun",
"194074084": "Investiga las mercancías en el campamento",
"195314636": "Investiga las áreas y recupera las losas de piedra",
"195692988": "Habla con Dainsleif",
"196295612": "Coloca las balizas para investigación",
"196615918": "Habla con el hombre desconocido",
"196837769": "¿A dónde fue la Cuchilla Oculta?",
"198061100": "Patrulla el área y destruye los obstáculos",
"198215232": "Habla con Morrow",
"198385833": "El sabor del vino",
"198450124": "Habla con Shenhe",
"198921292": "Recoge las balizas",
"198960292": "Habla con la gente de la Isla Tsurumi",
"199520828": "Deshazte de los meteoritos del campo",
"200069780": "Dirígete al sitio de la prueba de valor",
"200230492": "Habla con Bennett",
"201339884": "Elige un nombre para tu Hongo",
"201647540": "Habla con Asakura",
"202134324": "Habla con Ei",
"202682364": "Sigue a Bárbara",
"202849748": "Habla con Aoi, la dueña del bazar, para saber más",
"203276556": "Reduce el nivel del agua",
"203312380": "Vuelve al lugar de celebración de Momentos de ensueño para ver cómo está todo",
"203469975": "La rutina de siempre",
"203548972": "Habla con Hertha",
"203933172": "Sigue el rastro de Kamei Munehisa",
"204528007": "El corazón de Watatsumi",
"204915380": "Resuelve el acertijo",
"205335996": "Reúnete con Ryuuji",
"206163367": "¿Qué hacemos?",
"206663479": "Unas caracolas fuera de lugar",
"207129484": "Habla con el Pequeño Yue",
"207806876": "Captura una imagen de la Tienda Syavushi Bakshesh y su dueño",
"208067862": "Teletransportando. Reversión. 666",
"208211020": "Revisa el baúl de ofrendas",
"208368079": "Habla con Paimon",
"208757194": "Habla con Bao'er",
"208916609": "Busca pistas de los Adepti en Jueyunjian",
"209018212": "Informa a Ryuuji",
"209045372": "Derrota a los monstruos que se aproximan",
"209541652": "Busca la rama con Arakunti",
"209652180": "Habla con Mamesuke y Shibasuke",
"209741956": "Ve a la ubicación que mencionó Akim",
"209916823": "Ritual de entrada de los tres mundos: La víspera",
"210307364": "Ve a la Cueva Dev",
"210751628": "Obtén la margarita voladora aventada por un Slime Anemo",
"210967308": "Regresa a la Cámara de Jade y habla con Ninguang",
"211113764": "Habla con la ilusión de Antei",
"211524340": "Entrégale 3 margaritas voladoras a Alfred",
"212190148": "Encuentra el lugar marcado",
"213150148": "Encuentra el tesoro",
"214112471": "Estragos tras la tormenta",
"214280980": "Habla con Yun Jin",
"214288554": "Encuentra al niño escondido",
"214364868": "Ofrece perlas de coral a las siete tumbas de la realeza",
"214577588": "Recolecta flores frescas",
"215321772": "Interludio: las dudas del Gran Sabio Azar",
"215839316": "Busca a Lale",
"216729132": "Salva al trabajador de los monstruos que lo rodean",
"217258572": "Encuentra una cueva por la que puedas acceder",
"218333786": "Destruye el ámbar y encuentra la caja de Madam Ping",
"218929500": "Vuelve al centro y activa el dispositivo",
"219212076": "Habla con Golshan",
"219577484": "Habla con Chuching",
"221119540": "Dirígete al Restaurante Wanmin",
"221314700": "Acaba con el humo negro (2)",
"221357671": "Pregúntale a Razor cómo curar al lobo herido",
"221566132": "Habla con Sara",
"221820020": "Ve a un lugar desde el que se vea el Alcor",
"222115548": "Informa a Preservadora de Nubes",
"222305844": "Vuelve a la tienda",
"222937316": "Derrota a los Hongos que hay en lo alto de los árboles",
"224221012": "Entrega el plato ya preparado a Tang Wen",
"224361180": "Lleva los ingredientes a la cocina",
"224843916": "Descartar",
"225008492": "Habla con Amir",
"225147020": "Busca gente con la que hablar",
"225212716": "#Espera hasta el día siguiente (08-10{NON_BREAK_SPACE}h)",
"225361012": "Busca pistas sobre la Orden del Abismo en el Reino de los Lobos",
"225742751": "Recuerdos de Seirai",
"225974700": "Prepara la bebida para Rosaria",
"226405380": "Sigue adelante y derrota a los enemigos",
"226433644": "Busca a Julie",
"226452324": "Sigue a Zhiyi",
"227017628": "Habla con Bárbara",
"227157044": "Derrota a Beisht, la Vengadora del Vórtice",
"228406063": "Negociación con el NPC fallida - Ciclo de Combate",
"228727244": "Derrota a los Hongos",
"228935564": "Lleva a Shenhe a un alojamiento temporal para que descanse",
"229190948": "Completa las conversaciones de paz con Kokomi",
"229340412": "Consigue agua para Arapas",
"230343876": "Ordena el campamento",
"231299404": "Derrota a los Ladrones de Tesoros de Lisha",
"231353432": "Recolectar Máscara Dañada",
"231612652": "Arroja la botella a la deriva",
"232246132": "Busca tres lugares con marcas del viento en el árbol",
"232344044": "Recolecta hierbas medicinales con Tignari",
"232399060": "Examina el diario de construcción",
"232444428": "Ve al lugar donde se capturan los escaradiablos",
"232493300": "Busca las ofrendas para presentarlas en el monumento",
"233028036": "#Espera hasta el anochecer del día siguiente (18-20{NON_BREAK_SPACE}h)",
"233735188": "Ayuda a Tian Lengua de acero a conseguir inspiración",
"233786860": "Explora los alrededores en busca de una salida",
"233891956": "Habla con Sara",
"234991398": "Dirígete al lugar acordado y encuéntrate con el creyente",
"235035156": "Sigue los rastros que hay en el camino",
"235097436": "Habla con Pallad",
"236355716": "Habla con Paimon",
"236973596": "Sigue a Kamei Munehisa",
"237090193": "(Obsoleto)",
"237536636": "Ve al Restaurante Uyuu para completar la novela",
"237990732": "Habla con Teucer",
"238152572": "Entrega a Tsui'er la respuesta de Chaoxi",
"238360692": "Habla con los integrantes del Escuadrón Pez Espada n.º 2",
"238374919": "Derrota a los Slimes",
"239429212": "Obtén la tercera inscripción de recuerdos",
"239439876": "Sigue buscando más señales",
"239981484": "Habla con el Electromartillador de Vanguardia",
"240135444": "Busca a Hatim en el “punto de riqueza”",
"240447967": "Activador de escenario 2",
"240509268": "Entrégale a Yicheng un plato que lo pueda llenar",
"240517800": "Habla con Ella Musk",
"241343628": "Inspecciona los lugares sospechosos y elimina cualquier amenaza",
"241452198": "Escucha la historia de Musheng",
"241983796": "Sigue a Tignari para hablar con más detalle",
"242013124": "Averigua las opiniones de los postores",
"242270662": "Habla con Paimon",
"242445636": "Ve a Moutiyima",
"242786479": "Investigación fúngica",
"243326108": "Habla con el Diligente Silio",
"243329884": "Discute con los demás acerca de los cambios en la isla",
"243853796": "Detecta el humo negro (1)",
"244430724": "Observa qué hace el perro ninja",
"244514372": "Baja a la cripta",
"244538056": "Habla con Wyatt",
"244673244": "Tranquiliza a Atsuko",
"245353804": "Ve al lugar de embarcación",
"245470132": "Sal de la fosa a través de la salida",
"245654084": "Elige los condimentos adecuados",
"245991228": "Ve al dominio y vigila la puerta",
"246369772": "Ve al lugar donde estaban las notas en la isla del estanque",
"246816668": "Habla con Ararycan",
"247102668": "Lee las notas en el segundo piso de la casa del árbol",
"247289223": "Linternas del pasado, Guhua del presente",
"247514628": "Informa a Xavier",
"247680383": "Habla con Donna para saber más",
"248114793": "Estado de Der Himmel, la Lira Sagrada",
"248476988": "Derrota a Masanori",
"248704164": "Busca rastros de los aranara",
"248911060": "Ve al Bosque Susurrante a investigar",
"248953436": "Captura una imagen del hábitat de la lucetta",
"249109308": "Busca a Albedo",
"249281292": "Ve al sitio de donde procede la luz",
"249899831": "Ve hacia el Templo de los Mil Vientos",
"249911884": "Habla con Cyno",
"249921412": "Habla con Paimon",
"250983564": "Derrota a todos los monstruos",
"251003732": "Vuelve a activar el mecanismo",
"251426828": "Entra en la casa de Xinyan",
"251717876": "Dirígete a El Buen Cazador",
"252046868": "Ve abajo y siéntate",
"252386732": "Ve a la Biblioteca de Mondstadt",
"252567332": "Habla con los soldados heridos",
"252798087": "Para todos los niños que aspiran a vivir",
"252920516": "Habla con Yelan",
"254150900": "Dirígete a la Ciudad de Sumeru",
"254986504": "Limpia la Estatua de Los Siete del Viñedo del Amanecer",
"255208278": "Habla con Bolai",
"255229607": "Nostalgia gastronómica de Geri",
"256084097": "¡La aventura requiere de valor!",
"256193772": "Descartar",
"256405012": "Sigue las huellas del gato y explora la zona más adelante",
"256415303": "Investiga todos los rayos de luz",
"256515540": "Habla con Aru",
"256933484": "Derrota a Signora en un duelo ante el trono",
"257629404": "Habla con Ivanovich",
"258755681": "Encuentra el tesoro",
"258817636": "Habla con Glory",
"258823767": "Una revelación entre el caos",
"259358959": "El hogar está en altamar",
"259559188": "Habla con Hosseini",
"259876956": "Persigue al Ladrón de Tesoros",
"260117916": "Dirígete al campamento de Albedo",
"260444244": "Inspecciona el lugar sospechoso y elimina cualquier amenaza",
"260944220": "Encuentra a Anna",
"261110884": "Habla con Shenhe",
"261576108": "Sella la piedra sagrada",
"261771079": "Fallo en reversión. Habla con Amber.",
"262481255": "Canción ardiente",
"263019140": "Completa el prólogo de la función",
"263672017": "Lupical, una cuestión del destino",
"263758375": "Flores que no crecen",
"263824111": "Apocalipsis de la Noche Eterna",
"264454792": "Dirígete a investigar las ruinas",
"264535556": "Entrega 3 trozos de carne cruda a Ooshima Junpei",
"264588624": "Limpia la Estatua de los Siete de Levantaviento",
"265019868": "Dale el objeto al Hilichurl",
"265443958": "Destruye todo el ámbar que encuentres para rescatar al hermano de Li Ding",
"265569574": "Adéntrate en las ruinas para buscar ingredientes",
"266720780": "Dirígete al lugar mencionado por Paimon",
"266979951": "Sal de la taberna",
"267273476": "#Descansa o espera hasta el amanecer (06-08{NON_BREAK_SPACE}h)",
"268132372": "Intenta romper el sello",
"268841748": "Habla con Ei y comprueba su situación",
"269438652": "Habla con Ruj Shah",
"269984814": "Encuentra el tesoro",
"270635743": "Un fértil oasis bajo las dunas (III)",
"270636764": "Coloca las balizas de medición",
"271982724": "Busca la llave",
"272256252": "Habla con todos en el banquete",
"273352716": "Obtén información sobre Arataki Itto",
"273505103": "Sigue el camino y vuela al destino a tiempo",
"273517732": "Sigue a Ninguang y observa los alrededores",
"273548800": "Habla con Nora",
"273953676": "Sigue a Tánger",
"273997632": "Acaba con el campamento de los monstruos",
"274583535": "Mi primera aventura",
"274647068": "Coloca las balizas para investigación",
"274931124": "Sigue explorando",
"275300300": "Habla con el Chef Mao",
"275662460": "Coloca todas las losas de piedra",
"276085838": "Regresa a Liyue y encuentra a Nobile",
"276295868": "Ve a Tatarasuna a buscar un artesano",
"276607140": "Habla con Dongsheng en La Segunda Vida",
"278800508": "Destruye todos los suministradores de energía",
"278941721": "Capital de la Libertad",
"279008961": "Geodiario de viajes",
"279147252": "Sigue a Beidou hasta el lugar donde está el jefe del almacén",
"280189700": "Pregunta al jefe de la Aldea Konda",
"280360116": "Habla con Ying'er",
"280783172": "Participa en las semifinales",
"280951940": "Derrota al Guardián de las Ruinas",
"281028984": "Acaba con el campamento de los monstruos",
"281491236": "Habla con Beidou en un lugar tranquilo",
"281597116": "Habla con Affan",
"281866585": "Descifra los fragmentos de piedra",
"281988112": "Ahuyenta al Cobrador de Deudas",
"282028494": "Completa el desafío del dominio",
"282612716": "Regresa al campamento del Sr. Jayam",
"282793636": "Sigue el rastro del hurón ladrón",
"284197415": "Pagando la bondad con bondad",
"285501556": "Habla con Kamisato Ayaka",
"285906198": "Habla con Xiao",
"287712012": "Habla con Naganohara Ryuunosuke",
"288125615": "Órdenes siniestras",
"288396844": "Toma una imagen del puesto como prueba",
"288471364": "Dirígete al Santuario de Jmun",
"288743660": "Entrégale la linterna celeste al Sr. Yuyu",
"288946860": "Habla con Zhichiong",
"289180184": "Pregunta a Nimrod por noticias de los Cuatro Borrachos",
"289191396": "Busca por los alrededores",
"289302212": "Habla con Esther",
"289416967": "Elimina a los Hilichurls",
"289562288": "Encuentra al monstruo siguiendo las instrucciones de Jack",
"289910673": "Una aventura literaria",
"290163623": "El esperado Festival Sabzeruz",
"290216964": "Acércate a las ruinas con Tirzad",
"290759692": "Habla con Li el Martillo",
"291309780": "Recolecta las linternas celestes",
"291574903": "Neko es una gata: receta del santuario",
"291637628": "Derrota a los Flotihongos que aparecieron",
"291765090": "Dirígete a las ruinas a buscar el disco misterioso",
"291766252": "Derrota al “pedazo de hierro gigante”",
"291871708": "Habla con Chingzhou",
"292144780": "Comprueba el estado de las lámparas en el camino",
"292409233": "Intercambio de idiomas",
"292881052": "Habla con Paimon",
"293553276": "Dale a Flora las flores que recuperaste",
"293978988": "#Habla con Rhana cuando estés list{F#a}{M#o}",
"294392055": "El segundo ingrediente de la bebida picante",
"294673463": "Unos huéspedes no deseados",
"294991524": "Habla con la Caballera de Favonius que está al lado del desprendimiento",
"296639848": "Dale el dinero a Sara de El Buen Cazador",
"297588511": "El colmillo de Watatsumi",
"298165063": "Habla con Amber",
"298664868": "Lleva a Dunyarzad a algún sitio cercano donde pueda descansar",
"298668135": "Coloca el cebo elemental cerca de la puerta lateral",
"298877052": "Sigue las huellas del gato y explora la zona más adelante",
"299157020": "Dirígete al descansadero",
"300114086": "Lava los rábanos blancos en la orilla del estanque",
"300815404": "Habla con Venti en el segundo piso de la taberna",
"300866831": "Wanmin para llevar",
"301183102": "Dirígete a inspeccionar el lugar sospechoso",
"301866087": "Despeja las ruinas",
"302663364": "Habla con Zhongli en el Bosque de Piedra Guyun",
"302817924": "Explora las Ruinas Transparentes",
"303215980": "Entrégale un cangrejo a Xudong",
"303436588": "Detecta el humo negro (2)",
"303487344": "Busca en el inventario los ingredientes necesarios para el Aceite Esencial de Llamas Ardientes",
"304225751": "¡Abre tus alas!",
"304518935": "Consigue una lágrima de Dvalin",
"305014108": "Dirígete al lugar que muestra la pintura",
"305154495": "Legado de Orobashi: Parte V",
"305377400": "Lleva la entrega al cliente",
"305561164": "Habla con Hosseini",
"305955564": "Habla con Kichiboushi",
"306047542": "Aislamiento de misión, prevenir reversión (oculto)",
"306226036": "Habla con Beidou",
"307690348": "Ve a Telas y Kimonos Ogura",
"307804788": "Habla con la ilusión que está al lado de la puerta",
"308257236": "Limpia los residuos flotantes del muelle norte",
"308262220": "Destruye la zona marchita y busca una tupeta",
"308442292": "Habla con todos",
"308611244": "Ve a ver a Hiiragi Chisato",
"308676828": "Espera al anochecer (17:30 h)",
"309371980": "Derrota a los monstruos",
"310017972": "Revitaliza las semillas",
"310063684": "Habla con el Infantil Jiang",
"310183548": "Investiga los restos de la embarcación",
"311886417": "La intranquilidad de Margaret",
"311899023": "Desafía al NPC a un duelo.",
"311971284": "Habla con Fushizome",
"312395772": "Reúnete con la hija de los Hiiragi a la hora acordada del día siguiente (18:00 - 00:00)",
"312976159": "La planta divina de las profundidades",
"314116524": "Ve con Kaushik a informar a Gorou",
"314381500": "Derrota a todos los enemigos",
"314520580": "Derrota a los Slimes Geo",
"315293327": "Has terminado de hablar con los NPC en Aguaclara (visible)",
"315303560": "(TEST) Dejar reposar",
"315319388": "Habla con Mack",
"316008214": "Ve a comprar las cometas",
"316342180": "Habla con Yun Jin",
"316625580": "Ve al Santuario Surasthana",
"316707852": "Habla con Azalai",
"317261463": "Obsequio estival",
"317504967": "Una antigua promesa en tiempos festivos",
"317530572": "Enfréntate al Emisario del Abismo",
"317874076": "Habla con el Rey Lobo del Norte",
"318783212": "Ve al siguiente oasis",
"319294148": "Investiga el altar",
"319624111": "Torneo Loto Nilotpala: combate inaugural",
"319814206": "Asiste a Xiangling en el Duelo Culinario",
"320147489": "Rompe el sello de la Tribu de los Carnívoros",
"321434388": "Encuentra a Benben",
"321452748": "Busca el origen de la voz extraña",
"321747548": "Sigue a Ruu",
"322067180": "Participa en la competición",
"323200948": "Entrégale 5 manzanas a Yavanani",
"323429985": "Un sabor traído por el viento",
"323599884": "Empieza a pintar",
"324771076": "Habla con Drake",
"325005500": "Habla con Leni",
"325267848": "Dirígete al campamento de los Hilichurls con Ella Musk",
"325815503": "El saber no tiene fin",
"326171492": "Recoge los 3 fragmentos",
"326479846": "(Test) Habla con el Adepti",
"327004988": "Habla con Diona",
"327580780": "Habla con el niño que los observaba",
"327679044": "Aterriza con cuidado en la siguiente capa de nubes",
"328025204": "Habla con Tsumi",
"328176268": "Sigue a los soldados Fatui",
"328659572": "Habla con Aftab",
"328816276": "Busca a Degui",
"329496260": "Escucha la historia de Thoma sobre el vino",
"329639641": "Entrega de comida",
"329753276": "Habla con Laila",
"329877527": "Un pasado nevado",
"329897748": "Ve al lugar frecuentado por los espinodrilos",
"331787732": "Habla con Bárbara",
"332443887": "El gran árbol: crecimiento",
"332447172": "Habla con Rhana",
"333237540": "Ve al escenario que Yun Jin preparó",
"334326500": "Combate contra el Guardián de las Ruinas",
"334400140": "Consigue los materiales para muebles",
"334423212": "Habla con Xavier",
"334930708": "Entrégale 10 pedazos de hierro a Hanfeng",
"335170588": "Sal con Bárbara del Reino de los Lobos",
"335204196": "Busca a Kaushik",
"335509908": "Adivina el primer acertijo",
"335809960": "Encuentra a Nimrod",
"335894700": "Dirígete al lugar designado",
"335990100": "Dirígete al campamento del lugar de encuentro secreto",
"336302348": "Habla con Changchang",
"337131892": "Rescata a la persona enjaulada por los Ladrones de Tesoros",
"337786708": "Deposita la última losa de piedra",
"338307151": "Activable después de llegar al Rango de Aventura",
"340640364": "Habla con Shouta",
"340882932": "Sella la piedra sagrada",
"340935308": "Derrota a los Hilichurls enfurecidos",
"341184364": "Regresa al santuario abandonado y utiliza la Lente de los recuerdos para investigar",
"341472068": "Busca tupetas",
"341791327": "Posada Wangshu a domicilio",
"342053438": "Habla con Pequeña Lulu",
"342508596": "Habla con Sara",
"342628215": "Hostilidad en el grupo",
"343059172": "Sigue a Dunyarzad",
"343117252": "Habla con Hatim",
"343362716": "Habla con Razor",
"343413556": "Habla con Wang el Llave inglesa",
"343768804": "Ve adonde está Nobile para buscar a Teucer",
"343769356": "Confirma el mensaje del gato con Sareh",
"343938980": "Reúnete con Huangshan en el lugar indicado",
"344021612": "Sigue la misteriosa estrella",
"345406760": "Ahuyenta al Recaudador",
"345492908": "Habla con Gorou",
"346189652": "Interludio: habla con Dehya y Rahman",
"346416188": "Informa a Neko",
"346428628": "Habla con todos",
"346563476": "Explora el sueño del árbol vasara",
"346669588": "Ayuda al pueblo de Xamaran",
"347079420": "Dirígete al lugar designado",
"347164191": "Un encuentro entre aventureros",
"347192636": "Ve a la casa del jefe de la Aldea Aaru",
"347721468": "Habla con Neko",
"347889540": "Informa a Hosseini y a Yingzhu",
"347916044": "Dirígete a la ubicación de la prueba de inteligencia",
"348042191": "Posada Wangshu a domicilio",
"348441186": "Escucha la conversación de Meng, Fei y Lulu",
"348735086": "Dale la brocheta de champiñones y pollo deliciosa a Xiangling",
"348908255": "Encuentro inesperado en las profundidades",
"349103820": "Habla con Paimon (obsoleto)",
"349875916": "Completa el encargo del Gremio de Aventureros con Anna",
"350118708": "Habla con los demás",
"350157372": "Habla con Junpei",
"350395588": "Espera hasta el día siguiente (08-00 h)",
"350674396": "Habla con Meng",
"350779300": "Habla con Ayten y Karima",
"351319796": "Habla con Verr Goldet",
"351428900": "Recoge las balizas",
"351799580": "Derrota a todos los monstruos",
"351921628": "Habla con Carmelo",
"352229540": "Habla con Albedo para escuchar sus conclusiones",
"352551340": "Limpia las telarañas",
"352561513": "Parkour en los Pontones",
"352608684": "Habla con Klee",
"352821596": "Busca pistas en la ciudad",
"352913892": "Vuelve al lado de la caracola gigante",
"353389820": "Habla con Viktor",
"353476636": "Intenta romper el sello",
"353512988": "Derrota a los Dragartos de las Profundidades",
"353910188": "Adéntrate en las ruinas",
"354782956": "Habla con Beatrix",
"355149740": "Busca los objetos perdidos de Jack en el Templo de los Mil Vientos",
"355383452": "Dirígete al lugar designado",
"356432359": "El arte de la horticultura",
"356911742": "Encuentra el tesoro",
"356960364": "Habla con Nahida",
"357547060": "Habla con Yue Chuan",
"359632807": "Busca a la persona de verde",
"360517836": "Habla con los periodistas",
"360567028": "Dirígete al nivel superior de la Sala de la Coronación",
"360951588": "Habla con Paimon",
"361260292": "Dale la linterna celeste a Degui",
"361388964": "Derrota a los Ladrones de Tesoros",
"361472118": "Dale al cazador la sopa que preparaste",
"362193633": "Ellin, la aspirante a Caballera",
"362291814": "Ve a comprar flor de seda",
"362468487": "Justicia Hilichurl",
"363863092": "Recupera las réplicas de Shiki Taishou",
"364083164": "Lleva la comida a la Despreocupada Linguan",
"364258932": "Abandona Enkanomiya y ve a hablar con Kokomi",
"365539612": "Habla con la ilusión de Koyanagi",
"365805732": "Investiga la verdad que se esconde detrás del espíritu",
"365819644": "Habla con Félix Yogue",
"365870836": "Habla con Dehya",
"366031846": "(Prueba) Investiga el montón de materiales",
"366670588": "Dirígete al campamento de Albedo",
"368226580": "Derrota al enemigo final",
"368233450": "Habla con Jiangxue",
"368288492": "Habla con Tejima",
"369161068": "Dirígete al puerto de Ritou",
"369304799": "Nuevos retoños en viejas ramas",
"369517228": "Echa una ojeada a las novelas ligeras de la estantería",
"370774940": "Habla con Maruf",
"371118079": "La intención es lo que cuenta",
"371443516": "Busca la muñeca en el lugar que dijo Chi Nan",
"371647146": "Reúne los bocetos",
"372387708": "Encuentra un camino hacia el nivel superior",
"372941988": "Informa al Nervioso An",
"373034124": "Habla con Teppei",
"373720220": "Pregunta a Atsuko sobre cómo llegar a Inazuma",
"373839204": "Ve con Yoimiya y Klee al Festival Irodori",
"374118460": "Informa a Neko",
"374348852": "Pregunta por la caja a Katheryne",
"374538276": "Encuentra y explora la Confluencia Ashvattha",
"375815308": "Entra al sendero oculto del bosque",
"376128460": "Ve a inspeccionar el lugar donde se almacenan los fuegos artificiales",
"376996396": "Busca a tus amigos en el lugar del festival",
"378222364": "Regresa a donde está la estatua de Pervases",
"379089724": "Ve a la Aldea Aaru",
"379109996": "Reúne tres novelas que cumplan con los requisitos",
"379239324": "Sigue a Ninguang y observa los alrededores",
"379713996": "Recoge el amuleto",
"380050700": "Sigue a Alrani",
"380619228": "Entra en el Bosque de la venganza",
"380623716": "Habla con Aranakula",
"380978710": "Reúne flores chingxin",
"381127900": "Habla con Aranakula",
"381624164": "Lucha junto a Diluc",
"382403900": "Habla con la persona sospechosa",
"382696036": "Despierta el potencial de los Hongos",
"382905332": "Dirígete a la construcción y pregunta por las novedades",
"383399196": "Entrégale a Roald los hongos fluorescentes",
"383699124": "Inspecciona el estanque durante la noche infinita",
"383756548": "Habla con Xavier",
"384537868": "Habla con Haniyyah",
"384770012": "Entrégale 10 espigas de trigo a Timmie",
"385161580": "Entrégale el anillo que encontraste a Taliesin",
"385457492": "Habla con Xavier para comenzar el rodaje",
"386507460": "Habla con Sango",
"386774408": "Lleva la entrega a la Vivaz Orlean",
"386859479": "Los Superchefs: los caminantes de la costa",
"386973407": "La odisea del Sr. García: rodamientos",
"387106497": "Desbloqueado 3 - Oculto",
"387118876": "Habla con Freki",
"387383366": "Dirígete a la Posada Wangshu y pregunta a Verr Goldet sobre el falso Adeptus",
"387567388": "Completa el acertijo floral",
"388513116": "Explora en busca de reliquias divinas",
"388999444": "Busca a Gorou",
"389626286": "Derrota a los Hilichurls que llevan a cabo el ritual",
"390530703": "A título póstumo: calma absoluta",
"390724300": "Dirígete al Restaurante Uyuu",
"390837660": "Habla con Charles",
"390866658": "Encuentra el tesoro",
"392003172": "Habla con Harris",
"392046244": "Investiga los alrededores cuidadosamente",
"392204060": "Habla con el Tío He",
"392209036": "Encuentra el tesoro",
"392256724": "Busca al gato",
"392297756": "Ve al Restaurante Kiminami",
"392507756": "Habla con los eruditos",
"392690286": "Habla con Timaeus",
"393956548": "Avanza por el lugar destartalado",
"394709076": "Habla con Bárbara",
"394981868": "Habla con Ruu",
"395016204": "Explora siguiendo la dirección que indica Halfdan",
"395406900": "Habla con García",
"395442284": "Ve a donde está la “cola”",
"395730572": "Habla con Luka y entra en la taberna",
"395776348": "Escucha discretamente la conversación entre Yu y Mengmeng",
"395893252": "Vuelve a la Funeraria El Camino para entender la situación",
"396302020": "Informa a Yun Jin",
"396903076": "Gánate la confianza de la espía en las Termas Reales",
"396979777": "Lágrimas ocultas",
"396985020": "Destruye el ámbar Anemo",
"397249815": "Reúne pistas y sigue a Ave Rapaz",
"397615079": "Investigación meticulosa",
"397818756": "Habla con Ziryab",
"397847740": "Derrota a los Fatui que quieren robarte la espada",
"397880980": "#Espera a la hora acordada dentro de dos días (08-10{NON_BREAK_SPACE}h)",
"398038996": "Derrota a la Regisvid Cryo",
"398785932": "Drena el agua de la cueva",
"398816812": "Alcanza a Lunja",
"399000036": "Captura Hongos",
"399286312": "Pregunta a Bárbara cómo se encuentra Jean",
"399416740": "Habla con Yanfei",
"399564300": "Habla con Dehya",
"400602686": "(test)潜行成功——公子cutscene(隐)",
"401175279": "Mensajes llegados de lejos",
"401193172": "Habla con Collei",
"401723892": "Completa el encargo del Gremio de Aventureros con Anna",
"402382367": "La arena mecánica de Liyue",
"402721788": "Habla con Paimon",
"403160004": "Habla con Jilliana",
"403344176": "Obtén el maniquí de entrenamiento",
"404066508": "Habla con Nahida",
"404101471": "Pescando la luna en un barco",
"404796676": "Encuentra las piedras faltantes",
"405433948": "Entrégale 2 trozos de tocino al Sonriente Yanxiao",
"405864868": "Habla con Aragaru",
"405871772": "Habla con Asakura",
"406274056": "Habla con Ellin",
"406679687": "Habla con Draff",
"406717892": "Busca a Kichiboushi",
"406866879": "El varonil camino del Varonil Jack",
"407581372": "Inspecciona el área y busca pistas",
"408213902": "Habla con Huai'an",
"408640140": "Cruza la puerta e investiga",
"409457020": "Informa a Sareh",
"410204332": "Inspecciona el núcleo",
"410291012": "Captura una imagen de Kichiboushi",
"410566151": "Derrota a los adversarios que se aproximan",
"410826495": "Busca las pistas",
"411234796": "Entrega el plato ya preparado a Tang Wen",
"411497134": "Ayuda a Xiangling a recolectar carne cruda",
"412085444": "Informa a Xavier",
"414569308": "Recolecta las linternas celestes",
"414669484": "Habla con el minero Chi Ding, que apareció en la Sima",
"414912204": "Protege a Yasumoto",
"415092918": "Habla con Verr Goldet",
"415673876": "Habla con el tanuki",
"415935825": "¿Camino bloqueado?",
"416668468": "Ve donde se encuentra Jayam",
"417036212": "Espera a que sea noche cerrada (00-05 h)",
"417665780": "Reúnete con Arama",
"418168460": "Ve a un lugar tranquilo y termina de escribir las respuestas",
"418474700": "Habla con Tomoki",
"418573244": "Habla con Fushizome",
"419376132": "Busca los materiales que Kayvan te ha pedido",
"419571236": "Habla con Cyrus",
"420004364": "Encuentra y enciende todos los dispositivos",
"420789536": "Compra el cor lapis de las tiendas",
"421380968": "Fortalecer - Aceite Esencial de Impacto",
"421539720": "Limpia la Estatua de los Siete del Lago Estelar",
"422022652": "Habla con Mengmeng",
"422024279": "Con los ojos en el cielo y los pies en el suelo",
"422560084": "Recolecta lotos nilotpala frescos en los alrededores",
"422625420": "Entrega el plato ya preparado a Tang Wen",
"422685600": "Limpia la Estatua de Los Siete de Levantaviento",
"423072892": "Ve a Espinadragón para recuperar los paquetes",
"423377740": "Pregunta a Wyratt por el paradero de Mona",
"423979719": "Una rosa a modo de obsequio: piedras que florecen",
"425204476": "Informa a Xamaran de que la fuente de la energía maligna ha sido eliminada",
"425599295": "Expectativas que se deben cumplir",
"425726460": "Ve a la torre del vacío",
"426193212": "Busca a Haypasia",
"427431716": "Habla con Jiangxue",
"427720129": "Un trago amargo",
"427939264": "Dale la soga a Magar",
"428230228": "Habla con Viktor",
"428314980": "Consigue la ayuda de Corazón Llameante",
"428530488": "Elimina los Slimes",
"428690004": "Ayuda al Pequeño Yue a buscar caracolas estelares en la playa",
"428714484": "Derrota a la Megaflora",
"428855332": "Bebe la poción",
"428855380": "Sigue explorando",
"429117204": "Busca a Albedo",
"429131908": "Habla con Shousen",
"430346358": "Espera a la hora acordada (18-23 h)",
"430526460": "Informa a Rafiq de la situación",
"430584988": "Ve con Ei a la Editorial Yae",
"430814649": "El caballero estoico",
"431081703": "Amenaza al NPC 3",
"431822468": "Recolecta 3 flores chingxin en la cima del peñasco",
"433424164": "Habla con Yun Jin",
"434550204": "Busca las notas de los experimentos en el laboratorio",
"435010334": "Aislamiento de reversión",
"435663524": "Habla con Vardan y Gurgen",
"435852316": "Sigue a Rhana",
"435863760": "Habla con Guy",
"436160431": "Pizza de otras tierras",
"437371332": "Detecta el humo negro (1)",
"438014359": "«Próximamente en El rey invocador»",
"438682732": "Baja al pozo y recoge agua",
"438728964": "Informa a Xavier",
"439098652": "Escucha y resuelve los problemas de los habitantes de Mondstadt",
"439244868": "Habla con los demás",
"439659487": "El Buen Cazador Express",
"439741980": "Habla con Teppei",
"440026164": "Obtén el libro «Hidrología del reino de Byakuya»",
"440122662": "Busca señales del amor",
"440829864": "(TEST) Batir",
"440885076": "Habla con Suling",
"441143412": "Habla con Zakariya",
"441733240": "Diálogo de Paimon",
"441876924": "Habla con Arama",
"442001212": "Ve a casa de Araja a descansar",
"442289044": "Habla con Beidou",
"442413556": "Busca el tesoro en las Islas Hermanas",
"442752396": "Interroga al Samurái Kairagi",
"442988612": "Sigue a Alrani",
"443729516": "Haz que las tres hojas apunten hacia la rama",
"444074220": "Habla con Mona y prepárate a conocer a la sucesora",
"444750495": "«La vida del estafador»",
"445360796": "Regresa a informar al Hilichurl",
"446022116": "Busca los restos de Albondimaru en la playa",
"446669044": "Charla con Beidou",
"447128716": "Busca pistas en el campamento de Los Eremitas",
"447310999": "Reúnete con Amber frente a las puertas del templo",
"447798588": "Habla con Amano y Andou",
"448045895": "Habla con Amber",
"448319068": "Dirígete a la Llanura Autake",
"448345935": "¿Es buena esta novela?",
"448422332": "Libera la linterna celeste en la antigua ubicación del Clan Guhua",
"448552990": "Encuentra el tesoro",
"448723196": "Descongela todos los fragmentos",
"448805676": "Encuentra el final del laberinto ilusorio",
"448989076": "Ve a comprobar las pruebas que mencionó Dehya",
"449115834": "Habla con Chang el Noveno",
"449662684": "Ayuda al Capitán Cuervo Noctívago a deshacerse de los Hilichurls",
"449997660": "Examina los expedientes",
"450426980": "Derrota a todos los monstruos para obtener los materiales",
"451622134": "Derrota al Cazador de las Ruinas",
"451892866": "Rescata a Soraya",
"452312950": "Acompaña a Xiangling a Aguaclara",
"452381604": "Habla con Noelle",
"453309631": "La frescura de las flores",
"453365279": "Medicina milagrosa",
"453605039": "Plan de reposición de cebos",
"453620004": "Dirígete al laboratorio mágico e inspecciona el sello",
"453852596": "Lee la nota que dejó el samurái",
"453910836": "Acaba con el humo negro (1)",
"454382052": "Derrota al Lawachurl Acorazado",
"456193662": "Castiga el alma del falso Adeptus",
"456898828": "Dale el condensado de Slime a Meng",
"457630455": "Calamidad Fatui",
"458110559": "Habla con Farrah",
"459509180": "Acaba con la amenaza de las “Vanagni”",
"459515180": "Haz sonar las campanas que hay a ambos lados de las ruinas",
"459594628": "Ve al Bosque de Piedra Guyun",
"461056158": "Habla con la gente que asistió al rito",
"461410305": "Ellin, la aspirante a Caballera",
"461581212": "Derrota a los Fatui",
"461927084": "Entrégale 15 bayas a Kamla",
"461972623": "Superchefs del mundo, ¡uníos!",
"462062671": "Despeja las ruinas",
"463429804": "Ve a donde está la “aleta”",
"463987868": "Habla con Pedrush",
"464415708": "Salva al Maestro Masakatsu",
"464596236": "Ve a la biblioteca y habla con Enjou",
"464641044": "Ve a la Tienda de Antigüedades Xigu a investigar",
"465502364": "Habla con Yami",
"465895476": "Obtén el núcleo de la máquina de las ruinas",
"466571783": "Un pedazo de hierro furioso",
"466690260": "Derrota al avatar del Marana",
"467015212": "Espera hasta la noche (18-20 h)",
"467058364": "Informa a Freki y su hermano",
"467274748": "Informa a Vile",
"467929748": "Habla con Dain",
"467998220": "Dirígete a la Casa de Libros Wanwen para buscar pistas",
"468058135": "Oratoria y etiqueta",
"468263988": "Desafío doméstico: riego",
"468868724": "Haz los últimos preparativos en la Comisión Yashiro",
"469129380": "Intercambia un huevo de pájaro por un adorno de jade con Tang Wuchou",
"469178175": "¡Adiós, compihongos!",
"469914212": "#Encuéntrate con {F#Éter}{M#Lumina}",
"471389124": "Habla con el Chef Mao",
"471978348": "Sigue buscando más objetos",
"472123756": "Habla con Nahida",
"472215804": "Escucha la opinión de los demás",
"472274916": "Investiga el campamento de Los Eremitas",
"473776284": "Activa los controladores de la torre",
"473777660": "Investiga la entrada sumergida",
"474530316": "Acaba con el humo negro (2)",
"475395276": "Completa el encargo del Gremio de Aventureros con Anna",
"476333788": "Habla con Arakunti",
"476707564": "Dirígete al almacén del muelle para recolectar tablas de madera",
"477046492": "Desafía el dominio",
"477325836": "Cuéntale la buena noticia a Lyudochka",
"477411756": "Cierra «El himno del Reino Sagrado»",
"477827764": "Sigue la voz",
"478268860": "Entra en la Cámara Mística Onmyou",
"478842748": "Habla con Beidou",
"478882705": "Un árbol solitario, sin un bosque propio...",
"479159745": "El libro extraviado en el bosque",
"479438695": "El rotundo éxito del evento benéfico",
"479454932": "Dale a Mack el comunicado con órdenes",
"479755927": "Amistad, deseos y arrepentimientos",
"479832663": "El ritmo que nutre los brotes",
"480119108": "Inspecciona el diente de león",
"480468484": "Encuentra la temari",
"480682668": "Habla con Kayabuki",
"480760740": "Habla con Sara",
"480857772": "Habla con la Abuela Ruoxin",
"480995612": "Sigue explorando",
"481220031": "Descubriendo la «Melodía de la senda salvaje»",
"482327826": "Elimina a todos los monstruos",
"482500060": "Explora el desierto siguiendo las notas arqueológicas de Soheil",
"482566844": "Salva a la persona rodeada por los monstruos",
"482620828": "Encuentra a los tres espías",
"482759412": "Derrota a los emboscadores Fatui",
"484031095": "Té especial de Helen",
"484181524": "Habla con Xingchiu",
"484805332": "Sigue a Diona",
"485016452": "Habla con el otro Hilichurl que quiere comunicarse",
"485404520": "Dirígete a investigar las ruinas",
"486529532": "Dirígete al arrecife cercano a las Islas Hermanas",
"487387536": "Habla con Timaeus para aprender más sobre la Alquimia",
"489028136": "Habla con Godwin",
"489282180": "Habla con Nora",
"489357732": "Asiste a la ceremonia del brindis",
"489651196": "Habla con Luka y entra en la taberna",
"490537372": "Recupera el paquete colocado cerca del lugar con agua",
"490616825": "Paso a paso",
"491421132": "Habla con todos",
"491549276": "Despeja el campamento de monstruos",
"492421553": "Rito del Descenso",
"492666844": "Habla con Yuan Rong",
"493562492": "Habla con el Chef Mao",
"493905508": "Busca los objetos perdidos de Jack en el Templo de los Mil Vientos",
"496145056": "Habla con Jilliana",
"496310924": "Busca los fragmentos de plaustrita en el montón de cosas",
"496363212": "Encuentra al Infantil Jiang",
"496947020": "Termina el entrenamiento con Asakura",
"497650580": "Entrégale 5 montones de pétalos de cerezo a Kanra",
"498813204": "Ve al lugar que detectó Albondimaru",
"498922822": "Encuentra un ingrediente que concuerde con la descripción",
"499537248": "Habla con Ellin",
"499965612": "Habla con el Sonriente Yanxiao",
"500282748": "Usa el elemento Anemo o Hydro para limpiar los anuncios",
"500385244": "Dale la bebida recién preparada a Diona",
"500475441": "Encuentro inesperado",
"500633262": "Habla con el hombre de la máscara",
"501612076": "Dirígete al campamento junto con Zhichiong",
"501638950": "Dale los rábanos limpios a Xiangling",
"501820783": "Catástrofe fúngica",
"502227668": "Dale a Chouji los pedazos de médula cristalizada",
"502856500": "Entra en la casa de Xinyan",
"503380444": "Lleva la comida a la Despreocupada Linguan",
"503453836": "Continúa siguiendo los rastros",
"504757276": "Ve a la ubicación que mencionó Akim",
"505611356": "Dirígete a donde está Halfdan",
"505775236": "Habla con el Varonil Jack",
"506215896": "Encuentra un cuerno de bronce negro",
"506298732": "Activa los Cañones de Kamuijima para destruir las fisuras",
"506444260": "Ve a charlar con Ren",
"506653846": "Regresa a la Farmacia Bubu y busca a Qiqi",
"507238196": "Investiga pistas bajo el árbol antiguo",
"507803876": "Limpia los tejados",
"508644332": "Sigue a Diona",
"508887188": "Dirígete al puesto de reabastecimiento y busca pistas",
"508954412": "Haz que las tres hojas apunten hacia la rama",
"509363304": "Habla con Glory",
"509643014": "(test) Emitir guión de diálogo",
"509701767": "Los secretos de al-Ahmar",
"509896927": "El secreto del reemplazo",
"510033108": "Enciende la fogata del campamento",
"510176580": "Ve a la Ciudad de Sumeru",
"510598212": "Ve con Kazuha a un lugar más tranquilo",
"510900684": "Dale de comer al animal de carga",
"511553143": "Negociación con el NPC rota - Activar antes de combate",
"511631548": "Habla con Chingzhou",
"512223444": "Recoge dos tablas de madera",
"512767778": "Activa el mecanismo de las ruinas",
"512777431": "Recuperándose de la enfermedad",
"512918460": "Derrota a la Caballera Serpiente Negra",
"512994489": "Ascensión de Rango de Aventura - 7",
"513030076": "Busca a Tánger en la Villa Gandharva",
"513579649": "Busca pistas de los Adeptus en el Desfiladero Jueyun",
"514840766": "Reúnete con Zhongli en el Pantano Dihua",
"515042999": "¡Gracias por su hospitalidad!",
"515633540": "Captura una imagen de Kichiboushi",
"515786959": "Intercambio recíproco",
"515979796": "Informa a Huffman",
"516821572": "Dirígete a la Ciudad de Sumeru",
"516912164": "Habla con Kayabuki",
"517479644": "Recoge materiales de reparación en los alrededores",
"518314652": "Derrota a los soldados del shogunato",
"518590820": "Ve al lugar que detectó Albondimaru",
"519187484": "Informa a Changchang",
"520550740": "Habla con Teucer",
"520773367": "Habla con Paimon",
"520815580": "Derrota a Samail y a los Fatui",
"521776368": "Habla con Jack",
"522346432": "Escolta al globo aerostático",
"523140572": "Habla con Chianchian",
"523723380": "Sal del Banco del Reino del Norte y habla con Ninguang",
"524363823": "Habla con Kaeya",
"524409519": "Pista del tesoro: Isla Partida",
"524475900": "Habla con Hosseini",
"525213516": "Habla con Heizou",
"526081732": "Deja al trastornado Chi Ding al cuidado de Jinwu",
"526609340": "Desbloquea el tesoro",
"526694104": "Habla con Michelle",
"528054468": "Derrota a los Fatui",
"528972780": "Habla con Sabah",
"529873252": "Elimina la contaminación de la zona marchita",
"530064540": "Derrota a todos los monstruos",
"530340948": "Habla con Bárbara",
"530773980": "Habla con el Varonil Jack",
"530927583": "Cocina mecánica I",
"531446780": "Ve a la Aldea Aaru",
"531756018": "Habla con Bao'er",
"532025732": "Cuelga las linternas celestes en la entrada de la Posada Wangshu",
"532109940": "Encuentra los componentes que faltan y repara el pilar",
"533172332": "Investiga las runas",
"533558279": "Examen aventurero: tácticas de batalla",
"533955532": "Dirígete a la Aldea Chingtsé",
"534001636": "Cuelga la linterna celeste al otro lado de la puerta",
"534009892": "Derrota al Rey Jabalí de las Nieves",
"534331772": "Habla con Ooshima Junpei",
"534940524": "Busca el subrosium",
"535055276": "Habla con Ilman",
"536370268": "Habla con Luoxia",
"536428710": "Ve hacia el Templo de los Mil Vientos",
"536587220": "Habla con Takeuchi",
"536635124": "Encuentra condensado de Slime Cryo",
"536724812": "Habla con Esther",
"537031604": "Habla con Vermeer",
"537362652": "Regresa a informar al Hilichurl",
"538230604": "Pregunta por información a las personas cercanas (0/3)",
"538431412": "Busca a la persona que perdió su Visión",
"538981856": "Usa Anemo para dispersar el polvo",
"539070116": "Acompaña a Nilou a recoger lo que ha comprado",
"539189964": "Habla con Sangonomiya Kokomi",
"539490812": "Regresa al campamento de los aventureros",
"539958804": "Busca a Cyrus en El Obsequio del Ángel",
"541557020": "Confirma que todas están listas para la batalla",
"542809732": "Habla con Paimon",
"542885727": "Tesoros bajo las enredaderas",
"542960442": "Habla con Madam Ping",
"543754620": "Habla con el samurái sin nombre",
"543756908": "Dirígete al campamento de Albedo",
"543834724": "Investiga el lugar extraño",
"544205596": "Habla con Vermeer",
"544526836": "Sal de la arena",
"544663606": "Habla con Pequeño Meng",
"544802782": "Ve al lugar marcado en la nieve de papel",
"545068612": "Tras abrir la jaula",
"545274647": "Sueños en la arena ardiente",
"545493287": "La persona desaparecida",
"545516988": "Habla con Enjou",
"545578012": "Habla con Miyuki",
"545632972": "Ve al Santuario Sangonomiya y habla con Tsuyuko",
"546267092": "Haz sonar las campanas que hay a ambos lados de las ruinas",
"546577744": "Informa a la Hermana Victoria",
"546876668": "Habla con Arashakun",
"547162372": "Ayuda al Herborista Gui a hacer una linterna celeste",
"547473536": "Ahuyenta a las palomas",
"547562836": "Habla con Edith",
"548427495": "Habla con Amber",
"548436668": "Sal de Tenshukaku",
"548603396": "Sigue avanzando",
"548998236": "Entrega la espada al samurái sin nombre",
"549350216": "Habla con Margaret para terminar el encargo",
"549756468": "Inspecciona los objetos que se van a subastar",
"550768884": "Habla con Nahida",
"550912932": "Sigue el rastro de los Dragartos de las Profundidades y busca la sala secreta",
"551662457": "Desbloqueado 7 - Oculto",
"552531540": "Busca el rastro del equipo de arqueología siguiendo las huellas",
"552535900": "Entra al lugar donde se encuentra el “corazón”",
"553413612": "Sal de la casa del jefe de la aldea",
"553832100": "Utiliza la Visión Elemental para seguir las huellas de Albedo",
"554340324": "Pregunta a Momoyo sobre lo ocurrido",
"554762383": "Habla con Diluc",
"555171692": "Informa a Neko",
"555978284": "Ve a donde se celebrará la fiesta de la victoria",
"556300975": "Regresa con Jean a la Sede de los Caballeros de Favonius",
"556465980": "Busca los núcleos de cristal faltantes",
"556658564": "Despierta a Yakov",
"557426348": "Habla con Ninguang",
"557789732": "Ve a las ruinas situadas en lo alto de la isla del estanque",
"557791172": "Entrega a Thoma el material que has reunido para el curso",
"558000617": "Encuentra las estelas de piedra",
"558019156": "Dirígete a las afueras de Liyue",
"558189236": "Activa los controladores de la torre",
"558375664": "Prepara un aceite esencial de escarcha",
"559170065": "Deslizándose en el viento",
"560017548": "Salva a Ella Musk",
"560018652": "Libera todas las llamas del gran portal",
"560079836": "Ve a luchar al lugar designado",
"560682612": "Derrota al Protodragarto Geo",
"560716231": "Un problema con la Forja",
"561810820": "Entrégale 3 pistilos de flor helada a Connor",
"562973572": "Derrota al Samurái sin maestro",
"563266100": "Sigue a Fujiwara Toshiko hasta el campamento",
"564294676": "Dirígete a la Guarida de Stormterror",
"564370356": "Ayuda a Endora a atrapar animales de agua pura",
"564660164": "Habla con Bennett",
"564674212": "Ve al lugar donde se celebra la subasta",
"565021412": "Recapitula la información con Paimon",
"566177676": "Habla con Dunyarzad",
"566560596": "Informa a Joel",
"566709420": "Informa a Kiminami Anna",
"567136332": "Habla con el gerente",
"567219252": "Informa a Preservadora de Nubes",
"567494828": "Habla con Kujou Sara",
"567540204": "Habla con la maga Fatui",
"567960444": "Habla con Venti",
"568025948": "Dale el objeto al Hilichurl",
"569796167": "Flores en el viento",
"570312984": "Encuentra una soga",
"570331068": "Repara el puente",
"570460700": "Habla con Paimon",
"570543388": "Haz una carne a la jardinera",
"570650279": "Desde el exterior",
"571723608": "(TEST) Batir",
"572389172": "Ve a la puerta de la Cámara de Comercio Internacional",
"572503423": "La prueba de Kunado",
"572642054": "Busca rastros de comida para la ofrenda",
"572706463": "La estudiosa criada",
"573188860": "Ayuda a Fei a buscar a sus amigos",
"573649119": "Ve con Paimon",
"574048860": "Habla con Alrani",
"574594740": "Ve a la Posada Wangshu a ver cómo está Fritz",
"575328844": "Derrota a tu oponente",
"575487892": "#Espera hasta que sea de día (06-19{NON_BREAK_SPACE}h)",
"576679820": "Derrota a todos Los Eremitas de la emboscada",
"576739164": "Completa el reto de navegación",
"577091604": "Habla con Gorou",
"577542919": "A título póstumo: el rastro de Pervases",
"579720764": "Sigue a los informantes y averigua qué está pasando",
"579847556": "Entra en la casa del jefe de la aldea",
"579877999": "Linternas giratorias (III)",
"579908908": "Habla con el niño misterioso",
"580124593": "(Obsoleto)",
"580310471": "Sigue a Venti hasta la Catedral",
"582235108": "Dirígete a la entrada de Espinadragón",
"582260748": "Encuentra a los miembros del equipo arqueológico",
"582614500": "Ayuda a Fei a buscar a sus amigos",
"582936286": "Reclama la misión y crea un ladrón (oculto)",
"583217380": "Investiga los monumentos elementales que hay por el hospital",
"583498324": "Encuentra las pistas que dejó Aralohita",
"584031220": "Espera a que se condense la flor dragohueso",
"584388900": "Dirígete a Ritou y busca a Bertrand",
"584895660": "Habla con Bernhard",
"586945156": "Habla con Aranaga",
"587338924": "Ve a ver a la víctima",
"587389143": "El niño desaparecido",
"587473088": "Pregunta a Bárbara cómo se encuentra Jean",
"587874668": "Habla con la Abuela Ruoxin",
"588303439": "Medio día fuera del escenario",
"588568504": "Termina el encargo",
"588835348": "Detecta el rastro del aranara",
"588847412": "Ve al lugar donde está la piedra sagrada",
"589388732": "Acompaña a Meng de regreso a Liyue",
"589584985": "Desbloqueado 1 - Oculto",
"591020692": "Habla con Xavier",
"591397708": "Entrégale 3 semillas de diente de león a Connor",
"591918108": "Habla con Quinn",
"592619828": "Derrota a todos los Ladrones de Tesoros",
"592853796": "Inspecciona las heridas de Momoyo",
"593569936": "Ahuyenta al Cobrador de Deudas",
"593902134": "Inspecciona la Balista Guizhong",
"594806604": "Indaga en el restaurante",
"594866022": "Habla con Degui",
"595009684": "Habla con Asagiri",
"595961705": "Ascensión de Rango de Aventura - 2",
"596745880": "Recolecta 3 Pedazos de Hierro y llévaselos a Wagner",
"597298396": "Captura una imagen del mural de las Islas Hermanas",
"597412161": "Camino del errante",
"597574948": "Habla con el Sr. Zhu",
"597757848": "(Test) Pregúntale a Guy",
"599582516": "Encuentra el segundo lugar adecuado y captura una imagen",
"600428476": "Dirígete al Gran Bazar para ver la danza Sabzeruz",
"600512436": "Habla con la Maestra Jean",
"600625676": "Descartar",
"600895036": "Encuentra los tesoros indicados por las linternas giratorias",
"601284263": "Continuación de la investigación alpina",
"601939708": "Encuentra a Tignari en el Jardín Dhyai",
"602385569": "#Bienvenid{F#a}{M#o} al Gremio de Aventureros",
"604724878": "Ve a las Estatuas Yaksha de noche",
"604853292": "Habla con Neko",
"604946396": "Habla con Harris",
"605849846": "Informa a Zhihua",
"606665004": "Dirígete a la Hacienda Kamisato",
"606995660": "Ayuda a limpiar los alrededores del puesto de venta",
"608561788": "Lleva la comida al Irascible Wallit",
"608651092": "Habla con los Fatui del campamento",
"608825468": "Dirígete al sitio de la prueba de valor",
"608976356": "Busca la pintura y los pigmentos de Vermeer",
"609102887": "La odisea del Sr. García: sustituciones",
"609583736": "Habla con Doolan",
"610283270": "Habla con Madam Ping",
"610372180": "Habla con Krosl",
"610593836": "Habla con los miembros del equipo de espeleología",
"611576724": "Habla con Nilou sobre lo ocurrido",
"611622884": "Ve fuera de la cueva a leer las notas",
"612473228": "Espera a Kichiboushi",
"612506852": "Habla con Eula y Amber",
"613105892": "Habla con Arama",
"613119004": "Habla con el otro Hilichurl que quiere comunicarse",
"613675884": "Dirígete al lugar de la transacción en las proximidades del festival",
"613803276": "Habla con Katheryne de Mondstadt",
"614128828": "Ve con Arama hacia la ubicación del sello",
"615309836": "Escucha la voz que viene del pasillo",
"615796604": "Encuentra a Asakura, quien encomendó el encargo",
"616037404": "Habla con Bennett",
"616295999": "Entra a la torre",
"616410380": "Sigue las huellas del Hilichurl",
"617094748": "Habla con Katheryne de Inazuma",
"618823116": "Habla con Sayu",
"619479598": "Derrota al sospechoso",
"619574344": "Dale la soga a Allan",
"619580703": "Busca a Diluc en el Viñedo",
"619768580": "Dale a Kayvan los materiales para el cebo",
"619786460": "Habla con Kazuha",
"620041076": "Habla con la niña misteriosa",
"621056028": "#Espera hasta el día siguiente (12-14{NON_BREAK_SPACE}h)",
"621431692": "Habla con Tiantian",
"621532660": "Dirígete a la Sede de la Comisión Tenryou",
"622216380": "Habla con Elber",
"622394572": "Busca carne congelada",
"622627831": "Los Superchefs: santuarios y cerezos",
"623203650": "Habla con Ella Musk",
"623235476": "Entrégale 5 huevos fritos de Teyvat a Matsumoto",
"623473268": "Rompe el sello del altar",
"623580308": "Sube a la Montaña Hulao y busca pistas de “la jefa”",
"623914188": "Juega al escondite con la Pequeña Ming",
"624186540": "Ve al lugar acordado para encontrarte con Kouichi",
"625042132": "Investiga la base secreta de Kokomi",
"625454660": "Busca pistas de los miembros de la otra escuadra",
"625512604": "Enfréntate a los Fatui",
"625700356": "Usa Dendro para curar al aranara",
"625710196": "Dirígete hacia la periferia del campamento",
"625914084": "Habla con Fushizome",
"626429588": "Sal de la arena",
"626474908": "Encuentra el tesoro",
"626848748": "Ve al lugar indicado en las notas",
"627492388": "Interpreta a un comerciante y habla con Gorou",
"627704828": "Entra en el estanque",
"628119004": "Haz una ensalada saludable para Sara",
"629733348": "Abandona el espacio donde se encuentran",
"629857060": "Ve al campamento temporal de los Fatui",
"629903004": "Destruye la última llave rocosa",
"630445695": "Pide información a los guardias de las puertas de la ciudad",
"631659735": "El obsequio de los tanuki",
"632675343": "Habla con Amber",
"633013476": "Derrota a tu oponente",
"633119625": "Cambio inesperado",
"633141036": "Habla con todos",
"633322988": "Ve al lado de la ventana",
"633685268": "Sal de la cueva",
"634340900": "Encuentra lucettas frescas",
"634732378": "Encuentra la última pista",
"634844644": "Reúne materiales de los alrededores (0/3)",
"635167688": "Habla con Victoria",
"635219999": "El Buen Cazador Express",
"635513868": "Habla con Mamesuke y Shibasuke",
"635715352": "Visita a Chang el Noveno en la Aldea Chingtsé",
"636306612": "Dirígete a la orilla del estanque",
"636962132": "Encuentra chiles de Jueyun y condensado de Slime",
"637256140": "Conversa otra vez con Hu Tao",
"637280708": "Resuelve el acertijo de la estatua de Watatsumi",
"637310100": "Sigue adelante y derrota a los enemigos",
"637332990": "Misión en blanco",
"637423732": "Ve a la Casa de Té Komore",
"638737956": "Ve a la Arboleda Moutiyima",
"639573895": "Contemplando la distancia",
"640169655": "La odisea del Sr. García: el eco de alguien",
"641240337": "El caballero del viento",
"641250884": "Dirígete a las ruinas",
"641631828": "Activa los controladores de la torre",
"641767512": "Habla con Timmie",
"642104468": "Reúnete con Alhacén",
"642923972": "Bátete en duelo contra Amenoma Yuuya",
"643548140": "Pregunta en el campamento por pistas sobre la extraña corriente de aire",
"643681247": "El reclutamiento del Regimiento de Los Treinta",
"644218590": "Habla con Jean",
"644339916": "Busca los materiales que Kayvan te ha pedido",
"644584788": "Activa el Coloso de las Ruinas",
"645250367": "El increíble tour de Teucer",
"645549248": "Elimina a todos los monstruos",
"645768316": "Detecta el humo negro (2)",
"645974095": "Ve al lugar indicado por Amber",
"646244292": "Derrota a Haniyyah",
"646461503": "La extraña del barranco y su peligrosa investigación",
"646506604": "Regresa a la entrada de la cueva",
"647330700": "Derrota a la Orden del Abismo",
"647793052": "Habla con Cyno",
"647965748": "Habla con Julie",
"648140652": "Habla con Chiuge",
"648365556": "Sigue el camino y busca el paquete",
"648719679": "Adéntrate en el sótano y roba la Lira Sagrada",
"648794180": "Dirígete al almacén del Gremio de Comerciantes de Feiyun",
"649368612": "Encuentra tres colmillos extraños",
"650396364": "Habla con Anna",
"650429180": "Informa a Wangya",
"650751780": "Habla con todos",
"651227543": "Mecanopuzle de moción perpetua: epílogo",
"651367468": "Sigue a Alrani",
"651685279": "El Buen Cazador Express",
"651711796": "Recoge tres rocas ancestrales y entrégaselas a Muning",
"652856012": "Derrota a todos los monstruos",
"653142484": "Habla con Albedo",
"653191396": "Lleva a Teucer con Nobile",
"653927708": "Habla con Paimon",
"653974724": "Habla con García",
"654183324": "Habla con Wangya",
"655210940": "Habla con las personas de la Terraza Yujing",
"655508388": "Habla con Xiangling",
"657098788": "Vuelve al Gran Santuario Narukami y habla con Yae Miko",
"657138356": "Busca a Keching en el Ministerio de Asuntos Civiles",
"657274652": "Habla con Chian por la noche (21-05 h)",
"657354924": "Sigue avanzando mientras buscas el rastro del equipo de arqueología",
"657411556": "Captura al Rey Jabalí de las Nieves",
"658128324": "Busca a Beidou en el muelle",
"658779551": "Busca a la persona sospechosa utilizando la Visión Elemental",
"659474260": "Entra en las ruinas subterráneas",
"659496652": "Regresa al Santuario Sangonomiya y habla con Tsuyuko",
"659728276": "Habla con Kiminami Anna",
"660567732": "Habla con Fargani",
"660576540": "Entrega 3 frutos harra a Vardan",
"660727452": "Derrota a los Ladrones de Tesoros que obstaculizan el camino",
"661380207": "Habla con Amber",
"662929828": "Juega con Kichiboushi",
"663918060": "Encuentra a Anna",
"663938820": "Habla con Nahida",
"664387988": "Toma una imagen de Levantaviento que capture el río y los árboles",
"664441156": "Vuelve a la Aldea Aguaclara y habla con Brook",
"665409148": "Espera hasta el día siguiente (06-18 h)",
"665437988": "Investiga las pistas que hay en el campamento Hilichurl",
"665539980": "Habla con el Sonriente Yanxiao por la noche (19-23 h)",
"666916076": "Reúnete con Xinyan",
"667023135": "Respiro temporal",
"667059316": "Busca a Tsai Le",
"667134736": "Dirígete al muelle a ver detalles",
"667391304": "Habla con Allan",
"667862628": "Pregunta a la gente por información",
"668044092": "Habla con Wangya",
"668998046": "Pregunta a los clientes de la taberna sobre \"los más fuertes de Mondstadt\"",
"669758732": "Elimina la zona marchita",
"670875588": "Investiga el árbol que hay en la Confluencia Ashvattha",
"672147284": "Investiga en el segundo lugar donde hubo anomalías",
"673679135": "Tras los tesoros de Tianchiu",
"673691580": "Dirígete al escondite de la maga Fatui",
"673804020": "Informa a Zhiping sobre lo ocurrido",
"674190911": "Viaje a Tsurumi",
"675257460": "Ve al Estanque Tokoyo",
"675322260": "Sigue a Mamesuke y Shibasuke",
"675843740": "Informa a Neko",
"675979351": "Explosión controlada",
"676207463": "El esperado fin del Festival Sabzeruz",
"676251608": "Encuentra al gato",
"676413796": "Investiga la parte trasera de la biblioteca y resuelve el acertijo",
"676527084": "Vuelve a la Casa de Té Komore",
"676670140": "Sigue el camino",
"676733348": "Utiliza el elemento Dendro para revitalizar las rosas",
"677008025": "Abre la jaula",
"677376868": "Dirígete al Archipiélago Manzana Dorada",
"677998324": "Dale las tablas de madera a Dayu",
"678821436": "Libera todas las llamas del gran portal",
"679943284": "Informa a Miyuki",
"680121492": "Lleva la comida al Irascible Wallit",
"680989324": "Habla con Rudolf",
"681119177": "Reparaciones urgentes",
"681173396": "Sigue la pista y dirígete al lugar donde está el espíritu maligno",
"681695183": "Las ilusiones vacías del Festival Sabzeruz",
"681823116": "Utiliza los peces fantasma para acceder a la torre del vacío",
"681904983": "Rompe el sello",
"681982216": "Pregunta a Jifang sobre la guía de viaje",
"682170278": "(Prueba) Habla con todos",
"682180340": "Toma una imagen del Acantilado Estrellado (19-00 h)",
"682215780": "#Espera hasta el día siguiente (08-10{NON_BREAK_SPACE}h)",
"682402876": "Limpia los tejados",
"682531116": "Dirígete al Gran Santuario Narukami",
"682659391": "El arte de buscar tesoros... ¿De nuevo?",
"682665956": "Recolecta dos Lucettas",
"682766308": "Destruye las 3 llaves rocosas restantes con la ayuda de las jaulas rocosas",
"682983879": "Entra en las ruinas",
"683415732": "Habla con Taisuke",
"683514804": "Dales las bebidas a Lisa y Jean",
"683627100": "Habla con Nahida",
"683863135": "Los asuntos del Ministerio de Asuntos Civiles",
"684023170": "Encuentra el libro perdido en el bosque",
"684638828": "Derrota a los Acechadores",
"684954564": "Habla con Mishima Michitoshi",
"684977628": "Pasea por la playa con Beidou",
"685786918": "(Prueba) Iniciar modo de juego",
"686714932": "Obtén la Brida divina",
"687785956": "Busca 50 piezas de argento estelar",
"687960132": "Habla con Bárbara",
"688216756": "Ve a la ubicación que mencionó Akim",
"688256730": "Aislamiento de reversión",
"688958060": "Lleva el queso a Kiminami Anna",
"690093804": "Usa la «Melodía de la senda salvaje» para abrir un camino",
"691044220": "Usa tu Visión Elemental para buscar los objetos perdidos",
"691076364": "Ve a Espinadragón para recuperar los paquetes",
"691560580": "Ve a la Agencia de Detectives Bantan Sango",
"692196788": "Dirígete al lugar designado",
"692236868": "Detecta el rastro del aranara",
"692693556": "Dirígete a Vanarana",
"693005348": "Habla con el guardia Kimura de la Comisión Tenryou",
"693253072": "Habla con Wyatt",
"693365767": "Expediente Bantan Sango: caso cerrado",
"693704140": "Busca a Kun Jun",
"693983236": "Dirígete a la ladera de la montaña",
"694219884": "Dale a Zhichiong la sopa de Jinwu",
"694454340": "Busca a Eula en las Montañas Portatormentas",
"694772556": "Derrota a todos los ronin",
"694885292": "Ayuda a Sayu a recuperar las herramientas ninja",
"695296092": "Habla con todos",
"695552656": "Vence a los Fatui",
"695762970": "Obtén el tesoro",
"695770092": "Habla con Xudong",
"695906564": "Busca pistas",
"696149156": "Derrota a Emira",
"696333636": "Regresa al exterior del estanque para comprobar las notas de Wolfgang",
"696384444": "Encuentra el final del laberinto ilusorio",
"697899196": "Habla con Alrani",
"697985271": "Cuando el rastro se enfría",
"698063284": "Ve al Bosque Susurrante a investigar",
"698297564": "Ve a la puerta",
"698430556": "Derrota al Guardián de las Ruinas",
"698957351": "Las llaves rocosas de las Siete Estrellas",
"699731284": "Consigue información en Tatarasuna",
"700273156": "Habla con Diona",
"700394788": "Habla con la ilusión de la celda",
"700661764": "Busca pistas alrededor",
"700741860": "Ve a la zona de la Isla Narukami donde están los Fatui",
"701514479": "Una visita del oeste",
"701630532": "Encuentra a Anna",
"701651604": "Conecta el sistema de alimentación del nivel inferior",
"701793764": "Ve a donde están los monstruos y derrótalos",
"701997148": "Inspecciona los dispositivos misteriosos",
"702010158": "Sigue el camino hacia la Terraza Yujing",
"702109580": "Habla con el Diligente Silio",
"702384804": "Ve a Ritou a implementar el plan de Hiiragi Chisato",
"702509052": "Encuentra la última llave rocosa",
"702718726": "Habla con Jifang y pregúntale sobre el libro «Yakshas: los guardianes Adeptus»",
"703044180": "Riega las flores",
"703557424": "(TEST) ¡Bebida lista! ¡Ve a dársela a los Cuatro Borrachos!",
"703593484": "Avanza por el lugar destartalado",
"703663812": "Proyecta un Mora con las linternas giratorias",
"703821764": "Habla con Fujiwara Toshiko",
"703886764": "Dale el objeto al Hilichurl",
"704659988": "Comprueba la situación del refugio",
"704829124": "Habla con los oficiales de la Sede de la Comisión Tenryou",
"704839692": "Reúne información según las instrucciones de Nahida",
"705356412": "Comprueba las notas de Wolfgang",
"705377268": "Inspecciona la sala secreta",
"706237676": "Habla con Aragaru",
"706281664": "(Test) Pregunta a Quinn, Margarita, Draff y Jack cómo hacer cócteles",
"706575836": "Espera a que Nahida entre en la consciencia de los habitantes y habla con Setaria",
"707395260": "Descartar",
"707567452": "Habla con Midori",
"707646055": "Huevos fritos para Matsumoto",
"707760180": "Investiga el barril extraño",
"708236708": "Busca a Arapas",
"708851420": "Sigue el rastro de los Dragartos de las Profundidades y busca la sala secreta",
"708876468": "Encuentra y enciende todos los dispositivos",
"709210276": "Lee la estela de piedra en el “colmillo”",
"709360300": "Habla con Paimon",
"710030472": "Regresa a hablar con Timaeus",
"710201308": "Dirígete al campamento de los Ladrones de Tesoros",
"710299260": "Habla con Beidou",
"711113756": "Proyecta un lirio de cristal con las linternas giratorias",
"712141092": "Inspecciona el dispositivo misterioso",
"712556140": "Habla con Venti",
"712669060": "Habla con Arabalika",
"712957148": "Usa la Visión Elemental para encontrar la caja perdida",
"713957732": "Informa a Preservadora de Nubes",
"714121204": "Habla con Arama",
"714780279": "Busca la marca elemental",
"714963852": "Habla con Li el Martillo",
"715230452": "Lleva la comida al Diligente Silio",
"715575940": "Habla con Kiminami Anna",
"715588228": "Ve a la Llanura Guili",
"715941063": "Pista importante",
"716324396": "Dirígete al hábitat de los monstruos para probar la espada",
"716362508": "Ve con Shenhe a comprar hierbas medicinales a la Farmacia Bubu",
"717726932": "Habla con todos",
"717752540": "Sal de la sala de archivos",
"717880668": "Asiste al evento de escritores para escuchar qué les gusta a los lectores",
"718199340": "Abre la puerta del polvorín",
"718696572": "Encuentra los tesoros indicados por las linternas giratorias",
"718930340": "Pasea con Thoma",
"719496799": "¡Meteoritos y aventuras!",
"719866524": "Obtén el fragmento de las Riendas del resurgimiento",
"719964372": "Sube a lo alto de la torre",
"721328740": "Vuelve a la casa del jefe de la aldea",
"721561910": "Habla con Zhangshun",
"721959951": "Visitantes de la Aldea Chingtsé",
"722130847": "Justicia Hilichurl",
"722532512": "Despierta al Hilichurl",
"722817465": "Investiga las ruinas",
"723169180": "Sigue al Seelie",
"723374244": "Habla con Paimon",
"723469552": "Busca en el inventario los objetos necesarios para el Cuerno de Bronce Negro",
"724043180": "Sal de las ruinas",
"724258948": "Usa el kusava para romper el sello de la hierba yajña",
"724698414": "Repara la Balista Guizhong",
"725273455": "Un tranquilo día en Liyue",
"725639036": "Recolecta las linternas celestes",
"726200740": "Dirígete a Travesía Dorada",
"727284415": "El viaje de la niebla y el viento",
"728255188": "Habla con Anna",
"730258439": "La aventura requiere valor",
"731697220": "Dispersa los sedimentos de viento",
"731801612": "Informa a Sumida",
"732258359": "Un festival sin fin",
"732290754": "Derrota a los enemigos",
"732400516": "Dirígete al lugar designado",
"733228756": "Reúnete con Arataki Itto y Takuya",
"733986084": "Regresa a la Aldea Vimara",
"734614548": "Habla con Kazuha",
"735059929": "Lo valioso hay que cuidarlo",
"735096832": "Dale las semillas de diente de león a Glory",
"735370644": "Dirígete al Peñasco Chihu",
"735929926": "Habla con Paimon sobre lo que descubriste",
"736162212": "Reúne materiales de los alrededores (2/3)",
"736825436": "Ve al lugar donde está la piedra sagrada",
"737162276": "Habla con Vardan y Gurgen",
"737271628": "Habla con Chloris",
"737951460": "Habla con Nahida",
"738525020": "Encuentra a Muning del Ministerio de Asuntos Civiles",
"738582476": "Habla con Hanbei",
"739796612": "Sigue explorando",
"740367388": "Entrega 3 minerales de hierro a Ooshima Junpei",
"741441844": "Toca la «Melodía del gran sueño» en el lugar indicado",
"741500100": "Derrota a los ronin que montan guardia",
"741532254": "Dirígete a inspeccionar el lugar sospechoso",
"742085340": "Ve al lugar de la investigación",
"742669735": "Usa la Lágrima cristalizada de Dvalin en la Lira Sagrada",
"743251420": "Sigue buscando escaradiablos",
"743569700": "Repara el puente",
"743635676": "Obtén las ofrendas del espíritu",
"744340604": "Habla con Beidou",
"745067967": "Miau... ¿Miau miau? ¡Miau!",
"745087084": "Habla con Albedo",
"745144212": "Sigue adentrándote en la cueva buscando a Iotham",
"745757322": "Habla con Fei, el “marinero”",
"745817678": "Informa a Zhihua",
"746588708": "Habla con Godwin",
"746801628": "Habla con el Taciturno Tingfang",
"746916300": "Habla con Kamei Munehisa",
"747163692": "Dirígete hacia la puerta que mencionó Zhichiong",
"747345902": "Encuentra el tesoro u obtén una pista de Bolai",
"747678327": "Una medicina difícil de elaborar",
"749064156": "Resuelve el acertijo astral",
"749364732": "Entra en la Sala de la Coronación",
"749458908": "Coloca carne de ave en el plato",
"749615956": "Derrota a Taj",
"749619519": "Estrellas arcaicas",
"750304188": "Dirígete al lugar marcado en el mapa",
"750534263": "Infiltrados no detectados",
"750617182": "Busca rastros de comida para la ofrenda",
"750678636": "Habla con Jiayi",
"750830084": "Haz una ensalada saludable",
"751047804": "Sigue a Yoimiya para preparar el barco de Sakujirou",
"751193788": "Enseña a Anna cómo se usa el planeador",
"751312332": "Habla con el Sonriente Yanxiao",
"751444892": "Habla con Mamoru",
"751453460": "Habla con Kamisato Ayaka",
"751711944": "Informa a Jean de los encargos de los ciudadanos",
"751973364": "Regresa a la Plaza de los Cinco Kasen",
"753026527": "El lodomento",
"753196796": "Habla con Nilou",
"753367476": "Informa a Sun Yu y Chue'er",
"753896439": "Mantén pulsado para lanzar la Habilidad Elemental",
"754033308": "Ve al lugar indicado a recuperar la linterna celeste",
"754633980": "Investiga el retrato de Kuronushi",
"755056780": "Habla con Aratani",
"755282449": "Viento del sur y aventura",
"755447556": "Sigue explorando",
"756463580": "Habla con Hanfeng",
"756635996": "Dirígete al puerto de Ritou",
"756934943": "Habla con Razor y el Lobo del Norte",
"757620582": "Busca “el lugar habitual”",
"757676900": "Habla con Fukumoto",
"757685428": "Despeja los tres campamentos al oeste de la Posada Wangshu",
"757754292": "Habla con Xu",
"760342607": "Catástrofe de los Dragones de las Ruinas",
"760807471": "Informe de funcionamiento autocíclico del Clavo: Procedimiento del experimento",
"761058268": "Habla con Fukumoto",
"761086340": "Habla con los miembros del club de admiradores",
"761724732": "Acércate sigilosamente al cerezo que hay tras el santuario",
"761795772": "Sigue buscando runas",
"762352956": "Habla con Banu",
"762440842": "Habla con Grace",
"762456318": "Rito de Ofrecimiento a los Adepti en la Terraza Yujing: (pendiente de ocultar)",
"763116940": "Habla con el pescador que hay en el barco de pesca",
"763359364": "Averigua de dónde procede el sonido",
"763484590": "Persigue al Mago del Abismo con Klee (mantén menos de 50 metros, o fracasarás la misión)",
"763782097": "Un trabajo para más de uno",
"765447628": "Dirígete a El Buen Cazador",
"765573108": "Lee la estela de piedra en el “ojo”",
"766184876": "Habla con Soheil",
"766429391": "Hacia la «Melodía del camino sombrío»",
"767776444": "Derrota a todos los Ladrones de Tesoros",
"767862436": "Habla con Itto",
"768514180": "Enciende las antorchas primigenias",
"769205100": "Habla con Sayu",
"769613148": "Habla con los soldados",
"770327212": "Reúnete con Nahida en la plaza",
"770789847": "¡El oponente más fuerte y la mayor crisis!",
"770849788": "Habla con Anna",
"771183596": "Busca a Fritz entre las víctimas de la Posada Wangshu",
"771349748": "Entrégale 5 tarros de azúcar a Yahan",
"771635576": "(TEST) Ubicación actual de Margaret",
"771832740": "Vende el anillo sombrío a un buen precio",
"772072332": "Busca la sopa medicinal del Samachurl",
"772516103": "Busca huellas que haya dejado Ave Rapaz",
"773118558": "Busca los materiales que quiere Paimon",
"773149895": "Amigas por correspondencia, sesiones de reseñas y un general suertudo",
"773251119": "Ve a Levantaviento",
"773268118": "(test) Regresa a la escena del crimen a investigar",
"773328508": "Habla con Mamesuke y Shibasuke",
"773394206": "Encuentra el tesoro u obtén una pista de Bolai",
"773518695": "La prueba en el palacio de la serpiente y los dragones",
"773824724": "Sube a los tejados para buscar el nido del pinzón",
"774634260": "Busca más pistas en este espacio",
"774806556": "Habla con Fujiwara Toshiko",
"774859633": "La calma antes de la tormenta",
"775143905": "Posada Wangshu",
"775421820": "Habla con Li el Martillo",
"776802156": "Derrota al Fatui y a su secuaz",
"776898652": "Ve a buscar el tesoro",
"777074548": "Habla con Laila",
"777569631": "Entra en la Fortaleza de la Orden del Abismo",
"777695348": "Habla con Yan'er",
"777857788": "Derrota a los radicales",
"778091839": "El sabor de la felicidad",
"778199452": "Investiga el lugar de la línea ley anómala",
"778561444": "Habla con Arama",
"779112196": "Habla con Zhiruo",
"779228604": "Habla con Xu",
"779636316": "Toca la melodía junto al escenario",
"781154519": "La siesta no se va a dormir sola",
"782132212": "Atrae a los Slimes y recupera el anillo del Sr. Zhu",
"782585636": "El choque de los rebeldes",
"783045252": "Obtén información sobre Arataki Itto",
"783649084": "Informa a Nayat",
"783788687": "Interroga al guardia para obtener pistas",
"784164297": "Ellin, la aspirante a Caballera",
"784183110": "Habla con Jean",
"784750768": "Dirígete a la ubicación misteriosa",
"784944332": "Informa a Nermín",
"785144455": "Una bebida con una base especial",
"785324292": "Salva a Jack de los Hilichurls",
"785622740": "Habla con el aranara",
"785667084": "Informa a Gulabgir",
"786706294": "Dirígete al Departamento de Asuntos Generales y habla con Jiayi",
"789119236": "Habla con Shinnojou",
"789160252": "Sigue adentrándote mientras buscas a Benben",
"790357716": "Habla con Miyuki en el camino de la montaña",
"791581252": "Contacta con Venti en un lugar más discreto",
"791963652": "Habla con Yae Miko",
"792606612": "Sigue a Kamisato Ayaka",
"792742404": "Regresa a Telas y Kimonos Ogura",
"793468076": "Habla con la Srta. Bai",
"794129927": "Nostalgia gastronómica de Geri",
"795774236": "Habla con Vahid",
"796393716": "Abre la caja misteriosa",
"797183820": "Busca un lugar donde arrojar la botella",
"797874236": "Dirígete a la casa de Atsuko",
"798159348": "Habla con Freki",
"798685004": "Busca un prototipo de lanza del Norte",
"799016831": "Interroga al guardia para obtener pistas",
"799028676": "Repara el pilar",
"799467108": "Examina los expedientes",
"799899230": "Negocia con el Mago del Abismo",
"801394292": "Informa a Rafiq de la situación",
"802179543": "Contemplando la distancia",
"802600271": "Habla con el NPC en la habitación 1",
"802735044": "Habla con Yae Miko",
"802847796": "Habla con Anna",
"803592612": "Ve a donde quiere ir Noelle",
"804561388": "Utiliza los mecanismos para guiar la luz",
"804794039": "Un emisario sin seguidores",
"805132175": "Pedazos de hierro para Hanfeng",
"805821951": "Sigue la pista para encontrar el siguiente destino",
"806009700": "Avanza por el lugar destartalado",
"806889508": "Reúnete con el informante de Dori",
"807147676": "Habla con el Hilichurl",
"807176484": "Dirígete a la taberna Los Tres Cuencos",
"807376132": "Habla con Inaba Kyuuzou",
"807690476": "Habla con Ruu en el lugar indicado",
"807898852": "Derrota a los monstruos cercanos",
"807927532": "Dirígete al lugar indicado para hacer guardia",
"808072388": "Derrota a los Ladrones de Tesoros",
"808329356": "Derrota a los miembros de la Comisión Tenryou",
"808358244": "Habla con Fujiwara Toshiko",
"810340284": "Habla con Yinian",
"810581543": "Una rosa a modo de obsequio: tiempo al tiempo",
"811016916": "Reúne información según las instrucciones de Nahida",
"811094700": "Reúne a todo el mundo para aclarar la situación",
"812784844": "Habla con Paimon",
"813503972": "Ve al lugar indicado",
"813765228": "Habla con Clitofo",
"813828372": "Derrota a los Fatui",
"815643167": "Discordia en el festival",
"815945124": "Recoge lo que dejaron los Bardos del Abismo",
"816088454": "Vuelve a los Caballeros de Favonius e informa a Jean",
"817394204": "Asiste al evento de escritores para escuchar qué les gusta a los lectores",
"817643876": "Ve al Gremio de Aventureros",
"817871628": "Dale la linterna celeste a Jiangxue",
"817929223": "Examen aventurero: remontando el vuelo",
"818628740": "Ve a colocar los Clavos de Pursina",
"819246468": "Habla con Brook",
"819800916": "Regresa a la Plaza de los Cinco Kasen en Ritou",
"820305684": "Habla con el aranara",
"820594732": "Sigue los rastros que hay en el camino",
"820715908": "Investiga el campamento de Los Eremitas",
"820830364": "Habla con Kichiboushi",
"821189140": "Habla con Ei para resolver la situación",
"822024340": "Dirígete a la barra para completar los preparativos",
"822342684": "Habla con Rhana y ponte en marcha",
"822796900": "Habla con Kayvan",
"822847340": "Informa a Kosekimaru",
"822954516": "Habla con Bennett",
"823386574": "Usa Pyro para calentar la olla",
"823860980": "Busca diarios en el campamento sur",
"823973932": "Habla con Wagner",
"824110700": "Dale los ingredientes a Kamei Munehisa",
"824182644": "Dirígete hacia el estanque de peces fantasma en el noroeste",
"824661044": "Ve a la Isla del Peligro",
"824755084": "Elimina la zona marchita",
"825469300": "Encuentra valbayas y solsettias",
"825666124": "Habla con Katarina",
"825974135": "Despeja las ruinas",
"826069668": "Atrapa a un pez para obtener escamas",
"826103839": "Avísale a Diluc de la declaración de guerra",
"826280876": "Reúne las cuatro pistas del tesoro secreto",
"826714900": "Habla con Ei",
"827001148": "Activa el mecanismo para ahuyentar a los Hilichurls",
"828308168": "Rama de activación de comunicación exitosa",
"828524068": "Dirígete al Gran Santuario Narukami",
"828779166": "Elimina a todos los monstruos",
"828867164": "Aplaca al animal de carga",
"829289369": "Sabiduría de civilizaciones antiguas",
"829330660": "Enfréntate al siguiente acertijo de Araesha",
"829415190": "Encuentra a Preservadora de Nubes",
"830040364": "Dirígete a la cascada al norte de la ciudad",
"830933156": "Habla con Shenhe",
"830998796": "Alcanza al diplomático sospechoso",
"831308264": "Habla con Arthur",
"831314220": "Persuade a los extras",
"831831887": "Justicia Hilichurl",
"832198860": "Busca meteoritos cerca de la Posada Wangshu",
"832628692": "Acciona el dispositivo y sigue explorando",
"832959064": "Recolecta Flechas Robustas",
"833348838": "(test) Contador de diálogo*2 (oculto)",
"834187552": "Elimina todos los Slimes",
"834387668": "Ve al Emplazamiento del Guía de las Almas",
"835298700": "Habla con Noelle",
"835306380": "Habla con Xiao",
"835995038": "Espera a que anochezca (18-23 h)",
"836100164": "Habla con Preservadora de Nubes",
"836216852": "Informa a Flora",
"836518068": "Habla con Cyno",
"836751124": "Dirígete al lugar mencionado en el diario de Nikolay",
"837021136": "Acompaña a Ella Musk para hablar con el Hilichurl",
"839169908": "Pregúntale a la joven que te detuvo qué es lo que quiere",
"839894984": "Habla con Jack",
"840008172": "Dirígete a la Aldea Chingtsé para averiguar la situación",
"840110492": "Observa cómo la joven derrota a los Fatui restantes",
"840118345": "Un nido de Hilichurl de madera",
"840791151": "Un presagio enmascarado como un bandido",
"840899335": "Sombra felina",
"841013076": "Investiga el altar",
"841092860": "Reproducir CS",
"841235831": "Sala 6 - Ciclo de combate y misión marcada",
"841336988": "Derrota a los monstruos que han aparecido",
"841659268": "Ve a la salida de la cueva",
"842261892": "Habla con Nimrod",
"843307292": "Habla con la extraña del barranco",
"843878524": "Descongela todos los fragmentos",
"844425244": "Habla con Viktor",
"844907593": "Una buena preparación es primordial",
"845519404": "Explora el nivel inferior del Santuario de Jmun",
"845643740": "Encuentra al Infantil Jiang",
"845869743": "Evita que se reinicie el progreso",
"846587084": "Habla con la ilusión que está al lado de la puerta",
"847105671": "¿Un gran negocio durante el Rito de la Linterna?",
"847811863": "La frescura de las flores",
"847968335": "Rompe el sello de la Guarida de Stormterror",
"849137692": "Busca las herramientas que necesitas en los alrededores",
"849237804": "Sigue explorando",
"849605328": "Acércate al Hilichurl que está despierto, evitando despertar a otros Hilichurls",
"849647060": "Sigue adentrándote en las ruinas",
"851193248": "Habla con Tunner",
"851314412": "Ve al lugar de entrenamiento de técnicas ninja",
"851812324": "Ve al Dainichi Mikoshi",
"852158524": "Habla con Cyrus",
"852313572": "Habla con Viktor",
"852405716": "Derrota a los Slimes que te emboscaron",
"853046492": "Acompaña a Chongyun al Restaurante Wanmin para reabastecerse de helados",
"853068280": "Pídele detalles a Katheryne",
"854187572": "Derrota a todos los Hilichurls",
"855134244": "Dirígete a la Posada Wangshu",
"855442958": "Dirígete al lugar acordado y habla con Xiao",
"855967892": "Reúnete con Nantuck en el Lago de Sidra",
"856020764": "Informa a Yun Jin",
"856176300": "Busca la insiginia de la que habla el Electromartillador de Vanguardia",
"856267366": "Habla con Lan",
"856946932": "Habla con el Tío He",
"857109316": "Navega a través de la tormenta eléctrica",
"857383646": "Hablar con Bolai",
"857707804": "Pide información a las personas cercanas",
"857955020": "Habla con Neko",
"858010100": "Ve al lugar de la imagen",
"858087964": "Recolecta valbayas frescas en las Montañas Portatormentas",
"858168612": "Toca la música según muestran las imágenes de las rosas",
"858518244": "Habla con Arataki Itto",
"858547828": "Habla con Aranaga",
"858834444": "Encuentra la cueva inundada",
"859149535": "Rompe el sello de la Guarida de Stormterror",
"859723255": "Plan de sustitución",
"859804884": "Toca a Rhana",
"859878951": "Busca a la persona sospechosa utilizando la Visión Elemental",
"859978884": "Habla con Kazuha",
"861117294": "Regresa a Liyue a buscar a Shitou",
"861363692": "Reconstruye la torre del vacío",
"861824391": "Una historia aún por terminar",
"863049199": "Habla con los guardias de Mondstadt",
"863865734": "Combate I",
"864544244": "Ve al muelle de Liyue",
"864599884": "Habla con Zhongli",
"865909548": "Habla con Xingxi",
"866374928": "Habla con Sara de El Buen Cazador para saber qué le preocupa",
"868087927": "Un archivo de tres colores",
"868496132": "Habla con Yayoi Nanatsuki",
"868604780": "Habla con Nahida",
"868928724": "Derrota a todos los monstruos",
"869474030": "Ofrecer carne de Mora deliciosa",
"870307244": "Come pasteles con Gorou",
"870694108": "Habla con Chian",
"870763076": "Investiga la zona donde impactó el rayo",
"870876311": "Cuando se baja el telón",
"871070548": "Entrega los 3 montones de pétalos de cerezo frescos a Julie",
"871206692": "Habla con Xavier",
"871644028": "Sigue el rastro elemental",
"872125612": "Habla con Luka y entra en la taberna",
"872278548": "Busca a la ayudante de la que habló Yae Miko",
"872511127": "Derrota a los Guardianes de las Ruinas",
"872856820": "Descartar",
"872926940": "Habla con Yelan",
"873861071": "Un camino familiar",
"874023724": "Informa a Gulabgir",
"874676572": "Pregunta por información a las personas cercanas (2/3)",
"875124332": "Participa en la carrera",
"875657956": "Examina el mecanismo y abre la puerta de la sala secreta",
"875666132": "Derrota a los Ladrones de Tesoros",
"875673556": "Derrota a los Ladrones de Tesoros del campamento minero",
"875804468": "Sigue ascendiendo para investigar",
"876309775": "Epílogo",
"876669292": "Entrega el plato ya preparado a Tang Wen",
"876800188": "Habla con el director de la compañía de teatro",
"876947676": "Habla con Paimon",
"877287128": "Acompaña a Ella Musk para hablar con el Hilichurl",
"877651852": "Investiga la niebla oscura frente a ti",
"877882988": "Dirígete a la entrada de la Aldea Chingtsé por la noche (18-00 h)",
"877903160": "Dale el botín y la carta a Tunner",
"878296180": "Derrota a los Magos del Abismo en las tres ubicaciones",
"878553516": "Lleva de vuelta al Tío He al campamento para que vea a Jinwu",
"879079020": "Habla con Lisa y Jean",
"879821785": "Una guarida desierta",
"879993268": "Habla con Parvaneh",
"880610796": "Derrota a los Acechadores",
"880706264": "Elimina a todos los monstruos",
"881121364": "Habla con Eula",
"883468615": "Cajas rebosantes",
"883518676": "Encuentra al Miedoso Schuster",
"883879772": "Informa a Shigeru de los resultados",
"883949292": "Sé testigo del destino de Inaba Kyuuzou",
"884914472": "Habla con Katheryne",
"885066516": "Encuentra un tablón firme",
"885845060": "Comparte la energía del canalizador con Xamaran",
"885974076": "Habla con los soldados de la Isla Watatsumi",
"886378332": "Toca la canción de Aranakin",
"886993204": "Derrota al Guardián de las Ruinas",
"887214812": "Entrégale 6 trozos de carne de ave a Brook",
"887276852": "Habla con Yebrael",
"887318863": "El sueño de una fantasía de verano",
"887375460": "Entrega a Juza tres raciones de carne",
"887636620": "Dirígete a la Costa Wakukau",
"887715524": "Encuentra al Infantil Jiang",
"887986796": "Pregunta por información a los comerciantes callejeros",
"888124764": "Derrota a los enemigos",
"888237671": "Habla con Marjorie sobre devolver el libro a la biblioteca",
"888936976": "Habla con Doolan",
"889089812": "Habla con Shinnojou",
"889198956": "Disuade a Herman",
"889201060": "Habla con Mamesuke y Shibasuke",
"889406508": "Dirígete al arrecife cercano a la Isla Partida",
"889961460": "Dale la linterna celeste al Gerente Xiao",
"890037588": "Entrega la imagen al cliente",
"890333412": "Pregunta a Marjorie sobre el regalo",
"891136279": "La frescura de los sueños",
"891891844": "Ayuda a limpiar los alrededores del puesto de venta",
"892599588": "Aprende sobre el pasado de la raza oni con Itto",
"893254470": "Regresa a la escena del crimen a investigar",
"893476804": "Habla con Dain",
"893690460": "Pregunta a Nobile qué pasa con su trabajo",
"894258356": "Vuelve al lugar donde se celebra Momentos de ensueño",
"894408824": "Utiliza la visión elemental para encontrar el carro de minas con Cor Lapis",
"894859884": "Habla con la Abuela Ruoxin",
"894900039": "Los orígenes de la contaminación",
"896099444": "Utiliza los peces fantasma para acceder a la torre del vacío",
"897343732": "Ve al lugar de donde viene la voz",
"897530284": "Negocia con las personas que ocupan la cueva",
"897975276": "Destruye las 3 llaves rocosas restantes con la ayuda de las jaulas rocosas",
"898607812": "Sigue el aura para encontrar pistas",
"898838862": "Dirígete a la cocina",
"898994444": "Explora la cueva",
"899249471": "Escucha la actuación del Bardo",
"899999444": "Utiliza la Visión Elemental para encontrar pistas",
"900402236": "Encuentra la última llave rocosa",
"900866628": "Entrega el plato ya preparado a Tang Wen",
"901168596": "Habla con Jiangxue",
"901446276": "Despeja las esporas que cubren la piedra",
"901572684": "Salva a la persona rodeada por los monstruos",
"902394788": "Elimina a los Fatui",
"902531548": "Ve a hablar con Albondimaru",
"902614991": "Expediente Bantan Sango: en busca de pistas",
"903052974": "Habla con el miembro de los Ladrones de Tesoros (oculto)",
"903374263": "Perros ninja en la costa",
"903395500": "Dirígete al campamento del Samurái Kairagi",
"904669788": "Continúa adentrándote",
"905857324": "Sal del hogar de Aramuhukunda",
"905917732": "Habla con Parvaneh",
"906514184": "Dale el botín y la carta a Tunner",
"906572148": "Habla con García",
"907123476": "Entrega el agua del manantial vital a Arapas",
"907436868": "Busca Cristales en la Guarida de Stormterror",
"909422260": "Vuelve con Vile",
"909446548": "Abre la sala secreta de Date y hazte con el tesoro",
"910450372": "Habla con Xavier",
"911159118": "Busca señales del amor",
"911420831": "Entra en las ruinas",
"911638148": "Entrégale 3 flores de seda a Changchang",
"911655956": "Vuelve a la Villa Gandharva",
"912382106": "Dirígete a investigar el destello",
"912806428": "Habla con Banu",
"912881743": "Los lotófagos",
"913062436": "Descubre el secreto del Estanque Luhua",
"913215031": "Utiliza fuego para que el Mago del Abismo se rinda",
"913254132": "#Espera hasta el día siguiente (08-12{NON_BREAK_SPACE}h)",
"913468636": "Muestra una vez más tus habilidades con el arco",
"913632812": "Cuelga la linterna celeste en la casa del Sr. Jiangcheng",
"913746980": "Informa al Gremio de Aventureros",
"913894820": "Habla con Bennett",
"914251548": "Habla con Connor",
"914283620": "Toca el adorno decoración",
"914354047": "Infíltrate en la Catedral por la noche (18-06 h)",
"915744959": "Frontera de bruma y viento",
"915876444": "Derrota algunos espinodrilos",
"916223972": "Despierta el potencial de los Hongos",
"916345284": "Habla con Cyrus",
"916781262": "Dirígete al lugar donde hacen la Linterna Mingxiao.",
"916979980": "Dirígete a la Guarida de Stormterror",
"917295620": "Ve a donde está el “ojo”",
"917713919": "Sal de la fortaleza de la Orden del Abismo",
"918307108": "Habla con el Maestro Zhang",
"918528004": "Ilumina los monumentos tal como te indicó Zhongli",
"918554940": "Pregunta por pistas de la situación actual",
"918555366": "Ve a pedirle consejo a Ying'er",
"918743628": "Dirígete a la base de Los Eremitas",
"918992148": "Habla con Neko",
"919530468": "Habla con la persona sospechosa",
"919575052": "Derrota a Masanori, quien ha perdido la razón",
"919895068": "Dirígete al santuario abandonado en el noreste de la Aldea Konda",
"919918732": "Ve al muelle a buscar al Sr. Dai",
"920003732": "Habla con todos",
"920262268": "Visita a la pareja de ancianos y pídeles ayuda",
"920262968": "Busca por los alrededores los carros con cor lapis",
"920395111": "Explora las profundidades del templo",
"920558078": "Busca el modo de llegar a la Cámara de Jade",
"920693532": "Ve al Alcor",
"921004831": "Adentrándose en las profundidades",
"921084452": "Encuentra la rama con Aranakula",
"922038340": "Habla con Xavier",
"922816478": "Busca rábanos blancos para Xiangling",
"923323244": "Averigua la opinión de Li Xiao",
"923341948": "Habla con la señorita Yu",
"924285260": "Derrota al sospechoso",
"924433428": "Entrégale 6 trozos de carne cruda a Brook",
"924708028": "Acompaña a Meng a arrojar la botella",
"924965588": "Ve al lugar de las conversaciones de paz",
"925269612": "Pregúntale a la joven que te detuvo qué es lo que quiere",
"926121132": "#Espera hasta el día siguiente (08-10{NON_BREAK_SPACE}h)",
"926404596": "Investiga los alrededores",
"926859983": "El mundo de los aranara",
"927498996": "Busca a Gorou",
"928171860": "Habla con Arashakun",
"928371895": "La aleta de Watatsumi",
"929335511": "El alba",
"929764140": "Ve a la tienda de alquimia de Mondstadt",
"929776428": "Habla con la siguiente persona a la que le deben disculpas",
"930213070": "Habla con Klee",
"930852812": "Sigue la pista de los recuerdos del señor Tejima",
"931071972": "Ve a luchar al lugar designado",
"931533540": "Encuentra el camino hacia la Sala de la Coronación",
"931802516": "Informa a Saimon Jirou",
"931860956": "Habla con Asagiri",
"932381100": "Informa a Riese",
"932631471": "Cuestionario sobre el «Manual de los Caballeros»",
"932860772": "Habla con Paimon",
"932874164": "Entrega los materiales a Jiayi",
"933949876": "Informa a Blanche",
"934057692": "Derrota a los Hilichurls",
"934758791": "Experimento n.º 3: La vida",
"935051956": "Ve a la clase de captura de imágenes",
"935305044": "Sube hasta las palmas de las manos de la estatua",
"935863908": "Habla con Xavier",
"935890940": "Completa el desafío",
"937026212": "Habla con Ninguang y Beidou",
"937343700": "Lleva a Teucer al puesto de juguetes",
"937390724": "Derrota a todos los oponentes del campamento a la derecha",
"937484300": "Habla con Noelle",
"937665014": "Guión de diálogo de Paimon (oculto)",
"937678633": "Marca de encuentro con los dioses",
"937681396": "Vuelve a activar el dispositivo",
"938038476": "Habla con Gorou sobre la situación",
"938906516": "Derrota a los enemigos de los alrededores",
"938997692": "Entra a la Relajatetera",
"939032068": "Habla con Diluc",
"939237932": "Busca al gato en los tejados de Mondstadt",
"939450703": "La noche antes del alba",
"940285908": "Entra en el Bosque de la venganza",
"940658148": "Enseña a Anna cómo se usa el planeador",
"941554312": "Recoge el plato terminado",
"941559276": "Recoge los lirios cala",
"942192892": "Habla con Ella Musk",
"942202404": "Dirígete a la Plaza de los Cinco Kasen y busca a Albedo",
"942635492": "Habla con Dainsleif",
"942893382": "Dale a Xiangling los rollitos de jade deliciosos",
"943410940": "Encuentra los tesoros indicados por las linternas giratorias",
"944204063": "Cuentos de Tatara: recolección de datos",
"944296156": "Dirígete a la Aldea Chingtsé",
"945900816": "Dirígete al campamento de los Hilichurls con Ella Musk",
"946458556": "Habla con Bernhard",
"946630260": "Cuelga las linternas celestes en ambos lados de la puerta",
"947261020": "Busca a Yakov",
"947521388": "Regresa al campamento de Albedo",
"947766404": "Busca a Katheryne en el Gremio de Aventureros de Mondstadt",
"948809332": "Habla con Tsarevich",
"949761097": "Que el viento te guíe",
"949770460": "Entrega el plato ya preparado a Tang Wen",
"949835332": "Habla con Bennett",
"949989372": "Ayuda a Shouta a averiguar la razón",
"950946676": "Controla el clima",
"951762980": "Pide ayuda a Kiminami Anna",
"952464824": "Recolecta flores dulces",
"952481772": "Habla con García",
"952610076": "Habla con Tsuyuko",
"953128111": "Fantasía nocturna: La leyenda de la princesa guerrera",
"953929196": "Habla con Viktor",
"954053860": "Derrota a los mercenarios que te siguieron",
"954102668": "Habla con Zhichiong",
"954916308": "Habla con Albondimaru",
"954976548": "Pasea por el pueblo pesquero con Beidou",
"955317820": "Ahuyenta a los Hilichurls y rescata el carro",
"956292086": "Sigue ayudando a Xiangling",
"956351428": "Pon las cartas en el punto de encuentro",
"956745028": "Ve al lugar de la investigación y lleva a cabo el rescate",
"957314588": "Habla con García",
"957823252": "Despeja los tres campamentos al oeste de la Posada Wangshu",
"957943140": "Ve al Gremio de Aventureros de Liyue",
"958358228": "Acaba con el humo negro (1)",
"958614119": "#Como {F#una heroína}{M#un héroe} triunfante",
"958777980": "Vete del Viñedo del Amanecer",
"959886596": "Ve con Yoimiya y Klee al Festival Irodori",
"960235532": "Sigue a Isak",
"960832356": "Ve al campamento de los monstruos y derrótalos a todos",
"961149568": "(TEST) Veredicto de los Cuatro Borrachos: Promedio...",
"961558684": "Pasa a través del arco",
"961627276": "Busca a Bohuan",
"961790222": "Habla con Paimon (oculto)",
"962127508": "Activa los Cañones de Kamuijima para destruir las fisuras",
"962273740": "Habla con Timmie",
"962414430": "Busca los materiales que quiere Paimon",
"963197780": "Habla con Rhana",
"963388052": "Habla con Ogura Mio",
"965914295": "Transformación del problema: Carga",
"965988676": "Habla con Flora",
"966451762": "Habla con Bao'er",
"967012804": "Sigue buscando cofres",
"967060436": "Habla con Ei",
"967225372": "Habla con Katheryne de Inazuma",
"967423792": "Decidir si 08 ó 10 están completos",
"967569996": "Habla con Kujirai Momiji",
"967748220": "Usa el kusava para romper el sello de la flor barsam",
"967827598": "Encuentra el tesoro",
"967916460": "Habla con Ninguang",
"968617556": "Busca la temari del Pequeño Kujirai",
"968851868": "Habla con Ooshima Junpei",
"968970732": "Ve a la Aldea Aguaclara",
"969439420": "Habla con el Gerente Kuan, la Recepcionista Zhao y el Nervioso An",
"969504751": "Limpieza a fondo",
"969526094": "Entrega a Degui el diente de León",
"970138380": "Habla con Ei",
"970467964": "Encuentra a la aventurera Zhichiong",
"970468716": "Derrota a todos los oponentes",
"970599676": "Informa a Hanachirusato",
"970919428": "Pregunta a Ramsay sobre el diseño",
"971501252": "Habla con todos",
"971767204": "Dirígete a Los Ferreteros de Hanfeng",
"971768060": "Informa a Ryuuji",
"971810036": "#Sé afectad{F#a}{M#o} por Electro durante 15 s cerca de la ubicación marcada",
"972043780": "Derrota a los Flotihongos",
"972117412": "Contempla la danza Sabzeruz",
"972289988": "Ve a la torre del vacío en el sur",
"972749060": "Descartar",
"973190071": "Materiales para Sanden",
"974090142": "Habla con Li Dang",
"974225294": "Reúnete con Moldeador de Montañas",
"974487489": "Obstáculos",
"975027679": "El desafío de Date",
"975960756": "Habla con Yae Miko",
"976056246": "Ve a la Farmacia Bubu",
"976359796": "Informa a Flora",
"976876932": "Habla con Endora",
"977058940": "Habla con Hatim en la Taberna Lambad",
"977197905": "Recompensas antiguas",
"977206212": "Habla con Kichiboushi",
"978862020": "Dirígete al Gran Santuario Narukami y pide disculpas a Yae Miko",
"979087628": "Habla con Xavier",
"979204252": "Alcanza el punto final sin que te lancen por los aires y sin recibir daño",
"979887300": "Habla con Hosseini",
"980390692": "Habla con Sangonomiya Kokomi",
"980931948": "Reúnete con Alhacén en la Academia",
"981368180": "Dirígete hacia el lugar donde está el cargamento",
"981823503": "Arreglos florales (III)",
"982059900": "Dirígete al jardín que está al cuidado de Aranakula",
"982282575": "El rugido del caracal patilludo",
"982372775": "Hojas en el viento",
"982509180": "Continúa la búsqueda",
"982525404": "Ve al Café Puspa y reúnete con Fukumoto",
"983158932": "Termina el rodaje de la 2.ª escena del acto I",
"983321636": "Pregunta por la leyenda de las islas",
"983370084": "Habla con Alrani",
"983574916": "Investiga las áreas y recupera las losas de piedra",
"984001900": "Limpia los residuos flotantes del muelle sur",
"984138423": "Regresa a Mondstadt",
"984281988": "Habla con García",
"984785364": "Habla con Kichiboushi",
"985365028": "Habla con Ogura Mio",
"985518116": "Lleva de vuelta al Tío He al campamento para que vea a Jinwu",
"986005876": "Habla con todos",
"987313612": "Habla con Ryuuji",
"987539652": "Explora el lugar mencionado en el diario",
"987962612": "Pregunta por información a los Eremitas",
"988220068": "Espera hasta la tarde del día siguiente (12-18 h)",
"988459908": "Busca a Bibo",
"988527774": "Habla con Zhangshun",
"989390972": "Habla con Xavier",
"989802870": "Informa a Zhihua",
"989928172": "Pasea por Hanamizaka",
"990244476": "Habla con el soldado",
"990533156": "Supera las tres pruebas",
"991899260": "Derrota a los Fatui",
"992165359": "Mixología entre montañas",
"992176574": "Habla con Huai'an",
"992384964": "Dirígete a Ritou y busca a Bertrand",
"992574628": "Habla con Arapandu",
"993391756": "Reúne información según las instrucciones de Nahida",
"993748356": "Dirígete al lugar que mencionó Aranakula",
"994353812": "Habla con Vile",
"994895009": "Recupera las facturas",
"995370828": "Habla con Tiantian",
"995798692": "Adéntrate en la Isla Tsurumi",
"996315964": "Recoge leña",
"996370375": "Sigue las marcas y vuela al destino en el tiempo establecido",
"996592252": "Dale la bebida a Zhongli",
"997284084": "Busca los restos de Albondimaru en la playa",
"998270583": "Entra en las profundidades de las ruinas",
"998586576": "Rama de activación de comunicación fallida",
"999300900": "Vuelve a la Posada Wangshu e informa a Xiao",
"999740932": "Navega hasta donde se encuentra el tesoro",
"999859759": "Circunstancias imprevistas",
"1000227599": "Vuelta al mundo en siete días: melodía abrasadora",
"1001126484": "Regresa al laboratorio",
"1001452724": "Habla con Fujiwara Toshiko",
"1001484383": "¡Lo prometido es deuda!",
"1001577695": "La roca permanece inmutable en el caos",
"1001815924": "Encuentra la llave de la jaula",
"1003122318": "Derrota a los Hilichurls malvados reunidos en la caverna",
"1003786428": "Habla con Kayvan y Helbet",
"1003820164": "Regresa a la Herrería Amenoma",
"1004289728": "(test) Sistema de evento iniciado",
"1006000604": "Derrota a los Slimes Pyro para obtener condensado de Slime",
"1006868188": "Sal del santuario",
"1007006432": "Escucha a escondidas la conversación del Burgués Maotsai en el Quiosco Xinyue",
"1007045420": "Habla con todos",
"1007307692": "Habla con Farris, el Caballero de las Flores",
"1007463895": "Secreto en las cenizas",
"1007910916": "Habla con Bárbara",
"1008054352": "Encuentra una máscara sucia",
"1008905071": "Expediente Sango: el misterio de la sombra",
"1009297543": "La orquesta de los tanuki del bosque",
"1010134295": "El mal de un oni",
"1010397535": "Busca huellas que haya dejado Ave Rapaz",
"1010968260": "Derrota a los Ladrones de Tesoros",
"1010989044": "Habla con Beidou",
"1011139612": "Entrégale 10 pedazos de hierro al Maestro Zhang",
"1011200708": "Recoge el tesoro",
"1011304524": "Dirígete al lugar del Festival Irodori en Ritou",
"1011803900": "Ve al hospital de eleazar",
"1012625481": "Dirígete al punto más elevado de la Aldea Chingtsé a buscar fragmentos",
"1012695568": "Habla con Ellin",
"1013094212": "Informa a Hamawi",
"1013526975": "Por sus atroces pecados...",
"1013617284": "Habla con la Recepcionista Zhao",
"1014197852": "Toca la música según muestran las imágenes de las rosas",
"1014646860": "Investiga las áreas y recupera las losas de piedra",
"1014749840": "Control de reaparición",
"1015358364": "Entrégale el azúcar a Arasaka",
"1015933308": "Sella la piedra sagrada",
"1015968644": "Habla con Ararycan",
"1016781828": "Investiga el sedimento de líneas ley anómalo",
"1017087036": "Ve al lugar donde tendrá lugar la competición",
"1017612764": "Comparte la comida con Chouji",
"1018531388": "Registra el estado de las raíces",
"1018751134": "Busca a Jack y a Stanley",
"1018824276": "Habla con Thoma",
"1018896998": "Quema incienso y pide un deseo en la Terraza de Yujing",
"1020002036": "Habla con Beidou y Kazuha",
"1020902560": "Encuentra al monstruo siguiendo las instrucciones de Jack",
"1021763428": "Habla con Sumida",
"1021935550": "Entra al Pabellón Liuli",
"1021999060": "Ve a la entrada del campamento minero y busca al erudito de Sumeru",
"1022654740": "Habla con Meng",
"1023253524": "Ve a la entrada del Dainichi Mikoshi",
"1023611479": "Bajo la superficie",
"1023648292": "Habla con Hilmi",
"1023675900": "Habla con Meng",
"1025544732": "Habla con Arana",
"1025888911": "¡Lo siento, Timmie!",
"1026518692": "Habla con Soraya",
"1027268132": "Ve al Banco del Reino del Norte",
"1027391124": "Habla con Sango",
"1027713999": "Los retoños del bosque",
"1028967015": "¡Por los frutos, las semillas y los árboles!",
"1029454569": "Misión de Prueba de Vuelo",
"1029533836": "Habla con Draff",
"1029754860": "Habla con Dunyarzad",
"1031516932": "Habla con Pallad",
"1031568724": "Informa a Yasmín",
"1032222772": "Habla con Ryuuji",
"1032399228": "Derrota a los Ladrones de Tesoros",
"1032585124": "Habla con Sumida",
"1033414892": "Ve al lugar donde cayó el meteorito gigante",
"1033561348": "Intenta persuadir a las parejas para que guarden silencio",
"1033632884": "Derrota al Hipostasis Cryo",
"1033808983": "Pensamientos llevados por el viento",
"1035027052": "Informa a Fierro",
"1035131343": "Carta de Chisato",
"1035206095": "Derrota al Guardián de las Ruinas para completar el reto",
"1035491196": "Lleva las imágenes a Oda Tarou",
"1035541164": "Sigue negociando con Werner",
"1035641440": "Ve a ver detalles",
"1036984273": "Ascensión de Rango de Aventura - 4",
"1039132372": "Habla con los niños",
"1040619828": "Entrégale 5 pedazos de hierro blanco a Dwarkanaz",
"1041192332": "Embarca en el Alcor",
"1042144692": "Ayuda a Hatim a elegir un plato de oro",
"1043246020": "Completa el encargo del Gremio de Aventureros con Anna",
"1043280792": "Terminar la conversación",
"1043676876": "Ayuda al aranara",
"1043732764": "Informa a Noelle y Alois",
"1044015961": "El nuevo plan de Venti",
"1044340452": "Derrota a los Hilichurls que están cerca de la casa de los aranara",
"1044373204": "Informa a Jack",
"1044584380": "Aprende algunas cosas de Xu Liushi",
"1044665812": "Derrota a 2 Espectros para obtener 4 cargas de núcleo",
"1044772996": "Activa el relé",
"1045059335": "Una mirada atrás al final del camino",
"1045110359": "Un pequeño viaje: ¿defensa personal?",
"1045900364": "Entra en la cueva",
"1046324868": "Encuentra tres colmillos extraños",
"1047070452": "Activa la Visión Elemental para buscar pistas",
"1047295156": "Entrégale el fragmento de plaustrita a Tsongzi",
"1047641188": "Entrega el vino al samurái sin nombre",
"1048083016": "Regresa a hablar con Ellin",
"1048460168": "Destruye todos los maniquíes en 2 s",
"1048615454": "Habla con Liu Su",
"1048923095": "Habla con Diluc",
"1048940401": "Huéspedes de tierras lejanas",
"1049262756": "Ayuda al pueblo de Xamaran",
"1049328692": "Informa a Xavier",
"1050229316": "Contacta con Venti en un lugar más discreto",
"1050333212": "Habla con Ooshima Junpei",
"1050355428": "Investiga el rastro de los Fatui en el puerto",
"1050558036": "Espera a la Gendou impostora por la noche (21-23 h)",
"1050646476": "Vuelve a negociar con Werner",
"1051249759": "Sombras del Valle Dadaupa",
"1051686916": "Ayuda a Shouta a hacer una ofrenda en el altar",
"1052098604": "Habla con Diona",
"1052303876": "Habla con Meng",
"1053113836": "Habla con Pallad",
"1055148892": "Recolecta 12 percibetormentas",
"1055199231": "Cerrado por derribo",
"1055344428": "Ve abajo y ayuda a Yanxiao a transportar los ingredientes",
"1055354860": "Ve donde se encuentra el segundo mecanismo",
"1055431172": "Pregunta a Alhacén sobre los resultados de las pruebas",
"1056013036": "Busca los restos de Albondimaru en la playa",
"1056064210": "Habla con el “capitán” Meng",
"1056232484": "Informa a Ogura Mio",
"1056251060": "Dale a Haypasia la comida que hiciste",
"1056815652": "Habla con el Infantil Jiang",
"1057020508": "Busca tres lugares con marcas del viento en el árbol",
"1057058620": "Ve a ver a Mona",
"1057498468": "Habla con Zhiruo",
"1058067132": "Sigue a Schubert",
"1058146348": "Sigue las indicaciones de la placa para obtener la autoridad",
"1058219111": "Cadena de intereses",
"1059743868": "Habla con Candace",
"1059789679": "Próxima parada: la Sima",
"1060061583": "Dirígete al lugar de la prueba",
"1060388412": "Completa el encargo del Gremio de Aventureros con Anna",
"1060525996": "Acércate a la flor gigante",
"1061672916": "Derrota a todos los monstruos de la cima",
"1061926415": "Dirígete a la corriente de viento ascendente",
"1062853396": "Informa a Jinwu de las pistas que dejó el Tío He",
"1062915076": "Ve a la ciudad a buscar materiales de pirotecnia",
"1063021554": "Habla con el Sonriente Yanxiao",
"1063722120": "Termina el encargo de Margaret",
"1064095916": "Intenta persuadir a las parejas para que guarden silencio",
"1064214596": "Habla con Arama y entra en el sueño del árbol vasara",
"1064603828": "Investiga la gruta",
"1065218124": "Habla con Bennett",
"1065329863": "Unas ruinas bajo llave",
"1065399092": "Dirígete al Salón de Té Yanshang después de las 20 h",
"1065516356": "Entra en las ruinas",
"1065970116": "Informa al Capitán Cuervo Noctívago",
"1065994148": "Habla con el Ladrón de Tesoros que robó la Visión",
"1066403092": "Entrégale 2 salchichas al Sonriente Yanxiao",
"1066856820": "Elige los condimentos adecuados",
"1067040260": "Habla con Adelinde",
"1067217975": "Habla con Paimon",
"1067306212": "Informa a Nayat",
"1067436956": "Habla con Zakariya",
"1067542284": "Habla con Aranakula",
"1067856052": "Habla con el Sr. Zhu",
"1068679020": "Habla con el Irascible Wallit",
"1068777532": "Rocía la poción con Yasmín",
"1068868308": "Habla con Oleg",
"1069107884": "Lee la guía de señales",
"1069931844": "Dirígete a la Aldea Vimara",
"1070495004": "Sigue el rastro elemental",
"1070528044": "Habla con Kazuha",
"1070671636": "Muestra a Shouji cómo disparar con arco y flecha",
"1072750852": "Habla con Tánger",
"1073045932": "Derrota al gran monstruo",
"1073212004": "Dirígete a la plaza de Mondstadt a la hora acordada",
"1074762564": "Busca el origen de la voz",
"1075699084": "Embarca en Albondimaru",
"1075971932": "Busca el campamento de los Ladrones de Tesoros",
"1076242020": "Busca pistas",
"1076687460": "Entrega la comida a Zhuyu",
"1077171196": "Interactúa con las tiras de papel",
"1077453380": "Elimina la zona marchita",
"1077697860": "Sigue hablando con Akim",
"1077970884": "Registra el estado de las raíces",
"1078359940": "Activa el mecanismo",
"1078716156": "Habla con la Abuela Asami",
"1078894100": "Derrota a los oponentes que aparecieron",
"1079170311": "En tierras lejanas",
"1079206535": "Los pequeños problemas del festival",
"1080204377": "Entrega de comida",
"1080453348": "Habla con Katheryne de Liyue",
"1080478932": "Informa a Gulabgir",
"1080782636": "Habla con Endora",
"1080819508": "Habla con los lugareños",
"1080994244": "Atrapa cangrejos alrededor del Cerezo del Trueno",
"1081623008": "Entrega el aceite esencial de impacto",
"1081790684": "Dale tres condensados de Slime a Akim",
"1082042076": "Habla con Miyuki",
"1082587020": "Habla con Ryuuji",
"1082855684": "Examina el caballete",
"1083277244": "Habla con Fujiwara Toshiko",
"1083601060": "Habla con Yicheng",
"1084323823": "Ingredientes para el Sonriente Yanxiao",
"1084721068": "Regresa al Restaurante Uyuu",
"1085277740": "Disfrázate como el caracal patilludo y atrapa a todos los aranara",
"1086454612": "Habla con Cyrus",
"1086641159": "Activador de escenario 1",
"1086875868": "Busca a Teppei",
"1087035767": "Búsqueda marítima",
"1087134492": "Habla con Dwarkanaz",
"1087590644": "Vuelve a investigar el campamento de los Ladrones de Tesoros",
"1087722796": "Investiga el barco",
"1088184404": "Habla con Wangya",
"1088778732": "Habla con todos",
"1088982596": "Habla con Endora",
"1089300660": "Habla con Chingzhou",
"1089622236": "Encuentra las notas de Persikov",
"1089783694": "Habla con Xiao",
"1090982183": "El enigma de Bunkoku",
"1091126340": "Entrégale 3 flores chingxin al Herborista Gui",
"1091367943": "Un retoño de fuera del bosque",
"1091578364": "Averigua qué tan fuertes son los competidores",
"1091834636": "Habla con Chou",
"1092033524": "Habla con Flora",
"1092227484": "Habla con Midori",
"1092564044": "Habla con Raiden Ei",
"1092618020": "Resuelve el acertijo de las piedras",
"1092630492": "Dirígete a la comisaría y habla con Sara",
"1092921447": "Linternas giratorias (II)",
"1093315788": "Salva a los soldados que han sido acorralados",
"1093816820": "Intenta romper el sello",
"1093940212": "Acércate a la puerta de la que sale la voz",
"1094264924": "Ve con Arama y consigue las inscripciones de recuerdos",
"1094333159": "Al rescate del aranara",
"1094639908": "Usa la Red de la ubicuidad suprema para atrapar animales pequeños",
"1094731732": "#Espera hasta el día siguiente (08-10{NON_BREAK_SPACE}h)",
"1094825916": "Entrega el plato ya preparado a Tang Wen",
"1095085143": "El ojo de Watatsumi",
"1095332855": "La clave para encontrar gatos",
"1095424876": "Inspecciona los lugares sospechosos y elimina cualquier amenaza",
"1095584260": "Prepárate para partir",
"1096115604": "Habla con Sango",
"1096294132": "Habla con el Sr. Zhu",
"1096788004": "Espera hasta la noche del día siguiente (20-00 h)",
"1097159812": "Despeja la ruta comercial de monstruos y obstáculos",
"1097221252": "Busca a Bárbara cerca de la taberna Cola de Gato",
"1098494676": "Habla con Xingchiu",
"1098768524": "Regresa a la silapna",
"1098794588": "Ve con Heizou a donde están detenidos los criminales",
"1098807476": "Entrega la comida a Iris en el tiempo establecido",
"1098863116": "Escucha y resuelve los problemas de los habitantes de Mondstadt",
"1099171412": "Habla con Tignari",
"1099454311": "La preocupación de la Hermana Victoria",
"1100769678": "Pasar a la siguiente ronda aleatoria",
"1100885100": "Entrégale a Roald los hongos fluorescentes",
"1101987020": "Habla con Rhana",
"1102683364": "Derrota a todos los monstruos",
"1103328111": "Incursión en el mercado juguetero: cargas de núcleo",
"1103590236": "Dale la madera a Goth",
"1104225356": "Habla con la ilusión",
"1104229940": "Espera hasta el día siguiente (07-08 h)",
"1104392756": "Siéntate en uno de los bancos de la ciudad para poner tus ideas en orden",
"1105236332": "Informa a Cyno",
"1105326948": "Informa a Shitou",
"1105686879": "Pizza de otras tierras",
"1106119328": "Termina el encargo de Margaret",
"1106223857": "Un poco de alcohol no hace daño...",
"1106750292": "Habla con Anthony",
"1106775007": "Dominio huracanado",
"1107116108": "Encuentra y ofrece los objetos en los que Aberaku guardó sus pensamientos",
"1107120900": "Habla con Kayvan y Helbet",
"1107782020": "Investiga el campamento de los Ladrones de Tesoros",
"1108186639": "Justicia Hilichurl",
"1108409828": "Sigue a Keijirou sin que te descubra",
"1108449588": "Habla con Venti",
"1108457820": "Habla con Mona para que pruebe el plato",
"1108460791": "Cacería de tesoros en la Aldea Chingtsé",
"1108722132": "Ayuda a la joven que has encontrado por casualidad",
"1108965612": "Pregunta a los soldados sobre el vino",
"1109255252": "Investiga el campamento temporal de los Fatui",
"1109741028": "Pide información a Ryuuji",
"1109917060": "Reúne tres escaradiablos",
"1111020964": "Habla con Katheryne",
"1111529428": "Habla con el autoproclamado “Enjou”",
"1111930342": "Encuentra el tesoro",
"1112238510": "Dirígete a la entrada de Jueyunjian y busca las trampas",
"1112492228": "Inspecciona los objetos que se van a subastar",
"1113244550": "Encuentra la Campana purificadora",
"1113439862": "Termina de hablar con todos (oculto)",
"1113646692": "Habla con Arapandu",
"1115056460": "Sal de la comisaría de policía",
"1115108676": "Continúa buscando pistas",
"1115352620": "Habla con Vile",
"1117430783": "¿Un obsequio de los cielos?",
"1117612924": "Habla con Iris",
"1118208364": "Dirígete al exterior de la Ciudad de Inazuma",
"1118387100": "Ve a Araumi y busca mineral de cristal mágico especial",
"1118391204": "Habla con todos",
"1118582718": "Ofrécele los perfumes a la estatua del Arconte",
"1118591668": "Derrota a la Shogun Raiden",
"1119079052": "Encuentra a Ganyu y habla con ella",
"1121074732": "Habla con todos",
"1121398020": "Habla con el Sonriente Yanxiao",
"1121709388": "Encuentra un sitio donde sentarte y espera al miembro de Los Eremitas",
"1122366540": "Habla con Lao Sun",
"1122487044": "Pesca un pez ornamental en las Montañas Portatormentas",
"1122892292": "Captura dos imágenes de la Fragua Mikage",
"1123627103": "La fuerza de Noelle",
"1124092348": "Examina las propuestas de los candidatos",
"1124420252": "Habla con Paimon",
"1124514260": "Informa a Xavier",
"1125093724": "Reúne 3 trozos de mineral de cristal mágico especial",
"1125376524": "Devuelve la piedra a su lugar",
"1125738564": "Habla con Geri",
"1125948040": "Llévale la carta al sirviente del Gremio de Comerciantes de Feiyun",
"1126263260": "Habla con Siegfria",
"1126377228": "Averigua de dónde procede el sonido",
"1126461228": "Pregunta a Tang Wen sobre el diseño",
"1126796300": "Escolta la mercancía fuera de Ritou",
"1126876492": "Habla con Alhacén",
"1127619284": "Busca lugares sospechosos siguiendo las pistas",
"1127721092": "Habla con el gerente del almacén",
"1127733575": "Las dudas de Paimon",
"1127843489": "El misterio de las ruinas de Arcadia",
"1127903943": "Una enfermedad crónica",
"1128455015": "Aguando la fiesta",
"1128781991": "Epílogo: Recuerdos",
"1129122055": "Transformación del problema",
"1129801424": "Prepara un coctel",
"1130447052": "Entra en la Sede de la Comisión Yashiro",
"1130722940": "Ayuda a Yu a limpiar la tienda",
"1130789564": "Encuentra una forma de destruir las llaves rocosas",
"1130995236": "Ve a las profundidades de la cueva donde se encuentra la Regisvid Pyro",
"1131233420": "Habla con Kichiboushi",
"1131258420": "Derrota a todos los Ladrones de Tesoros",
"1131485724": "Examina el camino y repáralo",
"1131580540": "#Espera hasta la mañana del día siguiente (08-10{NON_BREAK_SPACE}h)",
"1132278348": "Dirígete al este de la Isla Watatsumi para buscar a Heizou",
"1132484492": "Sal de la residencia de los Hiiragi y recapitula la información",
"1132605044": "Dirígete a la Ciudad de Sumeru",
"1133281208": "Dale la tabla de madera a Farrah",
"1133614239": "Tratamiento en la isla",
"1133846615": "Aroma de vino reminiscente",
"1134308124": "Explora el Reino Khab",
"1134761862": "Ve a la Cordillera Tianheng",
"1134867540": "Dirígete a la base de Los Eremitas",
"1134889164": "Habla con Diona",
"1135760300": "Habla con Ruu en el lugar indicado",
"1136484692": "Ve a la casa de los Nagato para averiguar qué ha pasado",
"1137627342": "Prepara una brocheta de champiñones y pollo deliciosa",
"1138535524": "Ve al pueblo y busca materiales para comenzar la reparación",
"1139279577": "El más fuerte de Mondstadt",
"1139828983": "Tráele a Razor tres pedazos de carne cruda",
"1140373380": "Habla con Sayid",
"1140713836": "Informa a Neko",
"1141220612": "Encuentra a “esa persona”",
"1141289060": "Dirígete al lugar designado",
"1141339420": "Busca a Ganyu en los alrededores de la Montaña Aozang",
"1141533348": "Dirígete a la Casa de Té Heyu",
"1141818916": "Averigua de dónde viene la voz",
"1141820353": "El misterio del tesoro de la chica de rojo",
"1142770988": "Reta a Yae Miko al último desafío",
"1142814276": "Descartar",
"1144389808": "Encuentra una tabla de madera",
"1144596132": "Derrota al Protector Eterno de la Sabiduría Arcana",
"1144910732": "Haz panecillos de maíz con carne picante deliciosos",
"1145128564": "Destruye los árboles",
"1145923172": "Habla con Kuki Shinobu",
"1146189488": "(TEST) Veredicto de los Cuatro Borrachos: ¡Mala!",
"1147422652": "Ve al lugar de celebración de la ceremonia de captura de Visiones",
"1147914980": "Habla con Bolai",
"1148232359": "Jardín primaveral de antaño",
"1148236926": "Ve al lugar de celebración del Rito del Ascenso",
"1148427396": "Haz una ensalada saludable para Sara",
"1148559252": "Dirígete a la barra para completar los preparativos",
"1148902684": "Pregunta a Beidou y Kazuha",
"1149009228": "Habla con Vermeer",
"1151043092": "Entrega 3 percibetormentas a Ooshima Junpei",
"1151375020": "Derrota a los monstruos de la emboscada",
"1153071895": "Investiga el sonido de adelante",
"1153198380": "Reúnete con Hiiragi Chisato",
"1153350276": "Alcanza a Cyno",
"1153369135": "La propuesta interminable",
"1153527447": "El Buen Cazador Express",
"1154389732": "Enfréntate a los miembros de la Comisión Tenryou",
"1154956380": "Habla con Jafar",
"1155033932": "Habla con Zakariya",
"1155266700": "Desayuna con Ninguang",
"1155579068": "Investiga la casa del árbol",
"1155718732": "Pregunta a Ying'er",
"1155738132": "Cierra «El himno del Reino Sagrado»",
"1156197564": "Investiga el altar cercano",
"1156206708": "Habla con Cyno",
"1156275252": "Interactúa con las tiras de papel",
"1156385612": "Habla con Harris",
"1156521503": "Dirígete a la Fortaleza de la Orden del Abismo",
"1156909004": "Huye en el tiempo establecido",
"1156964716": "Espera un día",
"1157347252": "Ve a ver cómo va el fertilizante",
"1157851343": "Sala 1 - Misión marcada completada",
"1157992380": "Habla con Qiqi",
"1158558372": "Encuentra el origen del sonido",
"1158583972": "Vuelve a la Academia de Sumeru y busca a Nète",
"1158735676": "Habla con Goth",
"1159389708": "Habla con Arama",
"1159517588": "Entérate de la verdad",
"1159747887": "Un bosque en transformación",
"1159855244": "Dirígete al lugar del Festival Irodori",
"1160060180": "Regresa a la Funeraria El Camino con Hu Tao",
"1160501580": "Sal de la casa del jefe de la aldea",
"1160614212": "Repara el camino que conduce a la torre",
"1161383932": "Habla con Chongyun",
"1161621716": "Habla con Xavier para comenzar el rodaje",
"1161769476": "Investiga por los alrededores",
"1161933364": "Recoge tu Orbe de la sabiduría",
"1162012740": "Habla con Nahida",
"1162202343": "Neko es una gata: niños",
"1162374132": "Regresa al alojamiento",
"1162449412": "Adivina el segundo acertijo",
"1162559156": "Entrégale 2 raciones de pasta a la boloñesa a Geri",
"1163587062": "Informa a Huai'an",
"1164753134": "Ve a los alrededores de la Balista Guizhong",
"1165014764": "Habla con Honglang",
"1165076780": "Reporta al Sr. Dai los resultados de tu investigación",
"1165624764": "Sigue a Razi para buscar a Tánger",
"1165703012": "Espera un día",
"1165748452": "Pregunta a Yayoi Nanatsuki por las pistas",
"1166170092": "Revisa las mercancías del barco",
"1166381748": "Descansa hasta las 11-14 h del día siguiente y habla con Chouji",
"1166748783": "¿Algún enigma por resolver?",
"1166929600": "Dale el botín y la carta a Tunner",
"1167067764": "Informa a Jiayi",
"1167387452": "Habla con Chian",
"1167396372": "Pasea con Thoma",
"1167567060": "Habla con Charles",
"1167628887": "Adéntrate en lo más profundo de la Fortaleza de la Orden del Abismo",
"1167646129": "Recompensas de la misión del Rito de la Linterna",
"1167664188": "Recoge las lucettas",
"1168040476": "#Ve el día siguiente al muelle a despedirte de Kokomi y Gorou (18-20{NON_BREAK_SPACE}h)",
"1168487980": "Habla con Kozue",
"1168679692": "Entabla una “discusión hostil” con los miembros de los Ojos de al-Ahmar",
"1169629052": "Inspecciona el área y busca pistas",
"1170040972": "Habla con Jafar",
"1170625447": "Persiguiendo la tormenta",
"1170680967": "Cerezo radiante",
"1170708255": "El muelle bajo la luna",
"1171013828": "Informa a Jifang",
"1171598212": "Sigue la corriente hasta encontrar la fuente de la energía maligna",
"1172394641": "Derrota a los Ladrones de Tesoros y obtén la llave",
"1173686244": "Habla con Komaki",
"1174326476": "Completa el encargo del Gremio de Aventureros con Anna",
"1174445599": "Un fértil oasis bajo las dunas (II)",
"1174477004": "Termina el rodaje del segundo acto",
"1174654876": "Sigue la misteriosa estrella",
"1175460924": "Ve al lugar de la imagen y posa",
"1175467708": "Recorre el pasaje y llega hasta donde está Scaramuccia",
"1175879015": "Procedimientos indispensables",
"1175889648": "Habla con Jean",
"1176403049": "Señor Albert, ¡espere un momento!",
"1176404559": "Cruza el acantilado volando",
"1176483036": "Haz frente a Saimon Jirou",
"1177640172": "Habla con el aranara",
"1178031559": "Las exitosas figuras de madera",
"1179000116": "Encuentra a los animales de carga perdidos",
"1179231588": "Ve al piso de abajo de la Casa de Té Heyu",
"1179739471": "Incomodidad repentina",
"1180327116": "Habla con García",
"1180390956": "Devuelve las piedras a su lugar y resuelve el acertijo",
"1180690028": "Llega al lugar donde está Albedo",
"1180746284": "Informa a Gulabgir",
"1181514588": "Habla con Paimon",
"1182520804": "Dirígete a la cima de Espinadragón",
"1182613247": "Materiales de vino para Connor",
"1182956204": "Habla con Gordi",
"1183072948": "Activa el Clavo de Pursina",
"1183401384": "Elimina a los monstruos de la torre de vigilancia",
"1183725180": "Pregunta a los editores",
"1183971372": "Dale la ropa a Ninguang",
"1184287852": "Habla con Muning y Zhichiong",
"1184591016": "Habla con Magar",
"1184682996": "Ve a la torre del vacío",
"1184760239": "El gran árbol",
"1184960660": "Habla con Luka y entra en la taberna",
"1185163983": "Los niños de la Aldea Vimara",
"1185265844": "Habla con Kazuha",
"1185760676": "Sigue explorando las ruinas",
"1185939140": "Recolecta 3 flores chingxin en la cima del peñasco",
"1186130172": "Habla con los demás",
"1186857580": "Acércate a la dirección de la que proviene la voz",
"1187446540": "Reúne 3 trozos de mineral de cristal mágico especial",
"1187893756": "Habla con Uda",
"1188037148": "Entrega el aceite litoesencial especial a Clitofo",
"1188246100": "Sigue explorando",
"1188536356": "Descubre el secreto del Estanque Luhua",
"1188723428": "Informa a la Recepcionista Zhao",
"1188929796": "Observa el extractor de líneas ley",
"1189104612": "Habla con Zakariya",
"1189152972": "#Espera hasta la mañana del día siguiente (08-12{NON_BREAK_SPACE}h) para hablar con Fushizome",
"1190442668": "Dirígete a la Playa Oina",
"1190776220": "Habla con el joven que salvaste",
"1191401828": "Sigue explorando el Santuario de Jmun",
"1191693874": "Derrota a los enemigos del campamento",
"1192278860": "Ve a reunirte con los informantes",
"1193066447": "«Vimana Agama»: Jazari",
"1193757500": "Habla con los demás",
"1193822916": "Habla con Kosekimaru",
"1194784911": "Jugando con fuegos... artificiales",
"1196523278": "Habla con el chef",
"1197396008": "Regresa a la Sede de los Caballeros de Favonius",
"1197618468": "Informa a Neko",
"1198670124": "Encuentra tres colmillos extraños",
"1199153844": "Habla con Allan",
"1199618135": "Regresa a la cima de la torre",
"1199651748": "Copia el aviso sobre la nueva licencia de negocio",
"1199865420": "Derrota a todos los oponentes",
"1200134614": "Habla con Musheng para reclamar tu recompensa",
"1200452703": "Una sombra de antaño",
"1201433364": "Elimina a todos los monstruos y destruye los obstáculos",
"1201552476": "Usa el cañón para hacer añicos la roca que bloquea la montaña",
"1201895036": "Sigue adelante y derrota a los enemigos",
"1201950644": "Derrota a todos los enemigos",
"1202068119": "Habla con Lisa para analizar las pistas",
"1202474284": "Siéntate junto al resto de personas",
"1202829103": "La misteriosa leyenda urbana",
"1203774532": "Ayuda a Kiminami Anna a ahuyentar a los Ladrones de Tesoros",
"1204923636": "Investiga los alrededores de la Funeraria El Camino mientras esperas a Hu Tao",
"1205058468": "Derrota al Lawachurl Acorazado",
"1205735596": "Sigue adentrándote mientras buscas a Benben",
"1205775404": "Dale el regalo a Viktor",
"1206184108": "Obtén bermellonita de un Cazador de las Ruinas",
"1206724575": "Examen de ingreso al Gremio",
"1207155348": "Aumento del progreso de la misión",
"1207541170": "Habla con el “capitán” Meng",
"1207702036": "Completa el acto final de la función",
"1207725753": "Reunión",
"1208896300": "Habla con la ilusión que hay delante de ti",
"1209373772": "Explora el santuario",
"1209380908": "Informa a Lan",
"1209773396": "Habla con Hanachirusato",
"1210032692": "Busca ingredientes",
"1210562652": "Come con Kichiboushi y Paimon en el Pabellón Liuli",
"1210698468": "Habla con Azalai",
"1211926388": "Rompe los tres flujos de shuda",
"1212062428": "Habla con Zakariya",
"1213334844": "Celebra el Festival Utsava junto a los aranara en el sueño de Vanarana",
"1213360076": "Derrota a los monstruos que obstruyen el camino",
"1213978596": "Acompaña a Ganyu a Liyue",
"1214069716": "Habla con Mamesuke y Shibasuke",
"1214097100": "Derrota al Samurái Kairagi",
"1214434644": "Ve con Thoma al Buró de Asuntos Extranjeros para hacer unos trámites",
"1214488628": "Encuentra a la persona que llama a Bárbara",
"1214815380": "Busca materiales para la reparación en el campamento",
"1215255900": "Sigue ascendiendo para investigar",
"1215261036": "Cuelga los cascabeles alrededor del santuario",
"1215441188": "Pregunta a Hongyi",
"1215514748": "Entrégale 3 brochetas de champiñones y pollo al Varonil Jack",
"1215969020": "Explora el desierto siguiendo las notas arqueológicas de Soheil",
"1216086076": "Coteja la información que tienes",
"1216164564": "Habla con Yata Kouki",
"1216768172": "Examina los montones de minerales",
"1217026964": "Investiga las plantas en los lugares señalados",
"1217333116": "Habla con Teucer",
"1217344239": "Soborna al NPC 3",
"1217616863": "El camino del exorcista",
"1217735140": "Habla con Tánger",
"1218391508": "Habla con el Sr. Jiangcheng",
"1218642988": "Informa a Gulabgir",
"1219026062": "Habla con Xiangling",
"1219860564": "Vuelve al cuartel general y habla con Sangonomiya Kokomi",
"1220127436": "Regresa a la Sede de los Caballeros para discutir otro plan",
"1220741356": "Habla con Viktor",
"1220849076": "Vuelve a la intersección de antes y busca pistas",
"1221157580": "Explora el dominio",
"1221783788": "Espía la conversación entre Zhiyi y Yusupov",
"1221877159": "Entrenamiento de vuelo en Levantamiento - Anillo de teletransportación",
"1222139996": "Averigua las opiniones de los postores",
"1222391324": "Acércate a la Fragua Mikage",
"1222602028": "Habla con Tsuyuko",
"1223753244": "Encuentra a Muning del Ministerio de Asuntos Civiles",
"1223764740": "Retira los objetos que los Ladrones de Tesoros dejaron en los Cerezos del Trueno",
"1224520540": "Continúa siguiendo a Kamisato Ayaka",
"1224538383": "Cazatormentas de Seirai (II)",
"1224560300": "Busca pistas del tesoro por la zona",
"1227159916": "Derrota a todos los monstruos",
"1227239572": "Sigue a Sun Yu",
"1227727148": "Habla con Paimon",
"1228032636": "Derrota a los monstruos que aparecieron",
"1228835380": "Echa un vistazo alrededor de la Academia",
"1229826588": "Recupera el paquete cerca de la Estatua de Los Siete de Espinadragón",
"1229924180": "Obtén los ingredientes",
"1230098252": "Entra al lugar donde está la flor barsam",
"1231103828": "Habla con Kayvan",
"1231577884": "Ayuda a Jifang a entregar los libros",
"1233269688": "Habla con Charles",
"1233784548": "Habla con Arabalika",
"1234305484": "Reúne los cinco libros perdidos",
"1234404780": "Habla con Kichiboushi",
"1234612495": "Miko por un día",
"1234618156": "Utiliza la pluma en el lugar indicado",
"1234677860": "Habla con Paimon",
"1234696468": "Habla con Nayat",
"1235401567": "Escucha la conversación de Jean con una persona misteriosa",
"1235589328": "Encuentra una soga",
"1235645932": "Habla con Klee",
"1236060895": "Habla con Venti",
"1236736591": "Danza de la destrucción",
"1236771300": "Ve a entregar la versión final",
"1236982564": "Acércate a la flor gigante",
"1237078119": "Los poemas del Irodori (II)",
"1237113684": "Acércate al trono",
"1237418612": "Derrota a Masanori",
"1237657204": "Descartar",
"1237680640": "Recolecta Condensado de Slime",
"1237726036": "Obtén un botín de un Mitachurl",
"1238138367": "El sepulcro de los amparados",
"1239511276": "Entrégale a Meng la botella a la deriva",
"1240290460": "Reúne los cinco libros perdidos",
"1240324911": "Habla con Paimon",
"1240675644": "Busca pistas del tesoro por la zona",
"1240909480": "Encuentra a Nimrod",
"1241157092": "Regresa al campamento",
"1242085764": "Habla con Madah",
"1242140954": "Busca al capitán con Fei",
"1242287908": "Habla con Oleg",
"1242796612": "Ve con el Tío He a recolectar carne de hongo",
"1243040172": "Habla con el miembro de los Ladrones de Tesoros",
"1244320144": "Habla con Katheryne",
"1245320908": "Detecta el humo negro (1)",
"1246567190": "Regresa a Aguaclara para participar en el Duelo Culinario",
"1246706484": "Habla con Kayabuki",
"1246755884": "Acércate a la niebla oscura",
"1247212332": "Dirígete a las puertas de la ciudad y encuentra la forma de salir",
"1247566740": "Informa a García",
"1247977932": "Habla con Muning",
"1248003967": "Habla con Diluc",
"1248477484": "Habla con el informante",
"1248556596": "Sigue a Alhacén",
"1248795951": "Espectros flotantes: Investigación completa",
"1249019230": "Falta 1 vez para terminar ciclo de control de diálogo (oculto)",
"1249355868": "Habla con Xudong",
"1249992324": "Ve a la Herrería Amenoma",
"1250114404": "Habla con Chi Nan",
"1250708364": "Informa a Madam Ping",
"1251042716": "Habla con Yun Jin",
"1251094460": "Entrégale los materiales a Albedo",
"1251410276": "Regresa al Dainichi Mikoshi para buscar a Tsumi",
"1251446105": "Ingredientes faltantes",
"1251952642": "Habla con Soraya",
"1252196860": "Continúa explorando el santuario abandonado",
"1252888948": "Activa los controladores de la torre",
"1253108244": "Habla con Albedo, quien acaba de volver",
"1253123692": "Ve a la cueva que mencionó Komaki",
"1254410132": "Pregunta a Rama sobre la situación actual",
"1254529601": "Encuentra pistas para activar las estelas",
"1254603308": "Intenta interactuar con Roger",
"1254865159": "Poemas y pinturas del Rito de la Linterna: parte I",
"1254931676": "Derrota a la Arconte Electro",
"1255243756": "Dirígete al campo de entrenamiento",
"1255699348": "Informa a Zhi",
"1257111548": "Entra en el dominio al final del túnel",
"1258497484": "Empieza a preparar la bebida",
"1258978784": "Dale a Charles los ingredientes para hacer cóctel",
"1259173732": "Explora los alrededores según las pistas",
"1259265924": "Ve a la Cueva Dev",
"1259603388": "Habla con Chingzhou",
"1260139196": "Dirígete al Restaurante Wanmin",
"1260237404": "Dirígete al campamento",
"1260352655": "Una persona con malas intenciones",
"1261447500": "Dirígete al Restaurante Uyuu",
"1261492916": "Obtén la victoria en la semifinal",
"1261871556": "Dale el diente de león a Grace",
"1263022980": "Habla con Harris",
"1263284583": "Aviso: bajas temperaturas",
"1263583980": "Habla con el artesano",
"1263816175": "Intercambio de información",
"1263839260": "Pregunta al anciano sobre el subrosium",
"1264572870": "Reúne los materiales del almacén de suministros militares",
"1265303012": "Habla con Tang Wen",
"1265774962": "Entrégale el tofu de almendras a Chenxiang",
"1265883736": "Devuelve «La leyenda de la alabarda fragmentada» a su dueño original",
"1265924404": "Entra en el castillo, tal como dice la historia",
"1266281436": "Dale los diarios a Stevens",
"1267589028": "Ve al Valle Dadaupa",
"1269272492": "Dirígete a Liyue",
"1269309116": "Desentierra los objetos enterrados",
"1270216764": "Sigue explorando la cueva",
"1271021852": "Entrega los planos a Preservadora de Nubes",
"1271392188": "Encuentra tres colmillos extraños",
"1271747492": "Encuentra a Aralila",
"1272381551": "Retratos del mundo: Exuberancia",
"1272419916": "Sigue avanzando hacia la Confluencia Ashvattha",
"1273003092": "Desobstruye las corrientes de agua de las islas",
"1273876558": "Sigue el rastro del Mago del Abismo",
"1275350332": "Acompaña a Bennett de compras",
"1276182980": "Recupera las réplicas de Shiki Taishou",
"1276674084": "Ve al Santuario Sangonomiya",
"1276820900": "Habla con Gulabgir",
"1277062172": "Ve a recoger champiñones",
"1277293284": "Escucha y resuelve los problemas de los habitantes de Mondstadt",
"1277313396": "Habla con Ogura Mio",
"1277610356": "Averigua de dónde procede el sonido",
"1278058028": "Dirígete al campamento de los Ladrones de Tesoros",
"1278651252": "Habla con Kamei Munehisa",
"1278948111": "Entra en el templo",
"1279015868": "Habla con Tirzad",
"1279291351": "Creación divina",
"1279414916": "Habla con Tsuyuko en el altar",
"1279802228": "Entrega la carta a Cyrus",
"1280582572": "Habla con Jazari",
"1281048012": "Dirígete a la entrada de la ciudad",
"1281572396": "Dirígete a las Ruinas de Dahri para buscar a Arabalika",
"1282191663": "La petición de Glory",
"1283285796": "Habla con Xudong",
"1283426972": "Habla con Ganyu en su lugar de entrenamiento",
"1283508791": "Al alcance de la mano",
"1283717132": "Investiga las pistas que hay en el campamento Hilichurl",
"1283867652": "Pregunta por la leyenda de las islas",
"1284419164": "Habla con el Sonriente Yanxiao",
"1284479508": "Ve a la ubicación acordada en la Isla Watatsumi",
"1284563964": "Habla con Xavier",
"1284731607": "El arte de buscar tesoros",
"1285413316": "Habla con Bennett",
"1286724684": "Habla con la “persona que carga un bulto”",
"1286917100": "Graba unas indicaciones para Wolfgang",
"1287681004": "Encuentra una muestra de jade noctilucoso",
"1287791580": "Consulta con ambos la situación actual",
"1287947924": "Dirígete al lugar indicado por Yelan",
"1288245444": "Habla con Thoma y Kujou Kamaji",
"1288606044": "Habla con Yun Jin",
"1290520844": "Habla con Dehya",
"1290731340": "Continúa siguiendo el aura para encontrar pistas",
"1291630396": "Habla con Los Eremitas",
"1292011916": "Habla con Hatim",
"1292246484": "Ve hacia el Templo de los Mil Vientos",
"1292488018": "Habla con la Abuela Ruoxin",
"1292867372": "Dirígete a las cercanías de la Puerta de Piedra",
"1293501340": "Vuelve al Gran Santuario Narukami y habla con Yae Miko",
"1293979012": "Busca a Allan en el Cañón Coronabrillante",
"1293985596": "Escala a las manos de la estatua del Arconte Anemo y dispersa las semillas de diente de león",
"1294066548": "Sigue el camino y continúa explorando",
"1294205908": "Sigue a los niños que se marchan",
"1294295919": "Robado por su legítimo propietario",
"1294439900": "Entrégale a Chingzhou los materiales para hacer tres linternas celestes",
"1294603012": "Derrota a los Slimes para completar el experimento",
"1294672108": "Usa la Visión Elemental para encontrar pistas",
"1295081748": "Encuentra Slimes en las afueras de Mondstadt",
"1295377260": "Habla con Tang Wuchou",
"1296033324": "Vuelve a la Casa de Té Komore",
"1296562183": "Obtén el tesoro en el centro del Cementerio de Espadas",
"1296777172": "Recolecta 3 piezas de argento estelar",
"1297698596": "Habla con Viktor",
"1297720692": "Habla con el Herborista Gui",
"1298098244": "Habla con Varsha",
"1298124847": "Intercambio recíproco",
"1298146388": "Informa a El Cobarde Morrow",
"1298154004": "Acompaña a Ei en su paseo por las calles",
"1298542144": "Habla con Marjorie",
"1298808530": "Escucha la conversación de Zhihua y Chiming",
"1299084124": "Habla con Sara",
"1299839052": "Habla con Heizou",
"1300404604": "Entrégale los materiales a Bohuan",
"1300964095": "Habla con Venti",
"1301067644": "Habla con Yan'er",
"1301075884": "Habla con Zakariya",
"1302184756": "Evita que escapen los Ladrones de tesoros",
"1302603692": "Habla con Paimon",
"1303855846": "Informa a Lan",
"1304067156": "Habla con Arataki Itto",
"1304578196": "Habla con los miembros de la Banda de Arataki",
"1304727532": "Comprueba el área de adelante",
"1304990284": "Derrota a los Magos del Abismo",
"1305059116": "Lleva a Iotham de regreso a la Aldea Vimara",
"1305187476": "Informa a Neko",
"1305229564": "Derrota a Los Eremitas",
"1305523580": "Ve al Alcor",
"1305865116": "Habla con Zhichiong",
"1305894916": "Informa a Wangya",
"1306185044": "Habla con Tiantian",
"1306334020": "Habla con Shiki Taishou",
"1306457268": "Continúa la búsqueda",
"1306737215": "Habla con Amber",
"1306739359": "El sabor a “casa”",
"1306753964": "Habla con Heizou",
"1306845191": "El Código de la Banda",
"1307790050": "Investiga los alrededores del campamento",
"1307908468": "Sigue el rastro de la Orden del Abismo",
"1309828047": "Una decisión importante",
"1310403828": "Entrégale 2 tarros de mermelada a Arayesh",
"1310590160": "Habla con Glory",
"1310917540": "Dirígete a la sala de abajo",
"1310943708": "Habla con Ararycan",
"1310946204": "Dirígete al Buró de Asuntos Extranjeros",
"1311301100": "Habla con Parvaneh",
"1312979684": "Dirígete a los niveles inferiores de la Sima",
"1313421404": "Coloca un paquete en la cueva de Espinadragón",
"1314035508": "Ve al lugar acordado y habla con Dunyarzad",
"1314070332": "Derrota a los Demoledores de las Ruinas",
"1314106692": "Habla con Sayu",
"1314318140": "Habla con Aranakula",
"1314440276": "Coloca las balizas para investigación",
"1314692884": "Habla con Yae Miko",
"1315246492": "Ve al campamento de Los Eremitas",
"1315322188": "Pasea por las calles de la Ciudad de Inazuma",
"1315646999": "Hielo fundido en vino",
"1317077700": "Informa a Rafiq de la situación",
"1317245846": "Habla con Patton sobre su tema de conversación",
"1317918148": "Habla con Jack",
"1318734142": "Informa a Huai'an",
"1318954144": "Entra al Gremio de Comerciantes de Feiyun",
"1319814096": "Encuentra a Sara y pregúntale los detalles del encargo",
"1319998060": "Utiliza el elemento Electro con la estatua del Kitsune Celestial",
"1320004652": "Sigue explorando",
"1320859980": "Interactúa con las tiras de papel",
"1321160468": "Investiga el campamento",
"1322032572": "Acompaña a los niños hasta la casa de Rhana",
"1323791540": "Entrégale el anillo que encontraste a Taliesin",
"1323962116": "Habla con Hughes",
"1324016784": "Dirígete a la ubicación misteriosa",
"1324837556": "Consigue ropa de Lyudochka",
"1325659087": "Invasión de Dragartos",
"1325885636": "Habla con Anton",
"1325964100": "Habla con Affan",
"1326089620": "Habla con el Sonriente Yanxiao",
"1326230004": "Habla con Sayu",
"1326383551": "El viento amaina",
"1327144688": "Habla con Ella Musk",
"1328371940": "Habla con Ahangar",
"1328609292": "Regresa a la Isla Watatsumi",
"1329185129": "Intercambio de idiomas",
"1330975996": "Habla con Meng",
"1331273124": "Busca más personas para hablar",
"1331707108": "Sigue usando la Visión Elemental para buscar reliquias",
"1332219100": "Pregunta a cada persona por sus gustos (2/3)",
"1332433406": "Investiga la cocina",
"1332910007": "El torneo más fungolero jamás visto",
"1332953532": "Derrota a Haniyyah",
"1333485444": "Ve a luchar al lugar designado",
"1334164180": "Ve al Santuario de Sangonomiya y busca a Kokomi",
"1334905012": "Habla con Katheryne de Inazuma",
"1335134247": "Cocina mecánica III",
"1335179340": "Ve a ver a Shigeru y Junkichi",
"1335362548": "Entrégale la placa de piedra a Soheil",
"1335570612": "Convence a Jill",
"1336197519": "Ecos distantes",
"1336569076": "Dirígete al Cabo del Juramento",
"1336764668": "Habla con la Abuela Ruoxin",
"1337289588": "Utiliza los mecanismos para guiar la luz",
"1337506516": "Habla con Rudolf",
"1337930438": "(test) ¿Completar el Rito de la Linterna?",
"1338279836": "Dale 3 orquídeas padishá a Parvaneh",
"1338489492": "Entra a Vanarana",
"1339289127": "Cazatormentas de Seirai (III)",
"1339493892": "Busca a Albedo",
"1339750420": "Habla con Xinyan",
"1341302620": "Habla con Jazari",
"1342707756": "Habla con Dehya",
"1342823860": "Vence a los Fatui",
"1343078623": "Noelle exploradora",
"1343626103": "El caos de los Samuráis Kairagi y los parias",
"1344041844": "Busca pruebas con las que incriminar a Keijirou",
"1344047740": "Recolecta néctar de Megaflora Pyro",
"1344094796": "Encuentra el tesoro",
"1344578796": "Habla con Kayvan",
"1344645388": "Habla con Teucer",
"1345090431": "Curar es un deber",
"1345103596": "Dirígete a la cueva debajo del Gran Santuario Narukami",
"1345174956": "Captura un escaradiablo",
"1345365988": "Habla con Kamisato Ayaka",
"1345664770": "Derrota a los enemigos",
"1345672752": "Ve a ver detalles",
"1345885372": "Entra en el gimnasio y derrota a los oponentes",
"1346489724": "Ayuda a Jifang a entregar los libros",
"1346506204": "Habla con Arapandu",
"1347019492": "Protege el monolito de líneas ley y repele a los enemigos",
"1347308780": "Dirígete a Pirotecnia Naganohara",
"1347479118": "Busca señales del amor",
"1348255420": "Prepara la bebida especial",
"1348701534": "Habla con Katheryne en Mondstadt",
"1349287036": "Regresa al campamento de espeleólogos y habla con Zhichiong",
"1349517124": "Habla con Xavier",
"1349771479": "Sigue a Razor",
"1350250684": "Habla con Paimon",
"1351250948": "Habla con Paimon",
"1351580231": "¡Ven a jugar a Invocación de los Sabios!",
"1351686223": "Reúne pistas y sigue a Ave Rapaz",
"1352989180": "Encuentra los componentes que faltan",
"1353252137": "Una nueva tormenta se avecina",
"1353485748": "Activa el mecanismo",
"1353848588": "Habla con Uesugi",
"1354844551": "Reúne pistas y sigue a Pájaro Extraño",
"1355159868": "Ve al puesto de comida del Filoso Chen",
"1355237348": "Encuentra las bolas de cañón",
"1355287180": "Ve con Sayu al lugar de descanso",
"1355486436": "Habla con los miembros de la Comisión Kanjou",
"1355538116": "Pelea con Laila",
"1355580567": "¿Nos tomamos una foto?",
"1355887140": "Derrota a todos los Hilichurls",
"1355891481": "Juego de Liyue",
"1355902052": "Descongela todos los fragmentos",
"1356324460": "Despierta el potencial de los Hongos",
"1356840444": "Habla con Noelle",
"1357450129": "Un libro perdido",
"1357995164": "Dirígete a la base del Dainichi Mikoshi",
"1358250708": "Informa a Iris",
"1359816337": "Ascensión de Rango de Aventura - 2",
"1360041119": "Un hombre consternado",
"1360417396": "Alcanza a Alhacén",
"1360421014": "Recolecta las flores heladas para el ritual",
"1360752956": "Pon los objetos perdidos en el Rompeolas",
"1361380004": "Utiliza el elemento Dendro para fertilizar los brotes",
"1363523636": "Cocina un cangrejo dorado",
"1363561276": "Habla con la Abuela Ruoxin",
"1363943652": "Investiga los alrededores",
"1364732756": "Cuéntale todo a Momoyo",
"1365061964": "Detecta el humo negro (2)",
"1365241516": "Quita los obstáculos",
"1367498670": "Rito de Ofrecimiento a los Adepti en la Terraza Yujing: Misión Los restos del incensario (pendiente de ocultar)",
"1367946072": "Veredicto de cliente 2",
"1368205116": "Habla con Dainsleif",
"1368454404": "Limpia las hojas de los alrededores del Santuario Asase",
"1368838804": "Explora las Ruinas Transparentes",
"1369007220": "Habla con Kuroda",
"1369302348": "Habla con Tang Wen",
"1369501844": "Habla con Kujou Sara",
"1371546596": "Entra al Restaurante Uyuu",
"1371619276": "Habla con Kazuha",
"1371792908": "Habla con Xavier",
"1372593972": "Habla con Verr Goldet",
"1372728484": "Busca pistas en las afueras",
"1373011415": "El paso del tiempo y el Monte Kanna",
"1373346804": "Intenta llegar al túnel especial",
"1373424172": "Excava por las raíces del floti floti",
"1373468252": "Sigue a Adelinde hasta el Viñedo del Amanecer",
"1373802927": "Trabajando después de la tormenta",
"1374136092": "Recupera el paquete colocado cerca del lugar con agua",
"1374832268": "Habla con Noelle",
"1374861948": "Ve al lugar donde hay que probar la espada",
"1375056212": "Prepara la bebida para Jean",
"1375722092": "Habla con Anthony",
"1377160944": "Dale las solsettias a Quinn",
"1377628980": "Derrota a los ronin",
"1377837348": "Habla con Teucer",
"1377848956": "Desentierra un tesoro y ofréceselo a Chou como disculpa",
"1377986044": "Habla con Anisa",
"1378214780": "Utiliza la Caja de armonización y completa el desafío",
"1379816492": "Habla con Paimon",
"1380251900": "Ve a la Editorial Yae",
"1380360110": "Habla con los seguidores para saber más sobre Ladrón de Estrellas",
"1381102636": "Recupera el paquete de la cueva",
"1381476860": "Habla con la ilusión",
"1381565052": "Habla con Paimon",
"1381568004": "Recupera el tesoro de las manos de los Ladrones de Tesoros",
"1382190356": "Habla con la Tacaña Chian",
"1382202343": "Reliquias de Seirai",
"1383585004": "Informa a Preservadora de Nubes",
"1383635313": "Investiga el campamento extraño",
"1383706684": "Sigue a Kichiboushi",
"1383810996": "Ve a la sala secreta",
"1384396556": "Habla con Ootomo",
"1384689132": "Habla con Arakanta",
"1384819804": "Entra en la última sala",
"1385582236": "Informa a Chingzhou",
"1385711116": "Habla con Albedo",
"1386263820": "Informa a Wang Ping'an",
"1386322847": "Habla con Amber",
"1387521719": "Una primera introducción",
"1387734292": "Informa al Maestro Lu",
"1387818868": "Investiga el patio al fondo del corredor",
"1388424852": "Lleva la comida a la Despreocupada Linguan",
"1388571831": "Vuelta al mundo en siete días: elogio del caminante",
"1388933119": "El plan de huida de Ritou",
"1389313556": "Ve al Monte Kanna",
"1389387236": "Habla con Noelle",
"1390698892": "Obtén la otra medalla de Date",
"1390857196": "Sigue las huellas y encuentra a Akira",
"1391780824": "Encuentra una tabla de madera",
"1391917972": "Dirígete a Liyue",
"1392423036": "Busca a Momoyo siguiendo el rastro elemental",
"1394820087": "Wanmin para llevar",
"1396059692": "Habla con “la jefa”",
"1396385968": "(TEST) Veredicto de los Cuatro Borrachos: Promedio...",
"1396528588": "Sigue a Owada",
"1397124020": "Sube hasta la cima",
"1397190636": "Espera hasta la noche (19-22 h)",
"1398072844": "Habla con Konda Densuke",
"1398123516": "Reconstruye la torre del vacío",
"1398177452": "Acaba con el humo negro (2)",
"1400623775": "Intento de protección de ranura",
"1400960060": "Habla con los Fatui de adelante",
"1402145372": "Habla con Arakunti",
"1402230460": "Llega a la ubicación para subir al Rompeolas",
"1402442692": "Habla con todo el mundo",
"1403459271": "Escala la roca",
"1403609452": "Habla con Anna",
"1404106168": "(TEST) ¡Bebida lista! ¡Ve a dársela a los Cuatro Borrachos!",
"1404970852": "Entrégale los materiales a Momoyo",
"1404996148": "Habla con Gygax",
"1405290839": "Habla con Huffman sobre la situación de los Caballeros.",
"1406496518": "Informa a Liu Su",
"1407343420": "Entra en el Viñedo del Amanecer",
"1407482676": "Habla con Maruf",
"1407634700": "Ve hacia el subsuelo",
"1409302260": "Habla con Kazuha",
"1410686844": "Ve al lugar de la imagen",
"1411016508": "Adéntrate en el escondite de los ronin",
"1411499416": "Asegúrate que los maniquíes no se dañen",
"1411834668": "Captura una imagen del dispositivo de almacenamiento",
"1412169620": "Dirígete a Puerto Ormos",
"1412182052": "Regresa a informar al Hilichurl",
"1412474175": "Viejos nuevos amigos",
"1412917060": "Habla con Inaba Kyuuzou",
"1412917860": "Busca pistas",
"1413161172": "Ve a la Farmacia Bubu",
"1413224060": "Habla con Vardan y Gurgen",
"1413775764": "Dirígete a las ruinas de delante",
"1413776660": "Completa el entrenamiento anti-Shogun Raiden",
"1413912295": "El plan de “ese señor”",
"1414251396": "Pídele información a Dori",
"1414302447": "Cosas de adultos",
"1414640852": "Habla con Shefket",
"1414800718": "Encuentra a tres trabajadores",
"1414881444": "Sigue el camino",
"1415735396": "Usa el kusava para abrir un camino",
"1415844535": "Primer contacto miasmático",
"1416620004": "Enfrenta a Lyudochka",
"1416628964": "Ve al lugar que detectó Albondimaru",
"1417136215": "Hazte pasar por un cliente y habla con Diluc",
"1417316676": "Habla con Vile",
"1417693980": "Dirígete a la grieta que hay en la plataforma",
"1417933340": "Habla con Sareh",
"1419027876": "Investiga el rastro de la persona que se detuvo aquí",
"1420003420": "Descubre el secreto de la isla deshabitada",
"1420126321": "La posada en el pantano",
"1420632188": "Ayuda a la Srta. Bai a recolectar materiales para una linterna celeste",
"1421304631": "Lo más selecto de las Siete Estrellas",
"1422153524": "Habla con Jinglun",
"1422712012": "Habla con Tirzad",
"1422718764": "Habla con Nantuck",
"1423096428": "Habla con Ying'er para conseguir el perfume",
"1423385708": "Encuentra el fragmento mecánico",
"1423460020": "Sal de la cueva",
"1423513884": "Busca a Albedo",
"1423691740": "Sigue el aura para encontrar pistas",
"1423890447": "Escoge un plato que le gusta a Lisa",
"1424082036": "Informa al Sonriente Yanxiao",
"1424112471": "Mensaje de nubes y bruma",
"1424791036": "Obtén la herramienta misteriosa y habla con Paimon.",
"1425563743": "Flores de regalo",
"1425764260": "Entrégale 10 flores dulces a Helen",
"1426783708": "Pregunta a Aratani",
"1426971076": "Habla con Kazuha",
"1427014791": "Unos huéspedes no deseados",
"1427467460": "Dirígete a la Sede de los Caballeros de Favonius",
"1427700351": "Los poemas del Irodori (I)",
"1428832532": "Ve al lugar indicado cerca de la Sede de la Comisión Tenryou",
"1428935548": "Completa el encargo del Gremio de Aventureros con Anna",
"1428940940": "Habla con Paimon",
"1429598212": "Encuentra a Benben",
"1429915492": "Habla con Junkichi",
"1430817404": "Habla con Xavier",
"1431123292": "Usa la pluma para buscar pistas",
"1431516780": "Entrégale 3 semillas de diente de león a Glory",
"1431813012": "Ve a Inazuma",
"1432039684": "Sigue a Fujiwara Toshiko hasta el campamento",
"1432559800": "Llega al destino",
"1433144120": "(TEST) Ubicación actual de Quinn",
"1434010940": "Interactúa con las tiras de papel",
"1434756556": "Habla con Asakura",
"1435007468": "Entrega la muestra de barro a Akim",
"1435726892": "Ve al Gremio de Aventureros de Inazuma",
"1435850196": "Busca Cristales en la Guarida de Stormterror",
"1435862684": "Habla con Verr Goldet",
"1436011735": "Justicia Hilichurl",
"1436027332": "Dirígete a un lugar con minerales",
"1436247292": "Ahuyenta a los Hongos",
"1436397628": "Ve al lado de la ventana",
"1436509591": "La insignia descartada",
"1437084148": "Habla con Bolai en la Boutique Wanyou",
"1437103798": "Habla con Liu Su",
"1438157500": "Habla con Raiden Ei",
"1438676664": "Dirígete a investigar las ruinas",
"1439255036": "Habla con Tiantian",
"1439297868": "Ve a Levantaviento",
"1439962918": "Hablar con Bolai",
"1440050644": "Informa a Zhichiong de lo ocurrido en el almacén",
"1440729500": "Ve con Junkichi al Bazar Tsukumomono",
"1441010044": "Sigue a Yelan",
"1441019412": "Encuentra el anillo robado de Taliesin",
"1441066788": "Habla con Taroumaru",
"1441380860": "Ve a Levantaviento",
"1441432932": "Ve otra vez al sedimento de líneas ley anómalo",
"1441453788": "Espera al día siguiente y ve a la Casa de Té Komore",
"1441710452": "Sigue las indicaciones del Cuaderno de bitácora y busca pistas del tesoro",
"1443196612": "Habla con Zakariya",
"1443395860": "Investiga la pista que hay más adelante",
"1443562804": "Ve al campamento temporal",
"1443666684": "Habla con Guanhong",
"1445013444": "Habla con Dainsleif",
"1445245924": "Derrota al monstruo de aspecto aterrador",
"1445670327": "Fuentes de energía de mecanismos autónomos: Conclusión",
"1446306495": "Explora las profundidades del templo",
"1446901703": "La frescura de las flores",
"1447917388": "Usa Dendro para curar al aranara",
"1447988756": "Habla con el Chef Mao",
"1448148308": "Ve al lugar donde se celebra el espectáculo de fuegos artificiales",
"1448694788": "Pide sugerencias a Miwa",
"1448941340": "Ve a buscar al Bardo del Abismo",
"1449085468": "Ve a la isla que hay en el norte",
"1449558142": "Habla con Pequeño Meng",
"1449769356": "Salva a Allan de los monstruos que lo rodean",
"1449925388": "Libera todas las llamas del gran portal",
"1449952036": "Busca a Yakov",
"1450258340": "Habla con los demás",
"1450737182": "Compra el jade noctilucoso",
"1451511752": "Habla con Ella Musk",
"1451947724": "Habla con Xinyan",
"1452093284": "Habla con Timaeus",
"1452419138": "Encuentra el libro perdido en el bosque",
"1453926023": "Investigación botánica de Chloris",
"1454077689": "El tesoro del marinero",
"1454684732": "Habla con Aru",
"1456326734": "Informa a Degui",
"1457123028": "Ve a la tienda de alquimia de Mondstadt",
"1457131679": "Llamada de etapa en puerta abierta. Llave destruida.",
"1457298156": "Ve a la Editorial Yae para obtener la recomendación",
"1457315188": "Espía la discusión entre los informantes y la chica desconocida",
"1457364836": "Busca un lugar desde donde ver la imagen formada por las reliquias",
"1457365636": "Habla con Noelle",
"1457676303": "Habla con Paimon",
"1458314705": "La preocupación de Sara",
"1459071703": "Voluntad de piedra",
"1459253780": "Ve al lugar designado a investigar",
"1460063660": "Crea 3 frascos de aceite litoesencial especial",
"1460212356": "Encuentra tres colmillos extraños",
"1460720580": "Prepara el té con Yun Jin",
"1461238780": "Activa los monumentos elementales en el orden correcto",
"1461307772": "Habla con la ilusión",
"1462927508": "Habla con Takuya",
"1463159596": "Derrota a los guardias",
"1463349100": "Ve al lugar del ritual de invocación",
"1463562752": "(TEST) Batir",
"1463648540": "Busca los núcleos de cristal faltantes",
"1463830652": "Habla con todos",
"1464053836": "Habla con Gorou",
"1464114104": "Parece que algo le preocupa a Godwin",
"1464156892": "Completa el acertijo floral",
"1464337116": "Encuentra la respuesta al acertijo",
"1464489772": "Habla con Inayah",
"1465475764": "Habla con Xudong",
"1465482700": "Descongela todos los fragmentos",
"1466160108": "Habla con Paimon",
"1466365828": "Derrota a tu oponente",
"1466852255": "Libros que valen su peso en Mora",
"1467339044": "Habla con Fargani",
"1468671696": "Recolecta 1 flecha robusta",
"1468896895": "Busca la marca elemental",
"1468936668": "Ve al mercado para ejecutar el plan de Nahida",
"1469021524": "Informa a Huffman",
"1470165492": "Habla con Fodil",
"1470322236": "Ayuda a Xudong a avivar el fuego",
"1470820716": "Busca a Thoma en la Casa de Té Komore",
"1470837708": "Dirígete a El Obsequio del Ángel",
"1470883156": "Ve a luchar al lugar designado",
"1471032225": "Abismo de Amber",
"1471415284": "Coloca las caracolas en su lugar original",
"1471807124": "Derrota a todos los Ladrones de Tesoros",
"1472256268": "Dirígete al objetivo y busca los ingredientes",
"1472663524": "Habla con Meng",
"1473261380": "Siéntate en la mesa",
"1473404783": "Informe de funcionamiento autocíclico del Clavo: Resumen",
"1473635516": "Interactúa con las tiras de papel",
"1474815380": "Habla con Grace",
"1474945436": "Busca a Zhichiong en donde están colocadas las balizas",
"1475502329": "Llave perdida",
"1475922080": "Termina el encargo de Sara",
"1476070964": "Habla con Huixin",
"1478218548": "Entrega los materiales a la Recepcionista Zhao",
"1478253652": "Continúa tu camino hacia la subasta del desierto",
"1478804457": "Navegar en la brisa",
"1478861143": "¿Algo... distinto a una aventura?",
"1479417308": "Regresa a Los Tres Cuencos a escuchar el cuento",
"1479512145": "Un barco lleno de tesoros",
"1480972647": "Ve a Mondstadt",
"1481186868": "Habla con Yun Jin",
"1481267732": "Habla con los aranara",
"1481935004": "Habla con Nantuck",
"1482047164": "Informa a Jean",
"1482414084": "Derrota a los monstruos que se aproximan",
"1482841572": "Navega hasta donde se encuentra el tesoro",
"1482877356": "Ve al lugar de la investigación y lleva a cabo el rescate",
"1483370690": "Entrégale los bocetos a Chang el Noveno",
"1484101876": "Encuentra a Kujou Kamaji",
"1484745604": "Habla con Kichiboushi",
"1485359252": "Ve a la ubicación marcada por Akim y consigue el barro",
"1486719428": "Usa la pluma para buscar pistas",
"1486884716": "Derrota al “Tumor miasmático”",
"1487661020": "Habla con Norma",
"1488158292": "Habla con Kichiboushi",
"1488216604": "Habla con Kano Nana",
"1488329876": "Ve a la Isla Seirai y captura algunas imágenes",
"1488485308": "Ve a donde está el “colmillo”",
"1488951268": "Recupera el paquete cerca de la Estatua de Los Siete de Espinadragón",
"1489696716": "Derrota a los Fatui",
"1489732716": "Obtén la perla espiritual",
"1489864548": "Habla con la Geoarmada",
"1490006927": "La valentía del corazón",
"1490072164": "Pregunta a la gente",
"1490382604": "Habla con Beidou",
"1491105359": "Luz al final del túnel",
"1492116396": "Entra al piso superior del castillo",
"1493962532": "Habla con Teppei",
"1494234548": "Busca a Dunyarzad",
"1494813716": "Sigue las huellas del gato y explora la zona más adelante",
"1495436988": "Recoge la máscara",
"1495501791": "Legado de Orobashi: Parte IV",
"1495904223": "Cuentos de Tatara: investigación prioritaria",
"1496031236": "Regresa a Telas y Kimonos Ogura para recoger la mercancía",
"1496705644": "Encuentra la respuesta al acertijo",
"1497365788": "Derrota a todos los Ladrones de Tesoros",
"1497415364": "Regresa al Dainichi Mikoshi y comprueba la situación",
"1497526940": "Pide información a los lugareños",
"1497978148": "Ve a un lugar tranquilo",
"1498217892": "Ve a la orilla del río a recoger lirios cala frescos",
"1498337268": "Sigue el camino",
"1498723212": "Habla con Kama",
"1499576052": "Habla con Félix Yogue",
"1499678406": "Bátete en un duelo contra Nobile",
"1499694556": "Enseña a Anna cómo se usa el planeador",
"1500178088": "Prepara un asado a la miel",
"1500259294": "Habla con Bolai",
"1502314636": "Sigue a Nilou hasta el escenario",
"1502399444": "Alcanza a “la persona buscada”",
"1502643103": "Análisis de candidaturas",
"1502834220": "Devuelve los componentes mecánicos a los comerciantes",
"1503959927": "Una aventura enfangada",
"1504136008": "Habla con Jilliana",
"1504664172": "Dale la flor dorada fresca a Xudong",
"1504956804": "Habla con Araja",
"1505365428": "Habla con Eki",
"1505498004": "Destruye las vetas de hierro",
"1505679436": "Ve a Espinadragón a buscar el fósil del leviatán lunar",
"1505721188": "Enciende las antorchas primigenias",
"1505947734": "Informa al Sonriente Yanxiao de lo ocurrido",
"1506191319": "Ritual de entrada de los tres mundos (III)",
"1506247356": "Dirígete a la arena del Torneo Loto Nilotpala",
"1506335748": "Investiga las plantas en los lugares señalados",
"1506545044": "Ve al camino y evalúa la situación",
"1506883988": "Habla con el samurái sin nombre",
"1507332112": "Informa a Tunner",
"1507437788": "Dirígete al campo de entrenamiento especial",
"1507582768": "(TEST) Infórmale a Charles",
"1507604828": "Ve a la zona amenazada por enemigos",
"1507608872": "Encuentra a Charles y pregúntale los detalles del encargo",
"1507710980": "Convence a Will",
"1507824519": "Aventuras fantásticas de un anzuelo",
"1508391868": "Negocia con Georg",
"1508642068": "Limpia la suciedad cerca del bimaristán",
"1508767042": "Lee las notas",
"1508953164": "Informa a Soraya",
"1509857153": "Lo que un padre puede hacer",
"1510448868": "Habla con Arama",
"1511221292": "Pelea contra Oleg",
"1511618516": "Llega hasta donde está Scaramuccia",
"1511774804": "Habla con el Hilichurl",
"1511815532": "Descartar",
"1511900455": "Canción ardiente",
"1513279202": "Encuentra al niño escondido",
"1513507623": "Derrota a los enemigos de la emboscada",
"1513814177": "Ellin, la aspirante a Caballera",
"1513972156": "Vuelve a reducir el nivel del agua",
"1515309164": "Habla con Dehya",
"1515476252": "Espera a que sea de noche para que empiece el exorcismo (18-00 h)",
"1517007052": "Reúnete con Shiki Taishou",
"1517346980": "Dirígete a la Terraza Yujing",
"1517760808": "Busca en el inventario los ingredientes necesarios para el Aceite Esencial de Escarcha",
"1517823996": "Habla con el Pequeño Wu",
"1518339772": "Habla con Inaba Kyuuzou",
"1518381276": "Dirígete a Brisa Marina",
"1518501975": "Hora de limpiar el viñedo (II)",
"1518701516": "Investiga el campamento",
"1518744084": "Invita a la gente de los alrededores al restaurante del Sr. Zhu",
"1519184903": "Habla con Jean",
"1520658585": "Preludio de la tormenta",
"1521336404": "Ve con Gorou a buscar a Hiroaki",
"1521750424": "Habla con Ellin",
"1522008084": "Encuentra a Bárbara",
"1522447396": "Sigue las instrucciones de Enjou y explora la zona",
"1522536124": "Habla con Bárbara",
"1522661759": "En busca de la enigmática melodía",
"1522831556": "Elimina a todos los monstruos y destruye los obstáculos",
"1522876188": "Informa a Sakai",
"1523270140": "Derrota a los Ladrones de Tesoros",
"1523449188": "#Sigue a tu herman{F#o}{M#a}",
"1523555772": "Explora las Ruinas Transparentes",
"1523629766": "Acepta el agradecimiento de Xiangling",
"1524419012": "Habla con el Infantil Jiang",
"1524815708": "Reúnete con Zhi en el molino",
"1524926558": "Habla con los seguidores para saber más sobre Ladrón de Estrellas",
"1525084604": "Tranquiliza a Freki y su hermano",
"1525378460": "Habla con Kamei Munehisa",
"1525840820": "Busca a Aranakin",
"1525920428": "Sigue a Zhiruo",
"1526191420": "Usa el prisma de la coronación y llega al nivel superior de la Sala de la Coronación",
"1526841460": "Investiga los sucesos extraños de la Montaña Nantianmen",
"1527153159": "Ve al lugar indicado por Amber",
"1527282796": "Abre la cuarta puerta",
"1527489300": "Informa a Preservadora de Nubes",
"1527703006": "Lucha contra la Geoarmada",
"1528199070": "Regañado por un NPC, área total",
"1528447828": "Habla con Yinxing",
"1529046110": "Habla con el sospechoso (oculto)",
"1529055052": "Averigua qué sucedió en los alrededores",
"1529116964": "Explora estas ruinas",
"1529124233": "La fragancia de la soledad",
"1529449852": "Habla con Edmund cerca de la Aldea Aguaclara",
"1529450236": "Vuelve a hablar con Ei",
"1529797324": "Acciona el dispositivo y sigue explorando",
"1530774791": "Un resultado inevitable",
"1530951088": "Habla con Farrah",
"1531275420": "Dale todos los ingredientes a Chongyun",
"1533162900": "Obtén el agua del Lete",
"1533422268": "Entra en el pasillo y sigue explorando",
"1533800140": "Habla con la ilusión de la celda",
"1534017260": "Habla con el Taciturno Tingfang",
"1534062932": "Adéntrate en la cueva",
"1534429140": "Informa a Vile",
"1534511024": "Lleva el pedido a la Vivaz Orlean",
"1534893180": "Dirígete a la Aldea Konda para saber qué está pasando",
"1534969620": "Habla con Royinjan",
"1535311316": "Coloca las balizas de medición",
"1536370244": "Habla con Xiao",
"1536700964": "Habla con Hanachirusato",
"1536826420": "Habla con Paimon",
"1537969383": "Medidas urgentes",
"1538442212": "Habla con Xiangling",
"1538605132": "Sigue el rastro de Mamoru y los demás",
"1538871108": "Pregunta a la gente",
"1539073612": "Encuentra el lugar donde está enterrado el tesoro secreto",
"1539096412": "Sigue a la persona que te resulta familiar",
"1540112128": "Ve a investigar",
"1540165068": "Continúa adentrándote en la zona contaminada",
"1540355660": "Toma una imagen de Beidou",
"1540365500": "Habla con Dain",
"1540691548": "Quítale la setasura a Lunja",
"1541504604": "Habla con Kayvan y Helbet",
"1541610364": "Investiga las antiguas pertenencias del clan Kaedehara",
"1541912526": "Encuentra el tesoro u obtén una pista de Bolai",
"1542135892": "Entrégale el Recolectamateriales a Bertrand",
"1542249124": "Entrégale los dátiles a Zakariya",
"1543343044": "Discute el plan con Sayu",
"1543425252": "Date una vuelta por el Gran Bazar",
"1543583031": "Sabor a pescado",
"1544137100": "Entrega a Shigeru las novelas apropiadas",
"1544711135": "Encuentro en el bosque",
"1545660590": "Dirígete a inspeccionar el lugar sospechoso",
"1545855108": "Dale 3 algas a Kiminami Anna",
"1546583620": "Acompaña a Mengmeng a encontrarse con Yu",
"1546917520": "Pídele detalles a Katheryne",
"1547196196": "Habla con Zhongli",
"1547364884": "Habla con Cyno",
"1548510204": "Habla con Paimon",
"1548620468": "Sigue limpiando montaña abajo",
"1548944076": "Dirígete al Restaurante Wanmin",
"1549865084": "Sigue las instrucciones de Enjou y explora la zona",
"1550219335": "Discute tu próxima acción con Paimon",
"1550369284": "Dirígete a la taberna Los Tres Cuencos",
"1550654324": "Habla con Flora",
"1552003884": "Habla con Soraya",
"1552761180": "Avanza sin que te descubran",
"1553847676": "Busca a Tignari",
"1553944004": "Toma una imagen de grupo con la compañía de teatro",
"1554605780": "Busca la sopa medicinal del Samachurl",
"1554705212": "Examina el caballete",
"1554965836": "Derrota a los Hongos",
"1555008556": "Ve al lugar designado a investigar",
"1555029436": "Habla con el Pequeño Yue",
"1556064359": "Duraznolivas para Peseng",
"1556593852": "Habla con Mamesuke y Shibasuke",
"1557092364": "Recolecta las linternas celestes",
"1557251372": "Dirígete al almacén que hay cerca del muelle",
"1557545468": "Sigue a Setaria",
"1558140495": "Observador del Océano",
"1558490220": "Derrota a los monstruos y enséñale a Kazuha tu poder elemental",
"1558750204": "Sigue el rastro del olor y encuentra los ingredientes",
"1558856036": "Habla con el miembro de Los Eremitas",
"1559996460": "Busca a Konbumaru",
"1560363636": "Habla con Iris",
"1561216124": "Habla con los Ladrones de Tesoros",
"1561626052": "Dirígete al Gremio de Aventureros en Mondstadt",
"1561898116": "Explora las Ruinas Transparentes",
"1562048367": "Los Superchefs: cuestionario gastronómico",
"1562660748": "Ve con Yoimiya y Klee al Festival Irodori",
"1563336500": "#Espera hasta la mañana del día siguiente (08-12{NON_BREAK_SPACE}h) para hablar con Ootomo",
"1563542060": "Encuentra y enciende todos los dispositivos",
"1563999812": "Habla con Xudong",
"1564683591": "Habla con Amber",
"1564737780": "Dale la madera a Goth",
"1564743410": "Habla con Chenxiang",
"1565407756": "Pide una carta de invitación a los invitados a bordo",
"1566564260": "Ve a Pirotecnia Naganohara",
"1567925708": "Busca a Bohuan",
"1568575428": "Habla con Klee",
"1568618263": "Sacrificio involuntario",
"1569369572": "Informa a Jiayi",
"1569473791": "Cuentos de Tatara: el acto final",
"1569597732": "Habla con Aranakin",
"1570065132": "Habla con Tiantian",
"1570379420": "Entrega la comida a la Sra. Chiao",
"1570389108": "Completa el desafío",
"1570597124": "Descartar",
"1570943412": "Enseña a Meng a cocinar",
"1571320412": "Habla con Fushizome",
"1572210700": "Interpreta a un Fatui y habla con Gorou",
"1572322892": "Sal del Coloso de las Ruinas",
"1572744340": "Salva al samurái acorralado",
"1572811180": "Cocina una sopa vegetariana de rábano deliciosa",
"1573743324": "Continúa visitando a clientes potenciales",
"1573845620": "Derrota a los Hongos",
"1574229207": "Poema de flores y nubes",
"1574641476": "Habla con Ji Tong",
"1575030660": "Pelea con Laila",
"1575041284": "Vuelve a hablar con Nahida",
"1575491428": "Ayuda a Ying'er y Timaeus",
"1576288956": "Destruye la barrera del mundo interior",
"1576700868": "Dale la linterna celeste a Wang el Llave inglesa",
"1577160796": "Ve a las afueras de la ciudad a buscar a Inayah",
"1577305428": "Informa a Miyuki",
"1578393284": "Habla con Kamisato Ayato",
"1578558140": "Sigue a Kujou Sara hasta la Sede de la Comisión Tenryou",
"1579011519": "Dirígete al Reino de los Lobos",
"1579214388": "Ve al pequeño pueblo pesquero que hay cerca de la Posada Wangshu",
"1579327743": "Consigue una lágrima de Dvalin",
"1580080852": "Sintetiza un aceite esencial de menta",
"1580447239": "Testimonio fragmentado",
"1580489124": "Pregunta a los transeúntes",
"1581132428": "Habla con el Chef Mao",
"1581673774": "Habla con Linling",
"1582173348": "Derrota al Emisario del Abismo",
"1583187516": "Dirígete al último campamento de la ruta",
"1583730180": "Vuelve a la posada para hablar con Wangya",
"1583760820": "Pregunta por la situación de las ventas",
"1584633716": "Busca a Zhichiong en donde están colocadas las balizas",
"1584900431": "Expediente Bantan Sango: acciones confusas",
"1585369924": "Dirígete al puerto y captura una imagen del pescador",
"1585747584": "Habla con Jilliana",
"1586626220": "Informa a Gulabgir",
"1586653356": "Habla con Shigeru",
"1586764170": "Encuentra cabezas de loto",
"1587009484": "Habla con Katheryne",
"1587321660": "Habla con Kamisato Ayaka",
"1587461004": "Pregunta a los transeúntes",
"1588973772": "Pide sugerencias a Shuuhei",
"1589495903": "Continúa avanzando hacia Mondstadt",
"1590246900": "Regresa a la oficina de la Gran Maestra",
"1590276948": "Participa en el torneo y gana",
"1590707636": "Alcanza el objetivo sin que te lancen por los aires y sin recibir daño",
"1590905204": "Habla con el hombre",
"1590973511": "¡Changchang quiere una guirnalda!",
"1591030452": "Habla con todos",
"1591115620": "Sigue a Noelle",
"1592210448": "(TEST) Veredicto de los Cuatro Borrachos: Promedio...",
"1592354382": "Únete a la multitud y espera a que el rito comience",
"1593354312": "Elimina a todos los monstruos y destruye los obstáculos",
"1593551156": "Ordena las cartas",
"1593650964": "Salva a la persona que está en peligro",
"1594139127": "Habla con Jean",
"1594301772": "Habla con Masanori",
"1594882159": "Sopa medicinal de Samachurl",
"1595243881": "Vista panorámica",
"1595281004": "Aplaca al animal de carga",
"1595956644": "Informa a Gorou",
"1596163124": "Dirígete a la Sede de los Caballeros de Favonius",
"1596650540": "Cocina unos rollitos de jade",
"1596859444": "Sigue hablando con Akim",
"1597006646": "(test) CS de Xiao",
"1597222743": "De excursión",
"1597272748": "Pregunta a Chouji qué le parece la comida",
"1597300516": "Entra en el espacio subacuático",
"1597456900": "Ve a la Hacienda Kamisato y consigue un juego de té",
"1598652364": "Investiga la base secreta de Kokomi",
"1599067052": "Reúnete con Cyno",
"1599130900": "Busca a Ella Musk en la biblioteca",
"1599403412": "Derrota a tu oponente",
"1599464468": "Llega al fondo de la Corte de la Desolación",
"1599532056": "Habla con Xingchiu",
"1600333924": "Investiga las ruinas subterráneas",
"1600552632": "Habla con Herman",
"1600739564": "Derrota a los autómatas",
"1601197232": "Regresa a hablar con Ellin",
"1601543908": "Derrota a los monstruos que rodean a Zhichiong",
"1603177228": "Descansa hasta el día siguiente (06-00 h)",
"1603770708": "Examina la piedra misteriosa",
"1603772327": "Sala 4 - Misión marcada completada",
"1603779436": "Intenta romper el sello",
"1603981084": "Ve al norte a investigar",
"1604030684": "Habla con el Diligente Silio",
"1604200951": "Callejón sin salida",
"1604680671": "Extravío en la abundancia",
"1604933548": "Libera todas las llamas del gran portal",
"1605113940": "Habla con Paimon",
"1605232624": "Informa a Draff",
"1605887116": "Habla con Zhichiong",
"1605932967": "Haciendo amigos y burlando a bandidos",
"1606039439": "Busca las pistas",
"1606063215": "La odisea del Sr. García: objetos clave",
"1606526276": "Habla con Paimon",
"1606824324": "Pasea por las calles de Liyue",
"1606824476": "Explora los alrededores de la Sima",
"1607069892": "Avanza por el lugar destartalado",
"1607071180": "Sal de la Casa de Té Komore",
"1607144830": "Pasar a la siguiente ronda",
"1607885004": "Detecta el humo negro (2)",
"1608203356": "Busca otros murales",
"1608431564": "Intenta romper el sello",
"1609317012": "Dale a Kayvan los materiales para el cebo",
"1610188196": "Ve al Instituto de Investigación de Juguetes de Liyue",
"1610456676": "Encuentra los tesoros indicados por las linternas giratorias",
"1611137276": "Regresa al exterior del estanque para comprobar las notas de Wolfgang",
"1611196692": "Habla con Aragaru",
"1611802180": "Busca a Zhichiong en donde están colocadas las balizas",
"1612388460": "Pregúntale a Dori la ubicación de la cápsula de conocimiento divino",
"1612528292": "Ayuda a los visitantes del festival",
"1613005116": "#Ve al alojamiento que preparó Dunyarzad para{NON_BREAK_SPACE}ti",
"1614175892": "Habla con Hayanad",
"1614345884": "Entrega el barro a Nima",
"1614366396": "Dale los componentes a Xavier",
"1615838028": "Habla con Ryuuji",
"1615937476": "Adéntrate en el Bosque de la venganza",
"1615947948": "Habla con Ippei, que está muy agitado",
"1616489508": "Informa a Arapacati",
"1616732944": "Elimina todos los Slimes",
"1617110884": "Derrota a los Ladrones de Tesoros",
"1618573836": "Comienza la primera prueba de combate",
"1618846628": "Habla con todos en el banquete",
"1619137388": "Busca el rastro de Takuya",
"1619362348": "Habla con Bennett y Razor",
"1619761540": "Ve a ver a la Shogun",
"1620121020": "Habla con la Doncella del Espejo",
"1620799588": "Habla con Tignari",
"1620948153": "La coartada del Héroe Oscuro",
"1621710932": "Busca a Bolai en el muelle norte",
"1622301094": "Diálogo entre Paimon y Patton",
"1623122764": "Derrota a tu oponente",
"1623903036": "Habla con Elber",
"1623945972": "Sal de la Sede de la Comisión Yashiro",
"1624376055": "Wanmin para llevar",
"1624749732": "Habla con Paimon",
"1624904676": "Explícale a Muning que Zhichiong se marchó",
"1625136628": "Inspecciona el área y busca pistas",
"1625455116": "Derrota a todos los monstruos",
"1626078796": "Informa a Preservadora de Nubes",
"1626225188": "Derrota a todos los monstruos",
"1626575127": "Dirígete al Reino de los Lobos",
"1626966721": "El día libre de una Gran Maestra",
"1627035148": "Busca los materiales para el cebo",
"1627153284": "Habla con el Herborista Gui",
"1627568476": "Obtén la roca lumínica",
"1627811743": "Paimon explica cómo cambiar a habilidades Geo",
"1628340592": "Encuentra a Xingchiu, que se fue tras tomar prestado un libro",
"1628797772": "Derrota a todos los Slimes",
"1628914796": "Apaga el extractor",
"1628924447": "Habla con Amber",
"1629006940": "Observa a la persona que está pintando",
"1629597340": "Ve al dominio y prueba la poción hieloardiente",
"1629689420": "#Espera hasta el día siguiente (08-10{NON_BREAK_SPACE}h)",
"1629919871": "Coloca el cebo elemental",
"1630137884": "Entrega el pez tigre a la parrilla delicioso a Tang Wen",
"1630630108": "Habla con el Abuelo Kai",
"1631851836": "Ve a la parte más profunda de la cueva",
"1632093820": "Gánate la confianza del espía en Ritou",
"1632285580": "Sigue a Albert",
"1632757044": "Habla con Paimon",
"1633122140": "Pantalla negra cuando hablas con el Tío He",
"1633501991": "Derrota a los Slimes",
"1633843212": "Habla con Xavier",
"1634224082": "Lleva a Jiangxue el plato que preparó el Sonriente Yanxiao",
"1634278924": "Ve donde se encuentra el maestro del té",
"1634599220": "Cierra «El himno del Reino Sagrado»",
"1636356372": "Alcanza a Bárbara",
"1636786480": "Encuentra a Albert en los alrededores de la Catedral",
"1636818836": "Vuelve al teatro",
"1636958207": "Estrellas arcaicas",
"1637741076": "Derrota a los Guardianes de las Ruinas",
"1638179111": "Sombras del pasado",
"1638960704": "Usa Anemo para dispersar el polvo",
"1639336188": "Informa a Azalai",
"1639422863": "En busca de la Diosa de la Sabiduría",
"1639957172": "Ayuda a la persona en apuros",
"1640007111": "Intercambio recíproco",
"1640097580": "Habla con Noelle",
"1640506247": "Habla con Diluc",
"1641179884": "Abre la puerta",
"1641183960": "(test) Sistema de evento iniciado",
"1641264972": "Usa el kusava para abrir un camino",
"1641590222": "Informa al Sonriente Yanxiao de lo ocurrido",
"1641654236": "Lleva a Teucer al Restaurante Wanmin",
"1641679620": "Cocina un pollo asado con miel delicioso",
"1641784716": "Continúa siguiendo el aura para encontrar pistas",
"1642579199": "Expediente Sango: rastro misterioso",
"1642631628": "Habla con Raunak",
"1643094364": "Habla con Kayvan y Helbet",
"1643119292": "Sigue explorando",
"1644001812": "Habla con Albedo",
"1644062951": "Espera a que la taberna cierre (00-06 h)",
"1644173428": "Destruye todos los suministradores de energía",
"1644322726": "Regresa a buscar a Pervases",
"1645523804": "Entrégale 10 pedazos de hierro a Kozue",
"1645550692": "Descartar",
"1646992876": "Sigue buscando runas",
"1648123044": "Dirígete al puesto de fuegos artificiales en Liyue",
"1648170644": "Habla con Swan",
"1648171740": "Activa la prueba del espíritu",
"1648247905": "Ve a la Aldea Chingtsé a informar a Ruoxin",
"1648436871": "Poemas y pinturas del Rito de la Linterna: parte II",
"1648789724": "Ve a luchar al lugar designado",
"1649105612": "Habla con Bolai",
"1649310084": "Habla con Oleg",
"1649738340": "Habla con Jazari",
"1650948911": "Vuelta al mundo en siete días: el ámbar de los Adeptus",
"1650954772": "Reúnete con Beidou en Liyue",
"1650966780": "Habla con Diona",
"1651039468": "Desobstruye las corrientes de agua de las islas",
"1651296124": "Habla con Albedo",
"1651955188": "Ayuda al vendedor del festival",
"1651989404": "Habla con Lisa",
"1652548900": "#Espera hasta la madrugada del día siguiente (03-05{NON_BREAK_SPACE}h)",
"1653158471": "Demostración de tiro con arco",
"1653260324": "Participa en la final",
"1653362764": "Entrega el salteado de Chingtsé a Gao el Sexto",
"1653828388": "Habla con Paimon",
"1654035231": "Un relato extraño en Konda",
"1654674364": "Habla con Sayu",
"1654850156": "Habla con Brook",
"1654943492": "Habla con Tánger",
"1655052439": "Dragartos que hibernan, misterio que permanece",
"1655072004": "Pide información en los alrededores",
"1655252860": "Habla con Meng",
"1655572492": "Dirígete al campamento de Albedo",
"1655748236": "Recolecta semillas de diente de león",
"1655871263": "Sala 1 - Negociación exitosa, misión marcada para obtener llave",
"1656350332": "Dirígete al Bastión Mumei",
"1656652972": "Usa la Visión Elemental para seguir el rastro elemental Electro",
"1658061100": "Toma una imagen en el área marcada",
"1658226084": "Habla con Zhichiong",
"1658649612": "Derrota a los enemigos y recoge los objetos del agua",
"1658679700": "Vuelve al molino con la Srta. Bai",
"1658714583": "Catástrofe Hilichurl",
"1659041004": "Vuelve al lugar del exorcismo",
"1659494996": "Explora el área y reúne los ingredientes para la bebida",
"1659620856": "Habla con Nora",
"1659686292": "Habla con Keching",
"1660063580": "Derrota a los Dragones de las Ruinas",
"1660691892": "Habla con Xiao",
"1660848460": "Abre el camino hacia la zona subterránea del Dainichi Mikoshi",
"1661669510": "Busca los ingredientes adecuados en el camino",
"1661746372": "Ofrece el estofado de gemas delicioso",
"1661907686": "Hablar con Bolai",
"1662297192": "Habla con Marjorie",
"1662312612": "Entrégale 10 mentas al Herborista Gui",
"1662528375": "Flechas afiladas y escudos en alto",
"1663732924": "Termina el entrenamiento con Asakura",
"1664339496": "(TEST) Veredicto de los Cuatro Borrachos: ¡Buena!",
"1666123684": "Habla con Elzer",
"1666918212": "Sigue las huellas del gato y explora la zona más adelante",
"1667156972": "Coloca las balizas de medición",
"1667785788": "Ve al festival con Kamisato Ayaka",
"1668763823": "Entra en las ruinas del bosque",
"1669135716": "Habla con el Sr. Jayam",
"1669421196": "Realiza el ritual del arahaoma",
"1669478572": "Habla con Yun Jin",
"1669833132": "Entra en la arena y participa en la final",
"1670397092": "Encuentra a la persona sospechosa con la bolsa",
"1670938556": "Ve a dar un paseo con Ei",
"1671092148": "Adéntrate en la base secreta y derrota a los enemigos",
"1671631631": "¡Silencio en la biblioteca!",
"1671638052": "Habla con Kazuha",
"1672530228": "Habla con los ciudadanos alrededor de la estatua del Arconte Anemo",
"1673128351": "Peligros que acechan en la oscuridad",
"1673830108": "Busca pistas sobre el Tío He",
"1674178724": "Activa el Clavo de Pursina",
"1674448084": "Escucha la conversación entre Zhiyi y Linlang",
"1674545532": "Dirígete a Vanarana",
"1674606804": "Habla con los demás",
"1674773084": "Dirígete a la Boutique de Mondstadt",
"1676132601": "Proyección astral",
"1676195436": "Informa a Sango",
"1676296719": "El tiempo y el viento",
"1676307268": "Sigue avanzando hacia la Confluencia Ashvattha",
"1676642156": "Habla con Harris",
"1676961052": "Explora siguiendo el camino",
"1677176692": "Busca un sitio seguro",
"1677481452": "Dirígete al campamento de los Ladrones de Tesoros",
"1678349468": "Habla con Kokomi",
"1678350396": "Detecta el humo negro (2)",
"1678908716": "Habla con Aranakin",
"1679255636": "Dirígete al lugar designado",
"1679318716": "Encuentra el fragmento mecánico",
"1679335007": "Entrenamiento de fuerza",
"1679352431": "Agradécele al chico por su ayuda",
"1679407956": "Entrégale 8 trozos de carne cruda a Amir",
"1679616238": "Derrota a los Ladrones de Tesoros",
"1680170140": "Encuentra al minero perdido Chi Ding",
"1681167476": "Sigue el rastro para buscar pistas",
"1681475332": "Ve a la ubicación marcada por Akim y consigue el barro",
"1681941495": "Habla con Razor",
"1682065356": "Regresa con Bárbara a Mondstadt",
"1682196567": "Elegancia festiva",
"1682464263": "La investigación interminable",
"1682680972": "Habla con Anthony",
"1682866988": "Derrota al Cazador de las Ruinas",
"1683384687": "¡Clientes satisfechos!",
"1683390676": "Visita a clientes potenciales con Hu Tao",
"1683520188": "Dirígete al arrecife cercano a la Isla Flan",
"1683719766": "Reúne cabezas de loto",
"1683815464": "Habla con el guardia para obtener más información",
"1684004540": "Habla con Linling",
"1684211932": "Entra en el lugar misterioso",
"1684585132": "Reúne una unidad de calavanda, carne de ave y harina",
"1684689652": "Haz que las tres hojas apunten hacia la rama",
"1684705984": "Habla con Schuster",
"1684819660": "Entrega el formulario a Jiangzhou",
"1684829580": "Investiga el corredor del otro lado",
"1685467780": "Lee el escrito",
"1686024828": "Habla con el samurái Kurosawa",
"1686366948": "Busca el tesoro siguiendo las pistas del poema",
"1687526580": "Derriba todos los buitres escarlata",
"1688800344": "Compra el cor lapis de las tiendas",
"1689369423": "A medio congelar",
"1689452406": "(Diálogo después de encontrar la Flor de Neblina gigante)",
"1689720298": "Habla con Lulu, Fei y Meng",
"1689973911": "La odisea del Sr. García",
"1690292212": "Habla con Xiao",
"1690628124": "Habla con Sara",
"1690677999": "¿A quién obedece la tempestad?",
"1691568260": "Entra en la Casa de Té Komore",
"1691740886": "Habla con Fei",
"1692289455": "Aventura en las ruinas de Eya",
"1692749116": "Encuentra a Bárbara",
"1693107860": "Completa las preparaciones para el ritual de invocación",
"1693627556": "Entra en el último recuerdo de la Reina Mayor Rukkhadevata",
"1693701620": "Entrégale la linterna celeste a Hanfeng",
"1693840756": "Habla con la Fatui extraña",
"1694315164": "Entrega los materiales que encontraste al Maestro Zhang",
"1694911380": "Sigue el rastro del olor y encuentra los ingredientes",
"1695314100": "Habla con los demás",
"1695860076": "Elimina a los Hilichurls",
"1695993156": "Dirígete a la sala iluminada que hay en las ruinas",
"1696395580": "Habla con el director de la compañía de teatro",
"1696692684": "Habla con Noelle",
"1696792148": "Vuelve al cuartel general y habla con Sangonomiya Kokomi",
"1696966126": "Informa a Linling",
"1697156780": "Habla con Albondimaru",
"1697252716": "Destruye todos los suministradores de energía",
"1697391764": "Habla con Maki",
"1698378676": "Habla con el samurái sin nombre",
"1698634556": "Regresa a Hanamizaka para ver cómo está la situación",
"1698707934": "Encuentra el tesoro",
"1699326796": "Habla con Anna",
"1699371668": "Dirígete al Restaurante Wanmin",
"1699696756": "Ayuda a Dunyarzad a despistar a sus perseguidores",
"1700062652": "Habla con García",
"1700078252": "Acércate a los miembros de la Comisión Tenryou que obstaculizan el camino",
"1700185788": "Inspecciona el área y busca pistas",
"1700292878": "Habla con Huai'an",
"1700820636": "Habla con Vile",
"1701073796": "Continúa la conversación con Nahida en otro lugar",
"1701092740": "Reporta a Momoyo y habla con ella",
"1702158492": "Informa a Xavier",
"1703131100": "Espera hasta el día siguiente (07-08 h)",
"1704328874": "Habla con Jiangxue",
"1705386076": "Espera hasta el día siguiente (08-12 h)",
"1705582460": "Pide información al guardia",
"1706010324": "Dale las semillas de diente de león a Grace",
"1706224892": "Habla con Xamaran",
"1706693844": "Investiga los sucesos extraños de la Montaña Nantianmen",
"1707051570": "Dirígete a las ruinas a buscar el disco misterioso",
"1707329268": "Habla de nuevo con Zhuhan para participar en el torneo",
"1707397192": "Dale la carta a Sara",
"1707661868": "#Espera a que comience el banquete (dos días después, 19-00{NON_BREAK_SPACE}h)",
"1708030596": "Informa a Muning",
"1708923748": "Habla con Akim",
"1709018532": "Ve a Liyue para informar a Chuching",
"1709074004": "Habla con Zhichiong",
"1709144577": "Huéspedes de tierras lejanas",
"1709370428": "Habla con Arama y con Arasudraka",
"1710907036": "Investiga la máquina extraña",
"1711353151": "Activador de escenario 5",
"1711581063": "¡Anna, la aventurera!",
"1711994564": "Entrega el alga fresca a Xudong",
"1712104726": "Misión principal completada",
"1712154156": "Toma una imagen de Flora",
"1712275756": "Habla con Preservadora de Nubes",
"1713706788": "Regresa a informar al Hilichurl",
"1713760420": "Entrega 3 pétalos de cerezo a Kumi",
"1714792612": "Habla con Anna",
"1715198292": "Despeja los campamentos de monstruos cerca de la Aldea Aguaclara",
"1715428255": "Pregunta por información en el Gremio de Aventureros",
"1715968108": "Investiga las pistas del Guardián de las Ruinas",
"1716637852": "Ayuda a Xavier a filmar",
"1716899660": "Informa al vendedor Ishida",
"1717349164": "Examina a las víctimas cercanas (1/3)",
"1717357412": "Habla con Yi Zhu",
"1718003212": "Regresa a Los Tres Cuencos a escuchar el cuento",
"1718522340": "Habla con Dainsleif",
"1718558519": "Acertijos deliciosos",
"1718813006": "Informa a Lan",
"1718837183": "Dirígete a la Taberna",
"1719182935": "La exiliada: antesis",
"1719212356": "Regresa al campamento",
"1719701852": "Habla con Katheryne para ayudar a Mona a encontrar un hogar",
"1721155876": "Habla con la Despreocupada Linguan",
"1721192071": "Los asuntos del Gremio de Aventureros",
"1721300543": "Limpiando el Viñedo",
"1721371527": "Aprovecha las corrientes de viento para alejarte de la Catedral",
"1721565764": "Dirígete a la cocina",
"1721676540": "Habla con Sango",
"1721694708": "Alcanza a Wanyan",
"1722139060": "Ve a la cafetería y habla con Madah",
"1722466916": "Habla con Nimrod",
"1722963060": "Reúnete con Xudong",
"1723775703": "Asuntos urbanos",
"1724034524": "Busca los materiales que Kayvan te ha pedido",
"1724246116": "Entra en el nuevo espacio",
"1724654151": "Búsqueda campestre",
"1725193808": "(TEST) Ubicación actual de Jack",
"1725616258": "Dirígete a las ruinas a buscar el disco misterioso",
"1726135780": "Ayuda a Shouta a hacer una ofrenda en el altar",
"1726289940": "Reúnete con Thoma en la ubicación acordada",
"1726657567": "El Hilichurl desaparecido",
"1726993444": "Activa todos los altares según las instrucciones de Tsuyuko",
"1727229484": "Continúa siguiendo a la voz",
"1727940143": "Sueños de un espadachín",
"1728084903": "La criatura marina solitaria",
"1728170112": "Habla con Timmie",
"1730320788": "Interludio: el Gran Sabio Azar se dirige al Santuario Surasthana",
"1730369428": "Habla con Freki",
"1730572876": "Obtén la Brida dorada",
"1730915959": "Encuentra al hada que falta",
"1730987567": "Las pintadas de Aragaru",
"1731214863": "Un pequeño viaje: medicinas a mano",
"1731324180": "Habla con Diluc",
"1732139140": "Derrota a los monstruos",
"1732344268": "Habla con Anthony",
"1732705788": "Sigue a Fujiwara Toshiko hasta el campamento",
"1733926652": "Busca el libro de Leonard",
"1733986732": "Habla con Bertrand",
"1734708860": "Pelea contra Oleg",
"1734898804": "Entra en el refugio para buscar a Gendou Ringo",
"1735273070": "Informa a Zhihua",
"1736461036": "Habla con Sango",
"1736909364": "Habla con Vermeer",
"1737393532": "Habla con los ancianos de la aldea",
"1737940556": "Vuelve a investigar los mecanismos extraños",
"1738439999": "Los Superchefs: pensamiento innovador",
"1738805916": "Averigua la opinión de Rie",
"1739299804": "Habla con las personas frente a ti",
"1739387756": "Habla con Grace",
"1740256319": "Activable después de llegar al Rango de Aventura",
"1740947388": "Ve a la Agencia de Detectives Bantan Sango",
"1740972388": "Pregunta a Butrus sobre la situación actual",
"1741206516": "Regresa al campamento de espeleólogos",
"1741347100": "Habla con Ippei y Shinnojou",
"1741829940": "Busca a Ryuuji y habla con él",
"1743099124": "Habla con Shinsuke, de la Comisión Kanjou",
"1743339972": "Habla con Hatim",
"1743399886": "Informa a Linling",
"1743840028": "Coloca los planos enfrente de Preservadora de Nubes",
"1744393252": "Regresa al puesto y comprueba cómo va el evento benéfico",
"1744726895": "Negociación con el NPC 3 fallida - Ciclo de Combate",
"1745131076": "Dirígete al arrecife cercano a la Isla del Peligro",
"1745164164": "Entrégale 3 pistilos de flor llameante a Connor.",
"1745739876": "Encuentra los tesoros indicados por las linternas giratorias",
"1745900190": "Busca lirios de cristal salvajes con Zhongli",
"1745989908": "Habla con Sara",
"1746462548": "#Espera a que anochezca (00-05{NON_BREAK_SPACE}h)",
"1747203276": "Confirma la pista con Kazuha",
"1747255052": "Comprueba qué le pasa a Jilliana",
"1747406513": "Investiga los mecanismos para abrir la Mansión Taishan",
"1747547708": "Adéntrate en la Guarida de Stormterror",
"1748776980": "Informa a Goth",
"1748791604": "Recoge tres rocas ancestrales y entrégaselas a Muning",
"1749437892": "Dirígete a la residencia del clan Hiiragi en Ritou",
"1749492396": "Ayuda a la ilusión a averiguar su identidad",
"1749818756": "Habla con Beatrix",
"1749837984": "Cocinar",
"1749840588": "Pelea contra los Ladrones de Tesoros",
"1750024521": "La crisis del Héroe Oscuro",
"1750130023": "Objetos caídos del cielo",
"1750333716": "Informa a Chongyun",
"1750591084": "Espera a que Fujiwara Toshiko abra el cofre",
"1750742324": "Habla con Anthony",
"1750764476": "Habla con el soldado",
"1750787599": "Rastro felino",
"1750820828": "Habla con Yabe",
"1751061447": "Silueta en la nieve: esperanza",
"1751106284": "Habla con Maryam",
"1751192631": "Un milenio en Liyue",
"1752137135": "Planea hacia la fuente de la plaza",
"1752246316": "Reúnete con Collei",
"1752777124": "Obtén materiales para hacer linternas celestes",
"1752962056": "Encuentra al gato",
"1753770215": "Nostalgia gastronómica de Geri",
"1754020308": "Espera hasta el día siguiente",
"1754401456": "Cocinar",
"1754491076": "Habla con el Hilichurl",
"1754597444": "Encuentra el fragmento mecánico",
"1754752252": "Busca por el campo el carro que viene retrasado",
"1754766316": "Habla con la Despreocupada Linguan",
"1755093303": "Una sombra púrpura en la llanura",
"1755373999": "Espera a que sea de día",
"1755451716": "Repara la muralla del campamento",
"1755492412": "Toca la pluma que ha aparecido de repente",
"1755729716": "Acércate a la Cavidad para observar",
"1755974052": "Habla con Xavier",
"1756099902": "Investiga los alrededores de la Posada Wangshu",
"1756794172": "Inspecciona los dispositivos misteriosos",
"1757030428": "Investiga el lugar indicado",
"1757998254": "(test) Prevenir aislamiento de reversión (oculto)",
"1758100156": "Ve al Cañón Coronabrillante",
"1758252508": "Habla con Meng",
"1758268816": "Habla con Katheryne",
"1759089860": "Habla con el Chef Mao",
"1759317996": "Inspecciona la sala secreta",
"1759502132": "Encuentra el siguiente objetivo del entrenamiento",
"1760116308": "Entra a la Corte de la Desolación",
"1760455172": "Espera hasta la noche (18-06 h)",
"1760474252": "Informa a Preservadora de Nubes",
"1760868089": "Encuentro en el bosque",
"1761608452": "Informa a Gulabgir",
"1762002058": "Reúne tres dientes de león",
"1762128188": "Ve a la oficina de la Gran Maestra",
"1762255433": "Reliquias abandonadas",
"1762970292": "Entrégale una linterna celeste al Herborista Gui",
"1763984460": "Habla con Beidou",
"1765964356": "Habla con los demás",
"1766380020": "Busca un camino para subir la montaña",
"1766596404": "Coloca los núcleos de cristal en la máquina",
"1766716916": "Abre el cofre con Bennett",
"1767466900": "Habla con Taisuke",
"1767900780": "Escucha la opinión de los demás",
"1768452918": "Encuentra el tesoro",
"1768795996": "Regresa a la Comisión Tenryou",
"1768953308": "Habla con Wang Ping'an",
"1769035284": "Charla con los soldados de la Isla Watatsumi",
"1769052284": "Resuelve el acertijo astral",
"1769154038": "Escucha el nuevo libro de Liu Su",
"1769189428": "Descartar",
"1770039487": "Intercambio recíproco",
"1772467212": "Dirígete a Liyue",
"1772622428": "Habla con Aranakin",
"1772747036": "Llega a la ubicación para subir al Rompeolas",
"1772804900": "Recupera el paquete colocado cerca del lugar con agua",
"1773365292": "Recupera la réplica de Shiki Taishou",
"1774129538": "Habla con Chiaoxi",
"1774425284": "Utiliza la Visión Elemental para seguir las huellas de Albedo",
"1774476156": "Utiliza el elemento Dendro para fertilizar las semillas",
"1774532036": "Derrota a los Hongos mutantes",
"1774782556": "Informa a Wangya",
"1774958372": "Sigue el camino y busca el paquete",
"1775231884": "Observa a Harrison",
"1775330756": "Acompaña a los niños hasta la casa de Rhana",
"1775540004": "Espera un día",
"1776158569": "¡Piratas en Liyue!",
"1776358468": "Habla con Dunyarzad",
"1776834068": "Habla con Kichiboushi",
"1776961364": "Vete de la Sala de la Coronación",
"1777377332": "Ve a la torre del vacío",
"1777557542": "Habla con Xiangling",
"1777633180": "Habla con Aranaga",
"1779168839": "Deseos entramados",
"1779649860": "Prepárate y entra al túnel",
"1779996620": "Toma una imagen de la estatua del Arconte Anemo frente a la Catedral",
"1781583980": "Habla con Paimon",
"1781860516": "Habla con el Bobo Ben",
"1781923780": "Dirígete al campamento",
"1782683716": "Interpreta a Yae Miko y habla con Gorou",
"1782693176": "Dale la llave a Wyatt",
"1783174828": "Habla con Paimon (obsoleto)",
"1783230572": "Reservado",
"1783778468": "Sigue a Setaria",
"1784261036": "Habla con Beidou",
"1785159828": "Habla con el Sr. Jiangcheng",
"1785796172": "Ve de aventura con los aranara",
"1786317703": "Desbloquea el sello triple",
"1786559172": "Entrégale a Khedive los hongos luminiscentes que has recogido para que los evalúe",
"1786725396": "Intenta salir de Ritou",
"1787764692": "Habla con Flora",
"1788042108": "Habla con Haniyyah",
"1788657852": "Supera las tres pruebas",
"1789293772": "Habla con Dainsleif",
"1789304172": "Habla con Zhi",
"1789362889": "Cita para cocinar",
"1789603240": "Sube a la Torre de Vigilancia",
"1789742463": "Erudición gastronómica",
"1790052436": "#Espera hasta el día siguiente (06-08{NON_BREAK_SPACE}h)",
"1790169052": "Ve al puesto de Tomoki con Ei",
"1790254416": "Recolecta 1 cuerno Pesado",
"1790910876": "Consigue las insignias de los Ladrones de Tesoros para García",
"1791029543": "Derrota a los adversarios que se aproximan",
"1791107823": "Una autora muy quisquillosa",
"1791111038": "Encuentra el tesoro u obtén una pista de Bolai",
"1791329464": "Acércate al Hilichurl que está despierto, evitando despertar a otros Hilichurls",
"1791538612": "Observa las instalaciones del campamento",
"1792203255": "Un vendedor de Inazuma",
"1792489812": "Adéntrate en el Legado ominoso",
"1792544148": "Dale las solsettias a Mamesuke",
"1793287652": "Dirígete al Templo del Halcón",
"1793393956": "Entrega los materiales al Nervioso An",
"1793502796": "Habla con Mona sobre los meteoritos y la adivinación",
"1793789660": "Recupera el paquete cerca de la Estatua de Los Siete de Espinadragón",
"1794123564": "Ve al lugar de la investigación y lleva a cabo el rescate",
"1794936956": "Espera hasta las 08-12 h de la mañana del día siguiente",
"1796363732": "Habla con Yabe",
"1797065472": "Habla con Vind",
"1797315452": "Regresa al muelle y habla con el Sr. Dai",
"1797437065": "Un segundo encuentro",
"1797465932": "Dirígete a la cima de la Fragua Mikage",
"1797882620": "Entra en la base secreta de Tutmosis",
"1798861548": "Habla con Shefket",
"1799905041": "La leyenda del Héroe Oscuro",
"1800202636": "Derrota al Protector Eterno de la Sabiduría Arcana",
"1800545100": "Sigue adentrándote mientras buscas a Benben",
"1800941278": "Encuentra el tesoro u obtén una pista de Bolai",
"1801631711": "Pídele información a una joven preocupada de Mondstadt",
"1802555932": "Pregunta a cada persona por sus gustos (1/3)",
"1803275228": "Ve al lugar que mencionó Xiao",
"1804261732": "Dale el pescado fresco a Diona",
"1804721988": "Habla con Asakura",
"1804874900": "Informa a García",
"1805272895": "Delicias del viento",
"1805490135": "Entra a la torre",
"1805843980": "Elimina a todos los monstruos",
"1806180468": "Habla con Zhuhan, la responsable de la inscripción en el torneo",
"1806454391": "La prueba de Yachimatahiko",
"1806749615": "Habla con Paimon",
"1806863631": "Neko es una gata: estante de madera",
"1807015212": "Ve a la isla donde ocurren los fenómenos extraños",
"1807208623": "Soborna al NPC 2",
"1807897876": "Destruye la barrera del mundo interior",
"1808064252": "Ve al Gran Santuario Narukami y busca a Yae Miko",
"1808084948": "Ve a un sitio elevado con Arapandu",
"1808391852": "Dale el chile de Jueyun a Meng",
"1808814172": "Entra por la puerta",
"1808920366": "Habla con Kaeya",
"1809406480": "Dirígete a la mansión del Burgués Maotsai para indagar",
"1809638572": "Consigue la ayuda de Corazón Llameante",
"1809695124": "Habla con Ei",
"1810063119": "La invocación de la lluvia",
"1810277436": "Habla con Parvaneh",
"1810428492": "Sigue explorando",
"1810506007": "Responde a las preguntas de Diluc",
"1810911796": "Habla con el ladrón de tesoros que se rindió",
"1811029788": "Habla con Candace",
"1811266476": "Vuelve a investigar los mecanismos extraños",
"1811523967": "Si debes, pagas",
"1811845308": "Escolta a los Ladrones de Tesoros de vuelta al Gremio de Aventureros",
"1811948652": "Adéntrate en el dominio y recupera el mapa de las defensas de la ciudad",
"1812087380": "Habla con Paimon",
"1812166214": "(Prueba) Habla con todos",
"1812861596": "Charla con Owada",
"1814035948": "Avanza por el lugar destartalado",
"1814132866": "Dirígete a las ruinas a buscar el disco misterioso",
"1814352044": "Busca los componentes perdidos",
"1814480551": "Un palacio teñido de negro",
"1814939836": "Lleva la comida al Taciturno Tingfang",
"1816404478": "Habla con Paimon (oculto)",
"1816698340": "Ve con Gorou a la Editorial Yae para entregar las respuestas",
"1816765044": "Sigue buscando más señales",
"1817192119": "Un uso inusual de los helados",
"1817662903": "El enfrentamiento contra Mishima Michitoshi",
"1818006908": "Informa a Jiayi",
"1819327628": "Habla con Kichiboushi",
"1819444452": "Busca a Collei",
"1821447020": "Investiga el cañón",
"1821489084": "Habla con Noelle",
"1822225412": "Habla con la Abuela Ruoxin",
"1822257996": "Habla con la Hermana Victoria",
"1822684404": "Haz una ensalada saludable para Sara",
"1823176692": "Habla con Dalong y la pequeña Le",
"1823653220": "Entrega el plato ya preparado a Tang Wen",
"1823956248": "Utiliza la visión elemental para encontrar el carro de minas con Cor Lapis",
"1824037716": "Habla con Ootomo",
"1824049620": "Sal con Ei del lugar",
"1825809620": "Investiga el pasadizo secreto",
"1826002288": "Terminar la conversación",
"1826471680": "Ahuyenta a los Fatui que ayudan al Burgués Maotsai",
"1826963932": "Encuentra los trozos de fruto fragmentado",
"1827358983": "Una visita al Santuario",
"1827464473": "La posada en el pantano",
"1827515220": "Busca a Adelinde en el Viñedo del Amanecer",
"1827604983": "Fortuna servida en plato de oro",
"1828495151": "Planea tu siguiente movimiento con Diluc",
"1828648412": "Habla con Iwata",
"1829371140": "Habla con Sun Yu",
"1830367852": "Completa la prueba de las semillas oníricas",
"1830787556": "Regresa a la entrada del lugar misterioso",
"1831538220": "Sepárate de Chongyun y busca al espíritu maligno",
"1831601380": "Habla con Muzhen",
"1832079964": "Habla con Huffman",
"1832154148": "Avanza sin que te descubran",
"1832405372": "Habla con Yae Miko",
"1832465839": "Deseo Ponzoñoso",
"1832542084": "Enciende la hoguera",
"1832599599": "Sueño del caer",
"1832772295": "Habla con el poeta misterioso",
"1833081364": "Investiga el campamento",
"1833639580": "Habla con Akim",
"1834913180": "Encuentra la manera de conectarte a la consciencia de Nahida",
"1834965276": "Habla con Fukumoto",
"1835230111": "Investiga el sello de la cima de la torre",
"1835881694": "Dirígete al Bosque Susurrante y encuentra el lugar del tesoro",
"1836033708": "Informa a Beidou",
"1836083320": "Lleva el pedido a la Vivaz Orlean",
"1836471972": "Dirígete al Gran Bazar para ver la danza Sabzeruz",
"1836693556": "Acércate al trono",
"1837459500": "Habla con todos",
"1837830852": "Captura una imagen de Kichiboushi",
"1838950985": "Dientes en Huída",
"1839402588": "Lleva la carta de Jiayi a la Pequeña Liu",
"1839901924": "Haz unas tiras de tres sabores deliciosas",
"1840193702": "Recolecta 3 cabezas de loto",
"1840549054": "Busca a Zhongli en el Banco del Reino del Norte",
"1840715228": "Informa a Preservadora de Nubes",
"1840743716": "Habla con Sumida",
"1840859031": "Habla con Razor",
"1841536348": "Acompaña a Ladep",
"1841661508": "Sigue a Wangya",
"1841741404": "Investiga las pistas del Guardián de las Ruinas",
"1842042308": "Ayuda a Hatim a elegir un plato de oro",
"1842245588": "Busca pistas en el Paso Lingju",
"1842393972": "Intenta ponerte en contacto con Xiao",
"1842661780": "Llévale las cosas a Raef",
"1842834564": "Habla con Varsha",
"1843411880": "Crear - Cuerno de Bronce Negro",
"1843498772": "Captura Hongos",
"1843566260": "Encuentra tres colmillos extraños",
"1844012668": "Habla con el Irascible Wallit",
"1844631780": "Habla con Kamei Munehisa",
"1845876618": "Habla con el Maestro del Taller (descartado temporalmente)",
"1846713408": "Control de reaparición",
"1847614276": "Entra al lugar del ritual de invocación",
"1848233868": "Busca a Yu y a Mengmeng",
"1848943812": "Explora los alrededores en busca de una salida",
"1849201036": "Busca a Mona en la biblioteca",
"1849409745": "Cambio de clima en la Costa de Yaoguang",
"1849806199": "Lucha por la redención",
"1850704836": "Dirígete a la Sede de los Caballeros de Favonius",
"1851538940": "Pregunta a Shimura Kanbei por las pistas",
"1851727500": "Habla con la cuarta persona que hay a lo lejos",
"1852025894": "Informa a Zhihua",
"1852353162": "Encuentra al niño escondido",
"1852741962": "En busca de una herencia",
"1853084148": "Habla con Hosseini",
"1853315484": "Habla con Eboshi",
"1853476588": "Habla con Akim",
"1853807972": "Pídele prestada la cocina al Gerente para cocinar un plato para Mona",
"1854677460": "Informa a Viktor",
"1855116116": "Derrota a los ronin que tendieron una emboscada",
"1855318428": "Captura una imagen de Kichiboushi",
"1855404884": "#Espera dos días (20-22{NON_BREAK_SPACE}h)",
"1855406716": "Derrota a los Hongos",
"1855472604": "Entrégale la placa de piedra a Soheil",
"1855731452": "Rompe el último sello",
"1856055860": "Ve a la azotea",
"1856067127": "Oh, Arcontes, ¿hice lo correcto?",
"1856191783": "Incursión en el mercado juguetero: fabricación masiva",
"1857145111": "Sospechas detrás de escena",
"1858503383": "Cuentos de Tatara",
"1858923284": "Busca los materiales que Kayvan te ha pedido",
"1859235996": "Llévale a Gurgen su medicina",
"1860446888": "Espera hasta que Marjorie tenga una transacción exitosa",
"1861506700": "Busca el subrosium",
"1861651180": "Ve a la Funeraria El Camino a buscar a Zhongli",
"1862326820": "Pregunta a los investigadores del campamento por pistas sobre el diario",
"1862817796": "Busca a Arasaka",
"1863272164": "Habla con Cyno",
"1863460812": "Ve a Pirotecnia Naganohara",
"1863907759": "Bayas para Kamla",
"1864167914": "Derrota al Guardián de las Ruinas",
"1864369460": "Habla con los ciudadanos y observa a Eula",
"1864993352": "Utiliza la visión elemental para encontrar el carro de minas con Cor Lapis",
"1865084244": "Recupera la linterna celeste",
"1865096732": "Habla con Paimon",
"1865128663": "Catástrofe Eremita",
"1865337536": "Terminar la conversación",
"1865602836": "Habla con Albedo",
"1866107263": "Nada a través del Lago Estelar",
"1866426844": "Habla con Nahida",
"1867521740": "Habla con Alhacén",
"1867787908": "Habla con los integrantes del Escuadrón Pez Espada n.º 2",
"1868103428": "Habla con Keching",
"1869315852": "Derrota a los Ladrones de Tesoros del campamento minero",
"1871067908": "Activa el mecanismo y abre la puerta de la sala secreta",
"1871358732": "Dirígete a la barra para completar los preparativos",
"1872107820": "Habla con Amir",
"1872168652": "Explora los alrededores en busca de señales de espíritus malignos",
"1873401868": "Salva a León",
"1873455876": "Habla con Flora",
"1874110868": "Busca más minerales",
"1874642932": "Habla con Katheryne",
"1874677831": "Asuntos religiosos",
"1874979340": "Encuentra el fragmento mecánico",
"1875094612": "Regresa a informar al Hilichurl",
"1875930932": "Ve al almacén donde tuvo lugar el incendio",
"1876349500": "¿Infiltración exitosa?",
"1876698652": "Habla con Nahida",
"1877070068": "Muéstrale el pez ornamental a Nantuck",
"1877888928": "(TEST) Veredicto de los Cuatro Borrachos: ¡Buena!",
"1878219820": "Habla con Xavier",
"1878238300": "Habla con Raef",
"1878309476": "Activa el cincel de luz",
"1878597156": "Dirígete a la Plaza de los Cinco Kasen y espera",
"1879602324": "Habla con Akim",
"1879832316": "Habla con Orban",
"1880105423": "Trabajo de almacén",
"1880263399": "Reta al Lobo del Norte",
"1880440740": "Entra en el almacén de la comisaría",
"1880529431": "La mentira detrás de la verdad",
"1880714012": "Busca pistas en el café",
"1880841991": "Elimina a todos los monstruos",
"1880922172": "Escucha la decisión de Ei",
"1881448271": "Sospechas polvorientas",
"1882059284": "Dirígete a Levantaviento y recolecta tres margaritas voladoras",
"1882072572": "Habla con Plauen",
"1882102716": "Habla con Ami",
"1882476447": "Sumeru de la A a la Z",
"1882494428": "Ve a preguntar al miembro de la Comisión Yashiro",
"1882715036": "Ve al Templo de la Noche Infinita",
"1883243111": "Dainsleif, “el buscador de la verdad”",
"1883431556": "Vuelve a la Aldea Aaru para hablar con Soheil",
"1883991228": "Utiliza la Visión Elemental para seguir a la Gendou impostora",
"1884072087": "Habla con Amber",
"1884215052": "Habla con Chian por la noche (21-05 h)",
"1884941004": "Investiga el árbol vasara",
"1885225044": "Usa el poder de kusava para romper el sello de la setasura",
"1885444772": "Habla con Diona",
"1885912292": "Dirígete a la barra para completar los preparativos",
"1886174420": "Ve al lugar que mencionó Taroumaru",
"1887257209": "Aislamiento de reversión",
"1887359252": "Habla con Huixin en el Pabellón Yuehai",
"1888321924": "Derrota a los enemigos",
"1888508724": "Intenta romper el sello",
"1888798348": "Tañe la planta de aspecto extraño",
"1889933028": "Entrega el barro a Akim",
"1890664494": "Habla con el guardia del Ejército de las Mil Rocas",
"1890809076": "Habla con Xinyan",
"1891049956": "Informa de tus descubrimientos a Yebrael",
"1891479556": "Explora los alrededores en busca de señales de espíritus malignos",
"1891765036": "Habla con Nahida",
"1892024270": "Habla con Lan",
"1892479100": "Asa el pescado en la orilla con Ninguang",
"1892764287": "El mar de niebla y el ritual de los árboles",
"1892944732": "Espera hasta el día siguiente (10-12 h)",
"1893186071": "Habla con Amber",
"1893467943": "Habla con Amber",
"1894071876": "Atraviesa el Abismo",
"1894387228": "Sube a la losa de piedra",
"1895582548": "Salta a la grieta",
"1896055351": "Velando por los aldeanos",
"1896553132": "Habla con Aragaru",
"1896974420": "Pide información a las personas cercanas",
"1898242708": "Ve a la casa de Chouji",
"1898602204": "Habla con Anthony",
"1899943244": "Elimina la zona marchita",
"1900008668": "Habla con el director de la compañía de teatro",
"1900039708": "Habla con los criminales",
"1900179484": "Habla con Paimon",
"1901317764": "Ve a la terraza",
"1901526884": "Evade a los monstruos y sigue adentrándote en el Valle Dadaupa",
"1901607839": "Dirígete al Acantilado Estrellado",
"1902703868": "Pide información a Kuroda",
"1903335764": "Busca la energía dispersada por el árbol",
"1903351564": "Acompaña a Yasmín",
"1903422444": "Habla con el Sr. Jayam",
"1903539502": "Pregúntale a Xiangling si puedes ayudarla en algo más",
"1904583404": "Activa el sello del núcleo de la maquinaria antigua",
"1904813524": "Utiliza la corriente de viento para perseguir al Hilichurl",
"1905122728": "(TEST) Veredicto de los Cuatro Borrachos: ¡Terrible!",
"1905835460": "Habla con Eula para que te explique cómo realizar el entrenamiento",
"1906639132": "Habla con Kaeya",
"1906853201": "Para la sombra índigo",
"1906930148": "Habla con Sayu",
"1907474316": "Sigue las huellas",
"1907487932": "Entrégale el Recolectamateriales a Bertrand",
"1907542500": "Habla con Kazuha",
"1908687823": "Habla con Amber sobre los disturbios de enfrente",
"1909170828": "Dirígete al Festival de la Vendimia",
"1909243700": "Continúa siguiendo el aura para encontrar pistas",
"1909326972": "Dirígete al Caravasar Ribat",
"1909471924": "Busca la llave",
"1909660468": "Habla con Connor en el Viñedo del Amanecer",
"1910064060": "Espera hasta la madrugada (00-05 h)",
"1910142724": "Habla con Masanori",
"1910878014": "Informa a Zhihua",
"1910939156": "Habla con la Abuela Ruoxin",
"1911158956": "Investiga el casco",
"1911328169": "Curso intensivo",
"1911383812": "Comprueba las notas de Wolfgang",
"1911838956": "Destruye los espantapájaros rojos",
"1911857038": "Habla con Ellin",
"1912254668": "Habla con Ryuuji",
"1913314692": "Habla con Paimon",
"1913381240": "Elimina a todos los monstruos y destruye los obstáculos",
"1913506340": "Dale la linterna celeste a Bibo",
"1913831100": "Alcanza al diplomático sospechoso",
"1914018340": "Reúnete con Thoma donde se reúnen los perros y gatos callejeros",
"1914227796": "Ve a la zona de captura",
"1914228636": "Habla con Aramis",
"1914285348": "Ve al frente de batalla",
"1914646292": "Ayuda al aranara",
"1914726712": "Pídele detalles a Katheryne",
"1914961625": "Duelo culinario",
"1915084764": "Súbete al ascensor",
"1915693828": "Habla con Jazari",
"1916226012": "Encuentra a Jilliana",
"1917740590": "Habla con Bolai",
"1918152625": "Encuentra las estelas de piedra",
"1918373884": "Dirígete a la Sede de los Caballeros de Favonius",
"1919197204": "Vuelve con Rhana",
"1919348188": "Habla con los comerciantes cercanos",
"1919717896": "Destruye todos los maniquíes en 2 s",
"1919871486": "Entra al dominio",
"1920389612": "Reúnete con Kamisato Ayaka en la Comisión Yashiro",
"1920915340": "Date una vuelta cerca de la Ciudad de Sumeru",
"1920936212": "Utiliza la pluma",
"1921174708": "Intercambia información con los demás",
"1921208902": "Abre la jaula",
"1921771260": "(tes) Llega a la zona sellada",
"1922122340": "Habla con Yut",
"1922125300": "Habla con la secretaria que está a cargo de los preparativos",
"1922623420": "Llega a Mondstadt",
"1923622510": "Dirígete a Liyue",
"1923706668": "Pregunta a Katheryne en Mondstadt",
"1924053084": "Derrota a los soldados Fatui",
"1924130420": "Investiga el campamento temporal de los Fatui",
"1924529044": "Continúa la búsqueda",
"1925570343": "Tetera, dulce tetera (II)",
"1925854844": "Busca inspiración poética cerca de la Farmacia Bubu",
"1926009044": "Busca al artífice de elixires",
"1927175620": "Busca a Noelle en la biblioteca",
"1927513367": "Habla con Jean",
"1927774476": "Habla con Paimon",
"1927834556": "Entrega a Raef la bebida que ha preparado Nermín",
"1927925404": "Usa el kusava para romper el sello de la setasura",
"1928353376": "Dale a probar la bebida a Margaret",
"1928409348": "Habla con Cyrus",
"1928452183": "¡Atrapa a Ave Rapaz!",
"1928940306": "Habla con Chang el Noveno",
"1929311692": "Habla con Paimon",
"1929321628": "Dirígete al jardín de Affan",
"1929474879": "El pasado del caballero de las cumbres",
"1929895732": "Busca pistas en la sala de archivos",
"1930621956": "Aumento del progreso de la misión",
"1930923884": "Ve a ayudar a Habachi",
"1931385732": "Dirígete a la Sede de los Caballeros de Favonius",
"1931428838": "Habla con Ming",
"1931760511": "Hierbas medicinales para el Herborista Gui",
"1932155156": "Informa a Aratani",
"1932786375": "Ingredientes para Murakami",
"1933855260": "Habla con Khedive",
"1934281223": "Dirígete a la Guarida de Stormterror",
"1935396852": "Habla con Paimon",
"1936402004": "Habla con Viktor",
"1936424044": "Destruye las 3 llaves rocosas restantes con la ayuda de las jaulas rocosas",
"1936641058": "Ve a informarle a Chang el Noveno",
"1936734556": "Habla con Meng",
"1937391768": "Habla con Marjorie, la dueña",
"1937506556": "Investiga la corriente de frío inusual",
"1937934900": "Sigue avanzando",
"1938418940": "Encuentra las pistas que dejó Aralohita",
"1938420777": "Agradecimiento a los dioses",
"1938466380": "Investiga el rastro",
"1938572396": "Dirígete a la sala que hay en el centro del nivel superior de las ruinas",
"1938913076": "Retira los objetos que los Ladrones de Tesoros dejaron en los Cerezos del Trueno",
"1939322132": "Derrota a los Ladrones de Tesoros emboscadores",
"1939608068": "Encuentra las dos llaves del polvorín",
"1940578140": "Derrota a la Manifestación del Trueno",
"1941522521": "Ceremonia de luz",
"1941580484": "Habla con Chevka",
"1941734788": "Habla con Changchang",
"1941745140": "Habla con Masanori",
"1941951351": "Habla con Kaeya",
"1942191964": "Alcanza al cangrejo mecánico",
"1942268375": "Los pensamientos de Kanra",
"1943082612": "Completa 1 vez el desafío «La ira de Rhodeia» (después vuelve al modo de un jugador)",
"1943301076": "Dirígete a la entrada de Mondstadt",
"1944303116": "Sigue explorando",
"1944426500": "Habla con Madam Ping",
"1945666844": "Pregunta por información a los aventureros del campamento",
"1945689855": "Purificación Yougou",
"1945739636": "Habla con Nahida para ver cómo va todo",
"1945949156": "Habla con Iwata",
"1945976220": "Dirígete hacia el lugar donde está el cargamento",
"1946040372": "Encuentra a los animales de carga perdidos",
"1946556644": "Habla con Rudolf",
"1946701156": "Investiga las mercancías",
"1947339513": "Chispas entre las páginas",
"1947457764": "Elimina los monstruos cerca de la Aldea Aguaclara",
"1948087246": "Encuentra el tesoro",
"1948177836": "Entrégale tres pedazos de hierro a Lutong",
"1948277276": "Avanza sin que te descubran",
"1948769944": "Habla con Kaeya",
"1948906924": "Habla con Diona",
"1949057964": "Deshazte de los meteoritos de la montaña (1/2)",
"1949114020": "Derrota a los Hilichurls",
"1949852276": "Despierta el potencial de los Hongos",
"1950104420": "Habla con Vahid",
"1951275820": "Habla con Fan Erye",
"1951329284": "Encuentra al sacerdote",
"1951349788": "Busca los objetos perdidos en el mar del Bosque de Piedra Guyun",
"1951995100": "Encuentra a Vile",
"1952137036": "Busca pistas en la biblioteca de Mondstadt",
"1952161732": "Entra en el estanque",
"1952717832": "Regresa a la Catedral para ver cómo está Jean",
"1952744548": "Regresa al campamento y habla con Rhana",
"1954026812": "Habla con todos",
"1954704119": "Las sombras de las linternas",
"1955297812": "Derrota a los Slimes Hydro",
"1955308260": "Resiste el poder del cristal del Cerezo del Trueno",
"1955327798": "Encuentra el libro «Yakshas: los guardianes Adeptus»",
"1955655708": "Deshazte de los meteoritos del campo",
"1956146948": "Adéntrate en el dominio y recupera el mapa de las defensas de la ciudad",
"1956279532": "Habla con Katheryne",
"1956491652": "Acaba con el humo negro (1)",
"1956859356": "Entrégale a Yicheng un plato que lo pueda llenar",
"1958266903": "La petición de Timmie",
"1958929700": "Quita las esporas",
"1960228300": "Regresa al campamento",
"1960268620": "Habla con Thoma",
"1960475248": "Habla con Myrana",
"1960795684": "Busca a Fritz, el trabajador del Viñedo del Amanecer",
"1960868548": "Elige una novela ligera adecuada",
"1961748092": "Recoge pistas sobre el ritual de invocación",
"1961787884": "Informa a Hamawi",
"1961974668": "Ve a la Isla Seirai",
"1962414190": "Habla con Pim",
"1962824428": "Encuentra tres colmillos extraños",
"1963244428": "Informa a Kun",
"1963419700": "Habla con Tian Lengua de acero",
"1963830828": "Libera a los rehenes",
"1963964100": "Encuentra los tesoros indicados por las linternas giratorias",
"1964158204": "Habla con Sun Yu",
"1964366900": "Habla con Charles",
"1964402532": "Dirígete a Ritou y busca a Bertrand",
"1964927730": "Enciende la hoguera",
"1965115950": "Rito de Ofrecimiento a los Adepti en la Terraza Yujing: (pendiente de ocultar)",
"1965185366": "Habla con Xiao",
"1965198993": "Vientos del pasado",
"1965338588": "Ve al lugar que detectó Albondimaru",
"1965569060": "#Espera hasta la hora acordada (19-21{NON_BREAK_SPACE}h)",
"1965677452": "Obtén el tesoro de la Geoarmada",
"1965684700": "Habla con Tsai Le",
"1966198652": "Habla con Ji Tong",
"1966733716": "Date una vuelta por el Gran Bazar",
"1967237380": "Ve a la Editorial Yae y monta guardia",
"1967892508": "Habla con Kazuha",
"1968730652": "Ve a la siguiente zona de captura",
"1968786456": "Elimina todos los Hilichurls",
"1968903140": "Habla con Ilman",
"1969504487": "Escarcha impoluta",
"1969650120": "Ve a investigar",
"1970045108": "Dirígete a la sala que hay en el centro del nivel superior de las ruinas",
"1970774988": "Dirígete a la Editorial Yae",
"1970782740": "Acciona el dispositivo para entrar en el nuevo espacio",
"1970996028": "Habla con Xavier",
"1971013684": "Abre el sello del Coloso de las Ruinas",
"1971786004": "Reúnete con los compañeros que quedaron atrás",
"1972140380": "Habla con Zhichiong",
"1972280900": "Habla con Dainsleif",
"1972282868": "Busca a Nargis",
"1972358284": "Entrégale 5 pedazos de hierro blanco a Yata Kouki",
"1972499940": "Explora el nivel inferior de la Sala de la Coronación",
"1972587732": "Habla con Zakariya",
"1972693396": "Entrégale a Yicheng un plato que lo pueda llenar",
"1973321716": "Toma una imagen de las flores colgantes de la fuente de la plaza",
"1973340841": "Desbloqueado 5 - Oculto",
"1974069270": "Encuentra la puerta del calabozo de los Caballeros de Favonius",
"1974805108": "Entrega el pez tigre a la parrilla delicioso a Tang Wen",
"1974828596": "Elimina a los Ladrones de Tesoros",
"1975218748": "Sigue el camino para llegar a la frontera de los dos mundos",
"1975700260": "Habla con Shayin",
"1976159964": "Recoge materiales de reparación en los alrededores",
"1976883604": "Habla con Huangshan",
"1977000623": "Ilusiones del pasado",
"1977145260": "Coloca las ofrendas",
"1977324127": "La imagen perdida",
"1977732220": "Adéntrate en la Isla Tsurumi y busca a Ruu",
"1978436692": "Merodea por la playa",
"1978692220": "Dirígete al lugar del entrenamiento",
"1979372292": "Recolecta las linternas celestes",
"1979450300": "Continúa avanzando con Bennett",
"1979547980": "Da una vuelta con Klee",
"1980925900": "Habla con el Ladrón de Tesoros",
"1981326452": "Activa el dispositivo",
"1981356828": "Derrota a los bandidos",
"1982521884": "Entra en el nivel inferior del hospital",
"1983063836": "Habla con Dunyarzad",
"1984598500": "Habla con Geri",
"1984618271": "Ah, ¡carne fresca!",
"1985164724": "Ve a la ubicación secreta del clan Takatsukasa",
"1985512764": "Dirígete a la Villa Gandharva y busca a la “persona que carga un bulto”",
"1985608460": "Busca al comerciante de Mondstadt en la Aldea Aaru",
"1986048236": "Pide información sobre Inazuma a Katheryne",
"1986905444": "Habla con el samurái Kurosawa",
"1987417108": "Activa los controladores de la torre",
"1988093508": "Encuentra y enciende todos los dispositivos",
"1989090276": "Ayuda a León a salir de donde se encuentra",
"1989423316": "Espera a que pasen cuatro días",
"1989593332": "Sigue a Kamisato Ayaka",
"1989631388": "Obtén la segunda inscripción de recuerdos",
"1989702116": "Dirígete al muelle",
"1990456193": "La ganancia de Kaeya",
"1991121716": "Dale el objeto al Hilichurl",
"1991892404": "Derrota a tu oponente",
"1992716854": "Habla con Xiao y devuélvele el Sello del Permiso",
"1992718575": "Desbloquea el sello triple",
"1993185748": "Investiga el lugar de la subasta",
"1993491916": "Habla con Xudong",
"1993800740": "Encuentra el tesoro",
"1994389588": "Ve a la cueva en la que se encontraba Aradashan",
"1994772516": "Habla con Zhichiong",
"1995090812": "Habla con Soraya",
"1996418766": "Recolecta 3 chiles de Jueyun",
"1996796828": "Sigue las huellas del Hilichurl",
"1997221940": "Ahuyenta a los Ladrones de Tesoros",
"1997931532": "Derrota a todos los monstruos",
"1998043924": "Sigue las huellas",
"1998045404": "Habla con Gorou",
"1998491692": "Persigue a Kujou Sara hasta Tenshukaku",
"1998843192": "Habla con Katheryne",
"1999256228": "Habla con el director de la compañía de teatro",
"1999819415": "Experimento final: Gloria marchita",
"1999835862": "Reúnete con los Adeptus en el Desfiladero Jueyun",
"2000026716": "Adéntrate en la Guarida de Stormterror",
"2000483980": "Habla con Ninguang",
"2001012095": "Entre bastidores",
"2002540799": "El jugador regresó al mundo. Taberna despejada.",
"2002831852": "Habla con Alhacén",
"2003432452": "Sigue descendiendo",
"2003525740": "Habla con Sacarosa",
"2003579884": "Habla con Nobile",
"2004951612": "Recoge la mercancía",
"2005605039": "Escóndete en la Taberna",
"2005933388": "Entrégale 2 pollos asados con miel a Geri",
"2006273268": "Busca a quien dirige la fábrica",
"2006497956": "Espera hasta el día siguiente (20-00 h)",
"2006835359": "El alquimista del que todo el mundo habla",
"2007277516": "Habla con Xudong",
"2007285246": "Encuentra la Balista Guizhong",
"2007575748": "Habla con Tsuyuko",
"2007693290": "Léele los versos a los Hilichurls",
"2008878596": "Dirígete al lugar del siguiente experimento",
"2009075532": "Entra en el Legado ominoso",
"2009150788": "Habla con Haniyyah",
"2009613322": "Habla con Soraya",
"2010177860": "Entra al Restaurante Uyuu",
"2010328796": "Arresta a los sospechosos con ayuda de Cyno",
"2010501644": "Termina el rodaje del tercer acto",
"2011297940": "Sigue explorando",
"2011466799": "Los poemas del Irodori (III)",
"2012185988": "Habla con Kama para regresar",
"2012629916": "Habla con Los Eremitas",
"2012757284": "Regresa al Jardín Dhyai lo antes posible",
"2012954324": "Habla con Teppei",
"2013613460": "Habla con Ogura Mio",
"2013959740": "Interroga a Todoroki",
"2014266148": "Habla con la erudita",
"2014446324": "Investiga el altar",
"2014514095": "Nubes de tormenta desconocidas",
"2014688796": "Informa a Yun Jin",
"2014838532": "Dirígete a Ritou",
"2015544900": "Busca a Hatim en el “punto de riqueza”",
"2015768220": "Informa a Ioroi",
"2016023892": "Encuentra tres colmillos extraños",
"2016399911": "Ritual de entrada de los tres mundos (I)",
"2016797692": "Coloca las balizas",
"2016878140": "Vuelve a la Ciudad de Sumeru",
"2017093156": "Descansa hasta la mañana del día siguiente (6-8 h)",
"2017360972": "Intenta abrir el féretro",
"2017366479": "Manjares de tierras lejanas",
"2017401108": "Derrota a los enemigos",
"2017658156": "Explora el área",
"2017843524": "Derrota a los Magos del Abismo en las tres ubicaciones",
"2018188967": "El sabor de los recuerdos",
"2018398014": "Dale 3 trozos de carne cruda a Xiangling",
"2019045916": "Dirígete al nivel superior",
"2019304575": "La linterna de la escolta",
"2019583180": "Negocia con Georg",
"2020284604": "Obtén los pétalos de cerezo especiales",
"2020782983": "El Arconte Anemo y Mondstadt",
"2020949458": "Dale el pollo asado con miel al Sr. Zhu",
"2021394396": "Investiga las ruinas antiguas que hay en la isla del estanque",
"2021727500": "Habla con Chingzhou",
"2021922697": "Busca fragmentos cerca de la estatua de Lapis",
"2022282532": "Informa de la situación a Kaede",
"2022597487": "La petición de un hongo apagado",
"2022875556": "Informa a Nermín",
"2022945436": "Planea una estrategia con Paimon",
"2024054705": "Epílogo: La calma después de la tormenta",
"2024096644": "Obtén el tesoro",
"2024945940": "Busca a Kazuha",
"2024949916": "Dirígete al Pabellón Liuli y habla con Litsai",
"2025242228": "Habla con Ruijin",
"2026162348": "Encuentra el tesoro",
"2026427500": "Habla con Mamesuke y Shibasuke",
"2027138914": "Derrota a todos los monstruos",
"2027767188": "Habla con el aranara",
"2028057172": "Sigue el camino",
"2028133316": "Habla con los demás",
"2028644260": "Ve a la Academia de Sumeru",
"2029690863": "Inspección de seguimiento",
"2029956748": "Recoge los champiñones del campo",
"2030471556": "Habla con el artesano y con Razi",
"2030669108": "Desentierra el tesoro",
"2030931302": "Revisa la investigación de los Fatui",
"2031107380": "Dale unas tiras de tres sabores deliciosas a Chingzhou",
"2031138599": "Oh, altar, ¡múestrame tu poder!",
"2031243316": "Habla con Brook",
"2031304369": "Medidas provisionales",
"2033651327": "Despeja las ruinas",
"2033753700": "Derrota a los enemigos",
"2033948324": "Reúnete con Dehya en el Caravasar Ribat",
"2034182108": "Reúne materiales de los alrededores (1/3)",
"2034205580": "Investiga las ruinas de delante",
"2034322676": "Detecta el rastro del aranara",
"2034456212": "Investiga el barril extraño",
"2035326023": "Utiliza la Habilidad Definitiva",
"2035676588": "Explora la cueva y entra en las ruinas",
"2035732364": "Habla con Katheryne de Mondstadt",
"2035881252": "Sigue a Cyno y continúa investigando",
"2036434292": "Habla con Saimon Jirou",
"2036648088": "Acompaña a Ella Musk para hablar con el Hilichurl",
"2036690972": "Alimenta a los perros y los gatos",
"2037125020": "Habla con Tsuyuko",
"2038315364": "Habla con el Hilichurl",
"2039153380": "Lee la estela de piedra en la “cola”",
"2039637948": "Consulta con ambos la situación actual",
"2039920684": "Despeja los tres campamentos al oeste de la Posada Wangshu",
"2040087970": "Entrégale a Draff la carta de Timmie",
"2040153609": "Desafío contrarreloj de la Aldea Chingtsé",
"2040827193": "Ganancia inesperada",
"2040928209": "Lágrimas robadas",
"2041919636": "Habla con Kazuha",
"2042266431": "Sal de la Bodega",
"2042267012": "Vuelve a hablar con Ei",
"2042418780": "Derrota a los enemigos y abre el cofre",
"2042523564": "Habla con Meng",
"2042571278": "Habla con los seguidores para saber más sobre Ladrón de Estrellas",
"2043327396": "Habla con el erudito",
"2044487636": "Da una vuelta con Klee",
"2044519364": "Busca la comida para serpientes de Gulabgir",
"2044661492": "Habla con Yasmín",
"2044983836": "Enciende la leña",
"2045148036": "Sigue las instrucciones de Enjou y explora la zona",
"2045284078": "Dirígete al lugar acordado y encuéntrate con el creyente",
"2045490892": "Pregunta a Chouji qué le parece la comida",
"2045881236": "Habla con Kamisato Ayaka",
"2046160977": "Una visita a Jueyun",
"2046185436": "Ofrece perlas de coral a las siete tumbas de la realeza",
"2046717777": "Control absoluto del área",
"2047911360": "Fortalecer - Aceite Esencial de Llamas Ardientes",
"2047942964": "Explora el sueño del árbol vasara",
"2048204780": "Derrota a todos los monstruos",
"2048293119": "Cazadores y rebeldes",
"2048906708": "Observa las instalaciones del campamento",
"2049636836": "Revisa la mercancía",
"2049700036": "Explora el área",
"2049882932": "Sigue las huellas del Hilichurl",
"2050175108": "Habla con Arama",
"2050852655": "Las tres grandes artes marciales",
"2051009412": "Habla con los artesanos consternados",
"2051128796": "Prepara la bebida para Ninguang",
"2051691436": "Dale a Tommy la carne congelada",
"2051927676": "Avanza por el vestíbulo y sigue explorando",
"2052183108": "Aprende a hacer carne de ave importada",
"2052376444": "Derrota a los enemigos",
"2052439004": "Informa a la Hermana Victoria",
"2052998380": "Habla con Jean y Lisa",
"2053537495": "Examen de ingreso al Gremio",
"2054452948": "Ve al lugar que mencionó Albedo",
"2054864844": "Planea una estrategia con Paimon",
"2055146874": "En busca de una herencia",
"2055258439": "Corazón mecánico",
"2055531588": "Rompe el sello de la “aleta”",
"2056105500": "Derrota a Beisht, la Vengadora del Vórtice",
"2056247364": "Derrota a los enemigos",
"2057248351": "El método para tallar gatos",
"2057431948": "Ayuda a Haypasia",
"2057439476": "Ve al lugar mencionado por Bárbara",
"2057545084": "Comprueba las marcas que dejó Wolfgang",
"2057900244": "Habla con Ziryab",
"2058085620": "Ve al lugar de embarcación",
"2058117620": "Habla con Connor en el Viñedo del Amanecer",
"2058235428": "Comprueba qué ocurre fuera de la casa del jefe de la Aldea Aaru",
"2058373484": "Escucha a Amenoma Tougo",
"2058680564": "Dale los nuevos helados a Dalong",
"2058796868": "Habla con Zhichiong",
"2058912264": "Entrégale la llave a Wyatt",
"2058930220": "Pide más información a Sango",
"2059757988": "Limpia todas las manchas",
"2059808900": "Ve al almacén donde tuvo lugar el incendio",
"2060241404": "Ve al jardín de Vanarana con Varsha",
"2060705460": "Habla con Cyrus",
"2060965724": "Dirígete a la taberna Los Tres Cuencos",
"2062257092": "Informa a Joel",
"2062616844": "Habla con Yasumoto",
"2062944468": "Regresa al campamento de los aventureros",
"2063162935": "Visión lejana",
"2063920208": "Elimina a todos los monstruos y destruye los obstáculos",
"2064280556": "Habla con Diona",
"2064619007": "El sonido del mar",
"2064782572": "Dale la linterna celeste al Sonriente Yanxiao",
"2065340100": "Encuentra los tesoros indicados por las linternas giratorias",
"2065376391": "El arte de la minería",
"2065413196": "Sal del bosque",
"2066574884": "Examina los expedientes",
"2066585500": "Dirígete al Pueblo Bourou",
"2066791527": "Una historia invernal",
"2066930796": "Entra en el espacio sumergido",
"2068356948": "Derrota a los monstruos afectados por el fango oscuro",
"2068845828": "Habla con Blanche",
"2068904719": "Los Superchefs: ¿dónde están los ingredientes?",
"2068975212": "Habla con Goth",
"2068999828": "Habla con Bennett",
"2069010412": "Lee la estela de piedra en la “aleta”",
"2069884020": "Habla con los soldados heridos",
"2070294940": "Habla con Meng",
"2071205388": "Cuéntale a Tang Wuchou lo ocurrido con Chou",
"2071724452": "Informa al Sonriente Yanxiao",
"2072294255": "El minero perdido",
"2072547775": "El club del combate: la gran pelea",
"2073001148": "Informa a Hosseini",
"2073096748": "Avanza sin que te descubran",
"2073178912": "(TEST)Ciclo terminado",
"2073508724": "Informa a Mona",
"2074572908": "#Espera hasta la mañana siguiente (06-08{NON_BREAK_SPACE}h)",
"2074588356": "Habla con Tsui'er",
"2074889140": "Investiga la base secreta de Kokomi",
"2074972271": "Abre el cofre para obtener la lágrima de Dvalin",
"2075096927": "Informe de funcionamiento autocíclico del Clavo: Resumen",
"2075281508": "Busca pistas con la ayuda del cuaderno de ruta",
"2075972852": "Sigue el agua hacia el noroeste para investigar",
"2076213652": "Busca al gato cerca de la herrería",
"2076334404": "Ayuda a Tommy a encontrar una fuente de calor",
"2076712612": "Busca la comida para serpientes de Gulabgir",
"2076993724": "Habla con Xavier",
"2077123196": "Explora los alrededores según las pistas",
"2078780548": "Busca un lugar adecuado para dejar pistas",
"2079133060": "Sigue junto a Dehya el rastro de Dottore",
"2079592940": "Juega al escondite con la Pequeña Ming",
"2079757108": "Habla con Kujirai Momiji, una pescadora de Inazuma",
"2079794060": "Dirígete a los alrededores de la Isla Narukami",
"2080201236": "Habla con Xudong",
"2080874116": "Ve a Espinadragón y coloca un paquete en un lugar con agua",
"2081255663": "Recuerdos de Gurabad",
"2082397356": "Habla con todos",
"2082847572": "Derrota a todos los Hongos y recupera las maderas",
"2083031031": "El Corazón de Ouroboros",
"2084343332": "Ve a Espinadragón",
"2084344268": "Habla con Bennett",
"2085111564": "Visita a Xiao en la Posada Wangshu",
"2085478303": "Habla con Diluc",
"2085699884": "Informa a Baiwen",
"2085768052": "Encuentra el tesoro",
"2085794143": "Interroga al mago del abismo y averigua su plan",
"2086267788": "Observa el final de la ardua batalla",
"2087243036": "Ve al campamento de Hilichurls y coloca un Barón Bunny",
"2087250916": "Habla con el Maestro Lu",
"2088927692": "Habla con Haniyyah",
"2089137252": "Habla con Sara",
"2089155020": "Habla con el aranara",
"2089261588": "Habla con Peseng",
"2089404764": "Derrota al samurái rudo",
"2089426073": "Un negocio jugoso",
"2089547452": "Derrota a los Hongos",
"2090209732": "Investiga el lugar de la subasta",
"2090387780": "Encuentra la muñeca perdida",
"2090402660": "Sigue a Rhana",
"2090490596": "Habla con Kichiboushi",
"2090709732": "Ve a la orilla del mar y trae al gatito de vuelta al santuario",
"2090808432": "Limpia la Estatua de los Siete del Viñedo del Amanecer",
"2091256412": "Explora el sueño del árbol vasara",
"2092194564": "Informa a Huffman",
"2092345284": "Ayuda a Preservadora de Nubes a terminar el plato",
"2093204816": "(TEST) Veredicto de los Cuatro Borrachos: ¡Inesperadamente buena!",
"2093206966": "Habla con Musheng",
"2093503420": "Busca al Pequeño Wu para pedirle un recuerdo",
"2093956860": "Confronta a Chouji",
"2094695214": "Informa a Zhihua",
"2095037788": "Habla con Jiangzhou",
"2096621980": "Informa a Margaret",
"2097639524": "Busca la comida para serpientes de Gulabgir",
"2097721236": "Habla con el miembro de la Flota Crux Meridianam",
"2098042444": "Habla con Xavier",
"2098362990": "Siéntate con Zhongli",
"2098629820": "Vuelve a discutir el plan con Sayu",
"2099951140": "Captura dos imágenes de la Fragua Mikage",
"2100170324": "Ve a Inazuma",
"2100408553": "Un planeador en la ciudad de Mondstadt",
"2100888273": "(Prueba) Control de NPC ambiental del Rito de la Linterna",
"2101210052": "#Espera a la noche siguiente (19-21{NON_BREAK_SPACE}h)",
"2101872308": "Habla con Candace",
"2102184060": "Sigue buscando más pistas",
"2102414548": "Abandona el lugar en el Barco de la Consciencia",
"2102683600": "Rama de activación de comunicación fallida",
"2102836735": "El significado de la reunión",
"2103084924": "Derrota a todos los reclutas Fatui",
"2103472334": "Habla con Pequeña Lulu",
"2104484543": "Buenos deseos en las estrellas",
"2104829252": "#Espera hasta el medio día (12-14{NON_BREAK_SPACE}h)",
"2105067076": "Informa a Xavier",
"2105134660": "Busca a Katheryne en el Gremio de Aventureros de Mondstadt",
"2105444772": "Recoge una muestra de tierra",
"2106600828": "Habla con Orban",
"2106800468": "Habla con Kujirai Momiji",
"2107728116": "Habla con el Taciturno Tingfang",
"2107799316": "Dirígete a la zona marchita",
"2107877321": "Habla con Soraya",
"2108136732": "Reúnete con Nachtigal",
"2108662390": "Quema incienso y pide un deseo en la Terraza Yujing",
"2108852876": "Encuentra tres colmillos extraños",
"2109944287": "En busca de un fantasma",
"2110059508": "Encuentra el tesoro en el fondo del pozo",
"2110368084": "Habla con Jafar",
"2112472727": "La fragancia del té",
"2112938628": "Habla con Dainsleif",
"2112978708": "Habla con Sango",
"2113577924": "Dirígete a la sala que hay en el centro del nivel superior de las ruinas",
"2113730292": "Habla con Fushizome",
"2114356476": "Pregunta a Furuya Noboru por las pistas",
"2114657296": "Habla con el Fuerte Shizhuang",
"2115136532": "Regresa a donde están los niños",
"2115444199": "Píldoras y pociones",
"2115451719": "Criticando a sus espaldas",
"2115789876": "Sigue las huellas",
"2115834796": "Habla con Nayat",
"2115910423": "Pista del tesoro: Isla del Peligro",
"2116695119": "#Como postrad{F#a}{M#o} ante un dios",
"2117183284": "Investiga el fango oscuro",
"2117494375": "Los cantineros comparan notas",
"2117524556": "Entrégale 15 zanahorias a Kano Nana",
"2117998388": "Sal del Santuario Surasthana",
"2118116684": "Convence a los soldados con Kokomi",
"2118511784": "(TEST) Infórmale a Charles",
"2118898852": "Habla con Arama y Aradasa",
"2119510524": "Habla con Sara",
"2119672748": "Activa el mecanismo que hay en el centro de la sala",
"2119918762": "Iniciar misión",
"2120276908": "Recolecta flores frescas",
"2120884900": "Encuentra el siguiente objetivo del entrenamiento",
"2121054220": "Encuentra el primer lugar adecuado y captura una imagen",
"2121395292": "Recolecta 3 flores chingxin en la cima del peñasco",
"2121507852": "Observa el comienzo del sueño",
"2122296332": "Habla con Linling",
"2122339678": "Dirígete al Templo de la leona",
"2122536188": "Acaba con el humo negro (2)",
"2122602172": "Lleva a Huihui hasta Lan",
"2123003368": "Regresa a hablar con Timaeus",
"2123514324": "Parece que la maga Fatui derrotada tiene algo que decir",
"2124013308": "Acompaña a Ninguang a encargar la pieza",
"2124154476": "Informa al Chef Mao",
"2124336908": "Busca la comida para serpientes de Gulabgir",
"2124599340": "Derrota al monstruo de la máscara peluda",
"2124696644": "Ve al muelle a despedirte de Kokomi y Gorou",
"2125446068": "Habla con Fushizome",
"2125555495": "Ruta a Ritou",
"2125974020": "Lleva las bolas de cañón de regreso al campamento de espeleólogos",
"2126064132": "Resuelve el acertijo astral",
"2126543524": "Habla con Vahid",
"2126897468": "Habla con los demás",
"2127179383": "Habla con el NPC en la habitación 2",
"2127604815": "Materiales de vino para Connor",
"2127703980": "Habla con Albedo",
"2128509244": "Derrota a los enemigos de los alrededores",
"2128767356": "Ve a la isla que mencionó Mona",
"2129050884": "Espera hasta el día siguiente (08-00 h)",
"2129579252": "Recoge argento estelar en la entrada de la cueva",
"2129701308": "Descartar",
"2129756976": "Habla con Tunner",
"2129829068": "Derrota a los Ladrones de Tesoros",
"2129857932": "Habla con Jiayi",
"2130167078": "Hablar con Bolai",
"2130647692": "Busca a los conocidos de Dehya para obtener pistas",
"2130967628": "Pelea contra Oleg",
"2131035050": "Sube al punto más alto de la Cima Chingyun para observar el Desfiladero Jueyun desde ahí",
"2131093783": "El Buen Cazador Express",
"2131133655": "Informe de funcionamiento autocíclico del Clavo: Conclusión",
"2131266188": "Habla con Tsumi",
"2132460676": "Habla con Yun Jin",
"2133159044": "Vuelve a hablar con el Ladrón de Tesoros",
"2133162991": "Investigación paleontológica",
"2133622772": "Habla con Kiminami Anna",
"2133885238": "Haz una ensalada saludable deliciosa",
"2134221180": "Ve a la Editorial Yae",
"2134330636": "Entrégale el regalo a Tsai Le",
"2135073836": "Habla con el Sr. Jayam",
"2135159988": "Sigue las indicaciones de la placa para ir al Gran Salón de la Verdad",
"2135369736": "(TEST) Veredicto de los Cuatro Borrachos: ¡Inesperadamente buena!",
"2135532812": "Accede a la zona subterránea del Dainichi Mikoshi",
"2135673308": "Reservar",
"2136626751": "El camino de Taishou",
"2136896728": "Lleva la entrega a Ernest",
"2138044420": "Habla con Dehya",
"2138538364": "Entrégale 1 pistilo de flor llameante a Shibasuke",
"2138918020": "Reconstruye la torre del vacío",
"2138953308": "Activa los Cañones de Kamuijima para destruir las fisuras",
"2139098172": "Habla con la Geoarmada",
"2139245244": "Habla con Yae Miko",
"2139442004": "Habla con Julie",
"2139850572": "Sigue las huellas de la persona sospechosa (2/3)",
"2140353332": "Súbete al ascensor",
"2140458292": "Habla con la joven de la tienda",
"2140768516": "Lucha contra Lyudochka",
"2141439748": "Prueba el entrenamiento marinero",
"2141644714": "En busca de una herencia",
"2141819868": "Compra libros en el festival",
"2142115352": "Vence a los Fatui",
"2142276524": "Ve al lugar de la investigación",
"2142514788": "Habla con Verr Goldet",
"2142663068": "Encuentra flores heladas y flores chingxin",
"2142748479": "Activable después de llegar al Rango de Aventura",
"2143533168": "Elimina a todos los monstruos",
"2143855288": "Inspecciona la copa para encontrar evidencia",
"2143930321": "Territorio de lobos",
"2144203702": "Habla con Nobile",
"2144255392": "Recoge 3 flores dulces y 3 trozos de carne de ave",
"2144351356": "Dirígete al campamento de los Ladrones de Tesoros",
"2144533956": "Observa las rosas de Sumeru para encontrar la canción oculta",
"2144688860": "Derrota a los Fatui",
"2145146780": "Súbete al mástil",
"2145198927": "Ofrenda del sacrificio",
"2145386180": "Habla con García",
"2146239212": "Informa a Wang el Llave inglesa",
"2146260356": "Según el contenido de las notas, atraviesa la niebla de 10 a 14 h",
"2146730508": "Espera a que anochezca (20-00 h)",
"2146802260": "Derrota a los Fatui del campamento",
"2147397724": "Habla con Ji Tong",
"2147743935": "Busca una forma de llegar a la cima de la torre",
"2148067572": "Reconforta a la confusa Sayu",
"2148453177": "El tesoro de la Llanura Guili",
"2148860092": "Busca las herramientas que necesitas en los alrededores",
"2149451180": "Cruza la puerta e investiga",
"2149465092": "Abre los cofres que hay frente a Chian",
"2149503684": "Habla con Arama y entra en el sueño del árbol vasara",
"2149710223": "¡Ríndete!",
"2149795975": "La intención es lo que cuenta",
"2149856484": "Cruza la puerta e investiga",
"2150334359": "Sigue avanzando por el camino",
"2150906500": "Entrégale una linterna celeste a Freki",
"2150907716": "Habla con Imatani Keisuke y Sakujirou",
"2150934432": "Encuentra a Príncipe",
"2150955596": "Ayuda a Kamei Munehisa a preparar brochetas de tres sabores",
"2151071404": "Habla con Ninguang",
"2151488380": "Busca a Sun Yu y a Chue'er en el Desfiladero Jueyun",
"2151508924": "Ordena el reporte",
"2151536948": "Despierta el potencial de los Hongos",
"2151924428": "Salva al Miedoso Schuster",
"2152193620": "Espera en la Playa Nazuchi a que los ronin aparezcan",
"2152262924": "Usa el kusava para romper el sello de la hierba yajña",
"2152877408": "Habla con Ella Musk",
"2152911380": "Utiliza la Visión Elemental para seguir las huellas de Albedo",
"2153038540": "Coloca la roca en el macetero",
"2153296127": "Entra al escondite de Ave Rapaz",
"2154266732": "Habla con Sakuya",
"2154456796": "Sigue a los Ladrones de Tesoros",
"2155461316": "Busca pósteres y carteles en Mondstadt",
"2155631956": "Habla con Ladep",
"2156306839": "Engaño",
"2157134057": "Un guardián Yaksha sospechoso",
"2158784492": "#Espera hasta la mañana del día siguiente (08-12{NON_BREAK_SPACE}h)",
"2159055156": "Llega a la puerta de la que sale la voz",
"2159396736": "Informa a Nimrod",
"2159432084": "Habla con Luka y entra en la taberna",
"2159723804": "Pide información en los alrededores",
"2159835948": "Dirígete a donde indicaron los niños",
"2159933604": "Habla con el Sonriente Yanxiao",
"2160942884": "Habla con el aranara",
"2161027160": "Termina todos los encargos",
"2161118860": "Dirígete al lugar indicado y busca pistas sobre la Confluencia Ashvattha",
"2161456548": "Comienza la segunda prueba de combate",
"2161833268": "Habla con Tang Wen",
"2162493876": "Habla con Anisa",
"2163462636": "Date una vuelta por el Gran Bazar",
"2163776604": "Toca la pluma",
"2163947548": "Busca a un comerciante que venda anhelaprimaveras",
"2164114420": "Informa a Ivanovich",
"2164339492": "Parte a las profundidades de la zona contaminada",
"2164624852": "Habla con Dainsleif",
"2164904748": "Habla con Arama",
"2165371064": "Ve a investigar",
"2166109588": "Habla con Draff sobre la situación de la Aldea Aguaclara",
"2166375580": "Ahuyenta a los jabalíes",
"2166493084": "Busca pistas sobre la base de los Fatui en el campamento",
"2166795860": "Habla con Luka",
"2167054580": "Busca a Albedo en la Plaza de los Cinco Kasen",
"2167148540": "Derrota a los monstruos y abre el cofre",
"2167415860": "Completa el encargo de Zhichiong",
"2167624124": "Ve a la Posada Wangshu y habla con el Sonriente Yanxiao",
"2168048988": "Habla con Oleg, quien te recibirá",
"2168374345": "El dedo y la Luna",
"2168496420": "Habla con la persona se ve en apuros",
"2168527100": "Habla con Kujirai Momiji",
"2168677812": "Examina el mecanismo y abre la puerta",
"2168971388": "Dirígete a la cima de la montaña cercana",
"2169017924": "Ve a la Comisión Yashiro",
"2169422740": "Derrota a las tropas del shogunato",
"2169435788": "Derrota a todos los monstruos",
"2169500495": "Ningún animal es perfecto",
"2170273980": "Sigue las indicaciones de la placa para obtener la autoridad",
"2170475527": "Penumbra bajo la linterna",
"2170768980": "Busca el tercer tomo de «El himno del Reino Sagrado»",
"2172205716": "Convence a Albert de que se vaya",
"2172363212": "Habla con Bárbara",
"2172465012": "Entrega a Nermín unas duraznolivas",
"2172505393": "La carta de un niño",
"2173809692": "Utiliza la pluma",
"2174832884": "Habla con Bárbara en la Catedral",
"2174952636": "Habla con Lizz",
"2175151207": "Entra en el templo",
"2178051783": "Dirígete a las puertas de la Catedral de Mondstadt",
"2178085694": "Pídele consejo a Chiming",
"2178485420": "Descartar",
"2178965295": "La cosa desaparecida",
"2179574068": "Vuelve al alojamiento para descansar",
"2179777207": "Expediente Bantan Sango: trabajo concluido",
"2179812606": "(test) Guión de diálogo de Paimon",
"2181847588": "Regresa a la ilusión y usa los fragmentos",
"2181852272": "(TEST) Ejecutar reversión",
"2182509292": "Habla con Wangya",
"2184601788": "Participa en la competición",
"2184698388": "Habla con Arama",
"2185202684": "Ve a investigar las ruinas antiguas",
"2185211428": "Coloca un paquete cerca de la cueva de la montaña",
"2185271884": "Investiga el enorme dispositivo",
"2185335068": "Derrota a los Dragones de las Ruinas",
"2185568076": "Habla con Jafar",
"2185970412": "Informa a Neko",
"2186024044": "Habla con Chouji",
"2186344804": "Sigue a Chingzhou",
"2186619020": "Comprueba de antemano la situación en otros puestos",
"2186999188": "Salva a Thoma",
"2187991988": "Habla con Tsaishan",
"2188459084": "Habla con Parvaneh",
"2188520999": "Neko es una gata: limpieza del santuario",
"2188989572": "Usa una Reacción Elemental Hydro para activar el objeto extraño",
"2189306700": "Indaga en el restaurante",
"2189419612": "Dirígete al Gran Santuario Narukami para investigar",
"2189449044": "Regresa con Chongyun después de recolectar los ingredientes",
"2190158828": "Habla con Vardan y Gurgen",
"2190740660": "Ve al lugar de adivinación designado por Mona",
"2191666100": "Conversa con Hu Tao mientras Meng Dan y el Temible Lang hablan de los viejos tiempos",
"2192237340": "Reúnete con Bárbara en el Bosque Susurrante",
"2192538628": "Sigue las huellas",
"2193245804": "Habla con Siyu",
"2194342463": "Sigue las instrucciones de Amber y vuelve a tomar el examen",
"2194508207": "Sala 3 - Misión marcada completada",
"2194605916": "Derrota a los enemigos",
"2194812332": "Habla con Tang Wen",
"2195654236": "Habla con Connor",
"2196282748": "Recoge objetos pesados",
"2196645132": "Prepara la bebida para Shenhe",
"2196842164": "Ve al Bosque de Piedra Guyun",
"2197178383": "Un pequeño deseo para una pequeña linterna",
"2197225668": "Informa a Muning del asunto de Chi Ding",
"2197581940": "Habla con Hanachirusato",
"2197604260": "Habla con la ilusión",
"2197910844": "Recopila ideas de los miembros del teatro",
"2198356580": "Ve a El Buen Cazador para tomar un descanso",
"2198761591": "Los mil y un cafés",
"2198855687": "Habla con Kaeya en el punto de encuentro",
"2199480780": "Ve a la Cámara de Comercio Internacional de Ritou",
"2200989276": "Habla con Brook",
"2201422838": "Intenta hablar con Stanley",
"2202005692": "Entrégale la insignia al Electromartillador de Vanguardia",
"2202146084": "Habla con el Emisario del Abismo",
"2202319040": "Dirígete al gran árbol que representa a Vennessa",
"2202681876": "Habla con el Chef Mao",
"2202833311": "Evasión en la granja",
"2203425380": "Informa a Preservadora de Nubes",
"2203583012": "Habla con Ryuuji",
"2203756820": "Habla con Morihiko",
"2204291076": "Habla con Ruu en el lugar indicado",
"2204443044": "Informa a Jiayi",
"2204786588": "Enseña a Meng a cocinar",
"2206123430": "Dirígete a la Posada Wangshu",
"2206237567": "El cuento de Suikou el borracho",
"2206701527": "¡Intercambio equivalente!",
"2206929188": "Busca a Sayu en los alrededores",
"2207111724": "Derrota a tu oponente",
"2207546156": "Examina los lugares cercanos sospechosos",
"2207739220": "Pide información a las personas cercanas",
"2208201596": "Utiliza los mecanismos para guiar la luz",
"2208231666": "Derrota a los enemigos que se aproximan",
"2209383244": "Encuentra los tesoros indicados por las linternas giratorias",
"2209598284": "Habla con Nahida",
"2209660540": "Encuentra un lugar adecuado para el puesto",
"2210092572": "Dirígete a la Costa del Halcón",
"2210589780": "Sigue avanzando hacia el bosque",
"2210853276": "Habla con todos",
"2210959727": "Un fértil oasis bajo las dunas (I)",
"2210973724": "Habla con Yae Miko",
"2212175716": "Dale “esa cosa” a Lyudochka",
"2212320145": "Guizhong",
"2213235892": "Habla con Albedo para escuchar sus conclusiones",
"2213328916": "Pasea por Liyue",
"2213345740": "Encuentra la base secreta",
"2213637716": "Limpia las pilas de flores secas del tejado",
"2213704868": "Derrota a los asesinos Eremita",
"2214038207": "#List{F#a}{M#o}s para el Festival Sabzeruz",
"2214313726": "Entrégale el aceite esencial a Ying'er",
"2214518676": "Ve al lugar donde está el Escuadrón Pez Espada n.º 2",
"2214623956": "Captura una imagen de Kichiboushi",
"2215057464": "Derrota al monstruo",
"2215225260": "Habla con Hatim",
"2215556519": "Entra en el escondite del ladrón de libros",
"2215698748": "Ve al lugar donde se celebra la subasta en el desierto",
"2215828985": "La escalera a la Posada Wangshu",
"2216015956": "Habla con Lily",
"2216093729": "Ellin, la aspirante a Caballera",
"2216279820": "Elige una novela ligera adecuada",
"2216428996": "Sigue a Oleg",
"2217512356": "Ve a la popa del barco para hablar con Wanyan",
"2217814212": "Reservar",
"2218058327": "Negociación con el NPC 2 rota - Activar antes de combate",
"2218385716": "Habla con Madam Ping",
"2218644676": "Dirígete al lugar donde se encuentra Rhana",
"2219058455": "Vierte la lágrima de Dvalin sobre la Lira",
"2219061284": "Descartar",
"2219238060": "Llévale los champiñones a Hanbei",
"2219910988": "Habla con Keching",
"2220954191": "Sueño de viento y flores",
"2221056863": "Activable después de llegar al Rango de Aventura",
"2221843628": "Encuentra la salida de la ilusión",
"2221911660": "Habla con Paimon (obsoleto)",
"2222131334": "Informa a Verr Goldet",
"2222647124": "Explora el área y reúne los ingredientes para la bebida",
"2222711540": "Busca al Ojo de la Tormenta",
"2223127908": "Prepara dos raciones de brocheta de champiñones y pollo deliciosa",
"2223356476": "Discúlpate con Flora",
"2223502340": "Habla con Ziryab",
"2224259326": "Encuentra a Preservadora de Nubes",
"2224454348": "Ve al lugar donde estaban las notas en la isla del estanque",
"2224707700": "Ve con Ooshima Junpei a informar a Neko",
"2224747372": "Busca a Alrani",
"2224946936": "Habla con la Hermana Victoria",
"2225829692": "Derrota a todos los hongos",
"2226189964": "Sigue buscando más objetos",
"2226773662": "Mover al ladrón de B a A (oculto)",
"2226810380": "Usa la Visión Elemental para seguir el rastro elemental Electro",
"2226889508": "Activa la prueba del espíritu",
"2227164180": "Informa a Atsuko",
"2227454620": "Dale a Kayvan los materiales para el cebo",
"2228659852": "Ayuda a Kamei Munehisa a ajustar el fuego",
"2228815254": "Toca la tetera de Madam Ping",
"2230238332": "Habla con Verr Goldet",
"2230648632": "Habla con Ellin",
"2230898716": "Ve al centro del lago",
"2231417087": "Por un reencuentro mejor",
"2232076004": "Averigua de dónde procede el sonido",
"2232903118": "Entrega a Musheng un objeto relacionado con Liyue",
"2232941800": "Ahuyenta al Recaudador",
"2233084466": "Usa Anemo o Hydro para limpiar la cubierta",
"2233104247": "Cuentos de Tatara: dispositivo de purificación",
"2234071492": "Coloca las balizas de medición",
"2234877196": "Deja los suministros de comida en la primera ubicación",
"2235131996": "Averigua si hay actividad extraña en los alrededores",
"2235139676": "Desbloquea el camino hacia la última prueba",
"2235215604": "Habla con Zhichiong y Jinwu",
"2235223215": "Su secreto",
"2236028271": "Dirígete a la cima de la torre.",
"2236130228": "Ve al lugar acordado",
"2236186604": "Habla con Tian Lengua de acero",
"2236307540": "Informa a Anna",
"2236697780": "Encuentra la estatua profanada",
"2237250532": "Habla con Konda Densuke",
"2237741759": "Las raíces aletargadas",
"2238460535": "El rechazo de las obsesiones y la falsedad",
"2238946852": "Sal de la arena",
"2238993902": "Encuentra el tesoro u obtén una pista de Bolai",
"2239152948": "Explora los alrededores en busca de una salida",
"2240335847": "Habla con el jefe de la tienda",
"2240410924": "Recoge los 3 fragmentos",
"2240468172": "Reúnete con Albedo",
"2241819068": "Habla con los demás",
"2241841796": "Habla con la Hermana Victoria",
"2241893244": "Dirígete al Pabellón Yuehai para hacer la evaluación",
"2242610684": "Informa a Preservadora de Nubes",
"2242910444": "Habla con Ootomo",
"2243333820": "Habla con Cyno",
"2243812454": "Usa Pyro para calentar la olla",
"2243825604": "Ve al lugar ceremonial",
"2244137404": "Habla con Zakariya",
"2244197228": "Descansa hasta el día siguiente (06-00 h)",
"2244421884": "Recolecta 3 minerales en la naturaleza",
"2244439052": "Dirígete al lugar indicado y busca pistas sobre la Confluencia Ashvattha",
"2244643348": "Derrota a los monstruos del abismo que hay junto a la caja",
"2245734732": "Habla con Charles",
"2245872135": "Entra en las ruinas",
"2245891988": "Ve al Santuario Sangonomiya",
"2245957020": "Dales las bebidas a Kaeya y Rosaria",
"2246096308": "Regresa al alojamiento",
"2246439660": "Descongela todos los fragmentos",
"2247215647": "La guardia de Hiromi",
"2248107860": "Usa la Visión Elemental para buscar reliquias",
"2248388436": "Interroga al Ladrón de Tesoros que quedó",
"2249054884": "Ve al molino para echar un vistazo al tesoro",
"2249388436": "Habla con Chian",
"2249852796": "Busca pistas en el fondo de la fosa",
"2250075316": "Bátete en duelo contra Amenoma Yuuya",
"2250223020": "Busca a Albedo",
"2250356575": "Catástrofe Hilichurl",
"2250411311": "Habla con Paimon",
"2250748158": "Informa a Zhihua",
"2251081348": "Dirígete al altar en las afueras de la ciudad",
"2251670196": "Captura 4 imágenes de objetos típicos de Mondstadt",
"2251740031": "Una nueva pintura escarlata",
"2251931895": "Diálogo de fin de entrenamiento",
"2252042644": "Encuentra un lugar adecuado para dispersar las semillas de diente de león",
"2252050468": "Habla con Kamisato Ayaka",
"2252669964": "Sigue avanzando y comprueba la situación",
"2252777487": "La leyenda del abanico",
"2252990060": "Intercambia información con Cyno en otro lugar",
"2253053295": "Entra en las ruinas",
"2253102095": "Identidad secreta",
"2253748036": "Dirígete a la Aldea Vimara",
"2253811400": "Habla con Quinn",
"2254228884": "Despierta el potencial de los Hongos",
"2254783548": "Habla con Diona",
"2255076297": "¿Camino bloqueado?",
"2255292271": "Los Superchefs: duelo culinario",
"2255313135": "Una prueba poco honoraria",
"2255507855": "Expediente Bantan Sango",
"2255522359": "Incursión en el mercado juguetero",
"2255717216": "(TEST) Veredicto de los Cuatro Borrachos: ¡Mala!",
"2256089380": "Busca por tu cuenta pistas del espíritu maligno",
"2256357540": "Ahuyenta a los Hongos",
"2256526340": "Sigue buscando un lugar adecuado",
"2256694388": "Habla con Yasuhiko Tarou",
"2256967196": "Habla con Vardan y Gurgen",
"2257216340": "Sal de la Casa de Té Komore",
"2257231943": "La cosa desaparecida",
"2257274700": "Habla con el Sonriente Yanxiao",
"2257921540": "Habla con Anthony",
"2259494476": "Dirígete a Puerto Ormos",
"2260510888": "Dale la llave a Wyatt",
"2260606844": "Habla con Yae Miko",
"2261197724": "Ve al Gran Santuario Narukami y encuéntrate con Yae Miko",
"2261421017": "Quema incienso y reza en el lugar especificado",
"2261721000": "Dale la soga a Farrah",
"2262532540": "Dale las hojas a Edith",
"2262532828": "Dirígete a los alrededores de la estatua del Arconte Anemo",
"2262874876": "Continúa explorando y encuentra a Sakujirou",
"2262948580": "Recolecta 3 frutos harra frescos",
"2264575284": "Derrota a los soldados del shogunato",
"2265124116": "Investiga la habitación austera",
"2265211967": "Cliente frecuente",
"2265477316": "Participa en la competición",
"2266839036": "Entrégale 3 setas filanemo a Grace",
"2267217516": "Vuelve a investigar los mecanismos extraños",
"2267624828": "Investiga el árbol que hay en la Confluencia Ashvattha",
"2268032617": "Entrenamiento de deslizamiento en Levantaviento",
"2268272028": "Ve a donde está Ei",
"2268303100": "Dirígete al campamento de Hilichurls cercano",
"2268767540": "Entrégale el Recolectamateriales a Bertrand",
"2269012404": "Habla con los demás",
"2269223142": "Pregúntale a la chica qué le sucede",
"2271063468": "Examina el mecanismo y activa la puerta",
"2271424263": "«Vimana Agama»: Royinjan",
"2271432508": "Recorre el pasaje y llega hasta donde está Scaramuccia",
"2271827588": "Resuena con la estatua de la Arconte Dendro",
"2272391004": "Informa a Ruu",
"2273117606": "Repelan juntos a la deidad antigua",
"2273134452": "Dirígete a la brecha del pie de la montaña y habla con Hanachirusato",
"2273555964": "Reanuda tu viaje y dirígete a la Puerta de Piedra",
"2274699892": "Habla con Sumida",
"2274739644": "Derrota a los enemigos sin que te lancen por los aires y sin que te congelen",
"2275973468": "Busca las ofrendas para presentarlas en el monumento",
"2276095398": "Pregunta por información",
"2276142184": "Derrota a los Slimes que están causando disturbios",
"2277322124": "Entra en la ubicación secreta",
"2277408240": "Habla con Magar",
"2278103180": "Entrega el agua a Arapas",
"2278144228": "Continúa visitando a clientes potenciales",
"2279219436": "Habla con Hosseini",
"2279573556": "Habla con Clímene",
"2279992180": "Habla con Hanbei",
"2280548423": "Los nueve pilares de la paz",
"2281000559": "Dirígete al Viñedo del Amanecer",
"2281016132": "Habla con Alfred",
"2281019836": "Ve al Bosque Susurrante a investigar",
"2281355039": "El ascenso de la Cámara de Jade",
"2282054967": "Un encargo personal",
"2282270672": "Habla con Herman",
"2282361662": "Habla con Huai'an",
"2282614943": "El largo camino a casa",
"2282765732": "Habla con todos",
"2282956620": "Descartar",
"2283150964": "Encuentra al Infantil Jiang",
"2283766900": "Habla con Jiayi",
"2283931516": "Examina y activa el mecanismo",
"2283978076": "Recoge el amuleto",
"2284850852": "Pasa el rato en Ritou",
"2285426183": "El Buen Cazador Express",
"2286044388": "Regresa a informar al Hilichurl",
"2286084548": "Dirígete hacia el estanque de peces fantasma en el noreste",
"2286115396": "Examina la setasura",
"2286254980": "Sigue la misteriosa estrella",
"2286767660": "Espera hasta la noche (18-06 h)",
"2290478940": "Adéntrate en el lugar",
"2290850444": "Derrota a los monstruos de los alrededores",
"2291929012": "Habla con Kujou Kamaji y Takatsukasa Susumu",
"2292095204": "Habla con Yasumoto",
"2292237335": "Caos de los parias",
"2292260948": "Habla con Yelan",
"2293379342": "Habla con Ying'er",
"2293844044": "Destruye el núcleo del meteorito",
"2294534456": "Ahuyenta a las palomas",
"2294558380": "Entrega la comida a Zhuyu",
"2294579038": "Encuentra el tesoro",
"2294705508": "Habla con Noelle",
"2294848314": "Habla con Timmie",
"2295774492": "Sigue preguntando por información sobre los contrincantes",
"2295943276": "Ve a la ubicación marcada por Akim y consigue el barro",
"2296055127": "Un grito repentino",
"2296409212": "#Espera dos días para que comience el debate (15-18{NON_BREAK_SPACE}h)",
"2296851564": "Juega con los niños en el muelle norte",
"2297260716": "Ve al lugar donde está enterrado el tesoro y hazte con él",
"2297394752": "Regresa a hablar con Timaeus",
"2297515900": "Habla con los guardias",
"2297542684": "Habla con Jazari",
"2298192135": "Habla con Amber",
"2298648409": "El mejor público de Mondstadt",
"2298771268": "Habla con Félix Yogue",
"2299111948": "Habla con Honglang",
"2299317940": "Recoge el agua de manantial glacial",
"2299658516": "Entra a la casa de los aranara",
"2299705540": "Habla con Marjorie",
"2299744276": "Detecta el humo negro (1)",
"2299836574": "Obtén Azurita de los Frutos Peng",
"2300169460": "Cuelga los cascabeles alrededor del santuario",
"2300319964": "Derrota a los Samuráis Kairagi",
"2300541268": "Derrota a los Hilichurls",
"2300576295": "Luz purificadora",
"2302023132": "Dirígete al lugar del que procede el sonido y busca pistas",
"2303061828": "Habla con Hatim",
"2304162604": "Habla con Nobile",
"2304184750": "Habla con los habitantes de la ciudad",
"2304493404": "Sigue hablando con Akim",
"2306371167": "Paradero de Ave Rapaz",
"2306413524": "Habla con Wang Ping'an",
"2306471204": "Informa a Nilúfar",
"2307360044": "Habla con Teucer",
"2307659964": "Habla con Luka",
"2308101812": "Informa a Xamaran de que la energía maligna ha sido eliminada",
"2308981580": "Busca los materiales que Kayvan te ha pedido",
"2309445004": "Deja la Aldea Vimara y dirígete al lugar designado",
"2309824124": "Habla con Nilou y espera a que empiece la celebración",
"2310705612": "Consigue 8 trozos de carne cruda",
"2310811145": "Derrota a todos los oponentes",
"2311239740": "Derrota a los ladrones de tesoros hostiles",
"2311415735": "La gloria de los Caballeros Serpiente Negra",
"2311469252": "Sigue a Beidou hasta la Pescadería para Aficionados de Wai",
"2311864732": "Ve a las cercanías de la Academia",
"2312004446": "Habla con Shitou",
"2312113812": "Lleva la comida al Taciturno Tingfang",
"2312149092": "Pregunta a Yi Xian y a Yi Zhu por el paradero de Tsai Le",
"2312470980": "Habla con Ninguang",
"2312693820": "Sigue avanzando y comprueba la situación",
"2312736620": "Habla con Moke y Hillie",
"2313243892": "Dirígete al nivel superior del Mausoleo del Rey Deshret",
"2313359100": "Derrota a todos los monstruos",
"2314726948": "Habla con Quinn",
"2315160796": "Averigua la opinión de Yayoi Nanatsuki",
"2315208100": "Ve al Gremio de Comerciantes de Feiyun a buscar a Xingchiu",
"2315578960": "(TEST) Veredicto de los Cuatro Borrachos: ¡Inesperadamente buena!",
"2315719471": "Habla con Lisa",
"2315771708": "Informa a Ivanovich",
"2316343012": "Habla con Kichiboushi",
"2316874684": "Habla con Xudong",
"2317065476": "Habla con Venti",
"2317320172": "Rocía la poción con Yasmín",
"2317512740": "Usa tu Visión Elemental para buscar las pistas del diario",
"2317605142": "(Prueba) Investiga el montón de materiales",
"2317740604": "Habla con Aranakin",
"2317897775": "El desastre de los Samuráis Kairagi",
"2318016428": "Lleva a Dehya hasta Nahida",
"2318226676": "Habla con Margaret",
"2318634055": "Consigue suficiente carne cruda",
"2318977625": "Momento de suspense",
"2319484812": "Habla con Anna",
"2319796430": "Combate II",
"2320050918": "Dirígete a la plaza con la estatua del arconte",
"2320130263": "Elimina a los Hilichurls del campamento cercano",
"2320155828": "Habla con Paimon",
"2320199296": "Ahuyenta los Hilichurls enfurecidos",
"2320528356": "Habla con Cyrus",
"2320657348": "Habla con Hiroaki",
"2321247200": "Habla con Timaeus",
"2321348908": "Ayuda a entregar unas mercancías en la Aldea Konda",
"2321645873": "¡Michelle nunca se detiene!",
"2321705852": "Sigue las huellas de la persona sospechosa (1/3)",
"2322062252": "Dirígete a la entrada de la Ciudadela Regzar y espera a Dehya",
"2322307228": "Habla con los Ladrones de Tesoros",
"2322645156": "Habla con Paimon",
"2322922556": "Busca a Allan en la montaña",
"2323263032": "Dirígete al campamento de los Hilichurls con Ella Musk",
"2323623452": "Evade a los monstruos y adéntrate en el Valle Dadaupa",
"2323860268": "Merodea por la playa",
"2324173260": "Habla con Klee y recoge la caja",
"2325095828": "Dirígete al Viñedo del Amanecer",
"2325737692": "Habla con Kimura",
"2326302231": "Espeleólogos de la Sima",
"2326815028": "Entra en las minas de la Sima",
"2328406124": "Dirígete al Templo Ashvattha",
"2329481303": "La piedra de los recuerdos",
"2329617436": "Ve al lugar especificado y derrota a los Ladrones de Tesoros",
"2330051008": "Entrega el aceite esencial de escarcha",
"2331645385": "¿A dónde fue la Cuchilla Oculta?",
"2332020228": "Ve al muelle a despedirte de Kokomi y Gorou",
"2332282516": "Derrota a Tang Wuchou, el autoproclamado discípulo del Clan Guhua",
"2332505984": "Termina el encargo de Margaret",
"2332613236": "Ayuda al aranara",
"2332900596": "Habla con Pedrush para saber cómo está la gente del sueño",
"2333749284": "Ayuda a Hatim a elegir un plato de oro",
"2333891196": "Entrega la linterna lista a Huangshan",
"2334001324": "Completa el desafío estelar",
"2334122108": "Busca a Bennett",
"2334801340": "Busca al personal de entregas del Viñedo del Amanecer",
"2334891396": "Habla con Baizhu",
"2335893804": "Examina el caballete",
"2336570086": "Informa a Verr Goldet",
"2336653996": "Obtén el condensado dragohueso",
"2336933276": "Espera a que Ying'er elabore el perfume",
"2337295588": "#Espera hasta el día siguiente (18-21{NON_BREAK_SPACE}h)",
"2337360852": "Habla con el aranara",
"2337631564": "Pregunta a Yut sobre la situación actual",
"2338001604": "Ve a un lugar elevado y examina la situación",
"2338452908": "Dirígete al final del laberinto",
"2338988796": "Habla con los Ladrones de Tesoros",
"2339014716": "Ve a la Sala de la Coronación",
"2339549660": "Ve con Yoimiya y Klee al Festival Irodori",
"2340124423": "La tenacidad de la Geoarmada",
"2340647398": "Rescata a Jack y a Stanley",
"2341132612": "Comprueba si hay meteoritos en los alrededores",
"2342991735": "Arreglando el desastre",
"2343853828": "Prueba la Arena mecánica",
"2344123708": "Habla con los demás",
"2344321068": "Habla con Enjou",
"2344575996": "Recoge las balizas",
"2344703172": "Dirígete a Mondstadt",
"2344808860": "Habla con Mona",
"2345078468": "Habla con Meng",
"2345112564": "Dirígete a los niveles inferiores de la Sima",
"2345516980": "Habla con Katheryne",
"2346134967": "El Obsequio de la Sima",
"2346871244": "Habla con Zakariya",
"2347087460": "Habla con Soraya",
"2347128004": "Ve a la Terraza Yujing y escucha el discurso de Ninguang",
"2347309020": "Descartar",
"2347598548": "Elimina la zona marchita",
"2348327996": "Despeja la ruta comercial de monstruos y obstáculos",
"2350145912": "Habla con Ellin",
"2350400468": "Sigue el rastro de los Dragartos de las Profundidades y busca la sala secreta",
"2350890972": "Habla con Xudong",
"2351082628": "Habla con Habachi",
"2351569140": "Investiga el campamento",
"2351658127": "La perla del océano",
"2351781364": "Habla con Azalai",
"2352119308": "Habla con todos",
"2352554732": "Derrota a los Nobushi",
"2352760020": "Explora las ruinas",
"2352842780": "Habla con Albedo en la Plaza de los Cinco Kasen",
"2352937047": "Una orden misteriosa",
"2353121503": "El resplandor del valor",
"2353990172": "Habla con Kazuha",
"2354361748": "Persigue al Ojo de la Tormenta",
"2355317524": "Derrota a los enemigos",
"2355507084": "Habla con todos",
"2356247220": "Investiga en la dirección en la que se marchó la Doncella del Espejo",
"2356352096": "Encuentra tres semillas de diente de león",
"2356565799": "El Buen Cazador Express",
"2356998788": "Busca a los dos actores y habla con ellos",
"2357118316": "Habla con Albedo para escuchar sus conclusiones",
"2357350386": "Habla con Bao'er",
"2357540116": "Habla con Dain",
"2357752284": "Informa a Ninguang",
"2357875692": "Ve a investigar a la Casa de Té Komore",
"2359451972": "Derrota a los Ladrones de Tesoros",
"2359870060": "Drena el agua estancada y recoge la setasura",
"2360073414": "Habla con el miembro de los Ladrones de Tesoros",
"2360152820": "Derrota a los Fatui",
"2360353004": "Derrota a los Hongos que hay en lo alto de los árboles",
"2360361372": "Intenta comunicarte con el cangrejo mecánico",
"2360524284": "Entra en el pasadizo que lleva a las profundidades",
"2361733708": "Habla con Schuster",
"2362003556": "Habla con el empleado",
"2362156636": "Habla con los espectadores cercanos",
"2362503204": "Ve a la Cámara de Jade a ver a Ninguang",
"2362668144": "Timmie parece estar enojado, habla con él",
"2362844284": "Ataca a Kasim, “el bandido legendario”",
"2362853516": "Habla con Elzer",
"2363196412": "Investiga las historias sobrenaturales populares",
"2363749108": "Habla con Paimon",
"2363880348": "Dirígete a la Aldea Chingtsé",
"2364065628": "Ahuyenta a los jabalíes",
"2364475692": "Habla con Kamisato Ayaka",
"2364553230": "Llega al santuario que está al sur de la Cordillera Tianheng",
"2364760860": "Dirígete a la Forja Peñasco Oscuro a investigar",
"2364840321": "Explora la bóveda",
"2365093194": "Habla con Chang el Noveno",
"2365116908": "Coloca las ofrendas",
"2365278636": "Entra en las ruinas",
"2365410079": "Sueños embriagadores",
"2365552564": "Averigua qué sucedió",
"2365759436": "Dirígete al descansadero",
"2365892380": "Habla con Arakanta",
"2366119854": "Busca a Kaeya en Mondstadt",
"2367413212": "Espera hasta el día siguiente a las 8 h",
"2367791236": "Entrega el perfume a Lulu",
"2368528036": "Informa a los ancianos",
"2368570324": "Consigue la Moneda de aventura",
"2368805416": "Inspecciona allá adelante",
"2368920788": "Informa a Iris",
"2368963240": "Dale el dinero a Sara",
"2369084420": "Habla con Xavier para comenzar el rodaje",
"2369515676": "Investiga el lugar de la subasta",
"2369637220": "Sal de Tenshukaku",
"2369748927": "Los viejos amigos de Aranakin",
"2370000524": "Encuentra el Guardián de las Ruinas abandonado",
"2370043812": "Ve a la Estatua de la Diosa Omnipresente",
"2370108036": "Intenta abrir la habitación del fondo",
"2370737095": "¡Pirata preparado para zarpar!",
"2370963372": "Adéntrate en la Isla Tsurumi",
"2370985740": "Derrota a los Slimes Pyro",
"2371156932": "Inspecciona el interior de las ruinas",
"2371158572": "Busca a los dos actores y habla con ellos",
"2371328390": "Encuentra el tesoro u obtén una pista de Bolai",
"2371506948": "Entra en la Ejecución demoniaca",
"2371722252": "Usa el dispositivo para reparar el camino",
"2371946520": "Dale a probar la bebida a Jack",
"2372351596": "Busca a Wakamurasaki",
"2372428806": "Habla con Pequeña Lulu",
"2372545500": "Habla con Ararycan",
"2372727972": "Dale a Kayvan los materiales para el cebo",
"2373238676": "Vuelva a la Aldea Chingtsé para informar a Jinglun",
"2373405919": "Canción ardiente",
"2373559092": "Entrégale 15 mentas a Murakami",
"2374103884": "Habla con Meng",
"2374496884": "Completa la siguiente fase del entrenamiento anti-Shogun Raiden",
"2374654596": "Entrega la ropa de Lyudochka",
"2375212580": "Entrega el rábano encurtido a Satoru",
"2375255132": "Elimina a los Hilichurls",
"2376344271": "Recuerdos florales",
"2377272572": "Habla con Rafiq",
"2377328484": "Destruye todos los maniquíes dentro del límite de tiempo",
"2378533476": "Dirígete a Vanarana",
"2379417652": "Usa la «Melodía del camino sombrío» para entrar en el laberinto",
"2380128492": "Habla con Asakura",
"2380493972": "Regresa al campamento",
"2380808140": "Sigue buscando las inscripciones de recuerdos",
"2381012160": "Termina todos los encargos",
"2381830790": "Hablar con Bolai",
"2381988660": "Ve con Alrani a buscar a Iwata",
"2382076868": "Habla con Ararycan",
"2382090956": "Ve al campamento del monstruo de la máscara peluda",
"2382342284": "Habla con Albedo",
"2383292300": "Reúnete con Xinyan",
"2383310551": "Junto a ti",
"2383492388": "Inspecciona la estatua de la Arconte Dendro",
"2383808455": "Reta al NPC 3 a un duelo",
"2383813148": "Habla con Viktor",
"2383852777": "Lágrimas derramadas",
"2384516100": "Habla con Chiuge",
"2384717452": "Espera hasta las 18-21 h del día siguiente y habla con Yasumoto",
"2385256508": "Sigue a Hideo sin que te descubra",
"2385302652": "Entrégale la “muerte después del mediodía” a Payne",
"2385781079": "Cazatormentas de Seirai (I)",
"2386402876": "Obtén 2 huevos de pájaro frescos",
"2387202460": "Caza un pájaro crepuscular al norte de la Floresta Apam",
"2387293360": "Busca a Jilliana para que prepare el medicamento",
"2387489164": "Habla con Ulman",
"2387515764": "Informa a Vile",
"2387911588": "Habla con Viktor",
"2387951988": "Habla con Thoma",
"2387993944": "Habla con Ella Musk",
"2388399804": "Regresa a la Aldea Chingtsé",
"2388857164": "Busca a Fritz entre las víctimas que quedan",
"2389144604": "Busca en la isla la pista del tesoro secreto",
"2389461860": "Habla con el Sr. Jayam",
"2389721512": "Habla con Ella Musk",
"2389949772": "Sigue explorando",
"2390595948": "Atrae a los guardias de la Academia a la emboscada",
"2392991004": "Deshazte de los meteoritos",
"2393111935": "Oh, Arcontes, ¡ayúdenme!",
"2393293452": "Derrota a los Caballeros Serpiente Negra",
"2393566816": "Rama de activación de comunicación exitosa",
"2393767060": "Entra en el Legado ominoso",
"2395595180": "Ve al lugar escogido",
"2396001244": "Elimina la energía maligna que hay alrededor de Xamaran",
"2396068444": "Ordena el campamento",
"2396188684": "Acompaña a Kokomi a ver a su amiga por correspondencia",
"2396278100": "Lleva las mercancías a las afueras de la ciudad",
"2396582292": "Sal de la Taberna Lambad",
"2396805700": "Habla con Changchang",
"2398243180": "Busca las caracolas perdidas",
"2398470196": "Dirígete a la Comisión Tenryou",
"2399454912": "Cómprale el cor lapis a Chang el Noveno",
"2399787239": "Estrella desconocida",
"2399836852": "Recolecta chiles de Jueyun frescos",
"2399966924": "Encuentra 3 mentas",
"2400147904": "Ve a ver detalles",
"2400310396": "Ve a la torre del vacío en el noroeste",
"2400479308": "Adéntrate en el origen de la zona contaminada",
"2400721452": "Entrega los materiales a Jiayi",
"2401285692": "Ve con Kazuha a responder a Kujou Kamaji",
"2402487324": "Lee el tablón",
"2402874108": "Ayuda a los ancianos a limpiar el patio",
"2403219920": "Habla con Jack",
"2403224954": "Habla con la “comerciante” Lulu",
"2404520014": "Derrota a los Hilichurls",
"2405422564": "Sigue el rastro elemental",
"2405460455": "El solitario barco de Guyun",
"2405628244": "Acércate a las dos personas que están hablando",
"2405653807": "El enigma de la Montaña Nantianmen",
"2405788916": "Escóndete y espera el momento adecuado",
"2406994974": "Rescata a la persona enjaulada",
"2407044916": "Encuentra la forma de abrir el pasaje que Yakov atravesó",
"2407090988": "Habla con todos",
"2407282398": "Informa a Zhihua",
"2408291356": "Usa la bendición de la sabiduría sobre la fuente de la energía maligna",
"2408342876": "Sigue la dirección del aire para encontrar una salida",
"2408784492": "Regresa al campamento junto al oasis",
"2409644476": "Únete al banquete de la aldea",
"2409885156": "Reúnete con Tignari en el Jardín Dhyai",
"2409890615": "Recuperándose de la enfermedad",
"2410139492": "Habla con Anthony",
"2410434692": "Adéntrate en la zona contaminada",
"2410441815": "Cuentos de Tatara: últimos preparativos",
"2410703460": "Dirígete al Irminsul del pasado",
"2410986060": "Habla con Katheryne de Inazuma",
"2411657044": "Derrota a todos los Hilichurls",
"2411677924": "Utiliza la espada misteriosa para luchar",
"2411690692": "Habla con la persona frente a ti",
"2412786348": "Habla con Aru",
"2412848369": "Los viejos gustos nunca mueren",
"2413129948": "Habla con Arama",
"2413515679": "El destino de un guerrero",
"2413567468": "Lleva la calavanda a Kiminami Anna",
"2413574506": "Regresa con Nona",
"2414407745": "El mundo en una tetera",
"2414433828": "Dale 2 papas a Parvaneh",
"2414472556": "Descartar",
"2414493462": "Habla con Bolai",
"2414530052": "Encuentra a Albedo para conocer su secreto",
"2414696012": "Recomienda una postura adecuada",
"2414727476": "Derrota a todos los monstruos",
"2415247558": "Habla con Draff, espera al resultado",
"2415258836": "Pasea por el Festival de la Vendimia",
"2415517716": "Ve a ver a Yae Miko",
"2415559102": "(test)潜行开始触发器(隐)",
"2415658318": "Pregúntale al público sobre el cuento de Liu Su",
"2416593228": "Entra en la taberna",
"2416761508": "Derrota a todos los monstruos",
"2417145447": "Catástrofe Eremita",
"2417373124": "Haz una sopa vegetariana de rábano deliciosa para Tommy",
"2418334308": "Ve al lugar indicado a recuperar la linterna celeste",
"2418392567": "Habla con los habitantes de la ciudad (Nimrod)",
"2418511772": "Activa los controladores de la torre",
"2418947439": "Activador de escenario 4",
"2419030372": "Habla con Enjou",
"2419251412": "Utiliza la pluma",
"2419345996": "Derrota al atacante",
"2419353668": "Busca a Tiantian en la Cordillera Tianheng",
"2419595340": "Busca al hermano de Youhei",
"2420111748": "Entrega a Sun Yu las flores chingxin",
"2420424692": "Ve a Jamikayomars para ofrecer el elixir",
"2420535820": "Dirígete al Gran Santuario Narukami",
"2420867628": "Entrégale 5 lotos nilotpala a Arina",
"2421188655": "La red de la ubicuidad suprema",
"2421290324": "Encuentra a los tres espías",
"2421560154": "Encuentra el objeto extraviado",
"2422609916": "Informa a Kaji de la situación",
"2422713556": "Informa a Preservadora de Nubes",
"2423368788": "Habla con Ararycan",
"2423548364": "Habla con Ramsay en la casa de té",
"2423724639": "La cantinera de la taberna Cola de Gato",
"2423745984": "Recolecar Cuernos Pesados",
"2424681911": "Patrulla oceánica",
"2425065921": "El tesoro escondido de Chingtsé",
"2425339036": "Examina la máquina de los Fatui",
"2426282672": "Habla con Sara",
"2426473164": "Informa a Bárbara",
"2426509516": "Adéntrate en el Legado ominoso",
"2426874303": "¡Tienda Benéfiufiu de Favonius!",
"2427065828": "Habla con el Infantil Jiang",
"2427544788": "Dale los ingredientes a Kamei Munehisa",
"2428500028": "Ve a la Agencia de Detectives Bantan Sango",
"2429090124": "Habla con Keching y Xiangling",
"2429264980": "Busca rastros de Wolfgang en las ruinas que hay en el mar",
"2429534735": "Prueba de valor",
"2429682903": "Habla con Amber",
"2429717320": "Recolecta solsettias",
"2430108964": "Reúne los cinco libros perdidos",
"2430318303": "Sobrecarga de trabajo",
"2431882966": "Sigue a Xiangling",
"2431974820": "Ve al Banco del Reino del Norte",
"2432157628": "Habla con Katheryne",
"2432419337": "(Prueba) Cámara de la entrada de Liyue",
"2433327420": "Habla con Mamoru y los demás",
"2433383788": "Recoge tres rocas ancestrales y entrégaselas a Muning",
"2434834660": "Entrégale el regalo a Lily",
"2435320508": "Entrega el plato ya preparado a Tang Wen",
"2435497276": "Informa a Vile",
"2435914004": "Habla con Viktor",
"2435969708": "Habla con Madarame Hyakubei",
"2436183436": "Sigue explorando y abre la puerta",
"2436585164": "Habla con los aranara",
"2437026911": "Busca a la persona sospechosa utilizando la Visión Elemental",
"2437253334": "Dirígete al Mercado Celeste",
"2438452932": "Habla con el Gerente Kuan, la Recepcionista Zhao y el Nervioso An",
"2439919711": "El protocolo del corazón",
"2440323420": "Busca la barrera",
"2441032236": "Habla con Chian por la noche (21-05 h)",
"2441536556": "Habla con los soldados heridos",
"2442287167": "Jardín peculiar",
"2442900350": "Habla con la persona sospechosa",
"2442901420": "Ve al piso de abajo y habla con el desconocido",
"2443039159": "Perdido en la montaña",
"2443962145": "El deseo del Yaksha",
"2444178604": "Dale a Kayvan los materiales para el cebo",
"2445162276": "Entrégale los materiales a Momoyo",
"2446427068": "Habla con Aranakula",
"2446641740": "Investiga los arbustos que hay sobre el muro rocoso",
"2447040692": "Informa a Yanbo del resultado de la refriega",
"2447155362": "Acércate a los Hilichurls",
"2447160810": "Recoge el tesoro",
"2447425060": "Escóndete en la Posada Wikala",
"2447520172": "Obtén la perla espiritual",
"2447530316": "Toca al aranara que hay junto a las duraznolivas",
"2448187724": "Ve a Levantaviento",
"2448408172": "Habla con Tiantian",
"2448852140": "Ayuda a Javi a encontrar su sueño",
"2449362420": "Habla con Albedo",
"2449377836": "Busca un chile de Jueyun y dáselo al Pequeño Wu",
"2449481463": "Dulces para Yi Zhu",
"2449754580": "Informa a Sakujirou de la ubicación del barco",
"2450038484": "Mueve la estatua para resolver el acertijo",
"2450225300": "Habla con Endora",
"2450706332": "Ve a la plataforma del nivel superior",
"2450983268": "Recupera la linterna celeste",
"2451095932": "Habla con Hiiragi Chisato",
"2451110044": "Ofrece perlas de coral a las siete tumbas de la realeza",
"2451406140": "Vete del Restaurante Uyuu",
"2451584095": "Habla con Sara sobre devolver el libro a la biblioteca",
"2451682106": "Derrota a los enemigos",
"2452372412": "Entrega las medicinas a los habitantes de la ciudad",
"2452922960": "(TEST) ¡Bebida lista! ¡Ve a dársela a los Cuatro Borrachos!",
"2452964972": "Sigue los rastros extraños",
"2453746932": "Habla con los integrantes del Escuadrón Pez Espada n.º 2",
"2454258364": "Habla con Paimon",
"2454342548": "Recoge objetos pesados",
"2454397460": "Habla con Flora",
"2454644672": "Derrota al monstruo",
"2454644740": "Derrota a todos los monstruos",
"2455328444": "Habla con Katheryne en Sumeru",
"2455389428": "Sigue a Dainsleif",
"2456225156": "Toca la «Melodía del gran sueño» frente a la silapna",
"2456485175": "Experimento n.º 2: El mundo",
"2456798870": "Elimina los monstruos del área",
"2458889641": "¿Arrasado por lobos?",
"2459549140": "Ponle los suéteres a los perros y los gatos junto a Thoma",
"2459808092": "Dirígete al Gran Bazar",
"2460032431": "Siéntate con Lisa a comer",
"2460340364": "Consigue 3 hongos marinos",
"2460502052": "Lleva las respuestas terminadas a la Editorial Yae",
"2460553552": "Dale la carta a Glory",
"2460868686": "Encuentra a tres trabajadores",
"2460881335": "Limpiando el santuario",
"2461389815": "El rastro de Narukami",
"2461939916": "Libera todas las llamas del gran portal",
"2462380636": "Derrota a todos los monstruos",
"2462549796": "Busca a tus compañeros en la cueva",
"2462642516": "Busca la imagen que perdió la Doncella del Espejo",
"2463034740": "Habla con Paimon",
"2463614300": "Busca siguiendo las huellas",
"2463913660": "Habla con el Maestro Zhang",
"2463957084": "Informa a Hosseini",
"2464192916": "Habla con Cyrus",
"2464470540": "Visita a Ioroi en el Bosque Chinju",
"2464568716": "Habla con Eula",
"2465126263": "La Estrella del Porvenir Definitiva",
"2465315204": "Detecta el humo negro (1)",
"2465481148": "Sigue el aura para encontrar pistas",
"2465890159": "El resplandor del valor: Recuerdo de un legado",
"2466115004": "Llega hasta la parte inferior del mundo interior",
"2466278924": "Derrota a los Bardos del Abismo",
"2466371908": "Derrota a los Hilichurls exactamente tal y como te lo pidió Tsarevich",
"2466837140": "Cuéntale a Yebrael las pistas que encontraste",
"2467101820": "Habla con Zhichiong",
"2467755444": "Vende el anillo sombrío a un buen precio",
"2468361636": "Reúne tres pedazos de médula cristalizada",
"2469196148": "Ayuda a Alrani a reunir los ingredientes",
"2469268196": "Habla con Taisuke",
"2469357735": "Un lugar tranquilo",
"2469483484": "Salva a la erudita que está siendo emboscada",
"2470135348": "Habla con Arama",
"2470194712": "Habla con Herman",
"2470249148": "Habla con Nahida",
"2470462724": "Sigue al perro",
"2470517719": "Carne cruda para Amir",
"2470903012": "Recolecta una semilla de diente de león",
"2471365188": "Espera al día siguiente para ver cómo va el fertilizante",
"2471759382": "Aislamiento de misión, prevenir reversión (oculto)",
"2471796860": "Busca las notas en el tejado del jefe de la Aldea",
"2471993972": "Ve a Espinadragón",
"2473077324": "Observa la grulla proyectada por las linternas giratorias",
"2473272919": "El escondite del tesoro",
"2473424980": "Habla con Connor",
"2473597108": "Habla con Teppei",
"2473771240": "Habla con Jilliana",
"2473818940": "Habla con el Curioso Zirui",
"2474320849": "Preservadora de Nubes",
"2474356655": "Legado de Orobashi: Parte III",
"2474425332": "Habla con Xiangling",
"2475186311": "Catástrofe Hilichurl",
"2475683844": "Habla con Arakavi",
"2475799548": "Entra en el dominio",
"2475863700": "Habla con Helen",
"2475882620": "Habla con Li el Noveno",
"2476316284": "Habla con el oni azul",
"2476805316": "Entrégale 2 raciones de panqueques a Geri",
"2477380180": "Informa a Afratu",
"2478269831": "Derrota al Guardián de las Ruinas",
"2478416532": "Habla con Maruf",
"2478963889": "¡Qué novela!",
"2479323180": "Habla con Zhiruo",
"2479721268": "Busca pistas en el campamento de los Fatui",
"2479885380": "Intenta romper el sello",
"2481125359": "La esencia de la poesía",
"2481265108": "Vuelve a hablar con Albedo",
"2481265164": "Siéntate a comer con Paimon y Kichiboushi",
"2481434900": "Compra tres porciones de tofu, almendras y arroz",
"2481926092": "Ve a ver cómo se encuentra Shinobu",
"2482051614": "Habla con Katheryne en Liyue",
"2482211748": "Entra en el lugar más profundo del sueño",
"2482581719": "El syrtos de los Faetones: epílogo",
"2482668868": "Encuentra el pilar de la Mina Jakotsu",
"2482976656": "Habla con Charles",
"2483781844": "Derrota a todos los monstruos que han aparecido",
"2484214324": "Entra en la biblioteca del castillo",
"2484340284": "Toma una imagen de la Costa del Halcón desde el Cabo del Juramento",
"2485063310": "Acércate a la niña del bosque (oculto)",
"2485125460": "Vuelve a la taberna Cola de Gato",
"2485356903": "La Diosa Omnipresente",
"2485550366": "Escapa de la persecución de la Geoarmada",
"2485833398": "Espera al anochecer",
"2486066004": "Habla con Viktor",
"2486774663": "Reúne pistilos de flor helada en la orilla del agua",
"2487022924": "Dirígete a las cercanías de la Puerta de Piedra",
"2487299356": "Comprueba el área de adelante",
"2487684684": "Busca las piezas del castillo de juguete",
"2487917092": "Habla con Amadhiah",
"2488384585": "Un barco, dos barcos, tres barcos...",
"2488825956": "Pesca en el Lago de Sidra",
"2489211484": "Habla con Xavier",
"2490706986": "Encuentra al niño escondido",
"2490775116": "Entrega la pizza a Kamisato Ayaka",
"2491118332": "Habla con Huixin",
"2491387271": "En la montaña",
"2491642812": "Atraviesa la niebla",
"2491826087": "El árbol y los sueños",
"2492224020": "Habla con Arakavi",
"2492524620": "Entrega el plato ya preparado a Tang Wen",
"2492972956": "Ayuda a Cyno a arrestar a Los Eremitas",
"2493478836": "Informa al Herborista Gui",
"2493613607": "Un manjar supremo para los nara",
"2493900468": "Habla con Yue Chuan",
"2494711100": "Habla con Albondimaru",
"2495011820": "Revitaliza las semillas",
"2496019756": "Inspecciona la flor dulce",
"2496155948": "Visita a Madam Ping en la Terraza Yujing",
"2496262500": "Ofrece incienso a Pervases",
"2496795932": "Toma la vasija",
"2497205508": "Cuelga los cascabeles alrededor del santuario",
"2497805540": "Dirígete a Pirotecnia Naganohara",
"2498392196": "Dirígete al Gremio de Aventureros de la Ciudad de Inazuma",
"2498969772": "Examina a las víctimas cercanas (0/3)",
"2499621508": "Investiga los alrededores de la Aldea Aguaclara",
"2499954940": "Derrota al Emisario del Abismo",
"2499977756": "Habla con Dehya",
"2500821084": "Busca a la Geoarmada",
"2501198100": "Ve hacia el bonsái",
"2501363020": "Habla con Alois",
"2501451948": "Devuelve la mercancía al comerciante",
"2501669388": "Ve donde se encuentra Haypasia",
"2502392260": "Habla con Azra",
"2502719273": "Cada día una nueva aventura",
"2502791956": "Habla con el Sonriente Yanxiao",
"2502867828": "Habla con Wagner",
"2502881220": "Ve al lugar acordado y habla con Dunyarzad",
"2503239964": "Habla con Mamesuke",
"2503589108": "Haz algunas preguntas a los aventureros",
"2503722140": "Analiza la estrategia con el comerciante",
"2504485560": "Dirígete a la cima de la Estatua del Arconte Anemo y dispersa las semillas de diente de león",
"2505942628": "Devuelve los libros a la estantería",
"2506227328": "Progreso en ayudarle a Charles a recolectar información",
"2506526484": "Derrota a los guardias Hilichurl",
"2506762652": "Ve al Gremio de Aventureros de Inazuma",
"2506777444": "Descartar",
"2506906151": "«Vimana Agama»: Prólogo",
"2506953892": "Busca esquirlas de mineral",
"2507167548": "Habla con Arama y Arayasa",
"2507336588": "Consigue carne congelada",
"2507449276": "Toca la pluma",
"2507493356": "Regresa a la casa del jefe de la Aldea Aaru para encontrarte con los demás",
"2507555436": "Ve a las “ruinas largamente olvidadas”",
"2507555548": "Informa a Jiayi",
"2507660860": "Negocia con el Emisario del Abismo",
"2508239287": "A la luz de la luna",
"2508533604": "Habla con Fujiwara Toshiko",
"2508544524": "Toca la «Melodía del gran sueño» frente a la silapna",
"2508926428": "Habla con Paimon",
"2510458940": "Avanza sin que te descubran",
"2510595143": "El enfrentamiento contra Yasuhiko Tarou",
"2511476828": "Entrega el plato ya preparado a Tang Wen",
"2511635068": "Pide comida con Bennett",
"2512102748": "Presencia el Concurso de Chefs Supremos",
"2512702433": "Un escape apresurado",
"2512731100": "Ve al puesto de venta de agar floral",
"2512999452": "Habla con Marjorie",
"2513335124": "Habla con las tres personas",
"2513722044": "Habla con Aranakula",
"2514557636": "Derrota a las máquinas de las ruinas",
"2514775268": "Participa en la cacería cerca del Viñedo del Amanecer",
"2515222102": "Seleccionar jade en bruto",
"2515349692": "Busca a Patrice en los alrededores de la Sima",
"2515857308": "Habla con el Chef Mao",
"2516492524": "Busca la plaustrita crepuscular",
"2516841700": "Entrégale la carta a Chaoxi",
"2517209928": "Fortalecer - Aceite Esencial de Escarcha",
"2517883452": "Entrega los materiales de adivinación a Kimiya",
"2517916239": "El precio",
"2517975495": "Ritual de entrada de los tres mundos: Secuelas",
"2518202060": "Dale la carta a Kujou Kamaji",
"2518264700": "Informa a Neko",
"2518628015": "Perseverando",
"2519356676": "Encuentra la Corte de la Desolación según las indicaciones en el mapa",
"2519549332": "Habla con Shanghua",
"2519660900": "Discute sobre la situación con Paimon",
"2519893012": "#Espera hasta la mañana del día siguiente (08-10{NON_BREAK_SPACE}h)",
"2520130716": "Habla con Xudong",
"2520695012": "Busca ingredientes",
"2520782860": "Entrega el plato ya preparado a Tang Wen",
"2521616796": "Ve a la Taberna Yafar",
"2521721972": "Cuéntale lo ocurrido a la Abuela Oni",
"2522354658": "Elimina a todos los Hilichurls dentro de la Carpintería Fanmu (descartado temporalmente)",
"2522790244": "Reúnete con Hiiragi Chisato y habla con ella",
"2523242380": "Habla con Arakavi",
"2523650124": "Habla con Anna",
"2524321583": "Busca a Ave Rapaz",
"2524665596": "Habla con Arapandu",
"2525016398": "Recoge el incensario para el ritual",
"2525043268": "Ayuda a Hatim a elegir un plato de oro",
"2527173116": "Pregunta por el dueño del perro ninja en la Comisión Yashiro",
"2528758855": "Quantum probatorio",
"2529969348": "Habla con Ei",
"2530416740": "Habla con Fei, Meng y Lulu",
"2532168910": "Habla con Ninguang",
"2532265560": "Crear - Máscara Sucia",
"2532799876": "Regresa a donde está la estatua de Pervases",
"2533332335": "Antígono",
"2533581156": "Habla con Rhana",
"2533710932": "Habla con Paimon",
"2534897548": "Entrega la sopa de brotes de bambú deliciosa a Tang Wen",
"2535220788": "Entrega 1 núcleo de cristal a Kichiboushi",
"2535440836": "Informa a Kiminami Anna",
"2535466260": "Habla con Cyno",
"2536098628": "Derrota a tu oponente",
"2536442108": "Investiga las pistas que hay cerca de la niebla oscura",
"2536531223": "Lealtad ciega y valor temerario",
"2536730172": "Desafío doméstico: riego",
"2537360024": "Derrota a los monstruos cercanos",
"2537930636": "Busca la caja perdida de Viktor",
"2538405108": "Habla con Yeht",
"2539282631": "Un caso de contrabando sospechoso",
"2539531468": "Inspecciona la caja extraña",
"2539785740": "Pon las cartas en el punto de encuentro",
"2540037839": "Destruye el equipo de los Hilichurls",
"2540277788": "Habla con Yeht",
"2540571588": "Aumento del progreso de la misión",
"2540846028": "Termina el rodaje del tercer acto",
"2540987814": "Acércate a la chica del bosque",
"2541189463": "Usa el mapa para encontrar el tesoro enterrado",
"2541381839": "Habla con Paimon",
"2541791348": "Habla con Paimon",
"2542372716": "Encuentra los bienes de Washizu en la Aldea Higi",
"2542930868": "Desentierra el objeto",
"2543070748": "#Espera hasta la mañana del día siguiente (08-12{NON_BREAK_SPACE}h) para hablar con Ootomo",
"2543415972": "Regresa a Liyue",
"2543714896": "Destruye todos los maniquíes en 2 s",
"2544294444": "Habla con Chian",
"2544416940": "Descartar",
"2544617132": "Habla con Nimrod",
"2545753374": "Guión de diálogo de Paimon (oculto)",
"2546023913": "La persona de verde",
"2546382020": "Observa desde lejos",
"2546673564": "Habla con Hirayama",
"2546746212": "Habla con Soheil",
"2547039540": "Derrota a todos los monstruos",
"2547557148": "Examina los lugares cercanos sospechosos",
"2547757604": "Habla con Viktor",
"2547819896": "Activar diálogo con Paimon",
"2548163916": "Ve a las cercanías de la Cueva Fúngica",
"2548337375": "Octava del maushiro",
"2548921308": "Busca a Zhongli",
"2549145972": "Espera a que el Seelie vuelva a su pedestal",
"2550821932": "Habla con el Escurridizo Wu e intenta de nuevo conseguir el tesoro",
"2551096438": "Lleva a cabo la ceremonia en el orden adecuado",
"2551219308": "Dirígete a Ritou y busca a Kazuha",
"2551588596": "Avanza por el lugar destartalado",
"2551904632": "Ahuyenta a las palomas",
"2552670076": "Habla con Razor",
"2553494855": "Dirígete a la Catedral para obtener tu Licencia de Vuelo",
"2553849692": "Captura una imagen de Neko desde el lado derecho",
"2554574916": "Ve hacia el bonsái",
"2555239996": "Explora el dominio",
"2555885356": "Espía la conversación entre los estudiantes de la Academia",
"2556124164": "Ve a ver a Mona",
"2557114524": "Reúnete con la hija de los Hiiragi a la hora acordada (18-00 h)",
"2557387252": "Habla con el Sr. Zhu",
"2557503684": "Espera dos días",
"2557531100": "Habla con Kayabuki",
"2558238124": "Busca al gato",
"2558781900": "Navega hasta donde se encuentra el tesoro",
"2559515032": "Recolecta 1 condensado de Slime",
"2559586468": "Desobstruye las corrientes de agua de las montañas",
"2560348508": "Activa los mecanismos",
"2560903774": "Elimina a todos los monstruos",
"2561128326": "Pregúntale al público sobre el cuento de Liu Su",
"2561132092": "Habla con Nahida después de prepararte",
"2561636748": "Ve al lugar mencionado en las notas",
"2561784460": "Habla con Taisuke",
"2563127516": "Ve a casa de Araja a descansar",
"2563165719": "Habla con Otto",
"2563464428": "Habla con Zakariya",
"2564114732": "Habla con Xavier",
"2564157639": "Una lección que aprender",
"2564551940": "Derrota al Slime Dendro",
"2564565335": "Continúa avanzando hacia Mondstadt",
"2564919204": "Termina el rodaje de la 2.ª escena del acto I",
"2565202732": "Entrégale la flor dulce a Ivanovich",
"2565256895": "Viajeros perdidos: siguiendo el rastro",
"2565392439": "Una grata sorpresa",
"2566213748": "Habla con la persona asustada de la Comisión Tenryou",
"2566245607": "El orgullo de un oni",
"2566614324": "Busca a Araja y a Arama",
"2566671338": "Entrégale el tofu de almendras a Chenxiang",
"2567192676": "Ve con Gorou a buscar las directrices",
"2567303324": "Escolta a ambas personas a un lugar alto para liberar la linterna celeste",
"2567321820": "Dirígete al altar en las afueras de la ciudad",
"2568312904": "Vence a los Fatui",
"2568638236": "Busca pistas en el interior de la cueva",
"2568812252": "Despeja el campamento de los Ladrones de Tesoros",
"2569210628": "Ve al Valle Dadaupa",
"2569283719": "La odisea del Sr. García: un regalo de compatibilidad",
"2569514625": "Misión en blanco",
"2569786788": "Habla con Bárbara",
"2570770966": "Encuentra a Preservadora de Nubes",
"2571809207": "Adentrándose aún más",
"2571820628": "Ve al Gremio de Aventureros",
"2571902244": "Vuelve al lugar ceremonial",
"2573038575": "Busca huellas que haya dejado Ave Rapaz",
"2573962327": "Derrota a los adversarios que se aproximan",
"2574388684": "Examina el tablón de anuncios de la ciudad",
"2575331724": "Habla con el Irascible Wallit",
"2575514660": "Dirígete a la Plaza de los Cinco Kasen",
"2575613796": "Habla con Tommy",
"2576500188": "Habla con Kamei Munehisa",
"2576534423": "Habla con Paimon",
"2578805236": "Regresa con la muñeca al campamento y dásela a Chi Ding",
"2578950636": "Habla con el aranara",
"2579116816": "Recolecta la recompensa de Marjorie",
"2579412324": "Derrota a los Ladrones de Tesoros",
"2579423066": "Encuentra a Chang el Noveno",
"2579854372": "Habla con la consciencia de Nahida",
"2579933596": "Habla con la ilusión que está en la biblioteca",
"2580572529": "Permiso para volar",
"2580645876": "Inspecciona la sala y busca pistas",
"2580771692": "Ayuda a Hatim a elegir un plato de oro",
"2581190772": "Avanza por el lugar destartalado",
"2581568300": "Ve al lugar que indicó Yanfei",
"2581790188": "Habla con Paimon",
"2581805852": "Encuentra a Zhongli",
"2581985716": "Usa la Visión Elemental para seguir el rastro elemental Electro",
"2582632252": "Dirígete a la Plaza de los Cinco Kasen",
"2582674070": "Ve a los adultos en la taberna",
"2582713148": "Habla con la ilusión escondida",
"2583237596": "Ve a ver a Shigeru y Junkichi",
"2583476044": "Ve a la isla del suroeste",
"2583516524": "Encuentra el fragmento mecánico",
"2584077236": "Sigue buscando en los alrededores",
"2584697452": "Llega a las islas misteriosas",
"2584957036": "Habla con todos",
"2586708353": "Lo que el viento se llevó",
"2586711519": "Recuerdos de las inteyvat",
"2586719780": "Investiga la base secreta",
"2586910287": "Registro de progreso - Tercer registro",
"2587394812": "Entrégale el anillo que encontraste a Taliesin",
"2587858260": "Prepara la bebida para Diluc",
"2588193004": "Habla con Komaki",
"2588861380": "Habla con Xingchiu",
"2588869524": "Habla con los habitantes de Ritou",
"2589305489": "Conoce a tu enemigo y te conocerás a ti mismo",
"2589442364": "Negocia con Los Eremitas",
"2590330204": "Habla con Connor",
"2590833631": "Informe de funcionamiento autocíclico del Clavo: Procedimiento del experimento",
"2592586404": "Reporta los resultados a Momoyo",
"2592729636": "Recolecta 6 frutas en la naturaleza",
"2593328860": "Habla con Muzhen",
"2593719559": "Aprovecha que están frescas",
"2594202340": "Entrégale 3 cecilias a Alfred",
"2594400420": "Ayuda a Preservadora de Nubes a terminar el plato",
"2594821356": "Pasea por los muelles del puerto de Liyue",
"2594881711": "Trae la Lira Sagrada de vuelta a la Taberna",
"2594948310": "Persecución III",
"2595440964": "Entrega el sueño a Javi",
"2595943407": "Ataque autómata",
"2596406892": "Sigue las huellas de la persona sospechosa (0/3)",
"2596444756": "Deja el campamento Hilichurl",
"2596701636": "Dirígete a la Puerta de Piedra",
"2597468364": "Despeja los campamentos de los Ladrones de Tesoros",
"2597640456": "Terminar compra",
"2597755180": "Protege el monolito de líneas ley",
"2597756284": "Aumento del progreso de la misión",
"2597786103": "Negociación con el NPC 2 fallida - Regresar",
"2597870324": "Pon las cartas en el punto de encuentro",
"2597886852": "Habla con Yun Jin",
"2597970076": "Habla con Rhana",
"2598054676": "Busca más pistas",
"2598648524": "Busca a los pequeños tanuki",
"2598662780": "Dirígete al lugar señalado por la placa",
"2598895999": "Próxima parada: la Sima",
"2598906972": "Habla con Ei y Yae Miko",
"2601647884": "Vuelve a la Aldea Aguaclara a comprobar el estado de las víctimas",
"2601720236": "Habla con Ahangar",
"2602326692": "Toca el árbol",
"2603116428": "Habla con Diona",
"2603382679": "Personas de Mondstadt en Liyue",
"2603877111": "Flores de viento y copos de nieve",
"2604234644": "Cumple los deseos de la espada maldita",
"2604347767": "Arena mecánica",
"2604567190": "Habla con Li Ding y Li Dang",
"2606135852": "Encuentra otra piedra extraña",
"2606626492": "Ve al lugar indicado a recuperar la linterna celeste",
"2606853609": "¡Piratas en Liyue!",
"2606885780": "Inspecciona la zona anómala",
"2606905370": "Habla con la Abuela Ruoxin",
"2607473180": "Busca por los alrededores",
"2607788436": "Reúnete con Gorou, el general del ejército de resistencia",
"2608259743": "Epílogo",
"2608610452": "Habla con el aranara",
"2608708644": "Informa a Wang el Llave inglesa",
"2609386988": "Dirígete al refugio",
"2609677388": "Sigue a los Ladrones de Tesoros",
"2610162636": "Sigue el camino de la montaña",
"2611206876": "Informa a Hosseini",
"2611944028": "Habla con Atsuko",
"2612678580": "Ve a Jamikayomars para ofrecer el elixir",
"2612934876": "Dale el objeto al Hilichurl",
"2613560220": "Reúnete con Yelan en el Salón de Té Yanshang",
"2613669068": "Espera hasta el día siguiente y habla con el Sr. Zhu (12-18 h)",
"2613818188": "Entra en el nuevo espacio",
"2614101956": "Habla con los niños",
"2614375040": "Elimina a todos los monstruos",
"2614471322": "Obtén el tesoro",
"2614834380": "Busca pistas",
"2615173020": "Huye de la Isla Narukami y busca al ejército de resistencia en Tatarasuna",
"2615429980": "Haz algunas preguntas a Oda Tarou",
"2615708468": "Entrégale 5 electrocristales a Sanden",
"2617183716": "Derrota a Los Eremitas",
"2618005780": "Informa a Jinglun",
"2618446836": "Habla con Xavier",
"2618954420": "Inspecciona los alrededores para buscar una salida",
"2619130676": "Informa a Tsarevich",
"2619583108": "Toca la «Melodía del gran sueño» frente a la silapna",
"2619863924": "Examina los montones de minerales",
"2619957732": "Habla con Yanfei",
"2620018868": "Dirígete a investigar las ruinas y encuentra la ruta",
"2620351284": "Deshazte de los meteoritos restantes",
"2620418404": "Reporta la información a Momoyo",
"2620595556": "Cumple los deseos de la espada maldita",
"2620775172": "Espera a que llegue Yun Jin",
"2620790936": "Dirígete a investigar las ruinas",
"2620922148": "Ve a la ubicación que mencionó Akim",
"2621152964": "Promociona el curso de economía doméstica a los comerciantes de la ciudad",
"2621263500": "Explora el santuario abandonado",
"2621545049": "Secretos culinarios",
"2621561852": "Habla con Aragaru",
"2621667300": "Habla con Katheryne de Mondstadt",
"2621698876": "Entrega la mercancía a Elber",
"2622127052": "Investiga el Corazón de la Serpiente durante la noche infinita",
"2622390759": "Luna en ascenso",
"2622578204": "Ve a las cercanías de Lisha a buscar el mundo interior del Adeptus",
"2622688540": "Habla con Candace",
"2623104868": "Habla con Konda Densuke",
"2623368444": "Habla con Lizz",
"2625164046": "Combate con el apoyo de los Adeptus",
"2625952542": "Dirígete a El Obsequio del Ángel",
"2626007900": "Habla con García",
"2626690420": "Sigue a Sayu en la dirección en la que desapareció",
"2627097598": "Habla con Xiangling",
"2627164996": "Vete de la Sala de la Coronación",
"2627799780": "Encuentra a Chou",
"2627819599": "Informe de funcionamiento autocíclico del Clavo: Conclusión",
"2628846756": "Habla con todos",
"2629050212": "Habla con Tsuyuko",
"2629074884": "Confirma que todas están listas para la batalla",
"2629386628": "Habla con Lyudochka",
"2630364396": "Entrega 10 trozos de madera de murmurador a Ooshima Junpei",
"2630461079": "Sigue a Paimon",
"2630860716": "Sigue adentrándote en las ruinas",
"2631170582": "Ve a pedirle consejo a Lan",
"2631867744": "Habla con Allan",
"2632375068": "Habla con Dain",
"2632644623": "Sala 1 - Combate exitoso, misión marcada para obtener llave",
"2632875212": "Derrota al Emisario del Abismo",
"2632935060": "Habla con Fierro",
"2633349796": "Habla con los demás",
"2633918740": "Sigue a Zhiruo",
"2633950980": "Habla con Zhiruo",
"2634543132": "Pide a las miko que abandonen el santuario por un tiempo",
"2634677444": "Ve a las ruinas que había en las alturas, ahora sumergidas",
"2634726124": "Dale a Flora las flores que recuperaste",
"2634854628": "Reúne todos los materiales necesarios para fabricar omamori",
"2635090324": "Habla con Matsumoto",
"2635154396": "Regresa a la Aldea Vimara",
"2635452680": "Encuentra al gato",
"2636161884": "Toca la música según muestran las imágenes de las rosas",
"2637200680": "Dirígete a El Buen Cazador y habla con Sara",
"2637290428": "Habla con Wang el Llave inglesa",
"2637370004": "Derrota al Ladrón de Tesoros",
"2637528983": "El sentido de la espera sinsentido",
"2637711044": "Vuelve a entrar en las ruinas",
"2638013831": "Legado de Orobashi: Parte I",
"2638559396": "Habla con Paimon",
"2638618324": "Busca la espada que mencionó el samurái sin nombre",
"2638861428": "Ve a Levantaviento",
"2639227196": "Habla con Madarame Hyakubei",
"2640720366": "Habla con Zhongli frente a las puertas",
"2640947940": "Sal de la taberna",
"2641158772": "Habla con Parvaneh",
"2641500372": "Vuelve a la isla central",
"2641628124": "Habla con Krosl",
"2641839788": "Derrota a los monstruos que atacan",
"2642542812": "Habla con Dehya",
"2642649008": "Derrota al monstruo",
"2643259012": "Informa a Aramis",
"2643696884": "Sella las demás piedras sagradas",
"2644028612": "Ve a buscar los materiales para reparar el barco",
"2644101166": "Recoger libro",
"2644400372": "Interactúa con el gato extraño",
"2644639028": "#Espera hasta la medianoche (23-01{NON_BREAK_SPACE}h)",
"2644921612": "Lleva la comida al Taciturno Tingfang",
"2645091420": "Comprueba el activador",
"2645170540": "Elimina a los monstruos de los alrededores de la Aldea Chingtsé",
"2645519140": "Habla con Albedo",
"2645600164": "Dale a Flora los paquetes que recuperaste",
"2645653556": "Entrega los ingredientes a Jafar",
"2646027956": "Ve a la Terraza Yujing",
"2646227898": "Encuentra a Chang el Noveno",
"2646372575": "Amistad a punta de pluma",
"2646440292": "Recolecta 3 pedazos de cristal",
"2646604428": "Sigue la misteriosa estrella",
"2648382884": "Escapa de este lugar",
"2648610876": "Entrégale 1 pistilo de flor llameante a Kichiboushi",
"2648963172": "Lleva la comida al Taciturno Tingfang",
"2648971166": "Encuentra la olla gigante de la Tribu de los Carnívoros",
"2649159108": "Sigue a Dunyarzad",
"2649241303": "Caballera en ciernes",
"2649452399": "Apocalipsis de la Noche Eterna",
"2650461196": "Dirígete al oasis",
"2650511932": "Habla con Goth",
"2650591084": "Habla con Komakata",
"2650896172": "Busca a Fischl en la plaza",
"2651357012": "Habla con Kurosh",
"2651957308": "Habla con Ei y el samurái",
"2652346353": "Una carta inesperada que asciende a los cielos",
"2652969556": "Habla con Aranakin",
"2653327948": "Sigue a Mamesuke y Shibasuke",
"2653551812": "Usa el poder de kusava para romper el sello de la setasura",
"2654115996": "Entrégale 2 trozos de jamón al Sonriente Yanxiao",
"2654779743": "Compra tostadas del pescador",
"2655385996": "Completa la purificación del Cerezo Sagrado",
"2655403436": "Averigua de dónde procede el sonido",
"2658276004": "Descartar",
"2658517692": "Despierta a Haypasia",
"2658533868": "Busca los tesoros según las pistas del mapa",
"2659092740": "Libera todas las llamas del gran portal",
"2659786255": "El quid de la cuestión",
"2660296428": "Adéntrate en la Fragua Mikage",
"2660423839": "Daguerrotipo especial",
"2660460108": "Habla con las tres personas",
"2660812772": "(abandonado) Derrota al monstruo",
"2660866644": "Habla con Anthony",
"2661188956": "Disfruta el banquete",
"2661438764": "Haz que las tres hojas dentro del sueño apunten hacia la rama",
"2661894332": "Investiga el Árbol Onírico Ashvattha",
"2662457516": "Habla con Chian",
"2662642319": "Busca huellas que haya dejado Ave Rapaz",
"2662749396": "Habla con Xudong",
"2662879119": "El gran árbol: datos",
"2664772676": "Recoge la novela reservada",
"2664821460": "Encuentra al Infantil Jiang",
"2665148964": "Ve al lugar del que han hablado",
"2665792236": "Busca a Katheryne en el Gremio de Aventureros de Liyue",
"2665878628": "Habla con el Taciturno Tingfang",
"2665913332": "Derrota a los monstruos",
"2666153844": "#Espera dos días hasta que empiece el Festival de la Vendimia (08-10{NON_BREAK_SPACE}h)",
"2667834324": "Dirígete a la taberna Los Tres Cuencos",
"2667876940": "Examina el catálogo frente a la mesa de Lisa",
"2668682396": "Habla con Klee",
"2669295840": "Dirígete a ver detalles",
"2670005337": "Vinos de Mondstadt",
"2670111092": "Ve al lugar ceremonial",
"2670998161": "¿A dónde fue la Cuchilla Oculta?",
"2671125356": "Habla con Rudolf",
"2671945279": "Busca a la persona sospechosa utilizando la Visión Elemental",
"2671965252": "Habla con la Fischl de la Noche Eterna",
"2672527830": "Busca a los Ladrones de Tesoros siguiendo el informe",
"2672703684": "Explora el fondo del pozo",
"2673011762": "Habla con el Sr. Zhu",
"2673509876": "Encuentra a Aranishat",
"2673571972": "Habla con el Pequeño Kujirai",
"2674553551": "Cuentos de Tatara: el proceso lo es todo",
"2674709236": "Habla con Kamisato Ayaka",
"2674785284": "Dale los ingredientes al Sonriente Yanxiao",
"2675129239": "Otros usos del lodomento",
"2675332607": "Habla con Paimon",
"2675687652": "Habla con García",
"2675753356": "Informa a Preservadora de Nubes",
"2676639372": "Informa a Jinglun",
"2678421302": "Habla con Huai'an",
"2679138292": "Ve a Joyas Mingxing a hacer el encargo",
"2679727785": "Rompe el sello del Cementerio de Espadas",
"2680590044": "Muestra a Wener algún objeto de Liyue",
"2680594924": "Purifica el cristal gigante",
"2680803388": "Habla con Alhacén",
"2681239916": "Habla con Charles",
"2681593820": "Habla con Katheryne",
"2681741199": "Destello en la noche blanca",
"2681840300": "Habla con Muzhen",
"2682314284": "Habla con Eula",
"2682353476": "Entrégale a Yicheng un plato que lo pueda llenar",
"2682628948": "Habla con el Bardo del Abismo",
"2682830857": "Reliquias abandonadas",
"2682949623": "Lo pasado, pasado está",
"2683088092": "Dirígete al banquete en el Pabellón Liuli",
"2683870324": "Acércate al árbol donde están los escaradiablos",
"2683990361": "El plan de Venti",
"2684409476": "Reúne los cinco libros perdidos",
"2684423252": "Habla con el otro Hilichurl que quiere comunicarse",
"2684523724": "Espera a Kokomi cerca del Santuario Sangonomiya",
"2684810484": "Utiliza las Visiones para encontrar hierro estelar",
"2685170420": "Habla con Flora",
"2685660716": "Habla con los hermanos",
"2685981935": "Busca las pistas",
"2686622676": "Recolecta margaritas voladoras",
"2686797948": "Habla con Arabalika",
"2686844934": "Habla con Huai'an",
"2687036988": "Busca Cristales en la Guarida de Stormterror",
"2687488340": "Habla con Nahida",
"2688790364": "Inspecciona el lugar sospechoso y elimina cualquier amenaza",
"2689106188": "Derrota a los enemigos",
"2689533988": "Derrota a los enemigos",
"2690101422": "Recoge las lámparas ceremoniales para el ritual",
"2690786607": "Hasta que el bosque sane",
"2690823703": "Fierro y Ziwei, cuando están lado a lado...",
"2691181396": "Encuentra el utensilio para la ceremonia^",
"2691372612": "Habla con la ilusión",
"2691719628": "Habla con el soldado Fatui",
"2691903196": "Derrota a los monstruos que se aproximan",
"2691979444": "Habla con Fukumoto",
"2692096676": "Investiga las ruinas antiguas que hay en la isla del estanque",
"2692125375": "Dientes de león, rosas y margaritas voladoras",
"2692420324": "Usa el elemento Anemo o Hydro para limpiar los anuncios",
"2692624855": "Ingredientes para el Sonriente Yanxiao",
"2693082028": "Habla con Nobile",
"2693506084": "Dirígete al lugar donde se encuentran las raíces del Árbol Sagrado",
"2693605852": "Habla con la Pequeña Liu",
"2693920308": "Habla con Clímene",
"2694683543": "Intercambio recíproco",
"2694838326": "Reúnete con Preservadora de Nubes",
"2695012472": "Elimina a todos los monstruos y destruye los obstáculos",
"2695177052": "Ve hacia el bonsái",
"2696318044": "Espera a que anochezca (18-06 h)",
"2696966980": "Lleva la comida a la Despreocupada Linguan",
"2697560212": "Derrota a los Fatui",
"2697736876": "Habla con Aragaru",
"2697992854": "(Prueba) Regresa a Ordo Favonius",
"2698377516": "Habla con Kujou Takayuki",
"2699352916": "Detecta el rastro del aranara",
"2699610766": "Pregúntale al público sobre el cuento de Liu Su",
"2699906140": "Dirígete a la barra para completar los preparativos",
"2700746591": "Servicio posventa",
"2701912188": "Enciende las antorchas primigenias",
"2702186764": "Informa a Wangya",
"2702574412": "Recolecta 12 percibetormentas",
"2702753668": "Deja los suministros de comida en la tercera ubicación",
"2702975556": "Dale la madera de avellano a Wang Ping'an",
"2703352900": "Dale a la Srta. Bai los materiales para hacer una linterna celeste",
"2703550799": "Examen aventurero: remontando el vuelo",
"2703773772": "Limpia las pilas de flores secas del tejado",
"2703823844": "Derrota a todos los enemigos",
"2703953924": "Informa a Timaeus sobre los efectos de la poción hieloardiente",
"2703976788": "Habla con Albedo",
"2704102260": "Ve a donde está Yelan",
"2704484764": "Comprueba si el dominio está conectado con el exterior",
"2705085239": "Examen de ingreso al Gremio",
"2705415036": "Investiga el campamento de los Ladrones de Tesoros",
"2705562340": "Habla con Yabe",
"2705631471": "El encargo de “ese señor”",
"2705668876": "Entrégale 3 pescados a la parrilla de Mondstadt al Varonil Jack",
"2705909644": "Acaba con el humo negro (2)",
"2706316996": "Entrega el chile de Jueyun y la carne de ave al Chef Mao",
"2706385852": "Encuentra a los tres espías",
"2707412880": "Encuentra a Sara y pregúntale los detalles del encargo",
"2707655932": "Ve al otro lugar de la investigación",
"2708079580": "Habla con el Capitán Cuervo Noctívago",
"2708654452": "Regresa a Liyue",
"2709492044": "Comprueba en qué estado están las bayas",
"2709540472": "Veredicto de cliente 1",
"2710061144": "(TEST) Infórmale a Charles",
"2710465756": "Derrota a los Ladrones de Tesoros",
"2711213660": "Ve al lugar de la anomalía Electro y supera el desafío",
"2711394708": "Habla con Lynn",
"2711680020": "Discute con los demás la situación de la isla",
"2711847212": "Comprueba la situación de Haypasia",
"2711937124": "Evalúa a los candidatos junto a Yelan",
"2712099876": "Ve a la zona marchita que hay que eliminar",
"2713187356": "Derrota a los Ladrones de Tesoros",
"2713991150": "Deposita el jade noctilucoso",
"2714462340": "Dale a Flora los paquetes que recuperaste",
"2714837732": "Toca el bonsái",
"2715275684": "Habla otra vez con Ninguang",
"2715364988": "Habla con Klee",
"2715435841": "Encuentra y derrota al Mago del Abismo en la orilla del agua",
"2715737287": "Habla con Huffman",
"2715857876": "Ve al lugar acordado",
"2717676951": "Fuentes de energía de mecanismos autónomos: Caso práctico",
"2717946367": "Cocina mecánica II",
"2718421316": "Explora el área",
"2718782188": "Resuelve el acertijo de los mecanismos",
"2719366220": "Escucha la conversación de Shiyun y Boyi",
"2719633271": "Hierbas medicinales para el Herborista Gui",
"2721149751": "Derrota al Mago del Abismo",
"2721198436": "Entrégale 10 flores dulces al Herborista Gui",
"2721443220": "Habla con los aranara",
"2721808452": "Habla con Linling",
"2721826599": "Una antigua ciudad majestuosa",
"2721966990": "(Prueba) Iniciar modo de juego",
"2722143348": "Explora los alrededores en busca de una salida",
"2722856236": "Escucha la opinión de los demás",
"2723244068": "Encuentra el origen de los gruñidos",
"2723330324": "Sigue preguntando por el paradero de Fritz",
"2723441604": "Habla con Diluc y Kaeya",
"2723573900": "Habla con Diona",
"2723685764": "Activa la prueba del espíritu",
"2723850516": "Habla con Tang Wuchou",
"2723854836": "Habla con Xiao",
"2723908340": "Habla con Junkichi",
"2724781316": "Recopila ideas de los miembros del teatro",
"2725039944": "Destruye todos los maniquíes en 2 s",
"2725972758": "Destruye todos los maniquíes al mismo tiempo",
"2726213812": "Detecta el rastro del aranara",
"2726568841": "Viejos amigos",
"2727157348": "Habla con Brook",
"2727791436": "Habla con Ladep",
"2728068292": "Detecta el humo negro (2)",
"2728466716": "Ve al lugar habitual para explorar",
"2729328340": "Habla con Bárbara",
"2729605724": "Busca a Albedo",
"2729679572": "Sal de las ruinas subterráneas",
"2729829012": "Habla con los soldados",
"2729899684": "Habla con Arapacati",
"2729991420": "Habla con Araja en la casa",
"2730321132": "Encuentra al Rey Lobo del Norte",
"2730683444": "Habla con Chingzhou",
"2730712660": "Habla con Clímene",
"2731030887": "Ladrones entre la bruma",
"2731089828": "Ve a buscar pistas a la casa de Taj",
"2731314972": "Encuentra a Saimon Jirou en la Isla Jinren",
"2731615724": "Ayuda a la Srta. Bai a conseguir tres pedazos de carne cruda y tres pedazos de carne de ave",
"2732095182": "Elimina a todos los monstruos",
"2732437532": "Averigua la opinión de Kouichi",
"2732587654": "Juega con Shitou",
"2732599457": "Explora la bóveda",
"2732996144": "(TEST) Veredicto de los Cuatro Borrachos: ¡Terrible!",
"2733817876": "Enciende el fuego",
"2734141964": "Habla con Wangya",
"2734160868": "Entrégale 8 huevos de pájaro a Riku",
"2734490860": "Habla con Akim",
"2735084343": "«Mushounin»",
"2735196943": "Desmayo",
"2735690655": "Baladas del viento",
"2736350916": "Dirígete al Pueblo Bourou",
"2737011308": "Derrota al atacante",
"2737244220": "Ponte al lado de Aranakin",
"2737492820": "Busca a quien dirige la fábrica",
"2737754516": "Informa a Preservadora de Nubes",
"2738069164": "Encuentra al Infantil Jiang",
"2738227583": "Ingredientes especiales para coctelería",
"2738367212": "Recoge los 3 fragmentos",
"2738604044": "Habla con Tignari",
"2739239292": "Dirígete al núcleo para apagarlo",
"2739377372": "Investiga el conflicto entre los soldados y los comerciantes",
"2739747820": "Cuéntale a Jinwu lo que ocurrió",
"2740286036": "Habla con todos",
"2740787148": "Espera a que anochezca (19-04 h)",
"2740946892": "Habla con Anthony",
"2741855983": "Dirígete a la entrada de la Guarida de Stormterror",
"2742022628": "Habla con Luoxia",
"2742760764": "Dale a Cyrus un plato que cumpla con los requisitos",
"2743002300": "Dirígete al Gran Santuario Narukami",
"2743400932": "Habla con Allan",
"2744436812": "Habla con la persona que está a la entrada del valle",
"2745251972": "Escolta a ambas personas a un lugar alto para liberar la linterna celeste",
"2745422484": "Ve la Cámara de Comercio Internacional y pregunta a sus miembros sobre su situación",
"2745581230": "Siéntate al lado de Stanley",
"2746815860": "Derrota al Bardo del Abismo - Trueno púrpura",
"2747691628": "Derrota a los Ladrones de Tesoros",
"2747716252": "Sigue adentrándote mientras buscas a Benben",
"2747718847": "La eutimia solitaria",
"2748199252": "Reúnete con Keching",
"2748556980": "Habla con Huai'an",
"2748784444": "Espera hasta la tarde del día siguiente (14-18 h)",
"2748895484": "Habla con Diona",
"2748899156": "Dale la menta a Meng",
"2749041732": "Entra en las ruinas misteriosas",
"2749974180": "Despeja el campamento pirata",
"2751239463": "Superando el bloqueo",
"2752119660": "Ve con Thoma a ver a Sakai",
"2752259839": "Habla con Paimon",
"2752421884": "Persigue a los Ladrones de Tesoros",
"2752774924": "Pregúntale a Ahangar",
"2753629236": "Derrota al atacante",
"2754139188": "Detecta el rastro del aranara",
"2754398500": "Habla con la ilusión que está en el altar",
"2754726692": "Sirve la comida a Holderlin y Caspar",
"2754814508": "Usa el kusava para abrir un camino",
"2755651972": "Dirígete a la Academia de Sumeru y busca a Xudong",
"2755928479": "Fortuna servida en plato de oro",
"2756001527": "Viaje a Liyue",
"2756013817": "El tesoro de la Llanura Guili",
"2757781322": "Habla con Paimon",
"2758172476": "Captura imágenes de los murales en las ruinas",
"2758549164": "Habla con Sayu",
"2759022175": "Habla con Venti",
"2759367580": "Devuelve el permiso de paso a Yae Miko",
"2759534468": "Habla con Aragaru",
"2759597215": "Diálogo de huida",
"2759765804": "Habla con Zakariya",
"2760080220": "Dirígete a Vanarana",
"2760218396": "Habla con el Sr. Ábaco de Hierro",
"2760668932": "Lleva a Alois fuera de Mondstadt",
"2760971450": "Habla con Bao'er",
"2761113471": "Las sombras se alargan",
"2761320372": "Derrota a todos los Ladrones de Tesoros",
"2762367604": "Recolecta 12 pedazos de médula cristalizada",
"2763058287": "Introducción a la arqueología de interiores",
"2764279735": "Investiga lo que encontró Paimon",
"2764543148": "Elimina la barrera",
"2765910020": "Dirígete al lugar donde se encuentran las raíces del Árbol Sagrado",
"2766820748": "Habla con Kujirai Momiji",
"2767514481": "Atrapado en una tierra sin viento",
"2767752388": "Purifica el pilar gigante",
"2767812140": "Derrota a los miembros de la Comisión Tenryou",
"2768324900": "Derrota a los adversarios que se aproximan",
"2768737628": "Limpia los montones de flores marchitas de la muralla",
"2769972932": "Investiga el lugar de la subasta",
"2770422638": "Elimina los monstruos del área",
"2770493308": "Captura una imagen de la Boutique Ápex y su dueña",
"2770587300": "Encuentra Slimes en las afueras de Mondstadt",
"2770590511": "Abismo plenilunado",
"2770880828": "Busca el origen de la voz extraña",
"2771030228": "Prepara la bebida para Zhongli",
"2771080532": "Coloca las balizas para investigación",
"2771400030": "Recupera la Espada del Valor Fulgurante",
"2771515823": "Los encargos de la Comisión",
"2771555118": "Habla con los habitantes de la ciudad",
"2772017972": "Desentierra el dispositivo del amiti",
"2772411956": "Habla con Esther",
"2772430764": "Derrota a todos los monstruos",
"2774360060": "Habla con Heizou",
"2774796492": "Explora el área",
"2774939988": "Habla con Shenhe",
"2775848340": "Derrota a Los Eremitas",
"2776476980": "Acércate al arma de Váruna",
"2776490036": "Ve a la Farmacia Bubu",
"2777234172": "Espera a que comience la competición al día siguiente (10-14 h)",
"2777616316": "Ve a la Isla Seirai y captura algunas imágenes",
"2777971804": "Participa en la competición",
"2778175680": "Habla con el sirviente",
"2778241204": "Sigue explorando",
"2779268760": "Habla con Charles",
"2779564865": "Mago del Abismo",
"2780266575": "Sala 2 - Negociación exitosa, misión marcada para obtener llave",
"2780964201": "La purificación del mal",
"2781002132": "Habla con el Sonriente Yanxiao",
"2781241428": "Escucha lo que Wagner tiene que decir sobre el desconocido",
"2781577796": "Dirígete al Gran Bazar",
"2782441196": "Intenta abrir el féretro",
"2782506492": "Despeja el campamento",
"2782590100": "investiga el lugar donde golpeó el brazo",
"2783989212": "Dirígete al Salón de Té Yanshang",
"2784098316": "Entra en la Sede de la Comisión Tenryou",
"2784316524": "Aumento del progreso de la misión",
"2784673660": "Entrega el plato ya preparado a Tang Wen",
"2784705540": "Habla con Viktor",
"2784803932": "Entrega los materiales a Jiayi",
"2784918100": "Entrégale las semillas de diente de león a Godwin",
"2785659199": "Ve a la taberna el siguente día por la noche",
"2786028868": "Habla con Zhuhan, la responsable de la inscripción en el torneo",
"2787864775": "El paisaje del Estanque Luhua",
"2788086440": "Habla con Jean",
"2789211351": "Preparaciones para la travesía",
"2789731572": "Dirígete al “lugar normal” que dijo Hu Tao",
"2790299460": "Atraviesa el espacio desconocido",
"2791274340": "Pregunta a Chouji qué le parece la comida",
"2791480911": "Misión de las islas 1",
"2791507588": "Encuentra tres colmillos extraños",
"2791977508": "Habla con Yahan",
"2792230172": "Inspecciona la espada rota",
"2792275156": "Recoge 3 flores de seda",
"2792278412": "Derrota a la Arconte Electro",
"2792690524": "Habla con Kokomi",
"2792934391": "El resplandor del valor: Retorno al ocaso",
"2793240633": "Los límites de un aventurero",
"2793291884": "Reúnete con Nahida",
"2793918801": "Dirígete a la Aldea Chingtsé a preguntarle a la gente por pistas de los fragmentos",
"2793978124": "Dirígete al sitio del robo",
"2795450884": "Descansa hasta el día siguiente (06-00 h)",
"2796067116": "Utiliza el elemento Dendro para revitalizar las rosas",
"2796844684": "Habla con Kokomi",
"2797206492": "Obtén el colmillo de dragón imbuido de fuerza vital",
"2797213268": "Busca a Rozan",
"2798134436": "Habla con Kujou Sara",
"2798176556": "Participa en la competición",
"2798422028": "Dirígete al segundo campamento",
"2798440380": "Habla con Wang Ping'an",
"2798700983": "El último tesoro",
"2798751103": "Sueños embriagadores: epílogo",
"2799857020": "Habla con Diona",
"2800678036": "Pregunta por información a las personas cercanas (1/3)",
"2800760964": "Avanza sin que te descubran",
"2801053388": "Busca a Takuya",
"2802170044": "Entra en la máquina",
"2803063871": "Negociación con el NPC 3 rota - Activar antes de combate",
"2803253748": "Sal de la Sede de los Caballeros de Favonius",
"2803337836": "Sigue el rastro para buscar pistas",
"2803469204": "Activa el interruptor",
"2803641062": "Encuentra el tesoro",
"2803971860": "Continúa buscando pistas en el muelle (0/2)",
"2804510124": "Habla con Nahida",
"2804837940": "Habla con el ser extraño",
"2806017620": "Habla con Paimon sobre el asunto",
"2806569396": "Habla con Arapandu",
"2807673652": "Habla con Sayu",
"2807688996": "Lleva la comida al Holgazán Angelo",
"2808027332": "Busca las ofrendas para presentarlas en el monumento",
"2808441652": "Informa a Yasmín",
"2809778572": "Busca a Razor",
"2810238695": "Habla con Diluc",
"2810369652": "Comprueba la situación en la sala en el centro del nivel superior de las ruinas",
"2810608748": "Cuéntale la verdad a Kokomi",
"2811471540": "Derrota a los oponentes cercanos",
"2811879140": "Captura una imagen del mural de la Isla del Peligro",
"2811948664": "Habla con Nimrod",
"2812272199": "Merodea por las calles de Mondstadt",
"2812351022": "Regresa al Mercado eleste y habla con Huixin",
"2812607980": "Habla con Anna",
"2813062135": "El Día del Jñagarbha",
"2813405028": "Habla con Zhichiong, quien ha venido hasta aquí",
"2814397630": "Elimina los monstruos del área",
"2815222158": "Busca a Zhongli",
"2816055616": "Elimina todos los Slimes",
"2816554428": "Habla con Xudong",
"2816989460": "Rescata a Anisa",
"2817638999": "Derrota a los oponentes que atacan a la informante",
"2817733276": "Habla con Joel",
"2817819628": "Busca la sopa medicinal del Samachurl",
"2818233148": "Derrota a los Ladrones de Tesoros",
"2818598980": "Habla con Bennett",
"2818712764": "Sigue a Fujiwara Toshiko hasta el campamento",
"2818898950": "Habla con Verr Goldet",
"2819376036": "Habla con Xiao",
"2819682182": "(Prueba) Habla con Kaeya",
"2819904217": "Cuando sopla el viento del oeste",
"2820112340": "Derrota a los Caballeros Serpiente Negra",
"2820266444": "Ve con Junkichi a observar cómo trabajan los guardias",
"2820764770": "Aislamiento de reversión",
"2820994311": "Noelle, la Gran Maestra Suplente",
"2821343556": "Habla con el Chef Mao",
"2821469684": "Salva a Thoma",
"2822337335": "Flujo fantasmal: el filo ilusorio",
"2822356166": "Ve a ver en la construcción",
"2823042948": "Reúnete con el otro grupo",
"2823094380": "Regresa a la Aldea Vimara y habla con Amadhiah",
"2823729887": "El acertijo del Desfiladero",
"2823897945": "Guy desapercibido",
"2824197972": "Habla con Werner sobre el plan de acción",
"2824290508": "Habla con Sacarosa",
"2825148276": "Sigue a Teppei para ayudar a los soldados que están entrenando",
"2825293260": "Derrota a Kageroumaru",
"2826386548": "Ve al muelle a buscar al Sr. Dai",
"2826440692": "Derrota al Ojo de la Tormenta",
"2826605337": "Una sombra sobre Mondstadt",
"2826741868": "Pronuncia unas palabras sagradas ante la estatua del Kitsune Celestial",
"2828031052": "Busca la espada que mencionó Masanori",
"2828583052": "Busca a la comerciante omnipotente",
"2828603295": "El sueño del despertar",
"2828829348": "Adéntrate en la Aldea Aaru con Kalantari",
"2829201271": "Espadas, peces, resistencia",
"2829298135": "Busca a la persona sospechosa utilizando la Visión Elemental",
"2829589948": "Habla con Rudolf",
"2829919068": "Habla con Sumida",
"2830168063": "Fallo en reversión. Teletransportando...",
"2830273784": "Habla con Katheryne",
"2830715772": "Descartar",
"2831098924": "Habla con el Maestro Lu en la Carpintería Fanmu",
"2831188132": "Investiga el árbol vasara",
"2831267556": "Habla con Rahman",
"2831543047": "Flor del desierto",
"2831563812": "Espera a que aparezca la Gendou impostora",
"2831953327": "«El club del combate»: arena de Narukami",
"2832078828": "Sigue recibiendo a los visitantes",
"2833088820": "Prepara la bebida para Beidou",
"2833611100": "Descansa en la taberna",
"2833785380": "Habla con Katheryne de Sumeru",
"2834416076": "Habla con Kama",
"2834727012": "Ve arriba a buscar a Yebrael",
"2834765783": "Comparación de precios",
"2835035940": "Habla con Hosseini",
"2835340767": "Una pérdida misteriosa",
"2835409764": "Dirígete hacia el este del desierto",
"2835452775": "La prueba de Yachimatahime",
"2835783556": "Sigue a Bahari a la Aldea Aaru",
"2836831180": "Dirígete al Restaurante Uyuu",
"2837705724": "Ayuda a Xudong a cocinar un estofado de gemas",
"2837759644": "Ve al Restaurante Shimura",
"2838276748": "Habla de la situación con Krosl",
"2838764516": "Adéntrate en la Ejecución demoniaca",
"2838907724": "Ve a un lugar elevado y trae al gatito de vuelta al santuario",
"2839051910": "Habla con el personal del banco",
"2839810444": "Vuelve al Pabellón Yuehai para hablar con Huixin",
"2839882740": "Ajusta la temperatura del fuego",
"2839979732": "Habla con Arina",
"2841148215": "Un breve descanso",
"2841178140": "Habla con Fujiwara Toshiko",
"2842084628": "Lleva a Ogawa a la Comisión Yashiro",
"2842442972": "Habla con Cyno",
"2842604444": "Habla con Viktor",
"2842834767": "¡Intercambio equivalente!",
"2842868352": "Busca en el inventario los ingredientes necesarios para el Aceite Esencial de Impacto",
"2842981988": "Habla con Bárbara",
"2843380332": "Dirígete al almacén de los mineros",
"2843498164": "Habla con Venti",
"2843589040": "Dale el botín y la carta a Tunner",
"2843803503": "Cada persona con su deber",
"2843919956": "Derrota a los Hilichurls sobresaltados",
"2844527876": "Ve al suroeste de la Cordillera Tianheng",
"2844533356": "Habla con Rudolf",
"2844848140": "Pasea por los muelles del puerto de Liyue",
"2844965295": "El arte de la hospitalidad",
"2845027176": "Informa a Draff",
"2845129972": "Continúa avanzando junto con Arama",
"2845179036": "Negocia con Diane",
"2845371228": "Busca pistas del tesoro por la zona",
"2845632788": "Pide información a los lugareños",
"2845974964": "Habla con Dain",
"2845993324": "Habla con Xavier",
"2846281583": "Entra en la Sede de los Caballeros de Favonius",
"2847128860": "Averigua cómo va la kinografía de Xavier",
"2847896684": "Dirígete a la cueva de las ruinas del Valle Tianchiu",
"2848737180": "Entra en el Coloso de las Ruinas",
"2848948556": "Busca el segundo tomo de «El himno del Reino Sagrado»",
"2849428300": "Habla con Harris",
"2849435409": "El Rito del Ascenso",
"2849440580": "Habla con Amber",
"2849862548": "Vuelve al pequeño jardín de Aranaga",
"2850701340": "Habla con Lambad",
"2851543980": "Dirígete al lugar designado",
"2852509615": "Derrota a todos los oponentes en el área.",
"2852747012": "Ve al lugar acordado para tu clase",
"2853190716": "Espera en el lugar acordado",
"2853931996": "Busca las ofrendas para presentarlas en el monumento",
"2854416060": "Come con todo el mundo",
"2854674687": "Si debes, pagas",
"2854982004": "Haz compañía al perro ninja con Thoma",
"2855908924": "Informa a Preservadora de Nubes",
"2856461588": "Vete de la Sala de la Coronación",
"2856577751": "Espera a que anochezca (19-06 h)",
"2856599399": "¿Katheryne? ¿En Inazuma?",
"2857215084": "Habla con Fukumoto",
"2857607967": "El acertijo del corazón",
"2857740892": "Sigue a Albedo montaña abajo",
"2857865956": "Habla con Nahida",
"2858106444": "Derrota a los Fatui cercanos",
"2858296732": "Promociona el curso de tareas domésticas a Hirano",
"2858533732": "Cierra «El himno del Reino Sagrado»",
"2858574204": "Dirígete a las ruinas",
"2859375460": "Visita a Ioroi en el Bosque Chinju",
"2859592092": "Habla con Ziryab",
"2860193948": "Habla con Beatrix",
"2860385828": "Ve con Yoimiya y Klee al Festival Irodori",
"2860611724": "Derrota a todos los Ladrones de Tesoros",
"2860924980": "Ve al lugar ceremonial",
"2861793631": "Busca a Lisa en la biblioteca",
"2861816764": "Acércate al manantial de Aguaclara",
"2862304108": "Llévale a Azra su medicina",
"2862531148": "Habla con Aradashan",
"2864145351": "Pista del tesoro: Isla Flan",
"2864146500": "Termina de montar las bolas de cañón",
"2864408836": "Ve al lugar que detectó Albondimaru",
"2865091608": "Terminar la conversación",
"2865188119": "Dirígete al Viñedo del Amanecer",
"2865484959": "Salud e higiene",
"2865556092": "Habla con Margaret",
"2865655596": "Habla con Rhana",
"2866064708": "Entra en lo más profundo del sueño",
"2866277900": "Busca materiales para la reparación en el campamento",
"2866528295": "Estrellas de buena fortuna",
"2866680199": "Hierro para Kozue",
"2867016223": "Toma la «Guía de viaje de Teyvat»",
"2867304620": "Busca a Zhichiao",
"2867704532": "Completa la prueba de los Ladrones de Tesoros y consigue el tesoro",
"2867809740": "Ve a mirar el campo alrededor de la Aldea Chingtsé",
"2867996508": "Ve a buscar los materiales para reparar el barco",
"2868208404": "Ve al lugar que dijo Ilman",
"2868415788": "Conecta el sistema de alimentación de la cabina de control",
"2870399012": "Derrota a todos los oponentes",
"2870455244": "Habla con el soldado del ejército de resistencia",
"2870703041": "La Pista de Paimon al sentarse",
"2871682860": "Presenta tus respetos a Pervases",
"2871776039": "Colección de dragones y serpientes",
"2871858105": "Coleccionista de insignias Anemo",
"2873165319": "Todo para nada",
"2873170108": "Informa a Flora",
"2873241848": "Termina el encargo de Charles",
"2873695724": "Busca a Yun Jin en el Paso Lingju",
"2874200908": "Obtén la rama de coral sangriento",
"2875147828": "Habla con Neko",
"2875581676": "Habla con Ayaka",
"2877175436": "Habla con Hatim",
"2877524212": "#Espera hasta el día siguiente (07-09{NON_BREAK_SPACE}h)",
"2877653055": "Habla con la informante",
"2878883828": "Entra en la biblioteca del castillo",
"2879166644": "Lee un libro sobre estrategia militar a Kokomi",
"2879863678": "Habla con Xiao",
"2880147036": "Adéntrate en la Ejecución demoniaca",
"2880165260": "Resuelve el acertijo de Aralohita",
"2880317959": "Los cauces de la vida (I)",
"2880716516": "Investiga el lugar extraño",
"2880799364": "Ve al lugar donde está la máquina de los Fatui",
"2880861636": "Derrota a la Regisvid Cryo",
"2881804079": "El juego de las temari",
"2881940084": "Habla con Cyrus",
"2882074372": "Interroga a Kasim",
"2882205332": "Regresa a Aldea Aguaclara para negociar el pedido con Georg",
"2882445908": "Regresa a Mondstadt y busca a un erudito",
"2882961572": "Escala a lo alto de la roca",
"2883630180": "Habla con Ulman",
"2884105978": "Recupera el objeto de Bao'er del monstruo",
"2884302140": "Captura más imágenes de fósiles",
"2884978332": "Proyecta una grulla con las linternas giratorias",
"2885163886": "Guión de diálogo de Paimon (oculto)",
"2885876271": "¡Tiempo libre!",
"2885887532": "Informa a Jack",
"2886502348": "Habla con Chang el Noveno",
"2886695276": "Recolecta plantas cerca de los meteoritos",
"2887035572": "Dale a Chouji los pedazos de médula cristalizada",
"2887508775": "El sabor a “casa”",
"2887881516": "Habla con todos",
"2887895468": "Ve de noche a la playa que Kujirai Momiji mencionó",
"2888232388": "Derrota a los Hilichurls que te atacan",
"2889617140": "Comprueba la situación dentro del dominio",
"2890038808": "(TEST) Agregar ingredientes",
"2890385980": "Encuentra las piedras faltantes",
"2890520844": "Habla con Ivanovich",
"2890898916": "Habla con Dainsleif",
"2891318852": "Dirígete a la playa cercana",
"2891455612": "Habla con Murakami",
"2891572903": "Por caminos distintos",
"2891600100": "Busca un lugar tranquilo para seguir hablando con Alhacén",
"2891657108": "Busca pistas con la ayuda del cuaderno de ruta",
"2892036432": "Limpia la Estatua de Los Siete del Lago Estelar",
"2892841356": "Lleva comida a los Fatui",
"2893151436": "Dirígete a la Editorial Yae y busca a Yae Miko",
"2894385708": "Dale los rollitos de jade a Siegfria",
"2895586300": "Inspecciona los alrededores",
"2896046404": "Elimina la contaminación de la zona marchita",
"2896390585": "Busca a la erudita desaparecida",
"2896902196": "Explora el área",
"2897007652": "Haz algunas preguntas a Ooshima Junpei",
"2897568327": "Arreglos florales (IV)",
"2897580708": "Sirve la comida a Holderlin y Caspar",
"2897679212": "Habla con Bárbara",
"2897854543": "Reúnete con la informante en el lugar acordado",
"2897993076": "Dirígete a Espinadragón para un entrenamiento de conducta aristocrática",
"2898252255": "Registro de viajes",
"2898332884": "Vuelve a la arena en el Bosque de Piedra Guyun",
"2898614968": "Chiaoxi",
"2899259452": "Detén a los Ladrones de Tesoros",
"2900120012": "Entrega el material de dibujo a Vermeer",
"2900171199": "El gran árbol: raíces",
"2900999524": "Inspecciona la cabina de control",
"2901037692": "Habla con Yan'er",
"2901465700": "Dirígete al lugar indicado y busca pistas sobre la Confluencia Ashvattha",
"2901662932": "Habla con Albedo",
"2901801620": "Sigue a Chingzhou",
"2901903428": "Habla con Ramsay",
"2901908900": "Alcanza el objetivo sin que te lancen por los aires y sin recibir daño",
"2901931748": "Despídete de Hiroaki",
"2902035903": "¡Extra, extra!",
"2902092620": "Habla con Zhichiong",
"2903146892": "Encuentra al perro ninja que deambula por la naturaleza",
"2903336036": "Ayuda a la persona que está siendo atacada",
"2903606084": "Habla con Jack",
"2904464000": "Encuentra las solsettias",
"2906112492": "Habla con el Herborista Gui",
"2906443620": "Encuentra flores dulces de buena calidad",
"2906468494": "Informa a Huai'an",
"2906764236": "Ayuda a Bennett a reunir materiales",
"2906863300": "Regresa a Sangonomiya y habla con Tsuyuko",
"2906980132": "Habla con Wang Ping'an",
"2908154856": "Usa Anemo para dispersar el polvo",
"2909056260": "Ve con Thoma al puesto fronterizo",
"2909200100": "Despierta a Ninguang",
"2909326063": "Habla con Lisa",
"2909326916": "Ve al Gran Santuario Narukami y busca a Yae Miko",
"2909557648": "Usa la Visión Elemental para encontrar la llave",
"2910155164": "Dale a Kayvan los materiales para el cebo",
"2910403284": "Reúnete con Albedo",
"2910446948": "Habla con Vile",
"2910996444": "Informa a Toranosuke",
"2911135772": "Habla con Arama y entra en el sueño del árbol vasara",
"2911871128": "Acompaña a Ella Musk para hablar con el Hilichurl",
"2912214580": "Habla con el Infantil Jiang",
"2913022750": "Informa a Lan",
"2913128508": "Dirígete a la Villa Gandharva",
"2913349292": "Investiga la situación en la cueva",
"2913507644": "Sigue hablando con Nima",
"2914246553": "Llave perdida",
"2915096992": "Limpia las pilas de hojas",
"2915531284": "Encuentra ganchos de lobo rojos",
"2915634740": "Ve hacia el bonsái",
"2916192244": "Explora siguiendo el camino",
"2916576132": "Ve a El Buen Cazador a buscar a Mona",
"2917217516": "Jinwu está muy preocupada, habla con ella",
"2917537580": "Habla con Shiki Taishou",
"2917540588": "Pídele ayuda a Katheryne del Gremio de Aventureros",
"2917796604": "Busca pistas en la isla de más adelante",
"2918034276": "Investiga qué ocurre en las profundidades de las ruinas",
"2918061631": "Esta novela me suena",
"2918394364": "Pregunta a la gente por información",
"2918590886": "Escoge un pedazo de “nieve de papel”",
"2919345972": "Habla con Cyrus",
"2920681092": "Habla con Ryuuji",
"2920813412": "Inspecciona el estanque durante la noche infinita",
"2921119820": "Busca a Collei",
"2921636556": "Desobstruye las corrientes de agua de las islas",
"2921708444": "Informa a Xavier",
"2921763268": "Ve a Ritou a ver cómo van las cosas",
"2921791276": "Espera hasta las 08-12 h de la mañana del día siguiente",
"2921821532": "Habla con todos",
"2921906164": "Habla con la gente que hay delante del Restaurante Wanmin",
"2922506220": "Informa a Wakamurasaki",
"2922844332": "Habla con Xavier",
"2922972764": "Derrota al Bardo del Abismo - Llamas abismales",
"2923134220": "Busca al Miedoso Schuster",
"2923446615": "El tesoro tras la tormenta",
"2923595407": "Habla con Venti",
"2923899548": "Investiga los montones de materiales",
"2923952599": "Busca una marca extraña en el camino",
"2924008292": "Dile a Zhichiong que ya has destruido las llaves rocosas",
"2924769372": "Busca las ofrendas para presentarlas en el monumento",
"2925269364": "Habla con Rhana",
"2925420660": "Ve a buscar el tesoro",
"2926000783": "Recaudación de fondos para un evento benéfico",
"2926011820": "Negocia con los soldados del Caravasar Ribat",
"2926212284": "Sigue usando la Visión Elemental para buscar reliquias",
"2926247668": "Ve a Espinadragón y encuentra a Amber",
"2926416644": "Entrégale el regalo cuidadosamente escogido a Beatrix",
"2927566505": "Reparaciones urgentes",
"2928753996": "Derrota a Los Eremitas",
"2928891924": "Habla con Arataki Itto",
"2929209116": "Habla con Rafiq",
"2929942644": "Explora la cueva",
"2930275135": "Habla con Diluc",
"2930512204": "Encuentra la respuesta al acertijo",
"2930660660": "Habla con Dunyarzad",
"2930910911": "Investigación alpina",
"2931007460": "Encuentra y ofrece los objetos en los que Aberaku guardó sus pensamientos",
"2931256415": "Habla con el NPC en la habitación 3",
"2932375620": "Ve con Yoimiya y Klee al Festival Irodori",
"2932609692": "Regresa con Hiromi",
"2932703780": "Habla con Alois",
"2932826228": "Espera hasta el día siguiente (06-18 h)",
"2933446846": "Derrota a los Hilichurls malvados",
"2934382652": "Habla con Wangya",
"2934626596": "Activa el cincel de luz",
"2934864295": "Duro de rastrear",
"2935246588": "Habla con Fischl",
"2935595940": "Acércate al objeto violeta",
"2935915382": "Habla con Paimon (oculto)",
"2937205580": "Derrota a los monstruos mecánicos que se apoderaron del lugar",
"2937208204": "Recoge champiñones",
"2937401916": "Sigue las indicaciones de Yabe y encuentra pistas",
"2938043100": "Sigue a Fujiwara Toshiko hasta el campamento",
"2938425500": "Ve a la casa que hay en la playa",
"2938713100": "Habla con Cyrus",
"2939138972": "Habla con Nei",
"2939491836": "Habla con el Infantil Jiang",
"2939964225": "¡Piratas en Liyue!",
"2940169020": "Derrota al cangrejo mecánico",
"2940233548": "Dale la carta de Jiayi a la Pequeña Liu",
"2940363004": "Despeja los campamentos de los Ladrones de Tesoros",
"2940557908": "Habla sobre la isla",
"2940735908": "Habla con Yut",
"2940847316": "Reúnete con Yae Miko",
"2941228108": "Pregunta sobre los últimos envíos de mercancía",
"2941647500": "Ve a la Cámara Mística Onmyou",
"2942374484": "Habla con Dehya",
"2942820936": "Despierta al Hilichurl",
"2943776345": "Detrás de escena",
"2944305764": "Busca las pistas dejadas por Nikolay",
"2944847924": "Dirígete a la Sede de la Comisión Tenryou",
"2944903628": "Habla con Xavier",
"2945427033": "El origen de las linternas",
"2945512752": "Habla con Nora",
"2946314431": "Vacaciones estivales: procedan con precaución",
"2946715012": "Ve al Corazón de la Serpiente",
"2946837244": "Busca el camino que lleva hacia abajo",
"2947070516": "Derrota a 1 Hipóstasis para obtener 4 cargas de núcleo",
"2947254260": "Utiliza la Visión Elemental para seguir las huellas de Albedo",
"2947343412": "Habla con Fargani",
"2947516212": "Enciende el mecanismo que hay en el centro de la sala",
"2948082982": "Observar la ceremonia",
"2948106151": "Una despedida perfecta",
"2948217300": "Entra en el gimnasio y derrota a los oponentes",
"2949470828": "Habla con Yasuhiko Tarou",
"2949566159": "Elimina los Slimes",
"2949752860": "Habla con Bárbara y Rosaria",
"2949895940": "Informa a Harry",
"2949974676": "Dispersa el cúmulo de viento",
"2950025007": "Las flores de Alfred",
"2950079980": "Acompaña a Bárbara mientras cura las heridas de Uwe",
"2950330716": "Haz unos camarones de cristal deliciosos",
"2950538764": "Entra en la casa del jefe de la aldea",
"2950603743": "Wanmin para llevar",
"2951536212": "Toca la «Melodía del gran sueño» frente a la estela de piedra",
"2952122308": "Embarca en Albondimaru",
"2952604916": "Habla con Anthony",
"2952832876": "Dirígete a Liyue",
"2952929492": "Entra en la Casa de la Daena para buscar a Alhacén",
"2952935028": "Busca a la Pequeña Liu",
"2953665327": "Tiro al blanco",
"2953684092": "Busca a Albedo",
"2953748735": "Vuelta al mundo en siete días: belleza entre los carrizos",
"2954199116": "Intenta usar el mecanismo extraño",
"2955011271": "Dirígete a la Tribu del Eclipse en el Valle Dadaupa",
"2955105612": "Utiliza los peces fantasma para acceder a la torre del vacío",
"2955241708": "Espera 3 días",
"2955501220": "Ve a la siguiente zona de captura",
"2955824372": "Regresa al exterior del estanque para comprobar las marcas que dejó Wolfgang",
"2955887620": "Desentierra el dispositivo del amiti",
"2956116508": "Busca a Changping y Defu",
"2956136444": "Sal de las ruinas subterráneas",
"2956172532": "Habla con Dayu",
"2957022708": "Habla con el aranara que apareció de repente",
"2957471932": "Ve a la isla que mencionó Kazuha",
"2957630300": "Comienza el ritual de invocación",
"2958980447": "De vuelta a Wangshu",
"2959174615": "Regresa a la taberna",
"2959263268": "Dirígete a la Aldea Konda",
"2959734855": "Elimina los Slimes",
"2960118788": "Habla con Kamisato Ayaka",
"2960307854": "Entrégale las cabezas de loto a Pam",
"2960338583": "Habla con Venti",
"2960434756": "#Espera a las 16{NON_BREAK_SPACE}h y busca a Nahida en el Santuario Surasthana",
"2960990380": "Habla con Xamaran",
"2961550420": "Busca a Harris a las 18 h",
"2961770687": "Dirígete al Reino de los Lobos",
"2962733276": "Habla con Madam Ping",
"2963680265": "Moldeador de Montañas",
"2964980756": "Ve al puerto",
"2965556422": "Elimina a todos los monstruos",
"2965637380": "Inspecciona los objetos que se van a subastar",
"2965653054": "Encuentra el tesoro",
"2965941836": "Cuéntale a Thoma el problema de la Comisión Yashiro",
"2966082988": "Usa el kusava para romper el sello de la flor barsam",
"2966663668": "Busca a Itto cerca de Hanamizaka",
"2966795836": "Ve a un lugar más tranquilo",
"2967425908": "Ve al lugar del sorteo",
"2967772164": "Ofrece perlas de coral a las siete tumbas de la realeza",
"2969426340": "Habla con el otro Hilichurl que quiere comunicarse",
"2969475612": "Habla con Kayvan y Helbet",
"2969584212": "Entrégale al Bobo Ben los materiales para hacer las linternas celestes",
"2970053999": "Sigue la dirección a la que indican las marcas elementales",
"2970799288": "Dirígete a El Buen Cazador y habla con Sara",
"2971286836": "Habla con Paimon",
"2971805612": "Entra en el estanque",
"2971809060": "Destruye la barrera del mundo interior",
"2971963783": "Donde caen las estrellas del porvenir",
"2972716452": "Habla con Paimon",
"2972767633": "Dirígete a la Aldea Chingtsé y pregúntale detalles a la jefa de la aldea",
"2973036452": "Devuelve el reloj de bolsillo con la imagen a la Doncella del Espejo",
"2973160292": "Enfréntate a los miembros de la Comisión Tenryou",
"2973296300": "Comprueba la situación de la Fragua Mikage",
"2974355620": "Acepta la invitación de Mona y siéntate a su lado",
"2975843540": "Entrégale 10 frutos harra a Huseín",
"2976015324": "Riega la flor dragohueso con el agua del Lete",
"2976031444": "Atrapa a un pez para obtener escamas",
"2976321936": "Informa a Godwin",
"2976371791": "La verdad sobre lo que ocurrió",
"2976468284": "Sigue a Arabalika",
"2976672196": "Encuentra tres colmillos extraños",
"2976888012": "Habla con Fujiwara Toshiko",
"2977003583": "Pedazos de hierro para el Maestro Zhang",
"2977365127": "El enfrentamiento contra Ookubo Sanzaemon",
"2977539036": "Despeja el campamento de monstruos (descartado)",
"2977561532": "Habla con Kimiya",
"2977927932": "Habla con la ilusión",
"2978708604": "Sigue el rastro de Genta y Akira",
"2979013260": "Continúa avanzando con Bennett",
"2979413364": "Habla con Muning",
"2979507468": "Conversa con Kamei Munehisa",
"2979564992": "Persigue al enemigo de la Orden del Abismo",
"2979617500": "Busca los restos de Albondimaru",
"2979911596": "Ve a las cercanías del Peñasco Devoracarneros",
"2980069740": "Derrota a los Hilichurls",
"2980188116": "Habla con Ryuuji",
"2980768660": "Responde a Lenne",
"2981090719": "Infiltrarse en la Terraza Yujing para crear un NPC",
"2981205190": "Controla el fuego de las tres ollas",
"2981886060": "Informa a Esther",
"2982233020": "Encuentra la llave que robó el tanuki",
"2982319948": "Habla con todos en el banquete",
"2982356774": "Derrota a los Hilichurls malvados",
"2982975756": "Habla con Noelle",
"2983028564": "Habla con Huai'an",
"2983061084": "Conecta el sistema de alimentación del nivel inferior",
"2983530568": "Rama de activación de comunicación exitosa",
"2983655228": "Habla con los habitantes de Ritou",
"2983713919": "Medicina milagrosa",
"2984156844": "Habla con Alfred",
"2984581943": "¿Qué hacen los aventureros?",
"2984653860": "Derrota al Guardián de las Ruinas",
"2985536620": "Lleva la comida al Taciturno Tingfang",
"2985948864": "Habla con Jean",
"2986041820": "Habla con Shiki Taishou",
"2986185630": "Creando monstruos durante diálogo (oculto)",
"2986252788": "Acaba con el humo negro (2)",
"2988387916": "Dirígete al campamento Hilichurl",
"2988461380": "Habla con el aranara",
"2989066873": "Le llaman “Ave Rapaz”",
"2989446804": "Reúnete con Farabi",
"2989736084": "Busca al padre de Joel en el Camino Nevado",
"2989754908": "Habla con Nermín",
"2990011484": "Habla con Kayvan y Helbet",
"2990514500": "Habla con Geri",
"2990519406": "Hablar con Bolai",
"2991209756": "Sigue las huellas y persigue a Takuya",
"2991430060": "Supera las tres pruebas",
"2991444684": "Dirígete al Viñedo del Amanecer para encontrarte con Diona",
"2991638964": "Habla con Nobile",
"2991672948": "Juega con Kichiboushi",
"2993473228": "Habla con Beidou",
"2993906484": "Encuentra 8 hongos luminiscentes",
"2994471862": "Dirígete al lugar donde hacen la Linterna Mingxiao.",
"2994836964": "Ve al piso de arriba y siéntate cerca de la barandilla",
"2995205935": "El sabor de la naturaleza",
"2995401020": "Habla con la Hermana Grace",
"2995471006": "Derrota a los monstruos que se aproximan",
"2995545599": "El deber de los Superchefs",
"2995575702": "Sal de la oficina de los Caballeros de Favonius",
"2996174207": "Un viaje por Ritou",
"2996599065": "Súbete al ascensor",
"2996918612": "Escucha lo que Lawrence tiene que decir sobre el desconocido",
"2997829652": "Investiga el mapa sobre el muro",
"2997982972": "Dirígete a las afueras al norte de Liyue",
"2998003228": "Dirígete a la Aldea Chingtsé y dale una respuesta a Guanchui",
"2998021428": "Habla con Tsumi",
"2998226732": "Pasea con Thoma",
"2999364020": "Habla con los niños",
"2999806791": "Apocalipsis de la Noche Eterna",
"3000142948": "Habla con Kathya",
"3000193111": "Mira como Venti toma la Lira Sagrada",
"3000843680": "Habla con Ella Musk",
"3001040791": "Un plato de fuera de este mundo",
"3001134116": "Haz una ofrenda al árbol",
"3001193324": "Llega al fondo del lugar",
"3002150332": "Pregunta por información sobre los contrincantes",
"3002250404": "Pregunta en la Academia por el paradero de Alhacén",
"3002404967": "Banquete de celebración",
"3002519151": "Reproducir - Fábula",
"3002684788": "Habla con el soldado Fatui sospechoso",
"3003005596": "Dale 3 algas a Kiminami Anna",
"3003221404": "Habla con el Pequeño Kujirai",
"3003238206": "Pídele ayuda a Verr Goldet",
"3003853399": "Ve hacia las profundidades del bosque",
"3004073212": "Habla con Zhichiong",
"3005151263": "Merodea por Mondstadt de noche (18-06 h)",
"3005728756": "Explora la ilusión",
"3005882551": "Los cauces de la vida (II)",
"3006090684": "Habla con Guanchui",
"3006156796": "Habla con Jiangxue",
"3006931356": "Derrota al Bardo del Abismo",
"3007209588": "Dirígete a Puerto Ormos",
"3007226508": "Entrega 3 pétalos de cerezo a Kumi",
"3008292676": "Habla con Katheryne en Inazuma",
"3008345468": "Busca a Antei",
"3008425116": "Habla con todos",
"3008945863": "Habla con Diluc",
"3009299028": "Habla con Diona",
"3010681655": "En las piedras está la verdad",
"3011945636": "Habla con Yut",
"3012483220": "Responde a Ootomo",
"3013250816": "Recolecta Pergaminos Guía",
"3014161484": "Habla con Anna",
"3014281124": "Explora el desierto siguiendo las notas arqueológicas de Soheil",
"3014794863": "Un sueño culinario",
"3015118356": "Habla con Hongyu",
"3015494868": "Habla con Kujou Sara",
"3016864852": "Sigue negociando con Werner",
"3016981364": "Entrega la espada a Masanori",
"3017533852": "Consigue un poco de agua",
"3017581140": "Habla con Xiao",
"3017723364": "Investiga los alrededores de la Funeraria El Camino mientras esperas a Hu Tao",
"3017793692": "Sigue a Fujiwara Toshiko hasta el campamento",
"3019220535": "Paisajes estáticos (II)",
"3019443804": "Captura una imagen del mural de la Isla Incógnita",
"3019703382": "Encuentra a Moldeador de Montañas",
"3019763164": "Busca la espada que mencionó el samurái sin nombre",
"3020020887": "¿Dónde estará el Barco de la Consciencia?",
"3020768196": "Reúnete con Kamisato Ayato en la Hacienda Kamisato",
"3021472532": "Cuelga la linterna con el acertijo",
"3022053940": "Escucha la conversación de Shiyun y Boyi",
"3023700716": "Habla con Madarame Hyakubei",
"3023900164": "Adéntrate en la Guarida de Stormterror",
"3023924620": "Informa a Chingzhou",
"3024202452": "Toca la «Melodía del gran sueño»",
"3024319460": "Sigue a Dunyarzad",
"3024777143": "El pasado es como el polvo",
"3025108492": "Ve a donde está Clímene",
"3025175036": "Recoge dos tablas de madera",
"3026159284": "Regresa a El Camino y habla con Meng Dan para entender la situación",
"3026431484": "Habla con Luo Feng",
"3027049324": "Pregunta a los transeúntes",
"3027268844": "Ve con Fierro a buscar a Ziwei",
"3028238604": "Busca el rastro del equipo de arqueología siguiendo las huellas",
"3028558638": "Ve a Ellin",
"3028567252": "Informa a Yinxing",
"3028616348": "Habla con Ladep",
"3028695052": "Habla con Paimon",
"3028885892": "Habla con Hirayama",
"3029029068": "Ofrece perlas de coral a las siete tumbas de la realeza",
"3029083457": "(Prueba) Recuperar la botella a la deriva",
"3029687740": "Informa a Junkichi",
"3029710948": "Usa la pluma para buscar pistas",
"3029738889": "El engaño de Ladrón de Estrellas",
"3030185204": "Ve a la tienda de alquimia de Mondstadt",
"3030258892": "Habla con Ninguang",
"3030274212": "Captura 4 imágenes de animales típicos de Inazuma",
"3030511919": "¡Anna, la aventurera!",
"3030760844": "Descongela todos los fragmentos",
"3030852640": "Elimina a todos los monstruos",
"3031092412": "Derrota a todos los Ladrones de Tesoros",
"3031272166": "Entra a la Cámara de Jade",
"3031903487": "Encuentro fortuito",
"3031914012": "Habla con la Estatua extraña",
"3031970228": "Habla con Fushizome",
"3032200148": "Ayuda a Chouji a resolver su preocupación",
"3032677780": "Investiga el árbol vasara",
"3033400100": "Examina las propuestas de los candidatos",
"3033621972": "Habla sobre la cuestión de la hospitalidad con Thoma",
"3034242702": "Habla con Xiangling y la persona que tiembla de frío",
"3034788780": "Derrota a Haniyyah",
"3034928031": "Yo, erudito itinerante",
"3036057452": "Muéstrale los libros a Ema",
"3036270116": "Elimina la barrera",
"3036347092": "Recupera el paquete cerca de la Estatua de Los Siete de Espinadragón",
"3036493831": "Investigación acuífera",
"3036551732": "Habla con Harrison",
"3036578716": "Habla con Oleg",
"3037161004": "Espera al anochecer",
"3037213412": "Derrota a los guardias de la Comisión Tenryou",
"3037295052": "Dirígete a la Playa Oina",
"3037516356": "Observa las rosas de Sumeru para encontrar la canción oculta",
"3038191876": "Regresa al campamento para buscar a Albedo",
"3038459980": "Derrota a todos los Fatui",
"3038955732": "Activa el mecanismo que hay en el centro de la sala",
"3038979860": "Sigue adentrándote en las ruinas",
"3039222508": "Detén a los ladrones de tesoros",
"3039636312": "Habla con Charles y prepárate para hacer un cóctel",
"3039863460": "Habla con Gurgen",
"3040085764": "Entra en la habitación del fondo",
"3040480228": "Habla con el mercenario del Regimiento de Los Treinta",
"3040584612": "Habla con tu oponente",
"3040736727": "Neko es una gata: el gato y la piedra",
"3040858068": "Dale la carta a Shiyun",
"3041324158": "Coloca el perfume y la Campana purificadora en sus lugares",
"3041932186": "Derrota a los Hilichurls enfurecidos",
"3042674135": "Un estómago sin fondo",
"3043155164": "Habla con Paimon",
"3043276596": "Habla con Bennett",
"3043460380": "Habla con Meng",
"3043569468": "Ve al muelle sur a investigar",
"3043740727": "De la celda brota una flor",
"3043942191": "Superchefs: hora de recoger",
"3044819140": "Entrégale tres linternas celestes a Linling",
"3045211916": "Acompaña a Yeht y reúnete con los demás",
"3045474327": "El encargo de “ese señor”",
"3045757791": "Busca a la persona sospechosa utilizando la Visión Elemental",
"3045846204": "Habla con Marjorie",
"3046211628": "Destruye las rocas que bloquean el paso",
"3046377959": "Rastros en Tianchiu",
"3046494612": "Busca siguiendo las huellas",
"3046694668": "Busca las columnas de humo que se elevan hasta el cielo",
"3046997260": "Dirígete al lugar acordado y reúnete con Teppei",
"3047745548": "Dale un pescado a la parrilla de Mondstadt a Beatrix",
"3048640508": "Habla con Linyang",
"3048715236": "Habla con la Pequeña Liu",
"3049128252": "Habla con Bennett",
"3049624401": "Reclutamiento de nuevos compañeros",
"3050091540": "Negocia con los Samuráis del Shogunato en la Mina Jakotsu",
"3050177168": "Habla con Sara",
"3050560268": "Derrota a los enemigos",
"3050830054": "Misión de control de sistema en masa (pendiente de ocultar) 666",
"3050881308": "Dirígete al lugar señalado",
"3052595876": "Participa en las semifinales",
"3052819676": "Habla con la persona sospechosa",
"3053672952": "Dirígete a El Buen Cazador y habla con Sara",
"3053747228": "Habla con la gente",
"3053787084": "Busca el rastro del equipo de arqueología siguiendo las huellas",
"3054352764": "Habla con Aftab",
"3054510140": "Informa a Hosseini",
"3054804964": "Monta el castillo de juguete",
"3055227788": "Reúnete con Cyno en el Caravasar Ribat",
"3056283508": "Derrota al Samurái Kairagi y a los parias",
"3056443140": "Entrégale 10 espigas de trigo a Connor",
"3056762124": "Sube a la cima de la montaña y busca pistas",
"3056859180": "Entrégale la linterna celeste al Maestro Lu",
"3057187940": "Coloca las balizas de medición",
"3058606084": "Elimina la última zona marchita",
"3059221676": "Habla con Anthony",
"3059733268": "Ve con Ogawa a ver al Samurái Kairagi",
"3060649191": "Sal de la taberna",
"3060656052": "Habla con la persona sospechosa",
"3062161124": "Derrota a todos los Fatui",
"3062172756": "Examina el camino y repáralo",
"3062583023": "El tesoro de la sabiduría: Un nuevo plan",
"3062826788": "Derrota al samurái sin nombre",
"3063214687": "Salir del dominio",
"3063455375": "¿Por quién brilla esta linterna?",
"3063502052": "Habla con Kamisato Ayaka",
"3063572844": "Derrota a tu oponente",
"3064194556": "Elimina la zona marchita",
"3064264896": "Habla con Farrah",
"3065306636": "Intenta abrir la habitación del fondo",
"3065622100": "Busca a Mumu para pedirle un recuerdo",
"3065996004": "Empieza a preparar la bebida",
"3066080092": "Habla con los integrantes del Escuadrón Pez Espada n.º 2",
"3066403206": "Ve hacia la Terraza Yujing",
"3067316972": "Sigue la misteriosa estrella",
"3068383412": "Convence a Chingzhou de que no se acerque a los meteoritos",
"3068748348": "Habla con Huffman",
"3068901944": "Encuentra una tabla de madera",
"3069112484": "Alcanza a Meng Dan",
"3069544047": "Bajo una misma sombra",
"3069780796": "Juega al escondite con la Pequeña Ming",
"3069879206": "Reúne 5 tablas de madera",
"3069947143": "Suministros de emergencia",
"3070323108": "Reúnete con Kokomi en el lugar acordado",
"3070609796": "Sitúate en un buen lugar para capturar la imagen",
"3070624785": "Poder inesperado",
"3071306372": "Ve a la Isla Seirai y captura algunas imágenes",
"3071624084": "Habla con Shigeru",
"3071820785": "¡Corre, Nora!",
"3071831116": "Adéntrate en la cueva",
"3072203636": "Encuentra a Anna",
"3072644180": "Dirígete al Reino de los Lobos",
"3073043700": "Ve a ver a “un amigo” con Thoma",
"3073212836": "Enseña a Meng a cocinar",
"3073653204": "Derrota a los intrusos del almacén",
"3073691260": "Derrota a todos los Ladrones de Tesoros",
"3073719316": "Habla con Kujirai Momiji",
"3073940972": "Derrota a los monstruos de la emboscada",
"3074082052": "Descansa hasta la mañana del día siguiente (8-10 h)",
"3074520812": "Entrégale 1 semilla de diente de león a Freki",
"3074745892": "Dirígete al Restaurante Wanmin",
"3074753196": "Observa el mapa tallado",
"3074833196": "Intenta romper el sello",
"3074855916": "Habla con Alhacén",
"3075060988": "Habla con Kiminami Anna",
"3076021188": "Busca a Yae Miko",
"3076295588": "Habla con el Infantil Jiang",
"3076375660": "Averigua la opinión de Qiuyue",
"3076397400": "Busca en el inventario los objetos necesarios para la Máscara Sucia",
"3077923526": "Dirígete a la Sede de los Caballeros de Favonius",
"3078065660": "Habla con Shayin",
"3078393108": "Examina el camino y repáralo",
"3078404980": "Habla con Goth",
"3078798204": "Habla con Arama",
"3078982260": "Habla con Kiminami Anna",
"3079349132": "Regresa a la Herrería Amenoma",
"3079456460": "Busca la pintura y los pigmentos de Vermeer",
"3079531492": "Avisa a los clientes del cese de actividades del teatro",
"3079990212": "Dirígete a Liyue",
"3080069892": "Ve a la ajetreada zona comercial de Ritou",
"3080131548": "Habla con Tsumi",
"3080224040": "Termina todos los encargos",
"3081026988": "Usa el kusava para romper el sello de la flor barsam",
"3081185100": "Habla con Tsuyuko",
"3081304372": "Entrégale 3 campanitas de cristal al Herborista Gui",
"3081333420": "Interludio: habla con Dehya y Rahman",
"3081484503": "Diálogo - Misión oculta 666",
"3081618820": "Entrega los materiales al Nervioso An",
"3081753044": "Habla con los hermanos",
"3081866308": "Busca a Roald",
"3081963108": "Habla con Heizou en un lugar cercano",
"3081999460": "Regresa a la silapna",
"3082111767": "Ve a la Sede de los Caballeros de Favonius",
"3082458623": "Limpiando el santuario",
"3083073564": "Reúnete con Haniyyah",
"3084439804": "Habla con la Abuela Ruoxin",
"3085078100": "Habla con Yingzhu",
"3085200519": "El deseo de Soheil",
"3085788668": "Habla con Margaret",
"3086338855": "Laberinto bajo las rocas",
"3086926412": "Regresa a la Plaza de los Cinco Kasen",
"3087040420": "Derrota a todos los monstruos",
"3087484588": "Lleva la comida a la Despreocupada Linguan",
"3088380760": "Derrota a los monstruos cercanos",
"3089112988": "Ve a las cercanías de la Academia",
"3090270604": "Habla con Paimon",
"3091210268": "Dirígete al Viñedo del Amanecer",
"3091546908": "Ve a la zona de captura",
"3091760606": "Persecución II",
"3092131087": "Reencuentro con el hombre consternado",
"3092399559": "Salvando al aranara",
"3094876975": "Negociación con el NPC 3 exitosa - Regresar",
"3095101764": "Habla con Viktor",
"3095428604": "Explora los alrededores en busca de señales de espíritus malignos",
"3095622580": "Lee las directrices con Gorou",
"3095951140": "Usa la «Melodía de los nuevos brotes» para abrir un camino",
"3096163420": "Habla con Paimon",
"3097055190": "Informa a Zhihua",
"3097387468": "Derrota a los enemigos",
"3097590348": "Ve al lugar especificado y derrota a los Ladrones de Tesoros",
"3098862420": "Sigue avanzando junto al animal de carga",
"3099128052": "Dirígete al lugar del que procede la llamada de auxilio para investigar",
"3099185967": "Problemas que vienen con la corriente",
"3099575700": "Habla con Diona",
"3099896599": "Rey del océano: a la espera",
"3099982052": "Entrégale 10 duraznolivas a Peseng",
"3100459500": "Sal de la arena",
"3100986164": "Investiga las mercancías en el campamento",
"3101227535": "La cola de Watatsumi",
"3101549764": "Ve al mejor lugar para capturar una imagen",
"3101660484": "Habla con Noelle",
"3101836996": "Habla con Alexandra",
"3102458168": "Habla con Michelle",
"3102942692": "Recoge la hierba yajña",
"3103109292": "Encuentra néctar de Megaflora Cryo",
"3103454076": "Derrota al Emisario del Abismo",
"3104052111": "Vuelta al mundo en siete días: costumbres de dos ciudades",
"3105356852": "Entrégale el estofado de gemas delicioso al Sr. Zhu",
"3107471404": "Habla con Xavier",
"3107868196": "Ayuda a Shouta a hacer una ofrenda en el altar",
"3108197268": "Habla con todos",
"3108726092": "Busca diarios en la cámara secreta",
"3109220684": "Vuelve a descongelar todos los fragmentos",
"3109995868": "Habla con Iris",
"3110602455": "Forma de castigo",
"3110684588": "Obtén azurita de los floti flotis",
"3110752452": "Habla con Nahida",
"3111176726": "Escapa de la persecución del Ejército de las Mil Rocas",
"3111603700": "Dale a los gatos la comida felina revitalizante deliciosa",
"3112827620": "Habla con Xavier",
"3113569748": "Usa el elemento Anemo o Hydro para limpiar los anuncios",
"3113747516": "Habla con Paimon en la Plaza de los Cinco Kasen",
"3113870806": "Usa la Visión Elemental para rastrear a los Hilichurls malvados",
"3114680036": "Habla con Meng",
"3115967948": "Acaba con el humo negro (2)",
"3116383100": "Habla con Mamesuke y Shibasuke",
"3116450268": "Libera todas las llamas del gran portal",
"3116770430": "Ve a Timmie",
"3116984276": "Habla con Dunyarzad",
"3117503804": "Busca la otra mitad del barco",
"3117514244": "Habla con Kurisu",
"3118074905": "Habla con Huai'an",
"3118199516": "Informa a Hiiragi Chisato",
"3118424423": "Juntos bajo los fuegos artificiales",
"3118665606": "Investiga el montón de materiales",
"3119302964": "Informa al Sr. Zhu",
"3120484908": "Busca los lirios de cristal necesarios para reparar la mandolina",
"3121911476": "Acércate al tablón de anuncios del Gremio",
"3121919204": "Busca a Yun Jin en la Casa de Té Heyu",
"3122489340": "Dirígete al Gran Santuario Narukami",
"3122864438": "Habla con Zhihua",
"3123141396": "Habla con Nantuck",
"3123430668": "Entra en el pasaje secreto que hay tras el mural",
"3123770383": "Expediente Bantan Sango: una identidad adecuada",
"3124600516": "Habla con el Nervioso An",
"3125587020": "Habla con el aranara",
"3125663484": "Espera a tu cita de la mañana siguiente (06-08 h)",
"3126017879": "¡Izad las velas!",
"3126366404": "Lleva la comida al Diligente Silio",
"3127100673": "¿Camino bloqueado?",
"3127298654": "Habla con Bolai",
"3128862167": "Reportando",
"3128960631": "Práctica real",
"3129039764": "Contempla las vistas desde Liyue para ordenar tus pensamientos",
"3129058260": "Habla con Ninguang",
"3129500188": "Habla con Ayaka",
"3129662094": "Busca señales del amor",
"3129989865": "¡Qué novela!",
"3130433084": "Llega a la isla",
"3130782060": "Habla con el Sonriente Yanxiao",
"3131649070": "(test) Encuentra al Ejército de las Mil Rocas",
"3132225132": "Pregunta a Chian",
"3132985276": "Abre la puerta de piedra de la cámara del tesoro",
"3133165572": "Dirígete al campamento",
"3133180980": "Ve a donde se encuentra Kazuha",
"3133616668": "Habla con Kamisato Ayaka",
"3134273836": "Investiga el lugar extraño",
"3134566996": "Dirígete a la sala que hay en el centro del nivel superior de las ruinas",
"3134640380": "Habla con Ji Tong",
"3134815260": "Derrota a los subordinados de Scaramuccia",
"3135140977": "Desafío contrarreloj de la Costa de Yaoguang",
"3135367532": "Dirígete a la Colina Wuwang",
"3135396312": "Habla con Patxa",
"3135654476": "Impide que los monstruos suban la montaña",
"3136198196": "Habla Xu Liushi",
"3136230904": "Habla con Sara",
"3136266564": "#Espera hasta la mañana del día siguiente (08-12{NON_BREAK_SPACE}h) para hablar con Fushizome",
"3136546647": "Al otro lado de la isla y el mar",
"3136873596": "Ayuda al pueblo de Xamaran",
"3137074724": "Habla con Lyudochka",
"3137110383": "Nuevos brotes",
"3137264748": "Averigua qué tan fuertes son los competidores",
"3137932111": "Vida en altamar",
"3138305196": "Regresa al bastión de los Fatui",
"3138390172": "Ve a la tienda de alquimia",
"3138505559": "Vendedora de... ¿fertilizantes?",
"3138756796": "#Espera hasta la noche del día siguiente (19-00{NON_BREAK_SPACE}h)",
"3139607252": "Dirígete al campamento al pie de Espinadragón",
"3139610012": "Ve al Gremio de Aventureros",
"3139611108": "Reúnete con Razor",
"3140194452": "Habla con Komakata",
"3140295932": "Comprueba la situación de la Fragua Mikage",
"3140703060": "Dirígete a la Colina Wuwang y participa en la prueba de valor",
"3140754596": "Habla con los demás",
"3140800703": "Entra en el lugar donde se guarda el artefacto",
"3141056284": "Deja los suministros de comida en la segunda ubicación",
"3141575428": "Reúnete con Arama",
"3141787631": "Entra en las ruinas",
"3142099628": "Reúnete con los demás en la entrada de la aldea",
"3142196964": "Completa las tareas en el tiempo establecido",
"3142324054": "Habla con Pum",
"3142834945": "¿Un gran paso para la alquimia?",
"3142874364": "Informa a Corazón Gélido",
"3143594860": "Atrapa el “destino”",
"3143857628": "Prueba la arena mecánica",
"3144009540": "Habla con Ninguang",
"3146037007": "Sala 3 - Combate exitoso, misión marcada para obtener llave",
"3146345108": "Intenta eliminar el tumor de la zona marchita",
"3146662940": "Habla con Bohuan",
"3146734100": "Habla con Bennett",
"3147450548": "Ve a la ciudad",
"3147477084": "Enfréntate al líder Samurái Kairagi",
"3147494684": "Sigue el rastro a lo largo del camino",
"3147657180": "Sigue buscando runas",
"3148391364": "Habla con el Sonriente Yanxiao",
"3148446660": "Dale el núcleo de los prodigios y el talismán de los Adeptus a la secretaria",
"3148829228": "Captura 4 imágenes de objetos típicos de Inazuma",
"3150611916": "Lleva a Mona el libro de Leonard",
"3150942974": "Encuentra el tesoro",
"3151072092": "Habla con García",
"3151452292": "Dirígete a la plaza de la Catedral",
"3151610934": "Dirígete a la Casa Dorada",
"3152198577": "El tesoro del marinero",
"3152704188": "Sigue explorando",
"3152894996": "Dirígete al Archipiélago Manzana Dorada",
"3152977592": "Habla con Jack",
"3153438444": "Dirígete al lugar designado",
"3154012380": "Recoge leña",
"3154152798": "Acércate a la olla gigante",
"3154546844": "Encuentra y ofrece los objetos en los que Aberaku guardó sus pensamientos",
"3154879348": "Habla con el Varonil Jack",
"3155216188": "Habla con Paimon",
"3155633836": "Habla con Chian",
"3156689516": "Conecta los cuatro relés del nivel intermedio",
"3157034524": "Informa a Hongyu",
"3157123956": "Habla con Abuela Shan",
"3157253580": "Sigue a Kichiboushi",
"3157379180": "Habla con la ilusión de Date",
"3157629263": "Jardín primaveral de antaño",
"3157855473": "La solitaria pesca de Jiangxue",
"3157983804": "Ve al lugar designado a investigar",
"3158517470": "Encuentra el tesoro",
"3158835332": "Busca a Xavier",
"3159431215": "¡Mediré el mundo!",
"3160523428": "Ve a la plataforma central",
"3161260833": "El Chi de antaño",
"3161861564": "Analiza la estrategia con Kokomi",
"3162184380": "Habla con el Primer Oficial Juza",
"3162629884": "Obtén una baya Dendro-procesada",
"3162982934": "Extrae el aceite esencial de flor de seda",
"3163228228": "Regresa al campamento",
"3163597263": "Experimento n.º 1: Los elementos",
"3164189183": "Un sinfín de oportunidades",
"3164348084": "Muestra al ejército de resistencia tus habilidades con el arco",
"3164815276": "Busca a Aragaru",
"3165701156": "Entrégale a Yicheng un plato que lo pueda llenar",
"3165947692": "Charla con la gente del teatro",
"3166212396": "Haz una ensalada saludable para Sara",
"3166364396": "Acércate a la Fragua Mikage",
"3166737532": "Ve a la entrada a recibir a los visitantes",
"3167364844": "Intenta interactuar con Paisley",
"3168416788": "Derrota a todos los monstruos",
"3168695564": "Habla con Albedo",
"3168737500": "Pregunta a Huixing, la piloto del barco",
"3168828697": "El tesoro de los Caballeros de Favonius",
"3169201116": "Habla con Albedo",
"3169622388": "Habla con Haypasia",
"3170170948": "Informa a Raef",
"3170177764": "Habla con Shenhe",
"3170376212": "Encuentra los Moras que el hurón ladrón había escondido",
"3170892100": "Pregunta a los aldeanos por Youhei y su hermano",
"3171677655": "Vuelta al mundo en siete días: soledad en Guyun",
"3171910732": "Avanza sin que te descubran",
"3172137956": "Recoge cabezas de loto por la noche (00-06 h)",
"3172144892": "Escapa junto a Raunak",
"3172241982": "Coloca el incienso eterno en su lugar",
"3172930465": "Busca a la erudita desaparecida",
"3173154556": "Comprueba el estado de las lámparas en el camino",
"3174035900": "Habla con Zhichiong",
"3174041628": "Espera al día siguiente (10-12 h) y habla con Inaba Kyuuzou",
"3174426249": "Llave perdida",
"3174633076": "Habla con las secretarias de la Cámara de Jade",
"3174677172": "Dirígete a Enkanomiya",
"3175066164": "Despierta del sueño",
"3175234788": "Habla con Cyrus",
"3175709772": "Habla con Paimon",
"3175789063": "¡Bebidas refrescantes a toda vela!",
"3175830156": "Vuelve a la Aldea Aguaclara y habla con Brook",
"3176249196": "Entrega 3 minerales de hierro a Ooshima Junpei",
"3177094116": "Termina el rodaje del primer acto",
"3177350316": "Habla con Kichiboushi",
"3177844268": "Elige los condimentos adecuados",
"3177976612": "Descongela todos los fragmentos",
"3178114476": "Lleva de vuelta al Tío He al campamento para que vea a Jinwu",
"3178457628": "Continúa siguiendo el aura para encontrar pistas",
"3179695812": "Habla con Sara",
"3179935616": "Escucha a escondidas la conversación entre el Burgués Maocai y los Fatui",
"3179937308": "Avanza junto al animal de carga",
"3180237884": "Continúa siguiendo los rastros",
"3181666484": "Ayuda al pueblo de Xamaran",
"3181675028": "Habla con Klee",
"3182090036": "Explora los alrededores de la Sima",
"3182370132": "Informa a Hosseini",
"3182371628": "Al menos, encontramos un camino para bajar.",
"3182619908": "Habla con Albondimaru",
"3183193516": "Habla con Gygax",
"3183366428": "Revitaliza las semillas",
"3183514431": "Recuperándose de la enfermedad",
"3183858492": "Dirígete al campamento de los Ladrones de Tesoros",
"3184403103": "Retratos del mundo",
"3184909172": "Explora las ruinas",
"3185431980": "Habla con Kiminami Anna",
"3185823076": "Activa el mecanismo",
"3185866927": "Cuentos de Tatara: prueba funcional",
"3186140356": "Habla con Ararycan",
"3187842063": "Transformación del problema: Buscando la clave",
"3187859652": "Sigue al Seelie",
"3187870135": "¿De dónde cayeron las rocas espíritu?",
"3187936892": "Habla con Maruf",
"3188436652": "Derrota al Samurái Kairagi",
"3188478172": "Dirígete a la Llanura Byakko",
"3188488964": "Habla con Albedo",
"3188561556": "Coloca la Brida divina en el agua",
"3188672111": "Adéntrate en el escondite de los Fatui para encontrar la llave",
"3188851780": "Habla con Mamesuke y Shibasuke",
"3189008302": "Dispara al punto luminoso de las dos Estatuas Yaksha",
"3190276780": "Toca la «Melodía del gran sueño» en el lugar indicado para atraer al aranara",
"3190341988": "Destruye los árboles",
"3192947740": "Busca las demás llaves con patrones",
"3192965116": "Toma una imagen panorámica del Árbol Sagrado",
"3194630564": "Habla con Maksim",
"3194647356": "Habla con Bárbara",
"3194802612": "Busca las caracolas perdidas",
"3194857030": "Elimina los Slimes (bonus)",
"3195052692": "Habla con Eula",
"3195071304": "Ve a ver detalles",
"3196362820": "Habla con Neko",
"3197417476": "Regresa a la arena del Torneo Loto Nilotpala",
"3197705004": "Derrota a los Ladrones de Tesoros",
"3197851428": "Vuelve al lugar donde se encuentra Rhana",
"3198332380": "Lánzate por el precipicio para buscar escaradiablos",
"3198587668": "Habla con Yae Miko",
"3199255500": "Prepara un pescado a la parrilla de Mondstadt",
"3199302164": "Regresa al campamento de espeleólogos en la Sima",
"3199312108": "Ve al Bosque de Piedra Guyun",
"3199439812": "Acompaña a Schubert a encontrarse con sus colaboradores",
"3199994692": "Despierta a Ninguang",
"3200112572": "Utiliza la Visión Elemental para seguir las huellas de Albedo",
"3200321308": "Drena el agua de la cueva",
"3200370287": "Posada Wangshu a domicilio",
"3200640316": "Busca a Zhichiong en donde están colocadas las balizas",
"3200701084": "Prueba la cápsula de conocimiento en las afueras",
"3201278239": "Busca a la persona sospechosa utilizando la Visión Elemental",
"3201698176": "(TEST) Agregar ingredientes",
"3201810996": "Habla con Dain",
"3201890153": "Mingxiao en el mar",
"3202325620": "Encuentra al comerciante que hace contrabando con Médula cristalizada",
"3203549958": "Sal de la oficina de Jean",
"3203578148": "Alimenta a los gatitos con pescado",
"3203648652": "Sigue las indicaciones del libro y dirígete al Arrecife de Musk",
"3203869628": "Habla con el Jeque Zubayr",
"3204050012": "(test) Elimina el núcleo final",
"3204595724": "Comprueba qué le pasa a Jilliana",
"3204629660": "Busca a Schuster en Espinadragón",
"3205444716": "Sal de la habitación",
"3206165844": "Busca inspiración poética cerca de la Terraza Yujing",
"3207215748": "Planea una estrategia con Paimon",
"3207253742": "Ve a recoger agua",
"3207523620": "Detecta el humo negro (1)",
"3207611958": "Destruye todos los maniquíes al mismo tiempo",
"3208198972": "Ayuda a Hatim a elegir un plato de oro",
"3208792276": "Obtén el agua cristalina",
"3209786444": "Habla con Moseis",
"3209918676": "“Exorciza” a Katou Shingo",
"3211276052": "Entra en la Ejecución demoniaca",
"3211562292": "Ve a la orilla del mar y trae al gatito de vuelta al santuario",
"3211786620": "Dirígete al Arca de la Perla",
"3212255212": "Encuentra a Aranishat",
"3213579636": "Habla con Moke y Hillie",
"3213781052": "Lee el diario",
"3213804844": "Date una vuelta por el Gran Bazar",
"3214332972": "Habla con el solitario Joel",
"3214851004": "Pregunta a Hombro de Hierro sobre los recién llegados a la Forja Peñasco Oscuro",
"3215605428": "Investiga el campamento de Los Eremitas",
"3215681132": "Habla con Kujou Sara",
"3215990180": "Habla con Orban",
"3216090020": "Dirígete a los alrededores del Estanque Luhua",
"3216227871": "El varonil camino del Varonil Jack",
"3216959540": "Usa la Visión Elemental para seguir el rastro elemental Electro",
"3217256580": "Entra en el palacio de la música",
"3217387332": "Haz un salteado de Chingtsé",
"3217459332": "Cocina un estofado de gemas delicioso",
"3217810532": "Entra en el jardín",
"3219122764": "Encuentra el lugar de acuerdo al temblor de la semilla y el contenido de la imagen",
"3219146884": "Sigue buscando registros sobre los minerales",
"3219364964": "Habla con Jean",
"3219553356": "Ve al puesto de venta de agar floral",
"3219564049": "Secreto de la infancia",
"3219976332": "Toma la poción que hay en la mesa",
"3219986692": "Habla con Albondimaru",
"3220139492": "Llega al fondo de la Corte de la Desolación",
"3220214756": "Ve a la parte más profunda de la cueva",
"3220411452": "Encuentra y activa el mecanismo",
"3220480452": "Habla con Sanden",
"3221011700": "Devuélvele el amuleto a Arashakun",
"3221662476": "Ve a un lugar desde el que se vea todo el Pantano Dihua",
"3221858204": "Llévale el remedio a Maruf",
"3221935004": "Acompaña a Kokomi a ver a su amiga por correspondencia",
"3221960692": "Habla con Ruu y los demás en el lugar indicado",
"3222002724": "Dirígete a Liyue a buscar al Primer Oficial Juza",
"3222105644": "Analiza la situación con Werner",
"3222374780": "Riega la rosa",
"3222626052": "Habla con Ninguang en la Cámara de Jade",
"3223517332": "Derrota a los Fatui emboscadores",
"3224432775": "Flora y las flores flotantes",
"3224593604": "Investiga los alrededores del dominio",
"3224816844": "Informa a Preservadora de Nubes",
"3224852708": "Dirígete a las profundidades del Templo Ashvattha",
"3225235228": "Recoge la novela reservada",
"3225421439": "Incursión en el mercado juguetero: almacenamiento de energía",
"3225598892": "Habla con Zakariya",
"3226964940": "Despeja las espinas de la entrada a la cueva",
"3227900748": "Abre la puerta de la celda",
"3228238444": "Busca de dónde viene la voz que pide auxilio",
"3228591639": "Un supuesto “trabajo”",
"3229450644": "Entra al Templo del Halcón",
"3229829092": "Entrega el pez tigre a la parrilla delicioso a Tang Wen",
"3230041204": "Derrota a los subordinados de Samail",
"3230859980": "Derrota a Imatani Keisuke",
"3232973044": "Derrota a las bestias miméticas y recupera la reliquia",
"3233532831": "El Torneo Crux",
"3233636868": "Dirígete al lugar designado",
"3234558745": "Penumbra bajo la linterna",
"3234761116": "Reproduce el contenido del daguerrotipo",
"3235272508": "Informa a Huffman de los resultados",
"3235289028": "Ve al lugar del entrenamiento de combate",
"3235309580": "Habla con Beidou",
"3235788060": "Entra en el sótano de la casa abandonada",
"3236261246": "Busca al guía de la Cámara de Jade",
"3236261599": "Sigue a Paimon",
"3236460104": "(TEST) Veredicto de los Cuatro Borrachos: Promedio...",
"3236722188": "Escapa junto a Raunak",
"3236784868": "Informa a Flora",
"3237121284": "Ve al teatro para ver a Inayah",
"3239067628": "Habla con Vahid",
"3239164324": "Captura una imagen de Kichiboushi",
"3239168996": "Habla con la ilusión",
"3240270308": "Derrota a los Fatui",
"3240868620": "Habla con Sumida",
"3241092996": "Habla con el Sonriente Yanxiao",
"3242467340": "Encuentra el tesoro",
"3242835028": "Investiga las pistas que hay en el campamento Hilichurl",
"3243956388": "Habla con Soheil",
"3244408336": "Ahuyenta los Hilichurls enfurecidos",
"3244774724": "Informa a Azalai",
"3244945020": "Purifica el cristal gigante",
"3245426855": "Efímero cual rocío matutino",
"3245592444": "Registra el estado de las raíces",
"3245878929": "Barriendo las escaleras",
"3246046092": "Descubre el secreto del Estanque Luhua",
"3246416148": "Acaba con el humo negro (2)",
"3246938156": "Habla con Welt, cerca del Viñedo del Amanecer",
"3247008332": "Habla con el personal de entregas",
"3247489164": "Recoge la tarea de Kaeya",
"3247747972": "Vuelve a hablar con Nahida",
"3247970396": "Habla con Owada",
"3249210012": "Encárgate de la banda de contrabandistas del campamento principal",
"3249346900": "Dale la flor dulce a Meng",
"3249504820": "Vuelve al lado del dispositivo y habla con Klee",
"3250026964": "Prepara el tesoro con Drusus",
"3250184940": "Habla con el Pequeño Yue",
"3250275412": "Inspecciona los dispositivos misteriosos",
"3250890004": "Habla con los espectadores cercanos",
"3251145601": "Reparaciones urgentes",
"3251827132": "Habla con el Sonriente Yanxiao",
"3251868676": "Encuentra el transporte",
"3252154188": "Habla con Rafiq",
"3252344839": "La silenciosa buscadora del conocimiento",
"3253022156": "Evade a los monstruos y sigue adentrándote en el Valle Dadaupa",
"3253049761": "Pregúntale a Ruoxin por pistas de los fragmentos",
"3253454796": "Sigue explorando las ruinas con Yeht",
"3254676772": "Habla con Wangya",
"3255894412": "Limpia los alrededores del Santuario Asase",
"3256054196": "Habla con Hosseini",
"3256709228": "Descartar",
"3256839500": "Dale las imágenes a Ooshima Junpei",
"3256870095": "El enfrentamiento contra Taroumaru",
"3256933974": "Espera al siguiente día",
"3257040452": "Pregunta al Maestro Zhang por el núcleo de los prodigios",
"3257367692": "Ve a Espinadragón para recuperar los paquetes",
"3257471892": "Habla con la Pequeña Liu",
"3257815369": "La posada en el pantano",
"3258711332": "Dirígete a la Taberna Lambad",
"3259265724": "Ofrécele la flor de viento al Arconte Anemo",
"3259317668": "Busca pistas sobre el Tío He",
"3259382660": "Habla con Ryuuji",
"3259844236": "Derrota a los Ladrones de Tesoros cerca del Viñedo del Amanecer",
"3260115028": "Ve a la Terraza Yujing",
"3260265988": "Dirígete a El Buen Cazador",
"3261590884": "Protege a Jazari",
"3261668836": "Entra en el plano de la eutimia",
"3261742308": "Habla con Ninguang",
"3262310956": "Busca registros abandonados en la aldea",
"3262314300": "Habla con el Sr. Jiangcheng",
"3262391767": "Examen aventurero: el arte de la aventura",
"3262464070": "Habla con el Hilichurl",
"3264880396": "Investiga por los alrededores",
"3264928846": "Busca la Espada del Valor Fulgurante",
"3265094052": "Dirígete a Viento y Gloria",
"3265900340": "Ve a degustar las especialidades de Sumeru",
"3265982876": "Habla con Meng",
"3266222812": "Llega hasta el lugar de donde procede el sonido",
"3267073620": "Entrega la imagen al cliente",
"3267183724": "Habla con Kazuha",
"3267586880": "Persigue al enemigo de la Orden del Abismo",
"3267598807": "El camino de la amistad",
"3268822708": "Acompaña a Ladep",
"3268922212": "Dirígete al Restaurante Wanmin",
"3269358484": "Habla con Bennett",
"3269414356": "Llévale a Aftab su medicina",
"3269524676": "Lleva los huevos frescos a Kamei Munehisa",
"3270478572": "Ayuda a Shouta a hacer una ofrenda en el altar",
"3270826600": "Encuentra a Margaret y pregúntale los detalles del encargo",
"3272753103": "La noche estrellada",
"3273352804": "#Gana tiempo haciéndote pasar por {F#una}{M#un} comprado{F#ra}{M#r}",
"3273893508": "Convierte los lados derecho e izquierdo del bonsái en rocas serenas",
"3274707172": "Ve a la Isla Watatsumi a averiguar información",
"3275315276": "Descansa hasta la mañana del día siguiente (6-8 h)",
"3276714588": "Habla con Gygax",
"3276741396": "Elimina a todos los monstruos y destruye su campamento",
"3276905820": "Comprueba la situación en la cueva",
"3277174689": "La bendición de Los Siete",
"3277370076": "Habla con Fukumoto",
"3277953846": "Encuentra el origen del sonido",
"3278181684": "Habla con Yun Jin",
"3279056495": "¿Qué es esto? ¿Una excursión?",
"3279300705": "Huéspedes de tierras lejanas",
"3279442412": "Informa a Alhacén",
"3280895356": "Dale la bebida a Shenhe",
"3281784148": "Habla con Hosseini",
"3281793194": "Habla con Bao'er",
"3282109740": "Reúnete con Cyno",
"3282293700": "Ve a la zona donde aparecieron los monstruos",
"3282440124": "Regresa al Santuario Asase y repara el baúl de ofrendas",
"3282919852": "Habla con los ciudadanos alrededor de la estatua del Arconte Anemo",
"3283527560": "Derrota a los monstruos cercanos",
"3284464484": "Ve a preguntar a la Boutique Ápex",
"3285115463": "Materiales de vino para Connor",
"3285116136": "(TEST) ¡Bebida lista! ¡Ve a dársela a los Cuatro Borrachos!",
"3285149500": "Informa a Iris",
"3285290391": "Solo ante el peligro",
"3285613732": "Busca a Zhichiong en donde están colocadas las balizas",
"3285669724": "Dirígete al refugio para investigar",
"3286044236": "Salva a León",
"3286126012": "Habla con Arama",
"3286318524": "Habla con Ooshima Junpei",
"3287067631": "Una bebida especial",
"3287111852": "Habla con Yasumoto",
"3287132415": "Estatua del Arconte Geo desbloqueada",
"3287608692": "Habla con Sango",
"3287669996": "Da un paseo con Kokomi",
"3288320404": "Abre el segundo tomo de «El himno del Reino Sagrado»",
"3289840983": "Grupo de actuaización al término de la misión",
"3289956260": "Reúnete con la persona que escribió la carta en el lugar acordado",
"3290468831": "Amenaza al NPC",
"3290505228": "Ve a la comisaría de policía y habla con Uesugi",
"3291079788": "Dirígete a la Aldea Chingtsé a hablar con el Maestro Lu",
"3291728986": "Habla con Ella Musk",
"3291788844": "Vuelve a entrar en las ruinas",
"3292272036": "Obtén el agua de los deseos",
"3292467972": "Coloca los cristales y espera",
"3292574332": "Encuéntrate con Beidou en el Alcor",
"3293319908": "Habla con Luka y entra en la taberna",
"3293893260": "Habla con el Herborista Gui",
"3294152956": "Ve al Gremio de Aventureros de Mondstadt a hablar con Katheryne",
"3294305084": "Busca a Kazuha",
"3294718956": "Activa los controladores de la torre",
"3294805588": "Completa una vez las tres ramificaciones de «Florescencia desértica»",
"3295139724": "Habla con Albedo",
"3297083236": "Llega a la parte de arriba del Dainichi Mikoshi",
"3297125224": "Utiliza la visión elemental para encontrar el carro de minas con Cor Lapis",
"3297504452": "Sigue a Todoroki y a Tokuda",
"3297629828": "Habla con la persona sospechosa",
"3297764668": "Entra en el Viñedo y busca el escritorio de Diluc",
"3298621604": "Habla con Rafiq",
"3299381540": "Castiga a Kliment",
"3299482268": "Habla con Paimon",
"3299495796": "Espera hasta el día siguiente (08-12 h)",
"3299702716": "Vuelve a la cabaña del aranara",
"3300507558": "Habla con Venti",
"3300983812": "Habla con Rongshi",
"3301838268": "Habla con Noelle",
"3301841036": "Habla con Dehya después de salir del Jardín Dhyai",
"3302272844": "Ten una batalla de escarabajos con Daisuke e Itto",
"3302326647": "Bien está lo que bien acaba",
"3303129820": "Habla con Ayten y Karima",
"3303322092": "Ve a buscar los materiales para reparar el barco",
"3304445191": "Lo que las estrellas ocultan, el agua revelará",
"3304488372": "Averigua la opinión de Yuzu",
"3305493063": "Turismo en Watatsumi",
"3305968839": "Boom acuático",
"3307031028": "Dales las bebidas a Ninguang y Beidou",
"3307411524": "Sigue el rastro de la Orden del Abismo",
"3308366239": "Negociación con el NPC 3 fallida - Regresar",
"3308537380": "Habla con todos",
"3308674505": "El Equilibrio",
"3308788124": "Habla con Lizz",
"3309002852": "Investiga los monumentos elementales que hay por el hospital",
"3309322644": "Charla con la gente del teatro",
"3309357580": "Captura Hongos",
"3309958940": "Habla con Bárbara",
"3311270580": "Habla con la Srta. Bai",
"3311919407": "Sigue el camino y vuela al destino a tiempo",
"3311998844": "Comprueba la situación de la Fragua Mikage",
"3312136942": "Busca al guía de la Cámara de Jade",
"3312433156": "Habla con Huangshan en el lugar donde está el cargamento",
"3313780663": "¡Otras vacaciones en Manzana Dorada!",
"3313825692": "Regresa a la Plaza de los Cinco Kasen",
"3314297804": "Regresa al Bosque Avidya y cura a Yara",
"3314389444": "Sigue explorando",
"3314975340": "Habla con Xamaran",
"3315582700": "Dirígete a la base de la Fragua Mikage",
"3315628956": "Encuentra y enciende todos los dispositivos",
"3315955076": "Habla con los Fatui del campamento para reunir pistas",
"3316117028": "Usa la «Melodía del camino sombrío» para abrir un camino",
"3316190516": "Sigue a Dunyarzad",
"3316461639": "Abre la puerta",
"3316856228": "Sigue a Fujiwara Toshiko hasta el campamento",
"3316983276": "Preséntale el puerto a Teucer",
"3317344511": "Habla con Amber",
"3317811455": "La determinación de Linling",
"3318070196": "#Espera hasta el día siguiente (06-08{NON_BREAK_SPACE}h)",
"3318867908": "Busca diarios en la cripta de las ruinas del suroeste",
"3319083028": "Habla con Albedo",
"3319332980": "Habla con la Pequeña Lulu",
"3319479900": "Participa en el curso de economía doméstica en la Comisión Yashiro",
"3319825692": "Busca más pistas alrededor",
"3319901343": "Una luz sobre el mar",
"3319919358": "Ve a la tienda Joyas Mingxing",
"3320595623": "Resuelve el acertijo (busca a Kaeya en la Sede de los Caballeros de Favonius para obtener pistas)",
"3320633796": "Entrégale 3 sopas vegetarianas de rábano a Geri",
"3321282527": "Un sueño centenario",
"3321807380": "Derrota al Guardián de las Ruinas",
"3322202783": "El viaje de una caballera por Liyue",
"3323077420": "Entrega los ingredientes a Jafar",
"3323141612": "Habla con Honglang",
"3323145516": "Acaba con el humo negro (1)",
"3323166684": "Recoge las balizas",
"3323344495": "Salir del dominio",
"3323460244": "Ve a Moutiyima",
"3324463516": "Sigue a Noelle",
"3324704076": "Informa a Vermeer",
"3324856044": "Habla con Shigeru",
"3325083116": "Habla con Jiawei, un pescador de Liyue",
"3325192844": "Habla con Pinghai para regresar al puerto de Liyue",
"3325389255": "Tesoro campesino",
"3325628404": "Habla con Nahida",
"3325682268": "Resuelve el rompecabezas",
"3326152254": "Ofrece el estofado de gemas delicioso",
"3326176980": "Únete a Xiao para comer",
"3326263540": "Dale el objeto al Hilichurl",
"3327071476": "Derrota a los enemigos",
"3327096732": "Encuentra el camino entre la niebla y haz ofrendas a los árboles",
"3327610591": "Almas separadas",
"3328151564": "Habla con Arama",
"3328561612": "Habla con Katheryne",
"3328642588": "Entra a la tienda a descansar",
"3328852652": "Habla con Arabalika",
"3328914610": "Activa el mecanismo de las ruinas",
"3328964300": "Busca a Zhenyu en la Casa de Libros Wanwen",
"3329401676": "Entra en el Quiosco Xinyue a investigar",
"3329722628": "Derrota a los monstruos",
"3329736652": "Sal del campamento",
"3329771228": "Entrégale las imágenes a Sayid",
"3330498503": "Sueños entre las grietas",
"3330881769": "Canastas de Slime",
"3331339476": "Encuentra el origen de los gritos de socorro",
"3331676652": "Entra en el dominio para investigar",
"3332217804": "Habla con Moke y Hillie",
"3332276740": "Apaga el extractor de líneas ley",
"3332610932": "Habla con el Jeque Zubayr",
"3333534076": "Derrota al Ojo de la Tormenta",
"3333653188": "Habla con Rudolf",
"3333731143": "Escóndete en el segundo piso de la taberna",
"3333981792": "Acércate al Hilichurl que está despierto, evitando despertar a otros Hilichurls",
"3334183007": "Legado de Orobashi: Parte II",
"3334782287": "Sabor a viento",
"3334851879": "Habla con Lisa",
"3335541148": "Regresa a Telas y Kimonos Ogura",
"3335626966": "Encuentra el tesoro",
"3335774308": "Descartar",
"3336819444": "Encuentra la quinta losa de piedra",
"3337444231": "Silueta en la nieve: reunión",
"3337630311": "Paisajes estáticos (I)",
"3337822820": "Habla con Viktor",
"3338107980": "Espera dos días",
"3338250660": "Informa a Vermeer",
"3338830815": "Pregúntale a Charles sobre los rumores recientes",
"3338836104": "Informa a la Hermana Victoria",
"3339115652": "Habla con Sania",
"3339410881": "Diario de exploración de un mar de nubes",
"3339451436": "Entrégale el dispositivo del caos a Tian Lengua de acero",
"3339614460": "Busca a Hatim en el “punto de riqueza”",
"3339859404": "Habla con Kasim",
"3340166156": "Habla con Marjorie",
"3340598884": "Habla con Thoma",
"3340695252": "Según el contenido de las notas, atraviesa la niebla de 10 a 14 h",
"3341014924": "Habla con Félix Yogue",
"3341104364": "Usa la Visión Elemental para encontrar a los Slimes",
"3341142888": "Encuentra al monstruo siguiendo las instrucciones de Jack",
"3341391223": "Posada Wangshu a domicilio",
"3341688040": "(TEST) Infórmale a Charles",
"3341923228": "Sigue buscando las inscripciones de recuerdos",
"3343278548": "Ve a examinar el lugar de la emboscada",
"3343443316": "Entrega el plato ya preparado a Tang Wen",
"3343451060": "Encuentra tres colmillos extraños",
"3343517356": "Sigue a Diona",
"3343880276": "Regresa a la escena del crimen para investigar",
"3344235772": "Investiga los monumentos elementales que hay por el hospital",
"3344603980": "Detecta el rastro del aranara",
"3345052732": "Activa los controladores de la torre",
"3345717439": "Islas misteriosas: viaje a lo desconocido",
"3346504911": "Activa la barrera de viento",
"3346637068": "Date una vuelta por el Gran Bazar",
"3348844684": "Habla con Vahid",
"3349237503": "Catástrofe de los Dragones de las Ruinas",
"3349356372": "Investiga el campamento",
"3349506812": "Dirígete al campamento",
"3349610399": "¡No hay tiempo que perder!",
"3349762316": "Encuentra al Infantil Jiang",
"3349802956": "Habla con la miko principal en el Gran Santuario Narukami",
"3350540972": "Entra en las Minas Subterráneas de la Sima",
"3350741135": "El templo de las lágrimas de arena",
"3351152556": "Habla con Beidou",
"3351159756": "Habla con Efendi",
"3352259500": "Habla con Yoimiya",
"3352676516": "Habla con Arapandu",
"3352760084": "Regresa al árbol antiguo",
"3353091700": "Ve al sitio de construcción y recolecta los materiales",
"3353384084": "Habla con Gorou",
"3353527636": "Habla con Hamawi",
"3353631324": "Habla con Royinjan en la base secreta",
"3353905119": "Vuelta al mundo en siete días",
"3354506708": "Deshazte de los meteoritos de la montaña (0/2)",
"3354583476": "Ve a la Playa Nazuchi",
"3354788836": "Informa a Katarina de las pistas que encontraste",
"3354846292": "Escapa junto a Raunak",
"3355602908": "Habla con Arakavi",
"3355922396": "Habla con Fujiwara Toshiko",
"3355943108": "Habla con Riese",
"3356395703": "La astrología y el pacto de 50 años",
"3356414864": "Dale la tabla de madera a Magar",
"3357108796": "Habla con Iris",
"3357318719": "Ofrece el anemóculus a la estatua",
"3357876740": "Resuelve el acertijo astral",
"3359586068": "Ordena el campamento",
"3360149188": "Informa a Margaret",
"3362163048": "Habla con Vind",
"3362217372": "Obtén condensado de Slime fresco",
"3363338340": "Regresa a la base secreta",
"3363461532": "Derrota al monstruo que ha aparecido",
"3363499896": "Habla con Charles y termina el cóctel",
"3364109945": "Los dientes del león",
"3364405676": "Derrota a los Fatui",
"3364591968": "Dale la tabla de madera a Allan",
"3365921900": "Sigue al Seelie",
"3366235132": "Destruye el árbol",
"3366470844": "Resuelve el problema de las corrientes de viento",
"3366806820": "Entrega a Raef el perfume",
"3367360476": "Resiste los ataques del oponente",
"3367382036": "Avanza sin que te descubran",
"3367996844": "Habla con Nermín",
"3368147252": "Habla con los hermanos",
"3368444500": "Habla con Katheryne en Sumeru",
"3368554190": "Derrota a los Hilichurls",
"3368671646": "Ve a Flora",
"3368949108": "Ve a Levantaviento",
"3369257972": "Entrega a Nermín unas duraznolivas",
"3369453644": "Sigue la misteriosa estrella",
"3370259908": "Continúa avanzando con Bennett",
"3371191191": "Un reino bajo la nieve",
"3371358548": "Derrota a los enemigos",
"3371736628": "Regresa a la Colina Wuwang para despedirte del Temible Lang",
"3371790108": "Regresa a la Aldea Chingtsé",
"3372725047": "¡Unión Benéfica de Favonius!",
"3373299300": "Habla con Ella Musk",
"3373433000": "Ve a la Casa de Libros Wanwen de Liyue",
"3374082116": "Dale a Khedive las imágenes de fósiles que capturaste",
"3374137596": "Encuentra la solución",
"3374180622": "Busca señales del amor",
"3374725212": "Asiste al evento de escritores para escuchar qué les gusta a los lectores",
"3375820684": "Habla con Yun Jin",
"3376063132": "Habla con Hosseini",
"3376225204": "Adéntrate en la Guarida de Stormterror",
"3378130836": "Habla con Beidou",
"3378204472": "Habla con el Cobarde Morrow",
"3378610564": "Entrega el mineral (descartado)",
"3378667436": "Dirígete a la Sede de la Comisión Tenryou",
"3378783060": "Habla con Ebeid",
"3379606260": "Activa el Clavo de Pursina",
"3379884412": "Habla con Kichiboushi",
"3380476716": "Ve al lugar donde se encuentra la Megaflora",
"3380646159": "Habla con Amber",
"3380934868": "Pesca 3 peces en el lugar establecido",
"3381171336": "Rama de activación de comunicación fallida",
"3381617374": "Entra en la taberna",
"3381659020": "Entrégale el regalo a Hongyi",
"3382204956": "Derrota a todos los monstruos",
"3382331468": "Revela el mensaje secreto que hay en el altar del Corazón de la Serpiente",
"3382385860": "Continúa siguiendo los rastros",
"3382523863": "Viajeros perdidos",
"3383510159": "Banquete de despedida",
"3383725676": "Habla con Tian Lengua de acero",
"3384128975": "Las sombras se alargan",
"3384287647": "El acto final del kabukimono",
"3384291766": "Ofrécele la comida a los Adeptus",
"3384925060": "Intenta eliminar la zona marchita",
"3385927616": "Dale a Marjorie el Trofeo de los Hilichurls",
"3386362727": "Rezando a los dioses",
"3386708599": "Una aventura enfangada",
"3386745348": "Habla con Noelle",
"3386795284": "Dirígete a la Montaña Nantianmen a buscar nuevas pistas",
"3387241644": "Habla con Meng",
"3387476716": "Retira los objetos que los Ladrones de Tesoros dejaron en los Cerezos del Trueno",
"3387802660": "Habla con Neko",
"3387904900": "Busca tupetas",
"3387990055": "Regalitos para perritos y gatitos",
"3388308128": "(TEST) Agitar",
"3388673367": "Una reunión eufónica",
"3389623188": "Habla con Luka y entra en la taberna",
"3390161476": "Habla con el samurái",
"3390438084": "Habla con Akim",
"3390770296": "Chiaoxi",
"3390986292": "Ve a las cercanías de Lisha a buscar el mundo interior del Adeptus",
"3391303052": "Escucha lo que la espada maldita tiene en mente",
"3391714100": "Explícale el malentendido a Meng Dan",
"3392031812": "Derrota a todos los monstruos",
"3392390292": "Recolecta las linternas celestes",
"3392908836": "Recoge leña",
"3393368116": "Sal del Bosque de la venganza",
"3393509625": "Los problemas de Kaeya",
"3393689055": "Pista del tesoro: Islas Hermanas",
"3393847164": "Habla con el Jeque Zubayr",
"3394160724": "Dirígete a la mina que mencionó el Sr. Dai",
"3394227975": "Ingredientes para el Sonriente Yanxiao",
"3394326788": "Dirígete al Pabellón Yuehai para anunciar los resultados",
"3394935764": "Entra en el nuevo dominio",
"3395070228": "Habla con Kazuha",
"3395488209": "Lágrimas de cristal",
"3395613732": "Entra en Tenshukaku para ver a la Shogun",
"3395802982": "Recolecta pedazos de hierro",
"3395825620": "Habla con Grace",
"3396187359": "El tanuki que quería viajar",
"3397078575": "El peligro se acerca",
"3397250423": "Informa a Kaeya",
"3397681871": "La misión de Los Ocelos",
"3397686492": "Detecta el humo negro (1)",
"3397966324": "Informa a Rafiq de la situación",
"3398541654": "Habla con Nobile en el Banco del Reino del Norte",
"3399099100": "Habla con Fushizome",
"3399347964": "Disuade a Schulz",
"3399537772": "Detén a los Ladrones de Tesoros que robaron en la casa de Kurosawa",
"3399561116": "Habla con Verr Goldet",
"3399846340": "Informa a Huai'an",
"3400373036": "Evade a los monstruos y sigue adentrándote en el Valle Dadaupa",
"3401150844": "Informa a Kamei Munehisa",
"3401287556": "Habla con el erudito quejumbroso",
"3401457680": "Habla con el Herrero Wagner",
"3401459796": "Sigue a Chingzhou",
"3402053124": "Reservado",
"3402259236": "Reúnete con Keching en el lugar acordado",
"3402448220": "Habla con el aranara",
"3402579484": "Inspecciona la luz",
"3402812575": "Entra en las ruinas",
"3403721721": "El Camino",
"3404958284": "Ve a la cima donde sopla el viento",
"3405471756": "Habla con el jefe de la Aldea",
"3406224204": "Habla con Nahida",
"3406380652": "Habla con Konda Densuke",
"3406546836": "Busca la rama con Arabalika",
"3406872484": "Habla con el aranara",
"3407153628": "Vuelve al alojamiento para descansar",
"3407541122": "Habla con You",
"3407588692": "Captura una imagen del mural del Islote Ignoto",
"3407957232": "Dale a probar la bebida a Draff",
"3408199860": "Derrota a los vasallos del Samurái Kairagi",
"3408597148": "Sigue el camino y busca el Catalizador de argento estelar",
"3408746924": "Habla con el Gerente Kuan",
"3408856060": "Promociona el curso de economía doméstica a las amas de casa de la ciudad",
"3409221276": "Busca los Harpastum en el Archipiélago Manzana Dorada",
"3409554583": "La caballera de Mondstadt",
"3410070992": "Habla con Charles el Cantinero",
"3410939244": "¡Regresa a la cafetería cuanto antes!",
"3412348324": "Habla con Rudolf",
"3412602598": "Habla con Paimon (oculto)",
"3412834812": "Habla con Albert",
"3413126484": "Ve al lugar de la anomalía Electro y supera el desafío",
"3413236268": "Regresa al Dainichi Mikoshi para buscar a Tsumi",
"3414202668": "Busca a Noelle en la biblioteca",
"3415132156": "Regresa al lugar de celebración de Momentos de ensueño",
"3415473871": "Hora de florecer",
"3415709348": "Derrota a los Acechadores",
"3416483463": "Sal de la Sede de los Caballeros de Favonius",
"3416857916": "Entrega el pescado a Ooshima Junpei",
"3416879191": "Misión completada. Teletransportarse.",
"3417279100": "Enfréntate a los acertijos de Araesha",
"3417529620": "Busca al gato",
"3417670996": "Habla con el director de la compañía de teatro",
"3419267948": "Ahuyenta a los Ladrones de Tesoros",
"3419574023": "Justicia Hilichurl",
"3420075188": "Desobstruye las corrientes de agua de las islas",
"3420413798": "Habla con Xiangling en el lugar de donde viene el aroma",
"3420715793": "El palacio flotante",
"3420767020": "Ve al lugar de la anomalía Electro y supera el desafío",
"3421401196": "Habla con Kumi",
"3421653124": "Ve a ver a Shigeru y Junkichi",
"3422274772": "Consigue la ayuda de Yoimiya",
"3422733964": "Habla con Dain",
"3423209684": "Habla con Siegfria",
"3423406202": "Habla con Bao'er",
"3423812772": "Sigue a Cyno",
"3423817140": "Habla con Yae Miko",
"3424527383": "El lodomento",
"3424600004": "Coteja la información con Kazuha",
"3424977764": "Dirígete al tercer campamento",
"3425519676": "Busca la Sala de la Coronación",
"3425618844": "Habla con Julie",
"3425758924": "Reúnete con Laila",
"3426393084": "Vuelve a investigar los mecanismos extraños",
"3427268447": "Una situación complicada",
"3427534276": "Caza un pájaro crepuscular al sur de la Floresta Apam",
"3428677020": "Reúnete con el Herborista Gui en el lugar acordado",
"3428847004": "Coloca el cebo al lado del Cerezo del Trueno",
"3429731776": "Habla con Ellin",
"3429923870": "Haz una sopa vegetariana de rábano deliciosa",
"3429928428": "Habla con Xingchiu",
"3430106392": "Habla con Ella Musk",
"3430685452": "Recolecta un alga fresca",
"3430848396": "Recoge 3 flores doradas frescas",
"3431111532": "Usa la Visión Elemental para seguir el rastro elemental Electro",
"3431894764": "Habla con Nayat",
"3432198060": "Entrega a Wagner los pedazos de cristal",
"3433703924": "Habla con Yae Miko",
"3434854249": "Un problema pegajoso",
"3435268020": "Avanza sin que te descubran",
"3436102004": "Recupera el paquete cerca de la Estatua de Los Siete de Espinadragón",
"3436344596": "Habla con Nantuck, un pescador de Mondstadt",
"3436928071": "¿Nos tomamos una foto?",
"3437136532": "Informa a Esther",
"3437274364": "Activa el mecanismo al mismo tiempo que Bennett",
"3437280244": "Despeja los campamentos de Ladrones de Tesoros",
"3437404132": "Informa a Ryuuji",
"3437536932": "Adéntrate en la Isla Tsurumi",
"3437670076": "Entrega la guoba de Jueyun deliciosa a Tang Wen",
"3437992116": "Habla con Ruu",
"3438041004": "Sigue adelante y busca la plaustrita crepuscular",
"3438339479": "Una rosa a modo de obsequio: sobrevivir a la exigua mortalidad",
"3438398612": "Habla con Cyrus",
"3438476892": "Dirígete al norte de la Isla Narukami y busca el rastro de Shun",
"3438980124": "Habla con la Srta. Bai",
"3439011180": "Promociona el curso de economía doméstica a los ancianos de la ciudad",
"3439854503": "El rastro de las flores azules",
"3440040495": "Sigue a Ave Rapaz",
"3440107844": "Habla con Diona",
"3440118831": "El sabor a “casa”",
"3440437186": "Habla con Pequeño Meng",
"3441104964": "Sigue explorando",
"3442813068": "Llega al fondo de la Corte de la Desolación",
"3442978583": "Entra en las ruinas",
"3444272268": "Informa a Nermín",
"3444628496": "Chiaoxi",
"3444725068": "Acompaña a Yeht y reúnete con los demás",
"3445493492": "Huye del lugar y vuelve a la Casa de Té Komore",
"3445519612": "Derrota a los Hongos",
"3445645612": "Informa a la Hermana Grace",
"3446066575": "#¡«{F#La forastera luchadora}{M#El forastero luchador}»!",
"3446131100": "Prueba los fuegos artificiales fuera de la ciudad",
"3447507887": "Lugares difíciles de alcanzar",
"3447618284": "Examina a las víctimas cercanas (2/3)",
"3448307791": "Lotos nilotpala para Arina",
"3448379740": "Ve al lugar del exorcismo",
"3449481212": "Busca los componentes perdidos",
"3449842772": "Dirígete a la barra para completar los preparativos",
"3450934118": "Habla con la persona enjaulada",
"3451524884": "Ve a la casa del jefe de la Aldea Aaru",
"3452208276": "Habla con Ookubo Sanzaemon",
"3452929092": "Derrota a los soldados del shogunato",
"3452980852": "Busca los materiales que Kayvan te ha pedido",
"3452988476": "Dirígete al Bosque de Piedra Huaguang",
"3453257228": "Encuentra cerca de la Sima al minero del encargo",
"3453924844": "Habla con Hirohiko, el representante de la Comisión Yashiro",
"3453989838": "Habla con Xiangling",
"3454419324": "Inserta el componente para activar el dispositivo de Inazuma",
"3454482572": "Dirígete al Templo Ashvattha",
"3454626108": "Habla con Livingstone",
"3454681892": "Habla con Cyno",
"3454770052": "Habla con Shizuru",
"3454919644": "Lleva la comida al Diligente Silio",
"3455005892": "Entrega a Raef la bebida que ha preparado Nermín",
"3455936940": "Derrota al Mitachurl con Hacha de Fuego",
"3456062743": "¡Adelante, Torbellino Dorado!",
"3456197652": "Habla con Chouji",
"3456296016": "Emprender innovación audaz",
"3457298524": "Sigue a Wangya",
"3457339649": "Obtén el tesoro",
"3457375924": "Habla con Kozue",
"3457445452": "Habla con Mona",
"3457501548": "Regresa para comprobar la situación de Alexandra",
"3457549532": "Discúlpate con Flora",
"3458246055": "¡Objetivo: el Rey de las Nieves!",
"3459789220": "Reúne 3 trozos de mineral de cristal mágico especial",
"3460045636": "Busca rastros de Jack",
"3460360684": "Ayuda a los samuráis a derrotar a los Acechadores",
"3460636396": "Busca pistas cerca del peñasco",
"3460698639": "Relato de Royinjan (II)",
"3460754108": "Habla con Paimon",
"3461277972": "Consigue agua del manantial vital",
"3462403940": "Encuentra a Nobile y habla con él",
"3462645008": "Elimina los Slimes",
"3462882140": "Regresa a la ilusión y usa los fragmentos",
"3463090316": "Entrega los materiales al Nervioso An",
"3463352620": "Lleva la mercancía al almacén",
"3463535484": "Atrapa a un pez para obtener escamas",
"3463855076": "Derrota a los Fatui del campamento",
"3463888292": "Busca a Shenhe en el lugar de reconstrucción de la Cámara de Jade",
"3464220380": "Habla con el director de la compañía de teatro",
"3464440748": "Ahuyenta a los jabalíes",
"3464635148": "Toma imágenes de los restos de la embarcación",
"3465748156": "Entra en el plano de la conciencia",
"3466310036": "Habla con Paimon",
"3466415148": "Entrega una sopa vegetariana de rábano deliciosa",
"3466836148": "Sigue a la voz",
"3466853432": "Recolectar 1 máscara dañada",
"3467536028": "Continúa siguiendo los rastros",
"3468194260": "Dirígete a la Guarida de Stormterror",
"3468278908": "Sal de la Oficina de la Comisión Kanjou",
"3468693364": "Dirígete al almacén donde se guardan las bolas de cañón",
"3469957324": "Busca pistas sobre el Tío He",
"3470076444": "Habla con el comerciante de mercancías",
"3470306588": "Activa el pedestal del rito secreto",
"3470741108": "Derrota a los monstruos mecánicos de los alrededores",
"3470905636": "Dirígete a Puerto Ormos",
"3471225974": "Conversación automática con el Adepti (oculto)",
"3471550583": "Aguas tranquilas",
"3471624380": "Vuelve a la Villa Gandharva",
"3471838820": "Derrota a los monstruos que se aproximan",
"3472333984": "Dirígete al almacén del Gremio de Comerciantes de Feiyun",
"3472656736": "Habla con Glory",
"3472785704": "(TEST) Veredicto de los Cuatro Borrachos: ¡Inesperadamente buena!",
"3473314535": "Viento en popa",
"3473831270": "Activar trampa oculta",
"3473851644": "Habla con Mona sobre los meteoritos",
"3473873644": "Habla con los Fatui derrotados",
"3473914172": "Limpia el jardín del abuelo Affan",
"3474116310": "Usa Pyro para calentar la olla",
"3474298871": "Activa el sello en la entrada",
"3474459604": "Alcanza a Dunyarzad",
"3474641148": "Habla con Sun Yu",
"3475021988": "Espera hasta el día siguiente (08-00 h)",
"3475325308": "Derrota a los Hilichurls",
"3475814532": "Derrota al monstruo",
"3475882452": "Investiga los arrecifes en la superficie del mar",
"3476204612": "Perro extraño",
"3476747932": "Habla con Sara",
"3476920543": "Dirígete al Viñedo del Amanecer",
"3477040596": "Sella la piedra sagrada",
"3477433148": "Averigua qué tan fuertes son los competidores",
"3477880868": "Recolecta materiales para hacer dos linternas celestes",
"3477903772": "Cuelga la linterna celeste",
"3479056928": "Habla con Margaret",
"3479137487": "Reúne pistas y sigue a Ave Rapaz",
"3479582548": "Rescata a los animales",
"3479962724": "Informa a Yasutake",
"3480119028": "Habla con la Despreocupada Linguan",
"3480609572": "Lleva la comida al Curioso Zirui",
"3481431516": "Rescata a los animales",
"3482002740": "Continúa siguiendo a Ninguang y observa los alrededores",
"3482239500": "Ve al lugar señalado y toma una imagen panorámica del Árbol Sagrado",
"3482294988": "Dirígete a las profundidades de la Sima",
"3482584272": "Usa la Visión Elemental para encontrar la llave",
"3483278527": "Defensas insondables",
"3484716852": "Rompe las vetas de cristal",
"3484748532": "Recibe a los visitantes del santuario",
"3485752228": "Busca las demás llaves con patrones",
"3485845300": "Informa a Xavier",
"3486042236": "Derrota a Los Eremitas",
"3487132044": "Sal del refugio",
"3487412116": "Usa el poder de Corazón Gélido",
"3487562772": "Entrega a Flora los paquetes recuperados",
"3487779828": "#Espera hasta el día siguiente (06-08{NON_BREAK_SPACE}h)",
"3487787247": "Flor del desierto: perfume",
"3488043428": "Come con Sayu",
"3488054908": "Habla con Gygax",
"3488558932": "Regresa al puesto y comprueba cómo va el evento benéfico",
"3488585460": "Extrae la fuerza vital del corazón con el colmillo extraño",
"3488783396": "Observa con Gorou a la persona sospechosa",
"3490214062": "Combate II",
"3490274868": "#Gana tiempo haciéndote pasar por {F#una}{M#un} comprado{F#ra}{M#r}",
"3492336996": "Encuentra el tesoro",
"3492618420": "Destruye todos los suministradores de energía",
"3492941948": "Observa al informante de la Comisión Kanjou",
"3494016212": "Enfréntate al tercer acertijo de Araesha",
"3494295582": "Hablar con Bolai",
"3494524356": "Elimina la zona marchita",
"3494890943": "Entra en el escondite de los Fatui",
"3494897100": "Informa a Ryuuji",
"3495079431": "¡Misión doble: avanza e investiga!",
"3495913052": "Informa a Xu",
"3496414708": "Derrota al Sacerdote del Abismo",
"3496479172": "Habla con Eula y Amber",
"3496923268": "Dirígete a la cueva donde se encuentra la setasura",
"3498955564": "Recolecta las linternas celestes",
"3499465353": "Desafío contrarreloj de la Posada Wangshu",
"3499840740": "Dirígete a la entrada de Mondstadt",
"3500305612": "Obtén la llave de las profundidades",
"3500594156": "Obtén las ofrendas del espíritu",
"3501063943": "Habla con Venti",
"3501471039": "Entra en el templo",
"3501571180": "Entrega a Flora los paquetes recuperados",
"3501684612": "Dale la madera de avellano a Wang Ping'an",
"3501940556": "Dirígete al almacén de la comisaría",
"3502644900": "Usa el dispositivo para reparar el camino",
"3504086114": "Encuentra el objeto extraviado",
"3504135695": "Silencio final",
"3504244424": "Encuentra a Eury",
"3504326916": "Habla con Freki",
"3505324540": "Entra en la Casa de la Daena",
"3505354700": "Pregunta a Inagi Hotomi",
"3505629740": "Espera hasta el día siguiente (06-18 h)",
"3507028844": "Habla con el editor",
"3507534116": "Informa a Gulabgir",
"3507539908": "Utiliza la Visión Elemental para seguir las huellas de Albedo",
"3507689884": "Habla con Thoma",
"3507743508": "Juega al escondite con la Pequeña Ming",
"3508134471": "El despertar del Vórtice",
"3508668132": "Dirígete al campamento",
"3509396095": "A título póstumo: regreso a la montaña",
"3509474596": "Dale la Moneda de aventura a Honglang",
"3509623276": "Habla con Zakariya",
"3510234604": "Recoge las cecilias",
"3510553404": "Dale el objeto al Hilichurl",
"3511032188": "Sigue la estrella hasta llegar al destino",
"3512337932": "Dirígete al Restaurante Wanmin",
"3513029076": "Acompaña a Bennett de paseo",
"3514123820": "Pasea con Beidou por el pueblo pesquero",
"3514738343": "El gaza de Váruna",
"3515331692": "Activa el interruptor",
"3515475847": "Héroes anónimos",
"3516823956": "Regresa a informar al Hilichurl",
"3516927272": "Acompaña a Ella Musk para hablar con el Hilichurl",
"3517100420": "Pregunta por la leyenda de las islas",
"3517149135": "Un sueño de verdor eterno",
"3517341620": "[Oculto] Diferencia 1.2.1: aparece después de descansar, cuando se selecciona la opción “No” después de la conversación y se continúa con ella",
"3517599484": "Protege a Teucer y encuentra una manera de reunirte con él",
"3517755577": "Entrega de comida",
"3518109774": "Encuentra el tesoro",
"3518420988": "Sigue a Aranakin",
"3519185932": "Entrégale el tofu de almendras a Fierro",
"3520883716": "Habla con Margaret",
"3521179420": "Habla con Kichiboushi",
"3521415988": "Informa a Tsarevich",
"3521688180": "Reúne los componentes",
"3521697591": "¿Jugamos?",
"3522517028": "Derrota a 3 Slimes para obtener 3 cargas de núcleo",
"3522976200": "(TEST) Ubicación actual de Draff",
"3523424484": "Habla con Aramis",
"3523428604": "Habla con Aranakin",
"3523923087": "Nostalgia gastronómica de Geri",
"3523986284": "Completa el acertijo floral",
"3524034188": "Habla con Huseín",
"3524747196": "Pregunta por la Pequeña Liu a la gente de la Aldea Chingtsé",
"3525101060": "Juega al escondite con la Pequeña Ming",
"3525214612": "Investiga las ruinas antiguas",
"3525628572": "Habla con Fargani",
"3526326308": "Derrota a los monstruos que se aproximan",
"3526525748": "Habla con Kujou Sara",
"3527011172": "Examina a las víctimas cercanas (2/3)",
"3527127596": "Habla con Soheil",
"3527315142": "Hablar con Bolai",
"3527349063": "Catástrofe Fatui",
"3527733316": "Captura una imagen del hábitat de la cecilia",
"3527846268": "Habla con Scaramuccia",
"3528152335": "Informe de funcionamiento autocíclico del Clavo: Registro del entorno",
"3528431388": "Investiga los sucesos extraños de la Montaña Nantianmen",
"3528530718": "Derrota a los Hilichurls que te atacan",
"3528888169": "Ascensión de Rango de Aventura - 3",
"3529286972": "Habla con Ei",
"3529304422": "Encuentra a Timaeus en Mondstadt",
"3529473044": "Recolecta materiales para hacer dos linternas celestes",
"3529642266": "Habla con Lulu, Fei y Meng",
"3529807308": "Habla con Heizou",
"3529958343": "Instrucciones de un médico",
"3530315548": "Disuade a Susie",
"3530351804": "Limpia los alrededores",
"3530643428": "Captura imágenes de los perros y los gatos desde distintos ángulos (1/2)",
"3531146588": "Dirígete a la cueva donde se encuentra la setasura",
"3532056852": "Habla con el Pequeño Yue",
"3532245492": "Pídele a Momoyo que empiece a hacer el cadáver falso",
"3533455396": "Ve con Yoimiya y Klee al Festival Irodori",
"3533608932": "Informa a Preservadora de Nubes",
"3533791096": "Dale el dinero a Sara",
"3533877508": "Ve a la Oficina de la Comisión Kanjou para averiguar cómo salir de Ritou",
"3534475631": "#cutscene - Aparición de herman{F#o}{M#a}",
"3535850380": "Derrota a todos los Hilichurls",
"3536162812": "Habla con Nahida",
"3536910263": "Derrota a Dvalin",
"3537519364": "Investiga el mecanismo",
"3538170268": "Habla con Dunyarzad",
"3538233164": "Obtén la perla espiritual",
"3538234660": "Persigue a Kageroumaru",
"3538839084": "Derrota a los Dragartos de las Profundidades",
"3538978604": "Ve al muelle y busca los objetos abandonados",
"3539234212": "Encuentra algo de valor",
"3539267321": "Busca pistas de los Adepti en Jueyunjian",
"3539834884": "Habla con el Chef Mao",
"3540057428": "Libera todas las llamas del gran portal",
"3540535711": "Una técnica por pulir",
"3540580860": "Repara el pilar",
"3540932588": "Rocía a Corazón Llameante con el agua de manantial glacial",
"3541451551": "Persigue a Ave Rapaz",
"3541478212": "Busca a Keching",
"3541552484": "Habla con Taisuke",
"3541611860": "Sigue el aura para encontrar pistas",
"3541869316": "Dirígete al Reino de los Lobos",
"3542236116": "Cierra «El himno del Reino Sagrado»",
"3543382964": "Busca el lugar en el que se fabrican los Engaños",
"3543684880": "Habla con Ella Musk",
"3543986143": "Torneo Loto Nilotpala de Doma de Bestias",
"3544030332": "Derrota a todos los monstruos",
"3544179724": "Informa a Huai'an",
"3544515004": "Ayuda al pueblo de Xamaran",
"3544700884": "Sigue a Kichiboushi",
"3545644623": "Dirígete a las profundidades del Reino de los Lobos",
"3546068040": "Ahuyenta a las palomas",
"3546745951": "Ladrones al acecho (continuación)",
"3546850766": "Habla con el desconocido",
"3546959668": "Regresa a hablar con Kaji",
"3547031308": "Ve al puente roto frente al Dainichi Mikoshi",
"3547366127": "El fin de la Sal",
"3547620628": "Entrega a la Academia el recipiente que contiene la consciencia",
"3547723572": "Encuentra las piedras faltantes",
"3548060356": "Elimina la zona marchita",
"3548576196": "Informa a Taisuke y Eiko",
"3548691572": "Dirígete a la entrada de las ruinas",
"3548965340": "Compra y aprende las recetas de los platos favoritos de Paimon",
"3548989711": "Tetera, dulce tetera (I)",
"3550267716": "Escucha su conversación",
"3550331772": "Abre la puerta",
"3550338487": "Enfréntate a la Orden del Abismo frente a la puerta principal de Mondstadt",
"3552036020": "Adéntrate en la Guarida de Stormterror",
"3552072220": "Consigue 4 pedazos de hierro blanco",
"3552609280": "Habla con Paimon",
"3552751316": "Ve al campamento de aventureros",
"3553789436": "Dirígete al norte de Liyue y busca a Kazuha",
"3554193076": "Expulsa a los ladrones de tesoros que aparecieron",
"3554280004": "Entrégale 3 piezas de pescado fresco a Parvaneh",
"3554942412": "Habla con Huffman",
"3555023212": "Entra por puerta de la ilusión",
"3555315276": "Prepara el acertijo con Drusus",
"3555340508": "Habla con Shenhe",
"3555955068": "Inspecciona la persona misteriosa de más adelante",
"3555977428": "Habla con Albedo",
"3556769996": "Habla con Ryuuji",
"3556819476": "Busca a Alhacén en la Posada Wikala",
"3558293476": "Habla con Ryuuji",
"3558501417": "Buen augurio",
"3558542076": "Vuelve a hablar con los padres de Atsuko",
"3559420604": "Purifica el cristal gigante",
"3559502428": "Dirígete a la cueva debajo del Gran Santuario Narukami",
"3559651484": "Sigue a Rhana",
"3560136316": "Ve a Inazuma",
"3560182068": "Habla con Geri",
"3560226516": "Recoge argento estelar en la entrada de la cueva",
"3560310767": "Despeja las ruinas",
"3560729812": "Purifica el cristal gigante",
"3560882223": "¿El retorno de la Cámara de Jade?",
"3560943452": "Adéntrate en la Isla Tsurumi",
"3562001056": "Entra en la taberna",
"3562242724": "Inspecciona el lugar del incidente",
"3563537044": "Ve con Gorou a buscar a Miwa",
"3563578348": "Entra a Vanarana",
"3564338508": "Destruye la barrera del mundo interior",
"3564470188": "Adéntrate en la Isla Tsurumi",
"3565059004": "Habla con Gorou",
"3565268572": "Captura una imagen del hábitat del lirio cala",
"3565727623": "Pregúntale a Amber sobre el chico del Reino de los Lobos",
"3567320860": "Vete del laboratorio secreto",
"3567600788": "Dirígete a la Aldea Chingtsé",
"3568100892": "Habla con Aragaru",
"3568210110": "#Hydro: aumento de duración|1{NON_BREAK_SPACE}pj.:{NON_BREAK_SPACE}{param5:F2}{NON_BREAK_SPACE}s",
"3568215636": "Escala el árbol para recuperar la linterna celeste",
"3568747175": "Fábulas de la chica de los fuegos pirotécnicos",
"3568777444": "Pregunta a Hosseini",
"3569385084": "Indaga en el restaurante",
"3569648412": "Rompe los tres flujos de shuda",
"3571309207": "Una edición más del Festival Sabzeruz",
"3571555580": "Habla con Arama",
"3572398916": "Despierta el potencial de los Hongos",
"3572549348": "Busca más pistas",
"3572584748": "Usa el kusava para romper el sello de la hierba yajña",
"3572887367": "Hierro blanco para Dwarkanaz",
"3573524292": "Limpia las pilas de hojas",
"3573925708": "Busca pistas de los miembros de la otra escuadra",
"3574859548": "Observa las instalaciones del campamento",
"3575132900": "Descubre el secreto del Valle Tianchiu",
"3575593644": "#Espera hasta la mañana del día siguiente (08-12{NON_BREAK_SPACE}h) para hablar con Fushizome",
"3575683591": "El Sublime y Glorioso Gran Festival de Tambores de Arataki",
"3575707108": "Derrota a Los Eremitas",
"3575804711": "Donde descansan los dientes de león",
"3575865540": "Activa todos los altares según las instrucciones de Tsuyuko",
"3575985324": "Reporta el origen del problema a la Cámara de Comercio Internacional",
"3576432932": "Busca las caracolas perdidas",
"3576774708": "Acércate a Kazuha",
"3576817180": "Busca al Maestro Masakatsu",
"3576818855": "Confesiones de un forastero",
"3576947276": "Habla con Eula",
"3577707572": "Dirígete a la casa del editor",
"3577720836": "Obtén condensado de Slime del Slime Hydro",
"3577847436": "Habla con Cyrus",
"3577881964": "Habla con Linling",
"3578118052": "Habla con Swan",
"3578144804": "Habla con Kayvan y Helbet",
"3578515356": "Habla con Anna",
"3578656580": "Espera hasta la noche (18-20 h)",
"3578823407": "Dale la brocheta de champiñones y pollo a Lynn",
"3578935636": "#Espera hasta el día siguiente (10-14{NON_BREAK_SPACE}h)",
"3579484860": "Habla con Kichiboushi",
"3579979886": "Dirígete a la taberna Los Tres Cuencos",
"3580225980": "Dirígete a la zona del bonsái después de que la isla haya vuelto a la normalidad",
"3580628351": "Cuestionario sobre el «Manual de los Caballeros»",
"3580659268": "Explora el dominio",
"3581026932": "Retira los objetos que los Ladrones de Tesoros dejaron en los Cerezos del Trueno",
"3581650388": "Desobstruye las corrientes de agua de las montañas",
"3582236348": "Habla con León",
"3582425916": "Informa a Ippei y Shinnojou",
"3582653348": "Dirígete al segundo piso del Salón de Té Yanshang",
"3582722255": "Perdón de Stormterror",
"3582896580": "Riega las flores",
"3583099636": "Habla con Keching",
"3584120452": "Busca a Aranakula en el Monumento del Yasna",
"3584208612": "Habla con Ryuuji",
"3585121836": "Habla con el Sr. Ábaco de Hierro",
"3585179892": "Habla con Diona",
"3585374927": "Hierbas medicinales para el Herborista Gui",
"3585594180": "Entra en las ruinas subterráneas",
"3586184948": "Espera hasta la hora acordada (al día siguiente)",
"3587654812": "Toca la pluma",
"3587684385": "Habla con Alrani",
"3588164364": "Habla con la Shogun Raiden",
"3588205316": "Encuentra el tesoro",
"3589387937": "Habla con Bao'er",
"3589867202": "En busca de una herencia",
"3590462584": "Decidir si 08 ó 10 están completos",
"3590660804": "Sigue los rastros extraños",
"3590726247": "Dale un gancho de lobo a Razor",
"3590742012": "Ve a donde se esconden los niños",
"3590781431": "Habla con Paimon",
"3591065855": "Una secretaria en un mar de humanos",
"3592046840": "Despierta al Hilichurl",
"3592207204": "Ve al puesto de venta de agar floral",
"3592224452": "Completa el encargo de Zhichiong",
"3592314988": "Habla con Paimon",
"3592902388": "Recomienda y explica el contenido del libro a Ei",
"3593042879": "El llamado del valle",
"3593093692": "Habla con Lyra",
"3593406572": "Habla con Shiki Taishou",
"3594255532": "Descongela todos los fragmentos",
"3594354292": "Continúa buscando pistas en el muelle (1/2)",
"3594551124": "Pide información a Jazari",
"3594551260": "Habla con Kuki Shinobu",
"3595233004": "Dirígete al nivel superior de la Sala de la Coronación",
"3595750988": "Informa a Azalai",
"3596603743": "Habla con Lisa",
"3596759052": "Dirígete al norte de Liyue y busca a Kazuha",
"3597014948": "Entrégale 1 semilla de diente de león a Brook",
"3598432167": "El club del combate: el torbellino dorado",
"3598663700": "Ve a investigar a la parte superior del Balneario Aisa",
"3599056696": "(TEST) Veredicto de los Cuatro Borrachos: ¡Buena!",
"3599481620": "Derrota a los Hilichurls exactamente tal y como te lo pidió Tsarevich",
"3599653788": "Aprende a preparar las bebidas indicadas",
"3600303340": "Consigue las semillas de rosas de Sumeru",
"3600854788": "Habla con Asakura",
"3601376068": "#Enciende las antorchas por la noche (20-00{NON_BREAK_SPACE}h)",
"3601511908": "Entra con Kujou Sara a la Sede de la Comisión Tenryou",
"3603219964": "Habla con Gygax",
"3603298084": "Libera todas las llamas del gran portal",
"3603333636": "Informa a Godwin",
"3603677668": "Reúnete con todos",
"3603820660": "Derrota a los enemigos cercanos",
"3604152198": "Explora el dominio en busca del Mago del Abismo",
"3604582396": "Busca a Tsumi en la zona subterránea del Dainichi Mikoshi",
"3604962908": "Descartar",
"3605612436": "Habla con el Fatui extraño",
"3606455590": "Busca los materiales que quiere Paimon",
"3606811367": "Flores para Kurosh",
"3607143060": "Sigue buscando con el Rompeolas",
"3608254084": "Busca el camino para llegar a la piedra sagrada",
"3608637927": "Un destino enmarañado",
"3609170156": "Reúnete con Xudong",
"3610437020": "Habla con el Infantil Jiang",
"3610923036": "Continúa tu camino hacia la subasta del desierto",
"3611125319": "Brook, la amante de la carne",
"3611731343": "Entrenamiento especial",
"3612436844": "Dirígete al Ministerio de Asuntos Civiles e informa a la Geoarmada de lo ocurrido",
"3612691980": "Habla con Paimon",
"3612935500": "Informa a Cyrus",
"3613610524": "Habla con Arama",
"3613881214": "Habla con Xiangling en el duelo culinario",
"3614298160": "(TEST) Veredicto de los Cuatro Borrachos: ¡Mala!",
"3614690492": "Ve a comer al Quiosco Xinyue",
"3615419996": "Ofrece perlas de coral a las siete tumbas de la realeza",
"3616002956": "Continúa siguiendo el aura para encontrar pistas",
"3617007087": "Habla con Lynn",
"3617063470": "Entrégale las flores chingxin a Pim",
"3617222596": "Regresa al exterior del estanque para comprobar las notas de Wolfgang",
"3617925628": "#Aterriza san{F#a}{M#o} y salv{F#a}{M#o} en el lugar designado",
"3617977196": "Investiga el árbol que hay en la Confluencia Ashvattha",
"3618401756": "Responde a Lenne",
"3618629879": "Habla con Venti",
"3619293828": "Investiga una manera de entrar en la máquina",
"3619403444": "Pregunta a la Geoarmada por la situación de los alrededores",
"3619709996": "Sal del Restaurante Uyuu",
"3619823455": "Un pequeño viaje: comida de no emergencia",
"3619986808": "Ellin conversación enojada 2",
"3620270239": "Asuntos del Festival de la Luna",
"3620472828": "Entra en el nuevo espacio",
"3620740303": "Breve encuentro con un pájaro extraño",
"3621217276": "Usa la Visión Elemental para encontrar la caja de Viktor",
"3621612088": "Habla con Ella Musk",
"3622522172": "Derrota a los Ladrones de Tesoros",
"3622790527": "Un encuentro más allá del mar",
"3623462327": "Habla con los habitantes de la ciudad (Cyrus)",
"3624971012": "Pregunta a Tignari cuál es la situación",
"3625703924": "Habla con el Samurái Kairagi",
"3625906300": "Sal de la cueva",
"3626118188": "Sigue a Mamesuke y Shibasuke",
"3626530908": "Abre la jaula",
"3626637764": "Habla con Venti",
"3628125756": "Entrégale a Yicheng un plato que lo pueda llenar",
"3629279572": "Ve al lugar que indicó Paimon",
"3629393212": "Utiliza el conocimiento encapsulado de tu Inventario",
"3630786956": "Dale el dinero del alquiler a Goth",
"3631955287": "Encuentra los libros escondidos",
"3632437023": "Recolecta ganchos de lobo",
"3633102340": "Habla con los demás",
"3633315804": "Habla con Yelan",
"3633474671": "Habla con Jean",
"3634199612": "Descartar",
"3634810508": "Sal del dominio",
"3635228655": "Derrota a los Slimes",
"3635575420": "Habla con Goth",
"3636481796": "Habla con Yae Miko",
"3636519824": "Recolecta los ingredientes necesarios",
"3636645028": "Busca las piezas del castillo de juguete",
"3636706199": "Habla con Huffman en la entrada de la Sede de los Caballeros de Favonius",
"3636879172": "Habla con Paimon",
"3638075212": "Habla con Parvaneh",
"3638382852": "Habla con Jack",
"3639085430": "Informa a Zhihua",
"3639592404": "Rompe el ámbar Anemo",
"3640040580": "Derrota a todos los monstruos",
"3640708476": "Habla con Albedo",
"3641697200": "Habla con Draff",
"3642134748": "Dale a Kayvan los materiales para el cebo",
"3642167159": "Secretos del desierto ardiente",
"3644647495": "Preparados, listos... ¡vamos!",
"3645107556": "Libera todas las llamas del gran portal",
"3645136596": "Entra en el sueño",
"3645207911": "Intercambio académico",
"3645291452": "Busca pistas por la zona",
"3645337164": "Pregunta por la Pequeña Liu a la gente de la Aldea Chingtsé",
"3645585768": "(TEST) Agitar",
"3645722316": "Ve a la cueva para encontrar a Arashakun",
"3645777884": "Ve a la Isla Seirai y captura algunas imágenes",
"3646070756": "Habla con Henning",
"3646232984": "(TEST) Infórmale a Charles",
"3646653311": "El gorrión estudia la espada",
"3646720860": "Encuentra a los otros tres jugadores",
"3646984020": "Completa el acto intermedio de la función",
"3647965308": "Sigue avanzando",
"3648670060": "Dirígete al Gran Bazar",
"3649081519": "Los recuerdos de Aranaga",
"3649108372": "Sigue adelante para presenciar la ceremonia de despedida",
"3649254423": "Sigue el camino y vuela al destino a tiempo",
"3650062412": "Lee la carta",
"3650441372": "Intenta abrir el féretro",
"3651228188": "Dirígete al campamento",
"3651586012": "Destruye los árboles",
"3651953304": "Habla con Ella Musk",
"3652214788": "Habla con Aragaru",
"3652860876": "Sigue explorando y busca los ingredientes",
"3653258652": "Acompaña a Klee y entrégale la caja a Mona",
"3653291516": "Observa las rosas de Sumeru para encontrar la canción oculta",
"3654551826": "Escucha la conversación de Sisi y Chaoxi",
"3654785455": "Hierro blanco para Yata Kouki",
"3654969116": "Habla con León",
"3655730316": "Entra en la Ejecución demoniaca",
"3656337660": "Investiga la casa abandonada",
"3656442599": "Negociación con el NPC 2 fallida - Ciclo de Combate",
"3656533247": "Hola, gracias y adiós",
"3657382516": "Encuentra la factura de compra de La Segunda Vida",
"3657769108": "Ve de noche (00-06 h) al lugar especificado y derrota a los Ladrones de Tesoros",
"3657815911": "Los Superchefs: los buceadores",
"3658027060": "Informa a Chongyun",
"3658378052": "Completa el acertijo floral",
"3658705924": "Usa el poder Anemo o Hydro para ayudar a Jiangcheng a limpiar su casa",
"3658881128": "Ahuyenta los Hilichurls enfurecidos",
"3658908327": "Desbloquea el Punto de teletransporte",
"3658944308": "Obtén un botín de los Ladrones de Tesoros",
"3658988516": "Habla con la Despreocupada Linguan",
"3659187500": "Habla con el Taciturno Tingfang",
"3660153799": "Humo sin fin",
"3660481476": "Activa el mecanismo que hay en el centro de la sala",
"3660900548": "Entra en la cabina de control",
"3661812168": "(TEST) Datos del cliente verificados",
"3662060068": "Vuelve al escondite de Akira",
"3662186180": "Convierte el lado derecho del bonsái en una roca serena",
"3662420380": "Habla con Eiko",
"3662479952": "Observa las acciones de Nimrod",
"3662713351": "Los sonidos del mundo",
"3663228972": "Dirígete al distrito comercial de Mondstadt",
"3663266252": "Busca a Nimrod afuera de la Taberna",
"3663587956": "Sigue a la transeúnte silenciosa sin que te descubra",
"3663965798": "Intenta utilizar el dispositivo",
"3666504452": "Dirígete al lugar designado",
"3666608975": "Encuentra a Venti en Levantaviento",
"3666987496": "(TEST) ¿Agregar ingredientes?",
"3667549148": "Encuentra un lugar con una vista adecuada",
"3667767860": "Examina a las víctimas cercanas (1/3)",
"3668047876": "Habla con Thoma en Ritou",
"3668368080": "Elimina los Slimes",
"3668563551": "Ahuyenta a Stormterror",
"3668759228": "Retira los objetos que los Ladrones de Tesoros dejaron en los Cerezos del Trueno",
"3669469532": "Habla con Sara",
"3670176366": "Pregunta a los clientes de la taberna sobre “los más fuertes de Mondstadt”",
"3670723084": "Ve al lugar indicado",
"3670802556": "Ve a la ubicación de la caracola gigante",
"3670877868": "Dale a Harry el comunicado con órdenes",
"3670927828": "Derrota al Guardián de las Ruinas",
"3671271508": "Habla con Wang el Llave inglesa",
"3671326268": "Habla con Cyrus",
"3672122268": "Acompaña a Nilou a recoger las últimas compras",
"3672559260": "Ayuda a Hatim a elegir un plato de oro",
"3672939068": "Lleva al minero a un campamento cercano a descansar",
"3673261444": "Completa el desafío",
"3673358084": "Habla con Henry Morton",
"3673732436": "Ve al Santuario Surasthana",
"3673750548": "Habla con Eiko",
"3673929236": "Busca al antiguo aristócrata en la ciudad",
"3673972676": "Inspecciona el hielo extraño",
"3674375316": "Inspecciona la sala junto a Bennett",
"3674875710": "Sigue a Xiangling hasta las ruinas",
"3674986072": "Habla con el Herrero Wagner",
"3675000140": "Dirígete a la Plaza de los Cinco Kasen y espera",
"3675248892": "Habla con León",
"3675358151": "Dirígete a la Sede de los Caballeros de Favonius",
"3675459964": "Habla con Cyrus",
"3675844385": "Busca pistas de los Adepti en Jueyunjian",
"3675884716": "Busca al padre de Joel en la ladera oeste de la montaña",
"3676249831": "Habla con Sara",
"3676532209": "Presunción de inocencia",
"3677685012": "Derrota al avatar del Marana",
"3677720004": "Vuelve al campamento y escucha las conclusiones de Albedo",
"3677936524": "Obtén las ofrendas del espíritu",
"3678464064": "Habla con Timaeus",
"3679238508": "Habla con la Hermana Victoria",
"3679876524": "Dirígete a Ritou y busca a Bertrand",
"3681025372": "Despeja los campamentos de los Ladrones de Tesoros",
"3681328656": "Encuentra una soga",
"3681842956": "Ayuda a Nilou a recoger otra tanda de productos",
"3682043446": "Encuentra a Nobile",
"3682077071": "Dirígete al lugar de entrenamiento",
"3682411242": "Habla con Lulu, Fei y Meng",
"3682705823": "Sala 5 - Ciclo de combate y misión marcada",
"3683198103": "Adiós al pasado",
"3683199500": "Habla con Paimon",
"3683961412": "Habla con el Hilichurl",
"3684829036": "Recoge el correo",
"3685782356": "Coloca un paquete en algún lugar cerca de la Estatua de Los Siete de Espinadragón",
"3685999380": "Habla con Kamisato Ayaka",
"3687452924": "Derrota a los Slimes Dendro",
"3687483908": "Busca el origen de la voz",
"3687668948": "Elimina a todos los monstruos y destruye los obstáculos",
"3687857860": "Ayuda a Hatim a elegir un plato de oro",
"3687869359": "La misteriosa Funeraria El Camino",
"3688909073": "El Sonriente Yanxiao ya no sonríe",
"3689700492": "Sigue las huellas",
"3689751164": "Ve a la Casa de Té Komore",
"3689911687": "Pequeños ajustes",
"3690113396": "Ve al Banco del Reino del Norte a dejar las cosas claras",
"3690263588": "Busca más personas para hablar",
"3690341556": "Derrota a todos los monstruos",
"3690529340": "Juega al escondite con la Pequeña Ming",
"3690620916": "Aumento del progreso de la misión",
"3690644748": "Observa la puerta y busca la forma de entrar",
"3690835999": "El anzuelo omnipotente",
"3691023892": "Espera a que comience la subasta (16-18 h)",
"3691157380": "Ve al lugar donde estaban las notas en la isla del estanque",
"3691394868": "Explora los alrededores de la Sima",
"3692219468": "Habla con Shitou",
"3692450566": "Interactúa con los Hilichurls",
"3692548887": "Wanmin para llevar",
"3692829756": "Habla con Jinwu",
"3692941092": "Inspecciona el lugar sospechoso y elimina cualquier amenaza",
"3693276468": "Encuentra la consciencia remanente de la Reina Mayor Rukkhadevata",
"3694156310": "Dirígete a la Caverna del karma",
"3694762852": "Dirígete a la Isla Amakane",
"3694775644": "Busca pistas",
"3695395086": "Control de NPC del Rito e la Linterna (oculto)",
"3696666948": "Habla con Muning",
"3696670356": "Examina los montones de minerales",
"3697931572": "Sigue explorando",
"3698861340": "Espera hasta la noche del día siguiente (18-06 h)",
"3699073239": "Habla con Diluc",
"3699268532": "Ve al lugar designado a investigar",
"3700139652": "Ve a ver cómo están Tignari y Dehya",
"3700146084": "Ve al lugar del entrenamiento y activa el monolito de líneas ley",
"3700277876": "Dirígete a la Aldea Chingtsé",
"3700554100": "Busca a Zhichiong, quien se fue sola",
"3700557980": "Habla con Cyrus",
"3700942783": "Introducción a la moda de Inazuma",
"3701001436": "Pesca en el río",
"3701237956": "Habla con Chian",
"3701832300": "Informa a Hosseini",
"3702381444": "Alcanza a Shiyun y Boyi",
"3702434708": "Sigue el camino",
"3702598916": "Prepara el campamento",
"3702878428": "Escucha el discurso de Kokomi",
"3703068719": "Flores y aventureros",
"3703164316": "Habla con Yanfei",
"3703991964": "Habla con Lily",
"3704006516": "Dirígete al lugar que mencionó Arama",
"3704611212": "Encuentra a Asakura, quien encomendó el encargo",
"3704993204": "Entrégale 3 cecilias a Chloris",
"3705340031": "Diálogo de huellas de pies gigantes 666",
"3705444062": "Habla con Huai'an",
"3705493636": "Busca materiales para la reparación en el campamento",
"3705599111": "Las flores de Alfred",
"3705621548": "Habla con Laila",
"3705680620": "Habla con Yasmín",
"3705777436": "Vuelve al lugar ceremonial",
"3706248844": "Habla con Tirzad",
"3706311391": "La milenaria Geoarmada",
"3706441140": "Habla con los demás",
"3706600756": "Habla con Venti",
"3707042844": "Dale a Arapacati la sopa vegetariana de rábano deliciosa",
"3707062838": "Entrega el libro a Xu",
"3708198375": "El asedio de Chingtsé",
"3708220407": "Ve a las ruinas en el bosque",
"3708535656": "Habla con Ella Musk",
"3708786420": "Dirígete al campamento de Hilichurls en las afueras",
"3709242804": "Busca a Iotham",
"3709841279": "Utiliza a Amber para eliminar los Slimes que flotan en el aire",
"3709977652": "Acompaña a Klee a recoger la caja",
"3709997964": "Derrota a los Fatui ambulantes",
"3710364228": "Habla con Paimon",
"3711190192": "Regresa a Mondstadt y habla con Jean",
"3711300460": "Despeja el campamento Hilichurl",
"3711576166": "Escucha el aviso de la Geoarmada",
"3712358340": "Dirígete a la entrada de Mondstadt",
"3713881756": "Coloca las escamas",
"3714017496": "Termina 4 encargos del día y habla con Katheryne",
"3714694292": "Entrégale los escarabajos dorados a Zakariya",
"3715060820": "Inspecciona el estanque durante la noche infinita",
"3715218508": "Habla con Kozue",
"3715245380": "Habla con Arakanta",
"3716021612": "Encuentra las dos llaves del polvorín",
"3716732766": "Habla con Bolai",
"3716816367": "Fragmentos de rocas celestiales",
"3716860052": "Resuelve el rompecabezas",
"3717077759": "El sueño de la despedida",
"3717150188": "Habla con Zhongli y Wanyan",
"3717666252": "Discute el siguiente paso a seguir en la entrada del Restaurante Uyuu",
"3717696924": "Sal de la subasta con el localizador",
"3718073692": "Encuentra el tesoro",
"3718985255": "Los Superchefs: travesía gastronómica",
"3719577380": "Busca los objetos que transportaba el barco",
"3719592327": "Una promesa imperecedera",
"3719639708": "Despide a los youkai de las líneas ley",
"3720826076": "Busca la comida para serpientes de Gulabgir",
"3721185340": "Sigue explorando en busca de una salida",
"3721569588": "Busca pistas en el café",
"3721659148": "Habla con Gorou",
"3721732076": "Entra en el castillo, tal como dice la historia",
"3721846588": "Reúne información en El Obsequio del Ángel",
"3722092756": "Derrota al Dragarto Geo-Hydro",
"3722303284": "Habla con el Sonriente Yanxiao",
"3722601820": "Habla con Kichiboushi",
"3722828916": "Derrota a los monstruos que se aproximan",
"3723249228": "Ve con Yoimiya y Klee al Festival Irodori",
"3724033575": "Conversación marcada completada",
"3724554911": "La imagen perfecta",
"3725271884": "Derrota a los Hilichurls exactamente tal y como te lo pidió Tsarevich",
"3725355592": "Avisa al Fuerte Shizhuang sobre la ubicación del cor lapis",
"3725627804": "Habla con Timmie",
"3726739596": "Encuentra un lugar tranquilo",
"3726864196": "Habla con Kujou Kamaji en la residencia del clan Kujou",
"3726907551": "Toca para lanzar la Habilidad Elemental",
"3726993588": "Merodea por la playa",
"3727446540": "Informa a Katheryne",
"3727451140": "Derrota a todos los Ladrones de Tesoros",
"3727504292": "Habla con Lambad",
"3728246844": "Habla con Ganyu",
"3728560572": "Usa el dispositivo para reparar el camino",
"3728961108": "Usa la pluma para buscar pistas",
"3729363975": "Busca a la persona sospechosa",
"3729385228": "Acaba con el humo negro (1)",
"3729871716": "Escucha y resuelve los problemas de los habitantes de Mondstadt",
"3729881212": "Entrégale 2 filetes a la barbacoa al Varonil Jack",
"3730374260": "Activa el dispositivo",
"3730681374": "Regresa a Liyue para participar en el último día del Rito de la Linterna",
"3731639428": "Habla con Fargani",
"3731686548": "Ofrece perlas de coral a las siete tumbas de la realeza",
"3731769036": "Habla con la gente",
"3731975119": "¡Únete a Los Eremitas y disfruta de la vida!",
"3732419311": "Prueba de editor de misiones",
"3733739135": "Derrota a los enemigos que entren",
"3733781668": "Habla con Banu",
"3733783188": "Habla con Iris",
"3735275503": "Relato de Royinjan (I)",
"3735859628": "Habla con Thoma y Kamisato Ayato",
"3736288976": "Cocinar",
"3736407012": "Habla con Alois",
"3737220471": "El sabor del hogar",
"3738073708": "#Espera a que termine la impresión (14-16{NON_BREAK_SPACE}h del día siguiente)",
"3738263788": "(tes) Llega a la zona sellada",
"3739404580": "Recoge el colmillo de dragón imbuido de fuerza vital",
"3739636572": "Habla con Nahida",
"3739679828": "Encuentra al samurái sin nombre",
"3740245716": "Informa a Azalai",
"3740962132": "Ve a rociar la poción",
"3741061116": "Habla con Heizou",
"3741238996": "Habla con Lambad",
"3741404991": "Busca la marca elemental",
"3742954124": "Habla con Aoi, la dueña del Bazar Tsukumomono",
"3743208708": "Ve a la zona marchita que hay que eliminar",
"3744068708": "Dirígete a la Llanura Autake",
"3744749850": "Tranquiliza a Meng y Fei",
"3745150236": "Habla con Maki",
"3745276676": "Limpia los tejados",
"3745289508": "Ve al lugar donde se celebra la subasta en el desierto",
"3745744292": "Habla con Asagiri",
"3745877828": "Derrota a Los Eremitas",
"3746457804": "Vuelve a la Villa Gandharva",
"3746778620": "Pregunta por pistas de la situación actual",
"3747353324": "Elimina a todos los monstruos y destruye su campamento",
"3747891988": "Derrota a los monstruos que se aproximan",
"3748145828": "Informa a Kokomi",
"3748224599": "#¡{F#Una}{M#Un} aventurer{F#a}{M#o} ejemplar!",
"3748848012": "Derrota al monstruo de las profundidades de la Sima",
"3749305124": "Habla con Vile",
"3749981687": "Invitación de la Editorial Yae",
"3750104252": "Habla con Arana",
"3750463180": "Discúlpate con Flora",
"3750577425": "Desbloqueado 4 - Oculto",
"3750921591": "Una medicina difícil de encontrar",
"3751139372": "Regresa a la ilusión y usa los fragmentos",
"3751319444": "Dale a Kayvan los materiales para el cebo",
"3751406836": "Ve a la Isla Yashiori y busca a Arataki Itto",
"3751942399": "Dale 4 pistilos de flor helada a Diluc",
"3752046604": "Habla con Xiao",
"3752805740": "Habla con Royinjan",
"3754060508": "Investiga el campamento temporal",
"3754064047": "Un poema para la ciudad",
"3754284999": "Siéntate en la misma mesa que Amber",
"3754582724": "Dirígete a donde están instaladas las balizas",
"3754943780": "Busca la caja perdida de Viktor cerca del Templo de los Mil Vientos",
"3755066460": "Ve con Beidou a ver a la persona de la transacción",
"3755148372": "Habla con Kamla",
"3755251132": "Habla con el otro Hilichurl que quiere comunicarse",
"3755337004": "Ayuda a Tignari a eliminar la zona marchita",
"3755543260": "Habla con Wanyan y descubre la verdad",
"3756675631": "Por los niños del pasado",
"3756686268": "Habla con Taisuke y Eiko",
"3757844884": "Habla con Yae Miko",
"3757851255": "La estructura del argumento",
"3758013060": "Habla con Yun Jin",
"3758423168": "Evita que se pierda todo el progreso",
"3758606052": "Habla con Arama",
"3758916860": "Derrota a los monstruos",
"3759440751": "«El rey invocador»",
"3759615495": "Materiales de vino para Connor",
"3759758798": "Inspecciona la reparación del puente.",
"3760071884": "Vende el material al comerciante",
"3760082172": "Usa el dispositivo para reparar el camino",
"3760289620": "Habla con Kujou Kamaji",
"3760646782": "Pregunta a los clientes de la taberna sobre “los más fuertes de Mondstadt”",
"3761212988": "Habla con Takeshi en la entrada",
"3761682668": "Habla con Tignari",
"3761851956": "Habla con Fukumoto",
"3762755788": "Habla con Gorou",
"3763579996": "Busca ingredientes en el campamento a la derecha",
"3763729156": "Habla con Ninguang",
"3763857247": "Dirígete a El Buen Cazador",
"3763963668": "Dirígete al lugar designado",
"3764036460": "Habla con el Herborista Gui",
"3764069148": "Sigue a Kazuha hasta la costa",
"3764343294": "(test) Aprende a hacer una Linterna Celeste",
"3764650972": "Regresa a la Editorial Yae para buscar a Shigeru",
"3765115412": "Derrota a los Slimes",
"3765333711": "Wanmin para llevar",
"3765969340": "Habla con Katheryne",
"3766062676": "Obtén la rama de coral sangriento",
"3766367927": "Los cabos sueltos salen a la luz",
"3766645476": "Acaba con el humo negro (1)",
"3766729084": "Habla con Vind",
"3767082164": "Lee la información que dejó Nikolay",
"3767568244": "Habla con Jafar",
"3767961584": "Habla con Charles",
"3767972084": "Visita a Rohawi",
"3767998991": "Consejos de Cacería",
"3768036988": "Ensambla el Mecanopuzle de moción perpetua",
"3768297124": "Coloca las balizas",
"3769751356": "Derrota a todos los Slimes",
"3769774236": "Entrega el formulario al Nervioso An",
"3769988836": "Habla con Schubert",
"3770355020": "Habla con Paimon",
"3770990420": "Habla con Tommy",
"3771190180": "Dirígete al Restaurante Uyuu",
"3771243791": "Trabajando lejos de casa",
"3771620460": "Activa el dispositivo de purificación",
"3771966868": "Ve al pie del precipicio para buscar a tus compañeros",
"3771987364": "Investiga las mercancías",
"3773003276": "Habla con Inaba Kyuuzou",
"3773282812": "Pregunta sobre los últimos envíos de mercancía",
"3773671988": "Dirígete al campamento de espeleólogos",
"3773804876": "#Espera dos días (07{NON_BREAK_SPACE}h)",
"3774126588": "Ve al lugar que mencionó Keching",
"3774804660": "Dirígete al campamento de Albedo",
"3775339740": "Habla con Nahida",
"3775427680": "(TEST) Infórmale a Charles",
"3775898785": "(Prueba) El dragón de piedra de Liyue",
"3776944164": "Dirígete a la sala de archivos para obtener información",
"3777054308": "Activa los nueve pilares de la paz",
"3777087308": "Ve con Pedrush al lugar de celebración de Momentos de ensueño",
"3777116255": "Nuevo destino: Mondstadt",
"3777557372": "Ve a investigar al lugar indicado",
"3777872257": "Jabalíes, ¡al ataque!",
"3777956180": "Habla con Wyratt",
"3778084878": "Ofrecer rollos de carne con matsutake deliciosos",
"3778366220": "Reúne todos los materiales necesarios para fabricar omamori",
"3779057876": "#Sé afectad{F#a}{M#o} por Pyro durante 15 s cerca de la ubicación marcada",
"3779311862": "Quema incienso y pide un deseo en la Terraza Yujing",
"3779355196": "Habla con la ilusión de Antei",
"3780144519": "Armaduras fuera",
"3780526156": "Entrega la muestra de barro a Akim",
"3782381639": "La entrada a Tokoyo",
"3782931908": "Derrota a Borenka y a sus vasallos",
"3782996332": "Habla con los soldados",
"3783064740": "Habla con Francis",
"3783693892": "Habla con Viktor",
"3783945596": "Habla con Kano Nana",
"3785217199": "Los siete pilares esculpidos por la sabiduría",
"3785750524": "Habla con la Shogun Raiden en el plano de la eutimia",
"3785935700": "Ve a Espinadragón y busca pistas",
"3786324356": "Explora la Tumba del Festín",
"3786373236": "Golpea al pilar gigante ya purificado",
"3786527384": "(TEST) Veredicto de los Cuatro Borrachos: ¡Terrible!",
"3787268028": "Habla con Hilmi",
"3787275404": "Sigue acompañando a Yasmín",
"3788251172": "Busca un sitio adecuado para cocinar",
"3788469372": "Encuentra y enciende todos los dispositivos",
"3788693487": "Duendes de jardín",
"3788701268": "Habla con Kama",
"3789028524": "Ve y elimina la última zona marchita",
"3789233308": "Sigue a Shiyun y Boyi",
"3789465092": "Ve a la ubicación del bote de asalto",
"3789694732": "Vuelve para descansar un poco",
"3789806257": "Un trabajo problemático",
"3789883025": "¡Otro día como Caballera Exploradora!",
"3790591545": "Llave perdida",
"3790880132": "Ve al lugar que detectó Albondimaru",
"3791177792": "Habla con Ella Musk",
"3792196636": "Dirígete a la Catedral de Mondstadt",
"3792422564": "Habla con Juza",
"3792806609": "Rompe el sello de la Tribu del Eclipse",
"3793717396": "Habla con Marjorie",
"3793754716": "Habla con Fargani",
"3794487140": "Habla con Chingzhou",
"3794986404": "Llévale las cosas a Raef",
"3795750868": "Vete de la Sala de la Coronación",
"3796025585": "Habla con Landa",
"3796525908": "Observa el desenlace del problema en la Comisión Yashiro",
"3796773270": "Acepta vigilar al perro",
"3796901924": "Abre el tercer tomo de «El himno del Reino Sagrado»",
"3797109974": "Habla con Klee",
"3797768135": "El guardián desaparecido",
"3797916844": "Habla con las secretarias de la Cámara de Jade",
"3798270886": "Habla con Fei",
"3798296516": "Sal del Caravasar Ribat",
"3799297583": "El problema de Afratu",
"3799735012": "Usa la llave para abrir la puerta de la cámara del tesoro",
"3800409380": "Sigue el aura para encontrar pistas",
"3800505260": "Dirígete a la Hacienda Kamisato para ver a Kamisato Ayaka",
"3800552084": "Ve a la Terraza Yujing",
"3800675092": "Ve al Desfiladero",
"3801361276": "Habla con Aranakin",
"3801428759": "La melodía del bosque",
"3802635156": "Sal del Templo del Halcón del Oeste",
"3802885588": "Habla con Rafiq",
"3803162500": "Habla con Bennett",
"3803371820": "Ve a conseguir el barro",
"3803488580": "Habla con Vardan y Gurgen",
"3803618668": "Entrégale las semillas de diente de león y el condensado de Slime a Brook",
"3803636791": "Muestra capítulos ui",
"3803796188": "Sigue las huellas del Hilichurl",
"3804306009": "El tesoro del marinero",
"3804753524": "Habla con Anna",
"3804905423": "Llave inglesa y martillo",
"3805175228": "Habla con Xudong",
"3805809746": "Habla con Ella Musk",
"3806214671": "Deseos",
"3806764518": "Obtén Vermellonita de un Cazador de las Ruinas",
"3807452743": "Introducción a la moda de Inazuma",
"3807715884": "Informa a Naganohara Ryuunosuke",
"3807919068": "Habla con Arama",
"3809129172": "Regresa a la Aldea Aaru",
"3809538204": "Activa el globo para transportar el Clavo",
"3809806740": "Habla con Gurgen",
"3810169769": "Otro tipo de poder elemental",
"3810432724": "Informa a Chingzhou",
"3810452492": "Habla con Teppei",
"3810818183": "El Festival Utsava",
"3811198276": "Habla con la Despreocupada Linguan",
"3811701622": "Derrota a los Hilichurls",
"3812077636": "Salta hacia adentro",
"3812525516": "Habla con Kamei Munehisa",
"3812551244": "Ve a la cafetería y habla con Madah",
"3812879892": "Habla con Neko",
"3812891884": "Aumento del progreso de la misión",
"3812982465": "El juego del escondite",
"3813058324": "Busca las ofrendas para presentarlas en el monumento",
"3813438551": "Donde convergen las antiguas estrellas",
"3814214956": "Habla con los Ladrones de Tesoros",
"3814419636": "Habla con Baishi",
"3814493564": "Hora de deliberar",
"3814536716": "Sigue al Seelie",
"3815028028": "Habla con Anthony",
"3815485836": "Continúa explorando",
"3816179868": "Habla con Yasmín",
"3816748780": "Habla con Paimon",
"3816864660": "Ve a ver a Glory en Mondstadt",
"3817492892": "Participa en la subasta",
"3818168324": "Dirígete a Vanarana",
"3818658312": "Prepara un aceite esencial de llamas ardientes",
"3818830575": "Abismo plenilunado",
"3819251332": "Abre la puerta del “corazón de Watatsumi”",
"3819598988": "Investiga en el primer lugar donde hubo anomalías",
"3819685876": "Habla con Mamesuke y Shibasuke",
"3820560868": "Recolecta flores frescas",
"3821761479": "Habla con Diluc",
"3821840428": "Dirígete a la Isla Amakane y busca a la Banda de Arataki",
"3822860140": "Investiga qué era lo que protegían los Caballeros Serpiente Negra",
"3823093220": "Espera a que Bennett active el mecanismo de la puerta",
"3823229500": "Captura una imagen de Yun Jin",
"3824091724": "Busca tres lugares con marcas del viento en el árbol",
"3824522116": "Habla con Kamisato Ayaka",
"3825121644": "Habla con Jiayi",
"3825924308": "Investiga las notas en la casa de los aranara",
"3826181287": "Sanando los cerezos",
"3826310764": "Habla con Ooshima Junpei",
"3826841644": "Derrota a los monstruos",
"3827436628": "Habla con Ruu en el lugar indicado",
"3827451292": "Busca a Xavier",
"3828037684": "Encuentra algo de valor",
"3828571692": "Obtén el fragmento de las Riendas del resurgimiento",
"3828844804": "Obtén «Lo ocurrido antes del sol y la luna»",
"3829006852": "Habla con Kokomi",
"3829080729": "Un diamante en bruto",
"3829272239": "Explora las profundidades del templo",
"3829490945": "Desafío contrarreloj de las Cascadas",
"3829860823": "Espectros flotantes: Comienza la investigación",
"3830795415": "Con las manos en la masa",
"3832016548": "Busca al gato cerca de la Catedral",
"3832539726": "Busca a Zhongli",
"3834764836": "Habla con Bennett",
"3835015220": "Habla con Madam Ping",
"3835235824": "Habla con Wyatt",
"3835366364": "Habla con Ganyu",
"3835437542": "Hablar con Bolai",
"3835463568": "Habla con Ellin",
"3835482452": "Derrota a los Eremitas que atacan",
"3835527700": "Sigue las huellas",
"3836140492": "Habla con tu oponente",
"3836874663": "Sigue las instrucciones de Amber y vuelve a tomar el examen",
"3837361495": "Una rosa a modo de obsequio: baladas de momentos pasados",
"3838914724": "Ve al lugar del sorteo",
"3839419212": "Dale un trozo de carne de ave al perro",
"3839863311": "Negociación con el NPC fallida - Regresar",
"3841353252": "Informa a Gulabgir",
"3841500388": "Vuelve al Monte Kanna",
"3841556124": "Sal del Caravasar Ribat",
"3841694161": "Y el tesoro es para...",
"3841744556": "Sigue a Diona",
"3842172324": "Sigue explorando",
"3842827908": "Habla con Rudolf",
"3843259884": "Elimina los Slimes",
"3843992188": "Alcanza a Dainsleif",
"3844171452": "Habla con el Hilichurl",
"3844272780": "Dirígete al Café Puspa",
"3844348580": "Habla con Anthony",
"3844860772": "Dirígete al lugar designado",
"3844912777": "Desbloqueado 6- Oculto",
"3844929900": "Ve a buscar los materiales para reparar el barco",
"3844969916": "Habla con Nahida",
"3845001572": "Ve a la zona marchita que hay que eliminar",
"3845364423": "Amenaza al NPC 2",
"3845574108": "Informa a Wang sobre el tesoro oculto",
"3845755260": "Rescata al tanuki",
"3845848084": "Habla con Jazari",
"3845853705": "Pregúntale a la gente de la Aldea Chingtsé por pistas de los fragmentos",
"3845956239": "Frutos harra para Huseín",
"3845967724": "Busca un lugar ideal para montar la tienda",
"3845986364": "Habla con Furong",
"3846069084": "Ayuda al alicaído Ilman",
"3846214488": "Cocinar",
"3846558620": "Completa la prueba de Preservadora de Nubes",
"3846768748": "Haz rollitos de jade deliciosos",
"3847004220": "Busca una solución en la Isla Watatsumi",
"3847576044": "Busca los materiales para el cebo",
"3847590580": "Derrota a todos los monstruos",
"3847622268": "Habla con Jiayi",
"3847818620": "Busca a Aranakula por los alrededores",
"3848008943": "La ascensión de la luna",
"3848490612": "Espera hasta el momento acordado (dentro de dos días)",
"3848789300": "Dirígete al Caravasar Ribat",
"3848805116": "Escucha lo que Hu Tao le dice a Luocheng acerca de la maldición",
"3850743214": "Inspecciona la reparación del puente.",
"3851109460": "Adéntrate aún más en el sueño",
"3851168428": "Habla con los demás",
"3851262300": "Carga las bolas de cañón junto con Zhichiong",
"3851623831": "Escoge un souvenir para Lisa",
"3851701478": "Habla con Madam Ping",
"3852263596": "Fabrica una linterna celeste",
"3852405335": "El syrtos de los Faetones",
"3852765670": "Mover al ladrón de A a B (oculto)",
"3853380084": "Habla con Klee",
"3853802924": "Adéntrate en el dominio y recupera el mapa de las defensas de la ciudad",
"3854745244": "Vuelve a la Casa de Té Komore",
"3854789556": "Ve al lugar de la investigación y lleva a cabo el rescate",
"3854853215": "Juicio intempestivo",
"3855179327": "La melodía del bosque",
"3855238884": "Cocina en la hoguera",
"3855367536": "Informa a Draff",
"3855694964": "Habla con Orhan",
"3858118724": "Habla con Arama",
"3858235100": "Habla con Kaede",
"3858725644": "Habla con Cyrus",
"3858955836": "Dirígete a El Obsequio del Ángel",
"3859506580": "Dirígete al lugar donde se encuentran las raíces del Árbol Sagrado",
"3859672580": "Habla con Jean",
"3859693951": "Un problema con el viento",
"3859726948": "Habla con Heizou en un lugar cercano",
"3860386324": "Derrota a todos los monstruos",
"3860542551": "Fallo en reversión de intrusión",
"3862260268": "Habla con Jazari",
"3862293215": "«El séptimo samurái»",
"3862433604": "Dirígete a la arena del Torneo Loto Nilotpala",
"3862944476": "Abre la puerta con la llave",
"3863322524": "Dirígete al Reino de los Lobos",
"3864405968": "Usa la Visión Elemental para encontrar la llave",
"3865362828": "Observa el debate en el teatro",
"3865424980": "Abre la jaula",
"3866410583": "Aventuras en Thermadon",
"3866463695": "Intercambio recíproco",
"3866498644": "Pon al corriente a los participantes de Momentos de ensueño",
"3866531884": "Sigue a Fujiwara Toshiko hasta el campamento",
"3866746956": "Derrota al enemigo",
"3866820936": "Dale el botín y la carta a Tunner",
"3867047684": "Ve al lugar del sello roto",
"3867772372": "Investiga la oscura Enkanomiya",
"3867827830": "Discúlpate con Draff",
"3868150108": "Dirígete al campo de dientes de león",
"3868274672": "Utiliza la visión elemental para encontrar el carro minero con Cor Lapis",
"3868472780": "Investiga el Corazón de la Serpiente durante la noche infinita",
"3868522402": "Habla con el Sonriente Yanxiao",
"3869186548": "Escucha la voz que viene del muelle",
"3869725564": "Llévale la maceta a Nermín",
"3870008868": "Dirígete a El Obsequio del Ángel",
"3870696020": "Habla con Paimon",
"3870720958": "Elimina a todos los monstruos",
"3871400828": "Habla con Haniyyah",
"3871516948": "Habla con Vardan y Gurgen",
"3871976252": "Dirígete a la Academia de Sumeru con Parvaneh y el resto",
"3872077916": "Obtén un botín de un Guardián de las Ruinas",
"3872128431": "Neko es una gata: cascabeles tintineantes",
"3872569996": "Habla con Eboshi",
"3872683752": "Derrota a los monstruos cercanos",
"3873422671": "Busca a la persona sospechosa utilizando la Visión Elemental",
"3873565161": "Polvo eres y en polvo te convertirás",
"3874052828": "Activa el cincel de luz",
"3874507260": "Habla con Muzhen",
"3875936548": "Inspecciona el marco extraño",
"3876545644": "Habla con Mona mientras descansan",
"3876778108": "Habla con la persona que apareció",
"3877069720": "(TEST) Infórmale a Charles",
"3877187513": "El apuro de Charles",
"3877899484": "Muestra a Werner algún objeto de Mondstadt",
"3878189648": "Pregunta a uno de los borrachos acerca del cóctel exclusivo",
"3878423724": "Derrota a los monstruos que se aproximan",
"3878537158": "Habla con Huai'an",
"3879111032": "Acompaña a Ella Musk para hablar con el Hilichurl",
"3879143260": "Cuenta las cajas que hay en el muelle",
"3879506988": "Dale la carta a Kujou Kamaji",
"3881076812": "Dirígete a Vanarana",
"3881584664": "Control de reaparición",
"3881868694": "Habla con Pam",
"3882533340": "Dirígete al campamento de los Ladrones de Tesoros",
"3882604428": "Habla con Jafar",
"3882876652": "Purifica el cristal gigante",
"3882926276": "Habla con Sangonomiya Kokomi",
"3883009206": "Derrota a los Ladrones de Tesoros",
"3883113232": "Ve a ver detalles",
"3884448948": "Habla con Joel",
"3884939556": "Habla con Kazuha",
"3885037020": "Busca la espada que mencionó Masanori",
"3886330340": "Sigue el rastro de la Orden del Abismo",
"3887014788": "Habla con Wang el Llave inglesa",
"3887778172": "Busca inspiración poética cerca del muelle sur",
"3888033444": "Ve al Bosque Chinju",
"3888174199": "«Vimana Agama»: Dev",
"3888413912": "Encuentra babas de Slime",
"3888642367": "Busca las marcas elementales que han dejado los libros",
"3888943972": "Habla con Katheryne de Liyue",
"3889239276": "Recoge el tesoro del que habló Chouji",
"3889976376": "Entrégale la llave a Wyatt",
"3890741828": "Espera dos días",
"3890990076": "Habla con Ruu",
"3891114535": "La sospecha de Los Ocelos",
"3891403532": "Detecta el humo negro (2)",
"3891407444": "Regresa al Gran Santuario Narukami y busca a Yae Miko",
"3892625737": "Encuentra la forma de entrar a la bóveda",
"3892887164": "Habla con Jean",
"3892919092": "Habla con Arama y entra en el sueño del árbol vasara",
"3892950196": "Sigue adentrándote en el sueño",
"3893093612": "Habla con Jazari",
"3893106076": "Habla con Fukumoto",
"3894074956": "Presenta las ofrendas en el monumento",
"3894236783": "Arena mecánica: Juego estratégico",
"3894388679": "¡Anna, la aventurera!",
"3894744852": "Habla con Kayvan",
"3895569980": "Lleva a Nika al campamento de Los Eremitas",
"3895637735": "La fatuidad",
"3896561796": "Habla con Cyno",
"3896649724": "Habla con la miko misteriosa",
"3897635393": "¿Camino bloqueado?",
"3898083644": "Completa el encargo del Gremio de Aventureros con Anna",
"3898103580": "Habla con Shiki Taishou",
"3898327004": "Sal de la arena",
"3898375556": "Ve al cuartel del Regimiento de Los Treinta",
"3898682380": "Entrega los pétalos de cerezo especiales a Xudong",
"3898841334": "Sal del Banco del Reino del Norte",
"3900319196": "Habla con Daimon",
"3900873468": "Navega hasta donde se encuentra el tesoro",
"3902622134": "Habla con Verr Goldet",
"3904462692": "Dirígete a la nación de la Arconte Dendro",
"3905227364": "Pelea contra Oleg",
"3905369084": "Cierra «El himno del Reino Sagrado»",
"3905463708": "Busca pistas sobre la Orden del Abismo en el Reino de los Lobos",
"3905593348": "Despierta el potencial de los Hongos",
"3906020004": "Habla con tu oponente",
"3906138980": "Habla con Arama",
"3906166508": "Dirígete a la comisaría de policía para ayudar al Maestro Masakatsu",
"3906405428": "Examina detenidamente la propuesta",
"3906543228": "Dirígete al campamento de los Ladrones de Tesoros",
"3906742316": "Dirígete a la morada Adeptus de la Montaña Hulao",
"3907312780": "Habla con Heizou",
"3907900372": "Habla con Arama y entra en el sueño del árbol vasara",
"3908323492": "Derrota a todos los monstruos",
"3908560624": "Dale el trigo a Timmie",
"3909435780": "Enciende un fuego",
"3910802644": "Enseña a Meng a cocinar",
"3910839937": "El aventurero avanza al horizonte",
"3911169048": "(TEST) Veredicto de los Cuatro Borrachos: ¡Mala!",
"3911286028": "Hazte con las inscripciones de recuerdos",
"3912062196": "Dirígete al Estanque Chingxu",
"3912173812": "Lleva la carta de Cyno a Nabil",
"3912569584": "Veredicto de cliente 3",
"3914117988": "Encuentra el vino del samurái sin nombre",
"3914123548": "Derrota a todos los Hongos y recupera las maderas",
"3914171900": "Habla con Ei",
"3914279660": "Intenta romper el sello",
"3914397284": "Busca a Cyno en el Caravasar Ribat",
"3914620296": "Habla con Quinn",
"3914653348": "Captura algunas imágenes de Cyno",
"3914798180": "Invita a la gente de los alrededores al restaurante del Sr. Zhu",
"3914939236": "Ve a un lugar elevado y trae al gatito de vuelta al santuario",
"3915285668": "Habla con Noelle",
"3916100220": "Obtén información sobre Arataki Itto",
"3917061540": "Atraviesa la niebla siguiendo las instrucciones del Capitán Cuervo Noctívago",
"3917101996": "Dale la bebida a Diluc",
"3917235735": "La odisea del Sr. García: un pequeño esfuerzo",
"3917870087": "Huir",
"3920920932": "Entrega los materiales adecuados a Ogura Mio",
"3922460260": "Dirígete a un lugar con minerales",
"3923022500": "Habla con Quinn",
"3923163492": "Entrégale la flor de viento a Sacarosa",
"3923514252": "Sigue buscando runas",
"3924740791": "Neko es una gata: lo bueno se hace esperar",
"3924753140": "Habla con Verr Goldet",
"3925963068": "Habla con Gorou",
"3926283572": "Captura imágenes de los perros y los gatos desde distintos ángulos (0/2)",
"3926503420": "Sigue buscando el camino a la parte superior de la Cavidad",
"3926918687": "Salir del dominio",
"3927579652": "Derrota a Haniyyah",
"3928138383": "Flores de ensueño",
"3928314556": "Habla con la persona que hay cerca de la muralla de la ciudad",
"3928936020": "Observa la sombra del reloj de sol",
"3929063900": "Habla con Lenne",
"3929165700": "Ve al lugar que detectó Albondimaru",
"3929433940": "Dirígete a la sala que hay en el centro del nivel superior de las ruinas",
"3929511572": "Sigue a Schubert",
"3929680236": "Derrota a los Hongos",
"3929727548": "Habla con Ninguang",
"3929956908": "Elimina la contaminación de la zona marchita",
"3930095802": "Iniciar misión de cámara",
"3930170372": "Habla con Tignari",
"3930393476": "Elimina a todos los monstruos y destruye los obstáculos",
"3930592871": "Por la sonrisa de un niño",
"3930606792": "Recolecta 1 pergamino guía",
"3930655004": "Caza un pájaro crepuscular en las montañas al este de la Floresta Apam",
"3931475148": "Obtén carne del Rey Jabalí de las Nieves",
"3931674108": "Activa los mecanismos",
"3932765436": "Habla con la Shogun Raiden en el plano de la eutimia",
"3933296444": "Habla con Paimon",
"3933586244": "Habla con Eula",
"3933655596": "Habla con Beidou",
"3933736276": "Recoge leña",
"3933935924": "Pregunta a la miko",
"3934067790": "Busca los ingredientes adecuados",
"3934520839": "Ve con Paimon",
"3936308732": "Busca las pistas adelante",
"3936440878": "Encuentra el tesoro",
"3936481175": "#{F#La invitada}{M#El invitado} especial",
"3938463655": "Hierbas medicinales para el Herborista Gui",
"3938889540": "Investiga el campamento temporal de los Fatui",
"3939118864": "Encuentra dos huevos",
"3939457863": "Transformación del problema: Fuerza teórica",
"3940239836": "Busca al Gerente Xiao",
"3941275156": "Habla con Félix Yogue",
"3941762502": "Busca un punto desde donde puedas ver todo el Sello del Testigo",
"3942097671": "El lamento de Hiperión",
"3942654476": "Detecta el humo negro (2)",
"3942672660": "Encuentra el pilar en la Cabeza de la Serpiente",
"3942799124": "Dirígete a la Cámara de Jade",
"3943122380": "Investiga los arrecifes en la superficie del mar",
"3943182252": "Habla con Arabalika",
"3943814084": "Sal de las ruinas",
"3944441316": "Habla con Zakariya",
"3944441583": "Medicina milagrosa",
"3945119460": "Habla con el Chef Mao",
"3945217591": "Perdido en la montaña",
"3945686575": "El rescate del marco de retratos tanuki",
"3945776711": "Un manjar único",
"3945967240": "Ve a la orilla del lago a dispersar el trigo",
"3946012988": "Entra en el Instituto de Investigación de Juguetes",
"3946941215": "Cómo superar una tempestad",
"3947114874": "Inspecciona el Pueblo Mingyun",
"3948223300": "Busca siguiendo las huellas",
"3948586836": "Habla con Pallad",
"3948706892": "Habla con Hamawi",
"3948778580": "Despeja la ruta comercial de monstruos y obstáculos",
"3949262116": "Informa a Chingzhou",
"3949963748": "Investiga la flor",
"3951170880": "Busca a las palomas dentro del bosque",
"3951413332": "Sigue a la persona que te resulta familiar",
"3952036412": "Usa la Visión Elemental para encontrar la caja de Viktor",
"3952186140": "Derrota al samurái sin nombre",
"3952223537": "Recupera las facturas",
"3952407079": "Ola de frío",
"3952421756": "Habla con Nahida",
"3952646396": "Comprueba el estado de las lámparas en el camino",
"3952917812": "Habla con Ruu",
"3952981383": "#¡Caballer{F#a}{M#o} y Diaconisa a la carga!",
"3953268548": "Dirígete a la Guarida de Stormterror",
"3953848948": "Habla con Linling",
"3953901332": "Habla con Xavier",
"3954064754": "Ayuda al Sonriente Yanxiao a encontrar chile de Jueyun y cabezas de loto",
"3954215311": "Dale la información a Diluc",
"3955459604": "Charla con la gente del teatro",
"3955546036": "Habla con Yelan",
"3955649228": "Golpea a Arataki Itto con los frijoles",
"3955987940": "Dale la bebida a Eula",
"3957139775": "Despeja las ruinas",
"3958104012": "Busca la rama con Arakunti",
"3958854196": "Dirígete al campamento de los Ladrones de Tesoros",
"3958855332": "Encuentra a Anna",
"3959356204": "Inspecciona los lugares sospechosos y elimina cualquier amenaza",
"3960346676": "Captura una imagen de Neko desde el lado izquierdo",
"3960681484": "Habla con Eula y despídete",
"3962054548": "Derrota a los Ronin",
"3962516372": "#Ve al campamento al día siguiente por la noche (00-04{NON_BREAK_SPACE}h)",
"3963171056": "Habla con el sirviente del Gremio de Comerciantes de Feiyun",
"3963447476": "Derrota a la Shogun Raiden",
"3963787055": "Irradiación resonante",
"3964030020": "Habla con Jianchiu",
"3964310503": "Entra a la escena 1023",
"3964587428": "Descartar",
"3965364476": "Ve al edificio frente a ti",
"3965646540": "Sigue a Raunak hasta el almacén",
"3965920295": "Un nuevo comienzo",
"3965956924": "Habla con Allan",
"3968791508": "Dirígete al muelle",
"3968830924": "Retira el seguro de la culata del cañón",
"3968938436": "Ordena el campamento",
"3969518764": "Riega las flores",
"3970896572": "Explora el dominio",
"3971560391": "#Perdid{F#a}{M#o} en el mar de arena",
"3971625150": "Busca a Ladrón de Estrellas cerca de la Posada Wangshu",
"3971858564": "Vuelve junto a la olla de Arachatora",
"3972253236": "Planta el pétalo de Corazón Gélido",
"3972933732": "Recoge la carne con verdura encurtida de Sara",
"3973450820": "Lleva la comida a la Despreocupada Linguan",
"3973815876": "Entra a la Academia con Alhacén",
"3974969649": "El estilo de los exploradores",
"3974971908": "Derrota a los Fatui",
"3975079198": "Habla con el guardián del templo",
"3975830732": "Vuelve a la Catedral",
"3976535108": "Habla con Xiangling y el Sonriente Yanxiao",
"3976783668": "Coloca las losas de piedra en sus lugares correspondientes",
"3977010887": "El defensor de los sueños de la infancia",
"3977312564": "Detecta el humo negro (1)",
"3977400900": "Dirígete al campo de entrenamiento especial",
"3977677308": "Sigue el camino",
"3978631910": "Encuentra el tesoro u obtén una pista de Bolai",
"3979124012": "Investiga el área que hay en la zona de drenaje",
"3979419164": "Habla con Xavier",
"3980518943": "Ve a mirar en la Sede de los Caballeros de Favonius",
"3980551671": "Guía para comprar una figurilla de la todopoderosa Narukami",
"3980594777": "Preguntas al viento",
"3980633380": "Habla con Rhana",
"3981311220": "Dirígete hacia el estanque de peces fantasma en el sur",
"3981399223": "Manzanas para Yavanani",
"3981424047": "El origen de las linternas",
"3981630188": "Dale tres porciones de rollitos de huevo deliciosos a Klee",
"3982031868": "Habla con Arataki Itto",
"3982333344": "Encuentra al gato",
"3983167396": "Regresa al Gran Santuario Narukami",
"3983168956": "Sigue adentrándote en el sueño",
"3983466956": "Dale el chile de Jueyun a Meng",
"3984170484": "Sigue explorando",
"3984581503": "Agente Noelle",
"3985004095": "Ritual de entrada de los tres mundos (II)",
"3986638700": "Ve al santuario de la Isla Watatsumi",
"3987219492": "Habla con Ninguang",
"3987271652": "Destruye todos los espantapájaros rojos y evita los azules",
"3987775436": "Ayuda a Preservadora de Nubes a terminar el plato",
"3987855908": "Entrega 3 trozos de carne cruda a Ooshima Junpei",
"3988276476": "Dirígete a la barra para completar los preparativos",
"3988840140": "Sigue explorando",
"3989911812": "Habla con Paimon",
"3990101364": "Dirígete a la Cámara de Comercio Internacional",
"3990229340": "Habla con Beidou",
"3990247908": "Examina la caja donde se guarda la Visión",
"3990599460": "Habla con la persona del piso de arriba",
"3990749076": "Habla con la Despreocupada Linguan",
"3991457652": "Dale un pescado a la parrilla de Mondstadt a Beatrix",
"3991998484": "Dirígete al lugar del que procede el sonido",
"3992385398": "Vuelve a Liyue",
"3992423860": "Regresa a Aldea Aguaclara para negociar el pedido con Diane",
"3993247204": "Habla con Rhana",
"3993272852": "Espera al día siguiente",
"3993570316": "Busca al gato",
"3993574828": "Derrota a los Hilichurls que te atacan",
"3993794416": "Termina el encargo de Charles",
"3993978479": "La invitación del anfitrión",
"3994031748": "Vuelve a adentrarte en la Isla Tsurumi y busca a Ruu",
"3994258916": "Habla con Riku",
"3994632548": "Sigue buscando más objetos",
"3994768919": "Un juego clásico",
"3994820172": "Habla con Orban",
"3994903692": "Habla con todos",
"3995251631": "Leyendas del candado de piedra",
"3995274084": "Habla con los demás",
"3996259708": "Habla con Yicheng",
"3996333284": "Limpia los alrededores de la Catedral",
"3998125508": "Habla con Zhichiong",
"3998953644": "Habla con el samurái sin nombre",
"3999030828": "Ve a la estatua del Arconte Anemo frente a la catedral",
"4000310396": "Habla con el aranara misterioso",
"4000377196": "Derrota a la Shogun Raiden",
"4000889644": "Habla con la ilusión",
"4000901276": "Encuentra el cangrejo mecánico",
"4001155424": "Encuentra a Margaret y pregúntale los detalles del encargo",
"4001346244": "Recolecta semillas de diente de león",
"4001438624": "Usa la Visión Elemental para encontrar la llave",
"4001611428": "Prepara la bebida para Lisa",
"4002201492": "Escucha lo que Charles tiene que decir sobre el desconocido",
"4003340620": "Espera hasta mañana a la hora acordada (08-12 h)",
"4003356100": "Habla con Arama",
"4003560471": "El escondite de los mercenarios",
"4003668407": "Habla con Bárbara",
"4004159020": "Ve a la isla y evalúa la situación",
"4004231604": "Habla con Nilou",
"4004359716": "Dirígete al campamento de espeleólogos",
"4004787756": "Busca 3 montones de pétalos de cerezo frescos",
"4005340412": "Recupera los ingredientes y garantiza la seguridad del globo de transporte",
"4006784975": "Vistas extrañas y almas robadas",
"4006987604": "Habla con Xiao",
"4007317020": "Despeja el campamento Hilichurl",
"4007880204": "Sigue los anuncios y encuentra a Akira",
"4007886340": "Pregunta a la gente por información",
"4007957308": "Habla con Paimon",
"4007994396": "Observa el lirio de cristal proyectado por las linternas giratorias",
"4008138044": "Ayuda a Preservadora de Nubes a terminar el plato",
"4008160260": "Investiga al soldado sospechoso",
"4008560928": "Busca en el inventario los objetos necesarios para Babas de Slime",
"4008636788": "Habla con Anna",
"4008646436": "Ve con Yoimiya y Klee al Festival Irodori",
"4008716164": "Usa la Llave de las profundidades selenitas para abrir la puerta",
"4009214788": "Interludio: el Gran Sabio Azar se dirige al Santuario Surasthana",
"4009287327": "Encuentra a Jean y Venti en la Catedral",
"4009483900": "Dirígete a la plaza de Mondstadt",
"4009770076": "#Sé afectad{F#a}{M#o} por Hydro durante 15 s cerca de la ubicación marcada",
"4010090764": "Entrégale la margarita voladora a Marjorie",
"4010339908": "Entra en la Ejecución demoniaca",
"4010420692": "Sube a los tejados para buscar el nido del pinzón",
"4010642012": "Habla con Ryuuji",
"4011123884": "Busca los tesoros según las pistas del mapa",
"4011566244": "Busca a Corazón Gélido",
"4012048732": "Habla con Akim",
"4012155676": "Ve con Yoimiya y Klee al Festival Irodori",
"4012178276": "Habla con Kichiboushi",
"4012195948": "Descartar",
"4012528316": "Entra en el dominio",
"4012655439": "El acertijo del templo",
"4013006380": "Habla con el aranara",
"4013589724": "Regresa al campamento",
"4013965366": "Habla con Huai'an",
"4014652182": "(Diálogo despúes de derrotar a los enemigos en la primera área de combate de la mazmorra)",
"4015309239": "La travesía del mundo mortal",
"4015517708": "Ve a donde Sayu está durmiendo",
"4015995351": "Un pasado nevado",
"4016615943": "Anhelantes de atención divina",
"4016880574": "Encuentra a Xiangling en Liyue",
"4017252220": "Habla con Owada",
"4017271564": "Dale el condensado de Slime a Meng",
"4017650612": "Habla con la Hermana Victoria",
"4018875384": "Prepara un aceite esencial de impacto",
"4018915564": "Busca a tus amigos en el lugar del festival",
"4020013124": "Informa a Kosekimaru",
"4020600284": "Entrega los ingredientes a Jafar",
"4020792908": "Habla con Klee y recoge la caja",
"4020823183": "Activador de escenario 3",
"4021952244": "Entrégale el condensado de Slime fresco a Diona",
"4022775372": "Aventúrate en la oscuridad de Enkanomiya junto a Ueno",
"4022805903": "La justicia de un oni",
"4023617204": "Sigue las huellas",
"4023696854": "Completa la misión y elimina el ladrón (oculto)",
"4024233244": "Lee la estela de piedra",
"4024255572": "Ve a investigar las piedras sagradas",
"4024715495": "Vino añejo",
"4026025268": "Examina a las víctimas cercanas (0/3)",
"4026275044": "Lleva la comida al Curioso Zirui",
"4026704620": "Recolecta flores chingxin en la cima de la montaña",
"4027503167": "Atraviesa la pared de viento",
"4028069476": "Vuelve a la Comisión Yashiro para hacer los últimos preparativos",
"4028223406": "Inspecciona la Exuvia",
"4028282700": "Habla con Arapandu",
"4028369324": "Habla con la Caballera de Favonius que está al lado del desprendimiento",
"4029512924": "Avanza sin que te descubran",
"4029918204": "Dale los ganchos de lobo a Marjorie",
"4030459188": "Echa agua en la olla",
"4030555132": "Habla con Meng",
"4030587196": "Habla con Aranaga",
"4030630706": "Habla con Paimon",
"4031029735": "La exiliada: germinación",
"4031532871": "Habla con Amber",
"4031895204": "Ve al lugar que mencionó Zaki",
"4032629841": "Tres llamas iluminan el camino",
"4033148884": "Llega al destino en el tiempo indicado",
"4033155564": "Investiga el área de más abajo",
"4034895359": "Éxito",
"4035483492": "Habla con Anna",
"4036162588": "Busca a tus amigos en el lugar del festival",
"4037460972": "Ve al camino principal de la Montaña Yougou",
"4038058916": "Habla con Teppei",
"4038184124": "Investiga los alrededores de la Funeraria El Camino mientras esperas a Hu Tao",
"4038233748": "Dale a Kayvan los materiales para el cebo",
"4038364700": "Habla con Yun Jin",
"4038424652": "Sigue hablando con Chouji (descartado)",
"4039183868": "Derrota al soldado Fatui",
"4039886036": "Derrota a los Hongos",
"4040136084": "Habla con Gygax",
"4040838791": "Neko es una gata: el comedor del santuario",
"4040984615": "Jardín primaveral de antaño",
"4041781196": "Habla con Kaushik",
"4042366700": "Entrégale el regalo a Changchang",
"4042630079": "Arreglos florales (I)",
"4043410516": "Encuentra la rama y las hojas con Arapandu",
"4044101912": "(TEST) Veredicto de los Cuatro Borrachos: ¡Buena!",
"4044258127": "El método para hacer adornos de gato",
"4045126356": "Habla con el empleado",
"4045288604": "Busca los tesoros según las pistas del mapa",
"4045310316": "Intenta despertar a Yakov",
"4045403969": "Dirígete a las ruinas de la Congregación de Guili y busca las estelas antiguas",
"4045628332": "Habla con Kayabuki",
"4045981775": "Una rosa a modo de obsequio: tan espinosa como peligrosa",
"4046720612": "Informa a Gulabgir",
"4047186276": "Ve a la luz celestial",
"4047497876": "Informa a Juza",
"4048193646": "Habla con los habitantes de la ciudad",
"4048854508": "Habla con Xiao en los alrededores de la Montaña Nantianmen",
"4048881468": "Enséñale la imagen a Ei",
"4049331596": "Derrota a todos los oponentes del campamento a la izquierda",
"4049536668": "Habla con Eula",
"4049784311": "Sigue la pista para encontrar el siguiente destino",
"4050025652": "Sigue a la Visión con Kazuha",
"4050310540": "Busca la Sala de la Coronación",
"4050676396": "Sigue explorando",
"4051466532": "Dirígete a la Estatua de Los Siete",
"4051481480": "Entrega las solsettias",
"4051805700": "Inspecciona el campamento extraño",
"4051843228": "Sigue las huellas",
"4052334100": "Dale la linterna celeste al Chef Mao",
"4052363791": "Un pacto más allá de los límites del tiempo",
"4053036876": "Dirígete a la sala de abajo",
"4053236132": "Comprueba el estado de la Aldea Aguaclara",
"4053425620": "Usa el kusava para romper el sello de la flor barsam",
"4053446924": "Habla con todos",
"4053487124": "Observa el amuleto",
"4053505228": "Habla con Kama",
"4053563054": "Jamón",
"4054003012": "Espera a que termine la actuación antes de ir a la cita (20-23 h del día siguiente)",
"4055250300": "Habla con Ryuuji",
"4055476932": "Busca a Alrani",
"4055585460": "Recupera el paquete de la cueva",
"4055792380": "Busca a la persona de la que hablaba Alhacén",
"4056126252": "Coloca el objeto extraño junto al agua",
"4056336372": "Abre la puerta",
"4056705575": "Escapa de la Catedral",
"4057003468": "Habla con Teppei",
"4057147540": "Investiga debajo del puente",
"4057864668": "Activa el Guardián de las Ruinas",
"4059374420": "Derrota a todos los monstruos",
"4060451340": "Habla con Golshan",
"4060667764": "Entrégale 10 rosas de Sumeru a Kurosh",
"4061496692": "Habla con Mamesuke y Shibasuke",
"4061964751": "Llega a las puertas del Gremio de Aventureros",
"4062110812": "Busca al padre de Joel en la cima de la montaña",
"4062148249": "Giro inesperado",
"4062260868": "Pregunta por la Pequeña Liu a la gente de la Aldea Chingtsé",
"4062511996": "Espera hasta la noche (21-00 h)",
"4062603172": "Encuentra a Benben",
"4062782143": "La escucha de los corazones mortales",
"4063407580": "Habla con los aranara",
"4063819252": "Ve al Jardín Dhyai",
"4064113036": "Abre el tercer tomo de «El himno del Reino Sagrado»",
"4064397919": "Habla con Kaeya",
"4064910876": "Busca a tus amigos en el lugar del festival",
"4065007204": "Ve al lugar de celebración del torneo",
"4065085809": "La pequeña chef se va de caza",
"4065475824": "Habla con Nora",
"4065482969": "Reliquias abandonadas",
"4065673204": "Habla con Wangya",
"4065912284": "Investiga el equipo extraño",
"4066233132": "Habla con Diona",
"4066396996": "Habla con Hatim",
"4066961556": "Ve al Gremio de Aventureros",
"4066987156": "Habla con Kazuha",
"4067574380": "Habla con Shibata",
"4068767809": "Un problema pegajoso",
"4069099972": "Ve al campamento del ejército de resistencia",
"4069333656": "Habla con Vind",
"4069761594": "Encuentra cabezas de loto",
"4070254636": "El sueño está fuera de control",
"4070607236": "Participa en el curso de economía doméstica en la Comisión Yashiro",
"4071222196": "Sella la piedra sagrada",
"4071370868": "Derrota a tu oponente",
"4071874444": "Habla con Aranakin",
"4072014772": "Habla con el Infantil Jiang",
"4072207076": "Ingresa en el mundo interior de Observador del Océano",
"4072425916": "Escóndete cerca del campamento",
"4072564582": "Habla libremente con Klee",
"4073332223": "Ve al pie del acantilado",
"4073616527": "Una novela... ¿problemática?",
"4073663588": "Sigue la misteriosa estrella",
"4074025700": "Entrega los materiales adecuados para curar",
"4074127260": "Dirígete al Restaurante Wanmin en Liyue",
"4074181316": "Recupera la linterna celeste",
"4074286460": "Averigua la opinión de Paimon",
"4074912068": "Vuelve para regar las plantas",
"4075327500": "Pasea por las calles de Mondstadt",
"4075809716": "Ve a la Casa de Té Komore",
"4076165910": "Habla con Ladrón de Estrellas para saber qué ha pasado",
"4076347980": "Ve al lugar donde tendrá lugar la competición",
"4077110212": "Sigue a Zhiruo",
"4078056924": "Usa la llave para rescatar a Shinnojou",
"4078059974": "Habla con el escuadrón del Ejército de las Mil Rocas",
"4078363583": "Reúnete con Lisa frente a las puertas del templo",
"4079320990": "Encuentra el tesoro",
"4079397641": "Epílogo del epílogo",
"4079517108": "Entrega la caja a Baiwen",
"4080551248": "Escolta al globo aerostático",
"4080881828": "Dirígete a las cercanías del Gran Santuario Narukami",
"4081452124": "Habla con García",
"4082273444": "Desciende a la cueva",
"4082945604": "Investiga la habitación del fondo",
"4084209916": "Habla con Arayesh",
"4084479732": "Habla con Kaeya y Rosaria",
"4084906863": "Justicia Hilichurl",
"4084913860": "Habla con Kayvan y Helbet",
"4084996420": "Habla con el Pequeño Kujirai",
"4086070764": "Ve a la Agencia de Detectives Bantan Sango",
"4086369796": "Dirígete al puerto",
"4086525815": "Habla con la chica alegre",
"4087282495": "Las linternas de Chingtsé",
"4087509484": "Recolecta 12 pedazos de médula cristalizada",
"4087620839": "Elimina a los Hilichurls errantes",
"4087651716": "Lleva la comida al Taciturno Tingfang",
"4087922335": "Busca a la persona sospechosa utilizando la Visión Elemental",
"4088396800": "Decidir si 08 ó 10 están completos",
"4088443596": "Habla con Yae Miko",
"4089298036": "Entrega a Chiuge 3 flores chingxin",
"4090198132": "Habla con Aragaru",
"4090870612": "Ve a ver cómo está el barco",
"4092414220": "Derrota a los parias",
"4092768871": "Catástrofe fúngica",
"4093106382": "Elimina los Hilichurls y los obstáculos",
"4093153143": "Aprovecha que está caliente",
"4093588751": "La saga del Sr. Olvidadizo",
"4094645820": "Ve al lugar del Festival de la Vendimia para hacer el vino",
"4095027764": "Habla con el Maestro Lu",
"4095297124": "Regresa a la arena del Torneo Loto Nilotpala",
"4095599212": "Rescata a Shinnojou",
"4095681092": "Acércate a la puerta que hay en el muelle",
"4095758500": "Entrega el plato ya preparado a Tang Wen",
"4095802087": "Un brindis por la victoria",
"4096079124": "Captura una imagen de Kichiboushi",
"4096239644": "Habla con Ruu y los demás en el lugar indicado",
"4096622844": "Habla con Hosseini",
"4096925788": "Habla con Xavier para comenzar el rodaje",
"4096951492": "Ve a las calles de la Ciudad de Inazuma",
"4097360964": "Sigue el rastro de Benben",
"4097676679": "Los Superchefs: la importancia de tener la barriga llena",
"4097754764": "Habla con Katheryne",
"4097916932": "Activa los controladores de la torre",
"4098021572": "Ve al Bosque Chinju",
"4098810271": "La verdadera forma de los cinco colores",
"4098843268": "Interludio: las dudas del Gran Sabio Azar",
"4099457716": "Haz un pescado salteado con mantequilla para Albedo",
"4099624500": "Habla con Jingming",
"4099676191": "Un camino lleno de sueños rotos",
"4099732260": "Habla con el Infantil Jiang",
"4100085264": "Encuentra al gato",
"4100144372": "Habla con el Holgazán Angelo",
"4100663196": "Dirígete al Festival de la Vendimia",
"4101074687": "Pide información a la gente alrededor de la fuente",
"4101114836": "Dirígete hacia la ubicación de la barrera",
"4101988076": "Habla con el Gerente Kuan, la Recepcionista Zhao y el Nervioso An",
"4102361124": "Habla con Kazuha",
"4102384404": "Transmite el mensaje de Lisa",
"4102883996": "Atraviesa el brazo de la máquina",
"4103663420": "Entra en el Jardín Dhyai",
"4104246332": "Reúnete con Yanbo, de la Geoarmada, delante del campamento de contrabandistas",
"4105096934": "Habla con Fei",
"4105919628": "Entra en el Bosque de la venganza",
"4106619612": "Busca rastros de Jack",
"4107396332": "#Espera hasta la mañana del día siguiente (06-12{NON_BREAK_SPACE}h)",
"4108075924": "Recopila ideas de los miembros del teatro",
"4108407388": "Comprueba el área de adelante",
"4109030292": "Ve a luchar al lugar designado",
"4109162108": "Habla con Yelan",
"4110375468": "Visita a Preservadora de Nubes",
"4111011454": "Informa a Verr Goldet",
"4112458932": "Atrapa y derrota a Elchingen",
"4112552636": "Habla con Elchingen",
"4112694796": "Dirígete al puerto de Ritou",
"4113278804": "Habla con Ninguang",
"4113491956": "Informa a Iris",
"4113650476": "Derrota a los soldados del shogunato",
"4114316052": "Habla con el Chef Mao",
"4114737988": "Resuelve el acertijo de las piedras",
"4114841380": "Averigua la opinión de Hasegawa",
"4114917468": "#Espera hasta el día siguiente (06-18{NON_BREAK_SPACE}h)",
"4114967732": "Captura una imagen del mural de la Isla Partida",
"4116137500": "Habla con Paimon",
"4116282228": "Habla con el Miedoso Schuster",
"4116399772": "Inspecciona el camino oculto",
"4116964916": "Habla con Dunyarzad",
"4117063124": "Escucha a la víctima",
"4117851460": "Busca a Arafala",
"4118232380": "Dirígete al jardín que está al cuidado de Aranakula",
"4118385106": "Habla con Soraya",
"4120905514": "Encuentra el sitio del tesoro",
"4121029204": "Dirígete al Gran Bazar",
"4121280471": "Una carta difícil de enviar",
"4121333196": "Busca pistas",
"4121654044": "Entrega las medicinas a los habitantes de la ciudad",
"4121904830": "Observa el cuadro",
"4122045102": "Lleva el libro al Gremio de Comerciantes de Feiyun",
"4122367724": "Ve a ver cómo está Debi",
"4122860020": "Dirígete al Mausoleo del Rey Deshret",
"4122950647": "Wanmin para llevar",
"4122990426": "Habla con Madam Ping",
"4123036052": "Habla con Preservadora de Nubes",
"4123189991": "Habla con Paimon",
"4123355580": "Dirígete a Los Ferreteros de Hanfeng",
"4123571364": "Habla con Vardan y Gurgen",
"4124156004": "Cuéntale a Khedive lo ocurrido en la orilla del agua",
"4124374100": "Pregunta en el campamento por pistas sobre la extraña corriente de aire",
"4124681092": "Busca a la Reina Menor Kusanali",
"4125259172": "Ve con Sayu a un lugar alto para relajarse",
"4126916052": "Derrota a los Hongos",
"4126962580": "Sigue adentrándote en las ruinas",
"4127383136": "Habla con Chang el Noveno",
"4127484796": "Habla con Sun Yu",
"4127672012": "Sigue avanzando y atraviesa el hueco del árbol",
"4128518652": "Busca ingredientes",
"4128552036": "Espera a que Nahida entre en la consciencia de los habitantes y habla con Setaria",
"4128635134": "Descubre al fantasma",
"4128891607": "Una ofrenda para los Adeptus",
"4129051863": "El rival de los Arcontes",
"4129066884": "Obtén la perla espiritual",
"4130014680": "Encuentra a Ernest",
"4130746527": "Linternas giratorias (I)",
"4131149796": "Ve al Valle Dadaupa",
"4131328492": "Habla con Yae Miko",
"4131348108": "Dale a los gatos la comida felina revitalizante deliciosa",
"4131673020": "Ve hacia la torre de la Guarida de Stormterror",
"4132453932": "Derrota al samurái sin nombre",
"4133412220": "Usa el poder de kusava para romper el sello de la setasura",
"4133691564": "Habla con Swan",
"4133760076": "Derrota a los soldados del shogunato",
"4133828724": "Lanza las reliquias al mar",
"4134004140": "Habla con Sango",
"4134331268": "Habla con Ryuuji",
"4134709140": "Informa a Sakujirou",
"4135191143": "Los chismes de la tetera",
"4135277612": "Habla con las tres personas",
"4135994412": "Dale la carta a Michiru y a Yoh",
"4136361300": "Habla con Rafiq",
"4136417548": "Reúnete con Mamesuke",
"4136749956": "Discute con Chongyun el plan de acción",
"4137661644": "Habla con Affan",
"4138003040": "Habla con Ernest",
"4138184852": "Habla con Ling Puño Veloz",
"4138537908": "Gira el vamadha",
"4138627348": "Informa a Gorou",
"4138778380": "Habla con Quinn",
"4139362004": "Ve al frente de batalla",
"4139612742": "Habla con Lan",
"4140253820": "Habla con Dalong y la pequeña Le",
"4140321260": "Adéntrate en la Isla Tsurumi y busca a Ruu",
"4140327940": "Pregúntale a Vile",
"4140973388": "Informa a Brunn",
"4141907412": "Habla con Katheryne en el Gremio de Aventureros de Inazuma",
"4142565898": "Encuentra el objeto extraviado de Bao'er",
"4143308068": "(tes) Llega a la zona sellada",
"4143323708": "Habla con Viktor",
"4143446444": "Entra en el Viñedo y busca el escritorio de Diluc",
"4144708964": "Elimina la contaminación de la zona marchita",
"4144781908": "Sigue la misteriosa estrella",
"4145092908": "Habla con Azalai",
"4145358980": "Lleva a Dunyarzad a algún sitio cercano donde pueda descansar",
"4145910260": "Elimina los Slimes",
"4146294820": "Lleva a Teucer al puerto",
"4147196324": "Habla con Kujirai Momiji",
"4147319820": "Ve a El Buen Cazador en Mondstadt",
"4147781148": "Inspecciona el área y busca pistas",
"4147950700": "Sigue a Arama y entra al Antiguo Vanarana",
"4148438678": "Habla con la jefa de la Posada Wangshu",
"4148642996": "Habla con los demás",
"4148651772": "Vuelve al Banco del Reino del Norte",
"4149357943": "Habla con Siegfria",
"4149590220": "Habla con Yu",
"4149855956": "Recupera el paquete cerca de la cueva",
"4150536396": "Habla con Sabah",
"4150876908": "Habla con Ioroi",
"4150964977": "Encuentra el tesoro",
"4151153972": "Dale la flor dulce a Meng",
"4152111988": "Destruye las espinas que obstaculizan el paso",
"4152313500": "Habla con Tánger",
"4152519823": "Negociación con el NPC 2 exitosa - Regresar",
"4152730804": "Lleva la comida al Irascible Wallit",
"4152841972": "Habla con Yae Miko",
"4153226148": "Sigue a Teppei para ayudar a los soldados heridos",
"4154022068": "Persigue a Schubert",
"4154047348": "Informa a Margaret",
"4154611868": "Busca siguiendo las huellas",
"4155151279": "Legado de Orobashi: Prólogo",
"4155511188": "Habla con Arapandu",
"4155774044": "Obtén el fragmento de las Riendas del resurgimiento",
"4155801108": "Protege el transporte",
"4157173884": "Derrota a todos los monstruos",
"4157465516": "Revisa el agujero que dejó el hurón ladrón",
"4158157876": "Habla con Paimon",
"4158668174": "Habla con Zhangshun",
"4158722136": "Habla con Albert",
"4158859180": "Habla con Mamesuke y Shibasuke",
"4159029086": "Encuentra a Timaeus en Mondstadt",
"4159968796": "Investiga las pistas que hay en el campamento Hilichurl",
"4160619092": "Inspecciona a la persona acostada",
"4160891356": "Interactúa con las tiras de papel",
"4161870332": "Habla con Chingzhou",
"4161986711": "Regresa a la taberna antes que Huffman",
"4161991652": "Derrota a los Slimes",
"4162194484": "Libera todas las llamas del gran portal",
"4162396260": "Habla con Aramis",
"4162555220": "Derrota a los enemigos",
"4162655206": "Aislamiento de misión, prevenir reversión (oculto)",
"4163618876": "Dirígete a las cercanías del Río Bishui",
"4163857428": "Informa a Chingzhou",
"4163960508": "Habla con Azra",
"4164179863": "Resuelve el acertijo (busca a Kaeya en la Sede de los Caballeros de Favonius para obtener pistas)",
"4164363688": "Dale a probar la bebida a Quinn",
"4164538460": "Adéntrate en la Guarida de Stormterror",
"4164601732": "Derrota a todos los enemigos para recuperar el cuaderno de dibujo",
"4165051692": "Dirígete al Viñedo del Amanecer",
"4165330335": "Roba la Lira Sagrada",
"4166005044": "Habla con Preservadora de Nubes",
"4166140716": "Habla con el Tío Tian",
"4166676708": "Recolecta flores frescas",
"4166976236": "Instala los dispositivos purificadores",
"4167180836": "Informa a Margaret",
"4167208364": "Derrota a todos los Ladrones de Tesoros",
"4167728388": "Reúnete con los demás",
"4168330484": "Habla con Noelle",
"4168627359": "Habla con Diluc",
"4168772743": "Confío en ti",
"4169114919": "Mecanopuzle de moción perpetua",
"4169314322": "Entrégale los dientes de león a Timmie",
"4169370516": "Llega a la ubicación señalada por Albedo",
"4170246756": "Habla con el aranara",
"4170496084": "Derrota a los soldados que están capturando Visiones",
"4170809364": "Derrota a todos los hongos",
"4171391468": "Dirígete al Alcor",
"4171714063": "Un rayo de esperanza",
"4172256047": "Intercambio equivalente",
"4172374956": "Dirígete al lugar del evento",
"4172767652": "Espera un día",
"4172876940": "Habla con Albedo",
"4173861559": "Anzuelo infalible",
"4173999932": "Entrégale el palito de bambú a Gendou Ringo",
"4174129036": "Regresa al oasis",
"4174194788": "Habla con Viktor",
"4174353305": "Habla con Soraya",
"4175458540": "Recolecta las linternas celestes",
"4175736732": "Habla con tu oponente",
"4176124260": "Alcanza a Cyno",
"4176275185": "Ascensión de Rango de Aventura - 1",
"4176614310": "Habla en Combate I",
"4176619287": "Te has infiltrado con éxito. No completar la misión principal de momento",
"4176765668": "Captura una imagen de Kichiboushi",
"4176891476": "Coloca una baliza para investigación en la cima de Espinadragón",
"4177250606": "Encuentra el tesoro u obtén una pista de Bolai",
"4177542380": "Habla con el otro Hilichurl que quiere comunicarse",
"4177977160": "Dirígete a la Sima a comprar el cor lapis",
"4178933940": "Dirígete al Buró de Asuntos Extranjeros",
"4179872452": "Sigue rastreando",
"4180722444": "Tranquiliza a Ivanovich",
"4181215988": "Elimina la zona marchita",
"4181726116": "Habla con Yicheng",
"4181844740": "Habla con Moseis",
"4182208870": "Persigue al fantasma",
"4182445468": "Habla con los habitantes de Ritou",
"4182447244": "Habla con Mamesuke y Shibasuke",
"4183161388": "Dirígete al Restaurante Wanmin para ver cómo está Xiangling",
"4183272412": "Sigue el rastro para buscar pistas",
"4183467724": "Usa el kusava para romper el sello de la hierba yajña",
"4183946484": "Entrega la sopa de brotes de bambú deliciosa a Tang Wen",
"4184093780": "Dirígete al noroeste de Viento y Gloria y pregunta por pistas",
"4184219276": "Habla con Albedo para escuchar sus conclusiones",
"4184477890": "Informa al Sonriente Yanxiao",
"4184647758": "Busca el Escudo de la Tenacidad Radiante",
"4185076692": "Habla con Paimon",
"4185173327": "Activable después de llegar al Rango de Aventura",
"4185466052": "Inspecciona el área y busca pistas",
"4186721852": "Dale un cangrejo dorado (regular o delicioso) a Mona",
"4186880937": "Intercambio de idiomas",
"4187279391": "Orgullo y prejuicio",
"4187681652": "Ve al campamento Hilichurl del oeste",
"4188094028": "Derrota a la Regisvid Pyro",
"4188157953": "Un amor inalcanzable",
"4188563276": "Compra libros en el festival",
"4189086068": "Sigue las indicaciones de la placa para obtener la autoridad",
"4189773534": "Busca rastros de comida para la ofrenda",
"4190031700": "Patrulla el área y destruye los obstáculos",
"4190444495": "Una compañía perdida en la roca",
"4190924396": "Dirígete al altar cerca de la Casa de Té Komore",
"4191036655": "¡Al ladrón!",
"4191622148": "Busca la botella a la deriva",
"4192091577": "Recupera las facturas",
"4192183588": "Habla con Cyno",
"4192634132": "Entrégale el regalo a Xiangming",
"4193060452": "Devuélvele el anillo al Sr. Zhu",
"4193410953": "Intercambio poético",
"4193952196": "Investiga la zona subterránea del Dainichi Mikoshi",
"4194759188": "Informa a la ilusión",
"4195049284": "Sal de la ciudad y busca pistas",
"4195987807": "Un visitante inesperado",
"4196096748": "Entra en la fábrica de Engaños",
"4196826728": "(TEST) Dejar reposar",
"4197202748": "Habla con el Sonriente Yanxiao",
"4197715372": "Intenta abrir el féretro",
"4198835228": "Habla con Hanbei",
"4200424428": "Habla con Junya",
"4200791868": "Informa a Ioroi en el Bosque Chinju",
"4201270044": "Ve al bote que Beidou ha preparado",
"4201339364": "Habla con los niños",
"4202784588": "Habla con Dain",
"4202952436": "Busca a Shenhe en el lugar de reconstrucción de la Cámara de Jade",
"4203008524": "Regresa con Chongyun después de recolectar los ingredientes",
"4204025847": "Llantos en el hospital de eleazar",
"4204547884": "Habla con Kamisato Ayato",
"4205064543": "Fortuna servida en plato de oro",
"4205071444": "Informa al Tío Tian del resultado de la evaluación",
"4205351284": "Embarca en el Alcor y busca a Beidou",
"4205408420": "Habla con Rhana",
"4206973420": "Habla con el dueño del alojamiento",
"4207222236": "Derrota a los Ladrones de Tesoros y hazte con el fósil",
"4207333732": "Habla con el Sonriente Yanxiao",
"4207424548": "Busca a Lanyang y recoge la ropa",
"4207440700": "Entra en el plano de la conciencia",
"4207916212": "Espera hasta mañana a la hora acordada (08-12 h)",
"4208088252": "Completa la prueba de Xiao",
"4209199108": "Sigue el rastro del soldado Keijirou",
"4209467196": "Ve donde se encuentra el primer mecanismo",
"4209649351": "Reta al NPC 2 a un duelo",
"4209838140": "Acaba con el humo negro (1)",
"4210537284": "Atrae a los guardias de la Academia a la emboscada",
"4210764340": "Sigue a Bahari a la Aldea Aaru",
"4211142652": "Dale un pescado a la parrilla de Mondstadt a Beatrix",
"4211186116": "Ayuda al aranara que está rodeado",
"4211462204": "Ve a luchar al lugar designado",
"4211532156": "Entrega a Sun Yu las flores chingxin",
"4211580156": "Ve a ver a Collei",
"4211900724": "Promociona el curso de tareas domésticas a Furuta",
"4212452423": "Comenzar desde cero",
"4212476812": "Ve al Gran Santuario Narukami y busca a Yae Miko",
"4212732348": "Dirígete al Gran Bazar para asistir al banquete",
"4213914532": "Habla con Rie",
"4213966976": "Destruye todos los maniquíes en 2 s",
"4214021100": "Habla con Alhacén",
"4214886236": "Habla con el comerciante de mercancías",
"4215482304": "Encuentra a Charles y pregúntale los detalles del encargo",
"4215689404": "Dirígete al segundo piso y limpia las mesas",
"4215925614": "Reúnete con Ying'er",
"4216485620": "#Espera hasta el día siguiente a las 08{NON_BREAK_SPACE}h",
"4217192431": "Intercambio recíproco",
"4217609476": "Ayuda a Shouji a colocar nuevos objetivos",
"4218000396": "Negocia con el comerciante en la ciudad",
"4218220684": "Inspecciona la sala",
"4219098703": "Neko es una gata: piedras y problemas de humanos",
"4219164956": "Habla con Obata",
"4219375535": "Sala 3 - Negociación exitosa, misión marcada para obtener llave",
"4219553372": "Dirígete al lugar de la investigación",
"4220023892": "Sigue hablando con Akim",
"4220139332": "Habla con Oleg",
"4220384836": "Reúne todos los materiales necesarios para fabricar omamori",
"4220710999": "Crisis inminente",
"4220760300": "Pregunta a Nobile qué pasa con su trabajo",
"4220779159": "Persigue a Ave Rapaz",
"4221628756": "Interactúa con las tiras de papel",
"4221662463": "El regreso a la Cámara de Jade",
"4222536143": "Sombras en la espesura",
"4224739756": "Habla con Flora",
"4225019732": "Recolecta 3 flores en la naturaleza",
"4225047526": "Dirígete a la Casa de Libros Wanwen",
"4225216196": "Ve a la torre del vacío en el noreste",
"4225392300": "Pregunta a los guardias por el paradero de Kokomi",
"4225447964": "Utiliza la pluma",
"4226638150": "Reúne 5 tablas de madera",
"4226845316": "Sigue buscando un lugar adecuado",
"4226900976": "Informa a Draff",
"4227451420": "Habla con Alhacén",
"4227877614": "Sigue el camino hacia la Terraza Yujing",
"4227934006": "Encuentra a tres trabajadores",
"4228062340": "Dirígete a El Buen Cazador para preparar un obsequio",
"4228478932": "Habla con Itto",
"4228506620": "Consigue la setasura",
"4228666444": "Regresa al campamento con los demás",
"4228918348": "Presencia el duelo",
"4230495007": "La figura de madera menospreciada",
"4230565822": "Pregunta a Jean sobre “los más fuertes de Mondstadt”",
"4230592772": "Habla con Kama",
"4230730852": "Habla con Collei",
"4231334092": "Regresa con Neko a la Isla Seirai",
"4231691172": "Informa a Chongyun sobre Chianchian",
"4231823180": "Limpia el Santuario Asase",
"4231919876": "Sube a la flor dragohueso",
"4232642175": "Cacería de tesoros en la Llanura Guili",
"4233068964": "Ve a la parte trasera de la biblioteca y busca la Brida dorada",
"4233116420": "Sal de la Casa de Té Komore",
"4233120406": "(test) Reverisón fallida (oculto)",
"4233957348": "Derrota a todos los Slimes",
"4234093996": "Habla con Nachtigal",
"4234138364": "Entrégale a Meng la botella a la deriva",
"4234389260": "Habla con Alhacén",
"4234609492": "Habla con Mona",
"4234957175": "El sabor de compartir",
"4236009038": "Prepara rollitos de jade deliciosos",
"4236357492": "Ve a buscar el tesoro",
"4236952244": "Determina la situación con Arataki Itto",
"4237449212": "Busca la otra mitad del barco",
"4238775308": "Encuentra la forma de abrir la sala",
"4238961804": "Continúa la conversación interrumpida con la maga Fatui",
"4239321364": "Habla con los hermanos",
"4239877732": "Habla con Signora",
"4240241636": "Informa a Ioroi",
"4240287396": "Derrota a los monstruos",
"4240299999": "Guerra explosiva",
"4241962420": "Ve a la Estatua de la Diosa Omnipresente",
"4242504964": "Regresa al Gremio de Aventureros de Liyue",
"4243098900": "Examina las propuestas de los candidatos",
"4243580572": "Habla con Nermín",
"4243649036": "Instala las balizas",
"4244540676": "Dirígete a la Editorial Yae",
"4244865516": "Pregunta a Yinxing, la médica del barco",
"4245368896": "Habla con Katheryne",
"4245692964": "Ayuda a Hatim a preparar una sidra de manzana",
"4245790700": "Ayuda a Chi Ding a encontrar la muñeca perdida",
"4245804924": "Sigue los rastros que hay en el camino",
"4246098801": "Tormenta de dragón",
"4246433244": "Habla con Saimon Jirou",
"4246470716": "Dirígete al segundo campamento ocupado",
"4246580636": "Recoge 3 flores heladas",
"4246755820": "Habla con Muning y averigua cuál es la situación en la Sima",
"4246844257": "Tutorial de alquimia de Timaeus",
"4246870127": "Purificación de impurezas",
"4247168020": "Observa el Mora proyectado por las linternas giratorias",
"4247383593": "Desbloqueado 2 - Oculto",
"4247734508": "Busca a Tsongzi para pedirle un recuerdo",
"4248166248": "Terminar la conversación",
"4248462238": "Habla con los habitantes de la ciudad",
"4248903428": "Habla con Paimon",
"4249003332": "Dirígete a la Ciudadela Regzar y busca a Asfand",
"4249063460": "Habla con Xavier",
"4249141223": "La bulliciosa cocina de Yanxiao",
"4249615284": "Habla con Ooshima Junpei",
"4249868716": "Sigue a Rhana",
"4250614428": "Sal de la arena",
"4251075033": "Caballeros de Favonius",
"4251644444": "Usa la Caja de armonización para derrotar a los monstruos",
"4251817684": "Dirígete al mostrador del Gremio de Aventureros de Mondstadt",
"4252242852": "Habla con Shiki Taishou",
"4252278436": "Ve a Sal Terrae",
"4252325084": "Acompaña a Mona a despedirse del Sr. Zhu",
"4252762476": "Investiga los alrededores",
"4252865412": "Recoge las golosinas del Restaurante Kiminami",
"4253722794": "Habla con Draff",
"4254079204": "Derrota a Haniyyah",
"4254465024": "Habla con Ella Musk",
"4254518508": "Habla con Zhongli en la mesa en la que está sentado",
"4254990532": "Habla con Ararycan",
"4255721124": "Habla con Pallad",
"4256618724": "Aumento del progreso de la misión",
"4257154820": "Habla con Sango",
"4257532684": "Busca pistas en la Forja Peñasco Oscuro",
"4257777668": "Siente la historia de Junkichi",
"4258341022": "Encuentra el tesoro",
"4258460959": "Una barrera invisible",
"4260223588": "Ve a la Agencia de Detectives Bantan Sango",
"4260518252": "Dirígete a la llanura de marea al noroeste de la Isla Amakane",
"4260525732": "Habla con Livingstone",
"4260529460": "Busca tupetas",
"4261079364": "Informa a la Hermana Victoria",
"4261292948": "Acércate al marco de retratos de tanuki",
"4262064940": "Dirígete al Gremio de Aventureros",
"4262405684": "Habla con Yun Jin",
"4262443732": "Derrota a los Magos del Abismo en las tres ubicaciones",
"4263134580": "Inspecciona el dispositivo y cierra el pasaje",
"4263282284": "Dirígete a la Llanura Byakko",
"4263868623": "Vuelta al mundo en siete días: la misteriosa montaña nevada",
"4264102975": "Reúnete con Kaeya frente a las puertas del templo",
"4264210308": "Habla con todos en el banquete",
"4264390460": "Investiga el espato lumínico que hay cerca del campamento",
"4265281572": "Cuelga la linterna celeste en el árbol",
"4265947335": "En busca de la serpiente y los dragones",
"4266694655": "El genio de la investigación y la semilla de otro mundo",
"4266795767": "Una historia para ti",
"4267442564": "Toca el adorno decoración",
"4267531142": "Habla con el informante de Kaeya",
"4267957980": "Vuelve a ver cómo está la situación",
"4268647952": "Entrega el aceite esencial de llamas ardientes",
"4268921311": "El encargo de nuestros ancestros",
"4268964404": "Lanza los fuegos artificiales para distraer a los guardias",
"4269108116": "Habla con Candace",
"4270094972": "Busca a Arakunti en la Arboleda Onírica",
"4270380676": "Habla con las secretarias de la Cámara de Jade",
"4272016688": "Entra a la Catedral e informa a Victoria",
"4272301911": "Soborna al NPC",
"4272457047": "Negociación con el NPC exitosa - Regresar",
"4272608564": "Habla con Anthony",
"4272691356": "Habla con Yoimiya",
"4273693503": "Busca huellas que haya dejado Ave Rapaz",
"4274057759": "Habla con la monja",
"4274092364": "Reúne los cinco libros perdidos",
"4274120708": "Rompe el sello de la “cola”",
"4274391012": "Entrega los lirios de cristal a Kazuha",
"4274392807": "Despeja las ruinas",
"4274491900": "Habla con Shouji",
"4274533628": "Habla con Juza",
"4274887092": "Ayuda a Arachatora a regular el fuego",
"4274890274": "Habla con Soraya",
"4275976308": "Busca a la persona que habla",
"4275983223": "Acertijo final: un secreto revelado",
"4276637020": "Entra en la cabina de control",
"4276644820": "Dale a los gatos la comida felina revitalizante deliciosa",
"4276689772": "Recupera las balizas para investigación",
"4277037212": "Habla con Kujirai Momiji",
"4277706487": "Huevos para Riku",
"4277870548": "Derrota a los Ladrones de Tesoros",
"4278447919": "Informe de funcionamiento autocíclico del Clavo: Registro del entorno",
"4279174876": "Adéntrate en la Isla Tsurumi",
"4279696287": "Activador de escenario 4",
"4280963679": "El samsara interminable del Festival Sabzeruz",
"4281460336": "Dirígete a la ubicación misteriosa",
"4283590703": "Florescencia desértica",
"4284282734": "Habla con la gente en el Mercado Celeste",
"4285001804": "Recupera los ingredientes para hacer cóctel",
"4285205543": "Catástrofe Eremita",
"4285231799": "Rumores y sospechas",
"4285384159": "De vuelta al frío",
"4285620444": "Derrota al samurái sin nombre",
"4285863652": "Visita a Shiki Taishou",
"4285958007": "Habla con Amber",
"4286357380": "Entra a la Relajatetera",
"4286755092": "Habla con Kamei Munehisa",
"4287035588": "Habla con Thoma, la persona de contacto",
"4287346036": "Habla con la ilusión de la zona restringida",
"4288289916": "Entrega la receta a Kiminami Anna",
"4288541876": "Acércate y comprueba la situación",
"4288891796": "Ve a la Aldea Aguaclara y habla con el Viejo Finch",
"4289457159": "Dirígete a la tumba del Lobo del Norte",
"4290132560": "Recoge el material para maniquí",
"4290411460": "Busca ingredientes en el campamento a la izquierda",
"4290813488": "(TEST) Infórmale a Charles",
"4291185212": "Habla con Bárbara",
"4291193676": "Informa a Arafala",
"4291256180": "Lleva la nota de Yanbo a los soldados Fatui",
"4291508740": "Salva a la persona rodeada por los monstruos",
"4291538836": "Habla con Honglang",
"4292114156": "Ve a la Agencia de Detectives Bantan Sango",
"4293057854": "Elimina a todos los monstruos",
"4293074340": "Habla con Wang Ping'an",
"4293293748": "Dirígete a la Cámara de Jade para el banquete de celebración",
"4293495312": "Elimina a todos los monstruos",
"4293594524": "Sigue a Sacarosa hasta el campamento de aventureros",
"4294228548": "Haz algunas preguntas a Taisuke y Eiko",
"4294363364": "Habla con Kokomi cerca de la base secreta",
"4294821508": "Busca a Shibasuke en la montaña",
"4294935300": "Habla con la hermana Annette"
}
================================================
FILE: src/i18n/data/es/route.ts
================================================
export const route: Message['route'] = {
launcher: 'Launcher',
common: 'Common',
artifact: 'Artifact',
item: 'Item',
quest: 'Quest',
mod: 'Mod',
setting: 'Setting',
about: 'About'
}
================================================
FILE: src/i18n/data/es/sceneItem.json
================================================
{
"1": "BigWorld_LevelStreaming",
"2": "BigWorld_LevelStreaming",
"3": "BigWorld_LevelStreaming",
"4": "LostParadise_LevelStreaming",
"5": "AbyssalPalace_LevelStreaming",
"6": "TheChasm_LevelStreaming",
"7": "MichiaeMatsuri_LevelStreaming",
"9": "DreamIsland_LevelStreaming",
"1001": "Prueba de Plataforma Móvil",
"1002": "ClimbTest2",
"1003": "TheBigWorld",
"1004": "Knight_Inside_Test",
"1005": "ChurchSteal",
"1006": "Lágrima entre las profundidades de la jungla y las ruinas",
"1008": "ChurchLobby",
"1009": "AngelShare",
"1011": "Prueba de Combate de Personaje",
"1013": "SneakAdvancedTest",
"1015": "Volar es la recompensa del valor",
"1016": "Volar es la recompensa del valor",
"1017": "El Mundo Interior",
"1018": "Chateau",
"1019": "Prueba - Jugabilidad de Mazmorra de las Nubes",
"1023": "Level_Yurenzhong",
"1024": "Level_WeekDungeon01",
"1030": "TestIntercept_LiYue",
"1031": "Modelo de Hilichurl escalando una torre",
"1032": "Level_FCdungeon_Cloud02",
"1033": "Indoor_Ly_Bank",
"1034": "Indoor_Ly_Liuliting",
"1035": "Indoor_Ly_Xinyuexuan",
"1050": "Level_WaterMonster_Test",
"1051": "Historia de la Cámara de Jade",
"1052": "Morada de Preservadora de Nubes",
"1053": "Level_FCdungeon_Kettle01",
"1054": "Level_FCdungeon_Kettle01",
"1055": "El maravilloso mundo del Sr. Cíclope",
"1056": "El secreto de la sal",
"1057": "Indoor_Ly_Qunyuge",
"1058": "Morada de Preservadora de Nubes",
"1059": "Al otro lado de la “frontera”",
"1060": "IndoorScene_Dq_Teahouse",
"1061": "IndoorScene_Dq_Syabugyo",
"1062": "Escondite de las montañas",
"1063": "IndoorScene_Dq_Donjon",
"1064": "IndoorScene_Dq_TenryuBugyo",
"1065": "Sede de la Comisión Tenryou",
"1066": "IndoorScene_Dq_Uyutei",
"1068": "IndoorScene_Md_AngelShare_Bartender01",
"1069": "IndoorScene_Ly_CyRoom",
"1070": "Level_Tower_Moon_01",
"1071": "Antigua base ocupada",
"1072": "IndoorScene_Xm_Barbecue",
"1073": "IndoorScene_Xm_Biglibrary",
"1074": "IndoorScene_Xm_Coffeehouse",
"1075": "IndoorScene_Xm_Csd",
"1076": "IndoorScene_Md_CattailTavern",
"1077": "IndoorScene_Xm_Chunzhangjia",
"1078": "IndoorScene_Xm_Zls",
"1079": "IndoorScene_Xm_Alhouse",
"2001": "Homeworld_Exterior_Above",
"2002": "Homeworld_Exterior_Karst",
"2003": "Homeworld_Exterior_Uncharted",
"2004": "Homeworld_Exterior_Ukiyo",
"2005": "Homeworld_Exterior_Sumeru",
"2201": "Homeworld_Interior_Md_Apartment_01",
"2202": "Homeworld_Interior_Ly_Apartment_01",
"2203": "Homeworld_Interior_Dq_Apartment_01",
"2204": "Homeworld_Interior_Xm_Apt_01",
"20000": "Prueba de Jugabilidad de Etapa",
"20005": "Ingredientes faltantes",
"20006": "Base grande de Hilichurls",
"20007": "Entrada secreta a las Profundidades Misteriosas",
"20008": "Nido de Hilichurls",
"20009": "Adéntrate en las profundidades del Templo del Halcón",
"20010": "Explorar: Ruinas de una aldea antigua",
"20011": "Adéntrate en las profundidades del Templo de la Leona",
"20012": "Campamento de los Fatui",
"20013": "Misión de Entrenamiento de Combate de Mazmorra de Kaeya",
"20014": "Juicio: Mazmorra semanal temporal",
"20015": "Mazmorra de residencia de Lisa",
"20016": "Tesoro perdido de Arcadia",
"20017": "Tormenta del terror",
"20018": "Purifica al Stormterror",
"20019": "La fórmula del cifrado",
"20020": "Stormterror - El primer encuentro",
"20022": "Elimina al Mago del Abismo",
"20023": "Recupera la Lira Sagrada",
"20024": "Level_UCDungeon01",
"20025": "Reminiscencia: Tormenta del terror VI",
"20026": "Ascenso: elimina los monstruos de las ruinas",
"20027": "Ascenso: elimina los monstruos de las ruinas",
"20028": "Ascenso: elimina los monstruos de las ruinas",
"20031": "Recupera el tesoro",
"20032": "Gran aventurero Stanley",
"20034": "Reminiscencia: Sombra dorada IV",
"20035": "Ruinas desiertas de Thermadon",
"20036": "Ruinas desiertas de Eya",
"20037": "Tras las líneas enemigas",
"20101": "Sombra dorada",
"20102": "Otro desvío",
"20103": "El rastro del Abismo",
"20104": "Llamada del Abismo",
"20105": "Llamada del Abismo",
"20106": "Reminiscencia: El dragón agitamontañas IV",
"20107": "Bajo el árbol antiguo",
"20108": "Reminiscencia: El dragón agitamontañas IV",
"20109": "Reminiscencia: El dragón agitamontañas IV",
"20110": "Reminiscencia: El dragón agitamontañas IV",
"20111": "Calabozo de la comisaría de policía",
"20112": "La Diosa Omnipresente",
"20113": "Fábrica de Engaños",
"20114": "Tenshukaku",
"20115": "Reminiscencia: Duelo del loto carmesí IV",
"20116": "Level_Dq_Void01",
"20117": "Level_Dq_Void02",
"20118": "Level_HFDungeon02",
"20119": "Culpabilidad tambaleante",
"20120": "Más allá del vórtice",
"20121": "Mundo interior de Observador del Océano",
"20122": "Level_WeekDungeon_Baal",
"20123": "Cámara de los espíritus",
"20124": "Defensa del océano",
"20125": "Reminiscencia: Guardiana de la Eternidad IV",
"20126": "Level_QuestRongcai_Dungeon01",
"20127": "Sendero Tortuoso de la Grulla",
"20128": "Ciudad de los Talismanes Ocultos",
"20129": "Dominio de la Ilusión",
"20130": "IndoorScene_Ly_CyRoom",
"20131": "Ruinas subterráneas del Estanque Chingxu",
"20132": "Level_SmrDungeon_BigTree",
"20133": "Canción ardiente",
"20134": "Estrellas arcaicas",
"20135": "Jardín primaveral de antaño (II)",
"20136": "Estrellas arcaicas",
"20137": "Apocalipsis de la Noche Eterna (I)",
"20138": "Apocalipsis de la Noche Eterna (II)",
"20139": "Apocalipsis de la Noche Eterna (III)",
"20140": "Jardín primaveral de antaño (III)",
"20141": "Apocalipsis de la Noche Eterna (III)",
"20142": "Jardín primaveral de antaño (I)",
"20143": "Apocalipsis de la Noche Eterna (I)",
"20144": "Apocalipsis de la Noche Eterna (II)",
"20145": "Level_XMDungeon_WQ01",
"20146": "Level_XMDungeon_WQ04",
"20147": "Level_XMDungeon_WQ03",
"20148": "Level_XMDungeon_WQ02",
"20149": "Origen del área contaminada",
"20150": "Level_VoidWorldTree",
"20151": "Ruinas misteriosas",
"20152": "Level_ScaramoucheBoss",
"20153": "Level_ScaramoucheBoss",
"20154": "Reminiscencia: Altar vidriado de la eternidad IV",
"20155": "Level_ScaramoucheBoss",
"20156": "Level_ScaramoucheBoss",
"20157": "Corte de la Desolación",
"20158": "Consciencia remanente de la Reina Mayor Rukkhadevata",
"20159": "Vivero desértico",
"20160": "Allende el espejismo",
"20161": "Último confín",
"20162": "IndoorScene_Xm_Biglibrary",
"20163": "Forja Divina",
"20164": "Irminsul de antaño",
"20165": "Level_NahidaDungeon_01",
"20166": "Level_VoidWorldTree_02",
"20167": "Level_Consciousness",
"20168": "Templo del Dios Mecánico",
"20169": "Recuerdos fluctuantes",
"20170": "Level_ScaramoucheFactory",
"20171": "Level_ScaramoucheBoss",
"20172": "Level_Consciousness",
"20173": "Cueva secreta",
"30001": "Laberinto de Niebla",
"30100": "Level_Tower_Morning_01",
"30101": "Level_Tower_Morning_01",
"30102": "Level_Tower_Morning_01",
"30103": "Level_Tower_Morning_01",
"30104": "Level_Tower_Morning_01",
"30200": "Level_Tower_01_Water",
"30201": "Level_Tower_Morning_01",
"30202": "Level_Tower_01_Water",
"30203": "Level_Tower_Morning_01",
"30204": "Level_Tower_Morning_01",
"30300": "Level_Tower_Morning_01",
"30301": "Level_Tower_Morning_01",
"30302": "Level_Tower_01_Water",
"30303": "Level_Tower_01_Water",
"30304": "Level_Tower_Morning_01",
"30400": "Level_Tower_Dusk_01",
"30401": "Level_Tower_Dusk_01",
"30402": "Level_Tower_Dusk_01",
"30403": "Level_Tower_Dusk_01",
"30404": "Level_Tower_Dusk_01",
"30500": "Level_Tower_Dusk_01",
"30501": "Level_Tower_Dusk_01",
"30502": "Level_Tower_Dusk_01",
"30503": "Level_Tower_Dusk_01",
"30504": "Level_Tower_Dusk_01",
"30600": "Level_Tower_01_Open",
"30601": "Level_Tower_01_Open",
"30602": "Level_Tower_01_Open",
"30603": "Level_Tower_01_Open",
"30604": "Level_Tower_Night_01",
"30700": "Level_Tower_Dusk_01",
"30701": "Level_Tower_01_Water",
"30702": "Level_Tower_Dusk_01",
"30703": "Level_Tower_Dusk_01",
"30704": "Level_Tower_Dusk_01",
"30800": "Level_Tower_Universe_01",
"30801": "Level_Tower_Universe_01",
"30802": "Level_Tower_Universe_01",
"30803": "Level_Tower_01_Water",
"30804": "Level_Tower_Universe_01",
"30900": "Level_Tower_Moon_01",
"30901": "Level_Tower_Moon_01",
"30902": "Level_Tower_Moon_01",
"30903": "Level_Tower_Moon_01",
"30904": "Level_Tower_Moon_01",
"31000": "Level_Tower_Night_01",
"31001": "Level_Tower_Night_01",
"31002": "Level_Tower_Night_01",
"31003": "Level_Tower_Night_01",
"31004": "Level_Tower_Night_01",
"31100": "Level_Tower_Night_01",
"31101": "Level_Tower_Night_01",
"31102": "Level_Tower_Night_01",
"31103": "Level_Tower_Night_01",
"31104": "Level_Tower_Night_01",
"31200": "Level_Tower_Night_01",
"31201": "Level_Tower_Night_01",
"31202": "Level_Tower_Night_01",
"31203": "Level_Tower_Night_01",
"31204": "Level_Tower_Night_01",
"31300": "Level_Tower_Element_Fire_01",
"31301": "Level_Tower_Element_Fire_01",
"31302": "Level_Tower_Element_Fire_01",
"31303": "Level_Tower_Element_Fire_01",
"31304": "Level_Tower_Element_Fire_01",
"31400": "Level_Tower_Element_Thunder_01",
"31401": "Level_Tower_Element_Thunder_01",
"31402": "Level_Tower_Element_Thunder_01",
"31403": "Level_Tower_Element_Thunder_01",
"31404": "Level_Tower_Element_Thunder_01",
"31500": "Level_Tower_Element_Ice_01",
"31501": "Level_Tower_Element_Ice_01",
"31502": "Level_Tower_Element_Ice_01",
"31503": "Level_Tower_Element_Ice_01",
"31504": "Level_Tower_Element_Ice_01",
"31600": "Level_Tower_Element_Water_01",
"31601": "Level_Tower_Element_Water_01",
"31602": "Level_Tower_Element_Water_01",
"31603": "Level_Tower_Element_Water_01",
"31604": "Level_Tower_Element_Water_01",
"31700": "Level_Tower_Moon_01",
"31701": "Level_Tower_Moon_01",
"31702": "Level_Tower_Moon_01",
"31703": "Level_Tower_Moon_01",
"31704": "Level_Tower_Moon_01",
"31800": "Level_Tower_Universe_01",
"31801": "Level_Tower_Universe_01",
"31802": "Level_Tower_Universe_01",
"31803": "Level_Tower_Universe_01",
"31804": "Level_Tower_Universe_01",
"31900": "Level_Tower_Universe_01",
"31901": "Level_Tower_Universe_01",
"31902": "Level_Tower_Universe_01",
"31903": "Level_Tower_Universe_01",
"31904": "Level_Tower_Universe_01",
"32000": "Level_Tower_Universe_01",
"32001": "Level_Tower_Universe_01",
"32002": "Level_Tower_Universe_01",
"32003": "Level_Tower_Universe_01",
"32004": "Level_Tower_Universe_01",
"32100": "Level_Tower_Morning_01",
"32101": "Level_Tower_Morning_01",
"32102": "Level_Tower_Morning_01",
"32103": "Level_Tower_Morning_01",
"32104": "Level_Tower_Morning_01",
"32200": "Level_Tower_Morning_01",
"32201": "Level_Tower_Morning_01",
"32202": "Level_Tower_Morning_01",
"32203": "Level_Tower_Morning_01",
"32204": "Level_Tower_Morning_01",
"33100": "Level_Tower_Morning_01",
"33101": "Level_Tower_Morning_01",
"33102": "Level_Tower_01_Open",
"33103": "Level_Tower_Morning_01",
"33401": "Level_Tower_Dusk_01",
"33402": "Level_Tower_Night_01",
"33403": "Level_Tower_Night_01",
"33404": "Level_Tower_Night_01",
"33700": "Level_Tower_Moon_01",
"33701": "Level_Tower_Moon_01",
"33702": "Level_Tower_Universe_01",
"33703": "Level_Tower_Universe_01",
"33704": "Level_Tower_Element_Ice_01",
"33705": "Level_Tower_Element_Fire_01",
"33706": "Level_Tower_Element_Ice_01",
"33707": "Level_Tower_Element_Ice_01",
"33708": "Level_Tower_Universe_01",
"33709": "Level_Tower_Element_Thunder_01",
"33710": "Level_Tower_Universe_01",
"33711": "Level_Tower_Element_Water_01",
"33712": "Level_Tower_Universe_01",
"33713": "Level_Tower_Element_Ice_01",
"33714": "Level_Tower_Element_Ice_01",
"33715": "Level_Tower_Moon_01",
"33716": "Level_Tower_Universe_01",
"33717": "Level_Tower_Moon_01",
"33718": "Level_Tower_Moon_01",
"33719": "Level_Tower_Moon_01",
"33720": "Level_Tower_Universe_01",
"33721": "Level_Tower_Moon_01",
"33722": "Level_Tower_Universe_01",
"33723": "Level_Tower_Moon_01",
"33724": "Level_Tower_Universe_01",
"33725": "Level_Tower_Moon_01",
"33726": "Level_Tower_Universe_01",
"33727": "Level_Tower_Moon_01",
"33728": "Level_Tower_Universe_01",
"33729": "Level_Tower_Moon_01",
"33730": "Level_Tower_Universe_01",
"33731": "Level_Tower_Moon_01",
"33732": "Level_Tower_Universe_01",
"33733": "Level_Tower_Moon_01",
"33734": "Level_Tower_Universe_01",
"33735": "Level_Tower_Moon_01",
"33736": "Level_Tower_Universe_01",
"33737": "Level_Tower_Moon_01",
"33738": "Level_Tower_Moon_01",
"33739": "Level_Tower_Moon_01",
"33740": "Primer piso de la torre - Nivel 1",
"33741": "Level_Tower_Moon_01",
"33742": "Level_Tower_Universe_01",
"33743": "Level_Tower_Moon_01",
"33744": "Level_Tower_Universe_01",
"33745": "Level_Tower_Moon_01",
"33746": "Level_Tower_Universe_01",
"33747": "Level_Tower_Moon_01",
"33748": "Level_Tower_Universe_01",
"34100": "Level_Tower_Morning_01",
"34101": "Level_Tower_01_Water",
"34102": "Level_Tower_01_Open",
"34103": "Level_Tower_Morning_01",
"34401": "Level_Tower_Dusk_01",
"34402": "Level_Tower_Night_01",
"34403": "Level_Tower_Night_01",
"34404": "Level_Tower_Night_01",
"34700": "Level_Tower_Moon_01",
"34701": "Level_Tower_Moon_01",
"34702": "Level_Tower_Universe_01",
"34703": "Level_Tower_Universe_01",
"34704": "Level_Tower_Element_Ice_01",
"34705": "Level_Tower_Element_Fire_01",
"34706": "Level_Tower_Element_Ice_01",
"34707": "Level_Tower_Element_Ice_01",
"34708": "Level_Tower_Universe_01",
"34709": "Level_Tower_Element_Thunder_01",
"34710": "Level_Tower_Universe_01",
"34711": "Level_Tower_Element_Water_01",
"34712": "Level_Tower_Universe_01",
"34713": "Level_Tower_Element_Ice_01",
"34714": "Level_Tower_Element_Ice_01",
"34715": "Level_Tower_Moon_01",
"34716": "Level_Tower_Universe_01",
"34717": "Level_Tower_Moon_01",
"34718": "Level_Tower_Moon_01",
"34719": "Level_Tower_Moon_01",
"34720": "Level_Tower_Universe_01",
"34721": "Level_Tower_Moon_01",
"34722": "Level_Tower_Universe_01",
"34723": "Level_Tower_Moon_01",
"34724": "Level_Tower_Universe_01",
"34725": "Level_Tower_Moon_01",
"34726": "Level_Tower_Universe_01",
"34727": "Level_Tower_Moon_01",
"34728": "Level_Tower_Universe_01",
"34729": "Level_Tower_Moon_01",
"34730": "Level_Tower_Universe_01",
"34731": "Level_Tower_Moon_01",
"34732": "Level_Tower_Universe_01",
"34733": "Level_Tower_Moon_01",
"34734": "Level_Tower_Universe_01",
"34735": "Level_Tower_Moon_01",
"34736": "Level_Tower_Universe_01",
"34737": "Level_Tower_Moon_01",
"34738": "Level_Tower_Moon_01",
"34739": "Level_Tower_Moon_01",
"34740": "Undécimo piso de la torre - Nivel 1",
"34741": "Level_Tower_Moon_01",
"34742": "Level_Tower_Universe_01",
"34743": "Level_Tower_Moon_01",
"34744": "Level_Tower_Universe_01",
"34745": "Level_Tower_Moon_01",
"34746": "Level_Tower_Universe_01",
"34747": "Level_Tower_Moon_01",
"34748": "Level_Tower_Universe_01",
"35100": "Level_Tower_Morning_01",
"35101": "Level_Tower_Morning_01",
"35102": "Level_Tower_Morning_01",
"35103": "Level_Tower_Morning_01",
"35401": "Level_Tower_Dusk_01",
"35402": "Level_Tower_Night_01",
"35403": "Level_Tower_Dusk_01",
"35404": "Level_Tower_Night_01",
"35700": "Level_Tower_Moon_01",
"35701": "Level_Tower_Moon_01",
"35702": "Level_Tower_Universe_01",
"35703": "Level_Tower_Universe_01",
"35704": "Level_Tower_Element_Ice_01",
"35705": "Level_Tower_Element_Fire_01",
"35706": "Level_Tower_Element_Ice_01",
"35707": "Level_Tower_Element_Ice_01",
"35708": "Level_Tower_Universe_01",
"35709": "Level_Tower_Element_Thunder_01",
"35710": "Level_Tower_Universe_01",
"35711": "Level_Tower_Element_Water_01",
"35712": "Level_Tower_Universe_01",
"35713": "Level_Tower_Element_Ice_01",
"35714": "Level_Tower_Element_Ice_01",
"35715": "Level_Tower_Moon_01",
"35716": "Level_Tower_Universe_01",
"35717": "Level_Tower_Moon_01",
"35718": "Level_Tower_Moon_01",
"35719": "Level_Tower_Moon_01",
"35720": "Level_Tower_Universe_01",
"35721": "Level_Tower_Moon_01",
"35722": "Level_Tower_Universe_01",
"35723": "Level_Tower_Moon_01",
"35724": "Level_Tower_Universe_01",
"35725": "Level_Tower_Moon_01",
"35726": "Level_Tower_Universe_01",
"35727": "Level_Tower_Moon_01",
"35728": "Level_Tower_Universe_01",
"35729": "Level_Tower_Moon_01",
"35730": "Level_Tower_Universe_01",
"35731": "Level_Tower_Moon_01",
"35732": "Level_Tower_Universe_01",
"35733": "Level_Tower_Moon_01",
"35734": "Level_Tower_Universe_01",
"35735": "Level_Tower_Moon_01",
"35736": "Level_Tower_Universe_01",
"35737": "Level_Tower_Moon_01",
"35738": "Level_Tower_Moon_01",
"35739": "Level_Tower_Moon_01",
"35740": "Level_Tower_Universe_01",
"35741": "Level_Tower_Moon_01",
"35742": "Level_Tower_Universe_01",
"35743": "Level_Tower_Moon_01",
"35744": "Level_Tower_Universe_01",
"35745": "Level_Tower_Moon_01",
"35746": "Level_Tower_Universe_01",
"35747": "Level_Tower_Moon_01",
"35748": "Level_Tower_Universe_01",
"35800": "Jardín peculiar",
"35801": "Level_ContestBattle01",
"35802": "Level_ContestBattle01",
"35803": "Level_ContestBattle01",
"35804": "Level_ContestBattle01",
"35805": "Level_ContestBattle01",
"35806": "Level_ContestBattle01",
"35807": "Level_ContestBattle01",
"35808": "Level_ContestBattle01",
"35809": "Level_ContestBattle01",
"35810": "Level_ContestBattle01",
"35811": "Level_ContestBattle01",
"35812": "Level_ContestBattle01",
"35813": "Level_ContestBattle01",
"35814": "Level_ContestBattle01",
"35815": "Level_ContestBattle01",
"35816": "Level_ContestBattle01",
"35817": "Level_ContestBattle01",
"35818": "Level_ContestBattle01",
"35820": "Level_FCdungeon_Qiqi",
"35821": "Level_FCdungeon_Qiqi",
"35822": "Level_FCdungeon_Qiqi",
"35823": "Level_FCdungeon_Qiqi",
"35824": "PlotLevel_XiangLingLevel_Xyd",
"35825": "PlotLevel_XiangLingLevel_Xyd",
"35826": "PlotLevel_XiangLingLevel_Xyd",
"35827": "PlotLevel_XiangLingLevel_Xyd",
"35828": "Level_FCdungeon_Cloud01",
"35829": "Level_FCdungeon_Cloud01",
"35830": "Level_FCdungeon_Cloud01",
"35831": "Level_FCdungeon_Cloud01",
"35840": "Level_CrystalLink_01",
"35841": "Level_CrystalLink_01",
"35842": "Level_CrystalLink_01",
"35843": "Level_CrystalLink_01",
"35844": "Level_CrystalLink_01",
"35845": "Level_CrystalLink_01",
"35846": "Primera exploración",
"35847": "Impacto directo",
"35848": "Primera exploración",
"35849": "Impacto directo",
"35850": "Primera exploración",
"35851": "Impacto directo",
"35852": "Primera exploración",
"35853": "Impacto directo",
"35860": "Level_SmrDungeon_Challenge",
"35861": "Level_SmrDungeon_Challenge",
"35862": "Level_SmrDungeon_Challenge",
"35863": "Level_SmrDungeon_Challenge",
"35870": "Level_BrickBreaker01",
"35871": "Level_BrickBreaker01",
"35872": "Level_BrickBreaker01",
"35880": "Level_XM_BigLeaf",
"35881": "Level_XM_BigLeaf",
"35882": "Level_XM_BigLeaf",
"35883": "Level_XM_BigLeaf",
"35884": "Level_XM_BigLeaf",
"40001": "Investigar: Agitación en la Profundidad de las Ruinas",
"40002": "Level_UCDungeon01",
"40003": "Level_UCDungeon01",
"40004": "Level_KaeyaTutorialMission02",
"40005": "Level_KaeyaTutorialMission01",
"40006": "Level_KaeyaTutorialMission01",
"40007": "Exploración: Fortaleza caída",
"40008": "Prueba de desafío de Kaeya",
"40009": "Tutorial de desafío de Amber",
"40010": "Level_AmborTutorialMission01",
"40012": "Level_LisaTutorialMission03",
"40013": "Mazmorra de Amber Desafío Personal Etapa 2",
"40014": "Investigación: Escondite secreto",
"40015": "Exploración: Travesía del caballero bajo la luna",
"40016": "Exploración: Demora entre los duraznos en flor",
"40017": "Level_FCdungeon_Cloud01",
"40018": "Level_FCdungeon_Kettle01",
"40019": "Exploración: Viaje al atardecer",
"40020": "Exploración: Encuentro auspicioso en las nubes",
"40021": "Level_Challenge_Thunder01",
"40022": "Intermezzo de la tempestad I",
"40023": "Concerto del rayo violeta I",
"40024": "Sonata del corazón pétreo I",
"40025": "Vals de tierra, viento y trueno",
"40026": "Prueba elemental: Vaporización",
"40027": "Intermezzo de la tempestad II",
"40028": "Concerto del rayo violeta II",
"40029": "Sonata del corazón pétreo II",
"40030": "Prueba elemental: Derretido",
"40031": "Prueba elemental: Sobrecarga",
"40032": "Prueba elemental: Superconductor",
"40033": "Prueba elemental: Electrocargado",
"40034": "Prueba elemental: Congelado",
"40035": "Prueba elemental: Cristalización",
"40036": "Prueba elemental: Torbellino",
"40037": "Prácticas bélicas: Dragón lítico I",
"40038": "Prácticas bélicas: Dragón lítico II",
"40039": "Himno de batalla: Ingenio impermanente I",
"40040": "Himno de batalla: Ingenio impermanente II",
"40041": "Lamento: Odio amargo I",
"40042": "Lamento: Odio amargo II",
"40043": "Coronación triple",
"40044": "Introspección: Miles de pinturas",
"40045": "Introspección: Castillo pictórico",
"40046": "Level_Tower_Element_Water_01",
"40047": "Introspección: Rey de los ladrones",
"40048": "Introspección: Mansión del umigozen",
"40049": "Introspección: Nido de la ambición",
"40050": "Bajo la casa abandonada",
"40051": "Arboleda de los sueños invertidos",
"40052": "Esencia del clima",
"40053": "Avenencia fúngica",
"40054": "Pabellón del árbol mágico",
"40055": "Partitura andante: Sonata del camino helado",
"40056": "Partitura andante: Triosonata del crisol ardiente",
"40057": "Partitura andante: Scherzo del estanque ondulante",
"40058": "Partitura andante: Rondó de la jaula arbórea",
"40059": "Partitura vivace: Sonata del camino helado",
"40060": "Partitura vivace: Triosonata del crisol ardiente",
"40061": "Partitura vivace: Scherzo del estanque ondulante",
"40062": "Partitura vivace: Rondó de la jaula arbórea",
"40063": "Elegía al óbito",
"40064": "Atenuación meditativa",
"40100": "Dominio de la maestría: Aro de fuego I",
"40101": "Dominio de la maestría: Aro de fuego II",
"40102": "Dominio de la maestría: Aro de fuego III",
"40103": "Level_CycleDungeon01_Fire",
"40104": "Level_CycleDungeon01_Fire",
"40105": "Dominio de la maestría: Aro de fuego IV",
"40200": "Dominio de la maestría: Reino del letargo I",
"40201": "Dominio de la maestría: Reino del letargo II",
"40202": "Dominio de la maestría: Reino del letargo III",
"40203": "Dominio de la maestría: El Reino del letargo IV",
"40300": "Dominio de la forja: Ruinas de la ciudad sedienta I",
"40301": "Dominio de la forja: Ruinas de la ciudad sedienta II",
"40302": "Dominio de la forja: Ruinas de la ciudad sedienta III",
"40303": "Dominio de la forja: Ruinas de la ciudad sedienta IV",
"40400": "Dominio de la forja: Campo de prueba del relámpago milenario I",
"40401": "Dominio de la forja: Campo de prueba del relámpago milenario II",
"40402": "Dominio de la forja: Campo de prueba del relámpago milenario III",
"40403": "Dominio de la forja: Campo de prueba del relámpago milenario IV",
"40404": "Dominio de la bendición: Helada letal I",
"40405": "Level_CycleDungeon01_Thunder",
"40406": "Level_CycleDungeon01_Thunder",
"40407": "Level_CycleDungeon01_Thunder",
"40408": "Dominio de la bendición: Helada letal II",
"40409": "Dominio de la bendición: Helada letal III",
"40410": "Dominio de la bendición: Helada letal IV",
"40500": "Dominio de la bendición: Fuego Purificador I",
"40501": "Dominio de la bendición: Fuego purificador I",
"40502": "Dominio de la bendición: Fuego purificador II",
"40503": "Dominio de la bendición: Fuego purificador III",
"40504": "Dominio de la bendición: Fuego purificador IV",
"40505": "Dominio de la bendición: Fuego purificador V",
"40506": "Dominio de la bendición: Fuego purificador VI",
"40507": "Dominio de la bendición: Fuego Purificador VIII",
"40508": "Dominio de la bendición: Danza del acero I",
"40509": "Dominio de la bendición: Danza del acero II",
"40510": "Dominio de la bendición: Danza del acero III",
"40511": "Dominio de la bendición: Danza del acero IV",
"40512": "Dominio de la bendición: Danza del acero V",
"40513": "Dominio de la bendición: Fuego y Escarcha VI",
"40514": "Dominio de la bendición: Perseverancia I",
"40515": "Dominio de la bendición: Perseverancia II",
"40516": "Dominio de la bendición: Perseverancia III",
"40517": "Dominio de la bendición: Perseverancia IV",
"40600": "Dominio de la bendición: El despertar I",
"40601": "Dominio de la bendición: El despertar II",
"40602": "Dominio de la bendición: El despertar III",
"40603": "Dominio de la bendición: El despertar IV",
"40604": "Dominio de la bendición: El despertar V",
"40605": "Dominio de la bendición: El despertar VI",
"40606": "Dominio de la bendición: El Despertar del Trueno VII",
"40607": "Dominio de la bendición: Escarcha I",
"40608": "Dominio de la bendición: Escarcha II",
"40609": "Dominio de la bendición: Escarcha III",
"40610": "Dominio de la bendición: Escarcha IV",
"40611": "Dominio de la bendición: La Escarcha y el Trueno de la Pacificación V",
"40612": "Dominio de la bendición: Sala de piedra I",
"40613": "Dominio de la bendición: Sala de piedra II",
"40614": "Dominio de la bendición: Sala de piedra III",
"40615": "Dominio de la bendición: La Prisión Geo IV",
"40616": "Liyue - Reservado",
"40617": "Dominio de la bendición: Guarida mecánica I",
"40618": "Dominio de la bendición: Guarida mecánica II",
"40619": "Dominio de la bendición: Guarida mecánica III",
"40620": "Dominio de la bendición: Guarida mecánica IV",
"40650": "Dominio de la bendición: Manas-vijñana I",
"40651": "Dominio de la bendición: Manas-vijñana II",
"40652": "Dominio de la bendición: Manas-vijñana III",
"40653": "Dominio de la bendición: Manas-vijñana IV",
"40660": "Dominio de la bendición: Ciudadela del desierto I",
"40661": "Dominio de la bendición: Ciudadela del desierto II",
"40662": "Dominio de la bendición: Ciudadela del desierto III",
"40663": "Dominio de la bendición: Ciudadela del desierto IV",
"40700": "Level_CycleDungeon01_Rock",
"40701": "Level_CycleDungeon01_Rock",
"40702": "Level_CycleDungeon01_Rock",
"40703": "Level_CycleDungeon01_Rock",
"40750": "Dominio de la maestría: Tripitaka I",
"40751": "Dominio de la maestría: Tripitaka II",
"40752": "Dominio de la maestría: Tripitaka II",
"40753": "Dominio de la maestría: Tripitaka IV",
"40754": "Dominio de la forja: Karma prarabdha I",
"40755": "Dominio de la forja: Karma prarabdha II",
"40756": "Dominio de la forja: Karma prarabdha III",
"40757": "Dominio de la forja: Karma prarabdha IV",
"40800": "Level_CycleDungeon02_ThunderCave_Dq",
"40801": "Dominio de la bendición: La búsqueda de los arces I",
"40802": "Dominio de la bendición: La búsqueda de los arces II",
"40803": "Dominio de la bendición: La búsqueda de los arces III",
"40804": "Dominio de la bendición: La búsqueda de los arces IV",
"40805": "Level_CycleDungeon01_Thunder",
"40806": "Dominio de la bendición: Necrópolis I",
"40807": "Dominio de la bendición: Necrópolis II",
"40808": "Dominio de la bendición: Necrópolis III",
"40809": "Dominio de la bendición: Necrópolis IV",
"40900": "Dominio de la forja: Cripta movediza I",
"40901": "Dominio de la forja: Cripta movediza II",
"40902": "Dominio de la forja: Cripta movediza III",
"40903": "Dominio de la forja: Cripta movediza IV",
"40950": "Dominio de la maestría: Ruinas del kudzu I",
"40951": "Dominio de la maestría: Ruinas del kudzu II",
"40952": "Dominio de la maestría: Ruinas del kudzu III",
"40953": "Dominio de la maestría: Ruinas del kudzu IV",
"41000": "Level_Tower_01_Open",
"41001": "Level_Tower_01_Open",
"41002": "Level_Tower_01_Open",
"41003": "Level_Tower_01_Open",
"41004": "Level_Tower_01_Open",
"41005": "Level_Tower_01_Open",
"41006": "Level_Tower_01_Open",
"41007": "Level_Tower_01_Open",
"41008": "Level_Tower_01_Open",
"41009": "Level_Tower_01_Open",
"41010": "Level_Tower_01_Open",
"41011": "Level_Tower_01_Open",
"41012": "Level_Tower_01_Open",
"41013": "Level_Tower_01_Open",
"41014": "Level_Tower_01_Open",
"41015": "Level_Tower_01_Open",
"41016": "Level_Tower_01_Open",
"41017": "Level_Tower_01_Open",
"41018": "Level_Tower_01_Open",
"41019": "Level_Tower_01_Open",
"41020": "Level_Tower_01_Open",
"41021": "Level_Tower_01_Open",
"41022": "Level_Tower_01_Open",
"41023": "Level_Tower_01_Open",
"41024": "Level_Tower_01_Open",
"41025": "Level_Tower_01_Open",
"41026": "Level_Tower_01_Open",
"41027": "Level_Tower_01_Open",
"41028": "Level_Tower_01_Open",
"41029": "Level_Tower_01_Open",
"41030": "Level_Tower_01_Open",
"41031": "Level_Tower_01_Open",
"41032": "Level_Tower_01_Open",
"41033": "Level_Tower_01_Open",
"41034": "Level_Tower_01_Open",
"41035": "Level_Tower_01_Open",
"41036": "Level_Tower_01_Open",
"41037": "Level_Tower_01_Open",
"41038": "Level_Tower_01_Open",
"41039": "Level_Tower_01_Open",
"41040": "Level_Tower_01_Open",
"41041": "Level_Tower_01_Open",
"41042": "Level_Tower_01_Open",
"41043": "Level_Tower_01_Open",
"41044": "Level_Tower_01_Open",
"41045": "Level_Tower_01_Open",
"41046": "Level_Tower_01_Open",
"41047": "Level_Tower_01_Open",
"41048": "Level_Tower_01_Open",
"41049": "Level_Tower_01_Open",
"41050": "Level_Tower_01_Open",
"41051": "Level_Tower_01_Open",
"41052": "Level_Tower_01_Open",
"41053": "Level_Tower_01_Open",
"41054": "Level_Tower_01_Open",
"41055": "Level_Tower_01_Open",
"41056": "Level_Tower_01_Open",
"41057": "Level_Tower_01_Open",
"41058": "Level_Tower_01_Open",
"41059": "Level_Tower_01_Open",
"41060": "Level_Tower_01_Open",
"41061": "Level_Tower_01_Open",
"41062": "Level_Tower_01_Open",
"42001": "Golondrinas en parejas: Dificultad 3",
"42002": "Descanso en el puente de los Adeptus: Dificultad 2",
"42003": "Separación entre belleza y verdad: Dificultad 5",
"42004": "Salas vacías tras puertas cerradas: Dificultad 7",
"42005": "Pabellón de los ecos melódicos: Dificultad 6",
"42006": "Viento junto al pozo: Dificultad 1",
"42007": "Tres estrellas compiten en brillo: Dificultad 4",
"42008": "Las montañas y los ríos son abundantes, pero la virtud es excepcional: Modo especial",
"42009": "Descanso en el puente de los Adeptus: Dificultad 3",
"42010": "Golondrinas en parejas: Dificultad 4",
"42011": "Pabellón de los ecos melódicos: Dificultad 7",
"42012": "Tres estrellas compiten en brillo: Dificultad 5",
"42013": "Separación entre belleza y verdad: Dificultad 6",
"42014": "Viento junto al pozo",
"43001": "Dominio de prueba: Ataque Descendente",
"43002": "Dominio de prueba: Escudo",
"43003": "Dominio de prueba: Curación",
"43004": "Dominio de prueba: Reacción Elemental",
"43005": "Dominio de prueba: Cuerpo a cuerpo",
"43006": "Dominio de prueba: A distancia",
"43007": "Level_FCdungeon_MistTrial",
"43008": "Level_FCdungeon_MistTrial",
"43009": "Level_FCdungeon_MistTrial",
"43010": "Level_FCdungeon_MistTrial",
"43011": "Level_FCdungeon_MistTrial",
"43012": "Level_FCdungeon_MistTrial",
"43013": "Level_FCdungeon_MistTrial",
"44001": "El descanso del Dragarto",
"44002": "Donde las sombras se revuelven",
"44003": "Infierno del hielo",
"44004": "Dominio del Engaño",
"44005": "Dominio del Caos",
"44006": "Dominio del Rayo",
"44007": "Dominio de la Herejía",
"44011": "Dominio extraño: Torbellino sentenciador",
"44012": "Dominio extraño: Guarida de los Acechadores",
"44013": "Dominio extraño: Mar de almas",
"45000": "Puente del letargo espiritual",
"45001": "Golondrinas en parejas",
"45002": "Puente del letargo espiritual",
"45003": "Resplandor otoñal",
"45004": "Advenimiento de la primavera",
"45005": "Pabellón del ensueño",
"45006": "Level_PFDungeon02_ReActive06",
"45007": "Pabellón del ensueño",
"45008": "Golondrinas en parejas",
"45009": "Puente del letargo espiritual",
"45010": "Resplandor otoñal",
"45011": "Advenimiento de la primavera",
"45012": "Pabellón del ensueño",
"45013": "Level_PFDungeon02_Active08",
"45014": "Level_PFDungeon02_Active02",
"45015": "Level_PFDungeon02_Active03",
"45016": "Level_PFDungeon02_Active04",
"45017": "Level_PFDungeon02_Active08",
"45018": "Level_PFDungeon02_Active02",
"45019": "Level_PFDungeon02_Active03",
"45020": "Level_PFDungeon02_Active04",
"45050": "Torre en espiral",
"45051": "Corredor",
"45052": "Callejón",
"45053": "Casa adosada",
"45054": "Campo cuadrado",
"45055": "Saliendo por lo más alto",
"45056": "Volando voy, volando vengo",
"45057": "Caída libre",
"45058": "Rápido, ¡más rápido!",
"45059": "El ganador más rápido",
"46001": "Batalla autómata",
"46101": "Desafío: Senda canina",
"46201": "Level_CYDungeon_ActivityRouge01",
"46202": "Level_CYDungeon_Activy02",
"46203": "Level_CYDungeon_Activy03",
"46300": "Level_SmrDungeon_Challenge",
"46301": "Level_FCdungeon_Cloud01",
"46302": "Level_SmrDungeon_Challenge",
"46303": "Level_SmrDungeon_Challenge",
"46304": "Level_FCdungeon_Cloud01",
"46305": "Level_FCdungeon_Cloud01",
"46306": "Level_FCdungeon_Cloud01",
"47001": "Level_OnmyoMaze_01",
"47002": "Level_OnmyoMaze_05",
"47003": "Level_OnmyoMaze_03",
"47004": "Level_OnmyoMaze_04",
"47005": "Level_OnmyoMaze_02",
"47006": "Level_OnmyoMaze_06",
"47007": "Level_OnmyoMaze_07",
"47008": "Level_OnmyoMaze_08",
"47009": "Level_OnmyoMaze_01",
"47010": "Level_OnmyoMaze_05",
"47011": "Level_OnmyoMaze_05",
"47012": "TestLevel_Dq_Rouge_SLL03",
"47013": "Level_OnmyoMaze_03",
"47014": "TestLevel_Dq_Rouge_SLL05",
"47015": "TestLevel_Dq_Rouge_SLL06",
"47016": "TestLevel_Dq_Rouge_LX01",
"47017": "TestLevel_Dq_Rouge_LX02",
"47018": "TestLevel_Dq_Rouge_LX03",
"47019": "TestLevel_Dq_Rouge_LX04",
"47020": "TestLevel_Dq_Rouge_LX05",
"47021": "Dominio del viento nororiental",
"47022": "Dominio del viento oriental",
"47023": "Dominio del viento sudoriental",
"47024": "Dominio del viento noroccidental",
"47025": "Dominio del viento austral",
"47101": "Level_FungusFighter",
"47102": "Level_FungusFighter",
"47103": "Level_FungusFighter",
"47201": "Level_Smr_LostCity",
"47202": "Level_Smr_LostCity",
"47203": "Level_Smr_LostCity",
"47204": "Level_Smr_LostCity",
"47205": "Level_Smr_LostCity",
"47206": "Level_Smr_LostCity",
"47207": "Level_Smr_LostCity",
"47301": "Level_ContestBattle01",
"47302": "Level_ContestBattle01",
"47303": "Level_ContestBattle01",
"47304": "Level_ContestBattle01",
"47305": "Level_ContestBattle01",
"47306": "Level_ContestBattle01",
"47307": "Level_ContestBattle01",
"50002": "Caja Blanca de Etapa de Baja Temperatura",
"50003": "Prueba de Combate",
"50004": "Caja Blanca de Fuente de Energía del poste eléctrico",
"50005": "Level_ElementGameplay_Test",
"50006": "Level_KaeyaTutorialMission02",
"50007": "Prueba Electro",
"50008": "Test de Caja Negra de jugabilidad de etapas",
"50009": "Caja Blanca de juego de etapa",
"50010": "Caja Blanca de Jugabilidad de Mecanismo",
"50011": "No disponible",
"50012": "Prueba de Torbellino",
"50013": "Prueba de arder y derretir",
"50014": "Mazmorra de Resistencia Elemental de Monstruos",
"50015": "Prueba de Etapa",
"50016": "Caja Blanca de patrón de nuevo personaje",
"50017": "Level_Tower_Moon_01",
"50018": "Prueba de Caja Blanca de Juego de Escudo",
"50019": "Prueba de Caja Blanca de Elemento Geo",
"50020": "Prueba Pyro",
"50021": "LevelTest_TestTest_WG",
"50022": "TestLevel_PFDungeon01_ZHT",
"50023": "Level_Tower_Dusk_01",
"50024": "Level_Tower_Dusk_01",
"50025": "Level_CycleDungeon02_Normal",
"50026": "Level_CycleDungeon02_Normal",
"50027": "Caja Blanca: Escena de reacción elemental",
"50028": "TestLevel_CycleFire_YQT",
"50029": "Level_TdGameplay_Test",
"50030": "Level_PFDungeon02_Active01",
"50031": "Level_FCdungeon_DragonBoss",
"50032": "Level_PFDungeon02_Active03",
"50033": "Level_PFDungeon02_Active04",
"50034": "Level_PFDungeon02_Active05",
"50041": "Etapa de prueba x1",
"50042": "Etapa de prueba suelo de evento",
"50043": "TestLevel_MD_YQT",
"50044": "TestLevel_SZ_LX",
"50045": "Level_CycleDungeon_WindFlower",
"50046": "Level_Challenge_Thunder01",
"50047": "Level_CycleDungeon_WindFlower",
"50048": "Level_CycleDungeon_WindFlower",
"50049": "Level_CycleDungeon_WindFlower",
"50050": "Level_Tower_Morning_01",
"50051": "Level_FCdungeon_MistTrial",
"50052": "Level_Tower_01_Open",
"50053": "Level_LadyBoss01",
"50054": "Level_ActivityBoss02_Water",
"50055": "TestLevel_Dq_Rouge",
"50056": "TestLevel_Dq_Rouge_YQT01",
"50057": "TestLevel_Dq_Rouge_YQT02",
"50058": "Level_Dq_Void02",
"50059": "TestLevelSLL_SpringFestival",
"50060": "TestLevel_Dq_UGC_LX01",
"50061": "Level_Tower_Universe_01",
"50062": "TestLevel_Dq_UGC_LX02",
"50063": "TestLevel_Dq_UGC_LX03",
"50064": "TestLevel_Dq_UGC_LX04",
"50065": "TestLevel_Dq_UGC_LX05",
"50066": "TestLevel_FCdungeon_ShenheCloud01",
"50067": "TestLevel_WB_Z",
"50068": "Level_Tower_01_Open",
"50069": "TestLevel_ClimbBox",
"50070": "TestLevel_APA_ZQQ",
"50071": "TestWorld_APA_ZQQ",
"50072": "Level_TD_V3_Gameplay_Test",
"50073": "PerformanceTest_LevelStreaming",
"50074": "Level_SmrDungeon_Tinali",
"50075": "Level_SmrDungeon_BigTree",
"50076": "Level_XMDungeon_GrassDragon",
"50077": "Level_Tower_Moon_01",
"50078": "Level_DreamIsland_Xinyan01",
"50079": "Level_DreamIsland_Mona01",
"50080": "Level_DreamIsland_Kazuha02",
"50081": "Level_DreamIsland_Mona02",
"50082": "Level_DreamIsland_Fischl01",
"50083": "Level_DreamIsland_Fischl02",
"50084": "Level_DreamIsland_Fischl03",
"50085": "Level_DreamIsland_Kazuha03",
"50086": "Level_DreamIsland_Fischllibrary",
"50087": "Level_DreamIsland_Kazuha01",
"50088": "Level_DreamIsland_Fischlroom",
"50089": "Level_DreamIsland_Fischlcorridor",
"50090": "TestLevel_WhiteBox_Xm_03",
"50091": "Level_DahakaBoss01",
"50092": "WindPuzzle_WhiteboxSll01",
"50093": "WindPuzzle_WhiteboxSll04",
"50094": "Level_Tower_Moon_01",
"50095": "Level_Tower_Moon_01",
"50096": "Level_Tower_Moon_01",
"50097": "Level_Tower_Moon_01",
"50098": "Level_Tower_Moon_01",
"50099": "Level_Tower_Moon_01",
"51000": "Dominio de prueba (I)",
"51001": "Dominio de prueba (II)",
"51002": "Dominio de prueba (III)",
"51003": "Level_Tower_Moon_01",
"51004": "Level_Tower_Moon_01",
"51005": "Level_Tower_Moon_01",
"51006": "TestLevel_TestBox_GJH",
"51007": "BigWorld_LevelStreaming",
"51008": "Level_Carnival",
"51009": "Level_SmrDungeon_BigTree",
"51010": "TestLevel_TestBox_LCM",
"51011": "TestLevel_WhiteBox_Xm_04",
"51013": "Level_Xm_Alhaitham_01",
"51015": "Level_TestLevel_Pacman_Sll",
"51019": "TestLevel_WhiteBox_Xm_05",
"79999": "GcgCardTest"
}
================================================
FILE: src/i18n/data/es/weaponItem.json
================================================
{
"WEAPON_SWORD_ONE_HAND": {
"11101": "Hoja Desafilada",
"11201": "Espada Plateada",
"11301": "Hoja Fría",
"11302": "Espada del Alba",
"11303": "Espada del Viajero",
"11304": "Espada de Hierro Oscuro",
"11305": "Hoja de Filetear",
"11306": "Espada Surcacielos",
"11401": "Espada de Favonius",
"11402": "Flauta",
"11403": "Espada de Sacrificio",
"11404": "Espada Real Larga",
"11405": "Rugido del León",
"11406": "Prototipo Rencor",
"11407": "Espina de Hierro",
"11408": "Espada Larga del Peñasco Oscuro",
"11409": "Espada Negra",
"11410": "Destello en la Oscuridad",
"11412": "Espada del Descenso",
"11413": "Deseo Ponzoñoso",
"11414": "Espada Amenoma Gemela",
"11415": "Huso de Cinabrio",
"11416": "Kagotsurube Isshin",
"11417": "Espada de Madera",
"11418": "Luz Lunar de Xifos",
"11419": "Espada Egregia de Isshin",
"11420": "Espada Egregia de Isshin",
"11421": "Espada Egregia de Isshin",
"11422": "Diluvio Florífero",
"11501": "Aquila Favonia",
"11502": "Hoja Afilada Celestial",
"11503": "Juramento por la Libertad",
"11504": "Rompemontañas",
"11505": "Cortador de Jade Primordial",
"11506": "Cortador de Jade Primordial",
"11507": "Destino Vacío",
"11509": "Reflejo de las Tinieblas",
"11510": "Luna Ondulante de Futsu",
"11511": "Llave de la Coronación",
"11512": "Clorofilo Refulgente"
},
"WEAPON_CLAYMORE": {
"12101": "Gran Espada del Guerrero",
"12201": "Espada del Mercenario",
"12301": "Sombra Férrea",
"12302": "Gran Espada Sangrienta",
"12303": "Espada de Hierro Blanco",
"12304": "Espada de Cuarzo",
"12305": "Garrote del Debate",
"12306": "Gran Espada Surcacielos",
"12401": "Gran Espada de Favonius",
"12402": "Espada del Tiempo",
"12403": "Gran Espada de Sacrificio",
"12404": "Gran Espada Real",
"12405": "Segadora de la Lluvia",
"12406": "Prototipo Arcaico",
"12407": "Sombra Blanca",
"12408": "Gran Hoja del Peñasco Oscuro",
"12409": "Médula de la Serpiente Marina",
"12410": "Espada Lítica",
"12411": "Argento Estelar de las Nieves",
"12412": "Rey de los Mares",
"12414": "Asesinato de Katsuragi",
"12415": "Májaira Aguamarina",
"12416": "Rey del Mal",
"12417": "Espada Real del Bosque",
"12501": "Orgullo Celestial",
"12502": "Lápida del Lobo",
"12503": "Oda de los Pinos",
"12504": "Espada de la Desidia",
"12505": "Espada de Jade Inicial",
"12506": "Historia Diferente",
"12510": "Espadón Cornirrojo"
},
"WEAPON_POLE": {
"13101": "Lanza del Principiante",
"13201": "Punta de Hierro",
"13301": "Borla Blanca",
"13302": "Alabarda",
"13303": "Borla Negra",
"13304": "Asta de Bandera",
"13401": "Perdición del Dragón",
"13402": "Prototipo Estelar",
"13403": "Pica Luna Creciente",
"13404": "Lanza del Peñasco Oscuro",
"13405": "Lanza del Duelo",
"13406": "Lanza Lítica",
"13407": "Lanza de Favonius",
"13408": "Lanza de Caza Real",
"13409": "Lanza de Espinadragón",
"13414": "Cruz de Kitain",
"13415": "La Captura",
"13416": "Aleta Cortaolas",
"13417": "Perforalunas",
"13419": "Alabarda del Viento Epistolar",
"13501": "Báculo de Homa",
"13502": "Púa Celestial",
"13504": "Lanza Perforanubes",
"13505": "Halcón de Jade",
"13506": "Cazador de Dioses",
"13507": "Pacificadora del Desastre",
"13509": "Luz del Segador",
"13511": "Báculo de las Arenas Escarlatas"
},
"WEAPON_CATALYST": {
"14101": "Apuntes del Aprendiz",
"14201": "Grimorio de Bolsillo",
"14301": "Guía Mágica",
"14302": "Cuentos de Cazadores de Dragones",
"14303": "Historias de Otros Mundos",
"14304": "Orbe Esmeralda",
"14305": "Nefrita Gemela",
"14306": "Catalizador de Ámbar",
"14401": "Códice de Favonius",
"14402": "Sinfonía de los Merodeadores",
"14403": "Memorias de Sacrificios",
"14404": "Grimorio Real",
"14405": "Perla Solar",
"14406": "Prototipo Ámbar",
"14407": "Carta Náutica",
"14408": "Ágata del Peñasco Oscuro",
"14409": "Ojo de la Perspicacia",
"14410": "Vino y Poesía",
"14412": "Frío Eterno",
"14413": "Cuentos de Dodoco",
"14414": "Anillo de Hakushin",
"14415": "Ojo del Juramento",
"14416": "Estrella Errabunda",
"14417": "Fruto de la Culminación",
"14501": "Pergamino Celestial",
"14502": "Oración Perdida a los Vientos Sagrados",
"14503": "Balada Perdida",
"14504": "Candado Terrenal",
"14505": "Regalia de Jade Primordial",
"14506": "Luna Inalterable",
"14509": "Axioma de la Kagura",
"14511": "Sueños de las Mil Noches",
"14512": "Reminiscencia de Tulaytulah"
},
"WEAPON_BOW": {
"15101": "Arco del Cazador",
"15201": "Arco del Cazador Estacional",
"15301": "Arco de Cuervo",
"15302": "Juramento del Arquero",
"15303": "Arco Recurvo",
"15304": "Tirachinas",
"15305": "Mensajero",
"15306": "Arco de Ébano",
"15401": "Arco de Favonius",
"15402": "Último Acorde",
"15403": "Arco del Sacrificio",
"15404": "Arco Real",
"15405": "Herrumbre",
"15406": "Prototipo Luz de Luna",
"15407": "Arco Compuesto",
"15408": "Arco del Peñasco Oscuro",
"15409": "Arco de la Cazadora Esmeralda",
"15410": "Cazador del Callejón",
"15411": "Desvanecimiento del Crepúsculo",
"15412": "Vals Nocturno",
"15413": "Oda a las Flores de Viento",
"15414": "Masacrademonios",
"15415": "Depredador",
"15416": "Luna de Mouun",
"15417": "Vasalla del Rey",
"15418": "Fin de las Aguas",
"15501": "Alas Celestiales",
"15502": "Arco de Amos",
"15503": "Elegía del Fin",
"15504": "Cazador de Dragones de Kunwu",
"15505": "Vista de Jade Primordial",
"15506": "Espejo Roto",
"15507": "Estrella Invernal",
"15508": "Aqua Simulacra",
"15509": "Agitador del Relámpago",
"15511": "Senda de la Cazadora"
}
}
================================================
FILE: src/i18n/data/es/weatherItem.json
================================================
{
"1": "BigWorld_Md_General",
"2": "BigWorld_Md_WindDragon",
"3": "BigWorld_Md_City_Storm",
"4": "Monster_Monster_LupiBoreas",
"1000": "BigWorld_Md_General",
"1001": "BigWorld_Md_General",
"1002": "BigWorld_Md_General",
"1003": "BigWorld_Md_General",
"1004": "BigWorld_Md_General",
"1005": "BigWorld_Md_General",
"1006": "BigWorld_Md_General",
"1007": "BigWorld_Md_WindDragon",
"1008": "BigWorld_Md_City_Fenghuajie",
"1009": "BigWorld_Md_General",
"1010": "BigWorld_ActivityArena_Fire",
"1011": "BigWorld_ActivityArena_Sunny",
"1012": "BigWorld_Md_General",
"2000": "BigWorld_Ly_General",
"2001": "BigWorld_Ly_QingCeVilla",
"2002": "BigWorld_Ly_General",
"2003": "BigWorld_Ly_General",
"2004": "BigWorld_Ly_StoneNeedles",
"2005": "BigWorld_Ly_City_General",
"2006": "BigWorld_Ly_General",
"2007": "BigWorld_Ly_LandLakeMaze",
"2008": "BigWorld_Ly_LiShaCountrySide",
"2009": "BigWorld_Ly_General",
"2010": "BigWorld_Ly_QingCeVilla",
"2011": "BigWorld_Ly_BeachMine",
"2012": "BigWorld_Ly_BlackFroest",
"2013": "BigWorld_Ly_SaltOfGround",
"2014": "BigWorld_Ly_Treasure",
"2015": "BigWorld_Ly_NinePillars_Tomb",
"2016": "BigWorld_Ly_NinePillars_Tomb",
"2017": "Monster_Monster_Regisvine_Ice_01",
"2018": "Monster_Monster_Regisvine_Fire_01",
"2019": "BigWorld_Md_General",
"2020": "BigWorld_Ly_TianQiuGu",
"2021": "BigWorld_Ly_Fountain_General",
"2022": "BigWorld_Md_SnowMountain_General",
"2023": "BigWorld_Md_SnowMountain_Peak",
"2024": "BigWorld_Md_SnowMountain_Cave",
"2025": "BigWorld_Md_SnowMountain_Cave_Underboss",
"2026": "BigWorld_Ly_SaltOfGround",
"2027": "BigWorld_Md_SnowMountain_DunlinsHeart",
"2028": "BigWorld_Md_SnowMountain_South",
"2029": "BigWorld_Md_SnowMountain_EastCoast",
"2030": "Monster_Monster_Drake_Primo_Rock_01",
"2031": "BigWorld_Md_SnowMountain_Cave_Long",
"2032": "BigWorld_Md_SnowMountain_Chamber",
"2034": "BigWorld_Md_SnowMountain_Boss",
"2035": "BigWorld_Md_SnowMountain_General",
"2036": "BigWorld_Md_SnowMountain_GeneralTransition",
"2037": "BigWorld_Md_SnowMountain_PeacePeak",
"2038": "BigWorld_Md_SnowMountain_Cave",
"2039": "BigWorld_Md_SnowMountain_GeneralTransition",
"2107": "BigWorld_Ly_LandLakeMaze",
"2113": "BigWorld_Ly_General",
"2114": "BigWorld_Ly_QingCeVilla",
"2115": "BigWorld_Ly_NinePillars_General",
"2116": "BigWorld_Ly_NinePillars_General",
"2117": "BigWorld_Ly_General",
"2118": "BigWorld_Ly_General",
"2121": "BigWorld_Ly_General",
"2124": "BigWorld_Md_SnowMountain_Peak",
"2125": "BigWorld_Md_SnowMountain_Boss",
"2126": "BigWorld_Ly_LiShaCountrySide",
"2127": "BigWorld_Md_SnowMountain_General",
"2130": "BigWorld_Ly_General",
"2131": "BigWorld_Md_SnowMountain_Peak",
"2132": "BigWorld_Md_SnowMountain_General",
"2135": "BigWorld_Md_SnowMountain_General",
"2138": "BigWorld_Md_SnowMountain_PeacePeak",
"2139": "BigWorld_LP_Fog_Light",
"2140": "BigWorld_LP_Fog_Heavy",
"2141": "BigWorld_LP_Fog_Light",
"2142": "BigWorld_LP_Fog_Light",
"2143": "BigWorld_LP_Fog_Light",
"2144": "BigWorld_LP_General",
"2145": "BigWorld_LP_Fog_Heavy",
"2146": "BigWorld_LP_Fog_Light",
"2147": "BigWorld_LP_Fog_Light",
"2148": "BigWorld_LP_Fog_LowL_Boundry",
"2149": "BigWorld_LP_Fog_Light",
"2150": "BigWorld_LP_Fog_Light",
"2151": "BigWorld_LP_Fog_Light",
"2152": "BigWorld_Ly_DakahaEntrance",
"2153": "BigWorld_LP_Fog_Clear",
"2154": "BigWorld_LP_Fog_Clear",
"2155": "BigWorld_LP_Fog_Clear",
"2156": "BigWorld_LP_Fog_Clear",
"2157": "BigWorld_LP_Fog_Clear",
"2158": "BigWorld_LP_Fog_LowL_Boundry",
"2159": "BigWorld_LP_Fog_Heavy",
"2160": "BigWorld_LP_Fog_Heavy",
"2161": "BigWorld_LP_Fog_Light",
"2162": "BigWorld_LP_HighL_General",
"2163": "BigWorld_LP_General",
"2164": "Monster_Monster_Samurai_Ningyo",
"2165": "BigWorld_Ly_TheChasm",
"2166": "BigWorld_Ly_TheChasm_AboveGround_Cave",
"2167": "BigWorld_Ly_TheChasm_AboveGround_Central",
"2168": "BigWorld_Ly_TheChasm_QSJD",
"2169": "BigWorld_Ly_TheChasm_KCKQ",
"2170": "BigWorld_Ly_TheChasm_QXKD",
"2171": "BigWorld_Ly_TheChasm_YJJS",
"2172": "BigWorld_Ly_TheChasm_MGK",
"2173": "BigWorld_Ly_TheChasm_JCYH",
"2174": "BigWorld_Ly_TheChasm_XMSG",
"2175": "BigWorld_Ly_TheChasm_HAZD",
"2176": "BigWorld_Ly_TheChasm_AboveGround_Cave",
"2177": "BigWorld_Ly_TheChasm_HAZD",
"2178": "BigWorld_Ly_TheChasm_HAZD",
"2179": "BigWorld_Ly_TheChasm_SMYJ",
"2180": "BigWorld_Ly_TheChasm_XCYJ",
"2181": "BigWorld_Ly_TheChasm_YGQJ",
"2182": "BigWorld_Ly_TheChasm_TKDDSP",
"2183": "BigWorld_Ly_TheChasm_TKDDSP_After",
"2184": "BigWorld_Ly_TheChasm_QSJDtoKCKQ",
"2185": "BigWorld_Ly_TheChasm_SMYJ",
"2186": "BigWorld_Ly_TheChasm_YGQJ_Mushroom",
"2187": "BigWorld_Ly_TheChasm_DMS",
"2188": "BigWorld_Ly_TheChasm_TKDDSP_Tunnel",
"2189": "BigWorld_Ly_TheChasm_YGQJ_Mushroom",
"2190": "BigWorld_Ly_TheChasm_SMYJ",
"2191": "BigWorld_Ly_General",
"2192": "BigWorld_Ly_TheChasm_Gemini",
"2193": "BigWorld_Ly_TheChasm_YGQJ_Mushroom",
"2194": "BigWorld_Ly_TheChasm_QSJDtoYJJS",
"2195": "BigWorld_Ly_TheChasm_After",
"2196": "BigWorld_Ly_TheChasm_QXKD",
"2197": "BigWorld_Ly_TheChasm_QSJDtoKCKQ",
"2198": "BigWorld_Ly_TheChasm_KCKQ",
"2199": "BigWorld_Ly_TheChasm_KCKQ",
"2200": "BigWorld_Ly_SeaLamp_Storm_02",
"2201": "BigWorld_Ly_SeaLamp_Fog_01",
"2207": "BigWorld_Ly_LandLakeMaze_Lv2",
"2225": "BigWorld_Md_SnowMountain_General",
"2252": "BigWorld_Ly_StoneNeedles",
"2275": "BigWorld_Ly_TheChasm_TKDXSP",
"2276": "BigWorld_Ly_TheChasm",
"2277": "BigWorld_Ly_TheChasm_TKDXSP_After",
"2284": "BigWorld_Ly_TheChasm_QSJDtoKCKQ",
"2285": "BigWorld_Ly_TheChasm_JCYH",
"2286": "BigWorld_Ly_TheChasm_YGQJ_Mushroom",
"2289": "BigWorld_Ly_TheChasm_HAZD_Tunnel",
"2290": "BigWorld_Ly_TheChasm_JCYH",
"3000": "Dungeon_XianglingPlotLevel01_Test",
"3001": "Dungeon_XianglingPlotLevel01",
"3002": "BigWorld_Dq_General",
"3003": "BigWorld_Dq_LiDao_General",
"3004": "BigWorld_Dq_GL_OutSkirt",
"3005": "BigWorld_Dq_GL_Luxin_Core",
"3006": "BigWorld_Dq_GL_Clear",
"3007": "BigWorld_Dq_General",
"3008": "BigWorld_Dq_Tabeisha_GeneralCanyon",
"3009": "BigWorld_Dq_Tabeisha_GeneralDragon",
"3010": "BigWorld_Dq_Tabeisha_GeneralPit",
"3011": "BigWorld_Dq_QinglaiIsland_TransitionA",
"3012": "BigWorld_Dq_QinglaiIsland_General",
"3013": "BigWorld_Dq_CatCloud_Before",
"3014": "BigWorld_Dq_Tabeisha_Genreal",
"3015": "BigWorld_Dq_Tabeisha_Canyon",
"3016": "BigWorld_Dq_Tabeisha_Pit",
"3017": "BigWorld_Dq_Tabeisha_GeneralVestiges",
"3018": "BigWorld_Dq_Tabeisha_GeneralCanyon",
"3019": "BigWorld_Dq_Tabeisha_GeneralDragon",
"3020": "BigWorld_Dq_Tabeisha_GeneralPit",
"3021": "BigWorld_Dq_Tabeisha_Genreal",
"3022": "BigWorld_Dq_Tabeisha_Canyon",
"3023": "BigWorld_Dq_Tabeisha_Pit",
"3024": "BigWorld_Dq_Tabeisha_GeneralVestiges",
"3025": "BigWorld_Dq_Leiyingshugen_General",
"3026": "BigWorld_Dq_Leiyingshugen_General",
"3027": "BigWorld_Dq_MinShenIsland_RelicBoss",
"3028": "BigWorld_Dq_MinShenIsland_RelicBoss",
"3029": "BigWorld_Dq_Leiyingshugen_General",
"3030": "BigWorld_Dq_RaioCotter_Before",
"3031": "BigWorld_Dq_RaioCotter_Before",
"3032": "BigWorld_Dq_General",
"3033": "BigWorld_Dq_General",
"3034": "BigWorld_Dq_General",
"3035": "BigWorld_Dq_General",
"3036": "BigWorld_Dq_GuardForest_General",
"3037": "BigWorld_Dq_HeGuan_General",
"3038": "BigWorld_Dq_HeGuan_Foggy",
"3045": "BigWorld_Dq_Leiyingshugen_Deep",
"3046": "BigWorld_Dq_RaioCotter_After",
"3047": "BigWorld_Dq_DarkCave",
"3048": "BigWorld_Dq_General",
"3049": "BigWorld_Dq_LiDao_General",
"3050": "BigWorld_Dq_General",
"3051": "BigWorld_Dq_Huangcun_Dark",
"3055": "BigWorld_Dq_InazumaThunderBarrier",
"3056": "BigWorld_Dq_Tabeisha_Pit",
"3057": "BigWorld_Dq_Tabeisha_Pit",
"3058": "BigWorld_Dq_HeGuan_FoggyHeavy",
"3059": "BigWorld_Dq_QinglaiIsland_General",
"3060": "BigWorld_Dq_QinglaiIsland_General",
"3061": "BigWorld_Dq_QinglaiIsland_General",
"3062": "BigWorld_Dq_QinglaiIsland_General",
"3063": "BigWorld_Dq_QinglaiIsland_Relic",
"3064": "BigWorld_Dq_QinglaiIsland_Relic",
"3065": "BigWorld_Dq_QinglaiIsland_ShipWreck",
"3066": "BigWorld_Dq_QinglaiIsland_ShipWreck",
"3067": "BigWorld_Dq_HaiQiIsland_General",
"3068": "BigWorld_Dq_HaiQiIsland_General",
"3069": "BigWorld_Dq_HaiQiIsland_General",
"3070": "BigWorld_Dq_HaiQiIsland_HaiShenZhiXin",
"3071": "BigWorld_Dq_HaiQiIsland_FiveSpiceWater",
"3072": "BigWorld_Dq_HaiQiIsland_General",
"3073": "BigWorld_Dq_HaiQiIsland_Relic",
"3074": "BigWorld_Dq_HaiQiIsland_Relic",
"3075": "BigWorld_Dq_HaiQiIsland_General",
"3076": "BigWorld_Dq_HaiQiIsland_General",
"3077": "BigWorld_Dq_HaiQiIsland_General",
"3078": "BigWorld_Dq_HaiQiIsland_General",
"3079": "BigWorld_Dq_Cave_DqCity",
"3080": "BigWorld_Dq_General_TBSOnly",
"3081": "BigWorld_Dq_MinShenIsland_RelicBoss",
"3082": "BigWorld_Dq_GL_OutSkirt",
"3083": "BigWorld_Dq_MinShenIsland_RelicBoss",
"3084": "BigWorld_Dq_General",
"3085": "BigWorld_Dq_General",
"3086": "BigWorld_Dq_QinglaiIsland_Relic",
"3087": "BigWorld_Dq_Tabeisha_Boss_After",
"3088": "BigWorld_Dq_Tabeisha_Canyon_After",
"3089": "Dq_Tabeisha_Pit_After",
"3090": "BigWorld_Dq_Huangcun_General",
"3091": "BigWorld_Dq_Leiyingshugen_General",
"3092": "BigWorld_Dq_Story_ThunderStorm",
"3093": "BigWorld_Dq_QinglaiIsland_ShipWreck",
"3094": "BigWorld_Dq_QinglaiIsland_ShipWreck",
"3095": "BigWorld_Dq_QinglaiIsland_General",
"3096": "BigWorld_Dq_QinglaiIsland_General",
"3097": "BigWorld_Dq_QinglaiIsland_Thunder_1st",
"3098": "BigWorld_Dq_QinglaiIsland_Thunder_2nd",
"3099": "BigWorld_Dq_QinglaiIsland_Thunder_3rd",
"3100": "BigWorld_Dq_QinglaiIsland_Thunder_4th",
"3101": "BigWorld_Dq_QinglaiIsland_Relic",
"3102": "BigWorld_Dq_QinglaiIsland_TransitionB",
"3103": "BigWorld_Dq_HeGuan_FoggyHeavyest",
"3104": "BigWorld_Dq_HeGuan_Doom",
"3105": "BigWorld_Dq_GL_OutSkirt",
"3106": "BigWorld_Dq_HeGuan_DoomHeavyest",
"3107": "BigWorld_Dq_HeGuan_General_Nest",
"3108": "BigWorld_Dq_HeGuan_DoomHeavy",
"3109": "BigWorld_Dq_HeGuan_FoggyHeavyest",
"3110": "BigWorld_Dq_HeGuan_FoggyHeavyest",
"3111": "BigWorld_Dq_HeGuan_FoggyHeavyest",
"3112": "BigWorld_Dq_HeGuan_FoggyHeavyest",
"3113": "BigWorld_Dq_CatCloud",
"3114": "BigWorld_Dq_HeGuan_FoggyHeavyest",
"3115": "BigWorld_Dq_Tabeisha_GeneralCanyon",
"3116": "BigWorld_Dq_Tabeisha_GeneralPit",
"3117": "BigWorld_Dq_QinglaiIsland_General",
"3118": "BigWorld_Dq_QinglaiIsland_ShipWreck",
"3119": "BigWorld_Dq_QinglaiIsland_ShipWreck",
"3120": "BigWorld_Dq_QinglaiIsland_ShipWreck",
"3121": "BigWorld_Dq_QinglaiIsland_ShipWreck",
"3122": "BigWorld_Dq_Tabeisha_GeneralCanyon",
"3123": "BigWorld_Dq_Tabeisha_GeneralPit",
"3125": "BigWorld_Dq_General",
"3126": "BigWorld_Dq_Huangcun_Dark",
"3127": "BigWorld_Dq_General",
"3128": "BigWorld_Dq_MinShenIsland_RelicBoss",
"3129": "BigWorld_Dq_General",
"3130": "BigWorld_Dq_RaioCotter_After",
"3131": "BigWorld_Dq_Leihuozhiyuan",
"3132": "BigWorld_Dq_General",
"3133": "BigWorld_Dq_General",
"3134": "BigWorld_Dq_General",
"3135": "BigWorld_Dq_General",
"3136": "BigWorld_Dq_Tabeisha_Boss",
"3137": "BigWorld_Dq_Tabeisha_Battleground",
"3138": "BigWorld_Dq_Tabeisha_Battleground",
"3139": "BigWorld_Dq_Tabeisha_Boss",
"3140": "BigWorld_Dq_Tabeisha_Pit",
"3141": "BigWorld_Dq_Tabeisha_Pit",
"3142": "BigWorld_Dq_AbyssalPalace_General",
"3143": "BigWorld_Dq_AbyssalPalace_Tunnel",
"3144": "BigWorld_Dq_AbyssalPalace_Tunnel_Entrance",
"3145": "BigWorld_Dq_General",
"3146": "BigWorld_Dq_General",
"3147": "BigWorld_Dq_General",
"3150": "BigWorld_Dq_Tabeisha_Battleground",
"3151": "BigWorld_Dq_Tabeisha_GeneralDragon",
"3156": "BigWorld_Dq_Tabeisha_GeneralPit",
"3157": "BigWorld_Dq_Tabeisha_GeneralPit",
"3163": "BigWorld_Dq_QinglaiIsland_General",
"3164": "BigWorld_Dq_QinglaiIsland_General",
"3165": "BigWorld_Dq_QinglaiIsland_General",
"3166": "BigWorld_Dq_QinglaiIsland_General",
"3169": "BigWorld_Dq_HaiQiIsland_General",
"3170": "BigWorld_Dq_HaiQiIsland_General",
"3171": "BigWorld_Dq_HaiQiIsland_General",
"3172": "BigWorld_Dq_HaiQiIsland_General",
"3173": "BigWorld_Dq_General",
"3174": "BigWorld_Dq_General",
"3175": "BigWorld_Dq_HaiQiIsland_General",
"3179": "BigWorld_Dq_General",
"3181": "BigWorld_Dq_Tabeisha_GeneralDragon",
"3183": "BigWorld_Dq_General",
"3186": "BigWorld_Dq_QinglaiIsland_General",
"3188": "BigWorld_Dq_General_TBSOnly",
"3189": "BigWorld_Dq_General_TBSOnly",
"3191": "BigWorld_Dq_Huangcun_General",
"3193": "BigWorld_Dq_QinglaiIsland_General",
"3194": "BigWorld_Dq_QinglaiIsland_General",
"3196": "BigWorld_Dq_QinglaiIsland_General",
"3201": "BigWorld_Dq_QinglaiIsland_Thunder_4th",
"3207": "BigWorld_Dq_HeGuan_General",
"3217": "BigWorld_Dq_QinglaiIsland_Thunder_4th",
"3218": "BigWorld_Dq_QinglaiIsland_Thunder_4th",
"3219": "BigWorld_Dq_QinglaiIsland_Thunder_4th",
"3220": "BigWorld_Dq_QinglaiIsland_Thunder_4th",
"3221": "BigWorld_Dq_QinglaiIsland_Thunder_4th",
"3228": "BigWorld_Dq_General",
"3231": "BigWorld_Dq_LeiyingShenshe",
"3240": "BigWorld_Dq_Tabeisha_GeneralDragon",
"3241": "BigWorld_Dq_Tabeisha_GeneralDragon",
"3246": "BigWorld_Dq_LeiyingShenshe",
"3264": "BigWorld_Dq_QinglaiIsland_BossArea",
"3286": "BigWorld_Dq_QinglaiIsland_BossArea",
"3301": "BigWorld_Dq_QinglaiIsland_BossArea",
"3311": "BigWorld_Dq_HeGuan_Foggy_Relic",
"3312": "BigWorld_Dq_HeGuan_Foggy_Relic",
"3313": "BigWorld_Dq_HeGuan_Foggy_Relic",
"3314": "BigWorld_Dq_HeGuan_Foggy_Relic",
"3315": "BigWorld_Dq_HeGuan_DoomHeavy",
"3316": "BigWorld_Dq_HeGuan_DoomHeavyest",
"3317": "BigWorld_Dq_HeGuan_DoomHeavyest",
"3318": "BigWorld_Dq_HeGuan_DoomHeavy",
"3319": "BigWorld_Dq_HeGuan_Foggy_Relic",
"3320": "BigWorld_Dq_HeGuan_FoggyHeavy_Jitan",
"3321": "BigWorld_Dq_HeGuan_General_Boss",
"3322": "BigWorld_Dq_HeGuan_General_Nest",
"3323": "BigWorld_Dq_HeGuan_FoggyHeavy_Qiantan",
"3324": "BigWorld_Dq_HeGuan_Foggy_Nest",
"3325": "BigWorld_Dq_HeGuan_Foggy_Nest",
"3326": "BigWorld_Dq_HeGuan_Foggy_Nest",
"3327": "BigWorld_Dq_HeGuan_Foggy_Nest",
"3328": "BigWorld_Dq_HeGuan_DoomHeavy",
"3329": "BigWorld_Dq_HeGuan_DoomHeavyest",
"3330": "BigWorld_Dq_HeGuan_Foggy_Nest",
"3331": "BigWorld_Dq_HeGuan_Foggy_Nest",
"3332": "BigWorld_Dq_HeGuan_Transition01",
"3333": "BigWorld_Dq_AbyssalPalace_Dari_Boss",
"3334": "BigWorld_Dq_AbyssalPalace_Dari",
"3335": "BigWorld_Dq_AbyssalPalace_XiaJian",
"3336": "BigWorld_Dq_AbyssalPalace_LM_LingChuan",
"3337": "BigWorld_Dq_AbyssalPalace_LM",
"3338": "BigWorld_Dq_AbyssalPalace_Dashe_Relic",
"3339": "BigWorld_Dq_AbyssalPalace_DaShe",
"3340": "BigWorld_Dq_Tabeisha_GeneralDragonTop",
"3341": "BigWorld_Dq_Tabeisha_GeneralDragonTop",
"3342": "BigWorld_Dq_AbyssalPalace_General",
"3343": "BigWorld_Dq_AbyssalPalace_Tunnel",
"3344": "BigWorld_Dq_AbyssalPalace_Tunnel_Entrance",
"3345": "BigWorld_Dq_AbyssalPalace_Dari_Boss",
"3347": "BigWorld_Dq_AbyssalPalace_Dari_25Night",
"3348": "BigWorld_Dq_AbyssalPalace_XiaJian_25Night_Dark",
"3351": "BigWorld_Dq_AbyssalPalace_LM_25Night_Dark",
"3354": "BigWorld_Dq_AbyssalPalace_DaShe_25Night_Dark",
"3355": "BigWorld_Dq_AbyssalPalace_XiaJian_Seal",
"3356": "BigWorld_Dq_AbyssalPalace_LM_Seal",
"3357": "BigWorld_Dq_AbyssalPalace_DaShe_Seal",
"3358": "BigWorld_Dq_AbyssalPalace_Dari_Coral",
"3359": "BigWorld_Dq_AbyssalPalace_XiaJian_Waterfall",
"3360": "BigWorld_Dq_AbyssalPalace_LM_Waterfall",
"3361": "BigWorld_Dq_AbyssalPalace_Waterfall",
"3362": "BigWorld_Dq_AbyssalPalace_KeyView",
"3363": "BigWorld_Dq_AbyssalPalace_XiaJian_Seal_25Night_Dark",
"3364": "BigWorld_Dq_AbyssalPalace_LM_Seal_25Night_Dark",
"3365": "BigWorld_Dq_AbyssalPalace_DaShe_Seal_25Night_Dark",
"3368": "BigWorld_Dq_AbyssalPalace_XiaJian_25Night",
"3369": "BigWorld_Dq_AbyssalPalace_LM_25Night",
"3370": "BigWorld_Dq_AbyssalPalace_DaShe_25Night",
"3371": "BigWorld_Dq_AbyssalPalace_XiaJian_Seal_25Night",
"3372": "BigWorld_Dq_AbyssalPalace_LM_Seal_25Night",
"3373": "BigWorld_Dq_AbyssalPalace_DaShe_Seal_25Night",
"3374": "BigWorld_Dq_AbyssalPalace_Dashe_Relic_25Night",
"3375": "BigWorld_Dq_AbyssalPalace_Dashe_Relic_25Night",
"3411": "BigWorld_Dq_HeGuan_FoggyHeavy",
"3412": "BigWorld_Dq_HeGuan_General",
"3413": "BigWorld_Dq_HeGuan_DoomHeavy",
"3414": "BigWorld_Dq_HeGuan_FoggyHeavyest",
"3419": "BigWorld_Dq_HeGuan_DoomHeavy",
"3420": "BigWorld_Dq_HeGuan_FoggyHeavy",
"3422": "BigWorld_Dq_HeGuan_General",
"3423": "BigWorld_Dq_HeGuan_FoggyHeavy",
"3424": "BigWorld_Dq_HeGuan_FoggyHeavy",
"3425": "BigWorld_Dq_HeGuan_FoggyHeavy",
"3426": "BigWorld_Dq_HeGuan_DoomHeavy",
"3427": "BigWorld_Dq_HeGuan_DoomHeavy",
"3430": "BigWorld_Dq_HeGuan_DoomHeavy",
"3431": "BigWorld_Dq_HeGuan_DoomHeavy",
"3433": "BigWorld_Dq_AbyssalPalace_Dari",
"3436": "BigWorld_Dq_AbyssalPalace_LM",
"3438": "BigWorld_Dq_AbyssalPalace_DaShe",
"3445": "BigWorld_Dq_AbyssalPalace_Dari_25Night",
"3458": "BigWorld_Dq_AbyssalPalace_Dari",
"3461": "BigWorld_Dq_AbyssalPalace_DaShe",
"3474": "BigWorld_Dq_AbyssalPalace_DaShe_25Night_Dark",
"3475": "BigWorld_Dq_AbyssalPalace_DaShe_25Night",
"3500": "BigWorld_Dq_LiDao_General",
"3501": "BigWorld_Dq_General",
"3600": "BigWorld_Dq_LiDao_General",
"4000": "BigWorld_Xm_General",
"4001": "BigWorld_Dq_GuardForest_General",
"4002": "BigWorld_Xm_GientCup_Theme",
"4003": "BigWorld_Xm_GientCup_Theme_Dark",
"4004": "BigWorld_Xm_GientCup_Cave",
"4005": "BigWorld_Xm_Robot_General",
"4006": "BigWorld_Xm_Cave_XCSD",
"4007": "BigWorld_Xm_Devil_Cave",
"4008": "BigWorld_Xm_Abyss_Cave01",
"4009": "BigWorld_Xm_Abyss_Cave02",
"4010": "BigWorld_Xm_MushroomCave_Relic01",
"4011": "BigWorld_Xm_SecretPeak",
"4012": "BigWorld_Xm_WitheredForest_Hole_After",
"4013": "BigWorld_Xm_HYZS_Before_ClearSky",
"4014": "BigWorld_Xm_HYZS_Before_Rain",
"4015": "BigWorld_Xm_HYZS_After_ClearSky",
"4016": "BigWorld_Xm_HYZS_After_Rain",
"4017": "BigWorld_Xm_Memory_Forest",
"4018": "BigWorld_Xm_DesertTransition",
"4019": "BigWorld_Xm_DiDiMiJing",
"4020": "BigWorld_Xm_DiDiMiJing",
"4021": "BigWorld_Xm_GientCup_MushroomRuin.asset",
"4022": "BigWorld_Dq_Tabeisha_GeneralVestiges",
"4023": "BigWorld_Dq_GuardForest_General",
"4024": "BigWorld_Dq_GuardForest_General",
"4025": "BigWorld_Xm_Marana_WaterCave_Before_Tunnel",
"4026": "BigWorld_Xm_Marana_WaterCave_After",
"4027": "BigWorld_Xm_City_General",
"4028": "BigWorld_Xm_HCG_General",
"4029": "BigWorld_Xm_YuCun",
"4030": "BigWorld_Xm_AMSG",
"4031": "BigWorld_Xm_WitheredForest_GreatgrassTemple",
"4032": "BigWorld_Xm_WitheredForest",
"4033": "BigWorld_Xm_WitheredForest_After",
"4034": "BigWorld_Xm_WitheredForest_Hole",
"4035": "BigWorld_Xm_WitheredForest_Boss",
"4036": "BigWorld_Xm_WitheredForest_Boss_After",
"4037": "BigWorld_Xm_Senzhili_Dream",
"4038": "BigWorld_Xm_Senzhili",
"4039": "BigWorld_Xm_SenzhiliCave_Dream",
"4040": "BigWorld_Xm_SenzhiliCave",
"4041": "BigWorld_Xm_Senzhili_Home",
"4042": "BigWorld_Xm_GientCup_ThunderstormBoss",
"4043": "BigWorld_Xm_GientCup_MushroomRuin",
"4044": "BigWorld_Xm_Layered_Forest",
"4045": "BigWorld_Xm_Layered_Forest_Dream01",
"4046": "BigWorld_Xm_Cave_DarkB",
"4047": "BigWorld_Xm_TNL",
"4048": "BigWorld_Xm_GientCup_MushroomRuin",
"4049": "BigWorld_Xm_SecretPeak",
"4050": "BigWorld_Xm_Layered_Forest",
"4051": "BigWorld_Xm_Layered_Forest_Dream",
"4052": "BigWorld_Xm_GientCup_Theme_Dark_Footprint",
"4053": "BigWorld_Xm_GientCup_Theme_Footprint",
"4054": "BigWorld_Xm_General",
"4055": "BigWorld_Xm_Valley_General",
"4056": "BigWorld_Xm_Senzhili_Dream",
"4057": "BigWorld_Xm_MushroomCave_Relic01_Dream",
"4058": "BigWorld_Xm_MushroomCave_Dream",
"4059": "BigWorld_Xm_Zhimeng01_Dream",
"4060": "BigWorld_Xm_Zhimeng02_Dream",
"4061": "BigWorld_Xm_Zhimeng03_Dream",
"4062": "BigWorld_Xm_Huanyu01_Dream",
"4063": "BigWorld_Xm_Huanyu02_Dream",
"4064": "BigWorld_Xm_Huanyu03_Dream",
"4065": "BigWorld_Xm_Shiluo01_Dream",
"4066": "BigWorld_Xm_Shiluo02_Dream",
"4067": "BigWorld_Xm_Shiluo03_Dream",
"4068": "BigWorld_Xm_Marana_WaterCave_Before_Entrance",
"4069": "BigWorld_Xm_Marana_WaterCave_After_Entrance",
"4070": "BigWorld_Xm_Marana_WaterCave_Before",
"4071": "BigWorld_Xm_Marana_WaterCave_After",
"4072": "BigWorld_Xm_General",
"4073": "BigWorld_Xm_Cave_XCSDZM",
"4074": "BigWorld_Xm_Cave_XCSDZM",
"4075": "BigWorld_Xm_GientCup_Cave_Clear",
"4076": "BigWorld_Xm_Cave_Dark",
"4077": "BigWorld_Xm_MushroomBoss",
"4078": "BigWorld_Xm_WitheredForest_GreatgrassTemple",
"4079": "BigWorld_Xm_WitheredForest_Hole_After",
"4080": "BigWorld_Xm_WitheredForest_Hole_After",
"4081": "BigWorld_Xm_MushroomCave_Relic01",
"4082": "BigWorld_Xm_MushroomCave",
"4083": "BigWorld_Xm_Huayuan",
"4084": "BigWorld_Xm_DiDiMiJing",
"4085": "BigWorld_Xm_Devil_Cave_02",
"4086": "BigWorld_Xm_Robot_General_Titan_Broken_CS",
"4087": "BigWorld_Xm_WitheredForest_Boss_Noeff",
"4088": "BigWorld_Xm_Robot_General",
"4089": "BigWorld_Xm_General",
"4090": "BigWorld_Xm_Valley_DLZS",
"4091": "BigWorld_Xm_SecretPeak",
"4092": "BigWorld_Xm_Cave_XCSDZM",
"4093": "BigWorld_Xm_Cave_General",
"4094": "BigWorld_Xm_Cave_General",
"4100": "BigWorld_Xm31_CWSM_General",
"4101": "BigWorld_Xm31_JZT_SandStorm",
"4102": "BigWorld_Xm31_MYSD_General",
"4103": "BigWorld_Xm31_JQR_General",
"4104": "BigWorld_Xm31_LSKYJ_General",
"4105": "BigWorld_Xm31_Aru",
"4106": "BigWorld_Xm31_SXT_General",
"4107": "BigWorld_Xm31_MLYY",
"4108": "BigWorld_Xm31_MLYY_Cave",
"4110": "BigWorld_Xm31_FFQ_Sandy",
"4111": "BigWorld_Xm31_CWSM_General",
"4112": "BigWorld_Xm31_JZT_Underground",
"4113": "BigWorld_Xm31_YNGZTBoss",
"4114": "BigWorld_Xm31_LvZ",
"4115": "BigWorld_Xm31_JQR_General",
"4116": "BigWorld_Xm31_JZT_Underground",
"4117": "BigWorld_Xm31_CWSM_General",
"4118": "BigWorld_Xm31_MYSD_Entrance",
"4119": "BigWorld_Xm31_JZTs_Boss",
"4120": "BigWorld_Xm31_MYSD_SunBoat",
"4121": "BigWorld_Xm31_MYSD_SunBoat",
"4122": "BigWorld_Xm31_MYSD_SunBoat",
"4123": "BigWorld_Xm31_MYSD_SunBoat_Broken",
"4124": "BigWorld_Xm31_CWL_UpIndoor",
"4125": "BigWorld_Xm31_YNGZTBoss",
"4200": "BigWorld_Xm33_StormDesert_Out",
"4201": "BigWorld_Xm33_StormDesert_Middle",
"4202": "BigWorld_Xm33_StormDesert_Inner",
"4203": "BigWorld_Xm33_StormDesert_Out_S",
"4204": "BigWorld_Xm33_StormDesert_Middle_S",
"4205": "BigWorld_Xm33_StormDesert_Inner_S",
"4206": "BigWorld_Dq_HeGuan_Doom",
"4207": "BigWorld_Dq_HeGuan_DoomHeavy",
"4208": "BigWorld_Dq_HeGuan_DoomHeavyest",
"4209": "BigWorld_Xm33_StormDesert_General",
"4210": "BigWorld_Xm33_HugeFissure_Bottom",
"4211": "BigWorld_Xm33_HugeFissure_Middle",
"4212": "BigWorld_Xm33_StormDesert_Out",
"4213": "BigWorld_Xm33_DJCamp_General",
"4214": "BigWorld_Xm33_SmallFissure",
"4215": "BigWorld_Xm33_SandRuins_General",
"4216": "BigWorld_Xm33_SandRuins_Inside",
"4217": "BigWorld_Xm33_SandRuins_UnderGround_Cave01",
"4218": "BigWorld_Xm33_SandRuins_UnderGround_Cave02",
"4219": "BigWorld_Xm33_ChiWangCave_01_General",
"4220": "BigWorld_Xm33_SandwormCave_General",
"4221": "BigWorld_Xm33_SandwormCave_SpiritGeneral",
"4222": "BigWorld_Xm33_BackFissure_Bottom",
"4223": "BigWorld_Xm33_Robot",
"4224": "BigWorld_Xm33_ChiWangCave_02_General",
"4225": "BigWorld_Xm33_GrassDragonCave",
"4226": "BigWorld_Xm33_Robot",
"4227": "BigWorld_Xm33_ChiWangCave_03_General",
"4228": "BigWorld_Xm33_JamshidCup_General",
"4229": "BigWorld_Xm33_JamshidCup_Boss",
"4230": "BigWorld_Xm33_EternalOasis",
"4231": "BigWorld_Xm33_StormDesert_Out_S",
"4232": "BigWorld_Xm33_Robot",
"4233": "BigWorld_Xm33_Robot",
"4234": "BigWorld_Xm33_SandRuins_General",
"4235": "BigWorld_Xm33_SandRuins_UnderGround_Cave01",
"4236": "BigWorld_Xm33_SandRuins_UnderGround_Cave02",
"4237": "BigWorld_Xm33_SandRuins_Inside",
"4238": "BigWorld_Xm33_StormDesert_Middle_S",
"4239": "BigWorld_Xm33_GrassDragonCave",
"4240": "BigWorld_Xm33_SandwormCave_General",
"4241": "BigWorld_Xm33_SandwormCave_General",
"4242": "BigWorld_Xm33_SandwormCave_General",
"4243": "BigWorld_Xm33_SandwormCave_General",
"4244": "BigWorld_Xm33_GrassDragonCave",
"4245": "BigWorld_Xm33_HugeFissure_Middle",
"4246": "BigWorld_Xm33_StormDesert_Middle_S",
"4247": "BigWorld_Xm33_StormDesert_Out",
"4248": "BigWorld_Xm33_StormDesert_Out",
"4249": "BigWorld_Xm33_StormDesert_Out",
"4250": "BigWorld_Xm33_StormDesert_Out",
"4251": "BigWorld_Xm33_StormDesert_Transition",
"4252": "BigWorld_Xm33_EternalOasis",
"4253": "BigWorld_Xm33_EternalOasis",
"4254": "BigWorld_Xm33_HugeFissure_Middle",
"5001": "BigWorld_Fd_Wharf",
"5002": "BigWorld_Fd_CityOfTears",
"5003": "BigWorld_Fd_CityOfTears_Corridor",
"5004": "BigWorld_Fd_CityOfTears_Marian",
"5005": "BigWorld_Fd_FDC",
"5006": "BigWorld_Fd_OldTown",
"5007": "BigWorld_DI_WeiWei_Foggy",
"6001": "BigWorld_Ly_General",
"7001": "BigWorld_Ly_General",
"9001": "BigWorld_DI_General",
"9002": "BigWorld_DI_BuDing",
"9003": "BigWorld_DI_ShuangShuang_02",
"9004": "BigWorld_DI_PoPo_Cloudy",
"9005": "BigWorld_DI_WeiWei",
"9006": "BigWorld_DI_WeiWei_Rain",
"9007": "BigWorld_DI_WeiWei_Foggy",
"9008": "BigWorld_DI_DMP01",
"9009": "BigWorld_DI_General",
"9010": "BigWorld_DI_Fog_Light",
"9011": "BigWorld_DI_ThunderStorm",
"9012": "BigWorld_DI_Fog_Light",
"9013": "BigWorld_DI_Fog_Light",
"9014": "BigWorld_DI_Fog_Light",
"9015": "BigWorld_DI_PoPo_Sunny",
"9016": "BigWorld_DI_General_24H",
"9017": "BigWorld_DI_General_24H",
"9018": "BigWorld_DI_General_24H",
"9019": "BigWorld_DI_Social",
"9020": "BigWorld_DI_ShuangShuang",
"9999": "BigWorld_Md_General",
"10001": "Dungeon_XianglingPlotLevel01_Test",
"10002": "Dungeon_XianglingPlotLevel01",
"10003": "Dungeon_FCdungeon_Hutao_01",
"10004": "Dungeon_FCdungeon_Hutao_02",
"10005": "Dungeon_FCdungeon_GoddessLY01",
"10006": "Dungeon_FCdungeon_GoddessLY02",
"10007": "Dungeon_FCdungeon_GoddessLY01",
"10008": "Dungeon_FCdungeon_GoddessLY02",
"10009": "Dungeon_CycleDungeon_WindFlower",
"10010": "Dungeon_CycleDungeon_WindFlower_Outdoor",
"10011": "Dungeon_CycleDungeon_WindFlower_Outdoor",
"10012": "Dungeon_DahakaBoss01",
"10013": "Dungeon_DahakaBoss01",
"10014": "Dungeon_DahakaBoss01",
"10015": "Dungeon_DahakaBoss01",
"10016": "Dungeon_DahakaBoss01",
"10017": "Dungeon_FCdungeon_MistTrial_Bottom",
"10018": "Dungeon_FCdungeon_MistTrial",
"10019": "Dungeon_FCdungeon_MistTrial_Bottom",
"10020": "Dungeon_FCdungeon_MistTrial",
"10021": "Dungeon_FCdungeon_MistTrial_Bottom",
"10022": "Dungeon_FCdungeon_MistTrial",
"10023": "Dungeon_FCdungeon_MistTrial_Bottom",
"10024": "Dungeon_FCdungeon_MistTrial",
"10025": "Dungeon_FCdungeon_MistTrial_Bottom",
"10026": "Dungeon_FCdungeon_MistTrial",
"10027": "Dungeon_FCdungeon_MistTrial_Bottom",
"10028": "Dungeon_FCdungeon_MistTrial",
"10029": "Dungeon_DonjonBattle",
"10030": "Dungeon_DonjonBattle",
"10031": "Dungeon_DonjonBattle",
"10032": "Dungeon_DonjonBattle",
"10033": "Dungeon_DonjonBattle",
"10034": "Dungeon_DonjonBattle",
"10035": "Dungeon_ContestBattle01",
"10036": "Dungeon_ContestBattle01",
"10037": "Dungeon_ContestBattle01",
"10038": "Dungeon_ContestBattle01",
"10039": "Dungeon_ContestBattle01",
"10040": "Dungeon_ContestBattle01",
"10041": "Dungeon_ContestBattle01",
"10042": "Dungeon_ContestBattle01",
"10043": "Dungeon_ContestBattle01",
"10044": "Dungeon_ContestBattle01",
"10045": "Dungeon_ContestBattle01",
"10046": "Dungeon_ContestBattle01",
"10047": "Dungeon_ContestBattle01",
"10048": "Dungeon_ContestBattle01",
"10049": "Dungeon_ContestBattle01",
"10050": "Dungeon_ContestBattle01",
"10051": "Dungeon_ContestBattle01",
"10052": "Dungeon_ContestBattle01",
"10053": "Dungeon_ContestBattle01",
"10054": "Dungeon_ContestBattle01",
"10055": "Dungeon_ContestBattle01",
"10056": "Dungeon_ContestBattle01",
"10057": "Dungeon_ContestBattle01",
"10058": "Dungeon_ContestBattle01",
"10059": "Dungeon_FCDungeon_Delusion01",
"10060": "Dungeon_Dq_Void02",
"10061": "Dungeon_Dq_Void02",
"10062": "Dungeon_Dq_Void02",
"10063": "Dungeon_Dq_Void02",
"10064": "Dungeon_OnmyoMaze01_CutsceneRoom",
"10065": "Homeworld_HomeExterior_Ukiyo",
"10066": "Homeworld_HomeExterior_Ukiyo",
"10067": "Dungeon_FCdungeon_ShenheCloud01",
"10068": "Dungeon_FCdungeon_ShenheCloud02",
"10069": "Dungeon_FCdungeon_ShenheCloud03",
"10070": "Dungeon_FCdungeon_ShenheCloud04",
"10071": "Dungeon_FCdungeon_ShenheCloud05",
"10072": "Dungeon_DreamIsland_XinyanDungeon_Cave1",
"10073": "Dungeon_DreamIsland_XinyanDungeon_Cave2",
"10074": "Dungeon_DreamIsland_XinyanDungeon_Cave3",
"10075": "Dungeon_DreamIsland_XinyanDungeon_Island1_1",
"10076": "Dungeon_DreamIsland_XinyanDungeon_Bridge1",
"10077": "Dungeon_DreamIsland_XinyanDungeon_Island3_1",
"10078": "Dungeon_DreamIsland_XinyanDungeon_Island1_2",
"10079": "Dungeon_DreamIsland_XinyanDungeon_Island3_2",
"10080": "Dungeon_WeekDungeon_Baal",
"10081": "Dungeon_WeekDungeon_Baal",
"10082": "Dungeon_CYDungeon_Activy03_01",
"10083": "Dungeon_CYDungeon_Activy03_02",
"10084": "Dungeon_CYDungeon_Activy03_03",
"10085": "Dungeon_CYDungeon_Activy03_04",
"10086": "Dungeon_CYDungeon_Activy03_01",
"10087": "Dungeon_CYDungeon_Activy03_02",
"10088": "Dungeon_CYDungeon_Activy03_03",
"10089": "Dungeon_CYDungeon_Activy03_04",
"10090": "Dungeon_DreamIsland_Mona_StarrySky_01",
"10091": "Dungeon_DreamIsland_Mona_StarrySky_02",
"10092": "Dungeon_DreamIsland_Mona_StarrySky_02Rain",
"10093": "Dungeon_DreamIsland_Mona_StarrySky_01",
"10094": "Dungeon_DreamIsland_Kazuha02_Special",
"10095": "Dungeon_CYDungeon_Activy02",
"10096": "Dungeon_CYDungeon_Activy02_Void",
"10097": "Dungeon_CYDungeon_Activy03_Corridor",
"10098": "Dungeon_CYDungeon_Activy03_VoidSpace",
"10099": "Dungeon_CYDungeon_Activy03_Corridor",
"10100": "Dungeon_CYDungeon_Activy02_Cave",
"10101": "Dungeon_CYDungeon_Activy02_Cave",
"10102": "Dungeon_DreamIsland_XinyanDungeon_Island3_1",
"10103": "Dungeon_DreamIsland_XinyanDungeon_Island3_1",
"10104": "Dungeon_DreamIsland_XinyanDungeon_Home",
"10105": "Dungeon_DreamIsland_Mona_Home",
"10106": "Dungeon_DreamIsland_Mona01",
"10107": "Dungeon_DreamIsland_Mona02",
"10108": "Dungeon_ContestBattle01",
"10109": "Dungeon_ContestBattle01",
"10110": "Dungeon_ContestBattle01",
"10111": "Dungeon_ContestBattle01",
"10112": "Dungeon_ContestBattle01",
"10113": "Dungeon_ContestBattle01",
"10114": "Dungeon_ContestBattle01",
"10115": "Dungeon_ContestBattle01",
"10116": "Dungeon_ContestBattle01",
"10117": "Dungeon_ContestBattle01",
"10118": "Dungeon_ContestBattle01",
"10119": "Dungeon_ContestBattle01",
"10120": "Dungeon_ContestBattle01",
"10121": "Dungeon_ContestBattle01",
"10122": "Dungeon_ContestBattle01",
"10123": "Dungeon_ContestBattle01",
"10124": "Dungeon_ContestBattle01",
"10125": "Dungeon_ContestBattle01",
"10126": "Dungeon_ContestBattle01",
"10127": "Dungeon_ContestBattle01",
"10128": "Dungeon_ContestBattle01",
"10129": "Dungeon_ContestBattle01",
"10130": "Dungeon_ContestBattle01",
"10131": "Dungeon_ContestBattle01",
"10132": "Dungeon_XMdungeon_WQ01_02",
"10133": "Dungeon_XMdungeon_WQ01_03",
"10134": "Dungeon_SmrDungeon_BigTree_Room",
"10135": "Dungeon_SmrDungeon_BigTree_Room",
"10136": "Dungeon_SmrDungeon_BigTree_Flower",
"10137": "Dungeon_SmrDungeon_BigTree_Flower",
"10138": "Homeworld_HomeExterior_Sumeru",
"10139": "Homeworld_HomeExterior_Sumeru_Yellow",
"10140": "Dungeon_FC_DeshretTemple_General",
"10141": "Dungeon_FC_DeshretTemple_Ending",
"10142": "Dungeon_Xm_ScaramoucheBoss02",
"10143": "Dungeon_Xm_ScaramoucheBoss02",
"10144": "Dungeon_UGCDungeon_CustomLevel_A_01",
"10145": "Dungeon_UGCDungeon_CustomLevel_A_02",
"10146": "Dungeon_UGCDungeon_CustomLevel_A_03",
"10147": "Dungeon_UGCDungeon_CustomLevel_A_04",
"10148": "Dungeon_UGCDungeon_CustomLevel_A_05",
"10149": "Dungeon_UGCDungeon_CustomLevel_A_06",
"10150": "Dungeon_FCDungeon_Delusion01",
"10151": "Dungeon_NahidaDungeon_01",
"10152": "Dungeon_NahidaDungeon_02",
"10153": "Dungeon_NahidaDungeon_02",
"10154": "Dungeon_NahidaDungeon_03",
"10155": "Dungeon_NahidaDungeon_04",
"10156": "Dungeon_FCdungeon_BigTree_02_storm",
"10157": "Dungeon_FCdungeon_BigTree_03",
"10158": "Dungeon_NahidaDungeon_01",
"10159": "Dungeon_ContestBattle01",
"10160": "Dungeon_ContestBattle01",
"10161": "Dungeon_ContestBattle01",
"10162": "Dungeon_ContestBattle01",
"10163": "Dungeon_ContestBattle01",
"10164": "Dungeon_ContestBattle01",
"10165": "Dungeon_ContestBattle01",
"10166": "Dungeon_BrickBreaker01",
"10167": "Dungeon_BrickBreaker01",
"10168": "Dungeon_BrickBreaker01",
"10169": "Dungeon_BrickBreaker01",
"10170": "Dungeon_BrickBreaker01",
"10171": "Dungeon_BrickBreaker01",
"10172": "Dungeon_BrickBreaker01",
"10173": "Dungeon_BrickBreaker01",
"10174": "Dungeon_BrickBreaker01",
"10175": "Dungeon_Xm33_Consciousness_Indoor",
"10176": "Dungeon_Xm_Alhaitham_boss",
"10178": "Dungeon_Xm_Alhaitham_boss",
"11035": "Dungeon_ContestBattle01",
"11036": "Dungeon_ContestBattle01",
"11037": "Dungeon_ContestBattle01",
"11038": "Dungeon_ContestBattle01",
"11039": "Dungeon_ContestBattle01",
"11040": "Dungeon_ContestBattle01",
"11041": "Dungeon_ContestBattle01",
"11042": "Dungeon_ContestBattle01",
"11043": "Dungeon_ContestBattle01",
"11044": "Dungeon_ContestBattle01",
"11045": "Dungeon_ContestBattle01",
"11046": "Dungeon_ContestBattle01",
"11047": "Dungeon_ContestBattle01",
"11048": "Dungeon_ContestBattle01",
"11049": "Dungeon_ContestBattle01",
"11050": "Dungeon_ContestBattle01",
"11051": "Dungeon_ContestBattle01",
"11052": "Dungeon_ContestBattle01",
"11053": "Dungeon_ContestBattle01",
"11054": "Dungeon_ContestBattle01",
"11055": "Dungeon_ContestBattle01",
"11056": "Dungeon_ContestBattle01",
"11057": "Dungeon_ContestBattle01",
"11058": "Dungeon_ContestBattle01",
"90001": "BigWorld_Md_General"
}
================================================
FILE: src/i18n/data/ja-JP/artifactInfo.json
================================================
[
{
"id": 214001,
"name": "氷風を彷徨う勇士",
"desc1": "氷元素ダメージ+15%。",
"desc2": "氷元素の影響を受けている敵を攻撃した場合、会心率+20%。敵が凍結状態の場合、会心率は更に+20%。"
},
{
"id": 214002,
"name": "雷を鎮める尊者",
"desc1": "雷元素耐性+40%。",
"desc2": "雷元素の影響を受けた敵に対するダメージ+35%。"
},
{
"id": 214003,
"name": "烈火を渡る賢者",
"desc1": "炎元素耐性+40%。",
"desc2": "炎元素の影響を受けた敵に対するダメージ+35%。"
},
{
"id": 214004,
"name": "愛される少女",
"desc1": "与える治療効果+15%。",
"desc2": "元素スキルまたは元素爆発を発動した後10秒間、チーム全員の受ける治療効果+20%。"
},
{
"id": 215001,
"name": "剣闘士のフィナーレ",
"desc1": "攻撃力+18%。",
"desc2": "該当聖遺物セットを装備したキャラが片手剣、両手剣、長柄武器キャラの場合、通常攻撃ダメージ+35%。"
},
{
"id": 215002,
"name": "翠緑の影",
"desc1": "風元素ダメージ+15%。",
"desc2": "拡散反応によるダメージ+60%。拡散された元素タイプを基準に、影響を受けた敵の元素耐性-40%、継続時間10秒。"
},
{
"id": 215003,
"name": "大地を流浪する楽団",
"desc1": "元素熟知+80。",
"desc2": "該当聖遺物セットを装備したキャラが法器、弓キャラの場合、キャラの重撃ダメージ+35%。"
},
{
"id": 215004,
"name": "氷の川と雪の砂",
"desc1": "氷元素ダメージ+15%。",
"desc2": "超電導反応ダメージ+100%、溶解反応の加算効果+15%。元素爆発を発動した10秒間、氷元素ダメージ+30%。"
},
{
"id": 215005,
"name": "雷のような怒り",
"desc1": "雷元素ダメージ+15%。",
"desc2": "過負荷、感電、超電導、超開花反応によるダメージ+40%、超激化反応によるダメージアップ効果+20%。上記元素反応または原激化反応を起こすと、元素スキルのクールタイム-1秒。0.8秒毎に最大1回のみ発動可能。"
},
{
"id": 215006,
"name": "燃え盛る炎の魔女",
"desc1": "炎元素ダメージ+15%。",
"desc2": "過負荷、燃焼、烈開花反応によるダメージ+40%。蒸発、溶解反応による加算効果+15%。元素スキルを発動した10秒間、2セットの効果+50%、最大3重まで。"
},
{
"id": 215007,
"name": "旧貴族のしつけ",
"desc1": "元素爆発のダメージ+20%。",
"desc2": "元素爆発を発動すると、チーム全員の攻撃力+20%、継続時間12秒、重ねがけ不可。"
},
{
"id": 215008,
"name": "血染めの騎士道",
"desc1": "物理ダメージ+25%。",
"desc2": "敵を倒した後の10秒間、重撃の際にスタミナを消費しない。また、重撃のダメージ+50%。"
},
{
"id": 215014,
"name": "悠久の磐岩",
"desc1": "岩元素ダメージ+15%。",
"desc2": "結晶反応で形成された欠片を獲得すると、チーム全員の該当元素ダメージ+35%、継続時間10秒。元素ダメージアップは同時に1種類のみ獲得可能。"
},
{
"id": 215015,
"name": "逆飛びの流星",
"desc1": "シールド強化+35%",
"desc2": "シールド状態の時、通常攻撃と重撃ダメージ+40%。"
},
{
"id": 215016,
"name": "沈淪の心",
"desc1": "水元素ダメージ+15%。",
"desc2": "元素スキルを発動した後の15秒間、通常攻撃と重撃のダメージ+30%。"
},
{
"id": 215017,
"name": "千岩牢固",
"desc1": "HP+20%。",
"desc2": "元素スキルが敵に命中すると、周囲のチーム全員の攻撃力+20%、シールド強化+30%、持続時間3秒。この効果は0.5秒毎に1回のみ発動可能。この聖遺物セットを装備したキャラクターが待機している場合にも効果を発動できる。"
},
{
"id": 215018,
"name": "蒼白の炎",
"desc1": "物理ダメージ+25%。",
"desc2": "元素スキルが敵に命中すると、攻撃力+9%。持続時間7秒、最大2重まで、0.3秒毎に1回のみ発動可能。2重まで重ねると、2セットの効果が2倍になる。"
},
{
"id": 215019,
"name": "追憶のしめ縄",
"desc1": "攻撃力+18%。",
"desc2": "元素スキルを発動した時、キャラクターの元素エネルギーが15以上の場合、元素エネルギーを15消費し、次の10秒間通常攻撃、重撃、落下攻撃ダメージ+50%。継続時間中この効果は再発動できない。"
},
{
"id": 215020,
"name": "絶縁の旗印",
"desc1": "元素チャージ効率+20%。",
"desc2": "元素チャージ効率の25%を基準に、元素爆発ダメージがアップする。この方式でアップできるダメージは最大75%まで。"
},
{
"id": 215021,
"name": "華館夢醒形骸記",
"desc1": "防御力+30%。",
"desc2": "この聖遺物セットを装備したキャラクターは、以下の状況において「問答」効果を獲得する。「問答」効果:フィールド上で岩元素攻撃を敵に命中した後に1層獲得、0.3秒毎に1層のみ獲得できる。待機中の場合は、3秒毎に自動で1層獲得する。重ね掛けできる「問答」は最大4層までとなり、1層につき防御力+6%、岩元素ダメージ+6%。6秒毎に「問答」効果を獲得していない場合は、1層失う。"
},
{
"id": 215022,
"name": "海染硨磲",
"desc1": "与える治療効果+15%。",
"desc2": "この聖遺物セットを装備したキャラクターがチーム内のキャラクターに治療を行うと、治療によるHP回復量(HP上限を超えた回復量も含む)を記録する海染の泡を生成する。海染の泡は3秒継続する。継続時間終了時、海染の泡は破裂し、周囲の敵に記録した回復量の90%分のダメージを与える(このダメージは感電や超電導などの元素反応と同じように計算されるが、元素熟知、キャラクターLv、または元素反応のダメージアップ効果の影響は受けない)。海染の泡は3.5秒毎に1回のみ生成可能。海染の泡が記録できる回復量は最大30000までとなり、HP上限超過分の回復量を含む。チーム内で、海染の泡は同時に最大1つまで存在できる。この聖遺物セットを装備したキャラクターは待機中でも、この効果を発動できる。"
},
{
"id": 215023,
"name": "辰砂往生録",
"desc1": "攻撃力+18%。",
"desc2": "元素爆発を発動すると、継続時間16秒の「潜光」効果が発動する。「潜光」:攻撃力+8%、キャラクターがHPを失うたびに攻撃力がさらに10%アップする。HPの損失による攻撃力アップ効果は0.8秒毎に1回のみ発動でき、最大4回重ね掛けできる。「潜光」効果はキャラクターが戦闘不能、または退場する時に解除される。「潜光」効果の継続時間中に再び元素爆発を発動すると、既存の「潜光」効果が先にクリアされる。"
},
{
"id": 215024,
"name": "来歆の余響",
"desc1": "攻撃力+18%。",
"desc2": "通常攻撃が敵に命中すると、36%の確率で「幽谷祭祀」が発動する。「幽谷祭祀」:通常攻撃ダメージが攻撃力70%分アップする。この効果は通常攻撃でダメージを与えた0.05秒後にクリアされる。通常攻撃後に「幽谷祭祀」が発動しなかった場合、次回の発動確率+20%。発動判定は0.2秒毎に1回のみ行われる。"
},
{
"id": 215025,
"name": "深林の記憶",
"desc1": "草元素ダメージ+15%。",
"desc2": "元素スキルまたは元素爆発が敵に命中すると、その敵の草元素耐性-30%、継続時間8秒。装備したキャラクターが待機している場合にも効果を発動できる。"
},
{
"id": 215026,
"name": "金メッキの夢",
"desc1": "元素熟知+80。",
"desc2": "元素反応を起こした後の8秒間、装備キャラクターは、チーム内自身以外のキャラクターの元素タイプに応じて強化効果を獲得する。チームに装備キャラクターと同じ元素タイプのキャラクターが1名存在する毎に攻撃力+14%、異なる元素タイプのキャラクターが1名存在する毎に元素熟知+50。上記効果は、それぞれ最大でキャラクター3名までカウントされる。この効果は8秒毎に1回のみ発動可能。装備したキャラクターが待機している場合にも効果を発動できる。"
},
{
"id": 215027,
"name": "砂上の楼閣の史話",
"desc1": "風元素ダメージ+15%。",
"desc2": "重撃が敵に命中すると、該当キャラクターの通常攻撃の攻撃速度+10%、通常攻撃、重撃および落下攻撃ダメージ+40%、継続時間15秒。"
},
{
"id": 215028,
"name": "楽園の絶花",
"desc1": "元素熟知+80。",
"desc2": "開花、超開花、烈開花反応によるダメージ+40%。また、装備者自身が開花、超開花、烈開花を起こした後、上記強化効果の効果量+25%、継続時間10秒、最大4層まで重ねられ、1秒毎に最大1回のみ発動可能。装備したキャラクターが待機している場合にも効果を発動できる。"
}
]
================================================
FILE: src/i18n/data/ja-JP/avatarItem.json
================================================
{
"10000001": "ケイト",
"10000002": "神里綾華",
"10000003": "ジン",
"10000005": "旅人",
"10000006": "リサ",
"10000007": "旅人",
"10000014": "バーバラ",
"10000015": "ガイア",
"10000016": "ディルック",
"10000020": "レザー",
"10000021": "アンバー",
"10000022": "ウェンティ",
"10000023": "香菱",
"10000024": "北斗",
"10000025": "行秋",
"10000026": "魈",
"10000027": "凝光",
"10000029": "クレー",
"10000030": "鍾離",
"10000031": "フィッシュル",
"10000032": "ベネット",
"10000033": "タルタリヤ",
"10000034": "ノエル",
"10000035": "七七",
"10000036": "重雲",
"10000037": "甘雨",
"10000038": "アルベド",
"10000039": "ディオナ",
"10000041": "モナ",
"10000042": "刻晴",
"10000043": "スクロース",
"10000044": "辛炎",
"10000045": "ロサリア",
"10000046": "胡桃",
"10000047": "楓原万葉",
"10000048": "煙緋",
"10000049": "宵宮",
"10000050": "トーマ",
"10000051": "エウルア",
"10000052": "雷電将軍",
"10000053": "早柚",
"10000054": "珊瑚宮心海",
"10000055": "ゴロー",
"10000056": "九条裟羅",
"10000057": "荒瀧一斗",
"10000058": "八重神子",
"10000059": "鹿野院平蔵",
"10000060": "夜蘭",
"10000062": "アーロイ",
"10000063": "申鶴",
"10000064": "雲菫",
"10000065": "久岐忍",
"10000066": "神里綾人",
"10000067": "コレイ",
"10000068": "ドリー",
"10000069": "ティナリ",
"10000070": "ニィロウ",
"10000071": "セノ",
"10000072": "キャンディス",
"10000073": "ナヒーダ",
"10000074": "レイラ",
"10000075": "放浪者",
"10000076": "ファルザン",
"10000077": "ヨォーヨ",
"10000078": "アルハイゼン",
"11000008": "テストチーム4",
"11000009": "シーンテスト",
"11000010": "モデル1",
"11000011": "男性",
"11000013": "マルチプレイテスト",
"11000017": "成人男性ボディテスト",
"11000018": "成人女性ボディテスト",
"11000019": "少女ボディテスト",
"11000025": "アクリヤ",
"11000026": "ヨォーヨ",
"11000027": "少女ボディテスト 2号機",
"11000028": "ホワイトボックス少女",
"11000030": "大剣少女",
"11000031": "武器テストA",
"11000032": "武器テストB",
"11000033": "武器テストC",
"11000034": "武器テストD",
"11000035": "ランスの戦士",
"11000036": "片手剣の女テスト",
"11000037": "Rxホワイトボックス",
"11000038": "少年ボディテスト",
"11000039": "成人男性テスト",
"11000040": "女性主人公通常攻撃",
"11000041": "男性主人公通常攻撃",
"11000042": "重雲(テスト)",
"11000043": "お試しキャラ",
"11000044": "七七(テスト)",
"11000045": "ディオナ"
}
================================================
FILE: src/i18n/data/ja-JP/index.ts
================================================
import { type MonsterType, type WeaponType, type MaterialType, transformItems } from '../common/transform'
import artifactInfoJson from './artifactInfo.json?raw'
import avatarItemJson from './avatarItem.json?raw'
import materialItemJson from './materialItem.json?raw'
import monsterItemJson from './monsterItem.json?raw'
import questItemJson from './questItem.json?raw'
import { route } from './route'
import sceneItemJson from './sceneItem.json?raw'
import weaponItemJson from './weaponItem.json?raw'
import weatherItemJson from './weatherItem.json?raw'
const monsterTypeDict: Record = {
MONSTER_ORDINARY: 'モンスター',
MONSTER_BOSS: 'ボス',
MONSTER_ENV_ANIMAL: '動物',
MONSTER_FISH: '魚',
MONSTER_PARTNER: '友軍'
}
const questTags = ['隠す', 'テスト', '未発表']
const weatherType = ['晴天', '曇り', '雨', '雷雨', '雪', '霧']
const itemTags = ['キャラクター', '武器', '素材']
const weaponTypeDict: Record = {
WEAPON_SWORD_ONE_HAND: '片手剣',
WEAPON_CLAYMORE: '両手剣',
WEAPON_POLE: '長柄',
WEAPON_CATALYST: '法器',
WEAPON_BOW: '弓'
}
const materialTypeDict: Record = {
undefined: 'EXP 素材',
FAKE_ABSORBATE: '鉄銭',
ADSORBATE: '通貨',
CONSUME: '消耗品',
TALENT: '天賦',
AVATAR: 'キャラ',
CHEST: '宝箱',
NOTICE_ADD_HP: '料理',
EXCHANGE: '素材',
WOOD: '木材',
QUEST: 'クエスト',
CRICKET: '引換券',
WIDGET: 'ウィジェット',
ELEM_CRYSTAL: '元素クリスタル',
SPICE_FOOD: 'スパイス フード',
ACTIVITY_GEAR: 'ギア',
ACTIVITY_ROBOT: 'ロボット',
ACTIVITY_JIGSAW: '部品',
FOOD: '食品',
EXP_FRUIT: '経験',
WEAPON_EXP_STONE: '鉱石',
AVATAR_MATERIAL: 'キャラ突破素材',
RELIQUARY_MATERIAL: '聖遺物の素材',
CONSUME_BATCH_USE: '樹脂',
FISH_BAIT: '魚の餌',
CHEST_BATCH_USE: 'ギフトパック',
SELECTABLE_CHEST: '選択ギフト',
HOME_SEED: '種子',
FLYCLOAK: '翼',
BGM: 'BGM',
SEA_LAMP: '霄灯',
CHANNELLER_SLAB_BUFF: 'イベントバフ',
FISH_ROD: '釣り竿',
NAMECARD: '名刺',
ARANARA: '森林書',
DESHRET_MANUAL: '赤砂の石板',
FIREWORKS: '花火',
COSTUME: 'キャラスキン',
FURNITURE_SUITE_FORMULA: '調度品セット',
FURNITURE_FORMULA: '壺の調度品',
RENAME_ITEM: 'RENAME_ITEM',
GCG_EXCHANGE_ITEM: 'GCG_EXCHANGE_ITEM',
GCG_CARD: 'GCG_CARD',
GCG_CARD_FACE: 'GCG_CARD_FACE',
GCG_CARD_BACK: 'GCG_CARD_BACK',
GCG_FIELD: 'GCG_FIELD'
}
const items = transformItems({
artifactInfoJson,
monsterItemJson,
monsterTypeDict,
questItemJson,
questTags,
sceneItemJson,
weatherItemJson,
weatherType,
itemTags,
avatarItemJson,
weaponItemJson,
weaponTypeDict,
materialItemJson,
materialTypeDict
})
const message: Message = { route, ...items }
export default message
================================================
FILE: src/i18n/data/ja-JP/materialItem.json
================================================
{
"undefined": {
"101": "キャラクター経験値",
"102": "冒険経験",
"103": "スターダスト",
"104": "スターライト",
"105": "好感度経験値",
"106": "天然樹脂",
"107": "伝説の鍵",
"109": "熄星エネルギー",
"110": "熄星エッセンス",
"111": "微光エッセンス",
"112": "温暖エッセンス",
"113": "奇跡エッセンス",
"115": "平安玉佩",
"116": "賑わい度",
"117": "奇術符",
"118": "祭典巡礼チケット",
"119": "メルヒェンチケット",
"120": "純水の本心",
"121": "信頼値",
"122": "砕実データ",
"123": "追跡コイン",
"124": "キラキラ漂流物",
"125": "ミニ「バドルドー」",
"126": "不思議な歯車",
"127": "雷鳴のあられ",
"128": "雷鳴の純結晶",
"129": "奕棋術経験",
"130": "霊妙玉佩",
"131": "月逐い祭の賑わい度",
"132": "破れた式札",
"133": "虚損した拓本",
"134": "亀裂の入った割符",
"135": "スノースタンプメダル",
"136": "ビクトリーメダル",
"137": "逢福玉佩",
"138": "完璧玉佩",
"139": "降魔玉佩",
"140": "幽々たる砥石",
"141": "鮮やかな漂流物",
"142": "戦策砕珀",
"143": "構想ノート",
"144": "アイデアメモ",
"146": "プレイヤー経験値",
"147": "賑わい度",
"148": "営業収入",
"149": "使用可能な資金",
"150": "戦略的インスピレーション",
"151": "キノコイン",
"152": "チエメダル",
"153": "綺羅砕晶",
"155": "肝試し券",
"156": "賑わい度",
"203": "創世結晶",
"204": "洞天宝銭",
"314": "評判経験値·稲妻",
"315": "評判経験値·モンド",
"316": "評判経験値·スメール",
"317": "評判経験値·璃月",
"101106": "北陸片手剣",
"101107": "北陸弓",
"101108": "北陸両手剣",
"101109": "北陸法器",
"101110": "北陸の長柄武器"
},
"FAKE_ABSORBATE": { "114": "鉄銭", "145": "古鉄銭" },
"ADSORBATE": {
"201": "原石",
"202": "モラ",
"2001": "元素エネルギーボール(炎)",
"2002": "元素エネルギーボール(水)",
"2003": "元素エネルギーボール(草)",
"2004": "元素エネルギーボール(雷)",
"2005": "元素エネルギーボール(風)",
"2006": "元素エネルギーボール(氷)",
"2007": "元素エネルギーボール(岩)",
"2008": "元素エネルギーボール(全)",
"2017": "原子エネルギーボール(炎)",
"2018": "原子エネルギーボール(水)",
"2019": "原子エネルギーボール(草)",
"2020": "原子エネルギーボール(雷)",
"2021": "原子エネルギーボール(風)",
"2022": "原子エネルギーボール(氷)",
"2023": "原子エネルギーボール(岩)",
"2024": "原子エネルギーボール(全)",
"2025": "任務用-超量原子エネルギーボール(全)",
"2026": "時間の欠片(プレイアイテム)",
"2027": "時間の欠片(プレイアイテム)",
"2028": "任務用-元素蜜嚢原子エネルギーボール",
"2029": "任務用-元素蜜嚢原子エネルギーボール"
},
"CONSUME": {
"210": "天然琥珀(廃棄)",
"211": "天然樹脂(廃棄)",
"221": "無主のスターライト",
"222": "無主のスターダスト",
"223": "紡がれた運命",
"224": "出会いの縁",
"301": "炎の印",
"302": "水の印",
"303": "草の印",
"304": "雷の印",
"305": "風の印",
"306": "氷の印",
"307": "岩の印",
"1201": "天空紀行·原稿",
"1202": "空月の祝福·新月",
"100225": "狩猟の罠",
"100865": "記憶が入ったお面",
"100934": "鍵紋",
"100935": "鍵紋",
"100936": "鍵紋",
"100937": "鍵紋",
"100938": "鍵紋",
"101005": "深紅の石",
"101007": "深紅の石",
"101692": "光界の印",
"101693": "光界の核",
"101714": "香り高い調味料",
"104201": "変転の塵",
"106000": "テスト用スタミナ成長アイテム",
"106001": "テスト用スタミナ臨時増加アイテム",
"107002": "元素クリスタルの欠片",
"107006": "モンドの地霊壇の鍵",
"107007": "璃月の地霊壇の鍵",
"107008": "稲妻の地霊壇の鍵",
"107013": "仙速瓶",
"107018": "スメールの地霊壇の鍵",
"107020": "対戦招待状",
"107021": "ラッキーカードコイン",
"109000": "レシピアイテム",
"109101": "レシピ:鳥肉と野生キノコの串焼き",
"109102": "レシピ:漁師トースト",
"109103": "レシピ:完熟トマトのミートソース",
"109104": "レシピ:鳥肉のスイートフラワー漬け焼き",
"109106": "レシピ:ドドリアン海鮮スープ",
"109107": "レシピ:松茸のバター焼き",
"109201": "レシピ:テイワット風目玉焼き",
"109202": "レシピ:北地のスモークチキン",
"109203": "レシピ:ホワイトソースポトフ",
"109204": "レシピ:冷製肉盛り合わせ",
"109205": "レシピ:ニンジンとお肉のハニーソテー",
"109206": "レシピ:かにみそとハムのグリル野菜",
"109207": "レシピ:キノコピザ",
"109301": "レシピ:ステーキ",
"109302": "レシピ:大根入りの野菜スープ",
"109303": "レシピ:モンド風ハッシュドポテト",
"109304": "レシピ:「お肉ツミツミ」",
"109401": "レシピ:午後のパンケーキ",
"109402": "レシピ:大根の揚げ団子",
"109403": "レシピ:満足サラダ",
"109404": "レシピ:翠玉福袋",
"109405": "レシピ:モンド風焼き魚",
"109406": "レシピ:モラミート",
"109407": "レシピ:豚肉の油炒め",
"109408": "レシピ:杏仁豆腐",
"109409": "レシピ:椒椒鶏",
"109410": "レシピ:真珠翡翠白玉湯",
"109411": "レシピ:松茸の肉巻き",
"109412": "レシピ:中原のもつ焼き",
"109413": "レシピ:黒背スズキの唐辛子煮込み",
"109414": "レシピ:揚げ魚の甘酢あんかけ",
"109415": "レシピ:黄金ガニ",
"109416": "レシピ:水晶蝦",
"109417": "レシピ:チ虎魚焼き",
"109418": "レシピ:風神ヒュッツポット",
"109419": "レシピ:ハスの実入り茶碗蒸し",
"109420": "レシピ:仙跳牆",
"109421": "レシピ:エビのポテト包み揚げ",
"109422": "レシピ:軽策農家料理",
"109423": "レシピ:お食べくだ菜",
"109424": "レシピ:山幸の麺",
"109425": "レシピ:腌篤鮮",
"109426": "レシピ:璃月三糸",
"109427": "レシピ:天枢肉",
"109428": "レシピ:ハスの花パイ",
"109429": "レシピ:ムーンパイ",
"109430": "レシピ:冒険者エッグバーガー",
"109431": "レシピ:北地のリンゴと肉の煮込み",
"109432": "レシピ:かにみそ豆腐",
"109433": "レシピ:明月の玉子",
"109434": "レシピ:干し肉の炒め鍋",
"109435": "レシピ:魚肉の焼き麺",
"109436": "レシピ:松茸のアワビもどき",
"109437": "レシピ:岩港三鮮",
"109438": "レシピ:エビのあっさり炒め",
"109439": "レシピ:米まんじゅう",
"109440": "レシピ:お肉と野菜のシチュー",
"109441": "レシピ:バター魚焼き",
"109442": "レシピ:四方平和",
"109443": "レシピ:絶雲のお焦げ",
"109444": "レシピ:エビのポテトカナッペ",
"109445": "レシピ:ミントゼリー",
"109446": "レシピ:ミントの和え物",
"109447": "レシピ:ミントの獣肉巻き",
"109448": "レシピ:黄金のジャンボチキン",
"109449": "レシピ:カリカリチキンバーガー",
"109450": "レシピ:濃厚マッシュポテト",
"109451": "レシピ:鶏豆花",
"109452": "レシピ:マグロの握り寿司",
"109453": "レシピ:三色団子",
"109454": "レシピ:おにぎり",
"109455": "レシピ:刺身の盛り合わせ",
"109456": "レシピ:獣骨ラーメン",
"109457": "レシピ:鳥卵の玉子焼き",
"109458": "レシピ:干物の網焼き",
"109459": "レシピ:カニのバター添え",
"109460": "レシピ:串焼き三種",
"109461": "レシピ:味噌汁",
"109462": "レシピ:渡来鳥肉",
"109463": "レシピ:緋櫻餅",
"109464": "レシピ:紺田煮",
"109465": "レシピ:市井おでん",
"109466": "レシピ:焼きそば",
"109467": "レシピ:かにみそ甲羅焼き",
"109468": "レシピ:緋櫻天ぷら",
"109469": "レシピ:お米プリン",
"109470": "レシピ:獣肉シチュー",
"109471": "レシピ:文心豆腐",
"109472": "レシピ:ピリ辛蒸し饅頭",
"109473": "レシピ:活力にゃんこ飯",
"109474": "レシピ:甘エビの握り寿司",
"109475": "レシピ:鳥の玉子寿司",
"109476": "レシピ:オムライス",
"109477": "レシピ:夕暮れの鯛焼き",
"109478": "レシピ:お好み焼き",
"109479": "レシピ:うなぎの蒲焼",
"109480": "レシピ:魚とダイコンの煮込み",
"109481": "レシピ:若竹煮",
"109482": "レシピ:ラズベリー水まんじゅう",
"109483": "レシピ:そば",
"109484": "レシピ:うな茶漬け",
"109485": "レシピ:五宝漬物",
"109486": "レシピ:緋櫻えびせんべい",
"109487": "レシピ:実り豊か",
"109488": "レシピ:龍髭麺",
"109489": "レシピ:さんが焼き",
"109490": "レシピ:うどん",
"109491": "レシピ:カツサンド",
"109492": "レシピ:紫苑雲霓",
"109493": "レシピ:バターチキン",
"109494": "レシピ:シャワルマサンド",
"109495": "レシピ:雨林サラダ",
"109496": "レシピ:マサラチーズボール",
"109497": "レシピ:山盛りキノコ",
"109498": "レシピ:ピタ",
"109499": "レシピ:パニプリ",
"109500": "レシピ:ミントビーンスープ",
"109501": "レシピ:獣肉のビリヤニ",
"109502": "レシピ:タフチーン",
"109503": "レシピ:ランバドフィッシュロール",
"109504": "レシピ:カレーシュリムプ",
"109505": "レシピ:タンドリーチキン",
"109506": "レシピ:ポテトボート",
"109507": "レシピ:魚のクリームソース",
"109508": "レシピ:焼きキノコミートピザ",
"109509": "レシピ:夕暮れベリーティー",
"109510": "レシピ:ミルキーキノコクリスプタワー",
"109511": "レシピ:デーツナン",
"109512": "レシピ:バクラヴァ",
"109513": "レシピ:ナツメヤシキャンディ",
"109514": "レシピ:パティサラプリン",
"109515": "レシピ:アアルコシャリ",
"109516": "レシピ:バケーションサイダー",
"109517": "レシピ:ローズシュリカンド",
"109518": "レシピ:サモサ",
"109519": "レシピ:シャフリサブスシチュー",
"109520": "レシピ:香味ミートロール",
"111020": "綺麗な結晶(小)",
"111021": "綺麗な結晶(中)",
"111022": "綺麗な結晶(大)",
"113021": "異夢の溶媒",
"116001": "紀行経験",
"118002": "旅人へのケーキ",
"118004": "旅人へのケーキ",
"118006": "旅人へのケーキ",
"200101": "霜噬砕屑",
"200102": "霜噬結晶",
"220007": "濃縮樹脂",
"220060": "実験型超燃ランプ",
"221001": "説明:風神の瞳の共鳴石",
"221002": "説明:岩神の瞳の共鳴石",
"221003": "図譜:岩のトレジャーコンパス",
"221004": "図譜:風捕りの瓶",
"221005": "説明:ポケットワープポイント",
"221006": "図譜:「仙人探しの美食家」",
"221007": "説明:濃縮樹脂",
"221008": "図譜:三〇式·携帯式栄養袋",
"221009": "図譜:風のトレジャーコンパス",
"221010": "雪葬の都の記憶",
"221011": "冬忍びの樹の記憶",
"221012": "図譜:ドラゴンスピア",
"221013": "柴門家伝来の名刀図譜",
"221014": "図譜:桂木斬長正",
"221015": "図譜:喜多院十文字槍",
"221016": "図譜:破魔の弓",
"221017": "図譜:放熱瓶",
"221018": "記憶が入ったお面",
"221019": "森林王に関する物語",
"221020": "砂漠に関する物語",
"221021": "王の侍従に関する物語",
"221022": "月光に関する物語",
"221023": "異兆に関する物語",
"221032": "説明:雷神の瞳の共鳴石",
"221034": "図譜:雷のトレジャーコンパス",
"221035": "配合:果物餌",
"221036": "配合:赤挽肉餌",
"221037": "配合:ワームの疑似餌",
"221038": "配合:ハエの疑似餌",
"221039": "配合:甘露餌",
"221057": "説明:草神の瞳の共鳴石",
"221058": "図譜:草のトレジャーコンパス",
"222001": "「絵綺の枕印」",
"222002": "「煙林の真果」"
},
"TALENT": {
"911": "恒常燃焼の記憶",
"912": "永久奔流の記憶",
"913": "草木繁茂の記憶",
"914": "蒼雷紫電の記憶",
"915": "四方の風の記憶",
"916": "極寒厳冬の記憶",
"917": "不動晶石の記憶",
"1102": "神里綾華の星屑",
"1103": "ジンの星屑",
"1105": "旅人(男)の星屑",
"1106": "リサの星屑",
"1107": "旅人(女)の星屑",
"1114": "バーバラの星屑",
"1115": "ガイアの星屑",
"1116": "ディルックの星屑",
"1120": "レザーの星屑",
"1121": "アンバーの星屑",
"1122": "ウェンティの星屑",
"1123": "香菱の星屑",
"1124": "北斗の星屑",
"1125": "行秋の星屑",
"1126": "魈の星屑",
"1127": "凝光の星屑",
"1129": "クレーの星屑",
"1130": "鍾離の星屑",
"1131": "フィッシュルの星屑",
"1132": "ベネットの星屑",
"1133": "タルタリヤの星屑",
"1134": "ノエルの星屑",
"1135": "七七の星屑",
"1136": "重雲の星屑",
"1137": "甘雨の星屑",
"1138": "アルベドの星屑",
"1139": "ディオナの星屑",
"1141": "モナの星屑",
"1142": "刻晴の星屑",
"1143": "スクロースの星屑",
"1144": "辛炎の星屑",
"1145": "ロサリアの星屑",
"1146": "胡桃の星屑",
"1147": "楓原万葉の星屑",
"1148": "煙緋の星屑",
"1149": "宵宮の星屑",
"1150": "トーマの星屑",
"1151": "エウルアの星屑",
"1152": "雷電将軍の星屑",
"1153": "早柚の星屑",
"1154": "珊瑚宮心海の星屑",
"1155": "ゴローの星屑",
"1156": "九条裟羅の星屑",
"1157": "荒瀧一斗の星屑",
"1158": "八重神子の星屑",
"1159": "鹿野院平蔵の星屑",
"1160": "夜蘭の星屑",
"1162": "アーロイの星屑",
"1163": "申鶴の星屑",
"1164": "雲菫の星屑",
"1165": "久岐忍の星屑",
"1166": "神里綾人の星屑",
"1167": "コレイの星屑",
"1168": "ドリーの星屑",
"1169": "ティナリの星屑",
"1170": "ニィロウの星屑",
"1171": "セノの星屑",
"1172": "キャンディスの星屑",
"1173": "ナヒーダの星屑",
"1174": "レイラの星屑",
"1175": "放浪者の星屑",
"1176": "ファルザンの星",
"1177": "ヨォーヨの星屑",
"1178": "アルハイゼンの星屑"
},
"AVATAR": {
"1002": "神里綾華",
"1003": "ジン",
"1005": "男性主人公",
"1006": "リサ",
"1007": "女性主人公",
"1014": "バーバラ",
"1015": "ガイア",
"1016": "ディルック",
"1020": "レザー",
"1021": "アンバー",
"1022": "ウェンティ",
"1023": "香菱",
"1024": "北斗",
"1025": "行秋",
"1026": "魈",
"1027": "凝光",
"1029": "クレー",
"1030": "鍾離",
"1031": "フィッシュル",
"1032": "ベネット",
"1033": "タルタリヤ",
"1034": "ノエル",
"1035": "七七",
"1036": "重雲",
"1037": "甘雨",
"1038": "アルベド",
"1039": "ディオナ",
"1041": "モナ",
"1042": "刻晴",
"1043": "スクロース",
"1044": "辛炎",
"1045": "ロサリア",
"1046": "胡桃",
"1047": "楓原万葉",
"1048": "煙緋",
"1049": "宵宮",
"1050": "トーマ",
"1051": "エウルア",
"1052": "雷電将軍",
"1053": "早柚",
"1054": "珊瑚宮心海",
"1055": "ゴロー",
"1056": "九条裟羅",
"1057": "荒瀧一斗",
"1058": "八重神子",
"1059": "鹿野院平蔵",
"1060": "夜蘭",
"1062": "アーロイ",
"1063": "申鶴",
"1064": "雲菫",
"1065": "久岐忍",
"1066": "神里綾人",
"1067": "コレイ",
"1068": "ドリー",
"1069": "ティナリ",
"1070": "ニィロウ",
"1071": "セノ",
"1072": "キャンディス",
"1073": "ナヒーダ",
"1074": "レイラ",
"1075": "放浪者",
"1076": "ファルザン",
"1077": "ヨォーヨ",
"1078": "アルハイゼン",
"3004": "神里綾華",
"3005": "香菱",
"3006": "ジン",
"3007": "ディルック",
"3008": "ウェンティ",
"3018": "バーバラ",
"3019": "レザー",
"3021": "ガイア",
"3022": "リサ"
},
"RENAME_ITEM": { "1301": "新名撰筆" },
"CHEST": {
"3009": "神里綾華テストパック",
"3010": "シャンリンテストパック",
"3011": "ジンテストパック",
"3012": "ディルックテストパック",
"3013": "ウェンティテストパック",
"3014": "アンバーテストパック",
"3015": "ガイアテストパック",
"3016": "リサテストパック",
"3017": "バーバラテストパック",
"3020": "レザーテストパック",
"107004": "冒険報酬パック",
"107005": "飛天大御剣の箱",
"115010": "旅立ち補給パック",
"115011": "遠出補給パック",
"115012": "遊歴補給パック",
"115019": "冒険助力補給パック",
"115020": "冒険助力鉱材パック",
"115021": "冒険助力限定パック",
"115022": "冒険助力教材パック",
"115023": "冒険助力百錬パック",
"115028": "レシピ集·「異世界グルメ」",
"115029": "冒険促進鉱材パック",
"115030": "冒険限定補給パック",
"115032": "冒険助力シェアパック",
"115034": "冒険ピークシーズン限定パック",
"115037": "社奉行からの贈り物。",
"115038": "精巧な調度品の贈り物。",
"115039": "不思議な調度品の贈り物。",
"117001": "深秘の聖遺物箱·三等",
"117002": "深秘の聖遺物箱·二等",
"117003": "深秘の聖遺物箱·一等",
"117004": "聖遺物箱·流浪楽団と剣闘士",
"117005": "聖遺物宝箱·流浪楽団と剣闘士",
"117006": "深秘の聖遺物箱·二等",
"117007": "深秘の聖遺物箱·一等",
"117008": "深秘の聖遺物箱·二等",
"117009": "深秘の聖遺物箱·一等",
"117010": "深秘の聖遺物箱·二等",
"117011": "深秘の聖遺物箱·一等",
"118001": "旅人へのケーキ",
"118003": "旅人へのケーキ",
"118005": "旅人へのケーキ"
},
"NOTICE_ADD_HP": {
"100001": "リンゴ",
"100002": "夕暮れの実",
"101212": "星茸",
"101226": "みなぎる星茸",
"101227": "ひからびた星茸",
"108011": "微妙な鳥肉と野生キノコの串焼き",
"108012": "鳥肉と野生キノコの串焼き",
"108013": "美味しそうな鳥肉と野生キノコの串焼き",
"108014": "フルーティーな串焼き",
"108015": "微妙な完熟トマトのミートソース",
"108016": "完熟トマトのミートソース",
"108017": "美味しそうな完熟トマトのミートソース",
"108018": "魔法のミートソース",
"108019": "微妙な大根入りの野菜スープ",
"108020": "大根入りの野菜スープ",
"108021": "美味しそうな大根入りの野菜スープ",
"108031": "微妙な鳥肉のスイートフラワー漬け焼き",
"108032": "鳥肉のスイートフラワー漬け焼き",
"108033": "美味しそうな鳥肉のスイートフラワー漬け焼き",
"108041": "微妙なキノコピザ",
"108042": "キノコピザ",
"108043": "美味しそうなキノコピザ",
"108044": "眠気覚ましピザ",
"108045": "微妙なモンド風ハッシュドポテト",
"108046": "モンド風ハッシュドポテト",
"108047": "美味しそうなモンド風ハッシュドポテト",
"108048": "ツメ型ハッシュドポテト",
"108074": "微妙な黒背スズキの唐辛子煮込み",
"108075": "黒背スズキの唐辛子煮込み",
"108076": "美味しそうな黒背スズキの唐辛子煮込み",
"108077": "微妙な揚げ魚の甘酢あんかけ",
"108078": "揚げ魚の甘酢あんかけ",
"108079": "美味しそうな揚げ魚の甘酢あんかけ",
"108089": "微妙な松茸の肉巻き",
"108090": "松茸の肉巻き",
"108091": "美味しそうな松茸の肉巻き",
"108104": "微妙な水晶蝦",
"108105": "水晶蝦",
"108106": "美味しそうな水晶蝦",
"108107": "微妙なチ虎魚焼き",
"108108": "チ虎魚焼き",
"108109": "美味しそうなチ虎魚焼き",
"108135": "万民堂水煮魚",
"108136": "江湖百味",
"108145": "九死一生の焼き魚",
"108148": "大椀のお茶",
"108151": "アップルサイダー",
"108152": "微妙な腌篤鮮",
"108153": "腌篤鮮",
"108154": "美味しそうな腌篤鮮",
"108170": "微妙な北地のリンゴと肉の煮込み",
"108171": "北地のリンゴと肉の煮込み",
"108172": "美味しそうな北地のリンゴと肉の煮込み",
"108173": "とろ火で煮込んだ腌篤鮮",
"108185": "微妙な魚肉の焼き麺",
"108186": "魚肉の焼き麺",
"108187": "美味しそうな魚肉の焼き麺",
"108197": "微妙な米まんじゅう",
"108198": "米まんじゅう",
"108199": "美味しそうな米まんじゅう",
"108201": "微妙な四方平和",
"108202": "四方平和",
"108203": "美味しそうな四方平和",
"108213": "盛世太平",
"108215": "海灯祭特別チ虎魚焼き",
"108222": "微妙なエビのポテトカナッペ",
"108223": "エビのポテトカナッペ",
"108224": "美味しそうなエビのポテトカナッペ",
"108225": "微妙なミントゼリー",
"108226": "ミントゼリー",
"108227": "美味しそうなミントゼリー",
"108234": "ヴァーディクトディナー",
"108238": "微妙なカリカリチキンバーガー",
"108239": "カリカリチキンバーガー",
"108240": "美味しそうなカリカリチキンバーガー",
"108249": "微妙なマグロの握り寿司",
"108250": "マグロの握り寿司",
"108251": "美味しそうなマグロの握り寿司",
"108252": "微妙な三色団子",
"108253": "三色団子",
"108254": "美味しそうな三色団子",
"108255": "微妙なおにぎり",
"108256": "おにぎり",
"108257": "美味しそうなおにぎり",
"108261": "微妙な獣骨ラーメン",
"108262": "獣骨ラーメン",
"108263": "美味しそうな獣骨ラーメン",
"108267": "微妙な干物の網焼き",
"108268": "干物の網焼き",
"108269": "美味しそうな干物の網焼き",
"108276": "微妙な味噌汁",
"108277": "味噌汁",
"108278": "美味しそうな味噌汁",
"108301": "雨奇晴好",
"108302": "夏祭りの游魚",
"108303": "眩暈回避術·改",
"108304": "特製キノコピザ",
"108305": "団子牛乳",
"108318": "微妙な活力にゃんこ飯",
"108319": "活力にゃんこ飯",
"108320": "美味しそうな活力にゃんこ飯",
"108324": "微妙な鳥の玉子寿司",
"108325": "鳥の玉子寿司",
"108326": "美味しそうな鳥の玉子寿司",
"108330": "微妙な夕暮れの鯛焼き",
"108331": "夕暮れの鯛焼き",
"108332": "美味しそうな夕暮れの鯛焼き",
"108336": "微妙なうなぎの蒲焼",
"108337": "うなぎの蒲焼",
"108338": "美味しそうなうなぎの蒲焼",
"108339": "満腹感ゼリー",
"108340": "「奇策」",
"108348": "微妙なラズベリー水まんじゅう",
"108349": "ラズベリー水まんじゅう",
"108350": "美味しそうなラズベリー水まんじゅう",
"108351": "微妙なそば",
"108352": "そば",
"108353": "美味しそうなそば",
"108354": "「温もり」",
"108365": "常勝伝説",
"108406": "微妙なピタ",
"108407": "ピタ",
"108408": "美味しそうなピタ",
"108418": "微妙なタフチーン",
"108419": "タフチーン",
"108420": "美味しそうなタフチーン",
"108421": "微妙なランバドフィッシュロール",
"108422": "ランバドフィッシュロール",
"108423": "美味しそうなランバドフィッシュロール",
"108424": "微妙なカレーシュリムプ",
"108425": "カレーシュリムプ",
"108426": "美味しそうなカレーシュリムプ",
"108433": "微妙な魚のクリームソース",
"108434": "魚のクリームソース",
"108435": "美味しそうな魚のクリームソース",
"108437": "憧れ",
"108445": "微妙なミルキーキノコクリスプタワー",
"108446": "ミルキーキノコクリスプタワー",
"108447": "美味しそうなミルキーキノコクリスプタワー",
"108467": "決闘の魂",
"108470": "微妙なローズシュリカンド",
"108471": "ローズシュリカンド",
"108472": "美味しそうなローズシュリカンド",
"108473": "安眠へのデザイア",
"108475": "微妙なサモサ",
"108476": "サモサ",
"108477": "美味しそうなサモサ",
"108480": "微妙なシャフリサブスシチュー",
"108481": "シャフリサブスシチュー",
"108482": "美味しそうなシャフリサブスシチュー",
"108483": "微妙な香味ミートロール",
"108484": "香味ミートロール",
"108485": "美味しそうな香味ミートロール",
"108486": "「理想的状況」"
},
"EXCHANGE": {
"100011": "キノコ",
"100012": "スイートフラワー",
"100013": "ニンジン",
"100014": "ダイコン",
"100015": "キンギョソウ",
"100016": "ミント",
"100017": "小麦",
"100018": "キャベツ",
"100019": "アネモネ",
"100020": "ナッツ",
"100021": "ググプラム",
"100022": "ヴァルベリー",
"100023": "セシリアの花",
"100024": "風車アスター",
"100025": "慕風のマッシュルーム",
"100026": "ハスの花托",
"100027": "絶雲の唐辛子",
"100028": "夜泊石",
"100029": "霓裳花",
"100030": "琉璃百合",
"100031": "清心",
"100032": "馬尾",
"100033": "星螺",
"100034": "琉璃袋",
"100051": "ラズベリー",
"100052": "霧氷花の花蕊",
"100053": "烈焔花の花蕊",
"100054": "電気水晶",
"100055": "イグサ",
"100056": "ドドリアン",
"100057": "蒲公英の種",
"100058": "石珀",
"100061": "獣肉",
"100062": "鳥の卵",
"100063": "松茸",
"100064": "鳥肉",
"100072": "蝶々の羽",
"100073": "カニ",
"100074": "かにみそ",
"100075": "塩",
"100076": "玉ねぎ",
"100077": "コショウ",
"100078": "牛乳",
"100079": "トマト",
"100080": "ジャガイモ",
"100081": "カエル",
"100082": "発光髄",
"100083": "トカゲのしっぽ",
"100084": "魚肉",
"100085": "晶核",
"100086": "獣肉(小)",
"100087": "鳥肉(小)",
"100088": "豆腐",
"100089": "杏仁",
"100090": "サンショウウオの宝玉",
"100091": "タケノコ",
"100092": "米",
"100093": "エビのむき身",
"100094": "「冷製鮮肉」",
"100095": "ウナギ肉",
"100096": "ツルツル豆",
"100097": "謎の肉",
"100618": "奇妙な「牙」",
"100619": "生命力を吸収した龍牙",
"101001": "鉄の塊",
"101002": "白鉄の塊",
"101003": "水晶の塊",
"101004": "魔晶の塊",
"101006": "星銀鉱石",
"101008": "紫水晶の塊",
"101101": "北陸片手剣の原型",
"101102": "北陸弓の原型",
"101103": "北陸両手剣の原型",
"101104": "北陸法器の原型",
"101105": "北陸長柄武器の原型",
"101111": "中央大陸片手剣の原型",
"101112": "中央大陸弓の原型",
"101113": "中央大陸両手剣の原型",
"101114": "中央大陸法器の原型",
"101115": "中央大陸長柄武器の原型",
"101201": "オニカブトムシ",
"101202": "緋櫻毬",
"101203": "晶化骨髄",
"101204": "血石華",
"101205": "鳴草",
"101206": "ウミレイシ",
"101207": "珊瑚真珠",
"101208": "天雲草の実",
"101209": "ユウトウタケ",
"101210": "海草",
"101211": "スミレウリ",
"101213": "ルッカデヴァータダケ",
"101214": "パティサラ",
"101215": "サウマラタ蓮",
"101216": "ハッラの実",
"101217": "カルパラタ蓮",
"101218": "ザイトゥン桃",
"101219": "スメールローズ",
"101220": "赤念の実",
"101221": "デーツ",
"101222": "砂脂蛹",
"101225": "聖金虫",
"101228": "ヴィパリャス",
"101401": "布材",
"101402": "赤色の染料",
"101403": "黄色の染料",
"101404": "青色の染料",
"110000": "合成産物",
"110001": "小麦粉",
"110002": "クリーム",
"110003": "鳥肉の燻製",
"110004": "バター",
"110005": "ハム",
"110006": "砂糖",
"110008": "ジャム",
"110009": "チーズ",
"110010": "ベーコン",
"110011": "ソーセージ",
"110012": "魚の燻製",
"110013": "魚の干物",
"110014": "香辛料",
"131000": "グッピー",
"131001": "琉璃グッピー",
"131002": "スイートグッピー",
"131003": "藍染グッピー",
"131004": "擒霞客",
"131005": "水晶宴",
"131006": "ブレストゲウオ",
"131007": "バトルトゲウオ",
"131008": "ポイズントゲウオ",
"131009": "赤魔王",
"131010": "雪ノ君",
"131011": "金赤リュウノコ",
"131012": "錆色リュウノコ",
"131013": "褐チョウチョウウオ",
"131014": "紫チョウチョウウオ",
"131015": "緑チョウチョウウオ",
"131016": "長寿仙",
"131017": "雷鳴仙",
"131019": "鉄砲フグ",
"131020": "苦鉄砲フグ",
"131021": "ディフダエイ",
"131022": "フォーマルハウトエイ",
"131023": "真果コオニフグ",
"131024": "浮沈蜜桃",
"131025": "砂吹きコオニフグ",
"131026": "夕雲コオニフグ",
"131027": "金青ハチェットウオ",
"131028": "翠玉ハチェットウオ",
"200001": "紙の繊維",
"200002": "灯芯素材",
"200003": "浮生の石片"
},
"WOOD": {
"101301": "樺材",
"101302": "萃華材",
"101303": "松材",
"101304": "却砂材",
"101305": "竹材",
"101307": "垂香材",
"101308": "杉材",
"101309": "夢見材",
"101310": "楓材",
"101311": "孔雀材",
"101312": "御伽材",
"101313": "輝光材",
"101314": "業果材",
"101315": "証悟材",
"101316": "ヤシ材",
"101317": "タマリスク材"
},
"QUEST": {
"100003": "メモ",
"100004": "略奪された荷物",
"100006": "ヒルチャールの解毒薬",
"100007": "登攀ゴールガーランド",
"100008": "飛行ゴールガーランド",
"100009": "飛行ゴールガーランド",
"100010": "飛行チャンピオンのトロフィー",
"100101": "ジンの書類カバン",
"100102": "『極限脱出』",
"100103": "破れた楽譜(前半)",
"100104": "破れた楽譜(後半)",
"100105": "リサがジンに送った手紙",
"100106": "『秋の宵』",
"100107": "美味しそうに見える",
"100108": "薬剤",
"100109": "バーバラの治療",
"100110": "詩の断章(上)",
"100111": "詩の断章(中)",
"100112": "詩の断章(下)",
"100113": "拓本を取る",
"100114": "人間回復薬",
"100115": "天空のライアー",
"100120": "コオロギの毛",
"100125": "水の琥珀",
"100126": "風の琥珀",
"100131": "ランダム宝物A",
"100132": "ランダム宝物B",
"100133": "ランダム宝物A",
"100134": "ランダム宝物B",
"100135": "赤い結晶",
"100136": "封印の手がかり101",
"100137": "封印の手がかり102",
"100138": "封印の手がかり103",
"100139": "封印の手がかり201",
"100140": "封印の手がかり202",
"100141": "封印の手がかり203",
"100142": "封印の手がかり301",
"100143": "封印の手がかり302",
"100144": "封印の手がかり303",
"100145": "封印を解く1",
"100146": "封印を解く2",
"100147": "封印を解く3",
"100148": "風魔龍の巣の封印を調べる",
"100149": "風魔龍の巣の封印を解く",
"100151": "砕けた記憶(風)",
"100152": "剣塚の封印1",
"100153": "剣塚の封印2",
"100154": "剣塚の封印3",
"100158": "涙の結晶",
"100159": "涙の結晶",
"100160": "涙の結晶",
"100161": "天空のライアー",
"100162": "簡単に修復された天空のライアー",
"100163": "完全修復された天空のライアー",
"100164": "透き通ったトワリンの涙",
"100165": "破壊された天空のライアー",
"100171": "宝物の手がかり(1)",
"100172": "宝物の手がかり(2)",
"100173": "宝の地図",
"100174": "万能臨時操作",
"100175": "隠された鍵",
"100176": "黒の鍵",
"100177": "シーン操作",
"100178": "少女ヴィーラの憂鬱·1",
"100179": "少女ヴィーラの憂鬱·2",
"100180": "少女ヴィーラの憂鬱·3",
"100181": "神性と共に·序",
"100182": "ヴァネッサの物語·前編",
"100183": "ヴァネッサの物語·後編",
"100184": "ポスター",
"100185": "ポスター",
"100186": "モンドショップオーダーボード",
"100187": "キャッツテールの掲示板",
"100188": "蒲公英の海の狐·1",
"100189": "蒲公英の海の狐·2",
"100190": "蒲公英の海の狐·3",
"100191": "蒲公英の海の狐·5",
"100192": "蒲公英の海の狐·6",
"100193": "蒲公英の海の狐·7",
"100194": "蒲公英の海の狐·10",
"100195": "蒲公英の海の狐·11",
"100196": "ヒルチャール詩歌集·上巻",
"100197": "ヒルチャール詩歌集·下巻",
"100198": "少女ヴィーラの憂鬱·5",
"100199": "少女ヴィーラの憂鬱·9",
"100200": "少女ヴィーラの憂鬱·10",
"100201": "森の風·ベストコレクション",
"100202": "イノシシプリンセス·1",
"100203": "イノシシプリンセス·2",
"100204": "イノシシプリンセス·3",
"100205": "イノシシプリンセス·4",
"100206": "イノシシプリンセス·5",
"100207": "イノシシプリンセス·7",
"100208": "モンドタワー·1",
"100210": "元素の痕跡",
"100211": "折れた木の枝",
"100212": "ボロボロの布切れ",
"100213": "森の風拾遺集·龍の書",
"100214": "アビス教団からの手紙",
"100215": "白姫と六人の小人·1",
"100216": "白姫と六人の小人·2",
"100217": "白姫と六人の小人·3",
"100218": "白姫と六人の小人·4",
"100219": "白姫と六人の小人·5",
"100220": "白姫と六人の小人·6",
"100221": "白姫と六人の小人·7",
"100222": "千年孤独",
"100223": "テイワット観光ガイド·モンド編",
"100224": "風、勇気と翼",
"100226": "冒険者ロアルドの日誌·軽策山荘",
"100227": "冒険者ロアルドの日誌·漉華の池",
"100228": "冒険者ロアルドの日誌·瑶光の浜",
"100229": "トントンへの手紙",
"100230": "誰かの日誌·その1·瑶光の浜",
"100231": "散らかっている本のページ",
"100232": "完全無欠な本",
"100233": "大きなキノコ",
"100234": "新鮮なニンジン",
"100235": "大きなキャベツ",
"100236": "飛行指南",
"100237": "嵐生石",
"100238": "霞生石",
"100239": "誰かの日誌·その2·帰離原",
"100240": "誰かの日誌·その3·絶雲の間",
"100241": "誰かの日誌·その4·璃月港",
"100242": "宝盗団への手紙",
"100243": "玉石の指輪",
"100244": "美味しそうな黄金ガニ",
"100245": "山と海の書",
"100246": "『百人一揆~最強武闘大会編~』見本原稿",
"100301": "ワイアットの赤い鍵",
"100302": "ワイアットの黒い鍵",
"100303": "小銭入れ",
"100304": "食事代が入っている財布",
"100305": "美味しそうなニンジンとお肉のハニーソテー",
"100306": "丈夫な木の板",
"100307": "壊れやすい木の板",
"100308": "ロープ",
"100309": "食事代が入っている財布",
"100310": "落とされた財布",
"100311": "食事代が入っている財布",
"100312": "美味しそうな大根の揚げ団子",
"100313": "美味しそうなドドリアン海鮮スープ",
"100314": "一袋の荷物",
"100315": "加工された夜泊石",
"100316": "「モンドの落日」",
"100317": "「マーガレット」",
"100318": "「スマッシュ」",
"100319": "「パール」",
"100320": "色が混ざった「モンドの落日」",
"100321": "微妙な味の「マーガレット」",
"100322": "味が混ざった「スマッシュ」",
"100323": "変わった食感の「パール」",
"100324": "変わった味のカクテル",
"100325": "変な味のカクテル",
"100326": "味が混ざったカクテル",
"100327": "変なビール",
"100328": "お酒と呼べるかどうかのもの",
"100329": "謎のお酒",
"100330": "普通なお酒",
"100331": "(TEST)お酒16",
"100332": "(TEST)お酒17",
"100333": "(TEST)お酒18",
"100334": "(TEST)お酒19",
"100335": "(TEST)お酒20",
"100336": "(TEST)お酒21",
"100337": "(TEST)お酒22",
"100338": "(TEST)お酒23",
"100339": "(TEST)お酒24",
"100340": "(TEST)お酒25",
"100341": "(TEST)お酒26",
"100342": "(TEST)お酒27",
"100343": "(TEST)お酒28",
"100344": "(TEST)お酒29",
"100345": "(TEST)お酒30",
"100346": "(TEST)お酒31",
"100347": "(TEST)お酒32",
"100348": "グッドウィンの手紙",
"100349": "ある人の漂流瓶",
"100350": "(test)クレーのノート",
"100351": "トゥナーの咳止め薬",
"100352": "ドゥラフの手紙",
"100353": "杭の材料",
"100354": "サラの手紙",
"100355": "綺麗にされたダイコン",
"100356": "ゲイルの手紙",
"100357": "クインの特製カクテル",
"100358": "マーガレットの特製カクテル",
"100359": "ジャックの特製カクテル",
"100360": "ドゥラフの特製カクテル",
"100361": "テイワット観光ガイド·璃月編",
"100362": "手紙",
"100363": "1袋のモラ",
"100364": "神霄折戟録·第6卷",
"100365": "完全な杭",
"100366": "岩神の伝説:焜炉の神",
"100367": "岩神の伝説:開拓の神",
"100368": "岩神の伝説:財神",
"100369": "岩神の伝説:歴史の神",
"100370": "『海山履雲記』",
"100371": "(test)神州折戟録の回想2",
"100372": "(test)神州折戟録の回想3",
"100373": "『裁雨の音·上』",
"100374": "『裁雨の音·中』",
"100375": "(test)父探しの物語の回想3",
"100376": "言笑が江雪に作ったごはん",
"100377": "ルルの船に関する見聞",
"100378": "ルルの船に関する見聞",
"100379": "ルルの船に関する見聞",
"100380": "飛くんの船に関する見聞",
"100381": "飛くんの船に関する見聞",
"100382": "飛くんの船に関する見聞",
"100383": "モンの船に関する見聞",
"100384": "モンの船に関する見聞",
"100385": "モンの船に関する見聞",
"100386": "閉められた荷物",
"100387": "古華派の兄弟子",
"100388": "冒険者ロアルドの日誌·孤雲閣",
"100389": "冒険者ロアルドの日誌·地中の塩",
"100390": "冒険者ロアルドの日誌·絶雲の間·慶雲頂",
"100391": "冒険者ロアルドの日誌·絶雲の間·奥蔵の池",
"100392": "孤峡の宝蔵図",
"100393": "孤峡の宝蔵図",
"100394": "孤峡の宝蔵図",
"100395": "適当に閉められた箱",
"100396": "きつく閉められた箱",
"100397": "(test)海賊の伝説",
"100398": "キャサリンの手紙",
"100399": "絶雲紀聞·石獣",
"100400": "絶雲紀聞·海神宮",
"100401": "璣衡経",
"100402": "侠客記·山叟編",
"100403": "璃月風土誌·縁結びの毬",
"100404": "石書集録·1",
"100405": "天衡絶倒集",
"100406": "ヒルチャール習慣考察·1",
"100407": "ヒルチャール習慣考察·2",
"100408": "ヒルチャール習慣考察·4",
"100409": "王と貴族の歴史·序",
"100410": "グンヒルドの逸話",
"100411": "侍従騎士の歌·上",
"100412": "侍従騎士の歌·下",
"100413": "テイワットサバイバルレシピ",
"100414": "巨階の宝蔵図",
"100415": "巨階の宝蔵図",
"100416": "巨階の宝蔵図",
"100417": "大海原の宝蔵図",
"100418": "大海原の宝蔵図",
"100419": "大海原の宝蔵図",
"100420": "(test)暢暢の日記2",
"100421": "(test)旅行家の日記2",
"100422": "(test)海賊の伝説2",
"100423": "(test)暢暢の日記3",
"100424": "(test)旅行家の日記3",
"100425": "(test)海賊の伝説3",
"100426": "護法仙衆夜叉録",
"100427": "降魔印",
"100428": "特製杏仁豆腐",
"100429": "落とされた荷物",
"100430": "禁忌滅却の札",
"100431": "クレーの木札",
"100432": "神霄折戟録·第1卷",
"100433": "神霄折戟録·第2卷",
"100434": "神霄折戟録·第3卷",
"100435": "神霄折戟録·第4卷",
"100436": "神霄折戟録·第5卷",
"100437": "砕夢奇珍·月光",
"100438": "砕夢奇珍·琉璃",
"100439": "砕夢奇珍·サファイア",
"100440": "砕夢奇珍·石心",
"100441": "冒険者ロアルドの日誌·青墟浦",
"100442": "旅人のメモ",
"100443": "旅人のメモ",
"100444": "旅人のメモ",
"100445": "旅人のメモ",
"100450": "香炉",
"100451": "七星灯",
"100452": "掇星攫辰天君の手紙",
"100453": "特製モンド風ハッシュドポテト",
"100454": "草スライムに呑み込まれたラズベリー",
"100455": "水スライムの濃厚液体",
"100456": "風スライムに吹かれた風車アスター",
"100457": "集めた破片",
"100458": "集めた破片",
"100459": "集めた破片",
"100460": "石碑を写した文字",
"100461": "石碑を写した文字",
"100462": "石碑を写した文字",
"100463": "石碑を写した文字",
"100464": "石碑を写した文字",
"100465": "遺跡の中を写した文字",
"100466": "遺跡の中を写した文字",
"100467": "軽策の宝",
"100469": "疑問の残るヒルチャール語単語",
"100472": "ティミーの手紙",
"100473": "マージョリーに勧められた「プレゼント」",
"100474": "クインにもらった「プレゼント」",
"100475": "サラの特製料理",
"100476": "客商の荷物",
"100477": "注文書の入った箱",
"100478": "注文書の入った箱",
"100479": "注文書の入った箱",
"100480": "清泉の心·1",
"100481": "清泉の心·2",
"100482": "清泉の心·3",
"100483": "清泉の心·4",
"100484": "霖鈴精選詩集",
"100485": "注文書",
"100486": "荷物数が確認された注文書",
"100487": "「金屋蔵嬌」",
"100488": "「山の花錦」",
"100489": "「縹渺たる仙縁」",
"100490": "「金屋蔵嬌」のオイル",
"100491": "「山の花錦」のオイル",
"100492": "「縹渺たる仙縁」のオイル",
"100493": "宝児の空き箱",
"100494": "重みのある箱",
"100495": "水に濡れたページ",
"100496": "1袋のモラ",
"100497": "「金屋蔵嬌」香膏",
"100498": "「山の花錦」香膏",
"100499": "「縹渺たる仙縁」香膏",
"100500": "「何か」が入っている箱",
"100501": "洗塵の鈴",
"100502": "帰終機の手入れ材料",
"100503": "綺命と志華の会話記録",
"100504": "思思と潮汐の会話記録",
"100505": "モン、飛とルルの会話記録",
"100506": "ノルマが注文した料理",
"100507": "ヒルチャール語詩試作·叙述詩",
"100508": "ヒルチャール語詩試作·叙事詩",
"100509": "ヒルチャール語詩試作·叙情詩",
"100510": "ヴァルの「プレゼント」",
"100511": "盗まれた文物",
"100512": "ピンばあやの箱",
"100513": "破られたページ",
"100514": "殴り書きされたページ",
"100515": "夜泊石サンプル",
"100516": "1袋のモラ",
"100517": "ヒルチャール·暴徒戦利品",
"100518": "宝盗団戦利品",
"100519": "遺跡守衛戦利品",
"100520": "夜泊石サンプル",
"100521": "夜泊石サンプル",
"100522": "永生香",
"100523": "帰終機の手入れ材料",
"100524": "堅固な木の板",
"100525": "葉っぱが入っている箱",
"100528": "宝盗団の鍵",
"100529": "アラニの便箋",
"100530": "無名の宝蔵",
"100531": "無名の宝蔵",
"100532": "無名の宝蔵",
"100533": "追叙の石",
"100534": "暗晦の指輪",
"100535": "フェルメールの画筆",
"100536": "フェルメールの塗料",
"100537": "モノクロの原稿",
"100538": "彩色の原稿",
"100539": "無名の原稿",
"100540": "変わった石",
"100541": "新鮮な清心",
"100542": "鹿狩りの「おすすめ料理」",
"100543": "フローラのしおり",
"100544": "「エンジェルズシェア」の人気メニュー",
"100545": "特製香膏",
"100546": "ミントオイル",
"100547": "美味しそうなスライムの液体",
"100548": "非常に甘いスイートフラワー",
"100549": "新鮮なスイートフラワー",
"100550": "新鮮なセシリアの花",
"100551": "新鮮な風車アスター",
"100552": "新鮮なイグサ",
"100553": "変わったカクテルの材料",
"100554": "テウセルのモラ袋",
"100555": "「公子」とテウセルのモラ袋",
"100556": "大きな夕暮れの実",
"100557": "店のポスター",
"100558": "店のポスター",
"100559": "店のポスター",
"100560": "嘉義のプレゼント",
"100561": "宝盗団メンバーが持っていた地図",
"100562": "ボロボロなノート",
"100563": "変わった石",
"100564": "騎士団ガイドVer.5",
"100565": "浮浪記·上り潮",
"100566": "浮浪記·怒涛",
"100567": "浮浪記·下り潮",
"100568": "犬と二分の一·1",
"100569": "犬と二分の一·2",
"100570": "犬と二分の一·3",
"100571": "犬と二分の一·4",
"100572": "犬と二分の一·5",
"100573": "竹林月夜·1",
"100574": "竹林月夜·2",
"100575": "竹林月夜·3",
"100576": "竹林月夜·4",
"100577": "酔っぱらいの逸話·1",
"100578": "酔っぱらいの逸話·2",
"100579": "酔っぱらいの逸話·3",
"100580": "酔っぱらいの逸話·4",
"100583": "「雲中仙居」の設計図",
"100584": "深邃の血",
"100585": "鎮石の欠片",
"100586": "帝君遊塵記·一",
"100587": "帝君遊塵記·二",
"100588": "帝君遊塵記·三",
"100589": "帝君遊塵記·四",
"100590": "荒山孤剣録·一",
"100591": "荒山孤剣録·二",
"100592": "荒山孤剣録·三",
"100593": "荒山孤剣録·四",
"100594": "六のプレゼント",
"100595": "潮汐から翠児への返信",
"100596": "小月のプレゼント",
"100597": "銀杏から博来への手紙",
"100598": "昭から江舟への領収書",
"100599": "昭から安への領収書",
"100600": "翠児から潮汐への手紙",
"100601": "分厚いノート",
"100602": "ジャックの地図",
"100603": "ジャックの冒険の証",
"100604": "檻の鍵",
"100605": "「アイシングスライム」",
"100606": "野生の琉璃百合",
"100607": "蒲公英の海の狐·4",
"100608": "蒲公英の海の狐·8",
"100609": "蒲公英の海の狐·9",
"100610": "イノシシプリンセス·6",
"100611": "少女ヴィーラの憂鬱·4",
"100612": "少女ヴィーラの憂鬱·6",
"100613": "少女ヴィーラの憂鬱·7",
"100614": "少女ヴィーラの憂鬱·8",
"100615": "ヒルチャール習慣考察·3",
"100617": "山と海の書",
"100620": "姫の箱",
"100621": "司祭の箱",
"100622": "記録者の箱",
"100623": "普通なスイートフラワー",
"100624": "璃月風土誌·迎神",
"100625": "「独眼坊」の人形",
"100626": "六の手紙",
"100627": "古い杭",
"100628": "粗末な布袋",
"100629": "神秘的な石板",
"100630": "宝盗団の「偵察情報」",
"100631": "ヴィクトルが無くした箱",
"100632": "お知らせ内容が書いてある紙",
"100633": "過去の経営許可書",
"100634": "営業場所証明書と営業安全許諾書",
"100635": "出港申請審査結果",
"100636": "「雪のイノシシ王」の肉",
"100637": "絶雲紀聞·無妄",
"100638": "絶雲紀聞·山霊",
"100639": "珠玉の鉱山",
"100640": "璃月風土誌·霓裳花",
"100641": "璃月風土誌·琉璃百合",
"100642": "連心珠·1",
"100643": "連心珠·2",
"100644": "連心珠·3",
"100645": "古い考察日誌·1",
"100646": "特製モンド風ハッシュドポテト",
"100647": "特製杏仁豆腐",
"100648": "特製真珠翡翠白玉湯",
"100649": "特製鳥肉のスイートフラワー漬け焼き",
"100650": "特製松茸の肉巻き",
"100651": "特製翠玉福袋",
"100652": "特製完熟トマトのミートソース",
"100653": "特製黒背スズキの唐辛子煮込み",
"100654": "特製モラミート",
"100655": "特製午後のパンケーキ",
"100656": "特製お食べくだ菜",
"100657": "特製椒椒鶏",
"100658": "特製モンド風ハッシュドポテト",
"100659": "特製黒背スズキの唐辛子煮込み",
"100660": "特製お食べくだ菜",
"100661": "特製モンド風焼き魚",
"100662": "特製豚肉の油炒め",
"100663": "特製ハスの実入り茶碗蒸し",
"100664": "特製漁師トースト",
"100665": "特製杏仁豆腐",
"100666": "特製真珠翡翠白玉湯",
"100667": "命令書",
"100681": "嘉義の手紙",
"100682": "懐かしい味の椒椒鶏",
"100683": "豪華なおもちゃ箱",
"100684": "聡子が予約した浮生の石片",
"100685": "特製の霄灯",
"100686": "グローリーの蒲公英の種",
"100687": "サイリュスの手紙",
"100688": "清昼のサイン",
"100689": "新鮮な生花が入った荷物",
"100690": "新鮮な生花が入った荷物",
"100691": "帝君遊塵記·四",
"100692": "古い考察日誌·2",
"100693": "古い考察日誌·3",
"100699": "「栄発商店」の領収書",
"100700": "新鮮な生花が入った荷物",
"100701": "新鮮な生花が入った荷物",
"100702": "新鮮な生花が入った荷物",
"100703": "感謝の手紙",
"100704": "実験用薬剤",
"100705": "「冷製鮮肉」",
"100706": "冒険者ロアルドの日誌·ドラゴンスパイン",
"100707": "「写真機」が写した絵",
"100708": "「写真機」が写した絵",
"100709": "禁忌滅却の札",
"100710": "ハリス特製ホワイトソースポトフ",
"100711": "宝の地図",
"100712": "変なメモ",
"100713": "1袋のモラ",
"100714": "水に浸かっていた箱",
"100715": "珠玉の鉱山",
"100716": "星銀鉱触媒",
"100717": "星銀鉱触媒",
"100718": "星銀鉱触媒",
"100719": "星銀鉱触媒",
"100720": "星銀鉱触媒",
"100723": "デクが作った霄灯",
"100724": "名前の無い明霄の灯",
"100726": "桂の薬",
"100727": "星銀鉱触媒",
"100728": "蒲公英の種",
"100729": "思妤の霄灯",
"100730": "絶雲紀聞·麒麟",
"100731": "絶雲紀聞·玉遁",
"100732": "侠客記·黒貉編",
"100733": "侠客記·留塵編",
"100734": "犬と二分の一·6",
"100735": "犬と二分の一·7",
"100736": "犬と二分の一·8",
"100737": "喬おばに送る杏仁豆腐",
"100738": "グミに送るエビのポテト包み揚げ",
"100739": "不幸が漂う料理",
"100740": "失われた冒険者のノート",
"100741": "壊れている霄灯の火屋",
"100742": "硬い鉄の塊",
"100743": "硬い水晶の塊",
"100744": "赤いググプラム",
"100745": "新鮮な絶雲の唐辛子",
"100746": "厳選したプレゼント",
"100747": "海灯祭のお土産",
"100748": "熱いトリックフラワーの蜜",
"100749": "「万民堂」の出前料理",
"100750": "奇妙な箱",
"100751": "題字を持つ霄灯",
"100752": "土質のサンプル",
"100753": "新鮮な清心",
"100754": "スライムに呑み込まれたドドリアン",
"100755": "新鮮なハスの花托",
"100756": "木の板",
"100757": "新鮮な獣肉",
"100758": "良質な冷製鮮肉",
"100759": "風花祭の風景画",
"100760": "風花祭の風景画",
"100761": "風花祭の風景画",
"100762": "不思議で綺麗な花",
"100763": "「気をつけろ!」",
"100764": "新鮮なヴァルベリー",
"100765": "炎スライムの液体",
"100766": "特別な水筒",
"100767": "ノートなのかな…?",
"100768": "「鎮め物」",
"100769": "「鎮め物」",
"100770": "五百蔵から渡された「鎮め物」",
"100771": "巻物の形をした「鎮め物」",
"100772": "鍵の形をした「鎮め物」",
"100774": "古びた鍵",
"100775": "古い石板",
"100776": "古い石板",
"100777": "古い石板",
"100778": "古い石板",
"100779": "質の高い蒲公英の種",
"100780": "質の高い風車アスター",
"100781": "特製ドリンク",
"100782": "特製ドリンク",
"100783": "犬と二分の一·9",
"100784": "犬と二分の一·10",
"100785": "犬と二分の一·11",
"100786": "連心珠·4",
"100787": "連心珠·5",
"100788": "ヒルチャール語ハンドブック",
"100789": "みくじ竹",
"100790": "みくじ竹",
"100791": "みくじ竹",
"100792": "みくじ竹",
"100793": "みくじ竹",
"100794": "みくじ竹",
"100795": "みくじ竹",
"100796": "みくじ竹",
"100797": "みくじ竹",
"100798": "「おみくじ」",
"100799": "「おみくじ」",
"100800": "「おみくじ」",
"100801": "「おみくじ」",
"100802": "「おみくじ」",
"100803": "「おみくじ」",
"100804": "「おみくじ」",
"100805": "「おみくじ」",
"100806": "「おみくじ」",
"100807": "怪奇な「おみくじ」",
"100808": "怪奇な「おみくじ」",
"100809": "怪奇な「おみくじ」",
"100810": "怪奇な「おみくじ」",
"100811": "「誓いの岬」の風景画",
"100812": "「星拾いの崖」の風景画",
"100813": "「風立ちの地」の風景画",
"100814": "サイリュスから玉霞への手紙",
"100815": "雪山の風景画",
"100816": "「南十字武闘会」の優勝メダル",
"100817": "梱包された「漬け野菜肉炒め」",
"100818": "リリーの手作りパンケーキ",
"100819": "不思議な部品",
"100820": "鬱金の水晶",
"100821": "薄紅の水晶",
"100822": "水色の水晶",
"100823": "鬱金のうろこ",
"100824": "水色のうろこ",
"100825": "薄紅のうろこ",
"100826": "ねこまんま",
"100827": "猫用おもちゃ",
"100828": "新鮮なうろこ",
"100829": "奇妙な…ドリンク?",
"100830": "枯れ井戸で見つけた金袋",
"100831": "老石",
"100832": "少しボロボロの木の板",
"100833": "少し腐った木の板",
"100835": "翠珏石",
"100836": "翠含石の欠片",
"100837": "「解翠行」の証明書",
"100838": "総務司備案書類",
"100839": "「不卜廬」の薬理認定",
"100840": "新鮮なスライムの液体",
"100841": "「ハラハラ島」の壁画",
"100842": "「ボロボロ島」の壁画",
"100843": "名無し島の壁画",
"100844": "「フタフタ島」の壁画",
"100845": "筆跡がかすれているノート",
"100846": "新鮮な魚肉",
"100849": "ボロボロな貨物リスト",
"100850": "水中で見つけた貨物袋",
"100851": "小さな名無し島の壁画",
"100852": "はっきりと映った記録写真",
"100853": "そこそこはっきりと映った記録写真",
"100854": "少しぼやけた記録写真",
"100855": "捨てられた一本の刀",
"100856": "一壺の酒",
"100857": "主なき一本の刀",
"100858": "一袋の花の種",
"100859": "奇妙なホラガイ",
"100861": "明日に死す賢者エトリア",
"100862": "正直猫の小さな嘘",
"100863": "文学団",
"100864": "錆びた鍵",
"100866": "「菫鬼」の刀",
"100867": "「赤鬼」の刀",
"100868": "「おみくじ」",
"100869": "「おみくじ」",
"100870": "「おみくじ」",
"100871": "「おみくじ」",
"100872": "「おみくじ」",
"100873": "「おみくじ」",
"100874": "「おみくじ」",
"100875": "常九へのプレゼント",
"100876": "「枕玉」へのプレゼント",
"100880": "檻の鍵",
"100881": "金属の鍵",
"100882": "竺子の家書",
"100883": "字がかすれているおみくじ",
"100884": "破損した紙切れ",
"100885": "華麗な絹",
"100886": "特製レシピ:キノコピザ",
"100889": "卯師匠特製椒椒鶏",
"100890": "香菱の手書きメモ",
"100891": "黄ばんだ手紙",
"100892": "ワヒッドの手作りおにぎり",
"100893": "「長野原花火屋」の短冊",
"100894": "御霊真珠",
"100895": "月浴淵の鍵",
"100896": "奇妙な水瓶",
"100897": "「願い」が込められた水",
"100898": "「霊草」に必要な水",
"100899": "林蔵の手紙",
"100900": "林蔵の記章",
"100901": "隠された帳簿",
"100902": "「木漏茶屋」の招待状",
"100903": "恋文のような手紙",
"100904": "煮込まれた肉",
"100905": "『七人目の武士』台本",
"100907": "誰かが残したメモ",
"100908": "みくじ竹",
"100909": "みくじ竹",
"100910": "みくじ竹",
"100911": "みくじ竹",
"100912": "みくじ竹",
"100913": "みくじ竹",
"100914": "みくじ竹",
"100916": "ほのかに香る手紙",
"100917": "通行証",
"100918": "九条鎌治直筆の手紙",
"100919": "菓子箱",
"100920": "仄暗い手綱",
"100921": "手綱",
"100922": "狭間の「蘇生手綱」の破片",
"100923": "廟前の「蘇生手綱」の破片",
"100924": "蛇心の「蘇生手綱」の破片",
"100925": "蘇生手綱",
"100926": "狭間の供物",
"100927": "廟前の供物",
"100928": "蛇心の供物",
"100929": "常世国龍蛇伝",
"100930": "アビサルヴィシャップの実験記録",
"100931": "日月前事",
"100932": "白夜国地理水文誌",
"100933": "光昼影底集",
"100939": "血枝珊瑚",
"100940": "神輿手綱",
"100941": "伊達の認可状",
"100942": "伊達の認可状",
"100943": "密室の鍵",
"100944": "忘川の水",
"100945": "龍骨花の露玉",
"100946": "どこかへの鍵",
"100947": "どこかへの鍵",
"100948": "どこかへの鍵",
"100949": "天日干しされたスイートフラワー",
"100950": "変わった羽毛",
"100951": "マウシロ",
"100952": "マウシロ",
"100955": "「祟り神」の影響を受けたオニカブトムシ",
"100956": "損失した部品",
"100957": "弔いの仮面",
"100958": "無想刃狭間·磐柱附玉",
"100959": "無想刃狭間·磐柱鎮石",
"100960": "蛇神の首·磐柱附玉",
"100961": "蛇神の首·磐柱鎮石",
"100962": "蛇骨鉱坑·磐柱附玉",
"100963": "蛇骨鉱坑·磐柱鎮石",
"100964": "無明砦·磐柱附玉",
"100965": "無明砦·磐柱鎮石",
"100966": "「鳴草」の種",
"100967": "良質な「冷製鮮肉」",
"100968": "熱々の獣肉シチュー",
"100969": "一通の家信",
"100970": "ボロボロな手紙",
"100971": "薬師の手帳·一",
"100972": "薬師の手帳·二",
"100973": "薬師の手帳·三",
"100974": "開封した手紙",
"100975": "稲葉藤三郎久蔵 絶筆",
"100976": "星の如き宝珠",
"100977": "石板",
"100978": "「神居島崩砲」の位置図",
"100979": "秘密のノート",
"100980": "良質な米",
"100981": "爽やかに香るお米プリン",
"100982": "風スライムに呑み込まれたタケノコ",
"100983": "熱々の文心豆腐",
"100984": "化石が入った袋",
"100985": "「宝庫」の鍵",
"100986": "欠けたノート",
"100987": "ボロボロの紙切れ",
"100988": "「セイライ島」の記録写真",
"100989": "「セイライ島」の記録写真·二",
"100990": "「セイライ島」の記録写真·三",
"100991": "「セイライ島」の記録写真·四",
"100992": "藤原俊子の「宝蔵図」",
"100993": "一袋の豆",
"100995": "右側から撮った写真",
"100996": "左側から撮った写真",
"100997": "粗悪な星銀鉱石",
"100998": "上質な星銀鉱石",
"100999": "鍵",
"101000": "服の入った四角い箱",
"101501": "『朱鷺町物語·序』の破れたページ",
"101502": "『朱鷺町物語·一』の破れたページ",
"101503": "『朱鷺町物語·二』の破れたページ",
"101504": "『朱鷺町物語·三』の破れたページ",
"101505": "『朱鷺町物語·四』の破れたページ",
"101506": "『朱鷺町物語·五』の破れたページ",
"101507": "朱鷺町物語·序",
"101508": "朱鷺町物語·一",
"101509": "朱鷺町物語·二",
"101510": "朱鷺町物語·三",
"101511": "朱鷺町物語·四",
"101512": "朱鷺町物語·五",
"101513": "通行証",
"101514": "団子牛乳",
"101515": "洞天通行証",
"101517": "特別な緋櫻毬",
"101518": "雷櫻の隣に生息するカニ",
"101519": "新鮮な海草",
"101520": "新鮮な緋櫻毬",
"101521": "新鮮なキンギョソウ",
"101522": "新鮮な鳥の卵",
"101523": "新六狐伝·序",
"101524": "新六狐伝·一",
"101525": "新六狐伝·二",
"101526": "新六狐伝·三",
"101527": "新六狐伝·四",
"101528": "珊瑚宮記",
"101529": "ハマヴァラーン戦記·序言",
"101530": "ハマヴァラーン戦記·1",
"101531": "ハマヴァラーン戦記·2",
"101532": "沈秋拾剣録·一",
"101533": "沈秋拾剣録·二",
"101534": "沈秋拾剣録·三",
"101535": "沈秋拾剣録·四",
"101536": "沈秋拾剣録·五",
"101537": "神櫻大祓要略",
"101538": "新鮮なキノコ",
"101539": "カニのおとり",
"101540": "誰かの日誌·その5·刃連島",
"101541": "冒険者ロアルドの日誌·離島",
"101542": "鳴神大社の御守り",
"101543": "天領奉行上奏文書",
"101544": "天領奉行の密書",
"101545": "特大版花火",
"101546": "特殊な魔晶鉱",
"101547": "鉱滓",
"101548": "亡国の美奈姫·1",
"101549": "亡国の美奈姫·2",
"101550": "亡国の美奈姫·3",
"101551": "亡国の美奈姫·4",
"101552": "亡国の美奈姫·5",
"101553": "亡国の美奈姫·6",
"101554": "フィッシュル皇女物語·0巻",
"101558": "テイワット観光ガイド·稲妻編",
"101559": "手紙が入った漂流瓶",
"101560": "鬼武道",
"101561": "鳴神大社の御守り",
"101570": "開運御守り",
"101571": "一箱の釘",
"101572": "木の板",
"101573": "ロープ",
"101575": "キトの匂い袋",
"101576": "「宝の地図」の欠片",
"101577": "「宝の地図」の欠片",
"101578": "「宝の地図」の欠片",
"101579": "「宝の地図」の欠片",
"101580": "シトキに残した「宝の地図」",
"101581": "マキリの御守り",
"101582": "汎用型指向伝導部品",
"101583": "錆びた鍵",
"101584": "重い鍵",
"101585": "完全な状態の鍵",
"101586": "墨田の手紙",
"101587": "新型花火",
"101588": "新六狐伝·五",
"101589": "北国銀行の金券",
"101590": "乱雑に描かれた宝の地図",
"101591": "木南杏奈の「活力にゃんこ飯」",
"101592": "アウタケの石",
"101593": "汎用型指向伝導部品",
"101594": "汎用型指向伝導部品",
"101595": "汎用型指向伝導部品",
"101596": "珊瑚宮民間信仰に関する初調査",
"101597": "巫女曚雲小伝",
"101598": "「東王」史論",
"101599": "研澄真影打ち珍説·1",
"101600": "不思議な石",
"101601": "冒険者ロアルドの日誌·鶴観",
"101602": "新鮮な鳥肉",
"101603": "新鮮な魚肉",
"101604": "回収品の入った袋",
"101605": "修理されたクシ",
"101606": "謎のチラシ",
"101607": "厳密なスケジュール",
"101608": "簡潔なスケジュール",
"101609": "砕星鉄鉱",
"101610": "秘華石",
"101611": "千奇核心",
"101612": "仙家呪符",
"101613": "村の変遷記録",
"101614": "ボロボロなノート",
"101615": "山石閑談",
"101616": "きちんと書かれた手紙",
"101617": "モンの漂流瓶",
"101618": "流明石",
"101619": "沐寧のメモ",
"101620": "宝の地図の断片",
"101621": "宝盗団の宝の地図",
"101622": "倉庫の鍵·甲",
"101623": "倉庫の鍵·乙",
"101624": "一揃いの砲弾",
"101625": "特殊な磐石のオイル",
"101626": "「岩堂の鍵」",
"101627": "変わった岩の写真",
"101628": "教令院の推薦状",
"101629": "青淵宝珠",
"101630": "鉄製の鍵",
"101631": "鉱夫の鍵",
"101632": "「才慧の加護」",
"101633": "信管の入った「発破砲」の砲弾",
"101634": "人形",
"101635": "遠眺の花",
"101636": "高翔の羽",
"101637": "歳時の日時計",
"101638": "共飲の杯",
"101639": "加護の冠",
"101640": "同沢の槍",
"101641": "黄銅の指輪",
"101642": "老石",
"101643": "干からびた種",
"101645": "岳川の漂流瓶",
"101648": "平泉の荷物",
"101649": "牢屋の鍵",
"101650": "摘みたてのドドリアン",
"101651": "摘みたてのイグサ",
"101652": "摘みたてのセシリアの花",
"101654": "遺跡機械のコア",
"101655": "伊達の鍵",
"101656": "積み重ねられたスミレウリ",
"101657": "上質な線香",
"101659": "不思議な「キューブ」",
"101660": "無理やり渡された紙切れ",
"101661": "特製の「みくじ竹」",
"101662": "「最終指令」",
"101663": "服の入った紙袋",
"101664": "特別な「おみくじ」",
"101665": "奇妙な物",
"101666": "「磐鍵」の位置図",
"101667": "軽いモラ袋",
"101668": "どっさりとしたモラ袋",
"101669": "ふくよかな魚肉",
"101670": "筆跡の綺麗な手紙",
"101671": "雲菫直筆の手紙",
"101672": "リュドヒカの手紙",
"101673": "リュドヒカのモラ袋",
"101674": "「ファデュイ暗号集」",
"101675": "軽いお財布",
"101676": "マージョリーのプレゼント",
"101677": "ヴィクトルのプレゼント",
"101678": "新鮮なググプラム",
"101679": "リュドヒカのおみくじ",
"101680": "常世国龍蛇伝",
"101681": "日月前事",
"101682": "白夜国地理水文誌",
"101683": "アビサルヴィシャップの実験記録",
"101684": "光昼影底集",
"101685": "『旅人の奇妙な冒険』",
"101686": "『旅人の奇妙な冒険』",
"101687": "『旅人の奇妙な冒険』",
"101688": "『旅人の奇妙な冒険』",
"101690": "沐寧のメモ",
"101691": "琉璃寒晶",
"101694": "血染めの士官記章",
"101695": "ニコライ伍長のノート",
"101696": "ニコライ伍長の日誌",
"101697": "モラ袋",
"101698": "『真正探霊筆記』",
"101699": "夢櫻",
"101700": "淵海鉱石",
"101701": "常世の莢",
"101702": "殻の宝玉",
"101703": "破れた装飾品",
"101704": "破れた装飾品",
"101706": "つみの地図",
"101707": "「薄縁満光天目」",
"101708": "檻の鍵",
"101709": "破損した石板",
"101710": "神秘的な石板",
"101711": "彦博のメモ",
"101712": "ニコライの手紙",
"101716": "荒瀧盛世豪鼓大祭典!",
"101717": "工事現場の記録",
"101721": "古びたノート",
"101722": "古びたノート",
"101723": "古びたノート",
"101724": "志璇の手紙",
"101725": "到着時刻表",
"101726": "五歌仙の資料概要",
"101727": "『五歌仙容彩·翠光編』",
"101728": "『五歌仙容彩·葵の翁編』",
"101729": "『五歌仙容彩·赤人編』",
"101730": "『五歌仙容彩·墨染編』",
"101731": "『五歌仙容彩·墨染編』",
"101732": "古代の鍛造図",
"101733": "楓原義慶の手紙",
"101734": "タリエシンの詩稿",
"101735": "古びたノート",
"101736": "古びたノート",
"101754": "早柚の給料袋",
"101755": "御建鳴神主尊大御所様像",
"101756": "心海の買い物リスト",
"101757": "狐のぬいぐるみ",
"101758": "「給料」の入った包み",
"101759": "古びたノート",
"101760": "隠されし秘宝の海図·全",
"101764": "『異郷人喧嘩旅~金髪武士に吹く死の風~』台本",
"101765": "『無生忍』台本",
"101766": "沈秋拾剣録·六",
"101767": "雷電将軍に転生したら、天下無敵になった",
"101768": "お願いっ!私の仙狐宮司",
"101769": "出発!ドドコ",
"101770": "赤穂秘宝の在所·其の一",
"101771": "赤穂秘宝の在所·其の二",
"101772": "赤穂秘宝の在所·其の三",
"101773": "赤穂秘宝の在所·其の四",
"101774": "ヤグナ草",
"101775": "ゾーラ茸",
"101776": "バルサムフラワー",
"101779": "アランハオマ",
"101780": "『無生忍』台本",
"101781": "『無生忍』台本",
"101782": "瑾武が作ったスープ",
"101795": "一袋の装飾品",
"101796": "ヴァスミリティ",
"101797": "出発!ドドコ",
"101798": "航路の覚え書き",
"101799": "順路の覚え書き·其の一",
"101800": "順路の覚え書き·其の二",
"101801": "星象の欠片",
"101802": "星象の欠片",
"101803": "星象の欠片",
"101804": "星象の欠片",
"101805": "星象の欠片",
"101806": "星象の欠片",
"101807": "星象の欠片",
"101808": "星象の欠片",
"101809": "ヴァソマの実",
"101811": "「花冠」",
"101812": "「花冠」",
"101813": "ビージャの実",
"101814": "アランラナの花",
"101815": "アランラジャの花",
"101816": "名もなき花",
"101817": "アランパンドゥの花",
"101818": "アランコンティの花",
"101819": "アランナクラの花",
"101820": "アランバリカの花",
"101821": "アランナガの花",
"101822": "アランナキンの花",
"101823": "アランガルの花",
"101824": "アランラキャの花",
"101825": "アランイシャの花",
"101826": "アランカラの花",
"101827": "「兄妹たち」の花",
"101828": "歌摘みの花",
"101829": "アランリラとアランニシャットの花",
"101830": "アランカンタの花",
"101832": "あなたとアランナラの物語",
"101833": "「緊急調整計画書」",
"101834": "星象の欠片",
"101835": "鍵",
"101836": "泉水の入ったボトル",
"101837": "氷封の心の花びら",
"101838": "筆跡の綺麗な手記",
"101839": "一通の手紙",
"101840": "築山原岩(左)",
"101841": "築山原岩(右)",
"101842": "築山彫刻道具",
"101843": "築山彫刻道具",
"101854": "優悠山石·左",
"101855": "優悠山石·右",
"101856": "浮光山石·左",
"101857": "浮光山石·右",
"101858": "磐固山石·左",
"101859": "磐固山石·右",
"101860": "活源水",
"101861": "一箱のパーツ",
"101862": "得体の知れない紙切れ 其の一",
"101863": "得体の知れない紙切れ 其の二",
"101864": "得体の知れない紙切れ 其の三",
"101865": "得体の知れない紙切れ 其の四",
"101866": "一枚の紙切れ",
"101893": "法医室の研究日誌のページ",
"101894": "得体の知れない紙切れ",
"101896": "晶核",
"101897": "晶核",
"101898": "晶核",
"101899": "黄ばんだ古いノート",
"101900": "謎の手紙",
"101901": "防水仕様と思われるノート",
"101902": "余韻の鍵",
"101903": "届いたばかりの手紙",
"101904": "アカツキワイナリーの絶品ブドウジュース",
"101905": "スライムの液体を染み込ませた土",
"101906": "トリックフラワーの根っこの土",
"101907": "ジメジメした土",
"101908": "星光凝核",
"101909": "雪山物資·ハム",
"101910": "幽羽夜巡の契約",
"101911": "特製おもちゃ用「セメン土」",
"101913": "トリックフラワーの根っこの土",
"101914": "肥沃な土?",
"101915": "廃棄された「セメン土」",
"101916": "奉行所の尋ね人依頼",
"101917": "海塩が付着している鍵",
"101919": "特別な鳥の卵",
"101920": "特別なキノコ",
"101921": "特別なミント",
"101922": "特別なハッラの実",
"101923": "特別なスイートフラワー",
"101925": "ティナリの弁当箱",
"101926": "ハイパシアへの手紙",
"101927": "旅人の手作り弁当",
"101928": "ティナリの紹介状",
"101929": "取引用モラ袋",
"101930": "缶詰知識の袋",
"101931": "缶詰知識「片手剣の戦闘技術·八」",
"101932": "情報購入用モラ袋",
"101933": "取引現場の写真",
"101934": "情報屋の暗号表",
"101935": "置き間違えられたホラガイ·1",
"101936": "置き間違えられたホラガイ·2",
"101937": "置き間違えられたホラガイ·3",
"101938": "ビマリスタンがガルゲンに出した処方薬",
"101939": "ビマリスタンがアズラに出した処方薬",
"101940": "ビマリスタンがアフタブに出した処方薬",
"101941": "新鮮なハッラの実",
"101942": "新鮮なザイトゥン桃",
"101943": "赤く染まった布地",
"101944": "「最高に美味しい水」",
"101945": "銀メッキの懐中時計",
"101946": "古びた記章",
"101947": "新鮮なスライムの液体",
"101948": "サリーの便箋",
"101949": "サリーの便箋",
"101950": "サリーの便箋",
"101951": "新鮮なサウマラタ蓮",
"101952": "ローズの萌芽",
"101953": "勇士の鷹の羽根",
"101954": "花の御守り",
"101955": "採れたての新鮮キノコ",
"101956": "異常なスメールローズ",
"101957": "謎解きが書かれた紙",
"101958": "謎解きが書かれた紙",
"101959": "謎解きが書かれた紙",
"101960": "謎解きが書かれた紙",
"101961": "ラフィクの造船材料",
"101962": "風に乾いた小さな花",
"101963": "活性化済み·缶詰知識",
"101964": "ペルシーコフのレポート",
"101965": "普通の木材",
"101966": "ファデュイの食事",
"101967": "筐底の宝の地図",
"101968": "点滅する部品",
"101969": "ヒエログリフタブレット·谷",
"101970": "ヒエログリフタブレット·鳥の頭",
"101971": "ヒエログリフタブレット·上げた腕",
"101972": "ヒエログリフタブレット·砂嵐",
"101973": "ヒエログリフタブレット·耳殻",
"101974": "ヒエログリフタブレット·樹木",
"101975": "ヒエログリフタブレット·雷霆",
"101976": "ヒエログリフタブレット·危険",
"101977": "ヒエログリフタブレット·槌",
"101978": "ヒエログリフタブレット·日の出",
"101979": "ヒエログリフタブレット·王権",
"101980": "ヒエログリフタブレット·羊の頭",
"101981": "ヒエログリフタブレット·ワニの頭",
"101982": "ヒエログリフタブレット·巨蛇",
"101983": "ヒエログリフタブレット·祭祀",
"101984": "ヒエログリフタブレット·労働",
"101985": "ヒエログリフタブレット·砂丘",
"101987": "ゴールデンローズの種",
"101988": "透明遺跡の記録·其の一",
"101989": "羊呑の岩の記録",
"101990": "飽飲の霊廟の記録",
"101991": "ソヘイルの考古ノート",
"101992": "アアルの影の記録",
"101993": "暮夜劇団団長の手稿",
"101994": "摘みたてのハッラの実",
"101995": "署名のない紙切れ",
"101996": "ボロボロな記録",
"101997": "リメルト装置",
"101998": "リメルトタブレット",
"101999": "雇い主の命令",
"120000": "アラニからニルファへのメモ",
"120001": "カビカバスの論文",
"120002": "風に乾いた花",
"120003": "アミティ装置の欠片·其の一",
"120004": "アミティ装置の欠片·其の二",
"120005": "アミティ装置の欠片·其の三",
"120006": "ジャザリーのモラ袋",
"120007": "「究極無敵」な冒険手帳",
"120008": "失われたエネルギーブロック",
"120009": "奇妙な羊皮紙",
"120011": "枯れたクサヴァ",
"120012": "グラブジル特製!ペットの蛇の餌",
"120013": "変わったビーズ",
"120014": "小さな変わった帽子",
"120015": "古びたラック",
"120016": "ジャヴィの「夢」",
"120017": "ボロボロな紙切れ",
"120018": "牧童と魔法の瓶",
"120019": "シェロイとシリンの物語·1",
"120020": "シェロイとシリンの物語·2",
"120021": "アフマルの物語",
"120022": "遐葉論·1",
"120023": "遐葉論·2",
"120024": "遐葉論·3",
"120025": "プシュパの歌·1",
"120026": "プシュパの歌·2",
"120027": "プシュパの歌·3",
"120028": "霊光への頌歌",
"120029": "透明遺跡の記録·其の二",
"120030": "透明遺跡の記録·其の三",
"120031": "古びた鍵",
"120032": "封の開かれた羊皮紙",
"120033": "道しるべの羊皮紙",
"120034": "囁きの羊皮紙",
"120035": "不思議な羊皮紙",
"120036": "古い仕事日誌",
"120037": "教令院考察隊の臨時報告",
"120038": "ザンディクのノート",
"120039": "ソホレのノート",
"120040": "スメール考察隊のノート",
"120041": "解剖記録",
"120042": "ボロボロな出勤記録",
"120043": "仕入れた物資",
"120044": "仕入れた物資",
"120045": "仕入れた物資",
"120046": "仕入れた物資",
"120047": "カルテ",
"120048": "診断書",
"120049": "シェヴァマの「仕入れ資金」",
"120050": "曲清の「仕入れ資金」",
"120051": "関垂の「仕入れ資金」",
"120052": "ザカリヤがマルフのために出した「処方箋」",
"120053": "ザカリヤがマルフのために出した「処方箋」",
"120054": "ザカリヤがマルフのために出した「処方箋」",
"120056": "ザカリヤがマルフのために作った薬",
"120059": "優雅な筆跡のノート",
"120061": "ネルミンが作った「ミントビーンスープ」",
"120063": "未来星",
"120064": "チャージ変換器",
"120065": "レイフの荷物",
"120066": "ネルミンの香料",
"120067": "鍵の石板·其の一",
"120068": "『千夜物語·一』の破れたページ",
"120069": "『千夜物語·二』の破れたページ",
"120070": "『千夜物語·三』の破れたページ",
"120071": "『千夜物語·四』の破れたページ",
"120072": "『千夜物語·五』の破れたページ",
"120073": "『千夜物語·六』の破れたページ",
"120074": "千夜物語·一",
"120075": "千夜物語·二",
"120076": "千夜物語·三",
"120077": "千夜物語·四",
"120078": "千夜物語·五",
"120079": "千夜物語·六",
"120080": "サミエルのメッセージ",
"120081": "サミエルのメッセージ",
"120082": "シェヴァマへの受注書",
"120083": "曲清への受注書",
"120084": "関垂への受注書",
"120086": "「渡魂の舟」",
"120087": "「聖顕殿」",
"120088": "「辺境要塞」",
"120089": "「キングデシェレトの柱」",
"120091": "「ジュラバド神殿」",
"120092": "活性化デバイス·「キングデシェレトの霊廟」",
"120093": "活性化デバイス·「キングデシェレトの水晶杯」",
"120094": "活性化デバイス·「渡魂の舟」",
"120095": "活性化デバイス·「聖顕殿」",
"120096": "活性化デバイス·「辺境要塞」",
"120097": "活性化デバイス·「キングデシェレトの柱」",
"120099": "活性化デバイス·「ジュラバド神殿」",
"120100": "永遠のオアシスの記憶·一",
"120101": "永遠のオアシスの記憶·二",
"120102": "永遠のオアシスの記憶·三",
"120103": "タッドラーの羽根",
"120104": "ファデュイの拠点の鍵",
"120105": "ヒエログリフタブレット·嶮崖",
"120106": "ヒエログリフタブレット·大扉",
"120107": "神秘的な石板·一",
"120108": "神秘的な石板·二",
"120109": "神秘的な石板·三",
"120110": "神秘的な石板·四",
"120111": "神秘的な石板·五",
"120112": "神秘的な石板·六",
"120113": "セノの紹介状",
"120114": "古い地図",
"120115": "オークションの資料",
"120116": "封じられた資料「帰元ノ庭」",
"120117": "鍵の石板·其の二",
"120118": "アザライの資金",
"120119": "ラマからの領収書",
"120120": "ブトルスからの領収書",
"120121": "ジュートからの領収書",
"120122": "ジャハンギルからの領収書",
"120123": "「砂漠特別旅行パック(限定版)」",
"120124": "萌蘖のタケノコ",
"120126": "一通のメッセージ",
"120127": "新生の白き枝",
"120128": "うっすらと読み取れる銘文",
"120129": "うっすらと読み取れる銘文",
"120130": "うっすらと読み取れる銘文",
"120131": "うっすらと読み取れる銘文",
"120132": "うっすらと読み取れる銘文",
"120133": "うっすらと読み取れる銘文",
"120134": "うっすらと読み取れる銘文",
"120135": "うっすらと読み取れる銘文",
"120136": "うっすらと読み取れる銘文",
"120137": "うっすらと読み取れる銘文",
"120138": "欠けた診療記録",
"120139": "ザンディクのノート",
"120140": "作者不明の日記",
"120141": "ボロボロな記録",
"120142": "内部撤退行動公文",
"120143": "被検体に関する初期検査",
"120144": "移転に関する通達",
"120145": "長距離探索者の覚え書き·其の一",
"120146": "長距離探索者の覚え書き·其の二",
"120147": "長距離探索者の覚え書き·其の三",
"120148": "長距離探索者の覚え書き·其の四",
"120149": "長距離探索者の覚え書き·其の五",
"120150": "長距離探索者の覚え書き·其の六",
"120151": "貨物取引に関する返書",
"120152": "イベントの告知",
"120153": "ハニヤーのノート·一",
"120154": "ハニヤーのノート·二",
"120155": "八重神子に渡す手がかり",
"120156": "セノの手紙",
"120157": "レイラの注文書",
"120158": "初期調査の手がかり",
"120159": "ハニヤーのノート",
"120160": "特別な「叡智宝珠」",
"120161": "謎に満ちたファデュイの手紙",
"120162": "「剣の柄」に見える何か",
"120163": "『稲妻のたたら砂エリアに存在しうる重大な歴史事件についての簡単な分析』",
"120164": "『黯雲の島』",
"120165": "『稲妻のたたら砂エリアに存在しうる重大な歴史事件についての簡単な分析』",
"120166": "『黯雲の島』",
"120179": "一箱の「故郷の土」",
"120180": "解析された内容",
"120181": "旭東の手紙",
"120182": "ジュラバドの古事·1",
"120183": "ジュラバドの古事·2",
"120184": "ジュラバドの古事·3",
"120185": "ジュラバドの古事·4",
"120186": "ジュラバドの古事·5",
"120187": "破損した石板",
"120188": "ダマーヴァンド山の古事·1",
"120189": "ダマーヴァンド山の古事·2",
"120190": "ダマーヴァンド山の古事·3",
"120191": "「黄銅の仮面」の教え·1",
"120192": "「黄銅の仮面」の教え·2",
"120193": "「黄銅の仮面」の教え·3",
"120194": "古代オアシスの古事·1",
"120195": "古代オアシスの古事·2",
"120196": "古代オアシスの古事·3",
"120197": "古代オアシスの古事·4",
"120198": "古代オアシスの古事·5",
"120199": "古代オアシスの古事·6",
"120200": "徴集令の石板",
"120201": "赤鷲の羽根",
"120202": "サソリの尻尾",
"120203": "トビヘビの角",
"120204": "ゾーヤ·シュナイツェフナ大尉の行動報告·其の一",
"120205": "ゾーヤ·シュナイツェフナ大尉の行動報告·其の二",
"120206": "ゾーヤ·シュナイツェフナ大尉の行動報告·其の三",
"120207": "破損した記録·1",
"120208": "破損した記録·2",
"120209": "タニットのマークがある記録",
"120210": "ファデュイの手紙",
"120211": "残された手紙",
"120212": "ザンディクのノート",
"120213": "教令院のマークがある契約書",
"120214": "巨大機械のエネルギーシステム復元図",
"120215": "アデルフィへの密書",
"120216": "ある武器の「欠片」",
"120217": "出所不明のラーメン無料券",
"120218": "きっちり書かれたメモ",
"120219": "ジェイドの手紙",
"120220": "ユフィのノート",
"120221": "古い石の鍵",
"120226": "うっすらと読み取れる銘文",
"120227": "うっすらと読み取れる銘文",
"120228": "うっすらと読み取れる銘文",
"120229": "うっすらと読み取れる銘文",
"120230": "うっすらと読み取れる銘文",
"120231": "うっすらと読み取れる銘文",
"120232": "うっすらと読み取れる銘文",
"120233": "うっすらと読み取れる銘文",
"120235": "しわくちゃになったリスト",
"120236": "倉庫物資の受注書",
"120237": "古代オアシスの古事·7",
"120238": "古代オアシスの古事·8",
"120239": "古代オアシスの古事·9",
"120240": "古代オアシスの古事·10",
"120241": "雇用規則の石板",
"120242": "教令院のマークがある契約書",
"120243": "教令院のマークがある契約書",
"120248": "部族の行商人の手紙",
"120249": "ジェイドのメモ",
"120250": "熱々の腌篤鮮",
"120251": "「演武伝心」会場入場券",
"339901": "初心者プレイヤーメダル",
"339902": "上級プレイヤーメダル",
"339903": "プロプレイヤーメダル",
"339904": "マスタープレイヤーメダル",
"339905": "レジェンドプレイヤーメダル"
},
"CRICKET": {
"100121": "コオロギ(白)",
"100122": "コオロギ(青)",
"100123": "コオロギ(紫)",
"100124": "コオロギ(金)"
},
"WIDGET": {
"220001": "風神の瞳の共鳴石",
"220002": "岩神の瞳の共鳴石",
"220003": "岩のトレジャーコンパス",
"220004": "風捕りの瓶",
"220005": "ポケットワープポイント",
"220006": "「仙人探しの美食家」",
"220008": "三〇式·携帯式栄養袋",
"220009": "風のトレジャーコンパス",
"220013": "「宝探し仙霊」",
"220014": "小さな仙霊·露草",
"220015": "小さな仙霊·薄紅",
"220016": "小さな仙霊·鬱金",
"220017": "放熱瓶",
"220018": "写真機",
"220019": "不思議な「写真機」",
"220020": "特製の「写真機」",
"220021": "参量物質変化器",
"220022": "好奇心旺盛なエンドラー",
"220023": "エンドラー",
"220024": "風花祭記念風船",
"220025": "風吹きのライアー",
"220026": "塵歌壺",
"220027": "風護のバドルドー",
"220028": "ウェーブボートの修理箱",
"220029": "バンバン爆弾",
"220030": "ユラユラ爆弾",
"220031": "アツアツ爆弾",
"220032": "雷神の瞳の共鳴石",
"220033": "種の匣",
"220034": "雷のトレジャーコンパス",
"220035": "赤羽団扇",
"220036": "「追憶のレンズ」",
"220037": "「宝探し仙霊」",
"220038": "小さな仙霊·紫苑",
"220039": "変わった羽毛",
"220040": "変わった羽毛",
"220041": "???",
"220042": "アイシャ混沌探知機",
"220043": "「四方八方の網」",
"220044": "鏡花の琴",
"220045": "「式小将」",
"220046": "「四方の網」",
"220047": "「花火の筒」",
"220048": "流明石の触媒",
"220049": "睦疎の箱",
"220051": "荒瀧·盛世豪鼓",
"220052": "素材収集器",
"220053": "「クサヴァ」",
"220056": "秘典の箱",
"220057": "草神の瞳の共鳴石",
"220058": "草のトレジャーコンパス",
"220059": "「王樹の加護」",
"220061": "「宝探し仙霊」",
"220062": "小さな仙霊·翠苔",
"220063": "精巧な「写真機」",
"220064": "バヌの智慧",
"220065": "釣り糸安定装置",
"220066": "古びたライアー",
"220067": "ボンボン祭典クラッカー",
"220070": "「バブリー写真機」",
"220071": "「クサヴァ」",
"220072": "魔瓶ジンニー·リルパァール",
"220073": "「叡智宝珠」",
"220074": "縹錦からくり·留雲",
"220075": "野跡コンパス"
},
"ELEM_CRYSTAL": {
"101644": "流明石の原鉱",
"107001": "失われた風神の瞳",
"107003": "失われた岩神の瞳",
"107010": "緋紅玉髄",
"107011": "緋紅玉髄",
"107014": "失われた雷神の瞳",
"107015": "月逐い符",
"107016": "流明晶石",
"107017": "失われた草神の瞳"
},
"SPICE_FOOD": {
"101715": "香り高い松茸のアワビもどき",
"101719": "香り高いミントの和え物",
"101720": "香り高い璃月三糸",
"101737": "香り高いエビのあっさり炒め",
"101738": "香り高いエビのポテト包み揚げ",
"101739": "香り高い軽策農家料理",
"101740": "香り高い黒背スズキの唐辛子煮込み",
"101741": "香り高い豚肉の油炒め",
"101742": "香り高いチ虎魚焼き",
"101743": "香り高いかにみそ豆腐",
"101744": "香り高い黄金ガニ",
"101745": "香り高い真珠翡翠白玉湯",
"101746": "香り高い腌篤鮮",
"101747": "香り高い山幸の麺",
"101748": "香り高いモラミート",
"101749": "香り高い魚肉の焼き麺",
"101750": "香り高い四方平和",
"101751": "香り高い米まんじゅう",
"101752": "香り高い杏仁豆腐",
"101753": "香り高いハスの花パイ"
},
"ACTIVITY_GEAR": {
"101847": "スモールギア",
"101848": "ミドルギア",
"101849": "スターターギア",
"101850": "ラージギア",
"101851": "ダブルギア",
"101852": "ラージダブルギア",
"101853": "ゼロギア"
},
"ACTIVITY_ROBOT": {
"101867": "引換券1",
"101868": "引換券2",
"101869": "引換券3",
"101870": "引換券4",
"101871": "引換券5",
"101872": "引換券6",
"101873": "引換券7",
"101874": "引換券8",
"101875": "引換券9",
"101876": "引換券10",
"101877": "引換券11",
"101878": "引換券12",
"101879": "引換券13",
"101880": "引換券14",
"101881": "引換券15",
"101882": "引換券16",
"101883": "引換券17",
"101884": "引換券18",
"101885": "引換券19",
"101886": "引換券20"
},
"ACTIVITY_JIGSAW": {
"101887": "部品·風上",
"101888": "部品·空中",
"101889": "部品·雲外",
"101890": "部品·綴花",
"101891": "部品·独蕊",
"101892": "部品·澄緑"
},
"FOOD": {
"102001": "炎元素結晶の欠片",
"102002": "水元素結晶の欠片",
"102003": "草元素結晶の欠片",
"102004": "雷元素結晶の欠片",
"102005": "風元素結晶の欠片",
"102006": "氷元素結晶の欠片",
"102007": "岩元素結晶の欠片",
"102008": "原初元素結晶の欠片",
"103001": "ファイアチーカカ",
"103002": "ウォーターチーカカ",
"103003": "グラスチーカカ",
"103004": "ライトニングチーカカ",
"103005": "ウィンドウチーカカ",
"103006": "アイスチーカカ",
"103007": "ロックチーカカ",
"103008": "オリジンチーカカ",
"108000": "料理",
"108001": "微妙な漁師トースト",
"108002": "漁師トースト",
"108003": "美味しそうな漁師トースト",
"108004": "微妙なテイワット風目玉焼き",
"108005": "テイワット風目玉焼き",
"108006": "美味しそうなテイワット風目玉焼き",
"108007": "微妙なステーキ",
"108008": "ステーキ",
"108009": "美味しそうなステーキ",
"108010": "偵察騎士ステーキ!",
"108022": "微妙な午後のパンケーキ",
"108023": "午後のパンケーキ",
"108024": "美味しそうな午後のパンケーキ",
"108025": "微妙な大根の揚げ団子",
"108026": "大根の揚げ団子",
"108027": "美味しそうな大根の揚げ団子",
"108028": "微妙な満足サラダ",
"108029": "満足サラダ",
"108030": "美味しそうな満足サラダ",
"108034": "微妙な北地のスモークチキン",
"108035": "北地のスモークチキン",
"108036": "美味しそうな北地のスモークチキン",
"108037": "微妙なホワイトソースポトフ",
"108038": "ホワイトソースポトフ",
"108039": "美味しそうなホワイトソースポトフ",
"108040": "スパイシーポトフ",
"108049": "微妙なドドリアン海鮮スープ",
"108050": "ドドリアン海鮮スープ",
"108051": "美味しそうなドドリアン海鮮スープ",
"108052": "微妙な松茸のバター焼き",
"108053": "松茸のバター焼き",
"108054": "美味しそうな松茸のバター焼き",
"108055": "微妙な「お肉ツミツミ」",
"108056": "「お肉ツミツミ」",
"108057": "美味しそうな「お肉ツミツミ」",
"108058": "「モンドの過去」",
"108059": "微妙な冷製肉盛り合わせ",
"108060": "冷製肉盛り合わせ",
"108061": "美味しそうな冷製肉盛り合わせ",
"108062": "微妙なニンジンとお肉のハニーソテー",
"108063": "ニンジンとお肉のハニーソテー",
"108064": "美味しそうなニンジンとお肉のハニーソテー",
"108065": "微妙なかにみそとハムのグリル野菜",
"108066": "かにみそとハムのグリル野菜",
"108067": "美味しそうなかにみそとハムのグリル野菜",
"108068": "微妙な翠玉福袋",
"108069": "翠玉福袋",
"108070": "美味しそうな翠玉福袋",
"108071": "微妙な中原のもつ焼き",
"108072": "中原のもつ焼き",
"108073": "美味しそうな中原のもつ焼き",
"108080": "微妙な杏仁豆腐",
"108081": "杏仁豆腐",
"108082": "美味しそうな杏仁豆腐",
"108083": "微妙な椒椒鶏",
"108084": "椒椒鶏",
"108085": "美味しそうな椒椒鶏",
"108086": "微妙な真珠翡翠白玉湯",
"108087": "真珠翡翠白玉湯",
"108088": "美味しそうな真珠翡翠白玉湯",
"108092": "微妙なモラミート",
"108093": "モラミート",
"108094": "美味しそうなモラミート",
"108095": "微妙なモンド風焼き魚",
"108096": "モンド風焼き魚",
"108097": "美味しそうなモンド風焼き魚",
"108098": "微妙な豚肉の油炒め",
"108099": "豚肉の油炒め",
"108100": "美味しそうな豚肉の油炒め",
"108101": "微妙な黄金ガニ",
"108102": "黄金ガニ",
"108103": "美味しそうな黄金ガニ",
"108110": "微妙な風神ヒュッツポット",
"108111": "風神ヒュッツポット",
"108112": "美味しそうな風神ヒュッツポット",
"108113": "真·風神ヒュッツポット",
"108114": "最高の知恵·生活",
"108115": "魚香トースト",
"108116": "テイワット風焦げ卵",
"108117": "祈聖シンフォニー",
"108118": "ふわふわパンケーキ",
"108119": "微妙なハスの実入り茶碗蒸し",
"108120": "ハスの実入り茶碗蒸し",
"108121": "美味しそうなハスの実入り茶碗蒸し",
"108122": "微妙な仙跳牆",
"108123": "仙跳牆",
"108124": "美味しそうな仙跳牆",
"108125": "微妙なエビのポテト包み揚げ",
"108126": "エビのポテト包み揚げ",
"108127": "美味しそうなエビのポテト包み揚げ",
"108128": "微妙な軽策農家料理",
"108129": "軽策農家料理",
"108130": "美味しそうな軽策農家料理",
"108131": "微妙なお食べくだ菜",
"108132": "お食べくだ菜",
"108133": "美味しそうなお食べくだ菜",
"108134": "絶対オツマミじゃない",
"108137": "「夢」",
"108138": "豚肉の唐辛子炒め",
"108139": "乾坤モラミート",
"108140": "アシタナシ",
"108141": "微妙な山幸の麺",
"108142": "山幸の麺",
"108143": "美味しそうな山幸の麺",
"108144": "山幸の冷やし麺",
"108146": "五九三式栄養食",
"108147": "聖水",
"108149": "ググプラムのジュース",
"108150": "ミントベリージュース",
"108155": "微妙な璃月三糸",
"108156": "璃月三糸",
"108157": "美味しそうな璃月三糸",
"108158": "微妙な天枢肉",
"108159": "天枢肉",
"108160": "美味しそうな天枢肉",
"108161": "微妙なハスの花パイ",
"108162": "ハスの花パイ",
"108163": "美味しそうなハスの花パイ",
"108164": "微妙なムーンパイ",
"108165": "ムーンパイ",
"108166": "美味しそうなムーンパイ",
"108167": "微妙な冒険者エッグバーガー",
"108168": "冒険者エッグバーガー",
"108169": "美味しそうな冒険者エッグバーガー",
"108174": "ロック·チキン!",
"108175": "極みの一釣り",
"108176": "微妙なかにみそ豆腐",
"108177": "かにみそ豆腐",
"108178": "美味しそうなかにみそ豆腐",
"108179": "微妙な明月の玉子",
"108180": "明月の玉子",
"108181": "美味しそうな明月の玉子",
"108182": "微妙な干し肉の炒め鍋",
"108183": "干し肉の炒め鍋",
"108184": "美味しそうな干し肉の炒め鍋",
"108188": "微妙な松茸のアワビもどき",
"108189": "松茸のアワビもどき",
"108190": "美味しそうな松茸のアワビもどき",
"108191": "微妙な岩港三鮮",
"108192": "岩港三鮮",
"108193": "美味しそうな岩港三鮮",
"108194": "微妙なエビのあっさり炒め",
"108195": "エビのあっさり炒め",
"108196": "美味しそうなエビのあっさり炒め",
"108200": "幽々大行軍",
"108204": "微妙なお肉と野菜のシチュー",
"108205": "お肉と野菜のシチュー",
"108206": "美味しそうなお肉と野菜のシチュー",
"108207": "微妙なバター魚焼き",
"108208": "バター魚焼き",
"108209": "美味しそうなバター魚焼き",
"108210": "微妙な絶雲のお焦げ",
"108211": "絶雲お焦げ",
"108212": "美味しそうな絶雲のお焦げ",
"108214": "「林の夢」",
"108216": "海灯祭特別大根の揚げ団子",
"108217": "海灯祭特別茶碗蒸し",
"108218": "海灯祭特別白玉湯",
"108219": "海灯祭特別山幸の麺",
"108220": "海灯祭特別お食べくだ菜",
"108221": "海灯祭特別璃月三糸",
"108228": "微妙なミントの和え物",
"108229": "ミントの和え物",
"108230": "美味しそうなミントの和え物",
"108231": "微妙なミントの獣肉巻き",
"108232": "ミントの獣肉巻き",
"108233": "美味しそうなミントの獣肉巻き",
"108235": "微妙な黄金のジャンボチキン",
"108236": "黄金のジャンボチキン",
"108237": "美味しそうな黄金のジャンボチキン",
"108241": "微妙な濃厚マッシュポテト",
"108242": "濃厚マッシュポテト",
"108243": "美味しそうな濃厚マッシュポテト",
"108244": "「法律ここにあり」",
"108245": "荒波パイ",
"108246": "微妙な鶏豆花",
"108247": "鶏豆花",
"108248": "美味しそうな鶏豆花",
"108258": "微妙な刺身の盛り合わせ",
"108259": "刺身の盛り合わせ",
"108260": "美味しそうな刺身の盛り合わせ",
"108264": "微妙な鳥卵の玉子焼き",
"108265": "鳥卵の玉子焼き",
"108266": "美味しそうな鳥卵の玉子焼き",
"108270": "微妙なカニのバター添え",
"108271": "カニのバター添え",
"108272": "美味しそうなカニのバター添え",
"108273": "微妙な串焼き三種",
"108274": "串焼き三種",
"108275": "美味しそうな串焼き三種",
"108279": "微妙な渡来鳥肉",
"108280": "渡来鳥肉",
"108281": "美味しそうな渡来鳥肉",
"108282": "微妙な緋櫻餅",
"108283": "緋櫻餅",
"108284": "美味しそうな緋櫻餅",
"108285": "微妙な紺田煮",
"108286": "紺田煮",
"108287": "美味しそうな紺田煮",
"108288": "微妙な市井おでん",
"108289": "市井おでん",
"108290": "美味しそうな市井おでん",
"108291": "微妙な焼きそば",
"108292": "焼きそば",
"108293": "美味しそうな焼きそば",
"108294": "微妙なかにみそ甲羅焼き",
"108295": "かにみそ甲羅焼き",
"108296": "美味しそうなかにみそ甲羅焼き",
"108297": "微妙な緋櫻天ぷら",
"108298": "緋櫻天ぷら",
"108299": "美味しそうな緋櫻天ぷら",
"108300": "「紅炉一点雪」",
"108306": "微妙なお米プリン",
"108307": "お米プリン",
"108308": "美味しそうなお米プリン",
"108309": "微妙な獣肉シチュー",
"108310": "獣肉シチュー",
"108311": "美味しそうな獣肉シチュー",
"108312": "微妙な文心豆腐",
"108313": "文心豆腐",
"108314": "美味しそうな文心豆腐",
"108315": "微妙なピリ辛蒸し饅頭",
"108316": "ピリ辛蒸し饅頭",
"108317": "美味しそうなピリ辛蒸し饅頭",
"108321": "微妙な甘エビの握り寿司",
"108322": "甘エビの握り寿司",
"108323": "美味しそうな甘エビの握り寿司",
"108327": "微妙なオムライス",
"108328": "オムライス",
"108329": "美味しそうなオムライス",
"108333": "微妙なお好み焼き",
"108334": "お好み焼き",
"108335": "美味しそうなお好み焼き",
"108341": "永遠なる信仰",
"108342": "微妙な魚とダイコンの煮込み",
"108343": "魚とダイコンの煮込み",
"108344": "美味しそうな魚とダイコンの煮込み",
"108345": "微妙な若竹煮",
"108346": "若竹煮",
"108347": "美味しそうな若竹煮",
"108355": "微妙なうな茶漬け",
"108356": "うな茶漬け",
"108357": "美味しそうなうな茶漬け",
"108358": "微妙な五宝漬物",
"108359": "五宝漬物",
"108360": "美味しそうな五宝漬物",
"108361": "微妙な緋櫻えびせんべい",
"108362": "緋櫻えびせんべい",
"108363": "美味しそうな緋櫻えびせんべい",
"108364": "強者の道のり",
"108366": "微妙な実り豊か",
"108367": "実り豊か",
"108368": "美味しそうな実り豊か",
"108369": "微妙な龍髭麺",
"108370": "龍髭麺",
"108371": "美味しそうな龍髭麺",
"108372": "連心麺",
"108373": "雲隠し玉",
"108374": "微妙なさんが焼き",
"108375": "さんが焼き",
"108376": "美味しそうなさんが焼き",
"108377": "微妙なうどん",
"108378": "うどん",
"108379": "美味しそうなうどん",
"108380": "福は内うどん",
"108381": "微妙なカツサンド",
"108382": "カツサンド",
"108383": "美味しそうなカツサンド",
"108384": "微妙な紫苑雲霓",
"108385": "紫苑雲霓",
"108386": "美味しそうな紫苑雲霓",
"108387": "「静寂閑雅」",
"108388": "オムライス·ワルツ",
"108389": "美露エビ",
"108390": "唯一の真相",
"108391": "微妙なバターチキン",
"108392": "バターチキン",
"108393": "美味しそうなバターチキン",
"108394": "微妙なシャワルマサンド",
"108395": "シャワルマサンド",
"108396": "美味しそうなシャワルマサンド",
"108397": "微妙な雨林サラダ",
"108398": "雨林サラダ",
"108399": "美味しそうな雨林サラダ",
"108400": "微妙なマサラチーズボール",
"108401": "マサラチーズボール",
"108402": "美味しそうなマサラチーズボール",
"108403": "微妙な山盛りキノコ",
"108404": "山盛りキノコ",
"108405": "美味しそうな山盛りキノコ",
"108409": "微妙なパニプリ",
"108410": "パニプリ",
"108411": "美味しそうなパニプリ",
"108412": "微妙なミントビーンスープ",
"108413": "ミントビーンスープ",
"108414": "美味しそうなミントビーンスープ",
"108415": "微妙な獣肉のビリヤニ",
"108416": "獣肉のビリヤニ",
"108417": "美味しそうな獣肉のビリヤニ",
"108427": "微妙なタンドリーチキン",
"108428": "タンドリーチキン",
"108429": "美味しそうなタンドリーチキン",
"108430": "微妙なポテトボート",
"108431": "ポテトボート",
"108432": "美味しそうなポテトボート",
"108436": "レンジャー長のイチオシ",
"108438": "モラ、早くいらっしゃい!",
"108439": "微妙な焼きキノコミートピザ",
"108440": "焼きキノコミートピザ",
"108441": "美味しそうな焼きキノコミートピザ",
"108442": "微妙な夕暮れベリーティー",
"108443": "夕暮れベリーティー",
"108444": "美味しそうな夕暮れベリーティー",
"108448": "微妙なデーツナン",
"108449": "デーツナン",
"108450": "美味しそうなデーツナン",
"108451": "微妙なバクラヴァ",
"108452": "バクラヴァ",
"108453": "美味しそうなバクラヴァ",
"108454": "微妙なナツメヤシキャンディ",
"108455": "ナツメヤシキャンディ",
"108456": "美味しそうなナツメヤシキャンディ",
"108457": "微妙なパティサラプリン",
"108458": "パティサラプリン",
"108459": "美味しそうなパティサラプリン",
"108460": "微妙なアアルコシャリ",
"108461": "アアルコシャリ",
"108462": "美味しそうなアアルコシャリ",
"108463": "微妙なバケーションサイダー",
"108464": "バケーションサイダー",
"108465": "美味しそうなバケーションサイダー",
"108466": "ひらめく踊り",
"108468": "至れり尽くせり",
"108469": "スパークリングベリージュース",
"108474": "ハルヴァマズダ",
"108478": "古風な製法のデーツナン",
"108479": "真味茶漬け",
"108487": "軽策家庭料理",
"108488": "ワニの干し肉",
"111006": "耐熱薬剤",
"111007": "耐湿薬剤",
"111008": "耐寒薬剤",
"111009": "耐風薬剤",
"111010": "耐電薬剤",
"111011": "耐塵薬剤",
"111012": "防草薬剤",
"111013": "烈火のオイル",
"111014": "激流のオイル",
"111015": "霜劫のオイル",
"111016": "狂風のオイル",
"111017": "驚雷のオイル",
"111018": "磐石のオイル",
"111019": "叢林のオイル"
},
"EXP_FRUIT": { "104001": "流浪者の経験", "104002": "冒険家の経験", "104003": "大英雄の経験" },
"WEAPON_EXP_STONE": { "104011": "仕上げ用雑鉱", "104012": "仕上げ用良鉱", "104013": "仕上げ用魔鉱" },
"AVATAR_MATERIAL": {
"104101": "輝くダイヤ·砕屑",
"104102": "輝くダイヤ·欠片",
"104103": "輝くダイヤ·塊",
"104104": "輝くダイヤ",
"104111": "炎願のアゲート·砕屑",
"104112": "炎願のアゲート·欠片",
"104113": "炎願のアゲート·塊",
"104114": "炎願のアゲート",
"104121": "澄明なラピスラズリ·砕屑",
"104122": "澄明なラピスラズリ·欠片",
"104123": "澄明なラピスラズリ·塊",
"104124": "澄明なラピスラズリ",
"104131": "成長のエメラルド·砕屑",
"104132": "成長のエメラルド·欠片",
"104133": "成長のエメラルド·塊",
"104134": "成長のエメラルド",
"104141": "最勝のアメシスト·砕屑",
"104142": "最勝のアメシスト·欠片",
"104143": "最勝のアメシスト·塊",
"104144": "最勝のアメシスト",
"104151": "自由のターコイズ·砕屑",
"104152": "自由のターコイズ·欠片",
"104153": "自由のターコイズ·塊",
"104154": "自由のターコイズ",
"104161": "哀切なアイスクリスタル·砕屑",
"104162": "哀切なアイスクリスタル·欠片",
"104163": "哀切なアイスクリスタル·塊",
"104164": "哀切なアイスクリスタル",
"104171": "堅牢なトパーズ·砕屑",
"104172": "堅牢なトパーズ·欠片",
"104173": "堅牢なトパーズ·塊",
"104174": "堅牢なトパーズ",
"104301": "「自由」の教え",
"104302": "「自由」の導き",
"104303": "「自由」の哲学",
"104304": "「抗争」の教え",
"104305": "「抗争」の導き",
"104306": "「抗争」の哲学",
"104307": "「詩文」の教え",
"104308": "「詩文」の導き",
"104309": "「詩文」の哲学",
"104310": "「繁栄」の教え",
"104311": "「繁栄」の導き",
"104312": "「繁栄」の哲学",
"104313": "「勤労」の教え",
"104314": "「勤労」の導き",
"104315": "「勤労」の哲学",
"104316": "「黄金」の教え",
"104317": "「黄金」の導き",
"104318": "「黄金」の哲学",
"104319": "知恵の冠",
"104320": "「浮世」の教え",
"104321": "「浮世」の導き",
"104322": "「浮世」の哲学",
"104323": "「風雅」の教え",
"104324": "「風雅」の導き",
"104325": "「風雅」の哲学",
"104326": "「天光」の教え",
"104327": "「天光」の導き",
"104328": "「天光」の哲学",
"104329": "「忠言」の教え",
"104330": "「忠言」の導き",
"104331": "「忠言」の哲学",
"104332": "「創意」の教え",
"104333": "「創意」の導き",
"104334": "「創意」の哲学",
"104335": "「篤行」の教え",
"104336": "「篤行」の導き",
"104337": "「篤行」の哲学",
"112001": "原質",
"112002": "スライムの液体",
"112003": "スライムの分泌物",
"112004": "スライムのピュレ",
"112005": "破損した仮面",
"112006": "汚れた仮面",
"112007": "不吉な仮面",
"112008": "占いの絵巻",
"112009": "封魔の絵巻",
"112010": "禁呪の絵巻",
"112011": "牢固な矢先",
"112012": "鋭利な矢先",
"112013": "歴戦の矢先",
"112014": "重い角笛",
"112015": "黒銅の角笛",
"112016": "黒晶の角笛",
"112017": "暗晦の彫刻",
"112018": "黒夜の彫刻",
"112019": "幽邃なる彫刻",
"112020": "地脈の旧枝",
"112021": "地脈の枯れ葉",
"112022": "地脈の新芽",
"112023": "混沌の装置",
"112024": "混沌の回路",
"112025": "混沌の炉心",
"112026": "霧虚ろの花粉",
"112027": "霧虚ろの草嚢",
"112028": "霧虚ろの灯芯",
"112029": "猟兵の刀",
"112030": "エージェントの刀",
"112031": "検査官の刀",
"112032": "新兵の記章",
"112033": "士官の記章",
"112034": "尉官の記章",
"112035": "宝探しの鴉マーク",
"112036": "シルバーの鴉マーク",
"112037": "ゴールドの鴉マーク",
"112038": "トリックフラワーの蜜",
"112039": "微光花の蜜",
"112040": "原素花の蜜",
"112041": "脆い骨片",
"112042": "丈夫な骨片",
"112043": "石化した骨片",
"112044": "古びた鍔",
"112045": "影打の鍔",
"112046": "名刀の鍔",
"112047": "混沌の機関",
"112048": "混沌の中枢",
"112049": "混沌の真眼",
"112050": "暗色プリズム",
"112051": "水晶プリズム",
"112052": "偏光プリズム",
"112053": "フライムの乾核",
"112054": "フライムの幽核",
"112055": "フライムの晶化核",
"112056": "隠獣の指爪",
"112057": "隠獣の利爪",
"112058": "隠獣の鬼爪",
"112059": "キノコンの胞子",
"112060": "キノコンの蛍胞子",
"112061": "キノコンの晶胞子",
"112062": "キノコンの衰菌核",
"112063": "キノコンの眠菌核",
"112064": "キノコンの壮菌核",
"112065": "色褪せた赤い絹",
"112066": "縁飾の赤い絹",
"112067": "金織の赤い絹",
"112068": "混沌ストレージ",
"112069": "混沌モジュール",
"112070": "混沌ボルト",
"112071": "壊れたプリズム",
"112072": "濁ったプリズム",
"112073": "輝くプリズム",
"112074": "毀れた背骨",
"112075": "堅固な背骨",
"112076": "刻紋の背骨",
"113001": "暴風の種",
"113002": "雷光のプリズム",
"113003": "東風の羽根",
"113004": "東風の爪",
"113005": "東風の吐息",
"113006": "北風のしっぽ",
"113007": "北風のリング",
"113008": "北風の魂箱",
"113009": "玄岩の塔",
"113010": "極寒のコア",
"113011": "常燃の火種",
"113012": "浄水の心",
"113013": "呑天の鯨·只角",
"113014": "魔王の刃·残片",
"113015": "武煉の魂·孤影",
"113016": "未熟の玉石",
"113017": "龍王の冠",
"113018": "血玉の枝",
"113019": "鍍金の鱗",
"113020": "凝結の華",
"113022": "魔偶の芯",
"113023": "恒常からくりの芯",
"113024": "陰燃の珠",
"113025": "溶滅の刻",
"113026": "獄炎の蝶",
"113027": "灰燼の心",
"113028": "排他の露",
"113029": "雷霆の念珠",
"113030": "獣域王器",
"113031": "ドラゴエアのニセヒレ",
"113032": "凶将の手眼",
"113033": "禍神の禊涙",
"113034": "万劫の真意",
"113035": "符文の歯車",
"113036": "茸王の鉤状のくちばし",
"113037": "隠雷の実",
"113038": "永続コア",
"113039": "導光四面体",
"113040": "滅諍の蔓",
"113041": "傀儡の糸",
"113042": "無心の淵鏡",
"113043": "空行の虚鈴",
"113044": "蒼礫蕊羽",
"114001": "高塔の王の瓦",
"114002": "高塔の王の残壁",
"114003": "高塔の王の断片",
"114004": "高塔の王の砕けた夢",
"114005": "凛風奔狼の乳歯",
"114006": "凛風奔狼の砕牙",
"114007": "凛風奔狼の断牙",
"114008": "凛風奔狼の郷愁",
"114009": "獅牙戦士の枷",
"114010": "獅牙戦士の鎖",
"114011": "獅牙戦士の手錠",
"114012": "獅牙戦士の理想",
"114013": "孤雲寒林の光砂",
"114014": "孤雲寒林の輝岩",
"114015": "孤雲寒林の聖骸",
"114016": "孤雲寒林の神体",
"114017": "霧海雲間の鉛丹",
"114018": "霧海雲間の水銀",
"114019": "霧海雲間の金丹",
"114020": "霧海雲間の転還",
"114021": "漆黒の隕鉄の一粒",
"114022": "漆黒の隕鉄の一片",
"114023": "漆黒の隕鉄の一角",
"114024": "漆黒の隕鉄の塊",
"114025": "遠海夷地の瑚枝",
"114026": "遠海夷地の石枝",
"114027": "遠海夷地の玉枝",
"114028": "遠海夷地の金枝",
"114029": "鳴神御霊の恩恵",
"114030": "鳴神御霊の歓喜",
"114031": "鳴神御霊の親愛",
"114032": "鳴神御霊の勇武",
"114033": "今昔劇画の悪尉",
"114034": "今昔劇画の虎牙",
"114035": "今昔劇画の隻角",
"114036": "今昔劇画の鬼人",
"114037": "静謐な森のしずくの銅符",
"114038": "静謐な森のしずくの鉄符",
"114039": "静謐な森のしずくの銀符",
"114040": "静謐な森のしずくの金符",
"114041": "オアシスガーデンの追憶",
"114042": "オアシスガーデンの恩恵",
"114043": "オアシスガーデンの哀思",
"114044": "オアシスガーデンの真諦",
"114045": "烈日権威の残響",
"114046": "烈日権威の残光",
"114047": "烈日権威の夢想",
"114048": "烈日権威の往日",
"200103": "腐植の龍髄",
"200104": "「見える風」",
"200105": "「童心の欠片」",
"200106": "海皇の脂",
"200107": "赤穂の枡",
"200108": "「溶媒」",
"200109": "明目の油剤",
"200110": "霞色の宝珠",
"200111": "原海魚油",
"200112": "移風の蒼羽",
"200113": "若狭の藁粉"
},
"RELIQUARY_MATERIAL": {
"105001": "祝福の雫",
"105002": "祈聖のオイル",
"105003": "祈聖のエキス",
"105004": "祝福の精髄"
},
"CONSUME_BATCH_USE": { "107009": "脆弱樹脂", "107012": "刹那樹脂" },
"GCG_EXCHANGE_ITEM": { "107019": "空白の幻影カード" },
"FISH_BAIT": {
"111023": "果物餌",
"111024": "赤挽肉餌",
"111025": "ワームの疑似餌",
"111026": "ハエの疑似餌",
"111027": "蛍草餌",
"111028": "甘露餌"
},
"CHEST_BATCH_USE": {
"115013": "奇珍シェアパック",
"115014": "キャラクター突破選択-高級",
"115015": "キャラクター突破選択-最高級",
"115016": "天賦書選択-低級",
"115017": "美徳シェアパック",
"115018": "天賦書選択-高级",
"115024": "材料シェアパック",
"115025": "良質材料シェアパック",
"115026": "武器突破選択-高級",
"115027": "武器突破選択-最高級",
"115031": "北陸の原型の箱",
"115035": "咲耶の園芸スペシャルパック",
"115040": "中央大陸の原型の箱"
},
"SELECTABLE_CHEST": {
"116002": "紀行宝匣",
"116003": "テスト用BP選択ギフトパック",
"116004": "風土の導き",
"116005": "風土の哲学",
"116006": "岩間の導き",
"116007": "岩間の哲学",
"116010": "雲雷の導き",
"116011": "雲雷の哲学",
"116012": "碧草の導き",
"116013": "碧草の哲学"
},
"HOME_SEED": {
"130001": "「霓裳花」の種",
"130002": "「スイートフラワー」の種",
"130003": "「セシリアの花」の種",
"130004": "「琉璃百合」の種",
"130005": "「風車アスター」の種",
"130006": "「清心」の種",
"130007": "「琉璃袋」の種",
"130008": "「ヴァルベリー」の種",
"130009": "「イグサ」の種",
"130010": "「絶雲の唐辛子」の種",
"130011": "「ニンジン」の種",
"130012": "「ダイコン」の種",
"130013": "「ミント」の種",
"130014": "「キノコ」の胞子",
"130015": "「鳴草」の種",
"130016": "「馬尾」の種",
"130017": "「キンギョソウ」の種",
"130018": "「ハスの花托」の種",
"130019": "「ドドリアン」の種",
"130020": "「海草」の種",
"130021": "「ウミレイシ」の標本",
"130022": "「夢乃花·ホシムクゲ」の種",
"130023": "「夢乃花·トウレイ」の種",
"130024": "「夢乃花·ニシキサヤ」の種",
"130025": "「ハッラの実」の種",
"130026": "「ザイトゥン桃」の種",
"130027": "「スメールローズ」の種"
},
"FLYCLOAK": {
"140001": "始まりの翼",
"140002": "見守りの翼",
"140003": "降臨の翼",
"140004": "蒼天清風の翼",
"140005": "金琮天行の翼",
"140006": "雪隠れの翼",
"140007": "饗宴の翼",
"140008": "雷騰雲奔の翼",
"140009": "銀河燦爛の翼",
"140010": "樹花爛漫の翼"
},
"BGM": {
"141001": "旋曜玉帛·1",
"141002": "旋曜玉帛·2",
"141003": "旋曜玉帛·3",
"141004": "旋曜玉帛·4",
"141005": "旋曜玉帛·5",
"141006": "旋曜玉帛·6",
"141007": "旋曜玉帛·7",
"141008": "旋曜玉帛·8",
"141009": "旋曜玉帛·9",
"141010": "旋曜玉帛·10",
"141011": "旋曜玉帛·11",
"141012": "旋曜玉帛·12",
"141013": "旋曜玉帛·13",
"141014": "旋曜玉帛·14",
"141015": "旋曜玉帛·15",
"141016": "旋曜玉帛·16",
"141017": "旋曜玉帛·17",
"141018": "旋曜玉帛·18",
"141019": "旋曜玉帛·19",
"141020": "旋曜玉帛·20",
"141021": "旋曜玉帛·21",
"141022": "旋曜玉帛·22",
"141023": "旋曜玉帛·23",
"141024": "旋曜玉帛·24",
"141025": "旋曜玉帛·25",
"141026": "旋曜玉帛·26",
"141027": "旋曜玉帛·27",
"141028": "旋曜玉帛·28",
"141029": "旋曜玉帛·29",
"141030": "旋曜玉帛·30",
"141031": "旋曜玉帛·31",
"141032": "旋曜玉帛·32",
"141033": "旋曜玉帛·33",
"141034": "旋曜玉帛·34",
"141035": "旋曜玉帛·35",
"141036": "旋曜玉帛·36",
"141037": "旋曜玉帛·37",
"141038": "旋曜玉帛·38",
"141039": "旋曜玉帛·39",
"141040": "旋曜玉帛·40",
"141041": "旋曜玉帛·41",
"141042": "旋曜玉帛·42",
"141043": "旋曜玉帛·43",
"141044": "旋曜玉帛·44",
"141045": "旋曜玉帛·45",
"141046": "旋曜玉帛·46",
"141047": "旋曜玉帛·47",
"141048": "旋曜玉帛·48",
"141049": "旋曜玉帛·49",
"141050": "旋曜玉帛·50",
"141051": "旋曜玉帛·51",
"141052": "旋曜玉帛·52",
"141053": "旋曜玉帛·53",
"141054": "旋曜玉帛·54",
"141055": "旋曜玉帛·55",
"141056": "旋曜玉帛·56",
"141057": "旋曜玉帛·57",
"141058": "旋曜玉帛·58",
"141059": "旋曜玉帛·59",
"141060": "旋曜玉帛·60",
"141061": "旋曜玉帛·61",
"141062": "旋曜玉帛·62",
"141063": "旋曜玉帛·63",
"141064": "旋曜玉帛·64",
"141065": "旋曜玉帛·65",
"141066": "旋曜玉帛·66",
"141067": "旋曜玉帛·67",
"141068": "旋曜玉帛·68",
"141069": "旋曜玉帛·69",
"141070": "旋曜玉帛·70",
"141071": "旋曜玉帛·71",
"141072": "旋曜玉帛·72",
"141073": "旋曜玉帛·73",
"141074": "旋曜玉帛·74",
"141075": "旋曜玉帛·75",
"141076": "旋曜玉帛·76",
"141077": "旋曜玉帛·77",
"141078": "旋曜玉帛·78",
"141079": "旋曜玉帛·79",
"141080": "旋曜玉帛·80",
"141081": "旋曜玉帛·81",
"141082": "旋曜玉帛·82",
"141083": "旋曜玉帛·83",
"141084": "旋曜玉帛·84",
"141085": "旋曜玉帛·85",
"141086": "旋曜玉帛·86",
"141087": "旋曜玉帛·87",
"141088": "旋曜玉帛·88",
"141089": "旋曜玉帛·89",
"141090": "旋曜玉帛·90",
"141091": "旋曜玉帛·91",
"141092": "旋曜玉帛·92",
"141093": "旋曜玉帛·93"
},
"SEA_LAMP": { "200004": "霄灯" },
"CHANNELLER_SLAB_BUFF": {
"200201": "鷹の舞",
"200202": "鉄の翼",
"200203": "風の泉",
"200204": "過重",
"200205": "狩人の舞",
"200206": "剛弓",
"200207": "渦巻",
"200208": "猛撃",
"200209": "軽やか",
"200210": "刀剣の舞",
"200211": "英勇",
"200212": "鼓舞",
"200213": "鉄の歌",
"200214": "交錯の舞",
"200215": "祭儀",
"200216": "持続戦",
"200217": "爆発強化",
"200218": "無尽の舞",
"200219": "爆発専精",
"200220": "チャージスキル",
"200221": "チャージ強化",
"200222": "疾雷の舞",
"200223": "慈雨",
"200224": "熟知強化",
"200225": "霰の舞",
"200226": "凍傷",
"200227": "鋭利",
"200228": "星晶の舞",
"200229": "結晶偏光",
"200230": "結晶吸収",
"200231": "鉄壁",
"200232": "決闘の舞",
"200233": "癒し守護",
"200234": "治療強化",
"200235": "処刑",
"200236": "裁決",
"200237": "挑戦者",
"200238": "砕実細屑",
"200239": "砕実裂片",
"200240": "砕実破片",
"200241": "決闘の舞",
"200242": "刀剣の舞",
"200243": "星晶の舞",
"200244": "交錯の舞",
"200245": "無尽の舞",
"200246": "結晶偏光",
"200247": "鼓舞",
"200248": "英勇",
"200249": "渦巻",
"200250": "挑戦者",
"200251": "処刑",
"200252": "結晶吸収",
"200253": "爆発専精",
"200254": "裁決",
"200255": "鋭利",
"200256": "爆発強化",
"200257": "熟知強化",
"200258": "鉄壁",
"200259": "鉄の歌",
"200260": "猛撃",
"200261": "満来の舞",
"200262": "伝導率"
},
"FISH_ROD": {
"200900": "林野の釣り竿",
"200901": "ウィンドウェア",
"200902": "太公望",
"200903": "鳴川鵜飼",
"200904": "月結びの縄",
"200905": "セレンディピティ"
},
"NAMECARD": {
"210001": "原神·印象",
"210002": "紀行·風捕り",
"210003": "アンバー·ウサギ",
"210004": "クレー·爆弾",
"210005": "ディルック·燃焼",
"210006": "レザー·奔狼",
"210007": "ウェンティ·青空",
"210008": "ジン·風向き",
"210009": "バーバラ·流れ",
"210010": "ガイア·孔雀",
"210011": "リサ·砂時計",
"210012": "スクロース·創生",
"210013": "フィッシュル·夜鴉",
"210014": "ノエル·守護",
"210015": "モナ·天星",
"210016": "ベネット·認可",
"210017": "香菱·出来上がり",
"210018": "行秋·雨虹",
"210019": "七七·冷蔵",
"210020": "刻晴·雷楔",
"210021": "アチーブメント·遍遊",
"210022": "アチーブメント·特技",
"210023": "アチーブメント·侠行",
"210024": "モンド·風吟",
"210025": "璃月·岩寂",
"210026": "アチーブメント·虹色",
"210027": "アチーブメント·強弓",
"210028": "アチーブメント·挑戦",
"210029": "アチーブメント·深秘",
"210030": "アチーブメント·山民",
"210031": "アチーブメント·雪郷",
"210032": "アチーブメント·合扇",
"210033": "アチーブメント·出会い",
"210038": "凝光·鳳儀",
"210039": "北斗·拔錨",
"210040": "重雲·霊刃",
"210041": "アチーブメント·挑戦·2",
"210042": "紀行·熄星",
"210043": "ディオナ·にゃん",
"210044": "鍾離·天星",
"210045": "辛炎·演奏終了",
"210046": "公子·魔装",
"210047": "モンド·英名",
"210048": "モンド·祝福",
"210049": "璃月·千帆",
"210050": "璃月·雲間",
"210051": "アチーブメント·挑戦·3",
"210052": "アチーブメント·雪山",
"210053": "甘雨·麒麟の跡",
"210054": "アルベド·陽華",
"210055": "紀行·白亜",
"210056": "冬忍び·古樹",
"210057": "祭典·無相",
"210058": "魈·儺面",
"210059": "胡桃·安神",
"210060": "紀行·明霄",
"210061": "祭典·灯昼",
"210062": "祭典·棋譚",
"210063": "ロサリア·苦役",
"210064": "紀行·風花",
"210065": "祭典·宴会",
"210066": "祭典·光鱗",
"210067": "祭典·知恵の実",
"210068": "祭典·かくれんぼ",
"210069": "煙緋·公正",
"210070": "エウルア·氷印",
"210071": "紀行·廻塵",
"210072": "アチーブメント·壺歌",
"210073": "楓原万葉·秋の紅葉狩り",
"210074": "紀行·真夏",
"210075": "アチーブメント·旅居",
"210076": "祭典·浩瀚",
"210077": "祭典·魔球",
"210078": "祭典·闘劇",
"210079": "稲妻·神櫻",
"210080": "紀行·鳴神大社",
"210081": "神里綾華·扇子",
"210082": "宵宮·琉金の花火",
"210083": "早柚·むじむじだるま",
"210084": "稲妻·雷電の紋",
"210085": "稲妻·神里の紋",
"210086": "アチーブメント·扉",
"210087": "アチーブメント·遍歴",
"210088": "アチーブメント·石龍",
"210089": "アチーブメント·繁花",
"210090": "稲妻·九条の紋",
"210091": "祭典·妙算",
"210092": "雷電将軍·開眼",
"210093": "珊瑚宮心海·淵",
"210094": "九条裟羅·天狗",
"210095": "アーロイ·ドーン",
"210096": "紀行·月逐い",
"210097": "稲妻·珊瑚宮の紋",
"210098": "アチーブメント·針叩き",
"210099": "祭典·傾聴",
"210100": "祭典·一揆",
"210101": "トーマ·炎袖",
"210102": "紀行·神将",
"210103": "稲妻·鷲羽",
"210104": "ゴロー·悠犬",
"210105": "一斗·鬼顔",
"210106": "紀行·白英",
"210107": "申鶴·櫛掠",
"210108": "雲菫·対韻",
"210109": "稲妻·常世",
"210110": "紀行·流彩",
"210111": "祭典·祝杯",
"210112": "八重神子·夢狐",
"210113": "紀行·啓蟄",
"210114": "神里綾人·細波",
"210115": "流明·輝石",
"210116": "アチーブメント·雷音",
"210117": "アチーブメント·層岩",
"210118": "紀行·容彩",
"210119": "夜蘭·一擲",
"210120": "久岐忍·絡",
"210121": "紀行·天命",
"210122": "鹿野院平蔵·鞠",
"210123": "紀行·海藍",
"210124": "ティナリ·沐露",
"210125": "コレイ·春風駘蕩",
"210126": "ドリー·魔法のランプ",
"210127": "紀行·深林",
"210128": "アチーブメント·漫遊",
"210129": "アチーブメント·合縁",
"210130": "スメール·瑶林",
"210131": "スメール·照覧",
"210132": "スメール·正明",
"210133": "紀行·帰風",
"210134": "セノ·噤閉",
"210135": "キャンディス·蒼鷺",
"210136": "ニィロウ·蓮舞",
"210137": "アチーブメント·七芒",
"210138": "スメール·砂踏み",
"210139": "アチーブメント·鏡の夢",
"210140": "ナヒーダ·月を仰ぐ",
"210141": "レイラ·白昼夢",
"210142": "紀行·蕈原",
"210143": "放浪者·憂き世の歌",
"210144": "ファルザン·封じられた秘密",
"210145": "アチーブメント·七聖",
"210146": "紀行·霊津",
"210147": "アルハイゼン·叡誨",
"210148": "ヨォーヨ·月桂",
"210149": "祭典·岫雲",
"210150": "紀行·同韻",
"210151": "アチーブメント·砂嵐"
},
"ARANARA": { "220055": "「森林書」" },
"DESHRET_MANUAL": { "220069": "赤砂の石板" },
"FIREWORKS": {
"223001": "花雨に重なる雲山",
"223002": "星に満ちた夜空",
"223003": "悠々たる霽青の寒花",
"223004": "舞い散る雪花火",
"223005": "閃く金盞の渦巻き",
"223006": "白間に散る瑞月の光",
"223007": "天真爛漫梧枝団",
"223008": "光焔に瞬くドドコ",
"223009": "財運隆昌の年",
"223010": "挫けぬ壮健",
"223011": "心を照らす灯り",
"223012": "佳肴を味わう万民",
"223013": "乾坤一擲玲瓏賽",
"223014": "犬坂牙将助太刀",
"223015": "破嶂旌旗桴鼓鳴",
"223016": "美酒固辞吼彩霞",
"223017": "瓊林甘露蕈繁栄",
"223018": "諸人救済小月桂"
},
"GCG_CARD": {
"330000": "甘雨",
"330001": "ガイア",
"330002": "重雲",
"330003": "神里綾華",
"330004": "行秋",
"330005": "モナ",
"330006": "ディルック",
"330007": "香菱",
"330008": "ベネット",
"330010": "宵宮",
"330011": "フィッシュル",
"330012": "レザー",
"330013": "刻晴",
"330014": "スクロース",
"330015": "ジン",
"330016": "凝光",
"330017": "ノエル",
"330018": "コレイ",
"330019": "純水精霊·ローデシア",
"330020": "デットエージェント·炎",
"330021": "魔偶剣鬼",
"330022": "ヒルチャール·岩兜の王",
"330023": "ディオナ",
"330024": "セノ",
"330025": "バーバラ",
"330026": "ミラーメイデン",
"330027": "マッシュラプトル",
"330032": "クレー",
"330034": "北斗",
"330500": "唯一の心",
"330501": "冷血の剣",
"330502": "吐納真定",
"330503": "寒空の宣命祝詞",
"330504": "すだれの残香",
"330505": "沈没の預言",
"330506": "流火焼灼",
"330507": "交差する炎",
"330508": "冒険の憧れ",
"330510": "長野原龍勢流星群",
"330511": "星喰いの鴉",
"330512": "覚醒",
"330513": "抵天の雷罰",
"330514": "混元熵增論",
"330515": "蒲公英の国土",
"330516": "備えあれば憂いなし",
"330517": "支援はお任せください",
"330518": "フライリーフワインダー",
"330519": "百川奔流",
"330520": "目には目を",
"330521": "からくり神通",
"330522": "鋳直し:岩兜",
"330523": "クールキャッツクロー",
"330524": "落羽の裁決",
"330525": "輝く季節",
"330526": "鏡の檻",
"330527": "胞子増殖",
"330530": "こんこんプレゼント",
"330531": "満天の霹靂",
"331000": "魔導緒論",
"331001": "祭礼の断片",
"331002": "天空の巻",
"331003": "鴉羽の弓",
"331004": "祭礼の弓",
"331005": "天空の翼",
"331006": "白鉄の大剣",
"331007": "祭礼の大剣",
"331008": "狼の末路",
"331009": "白纓槍",
"331010": "千岩長槍",
"331011": "天空の脊",
"331012": "旅道の剣",
"331013": "祭礼の剣",
"331014": "風鷹剣",
"331015": "冒険者のバンダナ",
"331016": "幸運の冠",
"331017": "医者の方巾",
"331018": "博徒のピアス",
"331019": "教官の帽子",
"331020": "亡命者の冠",
"331021": "氷雪を踏む音",
"331022": "氷風を彷徨う勇士",
"331023": "酒に漬けた帽子",
"331024": "沈淪の心",
"331025": "焦げた魔女の帽子",
"331026": "燃え盛る炎の魔女",
"331027": "雷を呼ぶ冠",
"331028": "雷のような怒り",
"331029": "緑の狩人の冠",
"331030": "翠緑の影",
"331031": "不動玄石の相",
"331032": "悠久の磐岩",
"331033": "月桂の宝冠",
"331034": "深林の記憶",
"332000": "璃月港口",
"332001": "騎士団図書館",
"332002": "群玉閣",
"332003": "アカツキワイナリー",
"332004": "望舒旅館",
"332005": "西風大聖堂",
"332006": "パイモン",
"332007": "キャサリン",
"332008": "ティマイオス",
"332009": "ワーグナー",
"332010": "卯師匠",
"332011": "マル",
"332012": "ティミー",
"332013": "立本",
"332014": "常九",
"332015": "エリン",
"332016": "田饒舌",
"332017": "劉蘇",
"332018": "参量物質変化器",
"332019": "携帯式栄養袋",
"333000": "元素共鳴:交錯の氷",
"333001": "元素共鳴:粉砕の氷",
"333002": "元素共鳴:交錯の水",
"333003": "元素共鳴:治療の水",
"333004": "元素共鳴:交錯の炎",
"333005": "元素共鳴:熱誠の炎",
"333006": "元素共鳴:交錯の雷",
"333007": "元素共鳴:強権の雷",
"333008": "元素共鳴:交錯の風",
"333009": "元素共鳴:迅速の風",
"333010": "元素共鳴:交錯の岩",
"333011": "元素共鳴:不動の岩",
"333012": "元素共鳴:交錯の草",
"333013": "元素共鳴:蔓生の草",
"333014": "最高の仲間!",
"333015": "シフト交代の時間",
"333016": "乾坤一擲",
"333017": "権謀術数",
"333018": "俺様はまだ負けちゃいねぇ!",
"333019": "お任せください!",
"333020": "鶴の帰郷",
"333021": "星天の兆",
"333022": "白亜の術",
"333023": "武芸マスター",
"333024": "神宝遷宮祝詞",
"333025": "迅速裁縫の術",
"333026": "送ってあげよ~!",
"333027": "護法の誓い",
"333028": "アビスの呼びかけ",
"333029": "絶雲お焦げ",
"333030": "仙跳牆",
"333031": "ハスの花パイ",
"333032": "北地のスモークチキン",
"333033": "鳥肉のスイートフラワー漬け焼き",
"333034": "モンド風ハッシュドポテト",
"333035": "キノコピザ",
"333036": "ミントの獣肉巻き"
},
"GCG_CARD_FACE": {
"334000": "甘雨",
"334001": "ガイア",
"334002": "重雲",
"334003": "神里綾華",
"334004": "行秋",
"334005": "モナ",
"334006": "ディルック",
"334007": "香菱",
"334008": "ベネット",
"334010": "宵宮",
"334011": "フィッシュル",
"334012": "レザー",
"334013": "刻晴",
"334014": "スクロース",
"334015": "ジン",
"334016": "凝光",
"334017": "ノエル",
"334018": "コレイ",
"334019": "純水精霊·ローデシア",
"334020": "デットエージェント·炎",
"334021": "魔偶剣鬼",
"334022": "ヒルチャール·岩兜の王",
"334023": "ディオナ",
"334024": "セノ",
"334025": "バーバラ",
"334026": "ミラーメイデン",
"334027": "マッシュラプトル",
"334028": "北斗",
"334029": "クレー",
"334500": "唯一の心",
"334501": "冷血の剣",
"334502": "吐納真定",
"334503": "寒空の宣命祝詞",
"334504": "すだれの残香",
"334505": "沈没の預言",
"334506": "流火焼灼",
"334507": "交差する炎",
"334508": "冒険の憧れ",
"334510": "長野原龍勢流星群",
"334511": "星喰いの鴉",
"334512": "覚醒",
"334513": "抵天の雷罰",
"334514": "混元熵增論",
"334515": "蒲公英の国土",
"334516": "備えあれば憂いなし",
"334517": "支援はお任せください",
"334518": "フライリーフワインダー",
"334519": "百川奔流",
"334520": "目には目を",
"334521": "からくり神通",
"334522": "鋳直し:岩兜",
"334523": "クールキャッツクロー",
"334524": "落羽の裁決",
"334525": "輝く季節",
"334526": "鏡の檻",
"334527": "胞子増殖",
"334528": "満天の霹靂",
"334529": "こんこんプレゼント",
"335000": "魔導緒論",
"335001": "祭礼の断片",
"335002": "天空の巻",
"335003": "鴉羽の弓",
"335004": "祭礼の弓",
"335005": "天空の翼",
"335006": "白鉄の大剣",
"335007": "祭礼の大剣",
"335008": "狼の末路",
"335009": "白纓槍",
"335010": "千岩長槍",
"335011": "天空の脊",
"335012": "旅道の剣",
"335013": "祭礼の剣",
"335014": "風鷹剣",
"335015": "冒険者のバンダナ",
"335016": "幸運の冠",
"335017": "医者の方巾",
"335018": "博徒のピアス",
"335019": "教官の帽子",
"335020": "亡命者の冠",
"335021": "氷雪を踏む音",
"335022": "氷風を彷徨う勇士",
"335023": "酒に漬けた帽子",
"335024": "沈淪の心",
"335025": "焦げた魔女の帽子",
"335026": "燃え盛る炎の魔女",
"335027": "雷を呼ぶ冠",
"335028": "雷のような怒り",
"335029": "緑の狩人の冠",
"335030": "翠緑の影",
"335031": "不動玄石の相",
"335032": "悠久の磐岩",
"335033": "月桂の宝冠",
"335034": "深林の記憶",
"336000": "璃月港口",
"336001": "騎士団図書館",
"336002": "群玉閣",
"336003": "アカツキワイナリー",
"336004": "望舒旅館",
"336005": "西風大聖堂",
"336006": "パイモン",
"336007": "キャサリン",
"336008": "ティマイオス",
"336009": "ワーグナー",
"336010": "卯師匠",
"336011": "マル",
"336012": "ティミー",
"336013": "立本",
"336014": "常九",
"336015": "エリン",
"336016": "田饒舌",
"336017": "劉蘇",
"336018": "参量物質変化器",
"336019": "携帯式栄養袋",
"337000": "元素共鳴:交錯の氷",
"337001": "元素共鳴:粉砕の氷",
"337002": "元素共鳴:交錯の水",
"337003": "元素共鳴:治療の水",
"337004": "元素共鳴:交錯の炎",
"337005": "元素共鳴:熱誠の炎",
"337006": "元素共鳴:交錯の雷",
"337007": "元素共鳴:強権の雷",
"337008": "元素共鳴:交錯の風",
"337009": "元素共鳴:迅速の風",
"337010": "元素共鳴:交錯の岩",
"337011": "元素共鳴:不動の岩",
"337012": "元素共鳴:交錯の草",
"337013": "元素共鳴:蔓生の草",
"337014": "最高の仲間!",
"337015": "シフト交代の時間",
"337016": "乾坤一擲",
"337017": "権謀術数",
"337018": "俺様はまだ負けちゃいねぇ!",
"337019": "お任せください!",
"337020": "鶴の帰郷",
"337021": "星天の兆",
"337022": "白亜の術",
"337023": "武芸マスター",
"337024": "神宝遷宮祝詞",
"337025": "迅速裁縫の術",
"337026": "送ってあげよ~!",
"337027": "護法の誓い",
"337028": "アビスの呼びかけ",
"337029": "絶雲お焦げ",
"337030": "仙跳牆",
"337031": "ハスの花パイ",
"337032": "北地のスモークチキン",
"337033": "鳥肉のスイートフラワー漬け焼き",
"337034": "モンド風ハッシュドポテト",
"337035": "キノコピザ",
"337036": "ミントの獣肉巻き"
},
"GCG_CARD_BACK": {
"339000": "原初",
"339001": "モンド",
"339002": "璃月",
"339003": "稲妻",
"339004": "スメール",
"339009": "レジェンド",
"339010": "達人",
"339011": "水晶の塊",
"339012": "魔晶の塊",
"339013": "紫水晶の塊",
"339014": "烈焔花の花蕊",
"339015": "霧氷花の花蕊",
"339016": "電気水晶",
"339017": "蒲公英の種",
"339018": "セシリアの花",
"339019": "琉璃百合",
"339020": "血石華"
},
"GCG_FIELD": { "339500": "モンド", "339501": "璃月", "339502": "稲妻", "339503": "スメール" },
"COSTUME": {
"340000": "サマータイムスパークル",
"340001": "海風の夢",
"340002": "紗の幽蘭",
"340003": "霓裾の舞",
"340004": "レッドデッド·オブ·ナイト",
"340005": "極夜の真夢",
"340006": "グンヒルドの伝承",
"340007": "100%偵察騎士",
"340008": "星と月の約束",
"340009": "教会の自由人へ",
"340010": "花時に訪れた手紙",
"340011": "葉に隠れし芳名"
},
"FURNITURE_SUITE_FORMULA": {
"350001": "冒険者の臨時拠点",
"350002": "前哨地での生活",
"350003": "自在な岩石と植物",
"350004": "簡素な璃月の寝室",
"350005": "茶室の片隅",
"350006": "郊外の灯影",
"350007": "万能の机と椅子",
"350008": "忙しい厨房",
"350009": "休憩時の茶話",
"350010": "万巻の書斎",
"350011": "家具が備えられたモンドの寝室",
"350012": "「6人のキーマン」会議室",
"350013": "パーティーと痛飲の時",
"350014": "店員たちのランチタイム",
"350015": "ゲストルームの暖かさ",
"350016": "完備した書斎",
"350017": "山の中の一軒家",
"350018": "町の民家",
"350019": "収穫期の露店",
"350020": "なんでも売ってる青果市場",
"350021": "練兵場の片隅",
"350022": "整備された武器工房",
"350023": "輸送の中継地",
"350024": "祭日の市場",
"350025": "大通りの入り口-「妖魔退散」",
"350026": "大人気の飲食店",
"350027": "田舎の井戸",
"350028": "慎重な孤独の冒険者",
"350029": "気候が交わる地",
"350030": "朽木と盤石の会話",
"350033": "詩と思索の間",
"350034": "囁く風の間",
"350035": "緋雲文斎",
"350036": "煙霞の夢閣",
"350037": "秘術研究所",
"350038": "薪と煙の厨房",
"350039": "武器の鍛冶屋",
"350040": "牧歌の町",
"350041": "花鳥の公園",
"350042": "美食の集結",
"350043": "百里琳琅街",
"350044": "軽策暇雲居",
"350045": "狩りと歌舞の拠点",
"350046": "星と深淵の旅",
"350047": "アカツキ果樹園",
"350048": "正統派庭園",
"350049": "気晴れの湯",
"350050": "村に隠れし影",
"350051": "追懐の神社",
"350052": "軍事演習場",
"350053": "花びら散る野原",
"350054": "夏夜の追憶",
"350055": "櫻染の通り",
"350056": "夢の常しえ",
"350057": "千振り道場",
"350058": "明窓浄机",
"350059": "楓香る茶室",
"350060": "レンジャーの日常エピソード",
"350061": "静止した豪華絢爛",
"350062": "最高の芳醇",
"350063": "知見が沈着する場所",
"350064": "喧騒と煩悩から離れて",
"350065": "砂塵の境地に身を置いて",
"350066": "賑やか市場",
"350067": "清らかな深い森の住まい",
"350068": "気ままに踊る姿",
"350069": "畔の静かなひと時",
"350070": "風食を阻む集落",
"350071": "旅団陣形の雄姿",
"350072": "香りと閑靜の中",
"350073": "森と砂漠の合奏"
},
"FURNITURE_FORMULA": {
"380101": "木製軒先付き白壁",
"380102": "ダーク色のアーチ形木質壁",
"380103": "楓のアーチ形壁",
"380104": "輝光の簡素な彫刻壁",
"380201": "垂香の伝統床",
"380202": "異色の格子柄タイル",
"380203": "楓の褐彩床",
"380204": "輝光の隠し模様床",
"380301": "垂香の格子柄天井",
"380302": "隠し模様の格子柄天井",
"380303": "楓の格子柄天井",
"380304": "輝光の彫刻天井",
"380401": "二段式キャンドルシャンデリア",
"380402": "八角形提灯-「順風満帆」",
"380403": "六角形提灯-「和気致祥」",
"380404": "「パンプキンのカーニバルナイト」",
"380405": "絹織提灯-「飛閣流丹」",
"380406": "垂纓花灯-「絢爛な大通り」",
"380407": "茶屋燭台-「無臭の炎」",
"380408": "茶屋置き灯籠-「光遮断」",
"380409": "楓の置き灯籠-「薄馨」",
"380410": "楓の灯籠-「照澄」",
"380411": "御殿灯籠-「徘徊する雷威」",
"380412": "御殿灯籠-「往年の緋月」",
"380413": "御殿灯籠-「心に灯し雷照」",
"380414": "楓の提灯-「顕光」",
"380415": "花咲く燭灯-「蓮の如く澄む」",
"380416": "煌めく明かり-「吉兆の元辰」",
"380417": "「煌々たる灯りは月を照らす」",
"380418": "岩場提灯-「幽洞を貫く光」",
"380419": "「露が眠る光」",
"380420": "「翠が滴る光」",
"380421": "「森邃な光」",
"380422": "「潜心の光」",
"380423": "「尋常の光」",
"380424": "「満開の光」",
"380426": "「揺れる光」",
"380427": "「寝息の光」",
"380504": "「花葉百相の光」",
"381101": "極北樺のコーナーカウンター",
"381102": "杉のオープン商品棚",
"381103": "杉の組み合わせ式商品棚",
"381104": "杉の収納棚",
"381105": "大きな樺の衣装棚",
"381106": "却砂の衣装棚",
"381107": "輝光の白地物置台",
"381108": "砂域のラック-「歓迎」",
"381109": "証悟の「種々雑多」収納棚",
"381110": "輝光の「癒し」ナイトテーブル",
"381111": "タマリスクの三段タンス",
"381112": "タマリスクの陶器棚",
"381201": "図書館の二段本棚",
"381202": "萃華の高級本棚",
"381203": "萃華の格安本棚",
"381204": "「本をめくる間に去ってゆく」",
"381205": "「司書の宝庫」",
"381206": "朱漆垂香の巻物棚",
"381207": "朱漆垂香の百宝閣",
"381208": "垂香の収納棚",
"381209": "楓の書棚-「墨染書心」",
"381210": "楓の書棚-「蔵書千卷」",
"381212": "砂域のシェルフ-「什器」",
"381213": "「卓識の地の宝物」",
"381214": "「卓識の地の蔵書」",
"381301": "分厚い図書館の長テーブル",
"381302": "騎士団の書斎机",
"381303": "騎士団のミーティングデスク",
"381304": "広めの石造かまど",
"381305": "携帯型コンロ",
"381306": "ひし形卓布の長テーブル",
"381307": "松の座席付き円卓",
"381308": "優雅な木目の書道机",
"381309": "松の方形お茶机",
"381310": "垂香の円卓",
"381311": "しっかりとした樺の化粧台",
"381313": "鋳鉄汎用焜炉",
"381314": "夢見の「涼温な机」こたつ",
"381315": "孔雀の「石定」お茶机",
"381316": "茶屋の長机-「座隙無」",
"381317": "輝光の陶芸作業台",
"381318": "タマリスクの長机·硬材",
"381319": "「百の美味を網羅する選択肢」",
"381320": "「頬張る豪快さ」",
"381321": "「一杯を嗜む気楽さ」",
"381322": "証悟材の角丸長テーブル",
"381401": "そよ風に守られたベッド",
"381402": "煙霞の夢のベッド",
"381403": "夢見の「櫻眠」寝台",
"381404": "輝光の「安眠」ベット",
"381405": "証悟の「安らぎ」ベット",
"381501": "松の旅館受付",
"381502": "茶屋勘定台-「十四丸」",
"381503": "砂域の石台-「堅固」",
"381504": "砂域の暖炉-「温もり」",
"381505": "砂域の文机-「慎重」",
"381506": "「酒場の出来事の証人」",
"382101": "柔らかいラウンジソファ",
"382102": "「青空ブルーの午後」",
"382103": "「強い意志」",
"382104": "松のダイニングチェア",
"382105": "松の背もたれ付きお茶椅子",
"382106": "松の円椅子",
"382108": "茶屋円椅子-「折痛辞」",
"382109": "業果の「静語」ベンチ",
"382110": "業果の「返し技」チェア",
"382111": "「余暇に豪飲する爽快さ」",
"382112": "証悟材蔓葉背もたれ付き椅子",
"382201": "北地の石造暖炉",
"382202": "松の屏風-「雲来帆影」",
"382203": "堅木座屏-「絶雲朝霧」",
"382204": "樺のナイトテーブル",
"382205": "却砂のナイトテーブル",
"382206": "霓裳画簾-「紅霞採り」",
"382207": "花団の屏風-「玉簪金璧」",
"382208": "轟天の戦鼓",
"382209": "花灯芸台-「高歌放吟」",
"382210": "茶屋座布団-「晩禾織」",
"382211": "楓の太鼓-「宴奏」",
"382212": "楓の太鼓-「轟音」",
"382213": "茶屋屏風-「垢身金心」",
"382214": "皆伝刀掛け-「四常法」",
"382215": "旗本重鎧-「影陣玄甲」",
"382216": "夢見の「入画」屏風",
"382218": "佳節香扆-「梯山航海」",
"382219": "佳節香扆-「精金良玉」",
"382221": "妙々たる宝瓶-「菘藍」",
"382222": "妙々たる宝瓶-「藤緑」",
"382223": "妙々たる宝瓶-「熟麦」",
"382224": "清き宝瓶-「赤銅」",
"382225": "清き宝瓶-「鞍褐」",
"382226": "清き宝瓶-「柘黄」",
"382227": "清き宝瓶-「土器色」",
"382228": "妙々たる宝瓶-「貝殻」",
"382229": "妙々たる宝瓶-「昏岩」",
"382231": "「消散する煙の中で」",
"382233": "「レンジャー長の厳密さ」",
"382234": "「レンジャーの装備」",
"382235": "「森の民の食事」",
"382236": "「強火で焼く濃香」",
"382237": "「弱火で炙る旨味」",
"382238": "「森の民の蓄積」",
"382239": "妙々たる宝瓶-「熔砂」",
"382301": "モンドカーペット-「赤い熱意」",
"382302": "モンドカーペット-「倦まない探究」",
"382303": "旅館絨毯-「親切なもてなし」",
"382304": "迎賓絨毯-「暖かい歓迎」",
"382305": "「青みがかった輝く模様」",
"382306": "「オレンジがかった眩しい模様」",
"382307": "「茶色がかった深みある模様」",
"382308": "「日に晒された荘厳なる模様」",
"382309": "「橄欖のように繁る模様」",
"382310": "「麦の苗のように純粋な模様」",
"383101": "光り続く提灯",
"383102": "琉璃亭の却砂の灯籠",
"383103": "天円提灯-「明燭に花香」",
"383104": "貝殻の硬質机上灯",
"383106": "「澄凝の星光」",
"383107": "砂域のランプ-「留光」",
"383108": "「快適な光」",
"383109": "「卓識の地の柔光」",
"383110": "「夜巡の燭火」",
"383111": "「諦聴の燭火」",
"383112": "ツーウェイ鋳鉄置き灯籠",
"383201": "花瓶-「水色の落着き」",
"383202": "盆栽-「透き通るそよ風」",
"383203": "花瓶-「満開の朱色」",
"383204": "盆栽-「甘い偽装」",
"383205": "盆栽-「緑松の低木」",
"383206": "「磁器の掟」",
"383207": "「素守の瓶」",
"383208": "「恩返しの花瓶」",
"383301": "古典ライアー-「風の思い」",
"383302": "きちんと置かれた本",
"383303": "「学者の怠惰」",
"383304": "「手紙の礼儀」",
"383305": "精巧な砂時計の置物",
"383306": "錬金装置-「水と火の間」",
"383307": "錬金器具-「塵埃の重み」",
"383308": "文房四宝-「池に臨みて書を学ぶ」",
"383309": "金色の燭台",
"383310": "白磁茶器-「真実一路」",
"383312": "「湯気に纏いし白榻」",
"383313": "茶屋器物-「鎖香籠」",
"383314": "文房四宝-「正定筆鋒」",
"383315": "破邪の矢",
"383316": "魔除けの羽子板",
"383317": "「神の嗅覚」こんこんだるま",
"383318": "「真の料理の腕前」たぬたぬだるま",
"383322": "「天象寰転」",
"383325": "「茂る森の断片」",
"383326": "「流浪の姿」",
"383330": "「醇厚なる歓迎の中で」",
"383331": "「爽快なる甘さの中で」",
"383332": "「たなびく薄霧の中で」",
"383335": "「店舗の珍しいコレクション」",
"383336": "「店舗の螺旋模様」",
"383337": "「放置してはならない列酒」",
"383338": "「馥郁たる苦さの中で」",
"383339": "「森の民の妙方」",
"383340": "「森の民の生気」",
"383341": "妙々たる宝瓶-「青苗」",
"383342": "ふちあり星型マルチ瓶",
"383501": "「卓識の地の明察」",
"383502": "「渇きを癒す芳香」",
"383504": "「貯水の芸術」",
"384101": "風景画-「田舎の民家」",
"384102": "風景画-「大空の層雲」",
"384103": "風景画-「無名の高崖」",
"384104": "工筆画-「珉林の山々」",
"384105": "工筆画-「瓶中春花」",
"384106": "工筆画-「霧海連山」",
"384107": "絵染浮光-「山を包みし空」",
"384108": "絵染浮光-「悠々と漂う水色」",
"384109": "壁画拓本-「霧海孤山」",
"384110": "壁画拓本-「霧海旧儀」",
"384201": "レストランの木製看板",
"384202": "明るい花瓶型壁掛けライト",
"384203": "古びた円盾",
"384204": "古びた盾",
"384205": "古びた片手剣",
"384206": "戦闘意志の旗",
"384207": "純粋な魂の旗",
"384208": "騎士団の紋章",
"384209": "壁掛け式記録板",
"384210": "壁掛け式広告板",
"384211": "絹織の壁飾り",
"384213": "タマリスクの円盾·堅鉄",
"384214": "砂域の壁飾り-「霞垂れ」",
"384215": "砂域の壁飾り-「炎の翼」",
"384216": "「レンジャーの思い」",
"384217": "タマリスクの堅鉄攻盾",
"384501": "「絆の時」",
"390101": "干し草の家屋",
"390102": "干し草の貨物倉庫",
"390103": "璃月民居-「隠居屋敷」",
"390104": "璃月民家-「梁吊千石」",
"390105": "璃月宿場-「古道茶香」",
"390106": "璃月民居-「軒上の月」",
"390107": "璃月民居-「笙磬同音」",
"390108": "璃月店舗-「千客万来」",
"390109": "古宅の別棟-「庭園の一日」",
"390110": "古宅の涼亭-「星空を見上げて」",
"390111": "孔雀の多段木箱",
"390112": "孔雀の「万角」商品棚",
"390113": "孔雀の「不染」棚",
"390114": "夢見の「露隠」衣装棚",
"390115": "夢見の「礼遇」衣紋掛け",
"390116": "梨園台榭-「神韻雅致」",
"390201": "アーチ門を複数持つモンド建築",
"390202": "屋根裏部屋が突き出したモンド民居",
"390203": "湿気を恐れないモンドアパート",
"390204": "強風に耐えるモンド古家",
"390205": "広い屋根裏部屋のある田舎の家屋",
"390206": "古風な田舎の家屋",
"390207": "小さな松の小屋",
"390208": "璃月民居-「時は金なり」",
"390301": "賑やかな雑貨露店",
"390302": "儲かっている果物露店",
"390303": "掛け値なしの果物露店",
"390304": "開放式焙炉工房",
"390305": "豊作の兆しの果物カート",
"390306": "「石門北の行商人」",
"390307": "巻き幌付き青果カート",
"390308": "「百味四宮鍋」",
"390309": "青果露店-「田園の恵み」",
"390310": "御伽材ラーメン屋台",
"390311": "「織物の奥行き」",
"390312": "「織物の尺度」",
"390313": "「織物の果物並べ」",
"390314": "「染み渡る甘み」",
"390315": "「覆い隠される甘み」",
"390316": "「穴に蔵される甘み」",
"390317": "「漁労の市場の地」",
"390318": "「漁労の貯蔵法」",
"390319": "「漁労の廃物利用」",
"390320": "輝光の布屋根万屋",
"390321": "輝光の移動ケバブ屋",
"390322": "「からっと気持ちよい格納」",
"390323": "「選別後の陳列」",
"390401": "ヒルチャールの前哨小屋",
"390402": "ヒルチャールの頭領部屋",
"390501": "「碧水東の旅商人」",
"390502": "干し草の貨物棚",
"390503": "避雷のテント",
"390504": "簡素なシングルテント",
"390505": "御伽の市井おでん屋台",
"390507": "御伽の食料台車",
"390508": "紙傘屋-「異夢綺彩」",
"390509": "青果露店-「純粋な味」",
"390510": "祭典「定番」百貨屋台",
"390511": "祭典「奇番」百貨屋台",
"390512": "孔雀の「幸帰」面掛け",
"390513": "「財宝の浮棚·贈彩」",
"390514": "「明かりの浮棚·黛藍」",
"390515": "「明かりの浮棚·紅玉」",
"390516": "お祭り屋台-「珍奇」",
"390517": "お祭り屋台-「文彩」",
"390518": "「ドドコのサマータイム」",
"390601": "「戒めの祠」",
"390602": "「浄心の祠」",
"390603": "稲妻屋敷-「一意同心」",
"390604": "稲妻店舗-「千瑜百珉」",
"390605": "稲妻民居-「三世共業」",
"390606": "稲妻民居-「臨機応変」",
"390607": "稲妻工房-「一途正則」",
"390608": "稲妻民居-「方寸常安」",
"390609": "稲妻篠屋-「静度歳安」",
"390610": "稲妻篠屋-「野逸入心」",
"390611": "稲妻工房-「適合兼用」",
"390612": "稲妻民居-「鉄中錚錚」",
"390613": "稲妻工房-「糲食尋甘」",
"390614": "稲妻民居-「長眺無替」",
"390615": "稲妻官邸-「挙目威儀」",
"390616": "稲妻官邸-「厳諭正弁」",
"390617": "官邸回廊-「勢至権達」",
"390618": "陣屋監視塔-「洞察」",
"390619": "陣屋行帳-「時策」",
"390620": "陣屋兵舎-「周固」",
"390621": "陣屋正門-「忠粛」",
"390623": "おみくじ社務所-「兆解」",
"390624": "神社拝殿-「幸願温音」",
"390625": "神社偏殿-「社務順易」",
"390626": "垣屋別室-「度正礼適」",
"390627": "垣屋倉庫-「万斗儲集」",
"390628": "稲妻民居-「海祇述懐」",
"390629": "稲妻民居-「一室珊瑚」",
"390630": "稲妻民居-「風浪の屋舎」",
"390701": "「森の民の按排」",
"390702": "「森の民の剴切」",
"390703": "「森の民の孤独」",
"390704": "「森の民の意志」",
"390705": "砂域の家屋-「日常」",
"390706": "砂域の家屋-「集香」",
"390707": "砂域の家屋-「符号の音」",
"390708": "砂域の家屋-「微睡み」",
"390709": "砂域の家屋-「きっさき隠し」",
"390710": "砂域の家屋-「集溜」",
"390711": "住居の標識塔‐「醒悟の花」",
"390712": "住居の標識塔‐「熟考の木」",
"390713": "住居の台榭‐「吟鳴の亭」",
"390714": "住居の台榭‐「悠然眺望の楼」",
"390715": "住居の台榭‐「お茶と休憩の処」",
"390716": "住居の台榭‐「煙が立ち昇る地」",
"390718": "「知恵の都の金銀財宝」",
"390719": "「知恵の都の美味佳肴」",
"390720": "「知恵の都の芳醇」",
"390721": "「知恵の都の堅剛」",
"390722": "「知恵の都の貿易」",
"390723": "「静寂な宮殿の日陰」",
"390724": "「静寂な宮殿の光明」",
"390726": "「知恵の都の糸筋」",
"390727": "「知恵の都の焙焼」",
"390728": "「知恵の都の勤労」",
"390729": "「知恵の都の日常」",
"390730": "「知恵の都の斉列」",
"390731": "「知恵の都の安泰」",
"390732": "「知恵の都の勤め」",
"390733": "「海獣鎮めの織物」",
"390734": "「静かな夜の砂風」",
"391101": "花鳥の噴水",
"391102": "ヒルチャールの螺旋型監視塔",
"391103": "ヒルチャールの草ぶき小屋",
"391104": "「牧歌と風車」",
"391107": "工事の臨時拠点",
"391109": "「華やかで爽やかな夏」",
"391110": "赤鳥居-「真静の扉」",
"391112": "朱鳥居-「安定の道」",
"391113": "垣屋正門-「風清の扉」",
"391114": "垣屋長庭-「顔行展舒」",
"391115": "垣屋庭角-「安節謙洽」",
"391116": "白石温泉-「暖漫」",
"391117": "青々とした緑-「澄みわたる泉」",
"391118": "外景盤石-「飛揚跋扈」",
"391119": "岩場起重機-「移山」",
"391120": "岩場起重機-「平丘」",
"391122": "砂域の日覆い-「些事」",
"391123": "砂域の日覆い-「問い」",
"391124": "砂域の日覆い-「枯涸」",
"391125": "砂域の日覆い-「休憩」",
"391126": "「劇場の清涼な水霧」",
"391127": "「卓識の地の清徹」",
"391129": "オルモス港三型汎用起重機",
"391130": "複合材の長距離貨物車",
"391131": "複合材の港内積替用貨物車",
"391132": "二種車輪マウンテン貨物車",
"391201": "三眼の仙牌",
"391202": "樺の庭園正門",
"391203": "模様が彫られた庭園の壁隅",
"391204": "模様が彫られた庭園の壁",
"391205": "古宅の廊下-「森林漫歩」",
"391206": "古宅の庭壁-「屋根の下の四季」",
"391207": "古宅の壁隅-「香り漂う片隅」",
"391208": "古宅の庭壁-「整理整頓」",
"391209": "古宅の庭壁-「阡陌の平和」",
"391210": "古宅の大門-「通雲の門」",
"391211": "古宅の景壁-「庭中の絶景」",
"391212": "廊下の角-「絶景到来」",
"391213": "要地牙門-「雲底の力」",
"391214": "要地の柵-「自厳の壁」",
"391215": "柵の角-「丸見え」",
"391216": "御伽の「近竹」中庭の門",
"391217": "御伽の「近竹」柵",
"391218": "陣屋の柵-「錯牙」",
"391219": "陣屋の柵-「截断」",
"391220": "陣屋の杭-「苦刺」",
"391221": "神社回廊-「櫻舞う散歩道」",
"391222": "神社回廊-「浅赤凝望」",
"391223": "垣屋院墙-「崩石の御」",
"391224": "垣屋院墙-「柔睦一隅」",
"391225": "垣屋院墙-「庭中隠際」",
"391226": "垣屋墙隅-「旧市町墙」",
"391227": "温泉屏風-「至適」",
"391228": "温泉外壁-「無越」",
"391229": "温泉の壁-「穏足」",
"391230": "温泉の扉-「避涼」",
"391235": "「漁労の辺境の壁」",
"391236": "「漁労の絶対境界」",
"391237": "砂域の石段-「登攀」",
"391238": "砂域の墻壁-「不意打ち」",
"391239": "砂域の墻壁-「堅き守り」",
"391240": "砂域の中庭の門-「風を拒んで」",
"391241": "住居の中庭の門-「林で口ずさんで」",
"391242": "住居の院墙-「百鳥の合唱」",
"392107": "擬石土台-「時機到来」",
"392606": "外景佳作-「煙空桟道」",
"392607": "外景佳作-「梢での散歩」",
"393101": "交差して置かれた杉の貨物箱",
"393102": "ちゃんと積み上げられた杉の酒樽",
"393103": "重い干し草の束",
"393104": "竹枠で固定した酒壺-「月待の酒」",
"393105": "おもちゃ屋-「琳琅満目」",
"393106": "紙傘屋-「傘下千彩」",
"393107": "貯蔵袋-「隠雷退散」",
"393108": "青果商人の慎重",
"393109": "青果商人の疲労",
"393110": "丈夫な色付き陶磁器",
"393111": "ヒルチャールの弓の的",
"393112": "ヒルチャールの角付き鍋",
"393113": "枯木の道標",
"393114": "「冒険者の背負うべき重み」",
"393115": "丈夫な木樽",
"393116": "高い木の柱",
"393117": "束ねられた木材",
"393118": "杉の防雨型貨物箱",
"393119": "石製のカップ型池",
"393120": "「羽毛の賛美」",
"393121": "「ポンポンの実の空の夢」",
"393122": "「夏の森の中の道しるべ」",
"393123": "練兵場の木製スタンド",
"393124": "「夏の森の中の使節」",
"393125": "「庭の浄念池」",
"393126": "陣屋の梵鐘-「轟雷の音」",
"393127": "軍勢の太鼓-「破陣の余響」",
"393128": "御伽の簡易作業小屋",
"393129": "御伽の「六用」木樽",
"393130": "御伽の「飲料」木樽",
"393131": "壁厚「石芯」陶製水がめ",
"393132": "御伽の酒樽",
"393133": "御伽の貨物箱",
"393134": "「山の如く奉呈で佳節を祝す」",
"393137": "大型飲食店専用かまど",
"393138": "悠々たる炎",
"393141": "「疾奏音律花·変則チューニング」",
"393142": "「漁労の豊漁の声」",
"393143": "「漁労の家庭料理」",
"393144": "「漁労の売れるコツ」",
"393145": "「漁労の塵積もり」",
"393146": "「漁労の厳選網」",
"393148": "輝光の大型陶芸作業台",
"393149": "「鉄と砂と金銭」",
"393150": "「鉄と血と破鎧」",
"393151": "「鉄と水と蒸気」",
"393152": "業果の遠海液体商品棚",
"393153": "「弦と羽と矢の軌道」",
"393154": "「森の食探しの妙案」",
"393155": "「うまくいくかもしれない!」",
"393156": "「着色と沈殿」",
"393201": "盆栽-「翠色の縮図」",
"393202": "保水の花壇",
"393203": "土壌を積んだ木樽",
"393204": "「松の下の夕暮れ待ち」",
"393301": "杉の物置台",
"393302": "杉の武器棚",
"393303": "堅木の兵器棚",
"393304": "簡素な貨物車",
"393305": "硬石で補強された井戸",
"393306": "笠をかぶった赤衣カカシ",
"393307": "旧式井戸",
"393308": "屋根付き井戸-「清浄を求めて」",
"393309": "石獅子像-「天禄」",
"393310": "石獅子像-「百解」",
"393311": "田舎の茶屋",
"393312": "「冒険者の必須アイテム」",
"393313": "「魔女のコーラス」",
"393315": "夢見の「凶祓い」みくじ掛け",
"393316": "御建鳴神主尊の旌旗",
"393317": "陣屋弓架-「響羽」",
"393318": "陣屋槍架-「尖破」",
"393319": "陣地篝火-「清曜」",
"393320": "陣地馬防柵-「示辺」",
"393321": "天狐彫像-「白辰嗣響」",
"393322": "晴れ空の色鮮やかな鯉のぼり",
"393323": "楓の布製狸人形",
"393324": "楓の布製白狐人形",
"393325": "「赤鉄珊瑚」",
"393326": "「古き石の蛍傘」",
"393327": "神社彫像-「セイライ鎮め物」",
"393328": "田舎井戸-「下徹澄泉」",
"393329": "夢見の「誠見」賽銭箱",
"393330": "皆伝刀掛け-「両訓則」",
"393331": "「中庭竹水鳴り」",
"393332": "孔雀の「遍知」掲示板",
"393333": "田舎井戸-「下索密蔵」",
"393337": "煌めく明かり-「灯夕佳景」",
"393338": "瑞雲弧虹絹布飾り",
"393339": "金紋羽旄の邪気祓い赤旗",
"393343": "狸の顔出し看板",
"393344": "「仙狐宮司」限定旗",
"393346": "梨園屏風-「上巧」",
"393347": "梨園屏風-「大巧」",
"393350": "「ドドコのトラベルバッグ」",
"393351": "「ドドコのふぅふぅオーブン」",
"393352": "「ドドコのビーチナップ」",
"393353": "「ドドコのコレクション棚」",
"393354": "「ドドコのクールパラソル」",
"393355": "「漁労の織物作り」",
"393356": "「無くてはならぬもの」",
"393357": "「旅団の威勢」",
"393358": "「攻伐の具象」",
"393359": "「禁足の鉄拒馬」",
"393360": "「旅団の戦車」",
"393361": "「旅団の名誉」",
"393362": "「清雅な声」",
"393363": "「醇厚な音」",
"393364": "業果材三面広告板",
"393365": "「チャイタイムの涼」",
"393366": "慶賀屏風-「霧に集いし煙山」",
"393367": "慶賀屏風-「蒼き波と羽ばたき」",
"393368": "慶賀屏風-「ゆらゆらと漂う笛竹」",
"393369": "慶賀屏風-「響き渡る古の曲」",
"393370": "慶賀屏風-「重なり合う連雲」",
"393371": "慶賀屏風-「遥かなる真音」",
"393372": "「ラッパと薪」",
"393401": "模様が彫られた鉄の街灯",
"393402": "野外の松の街灯",
"393403": "退邪灯-「左右を照らす」",
"393404": "四合灯-「遠くから訪れた友」",
"393405": "清影灯-「描かれた影」",
"393406": "石灯籠-「不動明耀」",
"393407": "「三咫の光」",
"393408": "白石「鳴駐」灯籠",
"393409": "御伽「鳴駐」灯籠",
"393410": "五重灯籠の祭典門",
"393411": "夢見の「空懐」街灯",
"393412": "夢見の「重念」街灯",
"393413": "魚油白燭-「傍明」",
"393414": "御伽の郊外街灯",
"393415": "御伽の簡易街灯",
"393416": "孔雀の「連造」街灯",
"393601": "「霊沼雲池」",
"393602": "「清波游影」",
"394101": "長い年月を経た竹の柵",
"394102": "力流しの松の柵",
"394103": "ヒルチャールの木製柵",
"394104": "ヒルチャールのトーテムの柵",
"394105": "蔓延るブドウ藤",
"394106": "芽生えたブドウ藤",
"394107": "シンプルな木製柵",
"394108": "途中まで造られた柵",
"394109": "「果樹農家の勤勉」",
"394110": "御伽の縦置き「久香」花壇",
"394111": "御伽の横置き「散彩」花壇",
"394201": "平らな木製ベンチ",
"394202": "平らな石造ベンチ",
"394203": "グーゴル·イス",
"394204": "夢見材の腰掛け",
"394205": "御伽の「楽至」腰掛け",
"394207": "梨園賓席-「長楽同座」",
"394301": "ヒルチャールの二階建て監視塔",
"394302": "松の開放式棚",
"394303": "硬い杉のテーブル",
"394304": "広めの松の長テーブル",
"394305": "大型の石造研磨台",
"394306": "錬金合成台",
"394307": "二段式商店-「運気上昇」",
"394308": "竹製の露天用お茶机",
"394309": "木製の露天用お茶机",
"394310": "「夏の森の中のご馳走」",
"394311": "グーゴル·テーブル",
"394312": "夢見材の長テーブル",
"394313": "御伽の「楽至」卓",
"394315": "梨園賓席-「曲中茶香」",
"394316": "梨園装飾-「お楽しみに」",
"394317": "業果材の陳列台",
"394401": "酒屋の商品棚-「百杯飲み」",
"394402": "耐波構造の二段パレット",
"394403": "「花海のゆりかご」",
"394404": "「ブルーオーシャンの宝」",
"394501": "擬石土台-「修身研磨」",
"394502": "擬石土台-「随車夏雨」",
"394503": "擬石土台-「倍日并行」",
"394504": "青々とした緑-「クッキーの道」",
"394505": "擬石土台-「豪華絢爛」"
}
}
================================================
FILE: src/i18n/data/ja-JP/monsterItem.json
================================================
{
"MONSTER_ORDINARY": {
"20010101": "草スライム (Slime_Grass_02)",
"20010201": "大型草スライム (Slime_Grass_03)",
"20010202": "大型草スライム (Slime_Grass_03_AttackEnhance)",
"20010301": "風スライム (Slime_Wind_02)",
"20010302": "風スライム(塔防) (Slime_Wind_02)",
"20010401": "大型風スライム (Slime_Wind_03)",
"20010402": "大型風スライム(塔防) (Slime_Wind_03)",
"20010403": "大型風スライム (Slime_Wind_03_AttackEnhance)",
"20010501": "雷スライム (Slime_Electric_02)",
"20010502": "雷スライム(塔防) (Slime_Electric_02)",
"20010503": "雷スライム (Slime_Electric_02_SimpleStick)",
"20010601": "大型雷スライム (Slime_Electric_03)",
"20010602": "大型雷スライム(塔防) (Slime_Electric_03)",
"20010604": "大型雷スライム (Slime_Electric_03_AttackEnhance)",
"20010605": "大型雷スライム (Slime_Electric_03_SimpleStick)",
"20010701": "変異雷スライム (Slime_Electric_03_Positive)",
"20010702": "変異雷スライム (Slime_Electric_03_Positive_AttackEnhance)",
"20010703": "変異雷スライム(塔防) (Slime_Electric_03_Positive)",
"20010801": "氷スライム (Slime_Ice_02)",
"20010802": "氷スライム-雪山イベント (Slime_Ice_02_Activity)",
"20010803": "氷スライム(塔防) (Slime_Ice_02)",
"20010901": "大型氷スライム (Slime_Ice_03)",
"20010902": "大型氷スライム-雪山イベント (Slime_Ice_03_Activity)",
"20010903": "大型氷スライム(塔防) (Slime_Ice_03)",
"20010904": "大型氷スライム (Slime_Ice_03_AttackEnhance)",
"20010905": "大型氷スライム (Slime_Ice_03_SimpleStick)",
"20011001": "水スライム (Slime_Water_02)",
"20011002": "水スライム(塔防) (Slime_Water_02)",
"20011101": "大型水スライム (Slime_Water_03)",
"20011102": "大型水スライム(塔防) (Slime_Water_03)",
"20011103": "大型水スライム (Slime_Water_03_AttackEnhance)",
"20011201": "炎スライム (Slime_Fire_02)",
"20011202": "炎スライム (Slime_Fire_Tutorial)",
"20011203": "炎スライム(塔防) (Slime_Fire_02)",
"20011204": "炎スライム (Slime_Fire_02_SimpleStick)",
"20011301": "大型炎スライム (Slime_Fire_03)",
"20011302": "大型炎スライム(塔防) (Slime_Fire_03)",
"20011304": "大型炎スライム (Slime_Fire_03_AttackEnhance)",
"20011305": "大型炎スライム (Slime_Fire_03_SimpleStick)",
"20011401": "岩スライム (Slime_Rock_02)",
"20011402": "岩スライム(塔防) (Slime_Rock_02)",
"20011501": "大型岩スライム (Slime_Rock_03)",
"20011502": "大型岩スライム (Slime_Rock_03_AttackEnhance)",
"20011503": "大型岩スライム(塔防) (Slime_Rock_03)",
"20011601": "無相の水-召喚物-大分裂 (Effigy_Water_Underling_Ooze_01)",
"20011701": "無相の水-召喚物-小分裂 (Effigy_Water_Underling_Ooze_02)",
"20011801": "無相の水-召喚物-自爆 (Effigy_Water_Underling_Ooze_03)",
"20011901": "無相の水-召喚物-回復 (Effigy_Water_Underling_Ooze_04)",
"20012001": "無相の水·召喚物 (Effigy_Water_Underling_Ooze_05)",
"20012101": "無相の水·召喚物 (Effigy_Water_Underling_Ooze_06)",
"20012201": "無相の水·召喚物 (Effigy_Water_Underling_Ooze_07)",
"20020101": "狂風のコア (Elemental_Wind_01)",
"20050201": "幻形イノシシ·水 (Monster_Oceanid_Boar)",
"20050202": "幻形イノシシ(強化) (Monster_Oceanid_Boar_02)",
"20050203": "幻形イノシシ·水 (Monster_Oceanid_Boar_02)",
"20050301": "幻形ツル·水 (Monster_Oceanid_Crane)",
"20050302": "幻形ツル·水 (Monster_Oceanid_Crane)",
"20050401": "幻形カニ·水 (Monster_Oceanid_Crab)",
"20050402": "幻形カニ(強化) (Monster_Oceanid_Crab_02)",
"20050403": "幻形カニ·水 (Monster_Oceanid_Crab)",
"20050501": "幻形スズメ·水 (Monster_Oceanid_Tit)",
"20050502": "幻形スズメ·水 (Monster_Oceanid_Tit)",
"20050601": "幻形アヒル·水 (Monster_Oceanid_Wigeon)",
"20050602": "幻形アヒル·水(陸地バージョン) (Monster_Oceanid_Wigeon_02)",
"20050603": "幻形アヒル·水 (Monster_Oceanid_Wigeon_02)",
"20050701": "幻形リス·水 (Monster_Oceanid_Squirrel)",
"20050702": "幻形リス(強化) (Monster_Oceanid_Squirrel_02)",
"20050703": "幻形リス·水 (Monster_Oceanid_Squirrel)",
"20050801": "幻形カエル·水 (Monster_Oceanid_Frog)",
"20050802": "幻形カエル·水 (Monster_Oceanid_Frog)",
"20050901": "幻形トビ·水 (Monster_Oceanid_Falcon)",
"20060101": "水フライム (Sylph_Water_01)",
"20060201": "岩フライム (Sylph_Rock_01)",
"20060301": "風フライム (Sylph_Wind_01)",
"20060401": "氷フライム (Sylph_Ice_01)",
"20060501": "雷フライム (Sylph_Electric_01)",
"20060601": "炎フライム (Sylph_Fire_01)",
"20060701": "草フライム (Sylph_Grass_01)",
"21010101": "ヒルチャール (Hili_None_01)",
"21010102": "ヒルチャール(塔防) (Hili_None_01)",
"21010201": "ヒルチャール·戦士 (Hili_None_01_Club)",
"21010301": "ヒルチャール·木盾 (Hili_None_01_Shield)",
"21010302": "ヒルチャール·木盾(塔防) (Hili_None_01_Shield)",
"21010401": "ヒルチャール·射手 (Hili_None_01_Range)",
"21010402": "テスト_丘々人・多重弓使い (Hili_None_01_Range_Multi)",
"21010501": "ヒルチャール·炎矢 (Hili_Fire_Range)",
"21010502": "テスト_丘々人・多重炎弓使い (Hili_Fire_Range_Multi)",
"21010601": "ヒルチャール·爆弾 (Hili_Fire_Bomb)",
"21010603": "ヒルチャール·爆弾 (Hili_Fire_Bomb_AttackEnhance)",
"21010701": "ヒルチャール·突進 (Hili_Fire_Rush)",
"21010702": "ヒルチャール·突進(塔防) (Hili_Fire_Rush)",
"21010901": "ヒルチャール·氷矢 (Hili_Ice_Range)",
"21010902": "テスト_丘々人・多重氷弓使い (Hili_Ice_Range_Multi)",
"21011001": "ヒルチャール·雷矢 (Hili_Electric_Range)",
"21011002": "テスト_丘々人・多重雷弓使い (Hili_Electric_Range_Multi)",
"21011201": "ヒルチャール·岩盾 (Hili_None_01_RockShield)",
"21011202": "ヒルチャール·岩盾(塔防) (Hili_None_01_RockShield)",
"21011301": "ヒルチャール·氷弾 (Hili_Ice_Bomb)",
"21011302": "ヒルチャール·氷弾·攻撃強化 (Hili_Ice_Bomb_AttackEnhance)",
"21011401": "ヒルチャール·氷盾 (Hili_Ice_IceShield)",
"21011402": "ヒルチャール·氷盾(塔防) (Hili_Ice_IceShield)",
"21011403": "ヒルチャール·氷盾-雪山イベント (Hili_Ice_IceShield_Activity)",
"21011501": "変わったヒルチャール空手 (Hili_Wei_NoWeapon_01)",
"21011601": "ヒルチャール·雷弾 (Hili_Electric_Bomb)",
"21011602": "ヒルチャール·雷弾·攻撃強化 (Hili_Electric_Bomb_AttackEnhance)",
"21020101": "ヒルチャール暴徒·木盾 (Brute_None_Shield)",
"21020102": "ヒルチャール暴徒·木盾(塔防) (Brute_None_Shield)",
"21020201": "ヒルチャール暴徒·炎斧 (Brute_None_Axe)",
"21020202": "ヒルチャール暴徒·炎斧 (Brute_None_Axe_AttackEnhance)",
"21020203": "ヒルチャール暴徒·炎斧(塔防) (Brute_None_Axe)",
"21020301": "ヒルチャール暴徒·岩盾 (Brute_None_RockShield)",
"21020302": "ヒルチャール暴徒·岩盾(塔防) (Brute_None_RockShield)",
"21020401": "ヒルチャール·霜鎧の王 (Brute_Ice_None)",
"21020402": "ヒルチャール·霜鎧の王(塔防) (Brute_Ice_None)",
"21020501": "ヒルチャール·岩兜の王 (Brute_Rock_None)",
"21020502": "ヒルチャール·岩兜の王(塔防) (Brute_Rock_None)",
"21020601": "ヒルチャール暴徒·氷盾 (Brute_Ice_Shield)",
"21020602": "ヒルチャール暴徒·氷盾(塔防) (Brute_Ice_Shield)",
"21020701": "ヒルチャール暴徒·雷斧 (Brute_Electric_Axe)",
"21020702": "ヒルチャール暴徒·雷斧(タワーディフェンス) (Brute_Electric_Axe)",
"21020703": "ヒルチャール暴徒·雷斧·攻撃強化 (Brute_Electric_Axe_AttackEnhance)",
"21020801": "ヒルチャール·雷兜の王 (Brute_Electric_None)",
"21020802": "ヒルチャール·雷兜の王(タワーディフェンス) (Brute_Electric_None)",
"21030101": "ヒルチャールシャーマン·水 (Shaman_Water_01)",
"21030102": "ヒルチャールシャーマン·水(塔防) (Shaman_Water_01)",
"21030103": "テスト_移動治療丘々人シャーマン・水 (Shaman_Water_01_HealEnhance)",
"21030201": "ヒルチャールシャーマン·草 (Shaman_Grass_01)",
"21030202": "ヒルチャールシャーマン·草(塔防) (Shaman_Grass_01)",
"21030203": "ヒルチャールシャーマン·草 (Shaman_Grass_01_SupportEnhance)",
"21030301": "ヒルチャールシャーマン·風 (Shaman_Wind_01)",
"21030302": "ヒルチャールシャーマン·風(塔防) (Shaman_Wind_01)",
"21030303": "テスト_風域強化丘々人シャーマン・風 (Shaman_Wind_01_WindZoneEnhance)",
"21030304": "ヒルチャールシャーマン·風 (Shaman_Wind_01_AttackEnhance)",
"21030401": "ヒルチャールシャーマン·岩 (Shaman_Rock_01)",
"21030402": "ヒルチャールシャーマン·岩 (Shaman_Rock_01_SupportEnhance)",
"21030403": "ヒルチャールシャーマン·岩(塔防) (Shaman_Rock_01)",
"21030501": "ヒルチャールシャーマン·氷 (Shaman_Ice_01)",
"21030502": "ヒルチャールシャーマン·氷(塔防) (Shaman_Ice_01)",
"21030601": "ヒルチャールシャーマン·雷 (Shaman_Electric_01)",
"21030602": "ヒルチャールシャーマン·雷(タワーディフェンス) (Shaman_Electric_01)",
"21030603": "ヒルチャールシャーマン·雷·サポート強化 (Shaman_Electric_01_SupportEnhance)",
"22010101": "アビスの魔術師·炎 (Abyss_Fire_01)",
"22010102": "テスト_シールド強化アビスの魔術師・炎 (Abyss_Fire_01_ShieldEnhance)",
"22010103": "テスト_テレポート強化アビスの魔術師・炎 (Abyss_Fire_01_BlinkEnhance)",
"22010104": "テスト_攻撃強化アビスの魔術師・炎 (Abyss_Fire_01_AttackEnhance)",
"22010105": "アビスの魔術師·炎(塔防) (Abyss_Fire_01)",
"22010201": "アビスの魔術師·氷 (Abyss_Ice_01)",
"22010202": "テスト_シールド強化アビスの魔術師・氷 (Abyss_Ice_01_ShieldEnhance)",
"22010203": "テスト_テレポート強化アビスの魔術師・氷 (Abyss_Ice_01_BlinkEnhance)",
"22010204": "テスト_攻撃強化アビスの魔術師・氷 (Abyss_Ice_01_AttackEnhance)",
"22010205": "アビスの魔術師·氷(塔防) (Abyss_Ice_01)",
"22010301": "アビスの魔術師·水 (Abyss_Water_01)",
"22010302": "テスト_シールド強化アビスの魔術師・水 (Abyss_Water_01_ShieldEnhance)",
"22010303": "テスト_テレポート強化アビスの魔術師・水 (Abyss_Water_01_BlinkEnhance)",
"22010304": "テスト_攻撃強化アビスの魔術師・水 (Abyss_Water_01_AttackEnhance)",
"22010305": "アビスの魔術師·水(塔防) (Abyss_Water_01)",
"22010401": "アビスの魔術師·雷 (Abyss_Electric_01)",
"22010402": "アビスの魔術師·雷(タワーディフェンス) (Abyss_Electric_01)",
"22010403": "アビスの魔術師·雷·防御強化 (Abyss_Electric_01_ShieldEnhance)",
"22010404": "アビスの魔術師·雷·攻撃強化 (Abyss_Electric_01_AttackEnhance)",
"22020101": "アビスの使徒·激流(消失) (Invoker_Herald_Water_01)",
"22020102": "アビスの使徒·激流(常駐) (Invoker_Herald_Water_01)",
"22020103": "アビスの使徒·激流 (Invoker_Herald_Water_01)",
"22030101": "アビスの詠唱者·紫電(消失) (Invoker_Deacon_Electric_01)",
"22030102": "アビスの詠唱者·紫電(常駐) (Invoker_Deacon_Electric_01)",
"22030103": "アビスの詠唱者·紫電 (Invoker_Deacon_Electric_01)",
"22030201": "アビスの詠唱者·淵炎 (Invoker_Deacon_Fire_01)",
"22030202": "アビスの詠唱者·淵炎 (Invoker_Deacon_Fire_01)",
"22040101": "獣域ウェルプ·岩 (Hound_Kanis_Rock_01)",
"22040201": "獣域ウェルプ·雷 (Hound_Kanis_Electric_01)",
"22050101": "獣域ハウンド·岩 (Hound_Riftstalker_Rock_01)",
"22050201": "獣域ハウンド·雷 (Hound_Riftstalker_Electric_01)",
"22070101": "シャドウハスク·旗令 (ForlornVessel_Strong_Warbanner_Fire_01)",
"22070102": "シャドウハスク·旗令 (ForlornVessel_Strong_Warbanner_Fire_02)",
"22070201": "シャドウハスク·破陣 (ForlornVessel_Strong_Lance_Water_01)",
"22070202": "シャドウハスク·破陣 (ForlornVessel_Strong_Lance_Water_02)",
"22070301": "シャドウハスク·守衛 (ForlornVessel_Strong_Chargebow_Ice_01)",
"22070302": "シャドウハスク·守衛 (ForlornVessel_Strong_Chargebow_Ice_02)",
"22080101": "黒蛇騎士·斬風の剣 (Darkwraith_Strong_Wind_01)",
"22090101": "Darksign_Shadow_01",
"23010101": "ファデュイ先遣隊·重衛士·氷銃 (Skirmisher_Male_Fat_SprayGun_Ice_01)",
"23010201": "ファデュイ先遣隊·重衛士·水銃 (Skirmisher_Male_Fat_SprayGun_Water_01)",
"23010301": "ファデュイ先遣隊·前鋒軍·雷ハンマー (Skirmisher_Male_Strong_GreatHammer_Electric_01)",
"23010401": "ファデュイ先遣隊·遊撃兵·岩使い (Skirmisher_Male_Standard_Staff_Rock_01)",
"23010501": "ファデュイ先遣隊·前鋒軍·風拳 (Skirmisher_Male_Strong_Gloves_Wind_01)",
"23010601": "ファデュイ先遣隊·遊撃兵·炎銃 (Skirmisher_Male_Standard_Rifle_Fire_01)",
"23020101": "ファデュイ デットエージェント (Fatuus_Fire_01)",
"23020102": "ファデュイ·デットエージェント·炎 (Fatuus_Fire_01_AttackEnhance)",
"23030101": "ファデュイ 雷蛍術師 (Fatuus_Summoner_01)",
"23030102": "ファデュイ·雷蛍術師 (Fatuus_Summoner_01_AttackEnhance)",
"23040101": "ファデュイ 氷蛍術師 (Fatuus_Mage_Ice_01)",
"23040102": "ファデュイ 氷蛍術師·攻撃強化 (Fatuus_Mage_Ice_01_AttackEnhance)",
"23050101": "ファデュイ ミラーメイデン (Fatuus_Maiden_Water_01)",
"24010101": "遺跡守衛 (Defender_None_01)",
"24010102": "遺跡守衛(塔防) (Defender_None_01)",
"24010108": "遺跡守衛 (Defender_None_08)",
"24010109": "遺跡守衛 (Defender_None_09)",
"24010201": "遺跡ハンター (Formathr_None)",
"24010202": "遺跡ハンター(塔防) (Formathr_None)",
"24010301": "遺跡重機 (Konungmathr_None)",
"24010302": "遺跡重機(塔防) (Konungmathr_None)",
"24010303": "遺跡重機(採掘バージョン) (Konungmathr_None_Dig)",
"24010304": "遺跡重機 (Konungmathr_None_WQ)",
"24020101": "遺跡巡視者 (Apparatus_Enigma_BionicDrone)",
"24020102": "遺跡巡視者(弱体化版) (Apparatus_Enigma_BionicDrone)",
"24020103": "遺跡巡視者(強化版) (Apparatus_Enigma_BionicDrone)",
"24020201": "遺跡殲滅者 (Apparatus_Enigma_BionicFlora)",
"24020202": "遺跡殲滅者(弱体化版) (Apparatus_Enigma_BionicFlora)",
"24020203": "遺跡殲滅者(強化版) (Apparatus_Enigma_BionicFlora)",
"24020301": "遺跡防衛者 (Apparatus_Enigma_BionicInsecta)",
"24020302": "遺跡防衛者(弱体化版) (Apparatus_Enigma_BionicInsecta)",
"24020303": "遺跡防衛者(強化版) (Apparatus_Enigma_BionicInsecta)",
"24020304": "遺跡防衛者 (Apparatus_Enigma_BionicInsecta_Karkata)",
"24020401": "遺跡偵察者 (Apparatus_Enigma_BionicNettler)",
"24020402": "遺跡偵察者(弱体化版) (Apparatus_Enigma_BionicNettler)",
"24020403": "遺跡偵察者(強化版) (Apparatus_Enigma_BionicNettler)",
"24030101": "遺跡ドレイク·飛空 (Gargoyle_Airborne_01)",
"24030201": "遺跡ドレイク·陸行 (Gargoyle_Ground_01)",
"24040101": "プライマル構造体·重力場発生器 (Monolith_Ordinator_01)",
"24040201": "プライマル構造体·再構築 (Monolith_Ordinator_02)",
"24040301": "プライマル構造体·探査機 (Monolith_Ordinator_03)",
"24990101": "Monster_Alternate_01",
"25010101": "「ぐるぐる」 (Thoarder_Male_NoWeapon_01)",
"25010102": "謎の人 (Thoarder_Male_Standard_NoWeapon_01_02)",
"25010103": "宝盗団·「トンズラ」 (Thoarder_Male_Standard_NoWeapon_01_03)",
"25010104": "宝盗団·「トンズラ」 (Thoarder_Male_Standard_NoWeapon_01_04)",
"25010105": "宝盗団·「トンズラ」 (Thoarder_Male_Slippie_01)",
"25010106": "宝盗団·「トンズラ」 (Thoarder_Male_Slippie_01)",
"25010201": "宝盗団·斥候 (Thoarder_Male_Standard_NoWeapon_02)",
"25010203": "宝盗団·斥候 (Thoarder_Male_Standard_NoWeapon_02_03)",
"25010204": "宝盗団·斥候 (Thoarder_Male_Standard_NoWeapon_02_04)",
"25010205": "宝盗団·斥候 (Thoarder_Male_Standard_NoWeapon_02_05)",
"25010206": "宝盗団·斥候 (Thoarder_Male_Standard_NoWeapon_02_06)",
"25010207": "宝盗団·斥候 (Thoarder_Male_Standard_NoWeapon_02_07)",
"25010208": "宝盗団·斥候 (Thoarder_Male_Standard_NoWeapon_02_08)",
"25010209": "Thoarder_Male_Standard_NoWeapon_02_09",
"25010210": "Thoarder_Male_Standard_NoWeapon_02_10",
"25010211": "Thoarder_Male_Standard_NoWeapon_02_11",
"25010301": "宝盗団·炎の薬剤師 (Thoarder_Male_Standard_NoWeapon_Fire_01)",
"25010302": "宝盗団·炎の薬剤師 (Thoarder_Male_Standard_NoWeapon_Fire_01)",
"25010401": "宝盗団·水の薬剤師 (Thoarder_Male_Standard_NoWeapon_Water_01)",
"25010501": "宝盗団·雷の薬剤師 (Thoarder_Male_Standard_NoWeapon_Electric_01)",
"25010601": "宝盗団·氷の薬剤師 (Thoarder_Male_Standard_NoWeapon_Ice_01)",
"25010701": "宝盗団·雑夫 (Thoarder_Male_Fat_NoWeapon_01)",
"25020101": "「怪鳥」 (Thoarder_Male_Crossbow_01)",
"25020102": "宝盗団·「怪鳥」 (Thoarder_Male_Crossbow_01_02)",
"25020201": "宝盗団·弓使い (Thoarder_Male_Standard_Crossbow_02)",
"25020204": "宝盗団·弓使い (Thoarder_Male_Standard_Crossbow_02_03)",
"25030101": "「カルメン」 (Thoarder_Male_Shovel_01)",
"25030102": "宝盗団·「カルメン」 (Thoarder_Male_Fat_Shovel_01)",
"25030103": "宝盗団·「カルメン」 (Thoarder_Male_Fat_Shovel_01)",
"25030201": "宝盗団·盗掘者 (Thoarder_Male_Fat_Shovel_03)",
"25030301": "宝盗団·船夫 (Thoarder_Male_Fat_Shovel_02)",
"25040101": "「姉貴」 (Thoarder_Female_Hatchet_01)",
"25040102": "宝盗団·「姉貴」 (Thoarder_Female_Hatchet_02)",
"25040103": "宝盗団·「姉貴」 (Thoarder_Female_Hatchet_02)",
"25050101": "千岩軍兵士 (Millelith_Male_01)",
"25050201": "千岩軍隊長 (Millelith_Male_02)",
"25050301": "幕府の足軽 (Aahigaru_Male_01)",
"25050401": "幕府の足軽頭 (AahigaruTaisho_Male_01)",
"25050402": "幕府の足軽頭 (AahigaruTaisho_Male_01_02)",
"25050501": "珊瑚宮衆 (Aahigaru_Male_02)",
"25050502": "珊瑚宮衆 (Aahigaru_Male_02_02)",
"25050503": "珊瑚宮衆 (Aahigaru_Male_03)",
"25060101": "宝盗団·拳術家 (Thoarder_MuscleMan_NoWeapon_01)",
"25060102": "宝盗団·拳術家 (Thoarder_MuscleMan_NoWeapon_01_02)",
"25070101": "宝盗団·粉砕者 (Thoarder_MuscleMan_Hammer_01)",
"25070201": "宝盗団·「ヴァレンシュタイン」 (Thoarder_MuscleMan_Hammer_02)",
"25070202": "宝盗団·「ヴァレンシュタイン」 (Thoarder_MuscleMan_Hammer_02)",
"25080101": "浪人 (Samurai_Ronin_01)",
"25080201": "浪人·山賊 (Samurai_Ronin_02)",
"25080202": "野伏·火付番 (Samurai_Ronin_04)",
"25080301": "浪人·暗部 (Samurai_Ronin_03)",
"25080401": "幕府の武士 (Samurai_Hatamoto_01)",
"25080402": "寄騎武士 (Samurai_Hatamoto_02)",
"25080403": "寄騎武士 (Samurai_Hatamoto_03)",
"25080404": "寄騎武士 (Samurai_Hatamoto_03)",
"25080405": "寄騎武士 (Samurai_Hatamoto_04)",
"25100101": "海乱鬼-雷 (Samurai_Kairagi_01)",
"25100102": "海乱鬼·雷騰 (Samurai_Kairagi_05)",
"25100201": "海乱鬼-炎 (Samurai_Kairagi_02)",
"25100202": "海乱鬼·炎威 (Samurai_Kairagi_07)",
"25100301": "海乱鬼-雷幽霊 (Samurai_Kairagi_03)",
"25100302": "落武者·呪雷 (Samurai_Kairagi_06)",
"25100401": "海乱鬼-炎幽霊 (Samurai_Kairagi_04)",
"25110101": "悪霊·岩の魔蜥 (Gator_Eremite_Rock_01)",
"25110102": "悪霊·岩の魔蜥 (Gator_Eremite_Rock_02)",
"25110201": "悪霊·風の魔鳶 (Vulture_Eremite_Wind_01)",
"25110202": "悪霊·風の魔鳶 (Vulture_Eremite_Wind_02)",
"25110301": "悪霊·炎の魔蠍 (Scorpion_Eremite_Fire_01)",
"25110401": "悪霊·草の霊蛇 (Chrysopelea_Eremite_Grass_01)",
"25210101": "エルマイト旅団·アックス (Eremite_Female_Hatchet_01)",
"25210102": "エルマイト旅団·アックス (Eremite_Female_Hatchet_02)",
"25210103": "エルマイト旅団·アックス (Eremite_Female_Hatchet_03)",
"25210104": "EremiteElite_Female_Hatchet_01",
"25210105": "EremiteElite_Female_Hatchet_02",
"25210106": "EremiteElite_Female_Hatchet_03",
"25210107": "エルマイト旅団·アックス (Eremite_Female_Hatchet_04)",
"25210108": "Eremite_Female_Hatchet_05",
"25210109": "NPC_Quest_Female_Standard_Nailan_20933",
"25210201": "エルマイト旅団·クロスボウ (Eremite_Male_Standard_Crossbow_01)",
"25210202": "エルマイト旅団·クロスボウ (Eremite_Male_Standard_Crossbow_02)",
"25210203": "エルマイト旅団·クロスボウ (Eremite_Male_Standard_Crossbow_03)",
"25210204": "EremiteElite_Male_Standard_Crossbow_01",
"25210205": "EremiteElite_Male_Standard_Crossbow_02",
"25210206": "EremiteElite_Male_Standard_Crossbow_03",
"25210207": "エルマイト旅団·クロスボウ (Eremite_Male_Standard_Crossbow_04)",
"25210208": "NPC_Quest_Male_Standard_Eremite_01",
"25210209": "NPC_Quest_Male_Standard_Eremite_02",
"25210210": "NPC_Sumeru_Male_Standard_Aderfi_4293",
"25210211": "NPC_Quest_Male_Standard_Assassin02_20940",
"25210301": "エルマイト旅団·ベクドコルバン (Eremite_Male_Standard_Pole_01)",
"25210302": "エルマイト旅団·ベクドコルバン (Eremite_Male_Standard_Pole_02)",
"25210303": "エルマイト旅団·ベクドコルバン (Eremite_Male_Standard_Pole_03)",
"25210304": "EremiteElite_Male_Standard_Pole_01",
"25210305": "EremiteElite_Male_Standard_Pole_02",
"25210306": "EremiteElite_Male_Standard_Pole_03",
"25210307": "Eremite_Male_Standard_Pole_01",
"25210308": "NPC_Sumeru_Male_Standard_Warden03_4298",
"25210309": "NPC_Sumeru_Male_Standard_Warden04_4299",
"25210401": "エルマイト旅団·ラインブレイカー (Eremite_MuscleMan_Gloves_01)",
"25210402": "エルマイト旅団·ラインブレイカー (Eremite_MuscleMan_Gloves_02)",
"25210403": "エルマイト旅団·ラインブレイカー (Eremite_MuscleMan_Gloves_03)",
"25210404": "EremiteElite_MuscleMan_Gloves_01",
"25210405": "EremiteElite_MuscleMan_Gloves_02",
"25210406": "EremiteElite_MuscleMan_Gloves_03",
"25210407": "NPC_Quest_MuscleMan_Standard_Eremite_01",
"25210408": "NPC_Quest_MuscleMan_Standard_Assassin01_20913",
"25210501": "エルマイト旅団·ソードダンサー (Eremite_MuscleMan_Simitar_01)",
"25210502": "エルマイト旅団·ソードダンサー (Eremite_MuscleMan_Simitar_02)",
"25210503": "エルマイト旅団·ソードダンサー (Eremite_MuscleMan_Simitar_03)",
"25210504": "EremiteElite_MuscleMan_Simitar_01",
"25210505": "EremiteElite_MuscleMan_Simitar_02",
"25210506": "EremiteElite_MuscleMan_Simitar_03",
"25210507": "Eremite_MuscleMan_Simitar_04",
"25210508": "NPC_Sumeru_MuscleMan_Standard_Yuften_4294",
"25210601": "Eremite_Male_Standard_NoWeapon_01",
"25210602": "Eremite_Male_Standard_NoWeapon_02",
"25310101": "エルマイト旅団·サンドウォーター (Eremite_Female_Slim_PushDagger_01)",
"25310102": "Eremite_Female_Slim_PushDagger_02",
"25310201": "エルマイト旅団·サンフロスト (Eremite_Male_Standard_Glaive_01)",
"25310202": "Eremite_Male_Standard_Glaive_02",
"25310301": "エルマイト旅団·デイサンダー (Eremite_Male_Standard_Polearm_01)",
"25410101": "エルマイト旅団·ストーンエンチャンター (Eremite_Male_Strong_Katar_01)",
"25410102": "Eremite_Male_Strong_Katar_02",
"25410103": "Eremite_Male_Strong_Katar_03",
"25410201": "エルマイト旅団·ゲイルハンター (Eremite_Female_Standard_Longbow_01)",
"25410202": "Eremite_Female_Standard_Longbow_02",
"25410301": "エルマイト旅団·サンドロアマスター (Eremite_Female_Standard_Oracle_01)",
"25410302": "Eremite_Female_Standard_Oracle_02",
"25410303": "Eremite_Female_Standard_Oracle_03",
"25410401": "エルマイト旅団·フローラルリングダンサー (Eremite_Female_Standard_Dancer_01)",
"26010101": "トリックフラワー·氷 (Mimik_Ice)",
"26010102": "トリックフラワー·氷(雪山イベント) (Mimik_Ice_Activity)",
"26010201": "トリックフラワー·炎 (Mimik_Fire)",
"26010301": "トリックフラワー·雷 (Mimik_Electric)",
"26030101": "ベビーヴィシャップ·岩 (Wyrm_Rock)",
"26040101": "ヴィシャップ·水 (Drake_Rock_01_Water)",
"26040102": "ヴィシャップ·炎 (Drake_Rock_01_Fire)",
"26040103": "ヴィシャップ·氷 (Drake_Rock_01_Ice)",
"26040104": "ヴィシャップ·雷 (Drake_Rock_01_Elec)",
"26040105": "ヴィシャップ·水(タワーディフェンス) (Drake_Rock_01_Water)",
"26050601": "アビサルヴィシャップ·原種 (Drake_DeepSea_Water_01)",
"26050901": "アビサルヴィシャップ·原種 (Drake_DeepSea_Water_02)",
"26051001": "アビサルヴィシャップ·噛氷 (Drake_Deepsea_Ice_02)",
"26051101": "アビサルヴィシャップ·吞雷 (Drake_Deepsea_Electric_02)",
"26060101": "雷蛍 (Cicin_Thunder_01)",
"26060201": "水蛍 (Cicin_Water_01)",
"26060301": "氷蛍 (Cicin_Ice_01)",
"26090101": "プカプカ水キノコン (Fungus_Un_Gamma_Water_01)",
"26090190": "プカプカ水キノコン (Fungus_Un_Gamma_Water_Enemy)",
"26090191": "プカプカ水キノコン (Fungus_Un_Gamma_Water_01_Capture)",
"26090201": "プカプカ草キノコン (Fungus_Un_Delta_Grass_01)",
"26090202": "プカプカ草キノコン (Fungus_Un_Delta_Grass_01_02)",
"26090290": "プカプカ草キノコン (Fungus_Un_Delta_Grass_Enemy)",
"26090291": "プカプカ草キノコン (Fungus_Un_Delta_Grass_01_Capture)",
"26090301": "プカプカ風キノコン (Fungus_Un_Delta_Wind_01)",
"26090390": "プカプカ風キノコン (Fungus_Un_Delta_Wind_Enemy)",
"26090391": "プカプカ風キノコン (Fungus_Un_Delta_Wind_01_Capture)",
"26090401": "グルグル雷キノコン (Fungus_Trois_Epsilon_Electric_01)",
"26090490": "グルグル雷キノコン (Fungus_Trois_Epsilon_Electric_Enemy)",
"26090491": "グルグル雷キノコン (Fungus_Trois_Epsilon_Electric_01_Capture)",
"26090501": "グルグル氷キノコン (Fungus_Trois_Alpha_Ice_01)",
"26090590": "グルグル氷キノコン (Fungus_Trois_Alpha_Ice_Enemy)",
"26090591": "グルグル氷キノコン (Fungus_Trois_Alpha_Ice_01_Capture)",
"26090601": "グルグル炎キノコン (Fungus_Trois_Gamma_Fire_01)",
"26090690": "グルグル炎キノコン (Fungus_Trois_Gamma_Fire_Enemy)",
"26090691": "グルグル炎キノコン (Fungus_Trois_Gamma_Fire_01_Capture)",
"26090701": "ボヨヨン炎キノコン (Fungus_Deux_Alpha_Fire_01)",
"26090790": "ボヨヨン炎キノコン (Fungus_Deux_Alpha_Fire_Enemy)",
"26090791": "ボヨヨン炎キノコン (Fungus_Deux_Alpha_Fire_01_Capture)",
"26090801": "ボヨヨン風キノコン (Fungus_Deux_Epsilon_Wind_01)",
"26090890": "ボヨヨン風キノコン (Fungus_Deux_Epsilon_Wind_Enemy)",
"26090891": "ボヨヨン風キノコン (Fungus_Deux_Epsilon_Wind_01_Capture)",
"26090901": "ボヨヨン岩キノコン (Fungus_Deux_Beta_Rock_01)",
"26090990": "ボヨヨン岩キノコン (Fungus_Deux_Beta_Rock_Enemy)",
"26090991": "ボヨヨン岩キノコン (Fungus_Deux_Beta_Rock_01_Capture)",
"26091001": "ボヨヨン雷キノコン (Fungus_Deux_Delta_Electric_01)",
"26091090": "ボヨヨン雷キノコン (Fungus_Deux_Delta_Electric_Enemy)",
"26091091": "ボヨヨン雷キノコン (Fungus_Deux_Delta_Electric_01_Capture)",
"26100301": "聖骸赤鷲 (Vulture_Sacred_Fire_01)",
"26100401": "聖骸サソリ (Scorpion_Sacred_Electric_01)",
"26100501": "聖骸トビヘビ (Chrysopelea_Sacred_Wind_01)",
"26120101": "パタパタ草マッシュロン (Fungus_Amanita_Unu_Anudatta_Grass_01)",
"26120201": "パタパタ氷マッシュロン (Fungus_Amanita_Unu_Svarita_Ices_01)",
"26120301": "トコトコ水マッシュロン (Fungus_Amanita_Du_Anudatta_Water_01)",
"26120401": "トコトコ岩マッシュロン (Fungus_Amanita_Du_Udatta_Rock_01)",
"28020101": "雪狐 (Fox_01)",
"28020102": "赤狐 (Fox_02)",
"28020103": "ギフト雪狐 (Fox_03)",
"28020104": "スーパーギフト雪狐 (Fox_04)",
"28020105": "Fox_01",
"28020106": "Fox_02",
"28020107": "Fox_02",
"28020108": "Fox_01_03",
"28020201": "リス (Squirrel_01)",
"28020301": "イノシシ (Boar_01)",
"28020302": "うり坊 (Boar_02)",
"28020303": "雪のイノシシ (Boar_03)",
"28020304": "「雪のイノシシ王」 (Boar_04)",
"28020305": "凍結イノシシ (Boar_05)",
"28020306": "Boar_06",
"28020307": "Boar_01",
"28020308": "Boar_05",
"28020309": "Boar_09",
"28020310": "Boar_02_Hunt",
"28020311": "Boar_01_Hunt",
"28020312": "Boar_03_Hunt",
"28020313": "Boar_Grass",
"28020314": "Boar_Grass_Small",
"28020315": "Boar_09",
"28020401": "ハスキー (DogPrick_01)",
"28020402": "シェルティー (DogPrick_02)",
"28020403": "柴犬 (DogPrick_03)",
"28020404": "シェパード (DogPrick_04)",
"28020405": "柴犬 (DogPrick_05)",
"28020406": "ハスキー(犬イベント専用、カメラ距離拡大) (DogPrick_01_02)",
"28020407": "DogPrick_01",
"28020408": "DogPrick_02",
"28020409": "DogPrick_03",
"28020410": "DogPrick_04",
"28020501": "サファイア (Cat_01)",
"28020502": "エメラルド (Cat_02)",
"28020503": "グレースノウ (Cat_03)",
"28020504": "北地ショートヘア (Cat_04)",
"28020505": "レッドタビー (Cat_05)",
"28020506": "タキシード (Cat_06)",
"28020507": "黒猫 (Cat_07)",
"28020508": "サファイア (Cat_01_02)",
"28020509": "グレースノウ(犬イベント専用、カメラ距離拡大) (Cat_03_02)",
"28020510": "Cat_02",
"28020511": "Cat_03",
"28020512": "Cat_04",
"28020513": "Cat_05",
"28020601": "雪隠れのイタチ (Marten_01)",
"28020602": "赤尾イタチ (Marten_02)",
"28020603": "ブーツイタチ (Marten_03)",
"28020604": "仮面イタチ (Marten_04)",
"28020605": "Marten_05",
"28020701": "狐 (Vulpes_01)",
"28020702": "狐(犬イベント専用、カメラ距離拡大) (Vulpes_01_02)",
"28020801": "妖狸 (Inu_Tanuki_01)",
"28020802": "Inu_Tanuki_02",
"28020803": "Inu_Tanuki_03",
"28020901": "武士犬(パトロール) (Inu_Shihandai_01)",
"28020902": "武士犬(戦闘) (Inu_Shihandai_02)",
"28020903": "Inu_Shihandai_03",
"28020904": "Inu_Shihandai_04",
"28030101": "青鷺 (Crane_01)",
"28030102": "スミレトキ (Crane_02)",
"28030103": "Crane_01",
"28030104": "Crane_01_Lbis",
"28030201": "茶羽鷹 (Falcon_01)",
"28030202": "棕翼鷹 (Falcon_02)",
"28030203": "石鳶 (Falcon_03)",
"28030204": "白練鷹 (Falcon_04)",
"28030301": "白鳩 (Pigeon_01)",
"28030302": "璃冠鳩 (Pigeon_02)",
"28030303": "灰羽鳩 (Pigeon_03)",
"28030304": "赤脇鳩 (Pigeon_04)",
"28030305": "黒王鳩 (Pigeon_05)",
"28030306": "カラス (Crow_01)",
"28030307": "白鳩 (Pigeon_01)",
"28030308": "璃冠鳩 (Pigeon_02)",
"28030309": "灰羽鳩 (Pigeon_03)",
"28030310": "赤脇鳩 (Pigeon_04)",
"28030311": "黒王鳩 (Pigeon_05)",
"28030312": "Pigeon_01",
"28030313": "Pigeon_Beak_01",
"28030314": "Crow_01",
"28030401": "赤ヤマガラ (Tit_01)",
"28030402": "金ヤマガラ (Tit_02)",
"28030403": "雪ヤマガラ (Tit_03)",
"28030404": "碧ヤマガラ (Tit_04)",
"28030405": "Tit_06",
"28030406": "Tit_01",
"28030407": "Tit_02",
"28030408": "Tit_03",
"28030409": "Tit_04",
"28030501": "赤喙鴨 (Wigeon_01)",
"28030502": "翠冠鴨 (Wigeon_02)",
"28030504": "Wigeon_01",
"28030505": "Wigeon_01",
"28040703": "Fishable_Ray_Stellamarisidae_02_01",
"28050201": "盗賊イタチ·新米 (Thoarder_Weasel_01)",
"28050202": "盗賊イタチ·中堅 (Thoarder_Weasel_02)",
"28050203": "盗賊イタチ·黄金 (Thoarder_Weasel_03)",
"28050204": "Thoarder_Weasel_01",
"28050211": "盗賊イタチ·新米 (Thoarder_Weasel_01)",
"28050212": "盗賊イタチ·中堅 (Thoarder_Weasel_02)",
"28050213": "盗賊イタチ·黄金 (Thoarder_Weasel_03)",
"28050221": "Thoarder_Weasel_01",
"28050222": "Thoarder_Weasel_02",
"28050223": "Thoarder_Weasel_03",
"28050501": "Electrohercules_01",
"28050502": "Electrohercules_02",
"28050503": "Electrohercules_03",
"28050504": "Electrohercules_04",
"28050505": "Electrohercules_05",
"28050506": "Electrohercules_06",
"28060101": "Gator_01",
"28060102": "Gator_Strong_01",
"28060103": "Gator_01",
"28060201": "Panther_01",
"28060202": "Panther_Strong_01",
"28060203": "Panther_01",
"28060301": "Vulture_01",
"28060302": "Vulture_01",
"28060401": "Scorpion_01",
"28060402": "Scorpion_01",
"28060501": "Megamoth_Desert_01",
"28060502": "Megamoth_Desert_02",
"28060503": "Megamoth_Desert_03",
"28060504": "Megamoth_Desert_01",
"28060505": "Megamoth_Desert_02",
"28060506": "Megamoth_Desert_03",
"28060509": "Megamoth_Desert_04",
"28060510": "Megamoth_Desert_05",
"28060511": "Megamoth_Desert_06",
"28060512": "Megamoth_Desert_07",
"28060513": "Megamoth_Desert_08",
"28060601": "Megamoth_Jungle_01",
"28060602": "Megamoth_Jungle_02",
"28060603": "Megamoth_Jungle_03",
"28060604": "Megamoth_Jungle_01",
"28060605": "Megamoth_Jungle_02",
"28060606": "Megamoth_Jungle_03",
"28060609": "Megamoth_Jungle_Strong_01",
"28060610": "Megamoth_Jungle_04",
"28060611": "Megamoth_Jungle_05",
"28060612": "Megamoth_Jungle_06",
"28060613": "Megamoth_Jungle_07",
"28060614": "Megamoth_Jungle_08",
"28060701": "Megamoth_Desert_04",
"28060801": "Megamoth_Desert_05",
"28060901": "Megamoth_Desert_06",
"28061001": "Megamoth_Desert_07",
"28061002": "Megamoth_Desert_08",
"28061101": "Megamoth_Jungle_04",
"28061201": "Megamoth_Jungle_05",
"28061301": "Megamoth_Jungle_06",
"28061401": "Megamoth_Jungle_07",
"28061402": "Megamoth_Jungle_08",
"28061501": "Chrysopelea_01",
"28061502": "Chrysopelea_01",
"28210101": "洞天黄金ガニ (Homeworld_Crab_01)",
"28210102": "洞天太陽ガニ (Homeworld_Crab_02)",
"28210103": "洞天紺青ガニ (Homeworld_Crab_03)",
"28210104": "洞天将軍ガニ (Homeworld_Crab_04)",
"28210105": "洞天薄紅ガニ (Homeworld_Crab_05)",
"28210201": "洞天青トカゲ (Homeworld_Lizard_01)",
"28210202": "洞天赤トカゲ (Homeworld_Lizard_02)",
"28210203": "洞天緑トカゲ (Homeworld_Lizard_03)",
"28210204": "洞天落日サンショウウオ (Homeworld_Salamander_01)",
"28210205": "洞天金サンショウウオ (Homeworld_Salamander_02)",
"28210206": "洞天晴天サンショウウオ (Homeworld_Salamander_03)",
"28210207": "洞天髄喰いトカゲ (Homeworld_Lizard_04)",
"28210208": "Homeworld_Lizard_05",
"28210301": "洞天カエル (Homeworld_Frog_01)",
"28210302": "洞天泥カエル (Homeworld_Frog_02)",
"28210303": "洞天青カエル (Homeworld_Frog_03)",
"28210304": "Homeworld_Frog_04",
"28210401": "洞天藤紋陸ウナギ (Homeworld_Eel_01)",
"28210402": "Homeworld_Eel_02",
"28210403": "洞天赤鰭陸ウナギ (Homeworld_Eel_03)",
"28210404": "Homeworld_Eel_04",
"28220101": "洞天雪狐 (Homeworld_Fox_01)",
"28220102": "洞天赤狐 (Homeworld_Fox_02)",
"28220108": "Homeworld_Fox_03",
"28220201": "洞天リス (Homeworld_Squirrel_01)",
"28220301": "洞天イノシシ (Homeworld_Boar_01)",
"28220303": "洞天雪のイノシシ (Homeworld_Boar_03)",
"28220313": "Homeworld_Boar_Grass",
"28220314": "Homeworld_Boar_Grass_Small",
"28220401": "洞天ハスキー (Homeworld_DogPrick_01)",
"28220402": "洞天シェルティー (Homeworld_DogPrick_02)",
"28220403": "洞天柴犬 (Homeworld_DogPrick_03)",
"28220404": "洞天シェパード (Homeworld_DogPrick_04)",
"28220501": "洞天キトンブルー (Homeworld_Cat_01)",
"28220502": "洞天エメラルド (Homeworld_Cat_02)",
"28220503": "洞天グレースノウ (Homeworld_Cat_03)",
"28220504": "洞天北地ショートヘア (Homeworld_Cat_04)",
"28220505": "洞天レッドタビー (Homeworld_Cat_05)",
"28220506": "洞天タキシード (Homeworld_Cat_06)",
"28220601": "洞天雪隠れのイタチ (Homeworld_Marten_01)",
"28220602": "洞天赤尾イタチ (Homeworld_Marten_02)",
"28220603": "洞天ブーツイタチ (Homeworld_Marten_03)",
"28220604": "Homeworld_Marten_04",
"28220605": "Homeworld_Marten_05",
"28220701": "洞天狐 (Homeworld_Vulpes_01)",
"28220901": "洞天武士犬 (Homeworld_Inu_Shihandai_01)",
"28230101": "洞天青鷺 (Homeworld_Crane_01)",
"28230102": "洞天スミレトキ (Homeworld_Crane_02)",
"28230104": "Homeworld_Crane_01_Lbis",
"28230301": "洞天白鳩 (Homeworld_Pigeon_01)",
"28230302": "洞天璃冠鳩 (Homeworld_Pigeon_02)",
"28230303": "洞天灰羽鳩 (Homeworld_Pigeon_03)",
"28230304": "洞天赤脇鳩 (Homeworld_Pigeon_04)",
"28230305": "洞天黒王鳩 (Homeworld_Pigeon_05)",
"28230306": "洞天カラス (Homeworld_Crow_01)",
"28230313": "Homeworld_Pigeon_Beak_01",
"28230401": "洞天赤ヤマガラ (Homeworld_Tit_01)",
"28230402": "洞天金ヤマガラ (Homeworld_Tit_02)",
"28230403": "洞天雪ヤマガラ (Homeworld_Tit_03)",
"28230404": "洞天碧ヤマガラ (Homeworld_Tit_04)",
"28240201": "洞天グッピー (Homeworld_Fishable_Maritime_Heliobatis_01)",
"28240202": "洞天琉璃グッピー (Homeworld_Fishable_Maritime_Heliobatis_02)",
"28240203": "洞天スイートグッピー (Homeworld_Fishable_Maritime_Heliobatis_03)",
"28240204": "洞天藍染グッピー (Homeworld_Fishable_Maritime_Heliobatis_04)",
"28240205": "洞天擒霞客 (Homeworld_Fishable_Maritime_Heliobatis_05)",
"28240206": "洞天水晶宴 (Homeworld_Fishable_Maritime_Heliobatis_06)",
"28240301": "洞天ブレストゲウオ (Homeworld_Fishable_Maritime_Aspidorhynchus_01)",
"28240302": "洞天バトルトゲウオ (Homeworld_Fishable_Maritime_Aspidorhynchus_02)",
"28240303": "洞天ポイズントゲウオ (Homeworld_Fishable_Maritime_Aspidorhynchus_03)",
"28240304": "洞天赤魔王 (Homeworld_Fishable_Maritime_Aspidorhynchus_04)",
"28240305": "洞天雪ノ君 (Homeworld_Fishable_Maritime_Aspidorhynchus_05)",
"28240401": "洞天金赤リュウノコ (Homeworld_Fishable_Maritime_Cheirolepis_01)",
"28240402": "洞天錆色リュウノコ (Homeworld_Fishable_Maritime_Cheirolepis_02)",
"28240501": "洞天褐チョウチョウウオ (Homeworld_Fishable_Maritime_Doryaspis_01)",
"28240502": "洞天紫チョウチョウウオ (Homeworld_Fishable_Maritime_Doryaspis_02)",
"28240503": "洞天緑チョウチョウウオ (Homeworld_Fishable_Maritime_Doryaspis_03)",
"28240504": "洞天長寿仙 (Homeworld_Fishable_Maritime_Doryaspis_04)",
"28240505": "洞天雷鳴仙 (Homeworld_Fishable_Maritime_Doryaspis_05)",
"28240506": "洞天月光魚 (Homeworld_Fishable_Maritime_Doryaspis_06)",
"28240601": "洞天鉄砲フグ (Homeworld_Fishable_Maritime_Namazu_01)",
"28240602": "洞天苦鉄砲フグ (Homeworld_Fishable_Maritime_Namazu_02)",
"28240701": "Homeworld_Fishable_Ray_Stellamarisidae_01_02",
"28240702": "Homeworld_Fishable_Ray_Stellamarisidae_01_03",
"28240801": "Homeworld_Fishable_Maritime_Batdiodan_01",
"28240802": "Homeworld_Fishable_Maritime_Batdiodan_02",
"28240803": "Homeworld_Fishable_Maritime_Batdiodan_03",
"28240804": "Homeworld_Fishable_Maritime_Batdiodan_04",
"28240901": "Homeworld_Fishable_Maritime_Apsva_01",
"28240902": "Homeworld_Fishable_Maritime_Apsva_02",
"28250101": "洞天風晶蝶 (Homeworld_Wisp_Wind_01)",
"28250102": "洞天岩晶蝶 (Homeworld_Wisp_Rock_01)",
"28250103": "洞天氷晶蝶 (Homeworld_Wisp_Ice_01)",
"28250104": "洞天雷晶蝶 (Homeworld_Wisp_Electric_01)",
"28250105": "Homeworld_Wisp_Tokoyo_01",
"28250106": "Homeworld_Wisp_Grass_01",
"28250301": "Homeworld_Boltbug_Lightbug_01",
"28250401": "Homeworld_Boltbug_Scarab_01"
},
"MONSTER_BOSS": {
"20040101": "無相の雷 アレフ (Effigy_Electric_01)",
"20040102": "(イベント)無相の雷 アレフ (Effigy_Electric_02)",
"20040201": "無相の風 ベト (Effigy_Wind_01)",
"20040202": "(イベント)無相の風 ベト (Effigy_Wind_02)",
"20040301": "無相の岩 ギメル (Effigy_Rock_01)",
"20040302": "(イベント)無相の岩 ギメル (Effigy_Rock_02)",
"20040401": "無相の水 (Effigy_Water_01)",
"20040402": "無相の水 (Effigy_Water_02)",
"20040501": "無相の氷 ダレット (Effigy_Ice_01)",
"20040502": "無相の氷 (Effigy_Ice_01)",
"20040601": "無相の炎 アイン (Effigy_Fire_01)",
"20040602": "無相の炎 (Effigy_Fire_02)",
"20040701": "無相の草 (Effigy_Grass_01)",
"20040702": "無相の草 (Effigy_Grass_02)",
"20050101": "純水精霊 (Monster_Oceanid)",
"20050102": "純水精霊(本体) (Monster_Oceanid_02)",
"20070101": "雷音権現 (Monster_Raijin_01)",
"22060101": "黄金王獣 (Monster_Hound_Planelurker_01)",
"24010401": "遺跡サーペント (Nithhoggr_None)",
"24021101": "恒常からくり陣形 (Apparatus_Perpetual)",
"24021102": "恒常からくり陣形 (Apparatus_Perpetual)",
"24030301": "兆載永劫ドレイク (Gargoyle_Fafnir_01)",
"24050101": "半永久統制マトリックス (Monolith_Starchild)",
"25090101": "傀儡将軍 (Samurai_Ningyo_01)",
"25090102": "傀儡将軍-風分身 (Samurai_Ningyo_02)",
"25090103": "傀儡将軍-氷分身 (Samurai_Ningyo_03)",
"25090104": "傀儡将軍-仮面分身 (Samurai_Ningyo_04)",
"25090105": "魔偶剣鬼 (Samurai_Ningyo_05)",
"25090201": "傀儡将軍-風分身(アイコン有り) (Samurai_Ningyo_02)",
"25090301": "傀儡将軍-氷分身(アイコン有り) (Samurai_Ningyo_03)",
"25090401": "傀儡将軍-仮面分身(アイコン有り) (Samurai_Ningyo_04)",
"26010103": "巨大トリックフラワー·氷(2.3雪山イベント) (Mimik_Fel)",
"26010104": "トリックフラワー·氷 (Mimik_Fel_02)",
"26020101": "急凍樹 (Regisvine_Ice)",
"26020102": "急凍樹(雪山イベント) (Regisvine_Ice_Activity)",
"26020201": "爆炎樹 (Regisvine_Fire)",
"26020301": "迅電樹 (Regisvine_Electric)",
"26050101": "エンシェントヴィシャップ·水 (Drake_Primo_Rock_01_Water)",
"26050201": "エンシェントヴィシャップ·炎 (Drake_Primo_Rock_01_Fire)",
"26050301": "エンシェントヴィシャップ·氷 (Drake_Primo_Rock_01_Ice)",
"26050401": "エンシェントヴィシャップ·雷 (Drake_Primo_Rock_01_Elec)",
"26050501": "エンシェントヴィシャップ·岩-イベント (Drake_Primo_Rock_01_Activity)",
"26050701": "アビサルヴィシャップ·噛氷 (Drake_Deepsea_Ice_01)",
"26050702": "アビサルヴィシャップ·噛氷 (Drake_Deepsea_Ice_03)",
"26050801": "アビサルヴィシャップ·吞雷 (Drake_Deepsea_Electric_01)",
"26050802": "アビサルヴィシャップ·吞雷 (Drake_Deepsea_Electric_03)",
"26080101": "跋掣 (Eldritch_Minor)",
"26110101": "マッシュラプトル (Fungus_Raptor)",
"26130101": "風蝕ウェネト (Sandworm)",
"29010101": "風魔龍 トワリン (Monster_Dragon_Dvalin_S01)",
"29010102": "風魔龍 トワリン (Monster_Dragon_Dvalin_S04)",
"29010103": "風魔龍 (Monster_Dragon_Dvalin_S00)",
"29010104": "風魔龍 トワリン (Monster_Dragon_Dvalin_S04)",
"29020101": "北風の王狼 ボレアス (Monster_Wolf_LupiBoreas)",
"29020102": "奔狼の領主 アンドリアス (Monster_Wolf_LupiBoreas)",
"29030101": "ファトゥス第十一位 「公子」 (Monster_Tartaglia)",
"29030102": "邪眼解放 「公子」 (Monster_Tartaglia_EvilEye)",
"29030103": "「公子」 (Monster_Tartaglia_Harbinger)",
"29030104": "ファトゥス第十一位 「公子」 (Monster_Tartaglia)",
"29030105": "邪眼解放 「公子」 (Monster_Tartaglia_EvilEye)",
"29030106": "「公子」 (Monster_Tartaglia_Harbinger)",
"29040101": "若陀龍王 (Monster_Dahaka)",
"29040102": "若陀龍王 (Monster_Dahaka)",
"29040103": "若陀龍王 (Monster_Dahaka)",
"29040104": "若陀龍王 (Monster_Dahaka)",
"29040111": "若陀龍王 (Monster_Dahaka)",
"29050101": "淑女 (Monster_LaSignora)",
"29050102": "焚尽の灼炎魔女 (Monster_LaSignora_Harbinger)",
"29050103": "淑女 (Monster_LaSignora)",
"29050104": "焚尽の灼炎魔女 (Monster_LaSignora_Harbinger)",
"29060101": "雷電将軍 (Monster_Shougun)",
"29060102": "雷電影 (Monster_Shougun)",
"29060201": "Monster_Shougun_Mitakenarukami",
"29060202": "禍津御建鳴神命 (Monster_Shougun_Mitakenarukami)",
"29060203": "禍津御建鳴神命 (Monster_Shougun_Mitakenarukami)",
"29070101": "Monster_Nada",
"29070102": "Monster_Nada",
"29070103": "Monster_Nada",
"29070104": "「正機の神」 (Monster_Nada)",
"29070105": "「正機の神」 (Monster_Nada)",
"29070106": "Monster_Nada"
},
"MONSTER_ENV_ANIMAL": {
"28010101": "黄金ガニ (Crab_01)",
"28010102": "太陽ガニ (Crab_02)",
"28010103": "紺青ガニ (Crab_03)",
"28010104": "将軍ガニ (Crab_04)",
"28010105": "薄紅ガニ (Crab_05)",
"28010106": "カニ (Crab_06)",
"28010201": "青トカゲ (Lizard_01)",
"28010202": "赤トカゲ (Lizard_02)",
"28010203": "緑トカゲ (Lizard_03)",
"28010204": "落日サンショウウオ (Salamander_01)",
"28010205": "金サンショウウオ (Salamander_02)",
"28010206": "晴天サンショウウオ (Salamander_03)",
"28010207": "髄喰いトカゲ (Lizard_04)",
"28010208": "Lizard_05",
"28010301": "カエル (Frog_01)",
"28010302": "泥カエル (Frog_02)",
"28010303": "青カエル (Frog_03)",
"28010304": "Frog_04",
"28010401": "Eel_01",
"28010402": "Eel_02",
"28010403": "Eel_03",
"28010404": "Eel_04",
"28040101": "黒スズキ (Fish_01)",
"28040102": "青スズキ (Fish_02)",
"28040103": "黄金スズキ (Fish_03)",
"28040104": "黒スズキ (Fish_04)",
"28040105": "黒スズキ (Fish_05)",
"28040106": "青スズキ (Fish_06)",
"28040107": "黄金スズキ (Fish_07)",
"28040108": "Fish_08",
"28050101": "風晶蝶 (Wisp_Wind_01)",
"28050102": "岩晶蝶 (Wisp_Rock_01)",
"28050103": "氷晶蝶 (Wisp_Ice_01)",
"28050104": "雷晶蝶 (Wisp_Electric_01)",
"28050105": "Wisp_Tokoyo_01",
"28050106": "Wisp_Grass_01",
"28050301": "Boltbug_Lightbug_01",
"28050401": "Boltbug_Scarab_01"
},
"MONSTER_FISH": {
"28040201": "グッピー (Fishable_Maritime_Heliobatis_01)",
"28040202": "琉璃グッピー (Fishable_Maritime_Heliobatis_02)",
"28040203": "スイートグッピー (Fishable_Maritime_Heliobatis_03)",
"28040204": "藍染グッピー (Fishable_Maritime_Heliobatis_04)",
"28040205": "擒霞客 (Fishable_Maritime_Heliobatis_05)",
"28040206": "水晶宴 (Fishable_Maritime_Heliobatis_06)",
"28040301": "ブレストゲウオ (Fishable_Maritime_Aspidorhynchus_01)",
"28040302": "バトルトゲウオ (Fishable_Maritime_Aspidorhynchus_02)",
"28040303": "ポイズントゲウオ (Fishable_Maritime_Aspidorhynchus_03)",
"28040304": "赤魔王 (Fishable_Maritime_Aspidorhynchus_04)",
"28040305": "雪ノ君 (Fishable_Maritime_Aspidorhynchus_05)",
"28040401": "金赤リュウノコ (Fishable_Maritime_Cheirolepis_01)",
"28040402": "錆色リュウノコ (Fishable_Maritime_Cheirolepis_02)",
"28040501": "褐チョウチョウウオ (Fishable_Maritime_Doryaspis_01)",
"28040502": "紫チョウチョウウオ (Fishable_Maritime_Doryaspis_02)",
"28040503": "緑チョウチョウウオ (Fishable_Maritime_Doryaspis_03)",
"28040504": "長寿仙 (Fishable_Maritime_Doryaspis_04)",
"28040505": "雷鳴仙 (Fishable_Maritime_Doryaspis_05)",
"28040506": "月光魚 (Fishable_Maritime_Doryaspis_06)",
"28040601": "鉄砲フグ (Fishable_Maritime_Namazu_01)",
"28040602": "苦鉄砲フグ (Fishable_Maritime_Namazu_02)",
"28040701": "Fishable_Ray_Stellamarisidae_01_02",
"28040702": "Fishable_Ray_Stellamarisidae_01_03",
"28040801": "Fishable_Maritime_Batdiodan_01",
"28040802": "Fishable_Maritime_Batdiodan_02",
"28040803": "Fishable_Maritime_Batdiodan_03",
"28040804": "Fishable_Maritime_Batdiodan_04",
"28040901": "Fishable_Maritime_Apsva_01",
"28040902": "Fishable_Maritime_Apsva_02"
},
"MONSTER_PARTNER": {
"35210101": "Partner_Eremite_Female_Hatchet_01",
"35210102": "Partner_Panther_01",
"35210301": "NPC_Quest_Male_Standard_Soldier_12801",
"35210302": "NPC_Quest_Male_Standard_Soldier_12802",
"35210303": "NPC_Quest_Male_Standard_Soldier_12804",
"35210401": "NPC_Quest_MuscleMan_Standard_Soldier_12803",
"35210501": "Partner_Eremite_MuscleMan_Simitar_01",
"35310101": "Partner_Eremite_Female_Slim_PushDagger_01",
"35310301": "Partner_Eremite_Male_Standard_Polearm_01",
"35410101": "Partner_Eremite_Male_Strong_Katar_01",
"35410201": "Partner_Eremite_Female_Standard_Longbow_01",
"36090190": "Partner_Fumgus_Un_Gamma_Water",
"36090290": "Partner_Fumgus_Un_Delta_Grass",
"36090390": "Partner_Fumgus_Un_Delta_Wind",
"36090490": "Partner_Fumgus_Trois_Epsilon_Electric",
"36090590": "Partner_Fumgus_Trois_Alpha_Ice",
"36090690": "Partner_Fumgus_Trois_Gamma_Fire",
"36090790": "Partner_Fumgus_Deux_Alpha_Fire",
"36090890": "Partner_Fumgus_Deux_Epsilon_Wind",
"36090990": "Partner_Fumgus_Deux_Beta_Rock",
"36091090": "Partner_Fumgus_Deux_Delta_Electric",
"38050590": "Partner_Animal_Electrohercules_01"
}
}
================================================
FILE: src/i18n/data/ja-JP/questItem.json
================================================
{
"9340": "スワンと会話する",
"265564": "「玲瓏霄灯図」に記された地点を探す",
"572868": "デート中のカップルを注意する",
"982580": "突然現れた敵を倒す",
"1015772": "種を「呼び覚ます」",
"1219332": "紺田村の井戸の底に入る",
"2320220": "海乱鬼の拠点へ向かう",
"3274540": "ルドルフと会話する",
"3306692": "ザカリヤと会話する",
"3756164": "花の種の水やりをする",
"4332228": "翌日まで待つ",
"4342308": "ゴローと会話する",
"4411716": "アランファラと一緒に拠点に戻る",
"4670732": "マウティーマ稠林に到達",
"4738863": "ああ!海賊は大人になりたい!",
"6284766": "「掇星攫辰天君」と会話する",
"6625105": "$#絶雲の間で仙人に関する手がかりを探す",
"7220332": "雲中仙居に行って設計図を探す",
"7705444": "パイモンと話し合う",
"8615975": "平凡な記念",
"8960724": "封印の前にいる残魂と会話する",
"9103135": "この瑶琴を誰に聴かせよう",
"9112020": "アランパンドゥと会話する",
"9277164": "寝子に報告する",
"9443444": "マルフと会話する",
"9920244": "障害物を乗り越え、なるべく早くゴールに着く",
"10022636": "留雲借風真君を手伝って料理を作る",
"10424956": "パイモンと会話する",
"10607292": "花散里と会話する",
"10720951": "丘々人を倒す",
"11348943": "酔漢峡に行く",
"11416556": "「天光の差し込む処」に行く",
"12265428": "和裕茶館に戻って、博易と話をする",
"12570734": "鉄の塊を阿三に渡す",
"12635310": "石商と会話する",
"12897567": "アンバー地下ダンジョンに入る",
"13446596": "遺跡に入る",
"14059247": "漢のジャックと漢の道",
"14312004": "部屋の真ん中にある容器を調べる",
"14335399": "万端珊瑚事件簿·承認",
"14537132": "大伴と会話する",
"14762548": "怪しいファデュイを倒す",
"14999516": "ザカリヤと会話する",
"15190364": "「煙霰ポーション」の効果をティマイオスに報告する",
"15227600": "小麦を三つ持ってくる",
"16081903": "ルームNo.2-戦闘勝利、キークエストのマークを獲得",
"16230740": "言笑と会話する",
"16379280": "ワイアットに話を聞く",
"17546172": "密室の内部に行く",
"17558332": "貨物を調べる",
"17782420": "周りを探す",
"17918260": "杏仁豆腐を一柱に1つ渡す",
"17974004": "家政挑戦:水やり",
"18527900": "村長の家の前に行く",
"18618028": "翌日(6時~24時)まで休む",
"18737543": "ベイビー計画",
"18797068": "ニィロウと一緒にシアターに戻る",
"18873716": "クンジュと合流する",
"18898974": "海灯祭任務報酬",
"18946676": "豆助、柴助と会話する",
"19422708": "言笑のところに行く",
"19895400": "アビス教団の敵を追撃する",
"21437686": "酒客たちに「最強戦力」について聞く",
"22173033": "「遺跡」で欠片を探す",
"23169054": "0",
"23194676": "美味しそうな大根入りの野菜スープをトミーに渡す",
"23739071": "二重の証拠",
"24163655": "腐植の牙",
"24200732": "戻って長次を探す",
"24367524": "図と会話する",
"24884159": "アビス教団の襲撃者を倒す",
"24948324": "璃月の冒険者協会に行く",
"25185012": "おもちゃの製造を1回実施する",
"25279452": "フローラに謝る",
"25414732": "フィンドと会話する",
"25664788": "明日まで待ち、広場に行く(翌日の12:00-18:00)",
"25932660": "モナに占いの進捗を聞く",
"26121324": "材料を持って重雲のところに戻る",
"26368015": "風に乗ってトワリンを倒す",
"26500279": "石を隠した者は言う",
"26717511": "デコって一新",
"26918801": "忙しい冒険者協会",
"27424966": "志華に報告する",
"27596172": "天守閣から離れる",
"27664143": "カーニズム、ブロック",
"27871748": "アナに風の翼の操作方法を実演する",
"28234372": "考古小隊の成員について行く",
"28633652": "次の日の朝まで待つ(9時~11時)",
"28687767": "武者の宿命",
"29339975": "競売で勝負",
"29702212": "アルベドと会話する",
"29981780": "玉京台にいる人と会話する",
"30657844": "タリエシンと会話する",
"30850652": "ワクカウ浜に行く",
"30888631": "アビス教団を倒す",
"32270412": "緋雲の丘で知易を追跡する",
"32467772": "3つ目の灯謎を解いてみる",
"33043292": "目の前の不思議な門を調査する",
"33116220": "城内で次の出演者を探す",
"33502956": "象徴物を無妄の丘にいる胡桃に渡す",
"33640184": "(TEST)カクテル完成、酒豪に飲んでもらおう!",
"33671484": "戚楠の近くにあるアビスの魔物を倒す",
"33934039": "キノコンが起こした混乱",
"34172712": "鳥肉のスイートフラワー漬け焼きを作る",
"34250124": "現場の状況を把握する",
"35172692": "順吉と共に「天目鍛冶屋」へ向かう",
"35274748": "アランナキンと会話する",
"35865676": "引き続き気配をたどって手がかりを探す",
"36080348": "アナを探す",
"36335940": "ベネットと会話する",
"36614479": "自律装置エネルギー研究·序論",
"37299964": "コレイに別れを告げる",
"37780434": "ソラヤーにこの付近の伝説を聞く",
"38767628": "貨物を奪った浪人と会話する",
"39159620": "現れた穢れた魂を倒す",
"39238316": "競売の参加者たちの考えを聞く",
"39379572": "ヒルチャールと会話する",
"39479188": "香りが漂う鍋を調べる",
"40381044": "「木南料亭」へ向かう",
"40468396": "ビーコンを置く",
"41944924": "尾行相手を見つけ出す",
"42063516": "ノエルと会話する",
"42192788": "木漏茶屋に行く",
"42239732": "灼火の心と会話する",
"42247708": "幸と会話する",
"42383764": "ラムゼイと話す",
"42599551": "止まらぬ鍛練",
"43110452": "ルカと会話し、酒場に入る",
"43754292": "正しい書類を安に渡す",
"43755588": "藤原俊子について行き、拠点へ向かう",
"44204380": "手紙を博来に渡す",
"44846148": "リュドヒカを探す",
"45373209": "望舒の階段",
"45873936": "アンソニーと会話する",
"46408228": "資料室に行って情報を聞く",
"47883964": "紀芳と会話する",
"47980572": "もう一度ナヒーダと会話する",
"48154510": "追逐I",
"48668524": "寝子と共に離れる",
"48726516": "部屋からの音を聞く",
"48998644": "星の導きを頼りにゴールにたどり着く",
"49019388": "ファデュイを倒す",
"49890116": "玉霞と会話する",
"50630948": "「マウティイェマ」に入る",
"50695700": "「御肉丸」の欠片を探す",
"51136684": "エウルアと会話する",
"51780004": "宝盗団を倒す",
"51803180": "花火を打ち上げて見張りの注意を引く",
"53475836": "キャラバン宿駅に行く",
"53815079": "冒険者、アナ!",
"54969916": "桂に報告する",
"55039543": "3つの願い",
"55979204": "雲菫に状況を報告する",
"56189327": "抵抗する者の名において",
"57185662": "香菱が言っていた場所に行く",
"57308143": "ミッション「お宝略奪」",
"57674248": "猫探しを完了する",
"58145412": "エウルアに指定ドリンクを作る",
"58206140": "ヤグナ草を拾いに行く",
"58374612": "キノコンを倒す",
"59521252": "グザヴィエと会話する",
"59750044": "「高門の炎」を全部解放する",
"60647852": "万葉と共に情報を整理する",
"60746233": "「冒険者」の極限",
"61016108": "指定された場所に行く",
"61063004": "松本と会話する",
"61436852": "目を覚ました志璇と会話する",
"62171940": "イェンを救出する",
"62175639": "全能グルメチーム·料理の極意",
"62781796": "ドニアザードを探す",
"62844576": "エラ·マスクと会話する",
"63723268": "「美味しそうな椒椒鶏」を作る",
"63763700": "調査を続ける",
"63792980": "バーバラを探す",
"65340380": "アランナガと一緒に「ヤグナ草」を探す",
"66147380": "負傷兵の様子を確認する",
"66183396": "見慣れた姿について行く",
"66312846": "璃月港に行く",
"66364068": "指定された場所でルーと会話する",
"66610988": "茅葺と会話する",
"67545052": "パイモンと会話する",
"68839220": "群玉閣に行く",
"68980626": "宝物を獲得する",
"69053188": "「プルシナスパイク」を起動し、地脈の噴出口を塞ぐ",
"70895196": "ダインスレイヴと会話する",
"71335020": "順番に戦闘の準備状況を確認する",
"72291740": "清泉町付近でシューベルトを探す",
"72438740": "帰って梶に報告する",
"72716384": "二階のバルコニーでジンを探す",
"72888866": "宝物を獲得する",
"73067332": "サイードと会話する",
"73246500": "機械ガニを追いかけ調査を続ける",
"73509892": "皆と会話する",
"73698628": "船で「宝」の在り処に行く",
"73951502": "パイモンと会話する",
"76408060": "ウルマンと会話する",
"76772428": "パイモンと会話する",
"77993304": "ジャックと会話する",
"78370308": "璃月冒険者協会のキャサリンに会う",
"78914540": "対戦相手を倒す",
"78963508": "湖底の封印されたところに行く",
"79074780": "マークされた場所に行って写真を撮る",
"79238188": "ティナリと会話する",
"79993708": "追跡を続ける",
"81074372": "装置を起動する",
"81720207": "望舒出前",
"82130783": "風花祭研究報告",
"82509400": "(TEST)酒豪的评价:恐ろしい!",
"82574828": "「ヴァマッダ」を回転する",
"82722092": "宝盗団に占拠された拠点に行く",
"83414836": "皆と会話する",
"83637340": "駆虫装置を回収する",
"84557308": "元太のところで豪鼓祭演を始める",
"84633916": "皆と会話する",
"85783620": "星の導きを頼りにゴールにたどり着く",
"86352700": "ファデュイの拠点に行く",
"86516916": "宝盗団と会話する",
"87290236": "清昼と会話する",
"87926020": "周りを探索し、大型装置を起動してみる",
"88982436": "一斗と会話する",
"89577838": "モンに話を聞く",
"90154033": "冒険ランク突破·二",
"90694188": "宵宮と会話する",
"90868028": "パイモンと会話する",
"90943680": "全ての遺跡を調査",
"90983188": "進んで状況を確認する",
"91316878": "食材は大丈夫かと香菱に確認する",
"91867548": "引き続き村人に情報を聞く",
"92742816": "会話を完了する",
"92942146": "ルルと会話する",
"93046460": "豆助と柴助の後をついていく",
"93595663": "鹿野奈々の健康的食生活",
"93788004": "キノコンを捕獲する",
"94098380": "モンに料理を教える",
"94609284": "図書館に戻りノエルを探す",
"95105652": "軽策荘周辺の魔物を倒す",
"95354700": "「バルサムフラワー」のある洞窟に行く",
"95975399": "祭典の後日談",
"96456388": "絵馬掛けを調査する",
"96564388": "元素視角を使ってハニヤーを探す",
"97107276": "パイモンと会話する",
"97798436": "赤念の実をザカリヤに渡す",
"97835636": "エフェンディと会話する",
"98748012": "自律攻撃をオフにする",
"99389742": "酒客たちに「最強戦力」について聞く",
"99774916": "絵馬掛けを修理する",
"100432996": "アラミスと会話する",
"100529508": "伯桓と会話する",
"101200100": "一つ目の変異があるところに行って調査する",
"101525572": "仕掛けに触る",
"101713463": "記憶の中の砂丘",
"101962676": "「報仇激動の寮」に入る",
"102055956": "星拾いの崖に行く",
"102437196": "「蒲公英の種」をフローラに渡す",
"102839775": "とある「神」からの凝視",
"102900488": "新規-スライムの分泌物",
"103339580": "冒険者協会の隣にある庭園でバーバラを待つ",
"103721820": "望舒旅館に行ってみる",
"104139516": "「木漏茶屋」に行く",
"104153764": "西風大聖堂に行く",
"105361807": "いにしえの蒼星",
"105822721": "絶雲の間の低いで変わったところを探す",
"105946012": "雪山の麓にある拠点に行く",
"106117023": "パイモンと会話する",
"106380452": "蛇心の地の祭壇の謎を解く",
"106440972": "もう1匹のヒルチャールと会話する",
"106484188": "正しい書類を昭に渡す",
"106594404": "損失した部品を探す",
"106814807": "襲ってきた敵を倒す",
"108061868": "情報についてトーマに助けを求める",
"108687468": "遺跡守衛を倒す",
"109765988": "望舒旅館付近の森に行く",
"109812068": "目の前の封印について話し合う",
"111152028": "すべての「欠片」を解凍する",
"111431916": "鶯と会話する",
"111603508": "密室から脱出する方法を探す",
"112623612": "パイモンと会話する",
"112966348": "明星斎に物を取りに行く",
"113249884": "清泉町付近の狩りに参加する",
"113256988": "「バルサムフラワー」を拾う",
"113427391": "万端珊瑚事件簿·真実まであと一歩",
"113752748": "約束の場所でドニアザードと会話する",
"114286103": "学者と伝説",
"114527924": "「栄光の風」に行く",
"114535088": "店に行って石珀を購入する",
"115937420": "運搬用の熱気球をフランシスの処まで護送する",
"116003023": "海上拾玉",
"116020852": "唐無仇と会話する",
"116092168": "茂才公の計画を行秋に教える",
"116874100": "急いで村へ戻る",
"116907180": "死域を排除し、「アタマダケ」を摘む",
"117537300": "ウェンティと会話する",
"117632212": "入り口に入ってアガフィアと会話する",
"117736583": "町を包む温かき韻律",
"117756380": "城下町でのスパイの信頼を得る",
"119022460": "エルマイト旅団を問い詰める",
"119295076": "料理を喬おばに届ける",
"119663588": "洞窟に入りイッサムを捜す",
"120031231": "走れ、ヒルミ、走れ",
"120150063": "望舒出前",
"120475783": "ルームNo.2-マーククエストを完成する",
"120740068": "翌日まで待つ(8時~12時)",
"120936636": "正二と会話する",
"121327228": "甘楽と会話する",
"122182423": "チャンチャンと彼女の仲間",
"122254988": "遺跡から逃げ出す",
"122549876": "昼間に昭を探しに来てください。",
"123501668": "ヒルチャールを倒す",
"123559972": "黒蛇騎士を倒す",
"123639116": "アランナラを囲む魔物を倒す",
"123688188": "宝の地図に従ってお宝を探す",
"124303084": "山石を盆景に入れる",
"124399604": "支配人淮安にフリッツのことを聞く",
"124585167": "恒常質料",
"125132599": "アライェシュのジャムのリクエスト",
"125629948": "子供たちと会話する",
"125851972": "久利須と会話する",
"126165540": "キャサリンにモナの行方を聞く",
"126291521": "市場",
"126622444": "無口な廷方と会話する",
"126916732": "風乗り場に行く",
"127863052": "トーマと会話する",
"127880292": "清昼と会話する",
"128098724": "一成と会話する",
"128510673": "好睡族の封印を解く",
"128594060": "翔太と会話する",
"128880324": "「紙垂」に触れる",
"128968500": "ナヒーダと会話する",
"129256108": "西風騎士団に戻って、ガイアに報告する",
"129828828": "言笑に報告する",
"130028068": "手島と会話し、状況を確かめる",
"130177639": "途中で市民と会話する(グレイス)",
"131298180": "一人で妖魔の手がかりを探す",
"131441244": "近くで情報を聞く",
"131936732": "犯人の在り処へ向かう",
"132497716": "アランマと会話し、ヴァサラの樹の夢に入る",
"132838828": "好奇心旺盛な子瑞と会話する",
"133027113": "まるい群れ騒動!",
"133106820": "墨田に報告する",
"133146836": "玉霞と会話する",
"133341788": "次の日の午前中まで待つ(10時~12時)",
"133347972": "ハイヤームと会話する",
"133685396": "スライムの液体を3個アキムに渡す",
"134069036": "寛に報告する",
"134266324": "「天光の差し込む処」に行く",
"134702180": "みんなと会話する",
"134754713": "ハト、アヒル、子供",
"134777676": "ベネットと会話する",
"136040912": "好奇心旺盛なパチと会話する",
"136120716": "影の散策に同行する",
"136540716": "失われた晶核を探す",
"137252348": "護衛のファデュイと会話する",
"137486470": "常九と会話する",
"137512436": "奥蔵山に行って、留雲借風真君を訪ねる",
"137999076": "帰ってラフィクに状況を報告する",
"138205316": "埋められた物を発掘してみる",
"138807236": "周囲の環境を調べる",
"138922932": "墨田と会話する",
"139510319": "雲の海の仙獣",
"140341412": "根付の源で龍二を探す",
"140896756": "第三幕の撮影を完成させる",
"140982135": "清泉町に行って、衆人をなだめる",
"141242580": "ネルソンと交流してみる",
"141497236": "轟さんと徳田をの会話を盗み聞きする",
"142163900": "ドゥーランと会話する",
"143107476": "発狂した武士を倒す",
"143517810": "ロールバック隔離",
"143798511": "灯火が尽きる場所",
"143868892": "若陀龍王を倒す",
"144516004": "烏有亭の二階に行く",
"144620183": "三矢の結盟",
"144871752": "パラドに話を聞く",
"145080711": "ウェンティと会話する",
"145174876": "急凍樹を倒す",
"145461756": "エーテンとカリマにお手本を見せる",
"145833188": "適した娯楽小説を1冊選ぶ",
"145895836": "アキムと会話する",
"146271660": "周りを調査し、扉を開ける方法を探す",
"146402988": "ヒントと鳥肉のスイートフラワー漬け焼きを残す",
"146702476": "絵を描く場所に行く",
"147128956": "セイライ島の冒険者を探す",
"148534112": "サラと会話する",
"148911140": "「式大将」と会話する",
"149198009": "お宝…大歓迎!",
"149466084": "星拾いの崖に行って蒲公英の種を三つ採集する",
"149810236": "三組の「須陀流心」を破壊する",
"150745558": "試合カウントダウン、ポイント計算用",
"151131988": "パルヴァネと会話する",
"152049684": "ガイアに指定ドリンクを作る",
"152389089": "帰らないハト",
"152439972": "蘇った「からくり」を倒す",
"152572004": "モンド城のキャサリンに話を聞く",
"152859510": "「明霄灯」建設現場へ",
"152990708": "ティナリと合流する",
"153450676": "アランマと会話する",
"153541388": "劉蘇と会話する",
"154610084": "カメラをチャージする",
"154809736": "怒っているエリンとの会話1",
"155753841": "0",
"156138556": "ホーベット、カイヴァンと会話する",
"156369657": "香り",
"157082732": "魈と会話する",
"157993264": "先にチャールズに感想を聞く",
"158323668": "ホッセイニと会話する",
"158444983": "0",
"158689092": "続けて鶴観に入る",
"158705964": "次の神の目を失った人を探す",
"159066327": "望舒出前",
"159125884": "ベネットと散歩をする",
"159325556": "南埠頭に行って、黒幕に会う",
"159659532": "胡桃と一緒に冒険者協会に行く",
"160598980": "襲ってくるファデュイを倒す",
"160682684": "阿倍良久と会話する",
"160824156": "肉を切る",
"161132647": "風龍廃墟の封印を解く",
"161276060": "ヴァルダン、ガルゲンと会話する",
"161850487": "ジャハンの調味料のリクエスト",
"162227348": "スライムを倒し、指輪を探す",
"162535908": "アンソニーと会話する",
"162846412": "相手の攻撃を防ぐ",
"163595396": "パイモンと会話する",
"163703686": "凝光と会話する",
"165478804": "煙緋と会話する",
"165955020": "綾華と会話する",
"166403764": "すべての宝箱を開ける",
"166759380": "遺跡守衛に関して調査する",
"166887716": "ティナリと会話する",
"167165543": "パイモンと会話する",
"167304772": "大伴と会話する",
"167935415": "紺田怪談",
"169348076": "屋根の上でヤマガラの巣を探す",
"170203548": "宝盗団の拠点に行く",
"171244204": "盆景の左右両側を磐固山石に変える",
"171490209": "失踪した妖精を探す",
"171510676": "信悟に憑依している魂に勝つ",
"171553671": "セイライ逐雷記·四",
"171821929": "暗影を追いかける",
"171989108": "アランマと会話する",
"172301532": "調査に向かい、障害物を破壊する",
"172425916": "万民堂に行く",
"172874215": "御前試合",
"172954180": "エレンと会話する",
"173240364": "帰ってラフィクと会話する",
"173540236": "テンテンを探す",
"173797460": "重量物を船に乗せる",
"174401708": "「エンジェルズシェア」の屋台に行く",
"174613807": "魔物が起こした混乱",
"175410148": "ヤヴァナニと会話する",
"176159828": "保留",
"177437892": "みんなと相談する",
"177455492": "宝盗団を全て倒す",
"177789908": "気配をたどって食材を探す",
"177828468": "ツァレーヴィチに報告する",
"177978596": "次の日の朝まで待つ(8時~12時)",
"179104300": "食べ物を竺子に届ける",
"179390092": "みんなの好みを聞く(0/3)",
"179531204": "アキムと会話する",
"180655820": "ヒルチャール拠点に行く",
"180800132": "適切な場所でシコウと会話する",
"181827484": "六ちゃんに追い付く(距離が30メートル以上になると失敗)",
"182573220": "宝盗団の持っている鴉マークを見つけてガルシアに渡す",
"183183236": "供物を置く",
"183662196": "道路に沿って進む",
"184459796": "魔物を倒して、宝箱を開ける",
"184470111": "花影瑶庭·其の二",
"184639060": "ラナと会話する",
"185805796": "バーバラについて行く",
"186027364": "宝盗団のメンバーと会話する",
"186057900": "外と会話する",
"186534449": "離心",
"186663215": "剣塚中心にある宝物を手に入れる",
"187429076": "続けて痕跡を探す",
"188128084": "「玲瓏霄灯図」を試してみる",
"188144086": "建築材料集積所を調査する",
"188420132": "紺田村の柴門克巳に報告する",
"188650060": "草元素を使ってアランナラを目覚めさせる",
"188775492": "瑾武と会話する",
"189004940": "ディシアと会話する",
"189646074": "宝児の落し物を見つける",
"189838391": "スパイシードリンクの材料その一",
"189902180": "ジャハンギルに状況を尋ねる",
"190564788": "岩上茶室に戻り計画書を調査する",
"190888444": "拠点を片付ける",
"191790684": "久岐忍と会話する",
"191888468": "小姜を見つける",
"192083921": "(test)海灯祭怪しい盗人npcコントロール",
"192622884": "「止まり木」を破壊する",
"193466119": "盈月の刻",
"194027324": "緋雲の丘で適切な場所を探す",
"194074084": "拠点の品物を調査する",
"195314636": "エリアを調査し、石板を回収する",
"195692988": "ダインスレイヴと会話する",
"196295612": "ビーコンを置く",
"196615918": "知らない男性と会話する",
"196837769": "剣はいずこ?",
"198061100": "調査に向かい、障害物を破壊する",
"198215232": "モローに話を聞く",
"198385833": "酒の味",
"198450124": "申鶴と会話する",
"198921292": "ビーコンを回収する",
"198960292": "鶴観人と会話する",
"199520828": "畑の隕石を片付ける",
"200069780": "肝試し大会の会場に行く",
"200230492": "ベネットと会話する",
"201339884": "キノコンの名前を選ぶ",
"201647540": "朝倉と会話する",
"202134324": "影と会話する",
"202682364": "バーバラについて行く",
"202849748": "雑貨店の葵と会話し、状況を確かめる",
"203276556": "水位を下げる",
"203312380": "「モーメントオブドリーム」に戻って現状を確認する",
"203469975": "手順通りに",
"203548972": "ヘルターと会話する",
"203933172": "前方で亀井宗久の痕跡を探る",
"204528007": "「海祇の心」",
"204915380": "謎解きを解く",
"205335996": "龍二と合流する",
"206163367": "対敵の方法は?",
"206663479": "置き間違えられたホラガイ",
"207129484": "小月と会話する",
"207806876": "「豊穣の願い」と店主の写真を撮る",
"208067862": "$#伝送完了、ロールバック",
"208211020": "「賽銭箱」の状態を確認する",
"208368079": "パイモンと会話する",
"208757194": "宝児と会話する",
"208916609": "$#絶雲の間で仙人に関する手がかりを探す",
"209018212": "龍二に報告する",
"209045372": "襲ってきた魔物を倒す",
"209541652": "アランコンティと一緒に「枝」を見つける",
"209652180": "豆助、柴助と会話する",
"209741956": "アキムお勧めの場所に行く",
"209916823": "三界道饗祭·前夜",
"210307364": "ディフ旧窟に行く",
"210751628": "「風スライムに吹かれた風車アスター」を手に入れる",
"210967308": "群玉閣に行って凝光と会話する",
"211113764": "安貞の残影と会話する",
"211524340": "風車アスターをアルフレッドに3つ渡す",
"212190148": "マークされた場所を探す",
"213150148": "宝物を探す",
"214112471": "暴風の後の問題",
"214280980": "雲菫と会話する",
"214288554": "隠れている子を見つける",
"214364868": "七つの御陵墓石の前に珊瑚真珠を捧げる",
"214577588": "新鮮な花を採集する",
"215321772": "幕間·大賢者アザールの疑念",
"215839316": "「ララ」を捜す",
"216729132": "魔物に襲われているスタッフを助ける",
"217258572": "入れる洞窟を探す",
"218333786": "琥珀を砕け、ピンばあやの箱を探す",
"218929500": "中央に戻り、装置を起動させる",
"219212076": "ゴルシャンと会話する",
"219577484": "曲清と会話する",
"221119540": "万民堂へ向かう",
"221357671": "狼の怪我を治す方法をレザーに聞く",
"221566132": "サラと会話する",
"221820020": "死兆星号が見える場所に行く",
"222115548": "留雲借風真君に報告する",
"222305844": "ショップに戻る",
"222937316": "木の上のキノコンを退治する",
"224221012": "準備した料理を湯雯に渡す",
"224361180": "食材を上の階まで運ぶ",
"224843916": "破棄",
"225008492": "アミルと話し合う",
"225147020": "街で誰かと会話する",
"225212716": "翌日の朝まで待つ(8時~10時)",
"225361012": "奔狼領でアビス教団の手がかりを集める",
"225742751": "セイライの旧事",
"225974700": "ロサリアに指定ドリンクを作る",
"226405380": "引き続き進み、敵を倒す",
"226433644": "ジュリーを捜す",
"226452324": "知易を追跡する",
"227017628": "バーバラと会話する",
"227157044": "「渦の余威」跋掣を倒す",
"228406063": "NPCと交渉失敗-戦闘リング",
"228727244": "キノコンを倒す",
"228935564": "申鶴を近くの臨時民宿に連れて、休憩する",
"229190948": "心海と共に交渉を乗り切る",
"229340412": "アランパスのために水を汲む",
"230343876": "拠点を片付ける",
"231299404": "璃沙郊エリアの宝盗団を倒す",
"231353432": "「破損した仮面」を集める",
"231612652": "漂流瓶を流す",
"232246132": "大樹の上で「風」の痕跡を3つ探す",
"232344044": "ティナリと薬草を採りに行く",
"232399060": "工事日誌を調査する",
"232444428": "オニカブトムシを捕まえる場所に行く",
"232493300": "記念石に奉納する供物を探す",
"233028036": "次の日の夕方まで待つ(18時~20時)",
"233735188": "田饒舌に協力して取材を完了する",
"233786860": "出口を探す",
"233891956": "サラと会話する",
"234991398": "約束した場所へ、手紙を書いた人と会う",
"235035156": "残された痕跡を追跡する",
"235097436": "パラドと会話する",
"236355716": "パイモンと会話する",
"236973596": "亀井宗久について行く",
"237090193": "0",
"237536636": "烏有亭で娯楽小説を完成させる",
"237990732": "テウセルと会話する",
"238152572": "返信を翠児に渡す",
"238360692": "「メカジキ二番隊」の隊員と会話する",
"238374919": "スライムを倒す",
"239429212": "三つ目の「記憶の銘文」を獲得",
"239439876": "続いて進み、手がかりを探す",
"239981484": "前鋒軍·雷ハンマーと会話する",
"240135444": "「蓄財の地」でハティムを探す",
"240447967": "センサーNo.2に反応された",
"240509268": "満腹になれる料理を一成に渡す",
"240517800": "エラ·マスクに話を聞く",
"241343628": "怪しい地点に行って調査し、脅威をなくす",
"241452198": "慕勝の話を聞く",
"241983796": "ティナリと別の場所で詳しく話す",
"242013124": "競売の参加者たちの考えを聞く",
"242270662": "パイモンと会話する",
"242445636": "「マウティイェマ」に行く",
"242786479": "層岩キノコ調査",
"243326108": "頑張るシリオと会話する",
"243329884": "みんなと島の変化を話し合う",
"244430724": "忍犬の反応を観察する",
"244514372": "地下室に入る",
"244538056": "ワイアットに話を聞く",
"244673244": "竺子をなだめる",
"245353804": "乗船場に行く",
"245470132": "出口から深坑を離れる",
"245654084": "適した調味料を選ぶ",
"245991228": "秘境に行き、門を守る",
"246369772": "島のノートに書かれた場所に行く",
"246816668": "アランラキャと会話する",
"247102668": "ツリーハウス二階のノートを読む",
"247289223": "去年の霄灯、今日の古華",
"247514628": "グザヴィエに報告する",
"247680383": "ドンナと会話し、状況を理解する",
"248114793": "宝の現状",
"248476988": "「公義」を倒す",
"248704164": "「アランナラの痕跡」を探す",
"248911060": "囁きの森に行って調査する",
"248953436": "写真を撮って、イグサの生育環境を記録する",
"249109308": "アルベドを探す",
"249281292": "明るい場所に行く",
"249447687": "1回目分析後の会話の間違った選択(隠)",
"249899831": "千風の神殿に行く",
"249911884": "セノと会話する",
"249921412": "パイモンと会話する",
"250983564": "すべての魔物を倒す",
"251003732": "再び装置を起動する",
"251426828": "辛炎の家に入る",
"251717876": "「鹿狩り」に行く",
"252046868": "下の階の席に座る",
"252386732": "モンド図書館に行く",
"252567332": "負傷兵たちと会話する",
"252798087": "命に憧れるすべての子供たちのために",
"252920516": "夜蘭と会話する",
"254150900": "スメールシティに行く",
"254986504": "アカツキワイナリーにある七天神像を掃除する",
"255208278": "博来と会話する",
"255229607": "ジェリーのモンドグルメメモリー",
"256084097": "冒険は勇気を持って進め!",
"256193772": "破棄",
"256405012": "猫の足跡をたどって探索する",
"256415303": "全ての光のビームを調べる",
"256515540": "亜琉と会話する",
"256933484": "御前試合で「淑女」を倒す",
"257629404": "イヴァノヴィチと会話する",
"258755681": "宝物を探す",
"258817636": "グローリーと会話する",
"258823767": "混乱が導く正体",
"259358959": "海の向こう側は故郷だ",
"259559188": "ホッセイニと会話する",
"259876956": "宝盗団を追跡する",
"260117916": "アルベドの拠点に行く",
"260444244": "怪しい地点に行って調査し、脅威をなくす",
"260944220": "アナを探す",
"261110884": "申鶴と会話する",
"261576108": "「鎮め石」を封印する",
"261771079": "0",
"262481255": "烈炎踏歌行",
"263019140": "舞台劇のプロローグを終える",
"263672017": "ルピカ、すなわち運命の選択",
"263758375": "育たない花",
"263824111": "幽夜の黙示録",
"264454792": "遺跡の調査に向かう",
"264535556": "大島純平に獣肉を3つ渡す",
"264588624": "風立ちの地にある七天の神像を掃除する",
"265019868": "ヒルチャールに渡す",
"265443958": "山道の横にある琥珀を壊して人助けする",
"265569574": "遺跡の奥に入り込み、食材を探す",
"266720780": "パイモンの言ったところへ向かう",
"266979951": "酒場を出る",
"267273476": "休憩、または朝(6時~8時)まで待つ",
"268841748": "影と会話し、彼女の状態を確認する",
"269438652": "ルコシャと会話する",
"269984814": "宝物を探す",
"270635743": "豊穣のうずまる砂丘·下",
"270636764": "測定用のビーコンを置く",
"271982724": "鍵を探す",
"272256252": "宴にいるみんなと会話する",
"273352716": "荒瀧一斗の情報を聞く",
"273505103": "制限時間内に指定ルートを通ってゴールに到着する",
"273517732": "凝光について行き、周りを慎重に観察する",
"273548800": "ノーラと会話する",
"273953676": "タンジェについて行く",
"273997632": "魔物の集落を全滅させる",
"274583535": "気軽な冒険初体験",
"274647068": "ビーコンを置く",
"274931124": "探索を続ける",
"275300300": "卯師匠と会話する",
"275662460": "石板をすべてはめる",
"276085838": "璃月に戻って「公子」を探す",
"276295868": "たたら砂に行って、職人を探す",
"276607140": "「栄発商店」で東昇と会話する",
"278800508": "エネルギー供給装置をすべて破壊する",
"278941721": "自由の都",
"279008961": "岩遊記",
"279147252": "北斗と共に倉庫管理人のところに行く",
"280189700": "紺田村の村長に聞く",
"280360116": "鶯と会話する",
"280783172": "準決勝に出場する",
"280951940": "遺跡守衛を倒す",
"281028984": "魔物の集落を全滅させる",
"281491236": "静かな場所に行って北斗と詳しく話す",
"281597116": "アファンと会話する",
"281866585": "欠片を解読する",
"281988112": "デットエージェントを倒す",
"282028494": "秘境の冒険をクリアする",
"282612716": "ハイヤームの拠点に戻る",
"282793636": "宝盗イタチの痕跡を探す",
"284197415": "仁義を通す人には善意を持って接するべき",
"285501556": "神里綾華と会話する",
"285545298": "星火と会話する",
"285906198": "魈と会話する",
"287712012": "長野原龍之介と会話する",
"288125615": "邪悪な教訓",
"288396844": "屋台の写真を撮り、証拠として保管する",
"288471364": "秘儀聖殿に行く",
"288743660": "霄灯を鬼じぃに送る",
"288946860": "志璇と会話する",
"289180184": "ニムロドに酒豪の話を聞く",
"289191396": "色んな所を探す",
"289302212": "アイスターと会話する",
"289416967": "ヒルチャールを倒す",
"289562288": "ジャックの話に基づき、魔物を見つける",
"289910673": "本探し",
"290163623": "終に訪れし花神誕祭",
"290216964": "ティルザードと一緒に遺跡の付近に行く",
"290759692": "李槌と会話する",
"291309780": "霄灯を収集する",
"291574903": "寝子は猫である·神社レシピ",
"291637628": "現れたキノコンを倒す",
"291765090": "遺跡に行って、変わった円盤を探す",
"291766252": "「カクカク大鉄塊」と戦う",
"291871708": "清昼と会話する",
"292144780": "道の街灯を確認する",
"292409233": "言語の交流",
"292881052": "パイモンと会話する",
"293553276": "回収した花をフローラに渡す",
"293978988": "準備を終えて、ラナと会話する",
"294392055": "スパイシードリンクの材料その二",
"294673463": "招かれざる客",
"294991524": "落石の隣にいる西風騎士と会話する",
"296639848": "食事代をサラに渡す",
"297588511": "「海祇の牙」",
"298165063": "アンバーと会話する",
"298664868": "ドニアザードを近くで休ませる",
"298668135": "モンド城の側門に「元素の餌」を設置する",
"298877052": "猫の足跡をたどって探索する",
"299157020": "「休憩所」に行く",
"300114086": "水辺でダイコンを綺麗にする",
"300815404": "酒場の二階でウェンティと会話する",
"300866831": "万民鮮食",
"301183102": "怪しいところに行く",
"301866087": "遺跡クリア",
"302663364": "孤雲閣に行って鍾離と会話する",
"302817924": "透明遺跡を探索する",
"303215980": "捕獲したカニを旭東に渡す",
"303487344": "バッグにアイテム-豪火オイルはあるかどうかをチェック",
"304225751": "空へと羽ばたく",
"304518935": "風龍の涙を獲得する",
"305014108": "図に示した地点に行く",
"305154495": "オロバシの遺事·五",
"305377400": "予約者に料理を出す",
"305561164": "ホッセイニと会話する",
"305955564": "吉法師と会話する",
"306047542": "0",
"306226036": "北斗と会話する",
"307690348": "「小倉屋」に行く",
"307804788": "封印の前にいる残魂と会話する",
"308257236": "北埠頭で水面の浮遊物を片付ける",
"308262220": "死域を排除し、「アタマダケ」を摘む",
"308442292": "みんなと会話する",
"308611244": "柊千里に会う",
"308676828": "夕暮れまで待つ(17時30分前後)",
"309371980": "魔物を倒す",
"310017972": "種を「呼び覚ます」",
"310063684": "小姜と会話する",
"310183548": "難破船を調査する",
"311886417": "依頼人マーガレットの思い",
"311899023": "NPCと戦う",
"311971284": "柴染と会話する",
"312395772": "次の日の約束時間(18時~24時)に柊家のお嬢様と会う",
"312976159": "海淵仙草霊験記",
"314116524": "カウシックと共にゴローに報告する",
"314381500": "全ての敵を倒す",
"314520580": "岩スライムを倒す",
"315293327": "清泉町NPCとの調査会話を完了する(隠)",
"315303560": "(TEST)放置",
"315319388": "マイクと会話する",
"316008214": "凧を購入しに行く",
"316342180": "雲菫と会話する",
"316625580": "スラサタンナ聖処に行く",
"316707852": "アザライと会話する",
"317261463": "夏のギフト",
"317504967": "佳節は古き約に赴く…?",
"317530572": "アビスの使徒と対峙する",
"317586322": "最後の遺跡を見つける",
"317874076": "「北風の王狼」と会話する",
"318783212": "次のオアシスに行く",
"319294148": "「祭壇」を調べる",
"319624111": "「サウマラタ蓮杯」初バトル",
"319814206": "料理対決中の香菱を手伝う",
"320147489": "好肉族の封印を解く",
"321434388": "ブンブンを探す",
"321452748": "「奇妙な声」の発生源を探す",
"321747548": "ルーについて行く",
"322067180": "大会に出場する",
"323200948": "ヤヴァナニにリンゴを5つ渡す",
"323429985": "風と共に来る美味",
"323599884": "絵を描く",
"324771076": "海龍と会話する",
"325005500": "レニと会話する",
"325267848": "エラ·マスクと共にヒルチャール集落に行く",
"325815503": "学を求む長き道",
"326171492": "三つの破片を収集する",
"326479846": "(test)仙人と会話する",
"327004988": "ディオナと会話する",
"327580780": "視線を投げてきた子供と会話する",
"327679044": "次の層の雲海に無事着地する",
"328025204": "つみと会話する",
"328176268": "ファデュイ兵士の後をつける",
"328659572": "アフタブと会話する",
"328816276": "徳貴の近くに行く",
"329496260": "トーマのお酒に関する話を聞く",
"329639641": "出前サービス",
"329753276": "レイラと会話する",
"329877527": "氷雪の過去",
"329897748": "「スピノクロコ」の活動エリアに行く",
"331787732": "バーバラと会話する",
"332443887": "大樹·成長",
"332447172": "ラナと会話する",
"333237540": "雲菫が準備してくれた舞台に行く",
"334326500": "遺跡守衛と戦う",
"334400140": "家具の材料を集める",
"334423212": "グザヴィエと会話する",
"334930708": "鉄の塊を寒鋒に10個渡す",
"335170588": "バーバラと一緒に奔狼領を離れる",
"335204196": "カウシックを探す",
"335509908": "1つ目の灯謎を解いてみる",
"335809960": "ニムロドを探す",
"335894700": "指定の場所に行く",
"335990100": "秘密連絡をする野営地に行く",
"336302348": "チャンチャンと会話する",
"337131892": "宝盗団に檻に閉じ込められた人を救出する",
"337786708": "最後の石板をはめる",
"340640364": "翔太と会話する",
"340882932": "「鎮め石」を封印する",
"340935308": "怒ったヒルチャールを倒す",
"341184364": "廃れた神社に戻り、「追憶のレンズ」で調査する",
"341472068": "「アタマダケ」を探す",
"341791327": "望舒出前",
"342053438": "ルルに話を聞く",
"342508596": "サラと会話する",
"342628215": "一触即発の四人",
"343059172": "ドニアザードについて行く",
"343117252": "ハティムと会話する",
"343362716": "レザーと会話する",
"343413556": "王鉗と会話する",
"343768804": "「公子」の所に行ってテウセルを探す",
"343769356": "サリーに子猫の情報を確認する",
"343938980": "指定の場所に行って黄衣を探す",
"344021612": "不思議な星について行く",
"345406760": "デットエージェントを倒す",
"345492908": "ゴローと会話する",
"346189652": "幕間·ディシアとラフマンの会話",
"346416188": "寝子に報告する",
"346428628": "みんなと会話する",
"346563476": "ヴァサラの樹の夢を探索する",
"346669588": "ザマランの同族を手伝う",
"347079420": "指定された場所に行く",
"347164191": "冒険者ならではの邂逅",
"347192636": "村長の家に戻る",
"347721468": "寝子と会話する",
"347889540": "ホッセイニと盈珠に報告する",
"347916044": "知能テストの実験地点に行く",
"348042191": "望舒出前",
"348441186": "モン、飛、ルルの会話を聞く",
"348735086": "「美味しそうな鳥肉と野生キノコの串焼き」を香菱に渡す",
"348908255": "予期せぬ淵底の再会",
"349875916": "アナと一緒に冒険者協会の依頼を完了する",
"350118708": "みんなと会話する",
"350157372": "順平と会話する",
"350395588": "翌日(8時~24時)まで待つ",
"350674396": "モンと会話する",
"350779300": "エーテンとカリマに話しかける",
"351319796": "ヴェル·ゴレットと会話する",
"351428900": "ビーコンを回収する",
"351799580": "全ての魔物を倒す",
"351921628": "カルメンと会話する",
"352229540": "アルベドと会話し、結論を出す",
"352551340": "クモの巣を掃除する",
"352561513": "浮き橋走り",
"352608684": "クレーと会話する",
"352821596": "シティ内で手がかりを探す",
"352913892": "巨大な海螺のところに戻る",
"353389820": "ヴィクトルと会話する",
"353476636": "封印を解いてみる",
"353512988": "アビサルヴィシャップを倒す",
"353910188": "遺跡の内部に行く",
"354782956": "ベアトリーチェと会話する",
"355149740": "千風の神殿でジャックの落とし物を探す",
"355383452": "指定された場所に行く",
"356432359": "栽培の方法",
"356911742": "宝物を探す",
"356960364": "ナヒーダと会話する",
"357547060": "岳川と会話する",
"359632807": "緑のやつを見つける",
"360517836": "記者と会話する",
"360567028": "聖顕殿の上層に行く",
"360951588": "パイモンと会話する",
"361260292": "霄灯を徳貴に渡す",
"361388964": "宝盗団を倒す",
"361472118": "完成したスープを狩人に渡す",
"362193633": "エリン、未来の騎士",
"362291814": "霓裳花を購入しに行く",
"362468487": "ヒルチャールを助ける!",
"363863092": "「式大将」の「拓本」を回収する",
"364083164": "料理を縁任せの鈴官に送る",
"364258932": "淵下宮を出て、心海と会話する",
"365539612": "小柳の残影と会話する",
"365805732": "霊に取り憑かれる真相を調査する",
"365819644": "フェリックス·ユーグと会話する",
"365870836": "ディシアと会話する",
"366031846": "材料保存場所を調べる",
"366670588": "アルベドの拠点に行く",
"368226580": "最後の敵を倒す",
"368233450": "江雪と会話する",
"368288492": "手島と会話する",
"369161068": "離島の波止場に行く",
"369304799": "旧枝新芽",
"369517228": "本棚で娯楽小説を試し読みする",
"370774940": "マルフと会話する",
"371118079": "プレゼントと気持ち",
"371443516": "戚楠が言っていたところに行って、人形を探す",
"371647146": "ページを集める",
"372387708": "上層に行く方法を探す",
"372941988": "安に報告する",
"373034124": "哲平と会話する",
"373720220": "竺子に稲妻への行き方を聞く",
"373839204": "宵宮、クレーと共に容彩祭を見に行く",
"374118460": "寝子に報告する",
"374348852": "キャサリンに箱の在り処を聞く",
"374538276": "「アシュヴァッタ堂」を探して探索する",
"375815308": "「森の裏道」に入る",
"376128460": "花火の保管場所に行って確認する",
"376996396": "会場の近くで仲間たちを探す",
"378222364": "銅雀の彫像の在り処に戻る",
"379089724": "アアル村に行く",
"379109996": "条件を満たす娯楽小説を3冊集める",
"379239324": "再び凝光について行き、周りを慎重に観察する",
"379713996": "「鎮め物」を手に入れる",
"380050700": "アラニについて行く",
"380619228": "「報仇激動の寮」に入る",
"380623716": "アランナクラと会話する",
"380978710": "清心を集める",
"381127900": "アランナクラと会話する",
"381624164": "ディルックと共に戦う",
"382403900": "怪しい人物と会話する",
"382696036": "キノコンの潜在能力を引き出す",
"382905332": "建設現場に行って、情報を集める",
"383399196": "ロアルドに「ユウトウタケ」を渡す",
"383699124": "「常夜」状態で池を調査する",
"383756548": "グザヴィエと会話する",
"384537868": "ハニヤーと会話する",
"384770012": "小麦をティミーに10個渡す",
"385161580": "見つけた指輪をタリエシンに渡す",
"385457492": "グザヴィエと会話し、撮影を始める",
"386507460": "珊瑚と会話する",
"386774408": "活発なオーリンに食料を渡す",
"386859479": "全能グルメチーム·海辺のストライダー",
"386973407": "ガルシアの賛歌·ベアリング上等",
"387106497": "0",
"387118876": "フレーキと会話する",
"387383366": "望舒旅館のヴェル·ゴレットから「偽仙人」の情報を聞き出す",
"387567388": "花題をクリアする",
"388513116": "探索を続けて魔神の古物を探す",
"388999444": "戻ってゴローを探す",
"389626286": "儀式中のヒルチャールを倒す",
"390530703": "死後の事·平安の諸事",
"390724300": "烏有亭の近くに行く",
"390837660": "チャールズと会話する",
"390866658": "宝物を探す",
"392003172": "ハリスと会話する",
"392046244": "周りを探す",
"392204060": "何爺と会話する",
"392209036": "宝物を探す",
"392256724": "子猫を探す",
"392297756": "木南料亭へ向かう",
"392507756": "学者たちと会話する",
"392690286": "ティマイオスと会話する",
"393956548": "特殊空間の中を突き進む",
"394709076": "バーバラと会話する",
"394981868": "ルーと会話する",
"395016204": "ハールヴダンが導いてくれた方向へ進み、探索する",
"395378898": "会話NPC",
"395406900": "ガルシアと会話する",
"395442284": "「尾」の在り処に行く",
"395730572": "ルカと会話し、酒場に入る",
"395776348": "羽とモンモンの会話をこっそり聞く",
"395893252": "往生堂に帰って事の経緯を聞く",
"396302020": "雲菫に状況を報告する",
"396903076": "温泉でのスパイの信頼を得る",
"396979777": "隠された涙",
"396985020": "風の琥珀を砕く",
"397249815": "手がかりを探し、「怪鳥」を追う",
"397615079": "徹底調査",
"397818756": "ズィルヤーブと会話する",
"397847740": "剣を奪おうとするファデュイを倒す",
"397880980": "約束の時間まで待つ(2日後の8時~10時)",
"398038996": "急凍樹を倒す",
"398785932": "洞窟内の水位を下げる",
"398816812": "ルニアに追いつく",
"399000036": "キノコンを捕獲する",
"399286312": "バーバラにジンの状況を聞く",
"399416740": "煙緋と会話する",
"399564300": "ディシアと会話する",
"400602686": "0",
"401175279": "遠方から舞い込む便り",
"401193172": "コレイと会話する",
"401722951": "風龍襲来",
"401723892": "アナと一緒に冒険者協会の依頼を完了する",
"402382367": "璃月·機関棋譚",
"402721788": "パイモンと会話する",
"403160004": "ジリアンナと会話する",
"403344176": "トレーニング用杭を獲得",
"404066508": "ナヒーダと会話する",
"404101471": "飛花は船を照らし、海で月をすくう",
"404796676": "欠けた「石」を探す",
"405433948": "ベーコンを言笑に2つ渡す",
"405864868": "アランガルと会話する",
"405871772": "朝倉と会話する",
"406274056": "エリンと会話する",
"406679687": "ドゥラフと会話する",
"406717892": "吉法師を探す",
"406866879": "漢のジャックと漢の道",
"407581372": "該当エリアを調査し、手がかりを探す",
"408213902": "淮安と会話する",
"408640140": "扉の中に行って調べる",
"409457020": "サリーに報告する",
"410204332": "「コア」を観察する",
"410291012": "吉法師の写真を撮る",
"410566151": "襲ってきた敵を倒す",
"410775258": "銘文を観察する",
"410826495": "手がかりを調べる",
"411234796": "準備した料理を湯雯に渡す",
"411497134": "香菱の獣肉集めを手伝う",
"412085444": "グザヴィエに報告する",
"414569308": "霄灯を収集する",
"414669484": "層岩巨淵に現れた戚定と会話する",
"414912204": "保本を守る",
"415092918": "ヴェル·ゴレットと会話する",
"415673876": "妖狸と会話する",
"415935825": "通行止め?",
"416668468": "ハイヤームのところに行く",
"417036212": "深夜まで待つ(00:00~5:00)",
"417665780": "アランマと合流する",
"418168460": "静かな場所に行って返信文を書く",
"418474700": "智樹と会話する",
"418573244": "柴染と会話する",
"419376132": "カイヴァンの必要な材料を探す",
"419571236": "サイリュスと会話する",
"420004364": "装置を探して光らせる",
"420789536": "店に行って石珀を購入する",
"421380968": "固め-驚雷オイル",
"421539720": "星落の湖にある七天の神像を掃除する",
"422022652": "モンモンと会話する",
"422024279": "星と月を仰ぎ、山河を隈なく歩く",
"422560084": "近くで新鮮なサウマラタ蓮を採集する",
"422625420": "準備した料理を湯雯に渡す",
"422685600": "風立ちの地にある七天神像を掃除する",
"423072892": "雪山の荷物を回収する",
"423377740": "ワイラットにモナの行方を聞く",
"423979719": "或る人への薔薇~石は花ひらくのか~",
"425204476": "「邪気」の根源が祓われたことをザマランに教える",
"425599295": "裏切れない期待",
"425726460": "虚界の塔に行く",
"426193212": "ハイパシアを探す",
"427431716": "江雪と会話する",
"427720129": "良薬は口に苦し",
"427939264": "ロープをメイガーに渡す",
"428230228": "ヴィクトルと会話する",
"428314980": "「灼火の心」に助けを求める",
"428530488": "スライムを倒す",
"428690004": "星螺を探して小月に渡す",
"428714484": "トリックフラワーを倒す",
"428855332": "薬剤を飲む",
"428855380": "探索を続ける",
"429117204": "アルベドを探す",
"429131908": "渋川と会話する",
"430346358": "約束の時間まで待つ(18~23時)",
"430526460": "帰ってラフィクに状況を報告する",
"430584988": "影と共に八重堂に行く",
"430814649": "名利を求めない志",
"431081703": "NPCを脅す",
"431822468": "崖の頂上に行って清心を三つ採集する",
"433424164": "雲菫と会話する",
"434550204": "実験エリアで実験記録を探す",
"435010334": "0",
"435663524": "ヴァルダン、ガルゲンと会話する",
"435852316": "ラナについて行く",
"435863760": "ゲイルと会話する",
"436160431": "異国のピザ",
"438014359": "『召喚王·下!って…』",
"438682732": "階段井戸に行って水を汲む",
"438728964": "グザヴィエに報告する",
"439098652": "モンド住民の悩みを聞き、解決してあげる",
"439244868": "みんなと会話する",
"439659487": "鹿狩り配達",
"439741980": "哲平と会話する",
"440026164": "『白夜国地理水文誌』を手に入れる",
"440122662": "「兆し」を探す",
"440829864": "(TEST)混ぜる",
"440885076": "スウリンと会話する",
"441143412": "ザカリヤと会話する",
"441733240": "0",
"441876924": "アランマと会話する",
"442001212": "アランラジャの家で休憩する",
"442289044": "北斗と会話する",
"442413556": "フタフタ島で宝を探す",
"442752396": "海乱鬼を尋問する",
"442988612": "アラニについて行く",
"443729516": "3つの「葉っぱ」を「枝」方向に向ける",
"444074220": "モナと会話し、継承者と会う準備をする",
"444750495": "「鹿野院の詐欺防止劇場」",
"445360796": "ヒルチャールに報告する",
"446022116": "近くの海辺で「御肉丸」の欠片を探す",
"446669044": "北斗と会話する",
"447128716": "エルマイト旅団の拠点で手がかりを探す",
"447310999": "神殿の入口でアンバーと合流する",
"447798588": "天野と安藤と会話する",
"448045895": "アンバーと会話する",
"448319068": "アウタケ平原に行く",
"448345935": "この小説…すごいのか?",
"448422332": "古華派の故地を訪ね、霄灯を飛ばす",
"448552990": "宝物を探す",
"448723196": "すべての「欠片」を解凍する",
"448805676": "幻境の迷宮のゴールにたどり着く",
"448989076": "ディシアの言う「証拠」を見に行く",
"449115834": "常九と会話する",
"449662684": "夜鴉船長に手を貸してヒルチャールを倒す",
"449997660": "書類を確認する",
"450426980": "魔物を一掃し材料を獲得する",
"451622134": "遺跡ハンターを倒す",
"451892866": "ソラヤーを救う",
"452312950": "香菱と共に清泉町に行く",
"452381604": "ノエルと会話する",
"453309631": "香りが残るように",
"453365279": "不思議な薬",
"453605039": "釣り餌補充計画",
"453620004": "魔法実験室に行って、封印を確認する",
"453852596": "武士が落としたメモを読む",
"454382052": "ヒルチャール·岩兜の王を倒す",
"456193662": "「偽仙人」の魂を倒す",
"456898828": "スライムの液体をモンに渡す",
"457630455": "ファデュイが起こした混乱",
"458110559": "ファオラと会話する",
"459509180": "「ヴァナキ」の脅威を排除する",
"459515180": "両側の遺跡にある鐘を鳴らす",
"459594628": "共に孤雲閣に行く",
"461056158": "儀式に参加している人と会話する",
"461410305": "エリン、未来の騎士",
"461581212": "ファデュイを倒す",
"461927084": "カムラにラズベリーを15個渡す",
"461972623": "全能グルメチーム!",
"462062671": "遺跡クリア",
"463429804": "「鰭」の在り処に行く",
"463987868": "ペドラッシュと会話する",
"464415708": "正勝先生を救出する",
"464596236": "図書館に行って、淵上と会話する",
"464641044": "希古居で調査を行う",
"465502364": "ジャミと会話する",
"465895476": "遺跡機械のコアを拾う",
"466571783": "怒れる鉄塊",
"466690260": "マラーナの化身を倒す",
"467015212": "夕方まで待つ(18時~20時)",
"467058364": "フレーキ姉弟に報告する",
"467274748": "ヴァルに報告する",
"467929748": "ダインスレイヴと会話する",
"467998220": "「万文集舎」に行き、手がかりを鑑別する",
"468058135": "言葉遣いと所作",
"468263988": "家政挑戦:水やり",
"468868724": "社奉行所で最後の準備をする",
"469129380": "鳥の卵を唐無仇に渡して、玉佩と交換する",
"469178175": "さようなら、キノコンの仲間たち!",
"469914212": "#{PLAYERAVATAR#SEXPRO[INFO_MALE_PRONOUN_YING|INFO_FEMALE_PRONOUN_KONG]}と出会う",
"471389124": "卯師匠と会話する",
"471978348": "収蔵品を回収する",
"472123756": "ナヒーダと会話する",
"472215804": "みんなの意見を聞く",
"472274916": "エルマイト旅団の拠点を調べる",
"473776284": "虚界の塔の制御装置を起動する",
"473777660": "水中の入り口を調査する",
"475395276": "アナと一緒に冒険者協会の依頼を完了する",
"476333788": "アランコンティと会話する",
"476707564": "埠頭の倉庫で木板を取ってくる",
"477046492": "秘境に挑戦する",
"477325836": "いい知らせをリュドヒカに教える",
"477411756": "『聖国の詠唱』を閉じる",
"477827764": "音を追う",
"478268860": "「訣籙陰陽寮」に入る",
"478842748": "北斗と会話する",
"478882705": "頼れない孤木",
"479159745": "一緒に遊ぼう",
"479438695": "チャリティーイベント!円満に終了!",
"479454932": "マイクに命令書を見せる",
"479755927": "友情、願い、未練",
"479832663": "新芽迸発のメロディー",
"480119108": "蒲公英を観察する",
"480468484": "手まりを探し出す",
"480682668": "茅葺と会話する",
"480760740": "サラと会話する",
"480857772": "若心と会話する",
"480995612": "探索を続ける",
"481220031": "獣径を掲示するメロディー",
"482327826": "全ての魔物を倒す",
"482500060": "ソヘイルの考古ノートをもとに、砂漠を探索する",
"482566844": "魔物に囲まれた人を助ける",
"482620828": "三人のスパイを探す",
"482759412": "突然現れたファデュイを倒す",
"484031095": "ヘレンの喉ケア特効茶",
"484181524": "行秋と会話する",
"484805332": "ディオナについて行く",
"485016452": "もう1匹のヒルチャールと会話する",
"485404520": "遺跡の調査に向かう",
"486529532": "フタフタ島付近の岩礁へ向かう",
"487387536": "ティマイオスと会話し、錬金術を理解する",
"489028136": "グッドウィンと会話する",
"489282180": "ノーラと会話する",
"489357732": "会場に行って杯挙げの儀に参加する",
"489651196": "ルカと会話し、酒場に入る",
"490537372": "雪山の水域の荷物を回収する",
"490616825": "冒険は一歩ずつ",
"491421132": "みんなと会話する",
"491549276": "魔物の拠点を壊す",
"492421553": "迎仙",
"492666844": "元蓉と会話する",
"493562492": "卯師匠と会話する",
"493905508": "千風の神殿でジャックの落とし物を探す",
"496145056": "ジリアンナと会話する",
"496310924": "貨物の中で浮生の石片を探す",
"496363212": "小姜を見つける",
"496947020": "朝倉の練習に付き合う",
"497650580": "甘楽に緋櫻毬を5個渡す",
"498813204": "「御肉丸」が感知した場所へ行く",
"498922822": "説明に合う食材を探す",
"499537248": "エリンと会話する",
"499965612": "言笑と会話する",
"500282748": "風元素か水元素でチラシを片付ける",
"500385244": "作ったお酒をディオナに渡す",
"500475441": "予期せぬ出会い",
"500633262": "仮面を被った男と会話する",
"501612076": "志璇と共に拠点に行く",
"501638950": "綺麗にしたダイコンを香菱に渡す",
"501820783": "キノコンが起こした混乱",
"502227668": "晶化骨髄を長次に渡す",
"502856500": "辛炎の家に入る",
"503380444": "料理を縁任せの鈴官に送る",
"503453836": "追跡を続ける",
"504757276": "アキムお勧めの場所に行く",
"505611356": "ハールヴダンの近くに行く",
"505775236": "漢のジャックと会話する",
"506215896": "黒銅の角笛を探す",
"506298732": "「神居島崩砲」を起動し、割れ目を破壊する",
"506444260": "直接仁と会って話す",
"506653846": "不卜廬に戻って七七を探す",
"507238196": "古樹の下で手がかりを探す",
"507803876": "屋上に行って片付ける",
"508644332": "ディオナについて行く",
"508887188": "補給拠点に行って、手がかりを探す",
"508954412": "3つの「葉っぱ」を「枝」方向に向ける",
"509363304": "グローリーに話を聞く",
"509643014": "0",
"509701767": "アフマルの秘密",
"509896927": "替え玉の秘密",
"510033108": "キャンプのたき火に点火する",
"510176580": "スメールの中心街に行く",
"510598212": "万葉について行き、静かな場所へ向かう",
"510900684": "駄獣に餌をやる",
"511553143": "NPCと交渉決裂-戦闘前触発",
"511631548": "清昼と会話する",
"512223444": "木の板を手に入れる",
"512767778": "遺跡の装置を起動する",
"512777431": "病み上がり",
"512918460": "黒蛇騎士を倒す",
"512994489": "冒険ランク突破·七",
"513030076": "ガンダルヴァー村でタンジェを探す",
"513579649": "絶雲の間で仙人に関する手がかりを探す",
"514840766": "荻花洲に行って鍾離に会う",
"515042999": "ごちそうさまでした!",
"515633540": "吉法師の写真を撮る",
"515786959": "物々交換?",
"515979796": "ホフマンに報告する",
"516821572": "スメールシティに行く",
"516912164": "茅葺と会話する",
"517479644": "近くで修繕の材料を集める",
"518314652": "幕府軍を倒す",
"518590820": "「御肉丸」が感知した場所へ行く",
"519187484": "チャンチャンに報告する",
"520550740": "テウセルと会話する",
"520773367": "パイモンと会話する",
"520815580": "サミエルとファデュイを倒す",
"521776368": "ジャックと会話する",
"522346432": "運搬用の熱気球を護衛する",
"523140572": "芊と会話する",
"523723380": "北国銀行を出て、凝光と会話する",
"524363823": "ガイアと会話する",
"524409519": "お宝の手がかり·ボロボロ島",
"524475900": "ホッセイニと会話する",
"525213516": "平蔵と会話する",
"526081732": "恍惚とした戚定を瑾武のところに連れていく",
"526609340": "宝箱を開ける",
"526694104": "ミシェルと会話する",
"528054468": "襲ってくるファデュイを倒す",
"528972780": "サバーフと会話する",
"529873252": "死域の汚れを排除する",
"530064540": "全ての魔物を倒す",
"530340948": "バーバラと会話する",
"530773980": "漢のジャックと会話する",
"530927583": "からくり調理法·一",
"531446780": "アアル村に行く",
"531756018": "宝児と会話する",
"532025732": "望舒旅館の入口に霄灯を飾る",
"532109940": "欠けた部品を探し出し、鎮め物を修復する",
"533172332": "キノコンに囲まれた符文を調べる",
"533558279": "冒険者テスト·作戦の立て方",
"533955532": "軽策荘に行く",
"534001636": "「霄灯」を店の門の向こう側に飾る",
"534009892": "「雪のイノシシ王」を倒す",
"534331772": "大島純平と会話する",
"534940524": "秘華石を探す",
"535055276": "アイルマンと会話する",
"536370268": "落霞と会話する",
"536428710": "千風の神殿に行く",
"536587220": "竹内と会話する",
"536635124": "氷スライムの液体を探す",
"536724812": "アイスターと会話する",
"537031604": "フェルメールと会話する",
"537362652": "ヒルチャールに報告する",
"538230604": "付近の人に話を聞く(0/3)",
"538431412": "次の神の目を失った人を探す",
"538981856": "「風」で埃を払う",
"539070116": "ニィロウと共に、購入済の貨物を受け取る",
"539189964": "珊瑚宮心海と会話する",
"539490812": "冒険者拠点に戻る",
"539958804": "「エンジェルズシェア」でサイリュスを探す",
"541557020": "順番に戦闘の準備状況を確認する",
"542809732": "パイモンと会話する",
"542885727": "蔓の下にある秘宝",
"542960442": "ピンばあやと会話する",
"543754620": "「無名武士」と話す",
"543756908": "アルベドの拠点に行く",
"543834724": "変わったところを調べる",
"544205596": "フェルメールと会話する",
"544526836": "会場から離れる",
"544663606": "モンに話を聞く",
"544802782": "「粉雪」が記した場所に行く",
"545068612": "檻を開けた後",
"545274647": "熱砂の夢",
"545493287": "行方不明",
"545516988": "淵上と会話する",
"545578012": "幸と会話する",
"545632972": "珊瑚宮に行き、露子と会話する",
"546267092": "両側の遺跡にある鐘を鳴らす",
"546577744": "シスターヴィクトリアに報告する",
"546876668": "アランシャクンと会話する",
"547162372": "桂を手伝って霄灯を作る",
"547473536": "ハトを追い払う",
"547562836": "イーディスと会話する",
"548427495": "アンバーと会話する",
"548436668": "天守閣から離れる",
"548603396": "前に進む",
"548998236": "刀を「無名武士」に渡す",
"549350216": "マーガレットと会話して、依頼を完了する",
"549756468": "競売の商品を観察する",
"550768884": "ナヒーダと会話する",
"550912932": "アビサルヴィシャップの痕跡を辿って、密室を探す",
"551662457": "0",
"552531540": "足跡を辿って、考古小隊の痕跡を探す",
"552535900": "「心」の在り処に入る",
"553413612": "「アアル村」村長の家を離れる",
"553832100": "「元素視角」を使って、アルベドの足跡を辿っていく",
"554340324": "百代に事の経緯を聞く",
"554762383": "ディルックと会話する",
"555171692": "寝子に報告する",
"555978284": "祝賀会の会場へ向かう",
"556300975": "ジンと一緒に騎士団本部に戻る",
"556465980": "失われた晶核を探す",
"556658564": "ヤコヴを起こす",
"557426348": "凝光と会話する",
"557789732": "池の中の島の高地遺跡へ向かう",
"557791172": "集めた家政科の授業の材料をトーマに渡す",
"558000617": "石碑を探す",
"558019156": "璃月港外に行く",
"558189236": "虚界の塔の制御装置を起動する",
"558375664": "霜劫のオイルを作る",
"559170065": "風の翼、風に乗って飛ぶ",
"560017548": "エラ·マスクを救い出す",
"560018652": "「高門の炎」を全部解放する",
"560079836": "指定された場所に行って戦う",
"560682612": "「エンシェントヴィシャップ·岩」を倒す",
"560716231": "黒岩の悩み",
"561810820": "霧氷花の花蕊をコナーに3つ渡す",
"562973572": "待ち伏せしている野武士に勝つ",
"563266100": "藤原俊子について行き、拠点へ向かう",
"564294676": "風龍廃墟に行く",
"564370356": "エンドラーを手伝って純水の動物を捕獲する",
"564660164": "ベネットと会話する",
"564674212": "競売の現場に行く",
"565021412": "パイモンと一緒に情報を整理する",
"566177676": "ドニアザードと会話する",
"566560596": "ジョエルに報告する",
"566709420": "木南杏奈に報告する",
"567136332": "マネージャーと会話する",
"567219252": "留雲借風真君に報告する",
"567494828": "九条裟羅と会話する",
"567540204": "ファデュイの術師と会話する",
"567960444": "ウェンティと会話する",
"568025948": "ヒルチャールに渡す",
"569796167": "風の中の花々",
"570312984": "ロープを集める",
"570331068": "橋を直す",
"570460700": "パイモンと会話する",
"570543388": "「お肉と野菜のシチュー」を作る",
"570650279": "外から迫りくる",
"571723608": "(TEST)混ぜる",
"572389172": "万国商会に行く",
"572503423": "岐の試練",
"572642054": "食べ物を奉納した痕跡を探す",
"572706463": "メイドと復習",
"573188860": "飛の友達探しを手伝う",
"573649119": "パイモンの近くに行く",
"574048860": "アラニと会話する",
"574594740": "望舒旅館に行ってフリッツの状況を確認する",
"575328844": "対戦相手を倒す",
"575487892": "昼まで待つ(6時から19時まで)",
"576679820": "待ち伏せていたエルマイト旅団のメンバーを倒す",
"576739164": "船の操縦挑戦をクリアする",
"577091604": "ゴローと会話する",
"577542919": "死後の事·銅雀の跡",
"579720764": "「情報商人」について行き、情報を聞く",
"579847556": "「アアル村」村長の家に入る",
"579877999": "玲瓏霄灯図·その三",
"579908908": "謎の男の子と会話する",
"580124593": "0",
"580310471": "ウェンティと共に大聖堂に行く",
"582235108": "ドラゴンスパインの入口に行く",
"582260748": "考古小隊の成員を探す",
"582614500": "飛の友達探しを手伝う",
"582936286": "クエストを引き受ける、盗賊を作成(隠し)",
"583217380": "病院周辺の元素石碑を調べる",
"583498324": "アランロヒタの残した手がかりを探す",
"584031220": "龍骨花が凝結するまで待つ",
"584388900": "離島に行ってバートランドを探す",
"584895660": "ベルンハルトと会話する",
"586945156": "アランナガと会話する",
"587338924": "被害者を訪ねる",
"587389143": "迷子になった子供",
"587473088": "バーバラにジンの状況を聞く",
"587874668": "若心と会話する",
"588303439": "舞台裏のいとま",
"588568504": "依頼を完成させる",
"588847412": "「鎮め石」の在り処に行く",
"589388732": "モンを璃月港まで送る",
"589584985": "0",
"591020692": "グザヴィエと会話する",
"591397708": "蒲公英の種をコナーに3つ渡す",
"591918108": "クインと会話する",
"592619828": "宝盗団を全て倒す",
"592853796": "百代のケガの状態を確認する",
"593569936": "デットエージェントを倒す",
"593902134": "「帰終機」を調べる",
"594806604": "店で情報を聞く",
"594866022": "徳貴と会話する",
"595009684": "朝霧と会話する",
"595961705": "冒険ランク突破·二",
"596745880": "鉄の塊を3つ集めワーグナーに渡す",
"597298396": "「フタフタ島」の壁画を撮影する",
"597412161": "流浪者の足跡",
"597574948": "朱店主と会話する",
"597757848": "(Test)ゲイルに話を聞く",
"599582516": "2つ目の眺めのいい場所を探して写真を撮る",
"600428476": "グランドバザールへ行き花神の舞を見る",
"600512436": "ジンと会話する",
"600625676": "破棄",
"600895036": "「玲瓏霄灯図」に記された地点を探す",
"601284263": "雪山再踏査",
"601939708": "パルディスディアイでティナリに会う",
"602385569": "冒険者協会へようこそ",
"604724878": "夜に「夜叉石像」へ向かう",
"604853292": "寝子と会話する",
"604946396": "ハリスと会話する",
"605849846": "志華に報告する",
"606665004": "神里屋敷に行く",
"606995660": "屋台の近くの掃除を手伝う",
"608561788": "料理をせっかちなワリットに送る",
"608651092": "拠点のファデュイと会話する",
"608825468": "肝試し大会の会場に行く",
"608976356": "フェルメールの筆と顔料を探す",
"609102887": "ガルシアの賛歌·代替品",
"609583736": "ドゥーランと会話する",
"610283270": "ピンばあやと会話する",
"610372180": "クロッサルと会話する",
"610593836": "探検隊のメンバーと会話する",
"611576724": "ニィロウと現状について話す",
"611622884": "洞窟の外で手記を見る",
"612473228": "「吉法師」を待つ",
"612506852": "エウルアとアンバーと会話する",
"613105892": "アランマと会話する",
"613119004": "もう1匹のヒルチャールと会話する",
"613675884": "会場の近くにある取引の場所に行く",
"613803276": "モンドのキャサリンと会話する",
"614128828": "アランマと一緒に封印のところに行く",
"615309836": "廊下からの音を聞く",
"615796604": "依頼人の朝倉を探し出す",
"616037404": "ベネットと会話する",
"616295999": "高塔に入る",
"616410380": "足跡を追ってヒルチャールを追撃する",
"617094748": "稲妻城のキャサリンと会話する",
"618823116": "早柚と会話する",
"619479598": "怪しいものを倒す",
"619574344": "ロープをエレンに渡す",
"619580703": "ワイナリーにいるディルックを探す",
"619768580": "釣り餌の材料をカイヴァンに渡す",
"619786460": "万葉と会話する",
"620041076": "謎の少女と会話する",
"621056028": "次の日の昼まで待つ(12時~14時)",
"621431692": "テンテンと会話する",
"621532660": "天領奉行府へ向かう",
"622216380": "エルバーと会話する",
"622394572": "「冷製鮮肉」を探す",
"622627831": "全能グルメチーム·神社の樹",
"623203650": "エラ·マスクと会話する",
"623235476": "松本にテイワット風目玉焼きを5個渡す",
"623473268": "祠の封印を解除する",
"623580308": "琥牢山へ向かい、「姉御」の痕跡を探す",
"623914188": "冥ちゃんとかくれんぼを遊ぶ",
"624186540": "約束した場所へ、耕一と会話する",
"625042132": "心海の秘密基地を調査する",
"625454660": "もう一人のメンバーの手がかりを探す",
"625512604": "ファデュイとにらみ合う",
"625700356": "草元素を使ってアランナラを回復する",
"625710196": "拠点の外側に行く",
"625914084": "柴染と会話する",
"626429588": "会場から離れる",
"626474908": "宝物を探す",
"626848748": "手記に書かれた場所に行く",
"627492388": "商人を演じてゴローと会話する",
"627704828": "池に入る",
"628119004": "「満足サラダ」を作ってサラに渡す",
"629733348": "その場から離れる",
"629857060": "ファデュイの臨時拠点へ向かう",
"629903004": "最後の「磐鍵」を破壊する",
"630445695": "城門近くの衛兵に話を聞く",
"631659735": "妖狸からのプレゼント",
"632675343": "アンバーと会話する",
"633013476": "対戦相手を倒す",
"633119625": "驚き",
"633141036": "みんなと会話する",
"633322988": "窓辺に行く",
"633685268": "洞窟から離れる",
"634340900": "新鮮なイグサを探す",
"634732378": "最後の遺跡を見つける",
"634844644": "近くで資料を集める(0/3)",
"635167688": "ヴィクトリアと会話する",
"635219999": "鹿狩り配達",
"635513868": "豆助、柴助と会話する",
"635715352": "軽策荘裏山にいる常九を訪れる",
"636306612": "池の近くに行く",
"636962132": "絶雲の唐辛子とスライムの液体を採集する",
"637256140": "もう一度胡桃と会話する",
"637280708": "海祇尊像の謎を解く",
"637310100": "引き続き進み、敵を倒す",
"637332990": "0",
"637423732": "「木漏茶屋」に行く",
"638737956": "マウティーマ稠林に行く",
"639573895": "三千里の期待",
"640169655": "ガルシアの賛歌·ある人の反響",
"641240337": "風と共に来た騎士",
"641250884": "遺跡に行く",
"641631828": "虚界の塔の制御装置を起動する",
"641767512": "ティミーと会話する",
"642104468": "アルハイゼンと合流する",
"642923972": "天目優也と勝負する",
"643548140": "拠点に戻り、怪しい気流に関する手がかりを聞き出す",
"643681247": "「三十人団」の人員募集",
"644218590": "ジンと会話する",
"644339916": "カイヴァンの必要な材料を探す",
"644584788": "「遺跡巨像」を起動する",
"645250367": "テウセルの璃月見聞録",
"645549248": "全ての魔物を倒す",
"645974095": "アンバーが案内した場所へ行く",
"646244292": "ハニヤーを倒す",
"646461503": "崖縁の怪人と危険な研究?",
"646506604": "山洞の入り口に戻る",
"647330700": "アビス教団を倒す",
"647793052": "セノと会話する",
"647965748": "ジュリーと会話する",
"648140652": "秋歌と会話する",
"648365556": "痕跡を辿って荷物を探す",
"648719679": "地下室の奥に潜入し、天空のライアーを入手する",
"648794180": "飛雲商会の倉庫に行く",
"649368612": "奇妙な「牙」をあと3つ探す",
"650396364": "アナと会話する",
"650429180": "望雅に報告する",
"650751780": "みんなと会話する",
"651227543": "からくり械画·終",
"651367468": "アラニについて行く",
"651685279": "鹿狩り配達",
"651711796": "老石を三個採掘して、沐寧に渡す",
"652856012": "全ての魔物を倒す",
"653142484": "アルベドと会話する",
"653191396": "テウセルを「公子」の所に連れていく",
"653927708": "パイモンと会話する",
"653974724": "ガルシアと会話する",
"654183324": "望雅と会話する",
"655210940": "玉京台にいる人と会話する",
"655508388": "香菱と会話する",
"657098788": "鳴神大社に戻って八重神子と会話する",
"657138356": "総務司に行って刻晴を探す",
"657274652": "夜になったら千と会話する(21時~5時)",
"657354924": "前に進み、考古小隊の痕跡を探す",
"657411556": "雪のイノシシ王を捕獲する",
"658128324": "埠頭で北斗を探す",
"658779551": "元素視角で怪しい人を探す",
"659474260": "地下遺跡に入る",
"659496652": "珊瑚宮に戻って露子と会話する",
"659728276": "木南杏奈と会話する",
"660567732": "ファルガーニーと会話する",
"660576540": "「ハッラの実」を3つヴァルダンに渡す",
"660727452": "道を塞ぐ宝盗団を倒す",
"661380207": "アンバーと会話する",
"662016514": "会話NPC",
"662929828": "吉法師と遊ぶ",
"663918060": "アナを探す",
"663938820": "ナヒーダと会話する",
"664387988": "風立ちの地で小川と木陰の景色を撮る",
"664441156": "清泉町に行ってブロックと会話する",
"665409148": "次の日の昼間まで待つ(6時~18時)",
"665437988": "ヒルチャールの集落にある手がかりを調べる",
"665539980": "夜になったら言笑と会話する(19時~23時)",
"666916076": "辛炎と会う",
"667023135": "しばらく隠れよう",
"667059316": "蔡楽を探す",
"667134736": "埠頭で詳細を確認する",
"667391304": "エレンと会話する",
"667862628": "現地の住民から情報を聞く",
"668044092": "望雅と会話する",
"668998046": "酒客たちに「最強戦力」について聞く",
"669758732": "死域を排除する",
"669959295": "隠れた発動器を見つけ出し運転を開始する",
"670875588": "アシュヴァッタ堂の樹を調べる",
"672147284": "二つ目の変異があるところに行って調査する",
"673679135": "天穹の宝の跡",
"673691580": "ファデュイの術師が身を隠す拠点に行く",
"673804020": "治平に報告する",
"674190911": "鶴観の旅",
"675257460": "常夜霊川に行く",
"675322260": "豆助と柴助の後をついていく",
"675843740": "寝子に報告する",
"675979351": "制御可能な爆発",
"676207463": "終に終りし花神誕祭",
"676251608": "猫探しを完了する",
"676413796": "裏山を調査して、謎を解く",
"676527084": "木漏茶屋に戻る",
"676670140": "道路に沿って進む",
"676733348": "草元素の力を使って、ゴールデンローズを「呼び覚ます」",
"677008025": "籠を開ける",
"677376868": "金リンゴ群島に行く",
"677998324": "木板を大雨に渡す",
"678821436": "「高門の炎」を全部解放する",
"679943284": "幸に報告する",
"680121492": "料理をせっかちなワリットに送る",
"680989324": "ルドルフと会話する",
"681119177": "緊急整備",
"681173396": "手がかりで掛かった邪祟の地に行く",
"681695183": "空幻に響く花神誕祭",
"681823116": "冥魚を通して、虚界の塔に行く",
"681904983": "封印を越える",
"681982216": "紀芳に観光ガイドの話を聞く",
"682170278": "霄市にいる人々と会話する",
"682180340": "星拾いの崖の頂上で夜景を撮る(19~24時)",
"682215780": "翌日の朝まで待つ(8時~10時)",
"682402876": "屋上に行って片付ける",
"682531116": "鳴神大社に行く",
"682659391": "宝探しの方法…その二?",
"682665956": "イグサを2つ集める",
"682766308": "「かご状の物」を利用して、残りの3つの「磐鍵」を破壊する",
"682983879": "遺跡に入る",
"683415732": "大祐と会話する",
"683514804": "ドリンクをリサとジンに渡す",
"683627100": "ナヒーダと会話する",
"683863135": "「総務司」の事務",
"684023170": "林の中でなくなった本を探す",
"684638828": "獣域ハウンドを倒す",
"684954564": "三島道世と会話する",
"684977628": "北斗と共に海辺を歩く",
"685786918": "0",
"686714932": "「神輿手綱」を手に入れる",
"687785956": "星銀鉱石を50個探す",
"687960132": "バーバラと会話する",
"688216756": "アキムお勧めの場所に行く",
"688256730": "0",
"688958060": "チーズを木南杏奈に渡す",
"690093804": "「獣径のメロディー」を利用して道を開く",
"691044220": "「元素視角」を使って遺失物を探す",
"691076364": "雪山の荷物を回収する",
"691560580": "万端珊瑚探偵所に行く",
"692196788": "指定された場所に行く",
"692693556": "「ヴァナラーナ」のある場所に行く",
"693005348": "天領奉行の同心木村と会話する",
"693253072": "ワイアットに話を聞く",
"693365767": "万端珊瑚事件簿·事件解決の時",
"693704140": "クンジュを探す",
"693983236": "山の中腹に行く",
"694219884": "瑾武が作ったスープを志璇に渡す",
"694454340": "望風山地でエウルアを探す",
"694772556": "すべての浪人を倒す",
"694885292": "早柚と共に忍具を回収する",
"695296092": "みんなと会話する",
"695552656": "襲ってくる愚人衆を倒す",
"695762970": "宝物を獲得する",
"695770092": "旭東と会話する",
"695906564": "手がかりを探す",
"696149156": "「エミル」を倒す",
"696333636": "池の外に戻り、ウォルフガングのノートを確認する",
"696384444": "幻境の迷宮のゴールにたどり着く",
"697899196": "アラニと会話する",
"697985271": "低温調査",
"698063284": "囁きの森に行って調査する",
"698297564": "扉に向かう",
"698430556": "遺跡守衛を倒す",
"698957351": "七星を欺き磐鍵を解く",
"699731284": "たたら砂で情報を聞く",
"700273156": "ディオナと会話する",
"700394788": "吊り牢の残影と会話する",
"700661764": "近くで手がかりを探す",
"700741860": "ファデュイが出没する鳴神島の野外に行く",
"701514479": "西域より来たる客",
"701630532": "アナを探す",
"701651604": "下層の動力系統を連動させる",
"701793764": "魔物の集まるところに行って、全ての魔物を倒す",
"701997148": "謎の装置を調べる",
"702010158": "玉京台へ続く山道を登る",
"702109580": "頑張るシリオと会話する",
"702384804": "離島の辺境に行って千里の計画を実行する",
"702509052": "最後の「磐鍵」を探す",
"702718726": "紀芳と会話し、『護法仙衆夜叉録』の情報を聞き出す",
"703044180": "花の種の水やりをする",
"703557424": "(TEST)カクテル完成、酒豪に飲んでもらおう!",
"703593484": "特殊空間の中を突き進む",
"703663812": "「玲瓏霄灯図·モラ」を完成させる",
"703821764": "藤原俊子と会話する",
"703886764": "ヒルチャールに渡す",
"704659988": "隠れ家の状況を確認する",
"704829124": "天領奉行府の官僚と交渉する",
"704839692": "ナヒーダの言う通り情報を集める",
"705356412": "ウォルフガングのノートを確認する",
"705377268": "密室を調査する",
"706237676": "アランガルと会話する",
"706281664": "(Test)酒豪クオン、マーガレット、ドゥラフ、ジャックの中から、誰一人にカクテルの作り方を教えてもらう。",
"706575836": "ナヒーダが住民の意識に入った後、セタレと会話する",
"707395260": "破棄",
"707567452": "緑と会話する",
"707646055": "松本の目玉焼きのリクエスト",
"707760180": "変わった木樽を調べる",
"708236708": "アランパスを探す",
"708851420": "アビサルヴィシャップの痕跡を辿って、密室を探す",
"708876468": "装置を探して光らせる",
"709210276": "「牙」の石碑を読む",
"709360300": "パイモンと会話する",
"710030472": "戻って、ティマイオスと会話する",
"710201308": "宝盗団の拠点に行く",
"710299260": "北斗と相談する",
"711113756": "「玲瓏霄灯図·琉璃百合」を完成させる",
"712141092": "謎の装置を研究する",
"712556140": "ウェンティと会話する",
"712669060": "アランバリカと会話する",
"712957148": "元素視角を使って無くした箱を探す",
"713957732": "留雲借風真君に報告する",
"714121204": "アランマと会話する",
"714780279": "元素の痕跡を探す",
"714963852": "李槌と会話する",
"715230452": "料理を頑張るシリオに送る",
"715575940": "木南杏奈と会話する",
"715588228": "帰離原に行く",
"715941063": "重要な手がかり",
"716324396": "魔物の生息地で剣試しをする",
"716362508": "申鶴を不卜廬に連れて行き、薬材を買う",
"717726932": "みんなと会話する",
"717752540": "資料室を離れる",
"717880668": "小説の提出場所で読者たちの好みを聞く",
"718199340": "火薬倉庫の扉を開ける",
"718696572": "「玲瓏霄灯図」に記された地点を探す",
"718930340": "トーマと共に街を散策する",
"719496799": "隕石と冒険",
"719866524": "「蘇生手綱」の破片を手に入れる",
"719964372": "塔の頂上に行く",
"721328740": "村長の家の前に戻る",
"721561910": "張順と会話する",
"721959951": "軽策の来客",
"722130847": "ヒルチャールを助ける!",
"722532512": "丘々人を脅かす",
"722817465": "遺跡を調べる",
"723169180": "仙霊について行く",
"723374244": "パイモンと会話する",
"723469552": "バッグにアイテム-黒銅の角笛はあるかどうかをチェック",
"724043180": "遺跡を離れる",
"724258948": "「クサヴァ」を使ってヤグナ草の封印を解く",
"724698414": "「帰終機」を修理する",
"725273455": "璃月港の穏やかな一日",
"725639036": "霄灯を収集する",
"726200740": "「金砂の旅」に行く",
"727284415": "霧と風の旅",
"728255188": "アナと会話する",
"730258439": "冒険は大きな歩幅で",
"731697220": "「風」の集まるスポットを追い払う",
"731801612": "墨田に報告する",
"732258359": "運命を因果せし花神誕祭",
"732290754": "魔物を倒す",
"732400516": "指定の場所に行く",
"733228756": "荒瀧一斗と共に卓也と再会する",
"733986084": "道に沿ってヴィマラ村に帰る",
"734614548": "万葉と会話する",
"735059929": "宝物は大事にすべし",
"735096832": "蒲公英の種をグローリーに渡す",
"735370644": "螭虎岩に行く",
"735929926": "パイモンと一緒に情報をまとめる",
"736162212": "近くで資料を集める(2/3)",
"736825436": "「鎮め石」の在り処に行く",
"737162276": "ヴァルダン、ガルゲンと会話する",
"737271628": "クロリスと会話する",
"737951460": "ナヒーダと会話する",
"738525020": "総務司専門員「沐寧」を探す",
"738582476": "範兵衛と会話する",
"739796612": "探索を続ける",
"740367388": "大島純平に鉄鉱石を3つ渡す",
"741441844": "指定された場所で、「大夢のメロディー」を弾く",
"741500100": "見張りをしている浪人を倒す",
"741532254": "怪しいところに行く",
"742085340": "調査地点に向かう",
"742669735": "トワリンと涙の結晶を天空のライアーに落とす",
"743251420": "続けてオニカブトムシを探す",
"743569700": "橋を直す",
"743635676": "残魂から供物を手に入れる",
"744340604": "北斗と会話する",
"745067967": "ニャ…ニャニャ?ニャ!ニャオ。",
"745087084": "アルベドと会話する",
"745144212": "洞窟の奥に進みイッサムを探す",
"745757322": "「ウェイター」飛と会話する",
"745817678": "志華に報告する",
"746588708": "グッドウィンと会話する",
"746801628": "無口な廷方と会話する",
"746916300": "亀井宗久と会話する",
"747163692": "志璇が言っていた扉のところに行く",
"747345902": "宝物を探す、或いは博来にアドバイスを聞く",
"747678327": "良薬は作りがたい",
"749064156": "星象の謎を解く",
"749364732": "聖顕殿に入る",
"749458908": "餌ボウルに「鳥肉」を入れる",
"749615956": "タージを倒す",
"749619519": "いにしえの蒼星",
"750304188": "マップにマークされた場所に行く",
"750534263": "敵陣潜入、知る者なし",
"750617182": "食べ物を奉納した痕跡を探す",
"750678636": "嘉義と会話する",
"750830084": "「満足サラダ」を作る",
"751047804": "宵宮と共に朔次郎のために船を用意する",
"751193788": "アナに風の翼の操作方法を実演する",
"751312332": "言笑と会話する",
"751444892": "守と会話する",
"751453460": "神里綾華と会話する",
"751711944": "ジンに依頼のことを伝える",
"751973364": "五歌仙広場に戻る",
"753026527": "セメン土",
"753196796": "ニィロウと会話する",
"753367476": "孫宇と小鳥に報告する",
"753896439": "元素スキルを長押しする",
"754033308": "指定された場所に行って霄灯を回収する",
"754633980": "黒主の肖像画を調べる",
"755056780": "荒谷と会話する",
"755282449": "南風と冒険",
"755447556": "続けて調査する",
"755695154": "任務開放",
"756463580": "寒鋒と会話する",
"756635996": "離島の波止場に行く",
"756934943": "レザー、北風の狼と会話する",
"757620582": "「いつもの場所」を探す…?",
"757676900": "福本と会話する",
"757685428": "望舒旅館西側にある三つの拠点を片付ける",
"757754292": "阿旭と会話する",
"760342607": "遺跡ドレイクが起こした混乱",
"760807471": "プルシナスパイクの自己循環動作報告·実験手順",
"761058268": "福本と会話する",
"761086340": "後援会のメンバーと会話する",
"761724732": "こっそり神社の裏にある櫻に近づく",
"761795772": "続けて符文を探す",
"762352956": "バヌと会話する",
"762440842": "グレイスと会話する",
"762456318": "$#玉京台迎仙シーン:正式台面任務(隠し待ち)",
"763116940": "船の上にいる船夫と会話する",
"763359364": "声の出所を探す",
"763484590": "クレーと共にアビスの魔術師を追う(距離が50m以上離れると失敗)",
"763782097": "一人の見張り",
"765447628": "「鹿狩り」に行く",
"765573108": "「目」の石碑を読む",
"766184876": "ソヘイルと会話する",
"766429391": "間道に繋ぐメロディー",
"767776444": "宝盗団を全て倒す",
"767862436": "一斗と会話する",
"768514180": "プライマル炬火を灯す",
"769205100": "早柚と会話する",
"769613148": "兵士たちに情報を聞く",
"770327212": "広場でナヒーダと合流する",
"770789847": "最強の相手!最大の危機!",
"770849788": "アナと会話する",
"771183596": "旅館にいる患者の中からフリッツを探す",
"771349748": "ジャハンに砂糖を5缶渡す",
"771635576": "(TEST)酒豪マーガレットの現在地",
"771832740": "「暗晦の指輪」をいい値段で売却する",
"772072332": "「ヒルチャールシャーマンの薬草スープ」を探す",
"772516103": "「怪鳥」が残した痕跡を探す",
"773118558": "パイモンが欲しい材料を探す",
"773149895": "文通と小説観賞会と超幸運な大将",
"773251119": "風立ちの地に行く",
"773268118": "(test)もう一度事件現場に行ってみよう",
"773328508": "豆助、柴助と会話する",
"773394206": "宝物を探す、或いは博来にアドバイスを聞く",
"773518695": "龍蛇洞宮試練記",
"773824724": "屋根の上でヤマガラの巣を探す",
"774634260": "さらなる手がかりを探す",
"774806556": "藤原俊子と会話する",
"774859633": "嵐の前",
"775143905": "望舒",
"775421820": "李槌と会話する",
"776802156": "ファデュイとその一味を倒す",
"776898652": "「宝」を手に入れる",
"777074548": "レイラと会話する",
"777569631": "アビス教団の拠点に入る",
"777695348": "イェンと会話する",
"777857788": "過激派の人を倒す",
"778091839": "幸福の味",
"778199452": "地脈異常の場所を調査する",
"778561444": "アランマと会話する",
"779112196": "シニャクと会話する",
"779228604": "阿旭と会話する",
"779636316": "「舞台」の隣で、メロディーを弾く",
"781154519": "睡眠だけはサボれない",
"782132212": "スライムを引き付けて、朱店主の指輪を探す",
"782585636": "抵抗者の突撃",
"783045252": "荒瀧一斗の情報を聞く",
"783649084": "ナジャートに報告する",
"783788687": "守衛と会話し、手がかりを探す",
"784164297": "エリン、未来の騎士",
"784183110": "騎士団に行く",
"784750768": "怪しいところに行く",
"784944332": "ネルミンに報告する",
"785144455": "スペシャルベースドリンク",
"785324292": "囲まれたジャックを助ける",
"785622740": "アランナラと会話する",
"785667084": "グラブジルに報告する",
"786706294": "調達局に行き、嘉義と会話する",
"789119236": "新之丞と会話する",
"789160252": "引き続きブンブンを探す",
"790357716": "山道にいる幸と会話する",
"791581252": "目立たない場所でウェンティに連絡する",
"791963652": "八重神子と会話する",
"792606612": "神里綾華について行く",
"792742404": "「小倉屋」に帰る",
"793468076": "小白と会話する",
"794129927": "ジェリーのモンドグルメメモリー",
"795774236": "ワヒッドと会話する",
"796393716": "謎の箱を開ける",
"797114329": "ジン章節表示",
"797183820": "漂流瓶を流すところを探す",
"797874236": "竺子の家に行く",
"798159348": "フレーキと会話する",
"798685004": "「北陸長柄武器の原型」を1本探す",
"799016831": "守衛と会話し、手がかりを探す",
"799028676": "鎮め物を修復する",
"799467108": "書類を確認する",
"799899230": "アビスの魔術師と交渉する",
"801394292": "帰ってラフィクに状況を報告する",
"802179543": "三千里の期待",
"802600271": "ルームNo.1のNPCと会話する",
"802735044": "八重神子と会話する",
"802847796": "アナと会話する",
"803592612": "ノエルが行きたい場所へ向かう",
"804561388": "装置で光の道を導く",
"804794039": "信者のない使徒",
"805132175": "寒鋒の鉄の塊のリクエスト",
"805821951": "手がかりが示す場所を探す",
"806009700": "特殊空間の中を突き進む",
"806889508": "ドリーの情報屋に会う",
"807147676": "ヒルチャールと会話する",
"807176484": "「三杯酔」に行く",
"807376132": "稲葉久蔵に状況を報告する",
"807690476": "指定された場所でルーと会話する",
"807898852": "目的地の近くにいる魔物を倒す",
"807927532": "警備地点に行く",
"808072388": "宝盗団を倒す",
"808329356": "天領奉行衆を倒す",
"808358244": "藤原俊子と会話する",
"810340284": "宜年と会話する",
"810581543": "或る人への薔薇~長い一日の過ごし方~",
"811016916": "ナヒーダの言う通り情報を集める",
"811094700": "皆を召集して、状況を整理する",
"812784844": "パイモンと会話する",
"813503972": "目的地に向かう",
"813765228": "クレイトポンと会話する",
"813828372": "ファデュイを倒す",
"815643167": "祭りの中の不協和音",
"815945124": "アビスの詠唱者が残したものを拾う",
"816088454": "西風騎士団に戻って、ジンに報告する",
"817394204": "小説の提出場所で読者たちの好みを聞く",
"817643876": "冒険者協会に行く",
"817871628": "霄灯を江雪に渡す",
"817929223": "冒険者テスト·飛び立つ方法",
"818628740": "「プルシナスパイク」を配置する",
"819246468": "ブロックと会話する",
"819800916": "離島の五歌仙広場に戻る",
"820305684": "アランナラと会話する",
"820594732": "残された痕跡を追跡する",
"820715908": "エルマイト旅団の拠点を調べる",
"820830364": "吉法師と会話する",
"821189140": "影と会話し、状況を整理する",
"822024340": "カウンターに行って、営業の準備をする",
"822342684": "ラナと会話して出発する",
"822796900": "カイヴァンと会話する",
"822847340": "「越石丸」に報告する",
"822954516": "ベネットと会話する",
"823386574": "「炎」で鍋を加熱する",
"823860980": "「日向の拠点」に向かい日誌を探す",
"823973932": "ワーグナーと会話する",
"824110700": "食材を亀井宗久に渡す",
"824182644": "北西方向にある冥魚の池に行く",
"824661044": "ハラハラ島へ向かう",
"824755084": "死域を排除する",
"825469300": "ヴァルベリーと夕暮れの実を採集する",
"825666124": "カタリナと会話する",
"825974135": "遺跡クリア",
"826069668": "魚を捕まえてうろこを獲得する",
"826103839": "ディルックに「挑戦状」のことを話す",
"826280876": "4つのお宝の手がかりを探す",
"826714900": "影と会話する",
"827001148": "装置を起動させヒルチャールを引き寄せる",
"828308168": "成功分岐発生",
"828524068": "鳴神大社に行く",
"828779166": "全ての魔物を倒す",
"828867164": "駄獣をなだめる",
"829289369": "古代文明の知恵",
"829330660": "アランイシャの次のなぞなぞに挑戦する",
"829415190": "「留雲借風真君」を探す",
"830040364": "町の北の滝に行く",
"830933156": "申鶴と会話する",
"830998796": "怪しい大使に追いつく",
"831308264": "アーサーと会話する",
"831314220": "端役たちを「説得」する",
"831831887": "ヒルチャールを助ける!",
"832198860": "望舒旅館付近の隕石を探す",
"832628692": "装置を操作し、詳しく調査する",
"832959064": "「牢固な矢先」を集める",
"833348838": "(test)会話数*2(隠れ)",
"834187552": "全てのスライムを倒す",
"834387668": "魂を導く地に到達する",
"835298700": "ノエルと会話する",
"835306380": "魈と会話する",
"835995038": "夜まで待つ(18時~23時)",
"836100164": "留雲借風真君と会話する",
"836216852": "フローラに報告する",
"836518068": "セノと会話する",
"836751124": "ニコライの日誌に書いてある場所に行く",
"837021136": "エラ・マックスと一緒に丘々人と会話する",
"839169908": "道を塞ぐ少女の目的を聞く",
"839894984": "ジャックと会話する",
"840008172": "軽策荘に行って、状況を聞く",
"840110492": "ファデュイが倒されるのを見る",
"840118345": "$#丘々人の占領",
"840791151": "兆しは盗賊の如く訪う…",
"840899335": "猫の写真",
"841013076": "「祭壇」を調べる",
"841092860": "CS再生",
"841235831": "ルームNo.6-戦闘リング&クエストをマーク",
"841336988": "襲ってきた魔物を倒す",
"841659268": "洞窟の出口に行く",
"842261892": "ニムロドと会話する",
"843307292": "崖のそばにいる変な人と会話する",
"843878524": "すべての「欠片」を解凍する",
"844425244": "ヴィクトルと会話する",
"844907593": "準備が大事",
"845519404": "秘儀聖殿の下層を探索する",
"845643740": "小姜を見つける",
"845869743": "進捗リセット防止",
"846587084": "封印の前にいる残魂と会話する",
"847105671": "海灯祭、大商売?",
"847811863": "香りが残るように",
"847968335": "風龍廃墟の封印を解く",
"849137692": "周囲を探す",
"849237804": "探索を続ける",
"849605328": "寝ているヒルチャールを起こさないように、起きているヒルチャールに近づく",
"849647060": "遺跡を探索する",
"851193248": "トゥナーと会話する",
"851314412": "忍術の訓練場に行く",
"851812324": "大日御輿に行く",
"852158524": "サイリュスと会話する",
"852313572": "ヴィクトルと会話する",
"852405716": "突然現れたスライムを倒す",
"853046492": "「万民堂」に行って重雲のアイスを補充する",
"853068280": "キャサリンと会話し、詳しいことを聞く",
"854187572": "全てのヒルチャールを倒す",
"855134244": "望舒旅館に向かう",
"855442958": "約束した場所へ、魈と会話する",
"855967892": "シードル湖でナンタックに会う",
"856020764": "雲菫に状況を報告する",
"856176300": "前鋒軍·雷ハンマーの言う記章を探す",
"856267366": "嵐姉と会話する",
"856946932": "現れた何爺と会話する",
"857109316": "雷を乗り越える",
"857383646": "博来と会話する",
"857707804": "近くの人から情報を聞く",
"857955020": "寝子と会話する",
"858010100": "ロケ地に行く",
"858087964": "望風山地で新鮮なヴァルベリーを採集する",
"858168612": "ローズの図形に従って、曲を弾く",
"858518244": "荒瀧一斗と会話する",
"858547828": "アランナガと会話する",
"858834444": "水没した洞窟を探す",
"859149535": "風龍廃墟の封印を解く",
"859723255": "変わり身計画",
"859804884": "ラナに触れる",
"859878951": "元素視角で怪しい人を探す",
"859978884": "万葉と会話する",
"861117294": "璃月港に戻って石商を探す",
"861363692": "虚界の塔を組み合わせる",
"861824391": "夜を飛ぶ鳥は三段へと落ちる",
"863049199": "モンド守衛と会話する",
"863865734": "戦闘I",
"864544244": "璃月港の埠頭付近に行く",
"864599884": "鍾離と会話する",
"865909548": "星希と会話する",
"866374928": "「鹿狩り」のサラと会話して、その悩みを理解する",
"868087927": "三色の帳面",
"868496132": "弥生七月と会話する",
"868604780": "ナヒーダと会話する",
"868928724": "全ての魔物を倒す",
"869474030": "「美味しそうなモラミート」を奉納する",
"870307244": "ゴローと一緒にケーキを食べる",
"870694108": "千と会話する",
"870763076": "落雷の場所を確認する",
"870876311": "曲が終わった後の約束",
"871070548": "3つの「新鮮な緋櫻毬」をジュリーに渡す",
"871206692": "グザヴィエと会話する",
"871644028": "元素の痕跡を探す",
"872125612": "ルカと会話し、酒場に入る",
"872278548": "八重神子の言う助っ人を探す",
"872511127": "守衛の魔物を倒す",
"872856820": "破棄",
"872926940": "夜蘭と会話する",
"873861071": "眷属の践行",
"874023724": "グラブジルに報告する",
"874676572": "付近の人に話を聞く(2/3)",
"875124332": "かけっこに参加する",
"875657956": "装置を調査して、密室の門を開ける",
"875666132": "宝盗団を倒す",
"875673556": "鉱夫の拠点にいる宝盗団を倒す",
"875804468": "続けて上を調査する",
"876309775": "終章",
"876669292": "準備した料理を湯雯に渡す",
"876800188": "劇団の団長と会話する",
"876947676": "パイモンと会話する",
"877287128": "エラ・マックスと一緒に丘々人と会話する",
"877651852": "目の前の黒霧を調査する",
"877882988": "夜になったら軽策荘の入り口に向かう(18時~24時)",
"877903160": "戦利品と手紙をトゥナーに渡す",
"878296180": "3箇所にいるアビスの魔術師を倒す",
"878553516": "何爺を拠点に連れ戻して、瑾武に会わせる",
"879079020": "リサとジンに話しかける",
"879821785": "誰もいない家",
"879993268": "パルヴァネと会話する",
"880610796": "獣域ハウンドを倒す",
"880706264": "全ての魔物を倒す",
"881121364": "エウルアと会話する",
"883468615": "豊穣の箱",
"883518676": "怖がっているシュースターを見つける",
"883879772": "茂に結果を報告する",
"883949292": "稲葉久蔵の宿命を見届ける。",
"884914472": "キャサリンと会話する",
"885066516": "堅固な木の板を探す",
"885845060": "「触媒」のエネルギーをザマランに分ける",
"885974076": "海祇島の兵士たちと会話する",
"886378332": "アランナキンのメロディーを弾く",
"886993204": "遺跡守衛を倒す",
"887214812": "鳥肉をブロックに6つ渡す",
"887276852": "ジェブライラと会話する",
"887318863": "夏の夢、詩歌の如し",
"887375460": "「肉類」三つを重佐に渡す",
"887636620": "ワクカウ浜に行く",
"887715524": "小姜を見つける",
"887986796": "道端にいる商人から情報を聞く",
"888124764": "魔物を倒す",
"888237671": "マージョリーに本を返却するように声をかける",
"888936976": "ドゥーランと会話する",
"889089812": "新之丞と会話する",
"889198956": "ヘルマンを説得する",
"889201060": "豆助、柴助と会話する",
"889406508": "ボロボロ島付近の岩礁へ向かう",
"889961460": "霄灯を梟総管に渡す",
"890037588": "「絵」を顧客に届ける",
"890333412": "マージョリーにプレゼントの話を聞く",
"891136279": "夢の気配がまだある内に",
"891319030": "海灯祭灯制作チュートリアル報酬",
"891891844": "屋台の近くの掃除を手伝う",
"892599588": "荒瀧一斗から鬼族の過去を知る",
"893254470": "「事件現場」に戻ってみよう",
"893476804": "ダインスレイヴと会話する",
"893690460": "公子の状況を確認する",
"894258356": "「モーメントオブドリーム」に戻る",
"894408824": "元素視角を使って、琥珀石が入った車を探す",
"894859884": "若心と会話する",
"894900039": "汚染の始まり",
"896099444": "冥魚を通して、虚界の塔に行く",
"897343732": "声の出所を探す",
"897530284": "洞窟の入り口を占拠する者と交渉",
"897975276": "「かご状の物」を利用して、残りの3つの「磐鍵」を破壊する",
"898607812": "気配をたどって手がかりを探す",
"898838862": "キッチンに行く",
"898994444": "洞窟を探索する",
"899249471": "吟遊詩人の演奏を聞く",
"899999444": "元素視角を使って痕跡を辿る",
"900402236": "最後の「磐鍵」を探す",
"900866628": "準備した料理を湯雯に渡す",
"901168596": "江雪と会話する",
"901446276": "石を覆う胞子を除去する",
"901572684": "魔物に囲まれた人を助ける",
"902394788": "ファデュイを倒す",
"902531548": "「御肉丸」と会話する",
"902614991": "万端珊瑚事件簿·捜索",
"903052974": "宝盗団のメンバーと会話する(隠し)",
"903374263": "岸辺の忍犬",
"903395500": "海乱鬼の拠点へ向かう",
"904669788": "進み続ける",
"905857324": "アランムフクンダの家を離れる",
"905917732": "パルヴァネと会話する",
"906514184": "戦利品と手紙をトゥナーに渡す",
"906572148": "ガルシアと会話する",
"907123476": "「活源水」をアランパスに渡す",
"907436868": "風龍廃墟で水晶鉱を探す",
"907797818": "宝物の手掛かりを探す",
"909422260": "ヴァルのところに戻る",
"909446548": "伊達の密室を開放して、お宝を手に入れる",
"910450372": "グザヴィエと会話する",
"911159118": "「兆し」を探す",
"911420831": "遺跡に入る",
"911638148": "霓裳花をチャンチャンに3つ渡す",
"911655956": "ガンダルヴァー村に戻る",
"912382106": "光る場所を調査する",
"912806428": "バヌと会話する",
"912881743": "ロートパゴス族",
"913062436": "漉華の池の秘密を解く",
"913215031": "「炎」でアビスの魔術師を屈服させる",
"913254132": "翌日8時から12時まで待つ",
"913468636": "もう一度射撃の手本を示す",
"913632812": "霄灯を部屋の中に飾る",
"913746980": "冒険者協会に報告する",
"913894820": "ベネットと会話する",
"914251548": "コナーと会話する",
"914283620": "不思議な置物に触れる",
"914354047": "夜に大聖堂に入る(18時~6時)",
"915744959": "霧と風の境",
"915876444": "一定数の「スピノクロコ」を倒す",
"916223972": "キノコンの潜在能力を引き出す",
"916345284": "サイリュスと会話する",
"916781262": "(test)江舟と会話する",
"916979980": "風龍廃墟に行く",
"917295620": "「目」の在り処に行く",
"917713919": "アビス教団の拠点を出る",
"918307108": "章と会話する",
"918528004": "鍾離のヒントをもとに、付近の石碑に明かりをつける",
"918554940": "現状に関する手がかりを聞く",
"918555366": "鶯に話を聞く",
"918743628": "エルマイト旅団の拠点に行く",
"918992148": "寝子と会話する",
"919530468": "不審者と会話する",
"919575052": "発狂した「公義」を倒す",
"919895068": "紺田村北東の廃れた神社に行く",
"919918732": "埠頭付近へ向かい戴を探す",
"920003732": "みんなと会話する",
"920262268": "老夫婦を訪ね、助けを求める",
"920262968": "近くで石珀が入った鉱車を探す",
"920395111": "神殿の奥を探索する",
"920558078": "群玉閣に行く方法を探す",
"920693532": "死兆星号に行く",
"921004831": "奥地深くへ",
"921084452": "アランナクラと一緒に「枝」を見つける",
"922038340": "グザヴィエと話す",
"922816478": "ダイコンを探す",
"923323244": "李暁の意見を聞く",
"923341948": "シャオユウと会話する",
"924285260": "怪しい人物を倒す",
"924433428": "獣肉をブロックに6つ渡す",
"924708028": "モンと共に漂流瓶を流す",
"924965588": "交渉現場へ向かう",
"925269612": "道を塞ぐ少女の目的を聞く",
"926121132": "翌日の朝まで待つ(8時~10時)",
"926364578": "会話NPC",
"926404596": "周囲を調べる",
"926859983": "「アランナラの世界」",
"927498996": "ゴローを探す",
"928171860": "アランシャクンと会話する",
"928371895": "「海祇の鰭」",
"929335511": "黎明",
"929764140": "モンド城の錬金場を訪ねる",
"929776428": "次の謝るべき人と会話する",
"930213070": "クレーと会話する",
"930852812": "手島の記憶の手がかりを探す",
"931071972": "指定された場所に行って戦う",
"931533540": "聖顕殿への道を探す",
"931802516": "柴門二郎に返事する",
"931860956": "朝霧と会話する",
"932381100": "リーセに報告する",
"932631471": "騎士団ガイドの応答",
"932673562": "コンテンツ完了",
"932860772": "パイモンと会話する",
"932874164": "正しい書類を嘉義に渡す",
"933949876": "ブランシュに報告する",
"934057692": "ヒルチャールを倒す",
"934758791": "実験その三·生命",
"935051956": "写真の授業に行く",
"935305044": "神像の手のひらに登る",
"935863908": "グザヴィエと会話する",
"935890940": "挑戦をクリアする",
"937026212": "凝光と北斗に話しかける",
"937343700": "テウセルをおもちゃ屋に連れていく",
"937390724": "右の拠点の魔物を全て倒す",
"937484300": "ノエルと会話する",
"937665014": "0",
"937678633": "岩城の仙跡",
"937681396": "再び装置を起動する",
"938038476": "ゴローと共に解決策を練る",
"938906516": "近くの敵を倒す",
"938997692": "「塵歌壺」に入る",
"939032068": "ディルックと会話する",
"939237932": "モンド城の屋上で子猫を探す",
"939450703": "夜明け前の夜をゆく",
"940285908": "「報仇激動の寮」に入る",
"940658148": "アナに風の翼の操作方法を実演する",
"941554312": "出来上がった料理を獲得",
"941559276": "ドドリアンを採集する",
"942192892": "エラ·マスクと会話する",
"942202404": "五歌仙広場に行ってアルベドを探す",
"942635492": "ダインスレイヴと会話する",
"942893382": "「美味しそうな翠玉福袋」を香菱に渡す",
"943410940": "「玲瓏霄灯図」に記された地点を探す",
"944204063": "たたら物語·データ大収集",
"944296156": "軽策荘に行く",
"945900816": "エラ·マスクと共にヒルチャール集落に行く",
"946458556": "ベルンハルトと会話する",
"946630260": "「霄灯」を店の門に飾る",
"947261020": "ヤコヴを探す",
"947521388": "アルベドの拠点に戻る",
"947766404": "モンド冒険者協会のキャサリンに会う",
"948809332": "ツァレーヴィチと会話する",
"949761097": "風の導くままに",
"949770460": "準備した料理を湯雯に渡す",
"949835332": "ベネットと会話する",
"949989372": "翔太を手伝って原因究明をする",
"950946676": "天気をコントロールする",
"951762980": "木南杏奈に尋ねる",
"952464824": "スイートフラワーを集める",
"952481772": "ガルシアと会話する",
"952610076": "露子と会話する",
"953072642": "コンテンツ完了",
"953128111": "極夜幻想劇·剣を持つ王女!",
"953929196": "ヴィクトルと会話する",
"954053860": "後をついてきた傭兵団を倒す",
"954102668": "志璇と会話する",
"954916308": "「御肉丸」と会話する",
"954976548": "北斗と共に漁村で散策する",
"955317820": "ヒルチャールを追い払い、荷車を助ける",
"956292086": "引き続き香菱を手伝う",
"956351428": "手紙を待ち合わせ場所に置く",
"956745028": "調査地点に向かって救出をする",
"957314588": "ガルシアと会話する",
"957823252": "望舒旅館西側にある三つの拠点を片付ける",
"957943140": "璃月の冒険者協会に行く",
"958614119": "凱旋した英雄のように",
"958777980": "アカツキワイナリーを離れる",
"959886596": "宵宮、クレーと共に容彩祭を見に行く",
"960235532": "イザークについて行く",
"960832356": "魔物の拠点に行って、全ての魔物を倒す",
"961149568": "(TEST)酒豪の評価:普通!",
"961558684": "「ゲート」を通り抜ける",
"961627276": "伯桓を探す",
"961790222": "パイモンと会話する(隠し)",
"962127508": "「神居島崩砲」を起動し、割れ目を破壊する",
"962273740": "ティミーと会話する",
"962414430": "パイモンが欲しい材料を探す",
"963197780": "ラナと会話する",
"963388052": "小倉澪と会話する",
"965348690": "落ち葉の山を綺麗にする",
"965476970": "会話NPC",
"965914295": "問題の転換·負荷問題",
"965988676": "フローラと会話する",
"966451762": "宝児と会話する",
"966870527": "七天神像1をアンロック",
"967012804": "続けて宝箱を探す",
"967060436": "遠くにいる影と会話する",
"967225372": "「稲妻のキャサリン」と会話する",
"967423792": "8か10で完了を判断",
"967569996": "鯨井椛と会話する",
"967748220": "「クサヴァ」を使ってバルサムフラワーの封印を解く",
"967827598": "宝物を探す",
"967916460": "凝光と会話する",
"968617556": "鯨井坊やの手まりを探す",
"968851868": "大島純平と会話する",
"968970732": "清泉町に戻る",
"969439420": "寛、昭そして安と会話する",
"969504751": "戸口の掃除",
"969526094": "蒲公英の種を徳貴に渡す",
"970138380": "影と会話する",
"970199114": "宝物の手掛かりを探す",
"970467964": "冒険者「志璇」を探す",
"970468716": "全ての敵を倒す",
"970599676": "花散里に報告する",
"970919428": "模様についてラムゼイに聞く",
"971501252": "みんなと会話する",
"971767204": "「寒鋒鉄器」に行く",
"971768060": "龍二に報告する",
"971810036": "マーク地点付近で雷元素を合計15秒キャラクターに付着させる",
"972043780": "キノコンを倒す",
"972117412": "花神の舞を見る",
"972289988": "南方にある虚界の塔に行く",
"972749060": "破棄",
"973190071": "三田のお面絵の具のリクエスト",
"974090142": "李当と会話する",
"974225294": "「理水畳山真君」に会う",
"974487489": "障壁",
"975027679": "伊達の挑戦状",
"975960756": "八重神子と会話する",
"976056246": "不卜廬に行く",
"976359796": "フローラに報告する",
"976876932": "エンドラーと会話する",
"977058940": "ランバド酒場でハティムと会話する",
"977197905": "遥か昔の贈り物",
"977206212": "吉法師と会話する",
"978862020": "鳴神大社で八重神子に謝る",
"979087628": "グザヴィエと会話する",
"979204252": "ノックバックや被ダメージを避け、終点に到着する",
"979887300": "ホッセイニと会話する",
"980390692": "珊瑚宮心海と会話する",
"980931948": "教令院の外で、アルハイゼンと合流する",
"981368180": "荷車のある場所に行く",
"981823503": "花影瑶庭·其の三",
"982059900": "アランナクラが世話している苗畑に行く",
"982282575": "リシュボラン虎、ガオーガオー",
"982372775": "落ちた葉は風となる",
"982509180": "追跡を続ける",
"982525404": "プスパカフェに行って福本と合流する",
"983158932": "「第一幕、第二場」の撮影を終える",
"983321636": "伝説の島について聞く",
"983370084": "アラニと会話する",
"983574916": "エリアを調査し、石板を回収する",
"984001900": "南埠頭で水面の浮遊物を片付ける",
"984138423": "モンド城に戻る",
"984281988": "ガルシアと会話する",
"984785364": "吉法師と会話する",
"985365028": "小倉澪と会話する",
"985518116": "何爺を拠点に連れ戻して、瑾武に会わせる",
"986005876": "みんなと会話する",
"987313612": "龍二と会話する",
"987539652": "日誌に書いてある場所を探索する",
"987962612": "エルマイト旅団の人から情報を聞く",
"988220068": "翌日の午後まで待つ(12時~18時)",
"988459908": "碧波の近くに行く",
"988527774": "張順と会話する",
"989390972": "グザヴィエと会話する",
"989802870": "志華に報告する",
"989928172": "花見坂で歩いてみる",
"990244476": "兵士と会話する",
"990533156": "三つの試練をクリアする",
"991899260": "ファデュイを倒す",
"992165359": "山のミクソロジスト",
"992176574": "淮安と会話する",
"992384964": "離島に行ってバートランドを探す",
"992574628": "アランパンドゥと会話する",
"993391756": "ナヒーダの言う通り情報を集める",
"993748356": "アランナクラから聞いた場所に行く",
"994353812": "ヴァルと会話する",
"994895009": "注文書を手に入れる",
"995370828": "テンテンと会話する",
"995798692": "鶴観に入る",
"996315964": "薪を集める",
"996370375": "標識を辿って、制限時間内にゴールに到着する",
"996592252": "ドリンクを鍾離に渡す",
"997284084": "近くの海辺で「御肉丸」の欠片を探す",
"998270583": "遺跡の奥に入る",
"998586576": "失敗分岐発生",
"999300900": "望舒旅館に帰って魈に報告する",
"999740932": "船で「宝」の在り処に行く",
"999859759": "天に不測の風雲あり",
"1000227599": "山海八処の巡礼·炎炎ノ連歌百韻",
"1001126484": "研究室に戻る",
"1001452724": "藤原俊子について行く",
"1001484383": "有言実行!",
"1001577695": "混沌の中、岩は動かず",
"1001815924": "檻の鍵を探す",
"1003122318": "洞天に集まった「邪気」ヒルチャールを掃討する",
"1003630498": "宝物の手掛かりを探す",
"1003786428": "ホーベット、カイヴァンと会話する",
"1003820164": "「天目鍛冶屋」に戻る",
"1004289728": "(test)事件システム開始",
"1006000604": "炎スライムを倒して液体を収集する",
"1006868188": "神社を出る",
"1007006432": "新月軒に行って、茂才公の会話を盗み聞きする",
"1007045420": "みんなと会話する",
"1007307692": "花の騎士ファーリスと会話する",
"1007463895": "埋もれた秘密",
"1007910916": "バーバラと会話する",
"1008054352": "汚れた仮面を探す",
"1008905071": "万端珊瑚事件簿·黒い影の謎",
"1009297543": "深林の狸囃子",
"1010134295": "鬼の悪",
"1010397535": "「怪鳥」が残した痕跡を探す",
"1010968260": "宝盗団のメンバーを倒す",
"1010989044": "北斗と会話する",
"1011139612": "鉄の塊を章に10個渡す",
"1011200708": "「宝」を手に入れる",
"1011304524": "離島の容彩祭会場に行く",
"1011803900": "魔鱗病病院に行く",
"1012625481": "軽策荘の「最も高い場所」で欠片を探す",
"1012695568": "エリンと会話する",
"1013094212": "ハマウィーに報告する",
"1013526975": "彼女の罪はこの上なく大きいから…",
"1013617284": "昭と会話する",
"1014197852": "ローズの図形に従って、曲を弾く",
"1014646860": "エリアを調査し、石板を回収する",
"1014749840": "モンスター撃破による各種稼ぎをコントロール",
"1015358364": "砂糖をアランサカに渡す",
"1015933308": "「鎮め石」を封印する",
"1015968644": "アランラキャと会話する",
"1016781828": "異常のある地脈の穢れを調査する",
"1017087036": "会場へ向かう",
"1017612764": "作った料理を長次とシェアする",
"1018531388": "根系の状況を記録する",
"1018751134": "ジャックとスタンレーを探す",
"1018824276": "トーマと会話する",
"1018896998": "玉京台で祈願する",
"1020002036": "北斗と万葉と会話する",
"1020902560": "ジャックの話に基づき、魔物を見つける",
"1021763428": "墨田と会話する",
"1021935550": "琉璃亭に入る",
"1021999060": "鉱区拠点の前にいるスメールの学者を探す",
"1022654740": "モンと会話する",
"1023253524": "大日御輿の入り口に行く",
"1023611479": "海面の下",
"1023648292": "ヒルミと会話する",
"1023675900": "モンと会話する",
"1025544732": "アランラナと会話する",
"1025888911": "ティミー、ごめん!",
"1026518692": "ソラヤーと会話する",
"1027268132": "北国銀行に行く",
"1027391124": "珊瑚と会話する",
"1027713999": "森の子供たち",
"1028967015": "「果実」、「種」、そして「樹」のために",
"1029454569": "飛行任務テスト",
"1029533836": "ドゥラフと会話する",
"1029754860": "ドニアザードと会話する",
"1031516932": "パラドと会話する",
"1031568724": "ヤスミンに報告する",
"1032222772": "龍二と会話する",
"1032399228": "宝盗団を追跡する",
"1032585124": "墨田と会話する",
"1033414892": "巨大隕石の落下地点に行く",
"1033561348": "デート中のカップルを注意する",
"1033808983": "風がもたらした思い",
"1035027052": "鉄塊に報告する",
"1035131343": "千里の手紙",
"1035206095": "挑戦をクリアし、守衛の魔物を倒す",
"1035491196": "写真を太田太郎へ渡す",
"1035541164": "引き続きヴェルナーと交渉する",
"1035641440": "詳細を確認する",
"1036984273": "冒険ランク突破·四",
"1039132372": "子供たちと会話する",
"1040619828": "タカマーテに白鉄の塊を5つ渡す",
"1041192332": "「死兆星号」に乗る",
"1042144692": "ハティムのために「千金料理」を一つ選ぶ",
"1043246020": "アナと一緒に冒険者協会の依頼を完了する",
"1043280792": "会話を完了する",
"1043676876": "「アランナラを助ける」",
"1043732764": "ノエルとアロイスに報告する",
"1044015961": "ウェンティの新しい計画",
"1044340452": "アランナラの小屋の周りにいるヒルチャールを倒す",
"1044373204": "ジャックに報告する",
"1044584380": "見張り手の徐六石に尋ねる",
"1044665812": "フライムを2体倒し、コア動力を4個獲得する",
"1044772996": "中継装置を起動する",
"1045059335": "窮途に帰路を求めて",
"1045110359": "小さな遠出·身を守る方法?",
"1045900364": "洞窟に入る",
"1046324868": "奇妙な「牙」をあと3つ探す",
"1047070452": "「元素視角」で手がかりを探す",
"1047295156": "浮生の石片を聡子に渡す",
"1047641188": "お酒を「無名武士」に渡す",
"1048083016": "戻って、エリンと会話する",
"1048460168": "2秒以内に全ての杭を破壊する",
"1048615454": "劉蘇と会話する",
"1048923095": "ディルックと会話する",
"1048940401": "遠くから来た客",
"1049262756": "ザマランの同族を手伝う",
"1049328692": "グザヴィエに報告する",
"1050229316": "目立たない場所でウェンティに連絡する",
"1050333212": "大島純平と会話する",
"1050355428": "港口に行って、ファデュイの痕跡を調査する",
"1050558036": "夜(21時~23時)に偽物の玄冬を待つ",
"1050646476": "もう一度商人ヴェルナーと交渉する",
"1051249759": "ダダウパの谷の影",
"1051686916": "翔太が祠にお供えするのを助ける",
"1052098604": "ディオナと会話する",
"1052303876": "モンと会話する",
"1053113836": "パラドと会話する",
"1055148892": "鳴草を12個採集する",
"1055199231": "公演が中止されし時",
"1055344428": "言笑の代わりに階段を降りて食材を運ぶ",
"1055354860": "二つ目の装置がある場所に行く",
"1055431172": "テストの状況をアルハイゼンに聞く",
"1056013036": "近くの海辺で「御肉丸」の欠片を探す",
"1056064210": "「船長」モンと会話する",
"1056232484": "小倉澪に報告する",
"1056251060": "できた弁当をハイパシアに渡す",
"1056815652": "小姜と会話する",
"1057020508": "大樹の上で「風」の痕跡を3つ探す",
"1057058620": "モナを訪ねる",
"1057498468": "シニャクと会話する",
"1058067132": "シューベルトについて行く",
"1058146348": "石板の導きに従ってすべての権能を獲得する",
"1058219111": "利益チェーン",
"1059743868": "キャンディスと会話する",
"1059789679": "層岩巨淵尋訪記",
"1060061583": "試験会場に行く",
"1060388412": "アナと一緒に冒険者協会の依頼を完了する",
"1060525996": "巨大な花に近づく",
"1061672916": "山頂の全ての魔物を倒す",
"1061926415": "垂直風域に行く",
"1062853396": "何爺が残した手がかりを瑾武に報告する",
"1062915076": "城内に行って花火の材料を探す",
"1063021554": "言笑と会話する",
"1063722120": "マーガレットの依頼を完了する",
"1064095916": "デート中のカップルを注意する",
"1064214596": "アランマと会話し、ヴァサラの樹の夢に入る",
"1064603828": "洞窟を調べる",
"1065218124": "ベネットと会話する",
"1065329863": "深鎖の跡",
"1065399092": "夜の8時以降に岩上茶室の二階に行く",
"1065516356": "遺跡に入る",
"1065970116": "夜鴉船長に報告する",
"1065994148": "神の目を盗んだ宝盗団と会話する",
"1066403092": "ソーセージを言笑に2つ渡す",
"1066856820": "適した調味料を選ぶ",
"1067040260": "アデリンと会話する",
"1067217975": "パイモンと会話する",
"1067306212": "ナジャートに報告する",
"1067436956": "ザカリヤと会話する",
"1067542284": "アランナクラと会話する",
"1067856052": "朱店主と会話する",
"1068679020": "せっかちなワリットと会話する",
"1068777532": "ヤスミンと一緒に薬を撒く",
"1068868308": "オレグと会話する",
"1069107884": "「信号ガイド」を読む",
"1069931844": "ヴィマラ村に行く",
"1070495004": "元素の痕跡を探す",
"1070528044": "万葉と会話する",
"1070671636": "正二に弓術の手本を見せる",
"1072750852": "タンジェと会話する",
"1073045932": "「大怪物」を倒す",
"1073212004": "待ち合わせ時間に、モンド城の広場に行く",
"1074762564": "音の出所を探す",
"1075699084": "「御肉丸」に乗る",
"1075971932": "宝盗団の拠点を探す",
"1076242020": "手がかりを探す",
"1076687460": "料理をグミに届ける",
"1077171196": "「紙垂」に触れる",
"1077453380": "死域を解除する",
"1077697860": "アキムと会話を続ける",
"1077970884": "根系の状況を記録する",
"1078716156": "麻美と会話する",
"1078894100": "現れた敵を倒す",
"1079170311": "異郷にて",
"1079206535": "めでたい日の小さな問題",
"1080204377": "出前サービス",
"1080453348": "璃月港のキャサリンと会話する",
"1080478932": "グラブジルに報告する",
"1080782636": "エンドラーと会話する",
"1080819508": "地元の人たちの会話を聞く",
"1080994244": "雷櫻の隣でカニを捕獲する",
"1081623008": "驚雷のオイルを渡す",
"1081790684": "スライムの液体を3個アキムに渡す",
"1082042076": "幸と会話する",
"1082587020": "龍二と会話する",
"1082855684": "スケッチ板を研究する",
"1083277244": "藤原俊子と会話する",
"1083601060": "一成と会話する",
"1084323823": "言笑の食材のリクエスト",
"1084721068": "烏有亭に戻る",
"1085277740": "「リシュボラン虎」を演じてすべての「アランナラ」を捕まえる",
"1086454612": "サイリュスと会話する",
"1086641159": "センサーNo.1に反応された",
"1086875868": "哲平を探す",
"1087035767": "宝探しの海の旅",
"1087134492": "タカマーテと会話する",
"1087590644": "もう一度宝盗団の拠点を調べる",
"1087722796": "船に乗って調べる",
"1088184404": "望雅と会話する",
"1088778732": "みんなと会話する",
"1088982596": "エンドラーと会話する",
"1089300660": "清昼と会話する",
"1089622236": "ペルシーコフのノートを探す",
"1089783694": "魈と会話する",
"1090982183": "文谷事案",
"1091126340": "清心を桂に3つ渡す",
"1091367943": "森に属さない子供たち",
"1091578364": "参加者の実力を知る",
"1091834636": "臭と会話する",
"1092033524": "フローラと会話する",
"1092227484": "緑と会話する",
"1092564044": "雷電影と会話する",
"1092618020": "「石」の謎を解く",
"1092630492": "奉行所に行って、裟羅と会話する",
"1092921447": "玲瓏霄灯図·その二",
"1093315788": "囲まれた抵抗軍を助ける",
"1093940212": "音が出る扉に近づく",
"1094264924": "アランマと一緒に、「記憶の銘文」を探す",
"1094333159": "アランナラを捜索して救出する",
"1094639908": "「四方八方の網」で動物を捕まえる",
"1094731732": "翌日の朝まで待つ(8時~10時)",
"1094825916": "準備した料理を湯雯に渡す",
"1095085143": "「海祇の目」",
"1095332855": "猫探しのコツ",
"1095424876": "怪しい地点に行って調査し、脅威をなくす",
"1095584260": "出発する",
"1096115604": "珊瑚と会話する",
"1096294132": "朱店主と会話する",
"1096788004": "次の日の夜まで待つ(20時~24時)",
"1097159812": "道路上の魔物と障害物を片付ける",
"1097221252": "キャッツテール付近でバーバラを探す",
"1098494676": "行秋と会話する",
"1098768524": "「シュリパナ」に戻る",
"1098794588": "平蔵と共に犯人が囚われている場所へ行く",
"1098807476": "制限時間内に料理を玉霞に届ける",
"1098863116": "モンド住民の悩みを聞き、解決してあげる",
"1099171412": "ティナリと話し合う",
"1099454311": "シスターヴィクトリアの心配",
"1100769678": "リンクし、次のランダムを行う",
"1100885100": "ロアルドに「ユウトウタケ」を渡す",
"1101987020": "ラナと会話する",
"1102683364": "全ての魔物を倒す",
"1103328111": "おもちゃ市場進出·コア動力",
"1103590236": "木材をゲーテに渡す",
"1104225356": "幻影と会話する",
"1104229940": "次の日の朝まで待つ(7時~8時)",
"1104392756": "シティのいつものベンチで考えをまとめる",
"1105236332": "情報をセノに伝える",
"1105326948": "石商に報告する",
"1105686879": "異国のピザ",
"1106119328": "マーガレットの依頼を完了する",
"1106223857": "モンドの酒飲み",
"1106750292": "アンソニーと会話する",
"1106775007": "秘境より来たる風",
"1107116108": "阿倍良久の残魂が宿っている物を見つけて、奉納する",
"1107120900": "ホーベット、カイヴァンと会話する",
"1107782020": "宝盗団の拠点を調査する",
"1108186639": "ヒルチャールを助ける!",
"1108409828": "気付かれずに慶次郎について行く",
"1108449588": "ウェンティと会話する",
"1108457820": "モナと会話し、共に美食をいただく",
"1108460791": "軽策荘宝探し紀事",
"1108722132": "偶然出会った少女を手伝う",
"1108965612": "兵士にお酒のことを聞く",
"1109255252": "ファデュイの臨時拠点を調べる",
"1109741028": "龍二に情報を聞く",
"1109917060": "「オニカブトムシ」を3匹集める",
"1111020964": "「キャサリン」と会話する",
"1111529428": "「淵上」と自称するものと会話する",
"1111930342": "宝物を探す",
"1112238510": "絶雲の間入口に行って装置を探す",
"1112492228": "競売の商品を観察する",
"1113244550": "洗塵の鈴を探す",
"1113439862": "全ての人と会話した(隠し)",
"1113646692": "アランパンドゥと会話する",
"1115056460": "町奉行所を離れる",
"1115108676": "手がかりを探し続ける",
"1115352620": "ヴァルと会話する",
"1117430783": "チャンス到来?",
"1118208364": "稲妻の城外に出る",
"1118387100": "荒海付近で特殊な魔晶鉱を探す",
"1118391204": "みんなと相談する",
"1118582718": "神像に香膏を捧げる",
"1118591668": "雷電将軍を倒す",
"1119079052": "甘雨を探して会話する",
"1121074732": "みんなと会話する",
"1121398020": "言笑と会話する",
"1121709388": "座る場所を見つけ、エルマイト旅団の人を待つ",
"1122366540": "孫と会話する",
"1122487044": "望風山地で観賞魚を1匹釣る",
"1122892292": "「御影炉心」の状況を撮影する",
"1123627103": "ノエルの力",
"1124092348": "候補者の計画書を読む",
"1124420252": "パイモンと会話する",
"1124514260": "グザヴィエに報告する",
"1125093724": "特殊な魔晶鉱を3つ集める",
"1125376524": "「石」を元の場所に戻す",
"1125738564": "ジェリーと会話する",
"1125948040": "「飛雲商会」の従僕に手紙を渡す",
"1126263260": "ジークフレアと会話する",
"1126377228": "声の出所を探す",
"1126461228": "模様について湯雯に聞く",
"1126796300": "貨物を護送して離島を離れる",
"1126876492": "アルハイゼンと会話する",
"1127619284": "ヒントに従って怪しいところを調べる",
"1127721092": "倉庫管理者と会話する",
"1127733575": "パイモンの疑問",
"1127843489": "アルカディア遺跡の謎",
"1127903943": "痼疾",
"1128455015": "興ざめで帰る",
"1128781991": "回想終章",
"1129122055": "問題の転換",
"1129801424": "カクテルを作る",
"1130447052": "社奉行本部に入る",
"1130722940": "羽を手伝って店を片付ける",
"1130789564": "「磐鍵」を破壊する方法を探す",
"1130995236": "爆炎樹のいる洞窟の奥に行く",
"1131233420": "吉法師と会話する",
"1131258420": "宝盗団を全て倒す",
"1131485724": "道を調査し修復する",
"1131580540": "翌日の朝まで待つ(8時~10時)",
"1132278348": "海祇島の東部で平蔵を探す",
"1132484492": "柊家を出て、情報を整理する",
"1132605044": "スメールシティに行く",
"1133281208": "丈夫な木の板をファオラに渡す",
"1133614239": "孤島診療譚",
"1133846615": "往昔より漂う酒の香り",
"1134308124": "「チューバ境」を探索する",
"1134761862": "天衡山に行く",
"1134867540": "エルマイト旅団の拠点に行く",
"1134889164": "ディオナと会話する",
"1135760300": "指定された場所でルーと会話する",
"1136484692": "長門の家に行って事情を聞く",
"1137627342": "「美味しそうな鳥肉と野生キノコの串焼き」を作る",
"1138535524": "村に向かい修理用の材料を探す",
"1139279577": "「モンドの最強戦力」の争い",
"1139828983": "レザーに獣肉を三枚渡す",
"1140373380": "サイードと会話する",
"1140713836": "寝子に報告する",
"1141220612": "詩を残した人を探し出す",
"1141289060": "指定された場所に行く",
"1141339420": "奥蔵山付近で甘雨を探す",
"1141533348": "和裕茶館に行く",
"1141818916": "声の出所を探す",
"1141820353": "「赤い服の女の子の宝物」の謎",
"1142770988": "八重神子に「最終挑戦」を申し込む",
"1142814276": "破棄",
"1144389808": "木材を集める",
"1144596132": "「七葉寂照秘密主」を倒す",
"1144910732": "「美味しそうなピリ辛蒸し饅頭」を作る",
"1145128564": "「止まり木」を破壊する",
"1145923172": "久岐忍と会話する",
"1146189488": "(TEST)酒豪の評価:よくない!",
"1147422652": "「目狩り儀式」の現場に行く",
"1147914980": "博来と会話する",
"1148232359": "ありし日の春庭",
"1148236926": "送仙儀式の会場に行く",
"1148427396": "「満足サラダ」を作ってサラに渡す",
"1148559252": "カウンターに行って、営業の準備をする",
"1148902684": "北斗と万葉に聞く",
"1149009228": "フェルメールと会話する",
"1151043092": "大島純平に鳴草を3つ渡す",
"1151375020": "待ち伏せている魔物を倒す",
"1153071895": "前方の異音を調べる",
"1153198380": "柊千里に会う",
"1153350276": "セノの後をついて行く",
"1153369135": "終わりなき研究計画書",
"1153527447": "鹿狩り配達",
"1154389732": "天領奉行衆と対峙する",
"1154956380": "ジャファルと会話する",
"1155033932": "ザカリヤと会話する",
"1155266700": "凝光と共に朝食を食べる",
"1155579068": "ツリーハウスを調べる",
"1155718732": "鶯に話を聞く",
"1155738132": "『聖国の詠唱』を閉じる",
"1156197564": "近くの祠を調査する",
"1156206708": "セノと会話する",
"1156275252": "「紙垂」に触れる",
"1156385612": "ハリスと会話する",
"1156521503": "アビス教団の拠点に行く",
"1156909004": "制限時間内に逃げる",
"1156964716": "翌日まで待つ",
"1157347252": "肥料の状況を確認する",
"1157851343": "ルームNo.1-マーククエストを完成する",
"1157992380": "七七と会話する",
"1158558372": "声の出所を確認する",
"1158583972": "教令院に戻りニトに会う",
"1158735676": "ゲーテと会話する",
"1159389708": "アランマと会話する",
"1159517588": "真相を聞く",
"1159747887": "森での遭遇",
"1159855244": "容彩祭会場に行く",
"1160060180": "胡桃と一緒に往生堂に帰る",
"1160501580": "村長の家を離れる",
"1160614212": "塔への道を修復する",
"1161383932": "重雲と会話する",
"1161621716": "グザヴィエと会話し、撮影を始める",
"1161769476": "周囲を調査する",
"1161933364": "「叡智宝珠」を受け取る",
"1162012740": "ナヒーダと会話する",
"1162202343": "寝子は猫である·子供たち",
"1162374132": "宿の近くに戻る",
"1162449412": "2つ目の灯謎を解いてみる",
"1162559156": "完熟トマトのミートソースをジェリーに2つ渡す",
"1163587062": "淮安に報告する",
"1164753134": "帰終機の近くに行く",
"1165014764": "宏朗と会話する",
"1165076780": "戴に調査結果を話す",
"1165624764": "ラーズィーについて行ってタンジェを探す",
"1165703012": "翌日まで待つ",
"1165748452": "弥生七月に手がかりを尋ねる",
"1166170092": "船の荷物を照合する",
"1166381748": "次の日の11時~14時まで休み、長次と会話する",
"1166748783": "残された謎?",
"1166929600": "戦利品と手紙をトゥナーに渡す",
"1167067764": "嘉義に報告する",
"1167387452": "千と会話する",
"1167396372": "トーマと共に街を散策する",
"1167567060": "チャールズと会話する",
"1167628887": "アビス教団の拠点の最深部に行く",
"1167646129": "海灯祭任務報酬",
"1167664188": "イグサを採集する",
"1168040476": "波止場で心海とゴローを見送る(翌日の18時~20時)",
"1168487980": "梢と会話する",
"1168679692": "アフマルの目のメンバーと武力対談を行う",
"1169629052": "周りを調査して、手がかりを探す",
"1170040972": "ジャファルと会話する",
"1170625447": "雷鳴をたどる",
"1170680967": "煌々たる櫻",
"1170708255": "月夜、船は埠頭に泊まる",
"1171013828": "紀芳に報告する",
"1171598212": "水路に沿って「邪気」の根源を探す",
"1172394641": "宝盗団を倒して、鍵を入手する",
"1173686244": "小巻と会話する",
"1174326476": "アナと一緒に冒険者協会の依頼を完了する",
"1174445599": "豊穣のうずまる砂丘·中",
"1174477004": "第二幕の撮影を完成させる",
"1174654876": "不思議な星について行く",
"1175460924": "ロケ地に行って、ポーズをとる",
"1175467708": "通路を通って、散兵のもとへ向かう",
"1175879015": "必要な手続き",
"1175889648": "ジンと会話する",
"1176403049": "アルバート、ストップ!",
"1176404559": "崖を飛び越える",
"1176483036": "柴門二郎と対質する",
"1177640172": "アランナラと会話する",
"1178031559": "よく売れる木彫り",
"1179000116": "失踪した駄獣を探す",
"1179231588": "和裕茶館の下に行く",
"1179739471": "突然の体調不良",
"1180327116": "ガルシアと会話する",
"1180390956": "「石」を復元して謎を解く",
"1180690028": "アルベドのところに到着する",
"1180746284": "グラブジルに報告する",
"1181514588": "パイモンと会話する",
"1181554450": "会話NPC",
"1182520804": "雪山の山頂に行く",
"1182613247": "コナーの醸造材料のリクエスト",
"1182956204": "マルと会話する",
"1183072948": "「プルシナスパイク」を起動する",
"1183401384": "狼煙台の魔物を倒す",
"1183725180": "編集者たちに尋ねる",
"1183971372": "礼装を凝光に渡す",
"1184287852": "沐寧、志璇と会話する",
"1184591016": "メイガーと会話する",
"1184682996": "虚界の塔に行く",
"1184760239": "大樹",
"1184960660": "ルカと会話し、酒場に入る",
"1185163983": "ヴィマラ村の子供",
"1185265844": "万葉と会話する",
"1185654050": "会話NPC",
"1185760676": "引き続き遺跡を探索する",
"1185939140": "崖の頂上に行って清心を三つ採集する",
"1186130172": "皆と会話する",
"1186857580": "声の方向へ進む",
"1187446540": "特殊な魔晶鉱を3つ集める",
"1187893756": "宇陀と会話する",
"1188037148": "「特殊な磐石のオイル」をクレイトポンに渡す",
"1188246100": "前へ進んで探索する",
"1188536356": "漉華の池の秘密を解く",
"1188723428": "昭に報告する",
"1188929796": "地脈抽出装置を調べる",
"1189104612": "ザカリヤと会話する",
"1189152972": "翌日の午前中(8時~12時)に柴染と会話する",
"1190442668": "オイナ海岸に行く",
"1190776220": "救い出した少年と会話する",
"1191401828": "秘儀聖殿を探索する",
"1191693874": "集落の敵を倒す",
"1191992332": "池に入る",
"1192278860": "「情報提供者」に会いに行く",
"1193066447": "ヴィマナ聖典·ジャザリー編",
"1193757500": "みんなと会話する",
"1193822916": "「越石丸」と会話する",
"1194784911": "花火試し打ち計画",
"1196523278": "シェフと会話する",
"1197396008": "騎士団に戻る",
"1197618468": "寝子に報告する",
"1198670124": "奇妙な「牙」をあと3つ探す",
"1199153844": "エレンと会話する",
"1199618135": "塔の頂上に戻る",
"1199651748": "最新の経営許可書の告知を書き写す",
"1199865420": "全ての敵を倒す",
"1200134614": "慕勝と会話し、プレゼントをもらう",
"1200452703": "旧日の影",
"1201433364": "全ての魔物を倒し、障害物を破壊する",
"1201552476": "大砲を操作して、山を閉ざす岩を破壊する",
"1201895036": "引き続き進み、敵を倒す",
"1201950644": "全ての敵を倒す",
"1202068119": "リサと共に手がかりを分析する",
"1202474284": "3人と同じテーブルに座る",
"1202829103": "奇異な怪談",
"1203774532": "木南杏奈のために宝盗団を追い払う",
"1204923636": "往生堂の周りを調査し、胡桃を待つ",
"1205058468": "ヒルチャール·岩兜の王を倒す",
"1205735596": "引き続きブンブンを探す",
"1205775404": "プレゼントをヴィクトルに渡す",
"1206184108": "遺跡ハンターから霞生石を獲得",
"1206724575": "冒険者入門試験",
"1207541170": "「船長」モンと会話する",
"1207702036": "舞台劇のフィナーレを終える",
"1207725753": "招待",
"1208896300": "目の前にいる残魂と会話する",
"1209373772": "神社を探索する",
"1209380908": "嵐姉に報告する",
"1209773396": "花散里と会話する",
"1210032692": "回りで食材を収集する",
"1210562652": "吉法師とパイモンと共に「琉璃亭」で食事をする",
"1210698468": "アザライと会話する",
"1211926388": "三組の「須陀流心」を破壊する",
"1212062428": "ザカリヤと会話する",
"1213334844": "夢の中のヴァナラーナで、アランナラとウツァヴ祭を楽しむ",
"1213360076": "道を塞ぐ魔物を倒す",
"1213978596": "甘雨と一緒に璃月港に戻る",
"1214069716": "豆助、柴助と会話する",
"1214097100": "海乱鬼を倒す",
"1214434644": "トーマと一緒に遠国監察に行って手続きを行う",
"1214488628": "バーバラを呼んでいる人を探す",
"1214815380": "拠点で修理材料を探す",
"1215255900": "続けて上を調査する",
"1215261036": "鈴を神社の周りに飾る",
"1215441188": "弘毅に話を聞く",
"1215514748": "鳥肉と野生キノコの串焼きを漢のジャックに3つ渡す",
"1215969020": "ソヘイルの考古ノートをもとに、砂漠を探索する",
"1216086076": "これまでの情報を整理する",
"1216164564": "矢田幸喜と会話する",
"1216768172": "採掘地を調査する",
"1217026964": "指定地点の植物を調べる",
"1217333116": "テウセルと会話する",
"1217344239": "NPCに賄賂する",
"1217616863": "妖魔退治の方法",
"1217735140": "タンジェと会話する",
"1218391508": "江城と会話する",
"1218642988": "グラブジルに報告する",
"1219026062": "香菱と会話する",
"1219860564": "本部に戻って珊瑚宮心海と会話する",
"1220127436": "騎士団に戻って対策を練る",
"1220741356": "ヴィクトルと会話する",
"1220849076": "この前の分かれ道に戻って、手がかりを探す",
"1221157580": "探索を続ける",
"1221783788": "知易とユスポフの会話を聞く",
"1221877159": "風立ちの地飛行訓練-転送リング",
"1222139996": "競売の参加者たちの考えを聞く",
"1222391324": "「御影炉心」に近づく",
"1222602028": "露子と会話する",
"1223753244": "総務司専門員「沐寧」を探す",
"1223764740": "宝盗団が雷櫻に仕掛けた「細工」を取り除く",
"1224520540": "引き続き神里綾華について行く",
"1224538383": "セイライ逐雷記·二",
"1224560300": "辺りでお宝の手がかりを探す",
"1227159916": "全ての魔物を倒す",
"1227239572": "孫宇の後についていく",
"1227727148": "パイモンと会話する",
"1228032636": "引き寄せられて来た魔物を倒す",
"1228835380": "教令院に行ってみる",
"1229826588": "雪山の七天神像付近の荷物を回収する",
"1229924180": "食材を手に入れる",
"1230098252": "「バルサムフラワー」の在り処に行く",
"1231103828": "カイヴァンと会話する",
"1231577884": "紀芳のために本を送る",
"1233269688": "チャールズと会話する",
"1233784548": "アランバリカと会話する",
"1234305484": "失くした五つの本を収集する",
"1234404780": "吉法師と会話する",
"1234612495": "一日巫女",
"1234618156": "目的地に行って「羽毛」を使う",
"1234677860": "パイモンと相談する",
"1234696468": "ナジャートと会話する",
"1235401567": "ジンと謎の人の会話を聞く",
"1235589328": "ロープを集める",
"1235645932": "クレーと会話する",
"1236060895": "ウェンティと会話する",
"1236736591": "乱世輪舞",
"1236771300": "小説の提出場所で原稿を提出する",
"1236982564": "巨大な花に近づく",
"1237078119": "容彩詩鏡·其の二",
"1237113684": "玉座に近づく",
"1237418612": "「公義」を倒す",
"1237657204": "破棄",
"1237680640": "「スライムの液体」を集める",
"1237726036": "ヒルチャール暴徒の戦利品を手に入れる",
"1238138367": "守られし者の霊柩",
"1239511276": "漂流瓶をモンに渡す",
"1240290460": "失くした五つの本を収集する",
"1240324911": "パイモンと会話する",
"1240675644": "辺りでお宝の手がかりを探す",
"1240909480": "ニムロドを探す",
"1241157092": "拠点に戻る",
"1242085764": "マッダフと会話する",
"1242140954": "飛について行き、船長を見つける",
"1242287908": "オレグと会話する",
"1242796612": "何爺と共に「キノコ肉」を集めに行く",
"1243040172": "宝盗団のメンバーと会話する",
"1244320144": "キャサリンと会話する",
"1246567190": "清泉町に戻り、料理対決に参加する",
"1246706484": "茅葺と会話する",
"1246755884": "黒霧に近づく",
"1247212332": "シティの入り口近くへ行き、外に行く方法を探す",
"1247566740": "ガルシアに報告する",
"1247977932": "沐寧と会話する",
"1248003967": "ディルックと会話する",
"1248477484": "情報提供者と会話する",
"1248556596": "アルハイゼンについて行く",
"1248795951": "浮遊する霊、調査完了",
"1249019230": "0",
"1249355868": "旭東と会話する",
"1249370826": "コンテンツ完了",
"1249992324": "「天目鍛冶屋」に行く",
"1250114404": "戚楠と会話する",
"1250708364": "ピンばあやに報告する",
"1251042716": "雲菫と会話する",
"1251094460": "材料をアルベドに渡す",
"1251410276": "大日御輿へ戻り、つみを探す",
"1251446105": "最高の食材",
"1251952642": "ソラヤーと会話する",
"1252196860": "廃れた神社を続けて調査する",
"1252888948": "虚界の塔の制御装置を起動する",
"1253108244": "戻ったアルベドと会話する",
"1253123692": "小巻から聞いた洞窟へ向かう",
"1254410132": "ラマに状況を尋ねる",
"1254529601": "石碑を開く手がかりを探す",
"1254603308": "ロジャーと交流してみる",
"1254865159": "海灯祭の詩と絵その一",
"1254931676": "雷の神を倒す",
"1255243756": "訓練場に行く",
"1255699348": "凪に報告する",
"1257111548": "トンネルの終わりにある秘境に入る",
"1258497484": "お酒を作る",
"1258978784": "カクテルの材料をチャールズに渡す",
"1259173732": "ヒントに従って周囲を調べる",
"1259265924": "ディフ旧窟に行く",
"1259603388": "清昼と会話する",
"1260139196": "「万民堂」に行く",
"1260237404": "拠点に行く",
"1260352655": "企みを持つ人…?",
"1261447500": "烏有亭に向かう",
"1261492916": "準決勝で勝利する",
"1261871556": "蒲公英をグレイスに渡す",
"1263022980": "ハリスと会話する",
"1263284583": "低温注意",
"1263583980": "職人と会話する",
"1263586826": "$#進捗リセット防止",
"1263816175": "情報交換",
"1263839260": "村の年寄りに秘華石に関する情報を聞く",
"1264572870": "備品室から材料を手に入れる",
"1265303012": "湯雯と会話する",
"1265774962": "杏仁豆腐を沈香に渡す",
"1265883736": "『神霄折戟録』を返却する",
"1265924404": "物語の案内通り城に入る",
"1266281436": "集めた日誌をスティーブンスに渡す",
"1267589028": "ダダウパの谷に行く",
"1269272492": "璃月港の埠頭に行く",
"1269309116": "埋められた物を発掘してみる",
"1270216764": "洞窟を探索し続ける",
"1271021852": "設計図を「留雲借風真君」に渡す",
"1271066001": "$#表現コントロール理論",
"1271392188": "奇妙な「牙」をあと3つ探す",
"1271747492": "アランリラを見つける!",
"1272381551": "旅の写真に閃きを·緑葉編",
"1272419916": "引き続き進み、アシュヴァッタ堂に到達",
"1273003092": "島の水脈を引く",
"1273876558": "アビスの魔術師の行方を探す",
"1275350332": "ベネットと一緒に買い物をする",
"1276182980": "「式大将」の「拓本」を回収する",
"1276674084": "珊瑚宮へ向かう",
"1276820900": "グラブジルと会話する",
"1277062172": "キノコを摘みに行く",
"1277293284": "モンド住民の悩みを聞き、解決してあげる",
"1277313396": "小倉澪と会話する",
"1277610356": "声の出所を探す",
"1278058028": "宝盗団の拠点に行く",
"1278651252": "亀井宗久と会話する",
"1278948111": "神殿に入る",
"1279015868": "ティルザードと会話する",
"1279291351": "鬼斧神工",
"1279414916": "祭壇で露子と会話する",
"1279802228": "手紙をサイリュスに届ける",
"1280582572": "ジャザリーと会話する",
"1281048012": "城門に行く",
"1281572396": "ダーリ遺跡に行きアランバリカを捜す",
"1282191663": "グローリーの願い",
"1283285796": "旭東と会話する",
"1283426972": "甘雨の修行地に向かい、甘雨と会話する",
"1283508791": "間近に迫った目標",
"1283717132": "ヒルチャールの集落にある手がかりを調べる",
"1283867652": "伝説の島について聞く",
"1284419164": "言笑と会話する",
"1284479508": "海祇島の約束した場所へ向かう",
"1284563964": "グザヴィエと会話する",
"1284731607": "宝探しの方法·その一",
"1285413316": "ベネットと会話する",
"1285509242": "会話NPC",
"1286724684": "「ぷっくりしたものを背負う人」と会話する",
"1286917100": "ウォルフガングにヒントを残す",
"1287681004": "夜泊石サンプルを1つ探す",
"1287791580": "二人に状況を聞く",
"1287947924": "夜蘭が指定した場所に行く",
"1288245444": "トーマ、九条鎌治と会話する",
"1288606044": "雲菫と会話する",
"1290520844": "ディシアと会話する",
"1290731340": "引き続き気配をたどって手がかりを探す",
"1291630396": "エルマイト旅団と会話する",
"1292011916": "ハティムと会話する",
"1292246484": "千風の神殿に行く",
"1292488018": "若心と会話する",
"1292867372": "石門の近くに行く",
"1293501340": "鳴神大社に戻って八重神子と会話する",
"1293979012": "明冠峡谷に行ってエレンを探す",
"1293985596": "風神像の手の上で蒲公英を撒く",
"1294066548": "通路に沿って探索する",
"1294205908": "離れる子供たちに追いつく",
"1294295919": "持ち主に盗まれて",
"1294439900": "霄灯の材料を清昼に3つ渡す",
"1294603012": "スライムを倒し、実験を完成させる",
"1294672108": "元素視角を使って痕跡を辿る",
"1295081748": "モンドの野外でスライムを探す",
"1295377260": "唐無仇と会話する",
"1296033324": "木漏茶屋に戻る",
"1296562183": "剣塚中心にある宝物を手に入れる",
"1296777172": "星銀鉱石を3個集める",
"1297698596": "ヴィクトルと会話する",
"1297720692": "桂と会話する",
"1298098244": "ヴァーシャと会話する",
"1298124847": "物々交換?",
"1298146388": "臆病なモローに報告する",
"1298154004": "影の散策に同行する",
"1298542144": "マージョリーと会話する",
"1298808530": "志華と綺命の会話を聞く",
"1299084124": "サラと会話する",
"1299839052": "平蔵と会話する",
"1300404604": "材料を伯桓に渡す",
"1300964095": "ウェンティと会話する",
"1301067644": "イェンと会話する",
"1301075884": "ザカリヤと会話する",
"1302184756": "逃げる宝盗団を止める",
"1302603692": "パイモンと会話する",
"1303855846": "嵐姉に報告する",
"1304067156": "荒瀧一斗と会話する",
"1304578196": "荒瀧派の成員たちと会話する",
"1304727532": "前方エリアを調べる",
"1304990284": "アビスの魔術師を倒す",
"1305059116": "イッサムをヴィマラ村まで送る",
"1305187476": "寝子に報告する",
"1305229564": "エルマイト旅団を倒す",
"1305523580": "死兆星号に行く",
"1305865116": "志璇と会話する",
"1305894916": "望雅に報告する",
"1306185044": "テンテンと会話する",
"1306334020": "「式大将」と会話する",
"1306457268": "追跡を続ける",
"1306737215": "アンバーと会話する",
"1306739359": "故郷の味",
"1306753964": "平蔵と会話する",
"1306845191": "派中法度",
"1307790050": "周辺の集落を調べる",
"1307908468": "アビス教団の痕跡を追撃する",
"1309828047": "大事な決断",
"1310403828": "アライェシュにジャムを2缶渡す",
"1310590160": "グローリーと会話する",
"1310917540": "下の部屋に行く",
"1310943708": "アランラキャと会話する",
"1310946204": "遠国監察会場に行く",
"1311301100": "パルヴァネと会話する",
"1312979684": "層岩巨淵の下層部へ向かう",
"1313421404": "雪山の洞窟に荷物を置く",
"1313423162": "コンテンツ完了",
"1314035508": "約束の場所でドニアザードと会話する",
"1314070332": "遺跡重機を倒す",
"1314106692": "早柚と会話する",
"1314318140": "アランナクラと会話する",
"1314440276": "ビーコンを置く",
"1314692884": "八重神子と会話する",
"1315246492": "エルマイト旅団の拠点に行く",
"1315322188": "稲妻城の町に向かう",
"1315646999": "堅氷、酒に溶けやすし",
"1317077700": "帰ってラフィクに状況を報告する",
"1317245846": "パットンから最近の話題を聞き出す",
"1317918148": "ジャックと会話する",
"1318734142": "淮安に報告する",
"1318954144": "「飛雲商会」に入る",
"1319814096": "サラを探して依頼内容を聞く",
"1319998060": "「天狐の彫像」に「雷」の力を使用する",
"1320004652": "探索を続ける",
"1320859980": "「紙垂」に触れる",
"1321160468": "拠点で調査する",
"1322032572": "子供たちを追って、ラナの家に行く",
"1323791540": "見つけた指輪をタリエシンに渡す",
"1323962116": "ヒューズと会話する",
"1324016784": "怪しいところに行く",
"1324837556": "リュドヒカの服を手に入れる",
"1325659087": "ヴィシャップ追跡",
"1325885636": "アントンと会話する",
"1325964100": "アファンと会話する",
"1326089620": "言笑と会話する",
"1326230004": "早柚と会話する",
"1326383551": "嵐の後の静けさ",
"1327144688": "エラ·マスクと会話する",
"1328371940": "アハンガルと会話する",
"1328609292": "海祇島に戻る",
"1329185129": "言語の交流",
"1330975996": "モンと会話する",
"1331273124": "引き続き市民と会話する",
"1331707108": "引き続き「元素視角」を使って古物を探す",
"1332219100": "みんなの好みを聞く(2/3)",
"1332433406": "台所で確認する",
"1332910007": "前代未聞のおかしなバトル?",
"1332953532": "ハニヤーを倒す",
"1333485444": "指定された場所に行って戦う",
"1334164180": "珊瑚宮に行き、心海を探す",
"1334905012": "稲妻のキャサリンと会話する",
"1335134247": "からくり調理法·三",
"1335179340": "茂と順吉を訪ねる",
"1335362548": "石板をソヘイルに渡す",
"1335570612": "ジルを説得する",
"1336197519": "悠遠なる響きと向き合う",
"1336569076": "誓いの岬に行く",
"1336764668": "若心と会話する",
"1337289588": "装置で光の道を導く",
"1337506516": "ルドルフと会話する",
"1337930438": "(test)判断是否完成海灯祭",
"1338279836": "パルヴァネにパティサラを3つ渡す",
"1338489492": "「ヴァナラーナ」の奥へ進む",
"1339289127": "セイライ逐雷記·三",
"1339493892": "戻ってアルベドを探す",
"1339750420": "辛炎と会話する",
"1341302620": "ジャザリーと会話する",
"1342707756": "ディシアと会話する",
"1342823860": "襲ってくるファデュイを倒す",
"1343078623": "ノエルの偵察行動",
"1343626103": "海乱鬼と浮浪人が起こした混乱",
"1344041844": "慶次郎が悪事をした証拠を見つける",
"1344047740": "「熱いトリックフラワーの蜜」を集める",
"1344094796": "宝物を探す",
"1344578796": "カイヴァンと会話する",
"1344645388": "テウセルと会話する",
"1345090431": "牧師の本職",
"1345103596": "鳴神大社の下にある洞窟に行く",
"1345174956": "オニカブトムシを捕まえる",
"1345365988": "神里綾華と会話する",
"1345664770": "魔物を倒す",
"1345672752": "詳細を確認する",
"1345885372": "道場に入って相手を倒す",
"1346489724": "紀芳のために本を送る",
"1346506204": "アランパンドゥと会話する",
"1347019492": "敵を倒し、地脈鎮石を守る",
"1347308780": "長野原花火屋に行く",
"1347479118": "「兆し」を探す",
"1348255420": "ドリンクを作る",
"1348701534": "モンド城でキャサリンと会話する",
"1349287036": "探検隊の拠点に戻って、志璇と会話する",
"1349517124": "グザヴィエと話す",
"1349771479": "レザーに追いつく",
"1350250684": "パイモンと会話する",
"1351250948": "パイモンと会話する",
"1351580231": "「七聖召喚」をやってみよう!",
"1351686223": "手がかりを探し、「怪鳥」を追う",
"1352989180": "欠けた部品を探す",
"1353252137": "まだ見ぬ新たな嵐",
"1353485748": "装置を起動する",
"1353848588": "上杉と会話する",
"1354844551": "手掛かりを集めて、「怪鳥」を追跡する",
"1355159868": "快刀陳のお店に行く",
"1355237348": "砲弾を探す",
"1355287180": "早柚と共に休憩場所へ向かう",
"1355486436": "勘定奉行の人と会話する",
"1355538116": "レイラと手合わせする",
"1355580567": "写真を撮ろう",
"1355887140": "全てのヒルチャールを倒す",
"1355891481": "璃月ゲーム",
"1355902052": "すべての「欠片」を解凍する",
"1356324460": "キノコンの潜在能力を引き出す",
"1356840444": "ノエルと会話する",
"1357450129": "なくなった本",
"1357995164": "大日御輿の底に行く",
"1358250708": "玉霞に報告する",
"1359816337": "冒険ランク突破·二",
"1360041119": "憂鬱さん",
"1360417396": "アルハイゼンを追いかける",
"1360421014": "儀式の道具——霧氷花を収集する",
"1360752956": "収蔵品を「ウェーブボート」の上に運ぶ",
"1361380004": "草元素の力を使って、小さな苗に「肥料」を与える",
"1363523636": "「黄金ガニ」を作る",
"1363561276": "若心と会話する",
"1363943652": "周囲を調べる",
"1364732756": "百代に状況を教える",
"1365241516": "障害物を破壊する",
"1367498670": "$#玉京台迎仙シーン:香炉任務(隠し待ち)",
"1367946072": "予約者の判定2",
"1368205116": "ダインスレイヴと会話する",
"1368454404": "浅瀬神社の周りの落ち葉を綺麗にする",
"1368546351": "なし",
"1368838804": "透明遺跡を探索する",
"1369007220": "黒田と会話する",
"1369302348": "湯雯と会話する",
"1369501844": "九条裟羅と会話する",
"1371546596": "烏有亭に入る",
"1371619276": "万葉と会話する",
"1371792908": "グザヴィエと会話する",
"1372593972": "ヴェル·ゴレットと会話する",
"1372728484": "シティの外で手がかりを調べる",
"1373011415": "日輪とカンナ山",
"1373346804": "変わった洞窟の入り口に行く",
"1373424172": "ポンポンの実の根を掘り出す",
"1373468252": "アデリンと共にアカツキワイナリーに入る",
"1373802927": "後片付け",
"1374136092": "雪山の水域の荷物を回収する",
"1374832268": "ノエルと会話する",
"1374861948": "刀試しのところへ行く",
"1375056212": "ジンに指定ドリンクを作る",
"1375722092": "アンソニーと会話する",
"1377160944": "夕暮れの実をクインに渡す",
"1377628980": "浪人を倒す",
"1377837348": "テウセルと会話する",
"1377848956": "「宝掘り」を一回やって、臭のお詫びの品を掘り出す",
"1377986044": "アニサと会話する",
"1378214780": "睦疎の箱を使って、挑戦をクリア",
"1379816492": "パイモンと会話する",
"1380251900": "八重堂に行く",
"1380360110": "「信者」と会話し、「掇星攫辰天君」の情報を獲得する",
"1381102636": "洞窟付近の荷物を回収する",
"1381476860": "幻影と会話する",
"1381565052": "パイモンと会話する",
"1381568004": "宝盗団から宝物を手に入れる",
"1382190356": "銭目と会話する",
"1382202343": "セイライの遺宝",
"1383585004": "留雲借風真君に報告する",
"1383635313": "変わった拠点を調べる",
"1383706684": "吉法師について行く",
"1383810996": "密室に行く",
"1384396556": "大伴と会話する",
"1384689132": "アランカンタと会話する",
"1384819804": "最後の部屋へ入る",
"1385582236": "清昼に報告する",
"1385711116": "アルベドと会話する",
"1386263820": "平安に報告する",
"1386322847": "アンバーと会話する",
"1387521719": "劇の奥秘に触れる",
"1387734292": "ルーじぃに報告する",
"1387818868": "廊下の奥にある中庭を調べる",
"1388424852": "料理を縁任せの鈴官に送る",
"1388571831": "山海八処の巡礼·風来坊内観録",
"1388933119": "離島脱出計画",
"1389313556": "カンナ山に行く",
"1389387236": "ノエルと会話する",
"1390698892": "もう一つの「伊達の認可状」を手に入れる",
"1390857196": "晃の足跡を辿る",
"1391780824": "木材を集める",
"1391917972": "璃月港に行く",
"1392423036": "元素の痕跡を辿って、百代を探す",
"1394820087": "万民鮮食",
"1396059692": "「姉御」と会話する",
"1396385968": "(TEST)酒豪の評価:普通!",
"1396528588": "大和田について行く",
"1397124020": "山頂まで登る",
"1397190636": "夜まで待つ(19時~22時)",
"1398072844": "紺田伝助と会話する",
"1398123516": "虚界の塔を組み合わせる",
"1400623775": "N/A",
"1400960060": "目の前のファデュイと会話する",
"1402145372": "アランコンティと会話する",
"1402230460": "指定された場所に行って、「ウェーブボート」に乗る",
"1402442692": "みんなと話し合う",
"1403459271": "岩台に登る",
"1403609452": "アナと会話する",
"1404106168": "(TEST)カクテル完成、酒豪に飲んでもらおう!",
"1404970852": "材料を百代に渡す",
"1404996148": "ガイガックスと会話する",
"1405290839": "ホフマンから騎士団の状況を聞き出す",
"1406496518": "劉蘇に報告する",
"1407343420": "アカツキワイナリーに入る",
"1407482676": "マルフと会話する",
"1407634700": "地下に行く",
"1409302260": "万葉と会話する",
"1410686844": "ロケ地に行く",
"1411016508": "浪人の隠れ場所に入る",
"1411499416": "杭の耐久度を保つ",
"1411834668": "保存装置の写真を撮る",
"1412169620": "オルモス港へ向かう",
"1412182052": "ヒルチャールに報告する",
"1412474175": "陰日向",
"1412917060": "稲葉久蔵と会話する",
"1412917860": "手がかりを探す",
"1413161172": "不卜廬に行く",
"1413224060": "ヴァルダン、ガルゲンと会話する",
"1413775764": "前方の遺跡に行く",
"1413776660": "「対雷電将軍特訓」をクリアする",
"1413912295": "「あの方」の計画",
"1414251396": "ドリーに情報を聞く",
"1414302447": "成長の悩み",
"1414640852": "シェフケットと会話する",
"1414800718": "労働者3人を探す",
"1414881444": "道路に沿って進む",
"1415735396": "「クサヴァ」を使って道を開く",
"1415844535": "深淵瘴気と初の対面",
"1416620004": "リュドヒカと対峙する",
"1416628964": "「御肉丸」が感知した場所へ行く",
"1417136215": "客の振りをしてディルックに話しかける",
"1417316676": "ヴァルと会話する",
"1417693980": "踏み台の裂け目のところに行く",
"1417933340": "サリーと会話する",
"1419027876": "ここで立ち止まる人の痕跡を調べる",
"1420003420": "無人島の秘密を解く",
"1420126321": "荻花洲の旅館",
"1420632188": "小白の為に霄灯の材料を探す",
"1421304631": "七星選抜",
"1422153524": "経綸と会話する",
"1422712012": "ティルザードと会話する",
"1422718764": "ナンタックと会話する",
"1423096428": "鶯と会話して香膏を手に入れる",
"1423385708": "装置のパーツを探す",
"1423460020": "洞窟から離れる",
"1423513884": "アルベドを探す",
"1423691740": "気配をたどって手がかりを探す",
"1423890447": "リサの好きな料理を注文する",
"1424082036": "言笑に報告する",
"1424112471": "雲と霧の手紙",
"1424791036": "謎のアイテムを取得しパイモンと会話する",
"1425563743": "人に花を",
"1425764260": "スイートフラワーをヘレンに10本渡す",
"1426783708": "荒谷に話を聞く",
"1426971076": "万葉と会話する",
"1427014791": "招かれざる客",
"1427467460": "騎士団に行く",
"1427700351": "容彩詩鏡·其の一",
"1428832532": "天領奉行付近の指定場所へ向かう",
"1428935548": "アナと一緒に冒険者協会の依頼を完了する",
"1428940940": "パイモンと会話する",
"1429598212": "ブンブンを探す",
"1429915492": "順吉と会話する",
"1430817404": "グザヴィエと会話する",
"1431123292": "「羽毛」を使って手がかりを探す",
"1431516780": "蒲公英の種をグローリーに3つ渡す",
"1431813012": "稲妻に行く",
"1432039684": "藤原俊子について行き、拠点へ向かう",
"1432559800": "目標達成",
"1433144120": "(TEST)酒豪クオンの現在地",
"1434010940": "「紙垂」に触れる",
"1434756556": "朝倉と会話する",
"1435007468": "サンプルをアキムに届ける",
"1435726892": "稲妻の冒険者協会に行く",
"1435850196": "風龍廃墟で水晶鉱を探す",
"1435862684": "ヴェル·ゴレットと会話する",
"1436011735": "ヒルチャールを助ける!",
"1436027332": "付近の採鉱地に行く",
"1436247292": "キノコンを倒す",
"1436397628": "窓辺に行く",
"1436509591": "捨てられた記章",
"1437084148": "「万有商舗」で博来と会話する",
"1437103798": "劉蘇と会話する",
"1438157500": "雷電影と会話する",
"1438676664": "遺跡の調査に向かう",
"1439255036": "テンテンと会話する",
"1439297868": "風立ちの地に行く",
"1439962918": "博来と会話する",
"1440050644": "倉庫で起きたことを志璇に報告する",
"1440729500": "順吉と共に「九十九物」へ向かう",
"1441010044": "夜蘭の後をつく",
"1441019412": "盗まれたタリエシンの指輪を探す",
"1441066788": "太郎丸と会話する",
"1441380860": "風立ちの地に行く",
"1441432932": "もう一度異常な地脈の穢れのところに行く",
"1441453788": "次の日にまた「木漏茶屋」に行く",
"1441710452": "「航路の覚え書き」の指示通り進み、お宝の手がかりを探し出す",
"1443196612": "ザカリヤと会話する",
"1443395860": "前方の手がかりを探す",
"1443562804": "臨時拠点に行く",
"1443666684": "関宏と会話する",
"1445013444": "ダインスレイヴと会話する",
"1445245924": "「悪意を持ったデカブツ」を倒す",
"1445670327": "自律装置エネルギー研究·結論",
"1446306495": "神殿の奥を探索する",
"1446901703": "香りが残るように",
"1447917388": "草元素を使ってアランナラを回復する",
"1447988756": "卯師匠と会話する",
"1448148308": "花火大会観覧場へ向かう",
"1448694788": "美和のアドバイスを聞く",
"1448941340": "アビスの詠唱者を探しに行く",
"1449085468": "北方向にある島に行く",
"1449558142": "モンに話を聞く",
"1449769356": "魔物に襲われているエレンを助ける",
"1449925388": "「高門の炎」を全部解放する",
"1449952036": "ヤコヴを探す",
"1450258340": "みんなと会話する",
"1450737182": "夜泊石を購入しに行く",
"1451511752": "エラ·マスクと会話する",
"1451947724": "辛炎と会話する",
"1452093284": "ティマイオスを訪ねる",
"1452419138": "林の中でなくなった本を探す",
"1453926023": "クロリスの植物研究",
"1454077689": "船員の秘宝",
"1454684732": "亜琉と会話する",
"1456326734": "徳貴に報告する",
"1457123028": "モンドの錬金場に行く",
"1457131679": "ステージからのコールバック関数-キーを破棄する",
"1457298156": "八重堂へ行き、推薦文を完成させる",
"1457315188": "情報商人と見知らぬ女性の争いを観察する",
"1457364836": "残骸にある模様が完全に見える位置を探す",
"1457365636": "ノエルと会話する",
"1457676303": "パイモンと会話する",
"1458314705": "依頼人サラの心配",
"1459071703": "重岩の意志",
"1459253780": "指定エリアに行って調査する",
"1460063660": "「特殊な磐石のオイル」を三つ配合する",
"1460212356": "奇妙な「牙」をあと3つ探す",
"1460720580": "雲菫と一緒に「茶を淹れる」",
"1461238780": "正しい方法で元素石碑を灯す",
"1461307772": "幻影と会話する",
"1462927508": "卓也と会話する",
"1463159596": "見張りをする役人を倒す",
"1463349100": "降霊儀式の現場に向かう",
"1463562752": "(TEST)放置",
"1463648540": "失われた晶核を探す",
"1463830652": "みんなと会話する",
"1464053836": "ゴローと会話する",
"1464114104": "グッドウィン先生は悩んでいるみたい",
"1464156892": "花題をクリアする",
"1464337116": "なぞなぞの答えを探す",
"1464489772": "イナヤと会話する",
"1464702167": "村人3と会話する",
"1465475764": "旭東と会話する",
"1465482700": "すべての「欠片」を解凍する",
"1466160108": "パイモンと会話する",
"1466365828": "対戦相手を倒す",
"1466852255": "万金に値する本",
"1467339044": "ファルガーニーと会話する",
"1468671696": "「牢固な矢先」を1個集める",
"1468896895": "元素の痕跡を探す",
"1468936668": "市場に行って、ナヒーダの計画を実行する",
"1469021524": "ホフマンに報告する",
"1470165492": "フォディルと会話する",
"1470322236": "旭東を手伝って火を大きくする",
"1470820716": "木漏茶屋でトーマを探す",
"1470837708": "「エンジェルズシェア」に行く",
"1470883156": "指定された場所に行って戦う",
"1471032225": "アンバー秘境",
"1471415284": "ホラガイをもとの位置に戻す",
"1471807124": "宝盗団を全て倒す",
"1472256268": "目標地点に行き、食材を探す",
"1472663524": "モンと会話する",
"1473261380": "机の隣に座る",
"1473404783": "プルシナスパイクの自己循環動作報告·概要",
"1473635516": "「紙垂」に触れる",
"1474815380": "グレイスと会話する",
"1474945436": "ビーコンの配置場所に行って志璇を探す",
"1475502329": "よくなくなる鍵",
"1475922080": "サラの依頼を完了する",
"1476070964": "慧心と会話する",
"1478218548": "正しい書類を昭に渡す",
"1478253652": "引き続き、砂漠にあるオークションに向かう",
"1478804457": "そよ風と共に",
"1478861143": "冒険…以外のこと?",
"1479417308": "「三杯酔」で講談を聞く",
"1479512145": "太山のお宝",
"1480522010": "コンテンツ完了",
"1480972647": "モンドへ行く",
"1481186868": "雲菫と会話する",
"1481267732": "アランナラたちと会話する",
"1481935004": "ナンタックと会話する",
"1482047164": "ジンに報告する",
"1482414084": "襲ってきた魔物を倒す",
"1482841572": "船で「宝」の在り処に行く",
"1482877356": "調査地点に向かって救出をする",
"1483370690": "ページを常九に渡す",
"1484101876": "九条鎌治を探す",
"1484745604": "吉法師と会話する",
"1485359252": "アキムがマークした場所に行って、土を取得する",
"1486719428": "「羽毛」を使って手がかりを探す",
"1486884716": "「瘴気の腫瘍」を倒す",
"1487661020": "ノルマと会話する",
"1488158292": "吉法師と会話する",
"1488216604": "鹿野奈々と会話する",
"1488329876": "セイライ島で写真を撮影する",
"1488485308": "「牙」の在り処に行く",
"1488540135": "ガイアと会話する",
"1488951268": "雪山の七天神像付近の荷物を回収する",
"1489696716": "襲ってくるファデュイを倒す",
"1489732716": "「御霊真珠」を手に入れる",
"1489864548": "千岩軍と会話する",
"1490006927": "勇気を心につけて",
"1490072164": "人々から情報を聞く",
"1490382604": "北斗と会話する",
"1491105359": "活路を開け",
"1491932343": "回滾的存檔點",
"1492116396": "城の上層階に入る",
"1493962532": "哲平と会話する",
"1494234548": "ドニアザードを探す",
"1494813716": "猫の足跡をたどって探索する",
"1495436988": "お面を拾う",
"1495501791": "オロバシの遺事·四",
"1495904223": "たたら物語·偵察が最優先事項",
"1496031236": "「小倉屋」に戻って品物を取る",
"1496705644": "なぞなぞの答えを探す",
"1497365788": "宝盗団を全て倒す",
"1497415364": "大日御輿へ戻り、状況を調べる",
"1497526940": "地元の人に聞く",
"1497978148": "静かな場所に行く",
"1498217892": "川辺に行って新鮮なドドリアンを採集する",
"1498337268": "道に沿って進む",
"1498723212": "カマと会話する",
"1499576052": "フェリックス·ユーグと会話する",
"1499678406": "「公子」と戦う",
"1499694556": "アナに風の翼の操作方法を実演する",
"1500178088": "ニンジンとお肉のハニーソテーを作る",
"1500259294": "博来と会話する",
"1502314636": "ニィロウと一緒に舞台を参観する",
"1502399444": "「尋ね人」に追いつく",
"1502643103": "人は見かけによる",
"1502834220": "機械パーツを商人に返す",
"1503959927": "深泥奇譚",
"1504136008": "ジリアンナと会話する",
"1504664172": "新鮮なキンギョソウを旭東に渡す",
"1505365428": "江木と会話する",
"1505498004": "周りの鉄鉱石を砕く",
"1505679436": "雪山で「海中月」の化石を探す",
"1505721188": "プライマル炬火を灯す",
"1505947734": "状況を言笑に教える",
"1506191319": "三界道饗祭·其の三",
"1506247356": "「サウマラタ蓮杯」の会場に行く",
"1506335748": "指定地点の植物を調べる",
"1506545044": "別れ道に行って状況を確認する",
"1506883988": "「無名武士」と話す",
"1507332112": "トゥナーに報告する",
"1507437788": "「特訓会場」に行く",
"1507582768": "(TEST)チャールズに報告する",
"1507604828": "脅威にさらされている場所へ向かう",
"1507608872": "チャールズを探して依頼内容を聞く",
"1507710980": "ウィルを説得する",
"1507824519": "釣り針の奇妙な時間?",
"1508391868": "ゲオルグと交渉する",
"1508642068": "「ビマリスタン」付近の汚れをきれいにする",
"1508767042": "ノートを閲覧する",
"1508953164": "ソラヤーに報告する",
"1509857153": "父にできること",
"1510448868": "アランマと会話する",
"1511221292": "オレグと戦う",
"1511618516": "散兵のもとへ向かう",
"1511774804": "ヒルチャールと会話する",
"1511815532": "破棄",
"1511900455": "烈炎踏歌行",
"1513279202": "隠れている子を見つける",
"1513507623": "待ち伏せしている敵を倒す",
"1513814177": "エリン、未来の騎士",
"1513972156": "再び水位を下げる",
"1515309164": "ディシアと会話する",
"1515476252": "夜になって邪気払いの儀式が始まるまで待つ(18時~24時)",
"1517007052": "「式大将」と会う",
"1517346980": "玉京台に行く",
"1517760808": "バッグにアイテム-霜劫オイルはあるかどうかをチェック",
"1517823996": "小五と会話する",
"1518339772": "稲葉久蔵に状況を報告する。",
"1518381276": "セーリングブリーズに行く",
"1518501975": "ワイナリーの大掃除·2",
"1518701516": "拠点で調査する",
"1518744084": "周りの人を招待する",
"1519184903": "ジンと会話する",
"1520658585": "終わりの前に",
"1521336404": "ゴローと共に裕明を探す",
"1521750424": "エリンと会話する",
"1522008084": "バーバラを探す",
"1522447396": "淵上の導きに従って、探索を続ける",
"1522536124": "バーバラと会話する",
"1522661759": "千里を駆ける音跡は求め難し",
"1522831556": "全ての魔物を倒して、障害物を片付ける",
"1522876188": "酒井に返事する",
"1523270140": "宝盗団メンバーを倒す",
"1523449188": "#「{M#彼女}{F#彼}」を追う",
"1523555772": "透明遺跡を探索する",
"1523629766": "香菱の感謝を受け入れる",
"1524419012": "小姜と会話する",
"1524815708": "凪と共に製粉所に帰る",
"1524926558": "「信者」と会話し、「掇星攫辰天君」の情報を獲得する",
"1525084604": "フレーキ姉弟をなだめる",
"1525378460": "亀井宗久と会話する",
"1525840820": "アランナキンを探す",
"1525920428": "シニャクについて行く",
"1526191420": "聖顕角柱を操作し、聖顕殿の上層に行く",
"1526841460": "南天門の異常を調査する",
"1527153159": "アンバーが案内した場所へ行く",
"1527282796": "4つ目の扉を開ける",
"1527489300": "留雲借風真君に報告する",
"1527703006": "千岩軍と戦う",
"1528199070": "$#NPCに叱られ、絶対領域",
"1528447828": "銀杏と会話する",
"1529046110": "怪しいものと会話する(隠し)",
"1529055052": "周囲の状況を確かめる",
"1529116964": "この遺跡を探索する",
"1529124233": "孤高",
"1529449852": "清泉町付近にいるエドモンドと会話する",
"1529450236": "もう一度影と会話する",
"1529797324": "装置を操作し、詳しく調査する",
"1530774791": "最終決定",
"1530951088": "ファオラと会話する",
"1531275420": "必要な材料を重雲に渡す",
"1533162900": "忘川の水を手に入れる",
"1533422268": "廊下のさらに奥へ探索する",
"1533800140": "吊り牢の残影と会話する",
"1534017260": "無口な廷方と会話する",
"1534062932": "下にある洞窟に行く",
"1534429140": "ヴァルに報告する",
"1534511024": "元気なオーリンに食料を渡す",
"1534893180": "紺田村の状況を調べに行く",
"1534969620": "ロインジャと会話する",
"1535311316": "測定用のビーコンを置く",
"1536370244": "魈と会話する",
"1536700964": "花散里と会話する",
"1536826420": "パイモンと会話する",
"1537969383": "緊急措置",
"1538442212": "香菱と会話する",
"1538605132": "守たちの行方を探す",
"1538871108": "人々から情報を聞く",
"1539073612": "お宝の埋蔵地を探す",
"1539096412": "見慣れた姿について行く",
"1540112128": "詳細を確認する",
"1540165068": "引き続き奥深くへ進む",
"1540355660": "北斗を撮る",
"1540365500": "ダインスレイヴと会話する",
"1540691548": "ルニアから「ゾーラ茸」を取り戻す",
"1541504604": "ホーベット、カイヴァンと会話する",
"1541610364": "楓原家の古いものを調べる",
"1541912526": "宝物を探す、或いは博来にアドバイスを聞く",
"1542135892": "収集器をバートランドに渡す",
"1542249124": "デーツをザカリヤに渡す",
"1543343044": "早柚と策を練る",
"1543425252": "グランドバザールの近くを見て回る",
"1543583031": "魚の味",
"1544137100": "正しい娯楽小説を茂に見せる",
"1544711135": "森の中の奇遇",
"1545660590": "怪しいところに行く",
"1545855108": "木南杏奈に海草を3つ渡す",
"1546583620": "モンモンと一緒に羽に会いに行く",
"1546917520": "キャサリンと会話し、詳しいことを聞く",
"1547196196": "鍾離と会話する",
"1547364884": "セノと会話する",
"1548510204": "パイモンと会話する",
"1548620468": "引き続き下山して片付ける",
"1548944076": "万民堂へ向かう",
"1549865084": "淵上の導きに従って、探索を続ける",
"1550219335": "次の行動をパイモンに相談する",
"1550369284": "「三杯酔」に行く",
"1550654324": "フローラと会話する",
"1552003884": "ソラヤーと会話する",
"1552761180": "バレないように前進する",
"1553847676": "ティナリを探す",
"1553944004": "劇団のメンバーと写真を撮る",
"1554605780": "「ヒルチャールシャーマンの薬草スープ」を探す",
"1554705212": "スケッチ板を研究する",
"1554965836": "キノコンを倒す",
"1555008556": "指定エリアに行って調査する",
"1555029436": "小月と会話する",
"1556064359": "ペーソンのザイトゥン桃のリクエスト",
"1556593852": "豆助、柴助と会話する",
"1557092364": "霄灯を収集する",
"1557251372": "波止場の近くにある倉庫に行く",
"1557545468": "セタレについて行く",
"1558140495": "鳴海栖霞",
"1558490220": "魔物を倒して万葉に元素力を示す",
"1558750204": "気配をたどって食材を探す",
"1558856036": "エルマイト旅団のメンバーと会話する",
"1559996460": "「昆布丸」を探す",
"1560363636": "玉霞と会話する",
"1561216124": "宝盗団と会話する",
"1561626052": "モンドの冒険者協会に行く",
"1561898116": "透明遺跡を探索する",
"1562048367": "全能グルメチーム·グルメクイズ",
"1562660748": "宵宮、クレーと共に容彩祭を見に行く",
"1563336500": "翌日の午前中(8時~12時)に大伴と会話する",
"1563542060": "装置を探して光らせる",
"1563999812": "旭東と会話する",
"1564683591": "アンバーと会話する",
"1564737780": "木材をゲーテに渡す",
"1564743410": "沈香と会話する",
"1565407756": "船上の人から招待状をもらう",
"1566564260": "「長野原花火屋」に行く",
"1567925708": "伯桓を探す",
"1568575428": "クレーと会話する",
"1568618263": "望まれない供犠",
"1569369572": "嘉義に報告する",
"1569473791": "たたら物語·終幕",
"1569597732": "アランナキンと会話する",
"1569813663": "会話",
"1570065132": "テンテンと会話する",
"1570379420": "料理を喬おばに届ける",
"1570389108": "挑戦をクリアする",
"1570597124": "破棄",
"1570943412": "モンに料理を教える",
"1571320412": "柴染と会話する",
"1572151167": "ロートパゴス族プロローグ·マージョリー",
"1572210700": "ファデュイを演じてゴローと会話する",
"1572322892": "「遺跡巨像」から離れる",
"1572744340": "閉じ込められた武士を救出する",
"1572811180": "美味しそうな大根入りの野菜スープを作る",
"1573743324": "続けて「潜在顧客」を訪ねる",
"1573845620": "キノコンを倒す",
"1574229207": "花と雲の詩",
"1574641476": "季同と会話する",
"1575030660": "レイラと手合わせする",
"1575041284": "もう一度ナヒーダと会話する",
"1575491428": "ティマイオスと鶯に協力する",
"1576288956": "洞天の結界を破る",
"1576700868": "霄灯を王鉗に渡す",
"1577160796": "シティの外でイナヤを探す",
"1577305428": "幸に報告する",
"1578393284": "神里綾人と会話する",
"1578558140": "九条裟羅と共に天領奉行府に行く",
"1579011519": "奔狼領に行く",
"1579214388": "望舒旅館付近の小さな漁村に行く",
"1579327743": "風龍の涙を獲得する",
"1580080852": "ミントのオイルを合成する",
"1580447239": "バラバラの証言",
"1580489124": "通行人に尋ねる",
"1581132428": "卯師匠と会話する",
"1581673774": "霖鈴と会話する",
"1582173348": "アビスの使徒を倒す",
"1583187516": "ルートの最後の野営地に行く",
"1583730180": "帰って望雅と会話する",
"1583760820": "小説の販売状況を聞く",
"1584633716": "ビーコンの配置場所に行って志璇を探す",
"1584900431": "万端珊瑚事件簿·迷惑行動",
"1585369924": "埠頭に行き漁師の写真を撮る",
"1585747584": "ジリアンナと会話する",
"1586626220": "グラブジルに報告する",
"1586653356": "茂と会話する",
"1586764170": "ハスの花托を見つける",
"1587009484": "キャサリンと会話する",
"1587321660": "神里綾華と会話する",
"1587461004": "通行人に尋ねる",
"1588973772": "周平のアドバイスを聞く",
"1589495903": "モンド城へ進み続ける",
"1590246900": "団長の執務室に戻る",
"1590276948": "参加して勝利する",
"1590707636": "ノックバックや被ダメージを避け、目標地点に到着する",
"1590905204": "男性と会話する",
"1590973511": "チャンチャンが花の冠を作りたい!",
"1591030452": "みんなと会話する",
"1591115620": "ノエルについて行く",
"1592210448": "(TEST)酒豪の評価:普通!",
"1592354382": "人々の群れに近づき、儀式開始を待つ",
"1593354312": "全ての魔物を倒し、障害物を破壊する",
"1593551156": "手紙を整理する",
"1593650964": "危険な目に遭った人を助けに行く",
"1594139127": "ジンと会話する",
"1594301772": "「公義」と話す",
"1594882159": "ヒルチャールシャーマンの薬草スープ",
"1595243881": "風物鳥瞰",
"1595281004": "駄獣をなだめる",
"1595956644": "帰ってゴローに状況を報告する",
"1596163124": "西風騎士団に行く",
"1596650540": "翠玉福袋を作る",
"1596859444": "アキムと会話を続ける",
"1597006646": "(test)魈CS",
"1597222743": "遠足",
"1597272748": "長次に調理について聞く",
"1597300516": "水中空間へ入る",
"1597456900": "神里屋敷で茶器を手に入れる",
"1598652364": "心海の秘密基地を調査する",
"1599067052": "セノと合流する",
"1599130900": "図書館でエラ·マスクを探す",
"1599403412": "対戦相手を倒す",
"1599464468": "帰元ノ庭の奥深くに到着する",
"1599532056": "行秋と会話する",
"1600333924": "地下遺跡を調べる",
"1600552632": "ヘルマンと会話する",
"1600739564": "自律装置を倒す",
"1601197232": "戻って、エリンと会話する",
"1601543908": "志璇の周りの魔物を倒す",
"1603177228": "翌日(6時~24時)まで休む",
"1603770708": "不思議な石を確認する",
"1603772327": "ルームNo.4-戦闘リング&クエストをマーク",
"1603779436": "封印を解いてみる",
"1603981084": "北を調査する",
"1604030684": "頑張るシリオと会話する",
"1604200951": "窮途末路",
"1604680671": "繁華に隠されし失物",
"1604933548": "「高門の炎」を全部解放する",
"1605113940": "パイモンと会話する",
"1605232624": "ドゥラフに報告する",
"1605887116": "志璇と会話する",
"1605932967": "盗賊討伐と新たな出会い",
"1606039439": "手がかりを調べる",
"1606063215": "ガルシアの賛歌·キーアイテム",
"1606526276": "パイモンと会話する",
"1606824324": "璃月港を散歩する",
"1606824476": "層岩巨淵の外周を見回る",
"1607069892": "特殊空間の中を突き進む",
"1607071180": "「木漏茶屋」を離れる",
"1607144830": "リンクし、次へ行く",
"1608203356": "他の壁画を探す",
"1609317012": "釣り餌の材料をカイヴァンに渡す",
"1610188196": "璃月の「おもちゃ研究所」に行く",
"1610456676": "「玲瓏霄灯図」に記された地点を探す",
"1611137276": "池の外に戻り、ウォルフガングのノートを確認する",
"1611196692": "アランガルと会話する",
"1611802180": "ビーコンの配置場所に行って志璇を探す",
"1612388460": "神の缶詰知識の行方をドリーに聞く",
"1612528292": "祭りの客を手伝う",
"1613005116": "ドニアザードが準備した宿に向かう",
"1614175892": "ハジャナドと会話する",
"1614345884": "泥土をニマに渡す",
"1614366396": "戻って部品をグザヴィエに渡す",
"1615838028": "龍二と会話する",
"1615937476": "「報仇激動の寮」の深部へ向かう",
"1615947948": "焦っている一平と会話する",
"1616489508": "アランパカティに報告する",
"1616732944": "全てのスライムを倒す",
"1617110884": "宝盗団を倒す",
"1618573836": "一回目の戦闘テストを行う",
"1618846628": "宴にいるみんなと会話する",
"1619137388": "卓也が残した痕跡を探す",
"1619362348": "ベネットとレザーと会話する",
"1619761540": "将軍に会う",
"1620121020": "ミラーメイデンと話す",
"1620799588": "ティナリと話し合う",
"1620948153": "闇夜の英雄のアリバイ",
"1621710932": "北埠頭で博来を探す",
"1622301094": "0",
"1623122764": "対戦相手を倒す",
"1623903036": "エルバーと会話する",
"1623945972": "社奉行本部を出る",
"1624376055": "万民鮮食",
"1624749732": "パイモンと会話する",
"1624904676": "沐寧に志璇が離れることを説明する",
"1625136628": "周りを調査して、手がかりを探す",
"1625455116": "現れた魔物を倒す",
"1626078796": "留雲借風真君に報告する",
"1626225188": "全ての魔物を倒す",
"1626575127": "奔狼領に向かう",
"1626966721": "騎士団団長のお休み",
"1627035148": "釣り餌の材料を探す",
"1627153284": "桂と会話する",
"1627568476": "「流明石の触媒」を手に入れる",
"1627811743": "パイモンによる岩能力切替のガイダンス",
"1628340592": "本を借りに行った行秋を探す",
"1628797772": "全てのスライムを倒す",
"1628914796": "抽出装置を止める",
"1628924447": "アンバーと会話する",
"1629006940": "絵を描く人を観察する",
"1629597340": "秘境へ向かい、「煙霰ポーション」の実験を行う",
"1629689420": "次の日の朝まで待つ(8時~10時)",
"1629919871": "「元素の餌」を設置する",
"1630137884": "美味しそうなチ虎魚焼きを湯雯に届ける",
"1630630108": "凱じぃと会話する",
"1631851836": "洞窟の奥底に行く",
"1632093820": "離島でのスパイの信頼を得る",
"1632285580": "アルバートについて行く",
"1632757044": "パイモンと会話する",
"1633122140": "何爺と会話する",
"1633501991": "スライムを倒す",
"1633843212": "グザヴィエと会話する",
"1634224082": "言笑が作った料理を江雪に渡す",
"1634278924": "茶人のところに戻る",
"1634599220": "『聖国の詠唱』を閉じる",
"1636356372": "バーバラに追いつく",
"1636786480": "大聖堂付近でアルバートを見つける",
"1636818836": "シアターに戻る",
"1636958207": "いにしえの蒼星",
"1637741076": "遺跡守衛を倒す",
"1638179111": "昔日の暗雲",
"1638960704": "「風」で埃を払う",
"1639336188": "アザライに報告する",
"1639422863": "知恵の神の軌跡",
"1639957172": "身動きの取れない人と会話する",
"1640007111": "物々交換?",
"1640097580": "ノエルと会話する",
"1640506247": "ディルックと会話する",
"1641179884": "扉を開ける",
"1641183960": "(test)事件システム開始",
"1641264972": "「クサヴァ」を使って道を開く",
"1641590222": "状況を言笑に教える",
"1641654236": "テウセルを万民堂に連れて行く",
"1641679620": "「美味しそうな鳥肉のスイートフラワー漬け焼き」を作る",
"1641784716": "引き続き気配をたどって手がかりを探す",
"1642579199": "万端珊瑚事件簿·隠されし痕跡",
"1642631628": "ラウナックと会話する",
"1643094364": "ホーベット、カイヴァンと会話する",
"1643119292": "探索を続ける",
"1644001812": "アルベドと会話する",
"1644062951": "酒場の営業終了時間を待つ(0時~6時は営業休止)",
"1644173428": "エネルギー供給装置をすべて破壊する",
"1644322726": "帰って「銅雀」を探す",
"1645523804": "梢に鉄の塊を10個渡す",
"1645550692": "破棄",
"1648123044": "璃月の花火屋に行く",
"1648170644": "スワンと会話する",
"1648171740": "残魂の試練を開始する",
"1648247905": "軽策荘に行って、村長若心に報告する",
"1648436871": "海灯祭の詩と絵その二",
"1648789724": "指定された場所に行って戦う",
"1649105612": "博来と会話する",
"1649310084": "オレグと会話する",
"1649738340": "ジャザリーと会話する",
"1650948911": "山海八処の巡礼·琥珀仙岳綺語",
"1650954772": "璃月港で北斗と会う",
"1650966780": "ディオナと会話する",
"1651039468": "島の水脈を引く",
"1651296124": "アルベドと会話する",
"1651955188": "祭りの屋台の店主を手伝う",
"1651989404": "リサと会話する",
"1652548900": "翌日の夜中まで待つ(3時~5時)",
"1653158471": "弓術の手本",
"1653260324": "決勝戦に出場する",
"1653362764": "高六に軽策農家料理をあげる",
"1653828388": "パイモンと会話する",
"1654035231": "紺田怪談",
"1654674364": "戦闘終了、早柚と会話する",
"1654850156": "ブロックと会話する",
"1654943492": "タンジェと会話する",
"1655052439": "危機は潜み、残るは謎のみ",
"1655072004": "近くで情報を聞く",
"1655252860": "モンと会話する",
"1655572492": "アルベドの拠点に行く",
"1655748236": "「蒲公英の種」を採集する",
"1655871263": "ルームNo.1-交渉成功、キークエストのマークを獲得",
"1656350332": "無明砦に行く",
"1656652972": "元素視角を使って雷元素の痕跡を辿る",
"1658061100": "マークされた場所に行って写真を撮る",
"1658226084": "志璇と会話する",
"1658649612": "敵を倒して、収蔵品の回収を続ける",
"1658679700": "小白について行き製粉所に帰る",
"1658714583": "ヒルチャールが起こした混乱",
"1659041004": "剣術道場に戻る",
"1659494996": "続けて探索し、お酒の材料を集める",
"1659620856": "ノーラと会話する",
"1659686292": "刻晴と会話する",
"1660063580": "遺跡ドレイクを倒す",
"1660691892": "魈と会話する",
"1660848460": "大日御輿の地下への通路を開く",
"1661669510": "道に沿い進み、適切な食材を探す",
"1661746372": "「美味しそうな真珠翡翠白玉湯」を奉納する",
"1661907686": "博来と会話する",
"1662297192": "マージョリーと会話する",
"1662312612": "ミントを桂に10本渡す",
"1662528375": "矢先を磨き、盾を握る…",
"1663732924": "朝倉の練習に付き合う",
"1664339496": "(TEST)酒豪の評価:良い!",
"1666123684": "エルザーと会話する",
"1666918212": "猫の足跡をたどって探索する",
"1667156972": "測定用のビーコンを置く",
"1667785788": "神里綾華と一緒にお祭りに参加する",
"1668763823": "林の中の廃墟に入る",
"1669135716": "ハイヤームと会話する",
"1669421196": "アランハオマ儀式を行う",
"1669478572": "雲菫と会話する",
"1669833132": "会場に入って決勝戦に参加する",
"1670397092": "小包を持つ怪しい人物を探す",
"1670938556": "影と共に街を散策する",
"1671092148": "先を進み、敵を倒す",
"1671631631": "図書館の中は静かに!",
"1671638052": "万葉と会話する",
"1672530228": "風神像付近の住民たちと会話する",
"1673128351": "暗闇に増す危険",
"1673830108": "何爺に関する手がかりを探す",
"1674178724": "「プルシナスパイク」を起動する",
"1674448084": "知易と琳琅の会話の内容を聞く",
"1674545532": "「ヴァナラーナ」のある場所に行く",
"1674606804": "みんなと会話する",
"1674773084": "「モンドショップ」に行く",
"1676132601": "諸境神遊、ふと迷う",
"1676195436": "珊瑚に報告する",
"1676296719": "時と風",
"1676307268": "引き続き進み、アシュヴァッタ堂に到達",
"1676642156": "ハリスと会話する",
"1676961052": "道に沿って前方を探索する",
"1677176692": "安全な場所へ向かう",
"1677481452": "宝盗団の拠点に行く",
"1678349468": "心海と会話する",
"1678908716": "アランナキンと会話する",
"1679255636": "指定の場所に行く",
"1679318716": "装置のパーツを探す",
"1679335007": "パワー訓練",
"1679352431": "助けてくれた少年に礼を伝える",
"1679407956": "アミルに獣肉を8つ渡す",
"1679616238": "宝盗団を倒す",
"1680170140": "失踪した鉱夫の戚定を探す",
"1681167476": "道に沿って手がかりを探す",
"1681475332": "アキムがマークした場所に行って、土を取得する",
"1681941495": "レザーと会話する",
"1682065356": "バーバラと一緒にモンド城に戻る",
"1682196567": "菫庭の風雅な盛会",
"1682464263": "止まることのない研究",
"1682680972": "アンソニーと会話する",
"1682866988": "遺跡ハンターを倒す",
"1683384687": "杓起こす、万民満なり",
"1683390676": "胡桃と一緒に「潜在顧客」を訪ねる",
"1683520188": "プリン島付近の岩礁へ向かう",
"1683719766": "ハスの花托を集める",
"1683815464": "門番と会話し、情報を聞き出す",
"1684004540": "霖鈴と会話する",
"1684211932": "神秘に包まれた空間に入る",
"1684585132": "スミレウリ、鳥肉、小麦粉をそれぞれ1つ入手する",
"1684689652": "3つの「葉っぱ」を「枝」方向に向ける",
"1684705984": "シュースターに話を聞く",
"1684819660": "伝票を江舟に渡す",
"1684829580": "もう片方の廊下を調べる",
"1685467780": "閲覧物を読む",
"1685757362": "任務開放",
"1686024828": "武士黒澤と会話する",
"1686366948": "詩の手がかりに従って宝を見つける",
"1687526580": "すべての赤鷲を倒す",
"1688800344": "店に行って石珀を購入する",
"1689369423": "寒さ指数·中",
"1689452406": "0",
"1689720298": "ルル、飛、モンと会話する",
"1689973911": "ガルシアの賛歌",
"1690292212": "魈と会話する",
"1690628124": "サラと会話する",
"1690677999": "風よ、主の命に応えよ!",
"1691568260": "「木漏茶屋」に入る",
"1691740886": "飛に話を聞く",
"1692289455": "エイア遺跡大冒険",
"1692749116": "バーバラを探す",
"1693107860": "降霊儀式の支度を整える",
"1693627556": "マハールッカデヴァータの最後の記憶に入る",
"1693701620": "霄灯を寒鋒に送る",
"1693840756": "おかしなファデュイと会話する",
"1694315164": "見つけた二つの鉱石を章に渡す",
"1694911380": "気配をたどって食材を探す",
"1695314100": "みんなと会話する",
"1695860076": "ヒルチャールを全て倒す",
"1695993156": "遺跡の中に光がある部屋へ向かう",
"1696395580": "劇団の団長と会話する",
"1696692684": "城門に戻りノエルと会話する",
"1696792148": "本部に戻って珊瑚宮心海と会話する",
"1696966126": "霖鈴に報告する",
"1697156780": "「御肉丸」と会話する",
"1697252716": "エネルギー供給装置をすべて破壊する",
"1697391764": "麻紀と会話する",
"1698378676": "「無名武士」と話す",
"1698634556": "花見坂に戻って状況を確認する",
"1698707934": "宝物を探す",
"1699326796": "アナと会話する",
"1699371668": "万民堂へ向かう",
"1699696756": "ドニアザードの代わりに追手をまく",
"1700062652": "ガルシアと会話する",
"1700078252": "道を塞ぐ天領奉行衆に近づく",
"1700185788": "周りを調査して、手がかりを探す",
"1700292878": "淮安と会話する",
"1700820636": "ヴァルと会話する",
"1701073796": "場所を変えて、ナヒーダと会話を続ける",
"1701092740": "百代に情報を報告する-百代と会話する",
"1702158492": "グザヴィエに報告する",
"1703131100": "次の日の朝まで待つ(7時~8時)",
"1704328874": "江雪と会話する",
"1705386076": "翌日まで待つ(8時~12時)",
"1705582460": "衛兵に情報を聞く",
"1706010324": "蒲公英の種をグレイスに渡す",
"1706224892": "ザマランと会話する",
"1706693844": "南天門の異常を調査する",
"1707051570": "遺跡に行って、変わった円盤を探す",
"1707329268": "もう一度珠函と会話し、武闘会に参加する",
"1707397192": "手紙をサラに渡す",
"1707661868": "宴が始まるのを待つ(2日後の19時~24時)",
"1708030596": "沐寧に報告する",
"1708923748": "アキムと会話する",
"1709018532": "璃月港に行き、曲清に返答する",
"1709074004": "志璇と会話する",
"1709144577": "遠くから来た客",
"1709370428": "アランマ、アランシュティガと会話する",
"1710907036": "不思議な機械を確認する",
"1711353151": "センサーNo.5に反応された",
"1711581063": "冒険者、アナ!",
"1711994564": "「新鮮な海草」を旭東に渡す",
"1712104726": "$#父任務完了",
"1712154156": "フローラを撮る",
"1712275756": "留雲借風真君と会話する",
"1713706788": "ヒルチャールに報告する",
"1713760420": "久美に緋櫻毬を3つ渡す",
"1714792612": "アナと会話する",
"1715198292": "清泉町付近の魔物を倒す",
"1715428255": "冒険者協会で情報を聞く",
"1715968108": "遺跡守衛に関して調査する",
"1716637852": "グザヴィエに協力して「映影」を完成する",
"1716899660": "店主の石田に報告する",
"1717349164": "近くの患者の様子を確認する(1/3)",
"1717357412": "一柱と会話する",
"1718003212": "「三杯酔」で講談を聞く",
"1718522340": "ダインスレイヴと会話する",
"1718558519": "美味しいなぞなぞ",
"1718813006": "嵐姉に報告する",
"1718837183": "酒場に行く",
"1719182935": "追放者·花期",
"1719212356": "拠点に戻る",
"1719701852": "キャサリンと会話し、モナの住む所を探す",
"1721155876": "縁任せの鈴官と会話する",
"1721192071": "冒険者協会の数々な事情",
"1721300543": "ワイナリーの大掃除",
"1721371527": "風域を利用して大聖堂から離れる",
"1721565764": "厨房に行く",
"1721676540": "珊瑚と会話する",
"1721694708": "宛煙に追いつく",
"1722139060": "カフェに行って、マッダフと会話する",
"1722466916": "ニムロドと会話する",
"1722963060": "旭東と合流する",
"1723775703": "城内の諸々",
"1724034524": "カイヴァンの必要な材料を探す",
"1724246116": "新たな空間に入る",
"1724654151": "郊野で姿を探す",
"1725193808": "(TEST)酒豪ジャックの現在地",
"1725616258": "遺跡に行って、変わった円盤を探す",
"1726135780": "翔太が祠にお供えするのを助ける",
"1726289940": "トーマと約束した場所に行く",
"1726657567": "迷子のヒルチャール",
"1726993444": "露子の導きに従って、全ての祭壇を起動する",
"1727229484": "引き続き声のする方へ進む",
"1727940143": "刀の夢",
"1728084903": "孤独な海獣",
"1728170112": "ティミーと会話する",
"1730320788": "幕間·大賢者アザール、スラサタンナ聖処へ",
"1730369428": "フレーキと会話する",
"1730572876": "手綱を手に入れる",
"1730915959": "失踪した妖精を探す",
"1730987567": "アランガルの落書き",
"1731214863": "小さな遠出·常備薬",
"1731324180": "ディルックと会話する",
"1732139140": "魔物を倒す",
"1732344268": "アンソニーと会話する",
"1732705788": "藤原俊子について行き、拠点へ向かう",
"1733926652": "レーナルトの著作を探す",
"1733986732": "バートランドと会話する",
"1734708860": "オレグと戦う",
"1734898804": "隠れ家に入って玄冬林檎を探す",
"1735273070": "志華に報告する",
"1736461036": "珊瑚と会話する",
"1736909364": "フェルメールと会話する",
"1737393532": "村の老人と会話する",
"1737940556": "「奇妙な装置」を再び調べる",
"1738439999": "全能グルメチーム·ぶっ飛んだ発想",
"1738805916": "梨絵の意見を聞く",
"1739299804": "目の前の人と会話する",
"1739387756": "グレイスと会話する",
"1740947388": "万端珊瑚探偵所に行く",
"1740972388": "ブトルスに状況を尋ねる",
"1741206516": "探検隊の拠点に戻る",
"1741347100": "一平と新之丞と会話する",
"1741829940": "龍二を探して、彼と会話する",
"1743099124": "勘定奉行慎介と会話する",
"1743339972": "ハティムと会話する",
"1743399886": "霖鈴に報告する",
"1743840028": "設計図を「留雲借風真君」の前に置く",
"1744393252": "ショップに戻って、チャリティーの進展を知る",
"1744726895": "NPCと交渉失敗-戦闘リング",
"1745131076": "ハラハラ島付近の岩礁へ向かう",
"1745164164": "烈焔花の花蕊をコナーに3つ渡す",
"1745739876": "「玲瓏霄灯図」に記された地点を探す",
"1745900190": "鍾離と野生の琉璃百合を探す",
"1745989908": "サラと会話する",
"1746462548": "夜まで待つ(0時~5時)",
"1747203276": "万葉と手がかりを確認する",
"1747255052": "ジリアンナの態度を観察する",
"1747406513": "装置を調査して、太山府を開ける",
"1747547708": "風龍廃墟の高塔に沿って進む",
"1748776980": "ゲーテに報告する",
"1748791604": "老石を三個採掘して、沐寧に渡す",
"1749437892": "離島の柊家の邸宅に行く",
"1749492396": "残影が身分に関する手がかりを探すのを手伝う",
"1749818756": "ベアトリーチェと会話する",
"1749837984": "調理する",
"1749840588": "宝盗団と戦う",
"1750024521": "闇夜の英雄の危機",
"1750130023": "空から落ちてくるある物",
"1750333716": "事実を重雲に教える",
"1750591084": "藤原俊子が宝箱を開けるのを待つ",
"1750742324": "アンソニーと会話する",
"1750764476": "兵士と会話する",
"1750787599": "猫の跡",
"1750820828": "矢部と会話する",
"1751061447": "純白の謎影·希望",
"1751106284": "マルヤムと会話する",
"1751192631": "「璃月千年」",
"1752137135": "噴水広場に行く",
"1752246316": "コレイと合流する",
"1752777124": "霄灯の製作材料を手に入れる",
"1752962056": "猫探しを完了する",
"1753770215": "ジェリーのモンドグルメメモリー",
"1754020308": "翌日まで待つ",
"1754401456": "調理する",
"1754491076": "ヒルチャールと会話する",
"1754597444": "装置のパーツを探す",
"1754752252": "野外で遅れた荷車を探す",
"1754766316": "縁任せの鈴官と会話する",
"1755093303": "平野に現れし紫影",
"1755373999": "朝まで待つ",
"1755451716": "拠点の壁を修理する",
"1755492412": "突然現れた羽毛に触れる",
"1755729716": "木のうろに近づいて観察する",
"1755974052": "グザヴィエと会話する",
"1756099902": "望舒旅館付近で調べる",
"1756794172": "謎の装置を調べる",
"1757030428": "指定された場所に行って調査を行う",
"1757998254": "0",
"1758100156": "明冠峡谷に行く",
"1758252508": "モンと会話する",
"1758268816": "キャサリンと会話する",
"1759089860": "卯師匠と会話する",
"1759317996": "密室を調査する",
"1759502132": "次の訓練目標を探す",
"1760116308": "帰元ノ庭に入る",
"1760455172": "夜まで待つ(18時~6時)",
"1760474252": "留雲借風真君に報告する",
"1760868089": "林間の出会い",
"1761608452": "グラブジルに報告する",
"1762002058": "蒲公英を三つ集める",
"1762128188": "団長の執務室に行く",
"1762255433": "「紛失」された文物",
"1762409332": "花の種の水やりをするJP0B",
"1762970292": "霄灯を桂に渡す",
"1763984460": "北斗と会話する",
"1765964356": "皆と会話する",
"1766380020": "山へ登る道を探す",
"1766596404": "晶核を装置に入れる",
"1766716916": "ベネットと一緒に宝箱を開ける",
"1767466900": "大祐と会話する",
"1767900780": "みんなの意見を聞く",
"1768452918": "宝物を探す",
"1768795996": "天領奉行に戻る",
"1768953308": "平安と会話する",
"1769035284": "海祇島の兵士たちと話す",
"1769052284": "星象の謎を解く",
"1769154038": "劉蘇の新しい講談を聴く",
"1769189428": "破棄",
"1770039487": "物々交換?",
"1772467212": "璃月港に行く",
"1772622428": "アランナキンと会話する",
"1772747036": "指定された場所に行って、「ウェーブボート」に乗る",
"1772804900": "雪山の水域の荷物を回収する",
"1773365292": "「式大将」の「拓本」を回収する",
"1774129538": "橋西と会話する",
"1774425284": "「元素視角」を使って、アルベドの足跡を辿っていく",
"1774476156": "草元素の力を使って、種に「肥料」を与える",
"1774532036": "特殊なキノコンを倒す",
"1774782556": "望雅に報告する",
"1774958372": "痕跡を辿って荷物を探す",
"1775231884": "ハリソンを観察する",
"1775330756": "子供たちを追って、ラナの家に行く",
"1775540004": "翌日まで待つ",
"1776158569": "璃月港に海賊あり!",
"1776358468": "ドニアザードと会話する",
"1776834068": "吉法師と会話する",
"1776961364": "聖顕殿から逃げる",
"1777377332": "虚界の塔に行く",
"1777557542": "香菱と会話する",
"1777633180": "アランナガと会話する",
"1779168839": "織物の願い",
"1779649860": "準備を整えトンネルへ向かう",
"1779996620": "大聖堂前の神像を撮る",
"1781583980": "パイモンと会話する",
"1781860516": "デクと会話する",
"1781923780": "拠点に行く",
"1782683716": "八重神子を演じてゴローと会話する",
"1782693176": "鍵をワイアットに渡す",
"1783230572": "保留",
"1783778468": "セタレについて行く",
"1784261036": "北斗と会話する",
"1785159828": "江城と会話する",
"1785796172": "アランナラと一緒に冒険",
"1786317703": "封印を解く",
"1786559172": "採った光るキノコをヘディーヴに渡して、鑑定してもらう",
"1786725396": "離島から離れることを試みる",
"1787764692": "花屋のフローラと会話する",
"1788042108": "ハニヤーと会話する",
"1788657852": "三つの試練をクリアする",
"1789293772": "ダインスレイヴと会話する",
"1789304172": "凪と会話する",
"1789362889": "料理の約束",
"1789603240": "監視塔に登る",
"1789742463": "食と学",
"1790037162": "下でダンディを探す",
"1790052436": "翌日まで待つ(6時~8時)",
"1790169052": "影と共に智樹の屋台へ向かう",
"1790254416": "「重い角笛」を1個集める",
"1790910876": "宝盗団の持っている鴉マークを見つけてガルシアに渡す",
"1791029543": "襲ってきた敵を倒す",
"1791107823": "注文の多い作家",
"1791111038": "宝物を探す、或いは博来にアドバイスを聞く",
"1791329464": "寝ているヒルチャールを起こさないように、起きているヒルチャールに近づく",
"1791538612": "拠点の中の施設を見学する",
"1792203255": "稲妻の販売員",
"1792489812": "「悪兆異域の寮」の深部へ向かう",
"1792544148": "「夕暮れの実」を豆助に渡す",
"1793287652": "「西風の鷹」の神殿に行く",
"1793393956": "正しい書類を安に渡す",
"1793502796": "モナに隕石と占いについて聞く",
"1793789660": "雪山の七天神像付近の荷物を回収する",
"1794123564": "調査地点に向かって救出をする",
"1794936956": "翌日(8時~12時)まで待つ",
"1796363732": "矢部と会話する",
"1797065472": "シスターフィンドと会話する",
"1797315452": "埠頭へ戻り戴と会話する",
"1797437065": "巨龍との再会",
"1797465932": "「御影炉心」の頂上へ向かう",
"1797882620": "トトメスのアジトに入る",
"1798861548": "シェフケットと会話する",
"1798968564": "花の種の水やりをするJP0B",
"1799905041": "闇夜の英雄の伝説",
"1800202636": "「七葉寂照秘密主」を倒す",
"1800545100": "引き続きブンブンを探す",
"1800941278": "宝物を探す、或いは博来にアドバイスを聞く",
"1801631711": "悩み事のある少女に情報を聞く",
"1802555932": "みんなの好みを聞く(1/3)",
"1803275228": "魈の言った場所に行く",
"1804261732": "新鮮な魚肉をディオナに渡す",
"1804721988": "朝倉と会話する",
"1804874900": "ガルシアに報告する",
"1805272895": "「風」味美食",
"1805490135": "高塔に入る",
"1805843980": "全ての魔物を倒す",
"1806180468": "受付係の珠函と会話する",
"1806454391": "八衢彦の試練",
"1806749615": "パイモンと会話する",
"1806863631": "寝子は猫である·木の柵",
"1807015212": "奇妙な光景のある島へ行く",
"1807208623": "NPCに賄賂する",
"1807897876": "洞天の結界を破る",
"1808064252": "鳴神大社で八重神子を探す",
"1808084948": "アランパンドゥと一緒に高い所に行く",
"1808391852": "絶雲の唐辛子をモンに渡す",
"1808814172": "門に入る",
"1808920366": "ガイアと会話する",
"1809406480": "茂才公の屋敷に行って、情報を聞き出す",
"1809638572": "「灼火の心」に助けを求める",
"1809695124": "影と会話する",
"1810063119": "沃野と雨乞いの曲",
"1810277436": "パルヴァネと会話する",
"1810428492": "探索を続ける",
"1810506007": "ディルックの質問に答える",
"1810911796": "投降した宝盗団メンバーと会話する",
"1811029788": "キャンディスと会話する",
"1811266476": "「奇妙な装置」を再び調べる",
"1811523967": "払うべきものはすべて払う",
"1811845308": "宝盗団を冒険者協会まで連れて帰る",
"1811948652": "奥深くへ行き地図を取り戻す",
"1812087380": "パイモンと会話する",
"1812166214": "霄市にいる人々と会話する",
"1812861596": "大和田と会話する",
"1814035948": "特殊空間の中を突き進む",
"1814132866": "遺跡に行って、変わった円盤を探す",
"1814352044": "損失した部品を探す",
"1814480551": "黒に染まりし宵暗の御所",
"1814939836": "料理を無口な廷方に送る",
"1816404478": "パイモンと会話する(隠し)",
"1816698340": "ゴローと一緒に八重堂に行って返信を提出する",
"1816765044": "続いて進み、手がかりを探す",
"1817192119": "アイスの効能",
"1817662903": "三島道世との一戦",
"1818006908": "嘉義に報告する",
"1819327628": "吉法師と会話する",
"1819444452": "コレイを探す",
"1821447020": "坑道の奥深くにある大砲を調べる",
"1821489084": "ノエルと会話する",
"1822225412": "若心と会話する",
"1822257996": "シスターヴィクトリアと会話する",
"1822684404": "「満足サラダ」を作ってサラに渡す",
"1823176692": "大隆と楽と会話する",
"1823653220": "準備した料理を湯雯に渡す",
"1823956248": "元素視角を使って、琥珀石が入った車を探す",
"1824037716": "大伴と会話する",
"1824049620": "影と共に拠点を離れる",
"1825809620": "前方の秘密通路を調べる",
"1826002288": "会話を完了する",
"1826471680": "茂才公に協力するファデュイを倒す",
"1826963932": "「砕実破片」を収集する",
"1827358983": "神社の旅",
"1827464473": "荻花洲の旅館",
"1827515220": "アカツキワイナリーに行ってアデリンを探す",
"1827604983": "千金と蓄財",
"1828495151": "次の行動についてディルックと話し合う",
"1828648412": "岩田と会話する",
"1829371140": "孫宇と会話する",
"1830367852": "幻夢ノ種の試練をクリアする",
"1830787556": "神秘に包まれた空間の入り口に戻る",
"1831538220": "重雲と二手に分かれて妖魔を探す",
"1831601380": "慕珍と会話する",
"1832079964": "ホフマンと会話する",
"1832154148": "バレないように前進する",
"1832405372": "八重神子と会話する",
"1832465839": "腐植の剣",
"1832542084": "篝火に火をつける",
"1832599599": "墜落の夢",
"1832772295": "謎の詩人と会話する",
"1833081364": "拠点で調査する",
"1833639580": "アキムと会話する",
"1834913180": "ナヒーダと意識を繋げてみる",
"1834965276": "福本と会話する",
"1835230111": "塔頂の封印を調査する",
"1835881694": "囁きの森に行って宝物が埋められた場所を探す",
"1836033708": "北斗に報告する",
"1836083320": "元気なオーリンに食料を渡す",
"1836471972": "グランドバザールへ行き花神の舞を見る",
"1836693556": "玉座に近づく",
"1837459500": "みんなと会話する",
"1837830852": "吉法師の写真を撮る",
"1838950985": "ランウェイの牙",
"1839402588": "嘉義の手紙を六ちゃんに渡す",
"1839901924": "「美味しそうな璃月三糸」を作る",
"1840193702": "ハスの花托を三つ集める",
"1840549054": "北国银行に行って鍾離を探す",
"1840715228": "留雲借風真君に報告する",
"1840743716": "墨田と会話する",
"1840859031": "レザーと会話する",
"1841536348": "ラドプに同行する",
"1841661508": "望雅について行く",
"1841741404": "遺跡守衛に関して調査する",
"1842042308": "ハティムのために「千金料理」を一つ選ぶ",
"1842245588": "霊矩関へ向かい調査する",
"1842393972": "魈との連絡を試みる",
"1842661780": "品物をレイフのもとに持ち帰る",
"1842834564": "ヴァーシャと会話する",
"1843411880": "新規-黒銅の角笛",
"1843498772": "キノコンを捕獲する",
"1843566260": "奇妙な「牙」をあと3つ探す",
"1844012668": "せっかちなワリットと会話する",
"1844631780": "亀井宗久と会話する",
"1845876618": "工房主人と会話する",
"1846713408": "モンスター撃破による各種稼ぎをコントロール",
"1847614276": "降霊儀式の現場に入る",
"1848233868": "羽とモンモンを探す",
"1848943812": "出口を探す",
"1849201036": "図書館に行ってモナを探す",
"1849409745": "瑶光の浜天気変化",
"1849806199": "屈辱を晴らす一戦",
"1850704836": "西風騎士団に行く",
"1851538940": "志村勘兵衛に手がかりを尋ねる",
"1851727500": "遠くにいる四人目と会話する",
"1852025894": "志華に報告する",
"1852353162": "隠れている子を見つける",
"1852741962": "「祖訓」を捜索する",
"1853084148": "ホッセイニと会話する",
"1853315484": "烏帽子と会話する",
"1853476588": "アキムと会話する",
"1853807972": "支配人にキッチンを借りる",
"1854677460": "ヴィクトルに報告する",
"1855116116": "待ち伏せしている浪人を倒す",
"1855318428": "吉法師の写真を撮る",
"1855404884": "2日後まで待つ(20時~22時)",
"1855406716": "キノコンを倒す",
"1855472604": "石板をソヘイルに渡す",
"1855731452": "最後の封印を解除する",
"1856055860": "露台に行って確認する",
"1856067127": "神様よ、僕は正しかったの?",
"1856191783": "おもちゃ市場進出·大量生産",
"1857145111": "裏に潜む疑惑",
"1858503383": "たたら物語",
"1858923284": "カイヴァンの必要な材料を探す",
"1859235996": "薬をガルゲンに渡す",
"1860446888": "マージョリーの商売に成功を…",
"1861506700": "秘華石を探す",
"1861651180": "往生堂に行って鍾離を探す",
"1862326820": "拠点に戻り、学者に日誌に関する手がかりを聞き出す",
"1862817796": "アランサカを探す",
"1863272164": "セノと会話する",
"1863460812": "「長野原花火屋」に行く",
"1863907759": "カムラのラズベリーのリクエスト",
"1864167914": "遺跡守衛を倒す",
"1864369460": "市民と会話し、エウルアのお手本を見る",
"1864993352": "元素視角を使って、琥珀石が入った車を探す",
"1865084244": "霄灯を回収する",
"1865096732": "パイモンと会話する",
"1865128663": "エルマイト旅団が引き起こした混乱",
"1865337536": "会話を完了する",
"1865602836": "アルベドと会話する",
"1866107263": "星落としの湖を泳いで渡る",
"1866426844": "ナヒーダと会話する",
"1867521740": "アルハイゼンと会話する",
"1867787908": "「メカジキ二番隊」の隊員と会話する",
"1868103428": "刻晴と会話する",
"1869315852": "鉱夫の拠点にいる宝盗団を倒す",
"1871067908": "装置を起動して、密室の門を開ける",
"1871358732": "カウンターに行って、営業の準備をする",
"1872107820": "アミルと会話する",
"1872168652": "会場を歩き回って、妖魔の手がかりを探す",
"1873401868": "レオンを救う",
"1873455876": "フローラと会話する",
"1874110868": "続けて採鉱地を探す",
"1874642932": "キャサリンと会話する",
"1874677831": "大聖堂の事情",
"1874979340": "装置のパーツを探す",
"1875094612": "ヒルチャールに報告する",
"1875930932": "火事現場となった倉庫に行く",
"1876349500": "0",
"1876698652": "ナヒーダと会話する",
"1877070068": "「観賞魚」をナンタックに見せる",
"1877888928": "(TEST)酒豪の評価:良い!",
"1878219820": "グザヴィエと会話する",
"1878238300": "レイフと会話する",
"1878309476": "光界たがねを起動する",
"1878597156": "五歌仙広場に行って待つ",
"1879602324": "アキムと会話する",
"1879832316": "ウルバンと会話する",
"1880105423": "倉庫保管事務",
"1880263399": "北風の狼に挑戦する",
"1880440740": "奉行所の倉庫に入る",
"1880529431": "真実もまた嘘なり",
"1880714012": "カフェで手がかりを探す",
"1880841991": "全ての魔物を倒す",
"1880922172": "影の決断を聞いてあげる",
"1881448271": "封じられた謎",
"1882059284": "風立ちの地に行って風車アスターを三つ採集する",
"1882072572": "プローンと会話する",
"1882102716": "アミと会話する",
"1882401175": "パイモンをコントロールして会話した後に消える",
"1882476447": "教令院クイズ",
"1882494428": "社奉行のメンバーに聞く",
"1882715036": "常夜霊廟に行く",
"1883243111": "枝を拾う者·ダインスレイヴ",
"1883431556": "アアル村に戻って、ソヘイルと会話する",
"1883991228": "元素視角を使って、偽物の玄冬を追跡する",
"1884072087": "アンバーと会話する",
"1884215052": "夜になったら千と会話する(21時~5時)",
"1884941004": "ヴァサラの樹を調べる",
"1885444772": "ディオナと会話する",
"1885912292": "カウンターに行って、営業の準備をする",
"1886174420": "太郎丸の言った場所に行く",
"1887257209": "$#ロールバック隔離",
"1887359252": "月海亭で慧心と会話する",
"1888321924": "敵を倒す",
"1888798348": "奇妙な形をした植物を打ち鳴らす",
"1889933028": "泥土をアキムに渡す",
"1890664494": "千岩軍の守衛と会話する",
"1890809076": "辛炎と会話する",
"1891049956": "ジェブライラに報告する",
"1891479556": "会場を歩き回って、妖魔の手がかりを探す",
"1891765036": "ナヒーダと会話する",
"1892024270": "嵐姉と会話する",
"1892479100": "岸辺に行って、凝光と一緒に魚を焼く",
"1892764287": "霧海と樹とのまつり",
"1892944732": "次の日の午前中まで待つ(10時~12時)",
"1893186071": "アンバーと会話する",
"1893467943": "アンバーと会話する",
"1894071876": "アビスを通り抜ける",
"1894387228": "石板に乗る",
"1895582548": "裂け目に飛び込む",
"1896055351": "郷を守る人",
"1896553132": "アランガルと会話する",
"1896974420": "近くの人から情報を聞く",
"1898242708": "長次の家に行く",
"1898602204": "アンソニーと会話する",
"1899943244": "死域を排除する",
"1900008668": "劇団の団長と会話する",
"1900039708": "犯人と会話する",
"1900179484": "パイモンと会話する",
"1901317764": "高台のところへ行く",
"1901526884": "魔物を避けて続けてダダウパの谷に入り込む",
"1901607839": "星拾いの崖に行く",
"1902703868": "黒田に情報を聞く",
"1903335764": "「止まり木」から逸散したエネルギーを探す",
"1903351564": "ヤスミンに同行する",
"1903422444": "ハイヤームと会話する",
"1903539502": "他に手伝えることはないかと香菱に聞く",
"1904583404": "古陣コアの封印を起動する",
"1904813524": "風域を利用してヒルチャールに追いつく",
"1905122728": "(TEST)酒豪的评价:恐ろしい!",
"1905835460": "エウルアと会話し、特訓内容を聞く",
"1906639132": "ガイアと会話する",
"1906853201": "青の姿のために",
"1906930148": "早柚と会話する",
"1907474316": "足跡を追う",
"1907487932": "収集器をバートランドに渡す",
"1907542500": "万葉と会話する",
"1908687823": "アンバーに前方の騒動について聞く",
"1909170828": "ブリュー祭の会場に行く",
"1909243700": "引き続き気配をたどって手がかりを探す",
"1909326972": "キャラバン宿駅に行く",
"1909471924": "鍵を探す",
"1909660468": "アカツキワイナリーに行ってコナーに尋ねる",
"1910064060": "夜中まで待つ(0時~5時)",
"1910142724": "「公義」と話す",
"1910878014": "志華に報告する",
"1910939156": "若心と会話する",
"1911158956": "船体を調べる",
"1911328169": "騎士の現場教習",
"1911383812": "ウォルフガングのノートを確認する",
"1911838956": "「赤い衣のカカシ」を倒す",
"1911857038": "エリンと会話する",
"1912254668": "龍二と会話する",
"1913314692": "パイモンと会話する",
"1913381240": "全ての魔物を倒し、障害物を破壊する",
"1913506340": "霄灯を碧波に渡す",
"1913831100": "怪しい大使に追いつく",
"1914018340": "野良犬と野良猫が集まる場所でトーマと合流する",
"1914227796": "捕獲エリアに行く",
"1914228636": "アラミスと会話する",
"1914285348": "前線に行く",
"1914646292": "「アランナラを助ける」",
"1914726712": "キャサリンと会話し、詳しいことを聞く",
"1914810162": "会話NPC",
"1914961625": "料理対決",
"1915084764": "リフトに乗る",
"1915693828": "ジャザリーと会話する",
"1916226012": "ジリアンナを探す",
"1917740590": "博来と会話する",
"1918152625": "石碑を探す",
"1918373884": "西風騎士団に行く",
"1919197204": "ラナのところに戻る",
"1919348188": "街道沿いの商人と会話する",
"1919717896": "2秒以内に全ての杭を破壊する",
"1919871486": "秘境に入る",
"1920389612": "社奉行所に行って神里綾華に会う",
"1920915340": "スメールシティの近くを回ってみる",
"1920936212": "「羽毛」を使う",
"1921174708": "皆と情報を交換し合う",
"1921208902": "檻を開ける",
"1921771260": "(tes)封印エリアに到達",
"1922122340": "ジュートと会話する",
"1922125300": "準備を担当する秘書と話す",
"1922623420": "モンド城に到着する",
"1923622510": "璃月港に行く",
"1923706668": "モンド城のキャサリンに話を聞く",
"1924053084": "ファデュイの中隊を倒す",
"1924130420": "ファデュイの臨時拠点を調べる",
"1924529044": "追跡を続ける",
"1924670719": "会話",
"1925570343": "翠石の玉壺·二",
"1925854844": "「不卜廬」付近で詩のインスピレーションを探す",
"1926009044": "「丹剤宗匠」を探す",
"1927154690": "任務開放",
"1927175620": "図書館に行ってノエルを訪ねる",
"1927513367": "ジンと会話する",
"1927774476": "パイモンと会話する",
"1927834556": "ネルミンが作った飲み物をレイフに届ける",
"1927925404": "「クサヴァ」を使ってゾーラ茸の封印を解く",
"1928353376": "できたカクテルをマーガレットに試飲してもらう",
"1928409348": "サイリュスと会話する",
"1928452183": "「怪鳥」を追いかけ捕獲する!",
"1928940306": "常九と会話する",
"1929311692": "パイモンと会話する",
"1929321628": "アファンの苗畑に行く",
"1929474879": "岩嶺侠客往事",
"1929895732": "資料室で手がかりを探す",
"1930923884": "ハバチを助けに行く",
"1931385732": "西風騎士団に行く",
"1931428838": "冥ちゃんと会話する",
"1931760511": "桂の薬材のリクエスト",
"1932155156": "荒谷に報告する",
"1932786375": "村上の食材のリクエスト",
"1933855260": "ヘディーヴと会話する",
"1934281223": "風龍廃墟正門に行く",
"1934435434": "任務開放",
"1935396852": "パイモンと会話する",
"1936402004": "ヴィクトルと会話する",
"1936424044": "「かご状の物」を利用して、残りの3つの「磐鍵」を破壊する",
"1936641058": "常九に報告する",
"1936734556": "モンと会話する",
"1937391768": "店主マージョリーと会話する",
"1937934900": "前に進む",
"1938418940": "アランロヒタの残した手がかりを探す",
"1938420777": "神に恩返しする方法",
"1938466380": "痕跡を調べる",
"1938572396": "遺跡最上階の中央にある部屋に行く",
"1938913076": "宝盗団が雷櫻に仕掛けた「細工」を取り除く",
"1939322132": "待ち伏せしている宝盗団に勝つ",
"1939608068": "火薬倉庫の2つの鍵を探す",
"1940578140": "「雷音権現」を倒す",
"1941522521": "導光の儀式",
"1941580484": "エフカと会話する",
"1941734788": "チャンチャンと会話する",
"1941745140": "「公義」と話す",
"1941951351": "ガイアと会話する",
"1942191964": "機械ガニを追いかける",
"1942268375": "甘楽の恋ごころ",
"1943082612": "「ローデシアの怒り」挑戦を1回クリアする(クリア後はソロプレイに戻る必要がある)",
"1943301076": "モンド城の城門に行く",
"1944303116": "探索を続ける",
"1944426500": "ピンばあやと会話する",
"1945666844": "拠点の冒険者に話を聞く",
"1945689855": "影向祓",
"1945739636": "ナヒーダと会話し、現状を把握する",
"1945949156": "岩田と会話する",
"1945976220": "荷車のある場所に行く",
"1946040372": "失踪した駄獣を探す",
"1946556644": "ルドルフと会話する",
"1946701156": "貨物を調べる",
"1947339513": "本の中の静電気",
"1947457764": "清泉町付近の魔物を倒す",
"1948087246": "宝物を探す",
"1948177836": "鉄の塊を3個路通に渡す",
"1948277276": "バレないように前進する",
"1948769944": "ガイアと会話する",
"1948906924": "ディオナと会話する",
"1949057964": "裏山の隕石を片付ける(1/2)",
"1949114020": "ヒルチャールを倒す",
"1949852276": "キノコンの潜在能力を引き出す",
"1950104420": "ワヒッドと会話する",
"1951275820": "範二と会話する",
"1951329284": "「祭司」を探す",
"1951349788": "孤雲閣の近くの海で収蔵品を回収する",
"1951995100": "ヴァルを探す",
"1952137036": "モンド図書館に行って手がかりを探す",
"1952161732": "池に入る",
"1952717832": "大聖堂に戻ってジンの状況を確認する",
"1952744548": "拠点に戻って、ラナと会話する",
"1954026812": "みんなと会話する",
"1954704119": "照る夜、花灯に影が隠れる",
"1955297812": "現れた水スライムを倒す",
"1955308260": "「雷櫻の力の結晶」に抵抗する",
"1955327798": "『護法仙衆夜叉録』を見つけ出す",
"1955655708": "畑の隕石を片付ける",
"1956146948": "奥深くへ行き地図を取り戻す",
"1956279532": "キャサリンと会話する",
"1956859356": "満腹になれる料理を一成に渡す",
"1958266903": "ティミーの願い",
"1958929700": "胞子を取り除く",
"1960228300": "拠点に戻る",
"1960268620": "トーマと会話する",
"1960475248": "ミラナと会話する",
"1960795684": "アカツキワイナリーのフリッツを探す",
"1960868548": "適した娯楽小説を1冊選ぶ",
"1961748092": "降霊儀式の手がかりを探す",
"1961787884": "ハマウィーに報告する",
"1961974668": "セイライ島に行く",
"1962414190": "阿大と話し合いをする",
"1962824428": "奇妙な「牙」をあと3つ探す",
"1963244428": "大坤に報告する",
"1963419700": "田饒舌と会話する",
"1963830828": "閉じ込められた人を解放する",
"1963964100": "「玲瓏霄灯図」に記された地点を探す",
"1964158204": "孫宇と会話する",
"1964366900": "チャールズと会話する",
"1964402532": "離島に行ってバートランドを探す",
"1964927730": "篝火を探して火をつける",
"1965115950": "$#玉京台迎仙シーン:破损台面任務(隠し待ち)",
"1965185366": "魈と会話する",
"1965198993": "昔日の風",
"1965338588": "「御肉丸」が感知した場所へ行く",
"1965569060": "合流時間まで待つ(19時~21時)",
"1965677452": "「千岩軍の宝」を手に入れる",
"1965684700": "蔡楽と会話する",
"1966198652": "季同と会話する",
"1966733716": "グランドバザールの近くを見て回る",
"1967237380": "八重堂に行って見張りをする",
"1967892508": "万葉と会話する",
"1968730652": "次の捕獲エリアに行く",
"1968786456": "全てヒルチャールを倒す",
"1968903140": "アイルマンと会話する",
"1969504487": "汚れ無き秋霜",
"1969650120": "詳細を確認する",
"1970045108": "遺跡最上階の中央にある部屋に行く",
"1970774988": "八重堂に行く",
"1970782740": "装置を利用して新エリアに入る",
"1970996028": "グザヴィエと会話する",
"1971013684": "「遺跡巨像」の封印を解く",
"1971786004": "戻って留守の仲間たちと合流する",
"1972140380": "志璇と会話する",
"1972280900": "ダインスレイヴと会話する",
"1972282868": "「ナルギス」を捜す",
"1972358284": "矢田幸喜に白鉄の塊を5個渡す",
"1972499940": "聖顕殿の下層を探索する",
"1972587732": "ザカリヤと会話する",
"1972693396": "満腹になれる料理を一成に渡す",
"1973321716": "噴水広場の上空にある花飾りを撮る",
"1973340841": "0",
"1974069270": "騎士団反省室を探す",
"1974805108": "美味しそうなチ虎魚焼きを湯雯に届ける",
"1974828596": "宝盗団を倒す",
"1975218748": "道に沿って境界へ進む",
"1975700260": "沙寅と会話する",
"1976159964": "近くで修繕の材料を集める",
"1976883604": "黄衣と会話する",
"1977000623": "謎に包まれし過去の影",
"1977145260": "供物を置く",
"1977324127": "失われた集合写真",
"1977732220": "鶴観に入って、ルーを探す",
"1978436692": "海浜を散策する",
"1978692220": "訓練場所に行く",
"1979372292": "霄灯を収集する",
"1979450300": "ベネットについて行く",
"1979547980": "クレーと歩き回る",
"1980925900": "宝盗団のメンバーと会話する",
"1981326452": "装置を起動する",
"1981356828": "強盗を撃退する",
"1982521884": "病院の下層部に入る",
"1983063836": "ドニアザードと会話する",
"1984598500": "ジェリーと会話する",
"1984618271": "あぁ、新鮮な肉!",
"1985164724": "鷹司家の秘密基地へ向かう",
"1985512764": "ガンダルヴァー村に行き、「ぷっくりしたものを背負う人」を探す",
"1985608460": "アアル村に行って、モンド商人を探す",
"1986048236": "キャサリンに稲妻に行く方法を尋ねる",
"1986905444": "武士黒澤と会話する",
"1987417108": "虚界の塔の制御装置を起動する",
"1988093508": "装置を探して光らせる",
"1989090276": "レオンを深井戸から脱出させる",
"1989423316": "4日後まで待つ",
"1989593332": "神里綾華について行く",
"1989631388": "二つ目の「記憶の銘文」を獲得",
"1989702116": "波止場に行く",
"1990456193": "ガイアの収穫",
"1991121716": "ヒルチャールに渡す",
"1991892404": "対戦相手を倒す",
"1992716854": "魈と会話し、「禁忌滅却の札」を返す",
"1992718575": "封印を解く",
"1993185748": "オークション会場を調べる",
"1993491916": "旭東と会話する",
"1993800740": "宝物を探す",
"1994389588": "この前アランダシャンがいた洞窟に行く",
"1994772516": "志璇と会話する",
"1994876319": "なし",
"1995090812": "ソラヤーと会話する",
"1996418766": "絶雲の唐辛子を三つ集める",
"1996796828": "足跡を追ってヒルチャールを追撃する",
"1997221940": "宝盗団を倒す",
"1997931532": "全ての魔物を倒す",
"1998043924": "足跡を追う",
"1998045404": "ゴローと会話する",
"1998491692": "九条裟羅の後を追って天守閣へ向かう",
"1998843192": "キャサリンと会話する",
"1999256228": "劇団の団長と会話する",
"1999819415": "実験その末·栄枯",
"1999835862": "絶雲の間で仙人と出会う",
"2000026716": "風龍廃墟の高塔に沿って進む",
"2000483980": "凝光と会話する",
"2001012095": "舞台上と舞台下",
"2002540799": "プレーヤーが大世界に戻ったかを判断 酒場の人を表示",
"2002831852": "アルハイゼンと会話する",
"2003432452": "さらに下の階に入る",
"2003525740": "スクロースと会話する",
"2003579884": "「公子」と会話する",
"2004951612": "貨物を回収する",
"2005605039": "酒場に隠れる",
"2005933388": "鳥肉のスイートフラワー漬け焼きをジェリーに2つ渡す",
"2006273268": "工場内の黒幕を探し出す",
"2006497956": "次の日まで待つ(20時~24時)",
"2006835359": "噂の錬金術師",
"2007277516": "旭東と会話する",
"2007285246": "「帰終機」を探す",
"2007575748": "露子と会話する",
"2007693290": "ヒルチャールに詩を読み聞かせる",
"2008878596": "次の実験地点に行く",
"2009075532": "「悪兆異域の寮」に入る",
"2009150788": "ハニヤーと会話する",
"2009613322": "ソラヤーと会話する",
"2010177860": "烏有亭に入る",
"2010328796": "セノと一緒に容疑者を逮捕する",
"2010501644": "第三幕の撮影を完成させる",
"2011297940": "探索を続ける",
"2011466799": "容彩詩鏡·其の三",
"2012185988": "カマと会話して帰る",
"2012629916": "エルマイト旅団と会話する",
"2012757284": "速やかにパルディスディアイに戻る",
"2012954324": "哲平と会話する",
"2013613460": "小倉澪と会話する",
"2013959740": "轟さんと会話する",
"2014266148": "学者と会話する",
"2014446324": "祠を調べる",
"2014514095": "未知なる雷雲を進む",
"2014688796": "雲菫に状況を報告する",
"2014838532": "離島へ向かう",
"2015544900": "「蓄財の地」でハティムを探す",
"2015768220": "五百蔵に報告する",
"2016023892": "奇妙な「牙」をあと3つ探す",
"2016399911": "三界道饗祭·其の一",
"2016797692": "ビーコンを置く",
"2016878140": "一緒にスメールシティに戻る",
"2017093156": "明日の朝まで休む(翌日の6:00-8:00)",
"2017360972": "棺を開けてみる",
"2017366479": "異郷の料理",
"2017401108": "魔物を倒す",
"2017658156": "周囲を探索する",
"2017843524": "3箇所にいるアビスの魔術師を倒す",
"2018188967": "料理は楽しい思い出",
"2018398014": "獣肉三枚を香菱に渡す",
"2019045916": "上層に行く",
"2019304575": "灯下の未帰人",
"2019583180": "ゲオルグと交渉する",
"2020284604": "「特別な緋櫻毬」を手に入れる",
"2020782983": "風神とモンド",
"2020949458": "「スイートなんとかチキン」を朱店主に届ける",
"2021394396": "池の中の島へ行き、過去の遺跡を見る",
"2021727500": "清昼と会話する",
"2021922697": "「岩尊像」に沿って欠片を探す",
"2022282532": "状況を楓に報告する",
"2022597487": "蒼然たるキノコの救難信号",
"2022875556": "ネルミンに報告する",
"2022945436": "パイモンと対策を話す",
"2024054705": "エピローグ、風が止んだ後",
"2024096644": "宝物を手に入れる",
"2024945940": "万葉を探す",
"2024949916": "琉璃亭に行って、璃彩と会話する",
"2025242228": "瑞錦と会話する",
"2026162348": "宝物を探す",
"2026427500": "豆助、柴助と会話する",
"2027138914": "全ての魔物を倒す",
"2027767188": "アランナラと会話する",
"2028057172": "道に沿って進む",
"2028133316": "みんなと会話する",
"2028644260": "教令院に行く",
"2029690863": "療養と観察",
"2029956748": "畑のキノコを取り除く",
"2030471556": "職人とラーズィーに話を聞く",
"2030669108": "宝物を掘り出す",
"2030931302": "ファデュイの研究を見る",
"2031107380": "「美味しそうな璃月三糸」を清昼に渡す",
"2031138599": "祠よ、もう一度姿を現してください!",
"2031243316": "ブロックと会話する",
"2031304369": "一時的な策",
"2033651327": "遺跡クリア",
"2033753700": "魔物を撃退する",
"2033948324": "キャラバン宿駅に行き、ディシアと合流する",
"2034182108": "近くで資料を集める(1/3)",
"2034205580": "前方の遺跡を調べる",
"2034456212": "変わった木樽を調べる",
"2035326023": "元素爆発を発動する",
"2035676588": "洞窟を探索して遺跡に入る",
"2035732364": "モンドのキャサリンと会話する",
"2035881252": "セノを追いかけ調査を続ける",
"2036434292": "柴門二郎と会話する",
"2036648088": "エラ・マックスと一緒に丘々人と会話する",
"2036690972": "野良犬と野良猫に食べ物を与える",
"2037125020": "露子と会話する",
"2038315364": "ヒルチャールと会話する",
"2039153380": "「尾」の石碑を読む",
"2039637948": "二人に状況を聞く",
"2039920684": "望舒旅館西側にある三つの拠点を片付ける",
"2040087970": "ティミーの手紙をドゥラフに渡す",
"2040153609": "時間内到着挑戦・軽策荘",
"2040827193": "意外の収穫",
"2040928209": "奪われた涙",
"2041919636": "万葉と会話する",
"2042266431": "ワイナリーを出る",
"2042267012": "もう一度影と会話する",
"2042418780": "周囲の敵を倒して宝箱を開ける",
"2042523564": "モンと会話する",
"2042571278": "「信者」と会話し、「掇星攫辰天君」の情報を獲得する",
"2043327396": "学者と会話する",
"2044487636": "クレーと歩き回る",
"2044519364": "グラブジルの蛇の餌を探す",
"2044661492": "ヤスミンと会話する",
"2044983836": "篝火に火をつける",
"2045148036": "淵上の導きに従って、探索を続ける",
"2045284078": "約束した場所へ、手紙を書いた人と会う",
"2045490892": "長次に調理について聞く",
"2045881236": "神里綾華と会話する",
"2046160977": "友を訪ねる",
"2046185436": "七つの御陵墓石の前に珊瑚真珠を捧げる",
"2046717777": "$#絶対領域コントロール",
"2047911360": "固め-豪火オイル",
"2047942964": "ヴァサラの樹の夢を探索する",
"2048204780": "全ての魔物を倒す",
"2048293119": "風の行方",
"2048906708": "拠点の中の施設を見学する",
"2049636836": "貨物を確認する",
"2049700036": "周囲を探索する",
"2049882932": "足跡を追ってヒルチャールを追撃する",
"2050175108": "アランマと会話する",
"2050852655": "三隅道大演武",
"2051009412": "悩んでいる職人と会話する",
"2051128796": "凝光に指定ドリンクを作る",
"2051691436": "「冷製鮮肉」をトミーに渡す",
"2051927676": "長い回廊を通り抜け、前に進む",
"2052183108": "「渡来鳥肉」の作り方を学ぶ",
"2052376444": "魔物を倒す",
"2052439004": "シスターヴィクトリアに報告する",
"2052998380": "ジン、リサと会話する",
"2053537495": "冒険者入門試験",
"2054452948": "アルベドの言った場所に行く",
"2054864844": "パイモンと対策を話す",
"2055146874": "「祖訓」を捜索する",
"2055258439": "機械の心",
"2055531588": "「鰭」の封印を解除する",
"2056105500": "「渦の余威」跋掣を倒す",
"2056247364": "敵を倒す",
"2057248351": "猫を彫る方法",
"2057431948": "ハイパシアを助けに行く",
"2057439476": "バーバラの言ったところへ向かう",
"2057545084": "ウォルフガングが残した刻み痕を確認する",
"2057900244": "ズィルヤーブと会話する",
"2058085620": "乗船場に行く",
"2058117620": "アカツキワイナリーに行ってコナーに尋ねる",
"2058235428": "村長の家の外に行って状況を確認する",
"2058373484": "天目十五に状況を尋ねる",
"2058680564": "新しいアイスを大隆に渡す",
"2058796868": "志璇と会話する",
"2058912264": "ワイアットに鍵を渡す",
"2058930220": "珊瑚により多くの情報を聞く",
"2059757988": "汚れを全て綺麗にする",
"2059808900": "火事現場となった倉庫に行く",
"2060241404": "ヴァーシャと一緒にヴァナラーナの苗畑に行く",
"2060705460": "サイリュスと会話する",
"2060965724": "「三杯酔」に行く",
"2062257092": "ジョエルに報告する",
"2062616844": "保本と会話する",
"2062944468": "冒険者拠点に戻る",
"2063162935": "遠くから感じる視線",
"2063920208": "全ての魔物を倒し、障害物を破壊する",
"2064280556": "ディオナと会話する",
"2064619007": "海を聞く人",
"2064782572": "霄灯を言笑に渡す",
"2065340100": "「玲瓏霄灯図」に記された地点を探す",
"2065376391": "採掘の道",
"2065413196": "森から離れる",
"2066574884": "書類を確認する",
"2066585500": "望瀧村へ向かう",
"2066791527": "冬からの物語",
"2066930796": "水中空間へ入る",
"2068356948": "黒泥の影響を受けた魔物を倒す",
"2068845828": "ブランシュと会話する",
"2068904719": "全能グルメチーム·食材はどこ?",
"2068975212": "ゲーテと会話する",
"2068999828": "ベネットと会話する",
"2069010412": "「鰭」の石碑を読む",
"2069884020": "負傷兵たちと会話する",
"2070294940": "モンと会話する",
"2071205388": "臭のことを唐無仇に教える",
"2071724452": "言笑に報告する",
"2072294255": "失踪した鉱夫",
"2072547775": "「百人一揆·最強武闘大会」",
"2073001148": "ホッセイニに報告する",
"2073096748": "バレないように前進する",
"2073178912": "0",
"2073508724": "モナに返事する",
"2074572908": "翌日の朝まで待つ(6時~8時)",
"2074588356": "翠児と会話する",
"2074889140": "心海の秘密基地を調査する",
"2074972271": "宝箱を開け、風龍の涙を獲得する",
"2075096927": "プルシナスパイクの自己循環動作報告·概要",
"2075281508": "「順路の覚え書き」を頼りにお宝の手がかりを探し出す",
"2075972852": "水域に沿って北西に向かって調査する",
"2076213652": "鍛冶屋の近くで子猫を探す",
"2076334404": "トミーに協力して熱源を探す",
"2076712612": "グラブジルの蛇の餌を探す",
"2076993724": "グザヴィエと会話する",
"2077123196": "ヒントに従って周囲を調べる",
"2078780548": "適した場所にヒントを残す",
"2079133060": "ディシアと一緒に博士を「追跡」する",
"2079592940": "冥ちゃんとかくれんぼを遊ぶ",
"2079757108": "稲妻の漁師鯨井椛と会話する",
"2079794060": "鳴神島の海辺に行く",
"2080201236": "旭東と会話する",
"2080874116": "雪山の水域に荷物を置く",
"2081255663": "ジュラバドの記憶",
"2082397356": "みんなと会話する",
"2082847572": "キノコンをすべて倒し、板を取り戻す",
"2083031031": "ウロボロスの心",
"2084343332": "ドラゴンスパインに行く",
"2084344268": "ベネットと会話する",
"2085111564": "望舒旅館に行って魈を訪ねる",
"2085478303": "ディルックと会話する",
"2085699884": "百聞に報告する",
"2085768052": "宝物を探す",
"2085794143": "アビスの魔術師から計画を聞き出す",
"2086267788": "長き戦いの終わりを見届ける",
"2087243036": "ヒルチャールの拠点にウサギ伯爵を置く",
"2087250916": "ルーじぃと会話する",
"2088927692": "ハニヤーと会話する",
"2089137252": "サラと会話する",
"2089155020": "アランナラと会話する",
"2089261588": "ペーソンと会話する",
"2089404764": "橫暴な武士を倒す",
"2089426073": "大商売",
"2089547452": "キノコンを倒す",
"2090209732": "オークション会場を調べる",
"2090387780": "失くした人形を探す",
"2090402660": "ラナについて行く",
"2090490596": "吉法師と会話する",
"2090709732": "海辺に行って子猫を神社に連れて帰る",
"2090808432": "アカツキワイナリーにある七天の神像を掃除する",
"2091256412": "ヴァサラの樹の夢を探索する",
"2092194564": "ホフマンに報告する",
"2092345284": "留雲借風真君を手伝って料理を作る",
"2093204816": "(TEST)酒豪的评价:意外と良い!",
"2093206966": "慕勝と会話する",
"2093503420": "小五から象徴物を貰う",
"2093956860": "長次と対質する",
"2094695214": "志華に報告する",
"2095037788": "江舟と会話する",
"2096621980": "マーガレットに報告する",
"2097639524": "グラブジルの蛇の餌を探す",
"2097721236": "南十字船隊の船員と会話する",
"2098042444": "グザヴィエと会話する",
"2098362990": "鍾離の隣に座る",
"2098629820": "もう一度早柚と策を練る",
"2099951140": "「御影炉心」の状況を撮影する",
"2100170324": "稲妻に行く",
"2100408553": "モンド城の飛行者",
"2100888273": "(test)海灯祭雰囲気npcコントロール",
"2101210052": "翌日の夜まで待つ(19時~21時)",
"2101872308": "キャンディスと会話する",
"2102184060": "続けて進み手がかりを探す",
"2102414548": "意識の舟を使ってこの地を離れる",
"2102683600": "失敗分岐発生",
"2102836735": "ここに集う意味",
"2103084924": "ファデュイ新兵を全て倒す",
"2103472334": "ルルに話を聞く",
"2104484543": "彩を集めし流星、人生の春に刻むべし",
"2104829252": "昼まで待つ(12時~14時)",
"2105067076": "グザヴィエに報告する",
"2105134660": "モンド冒険者協会のキャサリンに会う",
"2105444772": "「土質のサンプル」を回収する",
"2106600828": "ウルバンと会話する",
"2106800468": "鯨井椛と会話する",
"2107728116": "無口な廷方と会話する",
"2107799316": "「死域」へ向かう",
"2107877321": "ソラヤーと会話する",
"2108136732": "ナハティガルと合流する",
"2108662390": "玉京台で祈願する",
"2108852876": "奇妙な「牙」をあと3つ探す",
"2109944287": "存在なき人を探せ",
"2110059508": "井戸の底で宝物を探す",
"2110368084": "ジャファルと会話する",
"2112472727": "たちこめる茶の香り",
"2112938628": "ダインスレイヴと会話する",
"2112978708": "珊瑚と会話する",
"2113577924": "遺跡最上階の中央にある部屋に行く",
"2113730292": "柴染と会話する",
"2114356476": "古谷昇に手がかりを尋ねる",
"2114657296": "石壮と会話する",
"2115136532": "戻って子供たちに会いに行く",
"2115444199": "丹剤とポーション",
"2115451719": "隠された疑惑",
"2115789876": "足跡を追う",
"2115834796": "ナジャートと会話する",
"2115910423": "お宝の手がかり·ハラハラ島",
"2116695119": "神のみもとにあるように",
"2117183284": "「黒泥」を調べる",
"2117494375": "バーテンダー同士の勝負",
"2117524556": "鹿野奈々にニンジンを15個渡す",
"2117998388": "スラサタンナ聖処を離れる",
"2118116684": "心海と共に兵士を説得する",
"2118511784": "(TEST)チャールズに報告する",
"2118898852": "アランマ、アランダサと会話する",
"2119510524": "サラと会話する",
"2119672748": "主殿の中央にある装置を活性化する",
"2119918762": "クエスト開放",
"2120276908": "新鮮な花を採集する",
"2120884900": "次の訓練目標を探す",
"2121054220": "1つ目の眺めのいい場所を探して写真を撮る",
"2121395292": "崖の頂上に行って清心を三つ採集する",
"2121507852": "夢の始まりを見届ける",
"2122296332": "霖鈴と会話する",
"2122339678": "南風の獅子の神殿に行く",
"2122602172": "灰灰を嵐姉の所に連れていく",
"2123003368": "戻って、ティマイオスと会話する",
"2123514324": "倒されたファデュイの術師は何か言いたいことがあるようだ",
"2124013308": "凝光と共に駒を作る",
"2124154476": "卯師匠に報告する",
"2124336908": "グラブジルの蛇の餌を探す",
"2124599340": "「モジャモジャ仮面魔王」を倒す",
"2124696644": "波止場で心海とゴローを見送る",
"2125446068": "柴染と会話する",
"2125555495": "離島の道",
"2125974020": "砲弾を探検隊の拠点に持ち帰る",
"2126064132": "星象の謎を解く",
"2126543524": "ワヒッドと会話する",
"2126897468": "皆と会話する",
"2127179383": "ルームNo.2のNPCと会話する",
"2127604815": "コナーの醸造材料のリクエスト",
"2127703980": "アルベドと会話する",
"2128509244": "近くの敵を倒す",
"2128767356": "モナの言う島へ向かう",
"2129050884": "翌日(8時~24時)まで待つ",
"2129579252": "山洞の入り口にある星銀鉱を採掘する",
"2129701308": "破棄",
"2129756976": "トゥナーと会話する",
"2129829068": "宝盗団を倒す",
"2129857932": "嘉義と会話する",
"2130167078": "博来と会話する",
"2130647692": "ディシアの知り合いから情報を聞く",
"2130967628": "オレグと戦う",
"2131035050": "慶雲頂の最頂点に登り、絶雲の間を観察する",
"2131093783": "鹿狩り配達",
"2131133655": "プルシナスパイクの自己循環動作報告·結論",
"2131266188": "つみと会話する",
"2132460676": "雲菫と会話する",
"2133159044": "もう一度宝盗団と会話する",
"2133162991": "古代生物調査",
"2133622772": "木南杏奈と会話する",
"2133885238": "「美味しそうな満足サラダ」を一つ作る",
"2134221180": "八重堂に行く",
"2134330636": "お土産を蔡楽に渡す",
"2135073836": "ハイヤームと会話する",
"2135159988": "石板の導きに従い「秤罪主殿」に行く",
"2135369736": "(TEST)酒豪的评价:意外と良い!",
"2135532812": "大日御輿の地下に行く",
"2135673308": "予備用",
"2136626751": "大将の信じる道",
"2136896728": "料理をアーネストに渡す",
"2138044420": "ディシアと会話する",
"2138538364": "柴助に「烈焔花の花蕊」を1つ渡す",
"2138918020": "虚界の塔を組み合わせる",
"2138953308": "「神居島崩砲」を起動し、割れ目を破壊する",
"2139098172": "千岩軍と会話する",
"2139245244": "八重神子と会話する",
"2139442004": "ジュリーと会話する",
"2139850572": "不審者の痕跡を追う(2/3)",
"2140353332": "リフトに乗る",
"2140458292": "錬金場にいる少女と会話する",
"2140768516": "リュドヒカと戦う",
"2141439748": "船員訓練を体験する",
"2141644714": "「祖訓」を捜索する",
"2141819868": "会場で本を買う",
"2142115352": "襲ってくる愚人衆を倒す",
"2142276524": "調査地点に向かう",
"2142514788": "オーナーと会話する",
"2142663068": "霧氷花と清心を採集する",
"2143533168": "全ての魔物を倒す",
"2143855288": "グラスを調べ、証拠を見つけ出す",
"2143930321": "奔狼の領土",
"2144203702": "「公子」と会話する",
"2144255392": "スイートフラワーと鳥肉をそれぞれ三つ入手する",
"2144351356": "宝盗団の出現地に行く",
"2144533956": "スメールローズを観察し、隠された曲を見つける",
"2144688860": "ファデュイを倒す",
"2145146780": "マストに登る",
"2145198927": "祭神奏上",
"2145386180": "ガルシアと会話する",
"2146239212": "王鉗に報告する",
"2146260356": "ノートの内容に従い、昼の(10:00~14:00)に霧を突破する",
"2146730508": "夜まで待つ(20時~24時)",
"2146802260": "拠点のファデュイを倒す",
"2147397724": "季同と会話する",
"2147743935": "塔の頂上への道を探す",
"2148067572": "悩みを抱えている早柚を慰める",
"2148453177": "帰離のお宝",
"2148860092": "周囲を探す",
"2149451180": "扉の中に行って調べる",
"2149465092": "千の向こうにある宝箱を開ける",
"2149503684": "アランマと会話し、ヴァサラの樹の夢に入る",
"2149710223": "囚われの身",
"2149795975": "プレゼントと気持ち",
"2149856484": "扉の中に行って調べる",
"2150334359": "前に進む",
"2150906500": "霄灯をフレーキに1つ渡す",
"2150907716": "今谷佳祐と朔次郎と会話する",
"2150934432": "「リトルプリンス」を探す",
"2150955596": "亀井宗久を手伝って「串焼き三種」を作る",
"2151071404": "凝光と会話する",
"2151488380": "絶雲の間へ向かい、孫宇と小鳥を探す",
"2151508924": "情報を整理する",
"2151536948": "キノコンの潜在能力を引き出す",
"2151924428": "怖がっているシュースターを助ける",
"2152193620": "名椎の浜で浪人が現れるのを待つ",
"2152877408": "エラ·マスクと会話する",
"2152911380": "「元素視角」を使って、アルベドの足跡を辿っていく",
"2153038540": "山石を盆景に入れる",
"2153296127": "「怪鳥のアジト」に入る",
"2154266732": "咲耶と会話する",
"2154456796": "宝盗団の後をつける",
"2155461316": "モンド城内のポスターと告知板を探す",
"2155631956": "ラドプと会話する",
"2156306839": "邪眼",
"2156822442": "会話NPC",
"2157134057": "護法夜叉、仙魔往事",
"2158784492": "次の日の午前中まで待つ(8時~12時)",
"2159055156": "音が出る扉に追いつく",
"2159396736": "ニムロドに報告する",
"2159432084": "ルカと会話し、酒場に入る",
"2159723804": "近くで情報を聞く",
"2159835948": "子供たちが指した方向へ進む",
"2159933604": "言笑と会話する",
"2161027160": "全ての依頼を完了する",
"2161118860": "指定の場所に行き、アシュヴァッタ堂に関する手がかりを探す",
"2161456548": "二回目の戦闘テストを行う",
"2161833268": "湯雯と会話する",
"2162493876": "アニサと会話する",
"2163462636": "グランドバザールの近くを見て回る",
"2163776604": "羽毛に触れる",
"2163947548": "旅商人からバハールハーブを買う",
"2164114420": "イヴァノヴィチに報告する",
"2164339492": "汚染区域の奥深くへ行く",
"2164624852": "ダインスレイヴと会話する",
"2164904748": "アランマと会話する",
"2165371064": "詳細を確認する",
"2166109588": "ドゥラフに清泉町の状況を聞く",
"2166375580": "イノシシを追い払う",
"2166493084": "野営地でファデュイの拠点情報を探す",
"2166795860": "ルカと会話する",
"2167054580": "五歌仙広場に行ってアルベドを探す",
"2167148540": "魔物を倒して、宝箱を開ける",
"2167415860": "志璇の依頼を完了する",
"2167624124": "望舒旅館に行って言笑を探す",
"2168048988": "オレグと会話する",
"2168374345": "月を指す",
"2168496420": "困ったような人と会話する",
"2168527100": "鯨井椛と会話する",
"2168677812": "装置を調査して、門を開ける",
"2168971388": "付近の山頂に行く",
"2169017924": "社奉行所に行く",
"2169422740": "奇襲にきた幕府軍の小隊を倒す",
"2169435788": "全ての魔物を倒す",
"2169500495": "獣も足を踏み外す",
"2170273980": "石板の導きに従ってすべての権能を獲得する",
"2170475527": "灯の下にある暗流",
"2170768980": "『聖国の詠唱』の第三巻を探す",
"2172205716": "離れるようにアルバートを説得する",
"2172363212": "バーバラと会話する",
"2172465012": "「ザイトゥン桃」をネルミンに渡す",
"2172505393": "男の子の手紙",
"2173809692": "「羽毛」を使う",
"2174832884": "大聖堂でバーバラと会話する",
"2174952636": "リジーと会話する",
"2175151207": "神殿に入る",
"2176075023": "会話を完了する",
"2178051783": "モンドの大聖堂の前に行く",
"2178085694": "綺命に話を聞く",
"2178485420": "破棄",
"2178965295": "欠け落ちた大切なもの",
"2179574068": "宿に戻って休む",
"2179777207": "万端珊瑚事件簿·後片付け",
"2179812606": "0",
"2181847588": "幻境に戻って欠片を使う",
"2181852272": "0",
"2182509292": "望雅と会話する",
"2184601788": "大会に出場する",
"2184698388": "アランマと会話する",
"2185202684": "古代遺跡で調査を行う",
"2185211428": "洞窟の付近に荷物を置く",
"2185271884": "大型装置を調べる",
"2185335068": "遺跡ドレイクを倒す",
"2185568076": "ジャファルと会話する",
"2185970412": "寝子に報告する",
"2186024044": "長次と会話する",
"2186344804": "清昼について行く",
"2186619020": "他のショップに行って下見をする",
"2186999188": "トーマを救出する",
"2187991988": "采珊と会話する",
"2188459084": "パルヴァネと会話する",
"2188520999": "寝子は猫である·神社の大掃除",
"2188989572": "水元素反応を利用して、奇妙な物を活性させる",
"2189306700": "店で情報を聞く",
"2189419612": "鳴神大社を調査する",
"2189449044": "材料を持って重雲のところに戻る",
"2190158828": "ヴァルダン、ガルゲンと会話する",
"2190740660": "モナが指定した占い地点に行く",
"2191666100": "胡桃と話しながら2人の昔話が終わるのを待つ",
"2192237340": "囁きの森の森でバーバラと集合する",
"2192538628": "足跡を追う",
"2193245804": "思妤と会話する",
"2194342463": "アンバーの指示に従い再びテストを受ける",
"2194508207": "ルームNo.3-マーククエストを完成する",
"2194605916": "敵を倒す",
"2194812332": "湯雯と会話する",
"2195654236": "コナーと会話する",
"2196282748": "重量物を集める",
"2196645132": "申鶴に指定ドリンクを作る",
"2196842164": "孤雲閣に行く",
"2197178383": "小さな霄灯と小さな願い",
"2197225668": "戚定のことを沐寧に報告する",
"2197581940": "花散里と会話する",
"2197604260": "幻影と会話する",
"2197910844": "シアターメンバーの考えを集める",
"2198356580": "「鹿狩り」で休憩をとる",
"2198761591": "千零一杯のコーヒー",
"2198855687": "待ち合わせ場所でガイアと会話する",
"2199480780": "離島の万国商会に行く",
"2200989276": "ブロックと会話する",
"2201422838": "スタンレーと会話してみる",
"2202005692": "記章を前鋒軍·雷ハンマーに渡す",
"2202146084": "アビスの使徒と会話する",
"2202319040": "「ヴァネッサの象徴の木」のところに行く",
"2202681876": "卯師匠と会話する",
"2202833311": "農園のお尋ね者",
"2203425380": "留雲借風真君に報告する",
"2203583012": "龍二と会話する",
"2203756820": "森彦と会話する",
"2204291076": "指定された場所でルーと会話する",
"2204443044": "嘉義に報告する",
"2204786588": "モンに料理を教える",
"2206123430": "望舒旅館に行く",
"2206237567": "酔いどれ翠庵の怪しき事件",
"2206701527": "等量再交換!",
"2206929188": "近くで早柚を探す",
"2207111724": "対戦相手を倒す",
"2207546156": "近くの怪しい場所を調査する",
"2207739220": "近くの人から情報を聞く",
"2208201596": "装置で光の道を導く",
"2208231666": "篝火に願い事をする",
"2209383244": "「玲瓏霄灯図」に記された地点を探す",
"2209598284": "ナヒーダと会話する",
"2209660540": "屋台を出す適切な場所を探す",
"2210092572": "鷹飛びの浜に行く",
"2210589780": "森の中を進む",
"2210853276": "みんなと会話する",
"2210959727": "豊穣のうずまる砂丘·上",
"2210973724": "八重神子と会話する",
"2212175716": "「あの物」を彼女に渡す",
"2212320145": "帰終",
"2213235892": "アルベドと会話し、結論を出す",
"2213328916": "璃月港を散策する",
"2213345740": "「秘密基地」を探す",
"2213637716": "屋根の上にある枯れ花を片付ける",
"2213704868": "エルマイト旅団の刺客を倒す",
"2214038207": "すでに訪れし花神誕祭",
"2214313726": "オイルを鶯に渡す",
"2214518676": "「メカジキ二番隊」の拠点へ向かう",
"2214623956": "吉法師の写真を撮る",
"2215057464": "魔物を倒す",
"2215225260": "ハティムと会話する",
"2215556519": "本を盗んだ者の隠れ場所に入る",
"2215698748": "砂漠にあるオークション会場に行く",
"2215828985": "望舒の階段",
"2216015956": "リリーと会話する",
"2216093729": "エリン、未来の騎士",
"2216279820": "適した娯楽小説を1冊選ぶ",
"2216428996": "オレグについて行く",
"2217512356": "船尾に行って宛煙の問題を聞く",
"2217814212": "予備用",
"2218058327": "NPCと交渉決裂-戦闘前触発",
"2218385716": "ピンばあやと会話する",
"2218644676": "ラナのいる場所に行く",
"2219058455": "風龍の涙を天空のライアーに落とす",
"2219061284": "破棄",
"2219238060": "キノコを範兵衛に渡す",
"2219910988": "刻晴と会話する",
"2220954191": "風と花の夢",
"2221843628": "幻境の出口を探す",
"2222131334": "ヴェル·ゴレットに報告する",
"2222647124": "続けて探索し、お酒の材料を集める",
"2222711540": "狂風のコアを探す",
"2223127908": "「美味しそうな鳥肉と野生キノコの串焼き」を2つ作る",
"2223356476": "フローラに謝る",
"2223502340": "ズィルヤーブと会話する",
"2224259326": "「留雲借風真君」を探す",
"2224454348": "島のノートに書かれた場所に行く",
"2224707700": "大島純平と共に寝子に報告する",
"2224747372": "アラニを探しに行く",
"2224946936": "シスターヴィクトリアに話を聞く",
"2225829692": "すべてのキノコンを倒す",
"2226189964": "収蔵品を回収する",
"2226773662": "盗賊がAからB(隠し)",
"2226810380": "元素視角を使って雷元素の痕跡を辿る",
"2226889508": "残魂の試練を開始する",
"2227164180": "竺子に報告する",
"2227454620": "釣り餌の材料をカイヴァンに渡す",
"2228659852": "亀井宗久を手伝って火を小さくする",
"2228815254": "ピンばあやの壺に触れる",
"2230238332": "ヴェル·ゴレットと会話する",
"2230648632": "エリンと会話する",
"2230898716": "湖の中央に行く",
"2231417087": "より良い再会のため",
"2232076004": "声の出所を探す",
"2232903118": "「璃月」に関する物を慕勝に渡す",
"2232941800": "デットエージェントを倒す",
"2233084466": "「風」または「水」で甲板の掃除をする",
"2233104247": "たたら物語·浄化装置",
"2234071492": "測定用のビーコンを置く",
"2234176802": "コンテンツ完了",
"2234877196": "1つ目のポイントに食料補給を埋める",
"2235131996": "近くの異変を観察する",
"2235139676": "最終試練への通路を開ける",
"2235215604": "志璇、瑾武と会話する",
"2235223215": "彼女の秘密",
"2236028271": "塔の頂上に行く",
"2236130228": "約束の場所に行く",
"2236186604": "田饒舌と会話する",
"2236307540": "アナに報告する",
"2236697780": "「穢れた逆さ神像」を見つけ出す",
"2237250532": "紺田伝助と会話する",
"2237741759": "眠れる根系",
"2238460535": "執念と虚飾からの解放",
"2238946852": "会場から離れる",
"2238993902": "宝物を探す、或いは博来にアドバイスを聞く",
"2239152948": "出口を探す",
"2240335847": "商店のオーナーと会話する",
"2240410924": "三つの破片を収集する",
"2240468172": "アルベドと合流する",
"2241819068": "みんなと会話する",
"2241841796": "シスターヴィクトリアと会話する",
"2241893244": "月海亭で視察を行う",
"2242610684": "留雲借風真君に報告する",
"2242910444": "大伴と会話する",
"2243333820": "セノと会話する",
"2243812454": "「炎」で鍋を加熱する",
"2243825604": "「祭場」に行く",
"2244137404": "ザカリヤと会話する",
"2244197228": "翌日(6時~24時)まで休む",
"2244421884": "野外で鉱物を3個集める",
"2244439052": "指定の場所に行き、アシュヴァッタ堂に関する手がかりを探す",
"2244643348": "箱の近くにあるアビスの魔物を倒す",
"2245734732": "チャールズと会話する",
"2245872135": "遺跡に入る",
"2245891988": "珊瑚宮へ向かう",
"2245957020": "ドリンクをガイアとロサリアに渡す",
"2246096308": "宿の近くに戻る",
"2246439660": "すべての「欠片」を解凍する",
"2247215647": "広海の守護",
"2248107860": "「元素視角」を使って古物を探す",
"2248388436": "残りの宝盗団メンバーに尋問する",
"2249054884": "宝箱が置いてある水車のところに行く",
"2249388436": "千と会話する",
"2249852796": "深坑の下に行って、手がかりを探す",
"2249870359": "村人2と会話する",
"2250075316": "天目優也と勝負する",
"2250223020": "アルベドを探す",
"2250356575": "ヒルチャールが起こした混乱",
"2250411311": "パイモンと会話する",
"2250748158": "志華に報告する",
"2251081348": "町の外の祠に行く",
"2251670196": "モンドの特産をテーマにした写真を4枚撮る",
"2251740031": "薄墨淡朱の新しき絵画",
"2251931895": "特訓完了会話",
"2252042644": "蒲公英の種を撒く適切な場所を探す",
"2252050468": "神里綾華と会話する",
"2252669964": "引き続き進んで、状況を確認する",
"2252777487": "扇底春秋",
"2252990060": "場所を変えて、セノと情報交換する",
"2253053295": "遺跡に入る",
"2253102095": "秘密の身分",
"2253748036": "ヴィマラ村に行く",
"2253811400": "クインと会話する",
"2254228884": "キノコンの潜在能力を引き出す",
"2254783548": "ディオナと会話する",
"2255076297": "通行止め?",
"2255292271": "全能グルメチーム·料理対決",
"2255313135": "誇りのない試練",
"2255507855": "万端珊瑚事件簿",
"2255522359": "おもちゃ市場進出",
"2255717216": "(TEST)酒豪の評価:よくない!",
"2256089380": "一人で妖魔の手がかりを探す",
"2256357540": "キノコンを倒す",
"2256526340": "続けて適切な場所を探す",
"2256694388": "安彦太郎と会話する",
"2256967196": "ヴァルダン、ガルゲンと会話する",
"2257216340": "「木漏茶屋」を離れる",
"2257231943": "欠け落ちた大切なもの",
"2257274700": "言笑と会話する",
"2257921540": "アンソニーと会話する",
"2259494476": "オルモス港へ向かう",
"2260510888": "鍵をワイアットに渡す",
"2260606844": "八重神子と会話する",
"2261197724": "鳴神大社に行って、八重神子と会う",
"2261421017": "指定された場所で香を焚き祈禱する",
"2261721000": "ロープをファオラに渡す",
"2262532540": "「葉っぱ」をイーディスに渡す",
"2262532828": "風神像付近に行く",
"2262874876": "続けて朔次郎を探す",
"2262948580": "新鮮なハッラの実を3つ採集する",
"2264575284": "幕府軍を倒す",
"2265124116": "古びた部屋を調べる",
"2265211967": "リピーター",
"2265477316": "大会に出場する",
"2266383498": "コンテンツ完了",
"2266839036": "慕風のマッシュルーム三つをグレイスに渡す",
"2267217516": "「奇妙な装置」を再び調べる",
"2267624828": "アシュヴァッタ堂の樹を調べる",
"2268032617": "風立ちの地での飛行特訓",
"2268272028": "影の傍に行く",
"2268303100": "付近のヒルチャール拠点に行く",
"2268767540": "収集器をバートランドに渡す",
"2269012404": "皆と会話する",
"2269223142": "女の子の状況を聞く",
"2271063468": "装置を調査して、門を起動する",
"2271424263": "ヴィマナ聖典·ロインジャ編",
"2271432508": "通路を通って、散兵のもとへ向かう",
"2271827588": "草神像と共鳴する",
"2272391004": "ルーに報告する",
"2273117606": "共に上古魔神に立ち向かう",
"2273134452": "影向山の底の割れ目に向かい、花散里と会話する",
"2273555964": "石門に向かう",
"2274699892": "墨田と会話する",
"2274739644": "ノックバックまたは凍結を避け、敵を倒す",
"2275973468": "記念石に奉納する供物を探す",
"2276095398": "情報を聞く",
"2276142184": "悪戯スライムを撃退",
"2277322124": "秘密基地へ入る",
"2277408240": "メイガーと会話する",
"2278103180": "汲んだ水をアランパスに渡す",
"2278144228": "続けて「潜在顧客」を訪ねる",
"2279219436": "ホッセイニと会話する",
"2279573556": "久利由売と会話する",
"2279992180": "範兵衛と会話する",
"2280548423": "靖世の九柱",
"2281000559": "アカツキワイナリーに行く",
"2281016132": "アルフレッドと会話する",
"2281019836": "囁きの森に行って調査する",
"2281355039": "瓊台玉閣",
"2282054967": "個人の依頼",
"2282270672": "ヘルマンと会話する",
"2282361662": "淮安と会話する",
"2282614943": "長い帰り道",
"2282765732": "みんなと会話する",
"2282956620": "破棄",
"2283150964": "小姜を見つける",
"2283766900": "嘉義と会話する",
"2283931516": "装置を確認し、起動する",
"2283978076": "「鎮め物」を手に入れる",
"2284850852": "離島で暇をつぶす",
"2285426183": "鹿狩り配達",
"2286044388": "ヒルチャールに報告する",
"2286084548": "北東方向にある冥魚の池に行く",
"2286115396": "ゾーラ茸を調査しに行く",
"2286254980": "不思議な星について行く",
"2286767660": "夜まで待つ(18時~翌日の6時)",
"2290478940": "深部に行く",
"2290850444": "周りの魔物を倒す",
"2291929012": "九条鎌治、鷹司進と会話する",
"2292095204": "保本と会話する",
"2292237335": "浮浪人が起こした混乱",
"2292260948": "夜蘭と会話する",
"2293379342": "鶯と会話する",
"2293844044": "隕石の核心を破壊する",
"2294534456": "ハトを追い払う",
"2294558380": "料理をグミに届ける",
"2294579038": "宝物を探す",
"2294705508": "ノエルと会話する",
"2294848314": "ティミーと会話する",
"2295774492": "引き続き決勝相手の情報を聞く",
"2295943276": "アキムがマークした場所に行って、土を取得する",
"2296055127": "突如聞こえた大声",
"2296409212": "2日後の討論会を待つ(15時~18時)",
"2296851564": "北埠頭に行って、子供たちの遊び相手をする",
"2297260716": "埋蔵地でお宝を手に入れる",
"2297394752": "戻って、ティマイオスと会話する",
"2297515900": "もう一度役人と会話する",
"2297542684": "ジャザリーと会話する",
"2298192135": "アンバーと会話する",
"2298648409": "モンド最高の聴衆",
"2298771268": "フェリックス·ユーグと会話する",
"2299111948": "宏朗と会話する",
"2299317940": "「寒山甘泉」を汲む",
"2299658516": "アランナラの家に入る",
"2299705540": "マージョリーと会話する",
"2299836574": "蓬々果の処から嵐生石を獲得",
"2300169460": "鈴を神社の周りに飾る",
"2300319964": "海乱鬼を倒す",
"2300541268": "ヒルチャールを倒す",
"2300576295": "不浄祓いし明光",
"2302023132": "音の出所に行き、手がかりを探す",
"2303061828": "ハティムと会話する",
"2304162604": "公子と会話する",
"2304184750": "市民と会話する",
"2304493404": "アキムと会話を続ける",
"2306371167": "「怪鳥」の行方",
"2306413524": "平安と会話する",
"2306471204": "ニルファに報告する",
"2307360044": "テウセルと会話する",
"2307659964": "ルカと会話する",
"2308101812": "「邪気」が祓われたことをザマランに教える",
"2308981580": "カイヴァンの必要な材料を探す",
"2309445004": "ヴィマラ村を出て指定の場所に行く",
"2309824124": "ニィロウと会話して、お祝いが始まるのを待つ",
"2310705612": "獣肉を8つ手に入れる",
"2310811145": "すべての魔物を倒す",
"2311239740": "襲ってきた宝盗団を倒す",
"2311415735": "黒蛇騎士の栄光",
"2311469252": "北斗と共に一般客向けの魚屋に行く",
"2311864732": "教令院のほうへ行く",
"2312004446": "石商と会話する",
"2312113812": "料理を無口な廷方に送る",
"2312149092": "一弦と一柱から蔡楽の行方を聞き出す",
"2312470980": "凝光と会話する",
"2312693820": "引き続き進んで、状況を確認する",
"2312736620": "モコとヘイリーと会話する",
"2313243892": "キングデシェレトの霊廟の頂上に行く",
"2313359100": "全ての魔物を倒す",
"2314726948": "クインと会話する",
"2315160796": "弥生七月の意見を聞く",
"2315208100": "飛雲商会に行って、行秋を探す",
"2315578960": "(TEST)酒豪的评价:意外と良い!",
"2315719471": "リサと会話する",
"2315771708": "イヴァノヴィチに報告する",
"2316343012": "吉法師と会話する",
"2316874684": "旭東と会話する",
"2316888433": "海灯祭イベント進捗",
"2317065476": "ウェンティと会話する",
"2317320172": "ヤスミンと一緒に薬を撒く",
"2317512740": "元素視角を使って日記の中の手がかりを探す",
"2317605142": "材料保存場所を調べる",
"2317740604": "アランナキンと会話する",
"2317897775": "海乱鬼が起こした混乱",
"2318016428": "ディシアをナヒーダのいる場所に連れて行く",
"2318226676": "マーガレットと会話する",
"2318634055": "十分な量の獣肉を獲得する",
"2318977625": "次回お楽しみに",
"2319484812": "アナと会話する",
"2319796430": "戦闘II",
"2320050918": "神像広場に行く",
"2320130263": "付近のヒルチャール拠点を片付ける",
"2320155828": "パイモンと会話する",
"2320199296": "怒ったヒルチャールを撃退する",
"2320528356": "サイリュスと会話する",
"2320657348": "裕明と会話する",
"2321247200": "ティマウスと会話する",
"2321348908": "紺田村に行き、配達を手伝う",
"2321645873": "止まらぬ風とミシェル",
"2321705852": "不審者の痕跡を追う(1/3)",
"2322062252": "レグザー庁の入り口でディシアを待つ",
"2322307228": "宝盗団と会話する",
"2322645156": "パイモンと会話する",
"2322922556": "裏山に行ってエレンを探す",
"2323263032": "エラ·マスクと共にヒルチャール集落に行く",
"2323623452": "魔物を避けてダダウパの谷に入り込む",
"2323860268": "海浜を散策する",
"2324173260": "クレーと会話し、箱を取り戻す",
"2325095828": "アカツキワイナリーに行く",
"2325737692": "木村と会話する",
"2326302231": "巨淵初探査",
"2326815028": "層岩巨淵の鉱洞に入る",
"2328406124": "「アシュヴァッタ神殿」に行く",
"2329481303": "石の記憶",
"2329617436": "指定の場所に行って宝盗団を倒す",
"2330051008": "霜劫のオイルを渡す",
"2331645385": "剣はいずこ?",
"2332020228": "波止場で心海とゴローを見送る",
"2332282516": "古華派の弟子と自称する唐無仇を倒す",
"2332505984": "マーガレットの依頼を完了する",
"2332613236": "「アランナラを助ける」",
"2332900596": "ペドラッシュと一緒に夢の中の人を確認する",
"2333749284": "ハティムのために「千金料理」を一つ選ぶ",
"2333891196": "完成した霄灯を黄衣に渡す",
"2334001324": "星空の挑戦をクリアする",
"2334122108": "ベネットを探す",
"2334801340": "アカツキワイナリーのスタッフを探す",
"2334891396": "白朮と会話する",
"2335893804": "スケッチ板を研究する",
"2336570086": "ヴェル·ゴレットに報告する",
"2336653996": "龍骨花の露玉を手に入れる",
"2336933276": "香膏を作る鶯を待つ",
"2337295588": "次の日まで待つ(18時~21時)",
"2337631564": "ジュートに状況を尋ねる",
"2338001604": "高所に行って状況を確認する",
"2338452908": "「迷宮」の終点に行く",
"2338988796": "宝盗団と会話する",
"2339014716": "聖顕殿へ向かう",
"2339485687": "村人1と会話する",
"2339549660": "宵宮、クレーと共に容彩祭を見に行く",
"2340124423": "千岩牢固",
"2340647398": "ジャックとスタンレーを助ける",
"2341132612": "付近に隕石が残ってないか確認する",
"2342008879": "1回目分析後の会話の正しい選択(隠)",
"2342991735": "後片付け",
"2343853828": "「機関棋譚」を試してみる",
"2344123708": "みんなと話し合う",
"2344321068": "淵上と会話する",
"2344575996": "ビーコンを回収する",
"2344703172": "モンド城の周囲に向かう",
"2344808860": "モナと会話する",
"2345078468": "モンと会話する",
"2345112564": "層岩巨淵の下層部へ向かう",
"2345516980": "キャサリンと会話する",
"2346134967": "巨淵の恩恵",
"2346871244": "ザカリヤと会話する",
"2347087460": "ソラヤーと会話する",
"2347128004": "玉京台に行って、凝光の演説を聞く",
"2347309020": "破棄",
"2347403186": "落ち葉の山を綺麗にする",
"2347598548": "死域を排除する",
"2348327996": "道路上の魔物と障害物を片付ける",
"2350145912": "エリンに話を聞く",
"2350400468": "アビサルヴィシャップの痕跡を辿って、密室を探す",
"2350890972": "旭東と会話する",
"2351082628": "ハバチと会話する",
"2351569140": "拠点を調べる",
"2351658127": "海上の花鈿",
"2351781364": "アザライと会話する",
"2352119308": "みんなと会話する",
"2352554732": "野伏衆を倒す",
"2352760020": "遺跡を探索する",
"2352842780": "五歌仙広場でアルベドと会話する",
"2352937047": "謎めいた命令",
"2353121503": "勇気の残照",
"2353990172": "万葉と会話する",
"2354361748": "狂風のコアを追撃する",
"2355317524": "魔物を倒す",
"2355507084": "みんなと会話する",
"2356247220": "ミラーメイデンが去った方向に行って確認する",
"2356352096": "蒲公英の種を三つ探す",
"2356565799": "鹿狩り配達",
"2356998788": "二人の役者と会話する",
"2357118316": "アルベドと会話し、結論を出す",
"2357350386": "宝児と会話する",
"2357540116": "ダインスレイヴと会話する",
"2357752284": "凝光に報告する",
"2357875692": "木漏茶屋に行って手がかりを探す",
"2359451972": "宝盗団を倒す",
"2359870060": "溜まった水を排出し、「ゾーラ茸」を獲得する",
"2360073414": "宝盗団のメンバーと会話する",
"2360152820": "ファデュイを倒す",
"2360353004": "木の上のキノコンを退治する",
"2360361372": "機械ガニと会話してみる",
"2360524284": "奥深くへの通路に入る",
"2361733708": "シュースターと会話する",
"2362003556": "スタッフと会話する",
"2362156636": "民衆と会話する",
"2362503204": "群玉閣に行って凝光に会う",
"2362668144": "怒っているティミーと会話する",
"2362725970": "宝物の手掛かりを探す",
"2362844284": "大盗賊「カシム」を倒す",
"2362853516": "エルザーと会話する",
"2363196412": "最近流行っている怪談を調べる",
"2363749108": "パイモンと会話する",
"2363880348": "軽策荘に行く",
"2364065628": "イノシシを追い払う",
"2364475692": "神里綾華と会話する",
"2364553230": "天衡山南部の寺に向かう",
"2364760860": "黒岩場に行って調査する",
"2364840321": "「密蔵」を捜索する",
"2365093194": "常九と会話する",
"2365116908": "供物を置く",
"2365278636": "遺跡に入る",
"2365410079": "酌み交す酔夢",
"2365552564": "現場の状況を把握する",
"2365759436": "「休憩所」に行く",
"2365892380": "アランカンタと会話する",
"2366119854": "モンドでガイアを探す",
"2367413212": "翌日の8時まで待つ",
"2367791236": "香膏をルルに渡す",
"2368528036": "老夫婦に報告する",
"2368570324": "「冒険コイン」を手に入る",
"2368805416": "前方を調査する",
"2368920788": "玉霞に報告する",
"2368963240": "サラに食事代を渡す",
"2369084420": "グザヴィエと会話し、撮影を始める",
"2369515676": "オークション会場を調べる",
"2369637220": "天守閣から離れる",
"2369748927": "アランナキンの旧友",
"2370000524": "廃棄された遺跡守衛を探す",
"2370043812": "千手百目神像に行く",
"2370108036": "奥深くにある部屋を開ける",
"2370737095": "小さい海賊、海に出る!",
"2370963372": "鶴観に入る",
"2370985740": "炎スライムを倒す",
"2371156932": "遺跡の内部を調べる",
"2371158572": "二人の役者と会話する",
"2371328390": "宝物を探す、或いは博来にアドバイスを聞く",
"2371506948": "「極悪凶猛の寮」に入る",
"2371722252": "装置を利用して道路を修復する",
"2371946520": "できたカクテルをジャックに試飲してもらう",
"2372351596": "若紫を探す",
"2372428806": "ルルに話を聞く",
"2372545500": "アランラキャと会話する",
"2372727972": "釣り餌の材料をカイヴァンに渡す",
"2373238676": "軽策荘に戻り経綸に報告する",
"2373405919": "烈炎踏歌行",
"2373559092": "村上にミントを15個渡す",
"2374103884": "モンと会話する",
"2374496884": "「対雷電将軍特訓」の次の段階をクリアする",
"2374654596": "リュドヒカの服を渡す",
"2375212580": "ダイコン漬けを村の聡に届ける",
"2375255132": "ヒルチャールを倒す",
"2376344271": "花園の記憶",
"2377272572": "ラフィクと会話する",
"2377328484": "制限時間内に全ての杭を破壊する",
"2378533476": "「ヴァナラーナ」のある場所に行く",
"2379400023": "購入した後にパイモンと会話する",
"2379417652": "「間道のメロディー」を利用して、「迷宮」に入る",
"2380128492": "朝倉と会話する",
"2380493972": "拠点に戻る",
"2380808140": "続けて「記憶の銘文」を探す",
"2381012160": "全ての依頼を完了する",
"2381830790": "博来と会話する",
"2381988660": "アラニと共に岩田を探す",
"2382076868": "アランラキャと会話する",
"2382090956": "「モジャモジャ仮面魔王」の拠点に行く",
"2382342284": "アルベドと会話する",
"2383292300": "辛炎と会う",
"2383310551": "貴方と共に",
"2383492388": "目の前の草神像を観察する",
"2383808455": "NPCと戦う",
"2383813148": "ヴィクトルと会話する",
"2383852777": "紛失した涙",
"2384516100": "秋歌と会話する",
"2384717452": "翌日の夜(18時~21時)まで待ち、保本と会話する",
"2385256508": "気付かれずに秀夫の後をつける",
"2385302652": "「午後の死」をペインに渡す",
"2385781079": "セイライ逐雷記·一",
"2386402876": "新鮮な鳥の卵を2つ手に入れる",
"2387202460": "アパーム叢林の北で暝彩鳥を捕まえる",
"2387293360": "ジリアンナに薬の配合を頼む",
"2387489164": "ウルマンと会話する",
"2387515764": "ヴァルに報告する",
"2387911588": "ヴィクトルと会話する",
"2387951988": "トーマと会話する",
"2387993944": "エラ·マスクと会話する",
"2388399804": "軽策荘に戻る",
"2388857164": "残っている患者の中からフリッツを探す",
"2389144604": "島で宝物の手がかりを探す",
"2389461860": "ハイヤームと会話する",
"2389721512": "エラ·マスクと会話する",
"2389797370": "会話NPC",
"2389949772": "探索を続ける",
"2390595948": "教令院の衛兵を罠に引き寄せる",
"2391463783": "エリアを出ることに失敗巻き戻し",
"2392991004": "隕石を片付ける",
"2393111935": "神様よ、答えてくれますように!",
"2393293452": "黒蛇騎士を倒す",
"2393566816": "成功分岐発生",
"2393767060": "「悪兆異域の寮」に入る",
"2395595180": "予備の場所に行く",
"2396001244": "ザマランの周りの「邪気」を祓う",
"2396068444": "拠点を片付ける",
"2396188684": "心海と一緒に文通相手に会いに行く",
"2396278100": "貨物を城外に運ぶ",
"2396582292": "ランバド酒場を離れる",
"2396805700": "チャンチャンと会話する",
"2398243180": "失われたホラガイを探す",
"2398470196": "天領奉行へ向かう",
"2399454912": "常九から鉱石を購入する",
"2399787239": "未知なる星",
"2399836852": "新鮮な絶雲の唐辛子を採集する",
"2399966924": "ミントを三つ探す",
"2400147904": "詳細を確認する",
"2400310396": "北西方向にある虚界の塔に行く",
"2400479308": "汚染区域の源に入る",
"2400721452": "正しい書類を嘉義に渡す",
"2401285692": "万葉と共に九条鎌治に返答する",
"2402487324": "掲示板を確認する",
"2402874108": "老夫婦の庭を掃除する",
"2403219920": "ジャックと会話する",
"2403224954": "「商人」ルルと会話する",
"2404520014": "ヒルチャールを倒す",
"2405422564": "元素の痕跡を探す",
"2405460455": "孤雲の艦船",
"2405628244": "会話中の2人に近寄る",
"2405653807": "南天門の謎",
"2405788916": "しばらく隠れて機会を待つ",
"2406994974": "籠の中の人を解放する",
"2407044916": "ヤコヴが通った通路を開く方法を探す",
"2407090988": "みんなと会話する",
"2407282398": "志華に報告する",
"2408291356": "「邪気」の根源に対して「才慧の加護」を使う",
"2408342876": "風のある方向に沿って進み、出口を探す",
"2408587114": "コンテンツ完了",
"2408784492": "オアシス付近の拠点に戻る",
"2409644476": "村に行って夕食会に参加する",
"2409885156": "パルディスディアイでティナリに会う",
"2409890615": "病み上がり",
"2410139492": "アンソニーと会話する",
"2410434692": "汚染区域の奥深くへ進む",
"2410441815": "たたら物語·最終準備",
"2410703460": "かつての世界樹の下に向かう",
"2410986060": "稲妻城のキャサリンと会話する",
"2411657044": "全てのヒルチャールを倒す",
"2411677924": "神秘的な剣を持って戦う",
"2411690692": "前にいる人と話す",
"2412786348": "亜琉と会話する",
"2412848369": "懐かしい味",
"2413129948": "アランマと会話する",
"2413515679": "武者の宿命",
"2413567468": "スミレウリを木南杏奈に渡す",
"2413574506": "九ちゃんのところに戻る",
"2414407745": "壺の中",
"2414433828": "パルヴァネにジャガイモを2つ渡す",
"2414472556": "破棄",
"2414493462": "博来と会話する",
"2414530052": "アルベドを見つけて、彼の秘密を知る",
"2414696012": "適した撮影ポーズを勧める",
"2414727476": "全ての魔物を倒す",
"2415247558": "ドゥラフと会話して、結果を待つ",
"2415258836": "ブリュー祭の会場を散策する",
"2415517716": "八重神子を訪ねる",
"2415559102": "0",
"2415658318": "観客に劉蘇の講談内容を聞く",
"2416593228": "酒場に入る",
"2416761508": "全ての魔物を倒す",
"2417145447": "エルマイト旅団が引き起こした混乱",
"2417373124": "トミーに美味しそうな大根入りの野菜スープを作ってあげる",
"2418334308": "指定された場所に行って霄灯を回収する",
"2418392567": "途中で市民と会話する(ニムロド)",
"2418511772": "虚界の塔の制御装置を起動する",
"2418947439": "センサーNo.4に反応された",
"2419030372": "淵上と会話する",
"2419251412": "「羽毛」を使う",
"2419345996": "襲撃者を倒す",
"2419353668": "天衡山に行ってテンテンを探す",
"2419595340": "洋平の兄を探す",
"2420111748": "清心を孫宇に渡す",
"2420424692": "「ジャミカヨマール」に行って霊薬を捧げる",
"2420535820": "鳴神大社に行く",
"2420867628": "アリナにサウマラタ蓮を5本渡す",
"2421188655": "四方八方の網",
"2421290324": "三人のスパイを探す",
"2421560154": "宝児の落し物を見つける",
"2422609916": "梶に状況を報告する",
"2422713556": "留雲借風真君に報告する",
"2423368788": "アランラキャと会話する",
"2423548364": "茶屋のラムゼイと話す",
"2423724639": "「キャッツテール」のバーテンダー",
"2423745984": "「重い角笛」を集める",
"2424681911": "煙海巡廻",
"2425065921": "軽策のお宝",
"2425339036": "ファデュイの装置の状況を確認する",
"2426282672": "サラと会話する",
"2426473164": "バーバラに報告する",
"2426509516": "「悪兆異域の寮」の深部へ向かう",
"2426874303": "西風ザーザーショップ!",
"2427065828": "小姜と会話する",
"2427544788": "食材を亀井宗久に渡す",
"2428500028": "万端珊瑚探偵所に行く",
"2429090124": "刻晴、香菱と会話する",
"2429264980": "海面の遺跡でウォルフガングの痕跡を探す",
"2429534735": "肝試し大会",
"2429682903": "アンバーと会話する",
"2429717320": "夕暮れの実を集める",
"2430108964": "失くした五つの本を収集する",
"2430318303": "迫る仕事",
"2431882966": "出て行くつもりの香菱について行く",
"2431974820": "北国銀行に行く",
"2432157628": "キャサリンと会話する",
"2432419337": "$#(test)璃月入口シーン",
"2433327420": "守たちと会話する",
"2433383788": "老石を三個採掘して、沐寧に渡す",
"2434547969": "$#風を捕まえる異郷人",
"2434834660": "プレゼントをリリーに渡す",
"2435320508": "準備した料理を湯雯に渡す",
"2435497276": "ヴァルに報告する",
"2435914004": "ヴィクトルと会話する",
"2435969708": "斑目百兵衛と会話する",
"2436183436": "探索を続け、扉を開ける",
"2436585164": "アランナラと会話する",
"2437026911": "元素視角で怪しい人を探す",
"2437253334": "霄市に行く",
"2438452932": "寛、昭そして安と会話する",
"2439919711": "礼儀をもって心を知る",
"2440323420": "「結界」を探す",
"2441032236": "夜になったら千と会話する(21時~5時)",
"2441536556": "負傷兵たちと会話する",
"2442287167": "メルヒェンランド",
"2442900350": "怪しいものと会話する",
"2442901420": "酒場1階で「謎の人物」を探す",
"2443039159": "雪山迷走",
"2443962145": "夜叉の願い",
"2444178604": "釣り餌の材料をカイヴァンに渡す",
"2445162276": "材料を百代に渡す",
"2446427068": "アランナクラと会話する",
"2446641740": "石壁の上の茂みを調べる",
"2447040692": "彦博に結果を報告する",
"2447155362": "ヒルチャールに接近する",
"2447160810": "宝物を手に入れる",
"2447425060": "ウィカラ隊商宿で姿をくらます",
"2447520172": "「御霊真珠」を手に入れる",
"2447530316": "ザイトゥン桃付近のアランナラに触れる",
"2448187724": "風立ちの地に行く",
"2448408172": "テンテンと会話する",
"2448852140": "ジャヴィを手伝って「夢」を探す",
"2449362420": "アルベドと会話する",
"2449377836": "絶雲の唐辛子を探して小五に渡す",
"2449481463": "一柱のデザートのリクエスト",
"2449754580": "船の位置を朔次郎に伝える",
"2450038484": "彫像を移動して謎を解く",
"2450225300": "エンドラーと会話する",
"2450706332": "上層の足場へ向かう",
"2450983268": "霄灯を回収する",
"2451095932": "柊千里に別れを告げる",
"2451110044": "七つの御陵墓石の前に珊瑚真珠を捧げる",
"2451406140": "烏有亭を出る",
"2451584095": "サラに本を返却するように声をかける",
"2451682106": "魔物を倒す",
"2452372412": "周りの住民に薬を届ける",
"2452922960": "(TEST)カクテル完成、酒豪に飲んでもらおう!",
"2452964972": "謎の痕跡をたどる",
"2453746932": "「メカジキ二番隊」の隊員と会話する",
"2454258364": "パイモンと会話する",
"2454342548": "重量物を集める",
"2454397460": "フローラと会話する",
"2454644672": "魔物を倒す",
"2454644740": "現れた魔物を倒す",
"2455328444": "スメールのキャサリンと会話する",
"2455389428": "ダインスレイヴについて行く",
"2456225156": "「シュリパナ」の前で「大夢のメロディー」を弾く",
"2456485175": "実験その二·世界",
"2456798870": "近くの魔物を倒す",
"2458889641": "狼の痕跡",
"2459549140": "トーマと一緒に野良猫と野良犬にセーターを着させる",
"2459808092": "グランドバザールへ向かう",
"2460032431": "座ってリサと共に食事する",
"2460340364": "ウミレイシを3つ手に入れる",
"2460502052": "書いた返信を八重堂に持って行く",
"2460553552": "手紙をグローリーに渡す",
"2460868686": "労働者3人を探す",
"2460881335": "神社の大掃除",
"2461389815": "鳴神追跡",
"2461939916": "「高門の炎」を全部解放する",
"2462380636": "全ての魔物を倒す",
"2462549796": "洞窟で仲間を探す",
"2462642516": "ミラーメイデンが無くした写真を探す",
"2463034740": "パイモンと会話する",
"2463301730": "会話NPC",
"2463614300": "足跡を追って探す",
"2463913660": "章と会話する",
"2463957084": "ホッセイニに報告する",
"2464192916": "サイリュスと会話する",
"2464470540": "鎮守の森に行って、五百蔵を訪ねる",
"2464568716": "エウルアと会話する",
"2464744026": "任務開放",
"2465126263": "大未来星",
"2465481148": "気配をたどって手がかりを探す",
"2465890159": "勇気の残照·微光銘記",
"2466115004": "洞天の一番底に無事に着地する",
"2466278924": "アビスの詠唱者を倒す",
"2466371908": "ツァレーヴィチの要求通りにヒルチャールを倒す",
"2466837140": "手がかりをジェブライラに報告する",
"2467101820": "志璇と会話する",
"2467755444": "「暗晦の指輪」をいい値段で売却する",
"2468361636": "「晶化骨髄」を3つ集める",
"2469196148": "アラニを手伝って食材を集める",
"2469268196": "大祐と会話する",
"2469357735": "心安らかな処",
"2469483484": "襲われている学者を助ける",
"2470135348": "アランマと会話する",
"2470194712": "ヘルマンと会話する",
"2470249148": "ナヒーダと会話する",
"2470462724": "逃げた犬について行く",
"2470517719": "アミルの獣肉のリクエスト",
"2470903012": "蒲公英の種を入手する",
"2471365188": "肥料の状況を翌日確認する",
"2471759382": "0",
"2471796860": "屋根の上で村長のノートを探す",
"2471993972": "雪山に行く",
"2473077324": "「玲瓏霄灯図·鶴」を観察する",
"2473272919": "宝の在り処",
"2473424980": "コナーと会話する",
"2473597108": "哲平と会話する",
"2473771240": "ジリアンナと会話する",
"2473818940": "好奇心旺盛な子瑞と会話する",
"2474320849": "留雲",
"2474356655": "オロバシの遺事·三",
"2474425332": "香菱と会話する",
"2475186311": "ヒルチャールが起こした混乱",
"2475683844": "アランカヴィと会話する",
"2475799548": "秘境に入る",
"2475863700": "ヘレンと会話する",
"2475882620": "李九郎会話する",
"2476316284": "青鬼と会話する",
"2476805316": "午後のパンケーキをジェリーに2つ渡す",
"2477380180": "アフラトゥに報告する",
"2478269831": "遺跡守衛を倒す",
"2478416532": "マルフと会話する",
"2478963889": "この小説はすごくなる、はず!",
"2479323180": "シニャクと会話する",
"2479721268": "ファデュイの拠点に行って、手がかりを探す",
"2481125359": "詩言志論",
"2481265108": "もう一度アルベドと会話する",
"2481265164": "椅子に座り、パイモンと吉法師と一緒に美食を楽しむ",
"2481434900": "豆腐、杏仁と米をそれぞれ3つ購入する",
"2481926092": "久岐忍の様子を見る",
"2482051614": "璃月港でキャサリンと会話する",
"2482211748": "夢境の最奥に進む",
"2482581719": "パエトーンたちはみな踊る·プロローグ",
"2482668868": "蛇骨鉱坑の鎮め物を調べる",
"2482976656": "チャールズと会話する",
"2483781844": "突然現れた魔物を倒す",
"2484214324": "城の図書館に入る",
"2484340284": "誓いの岬で鷹飛びの浜の景色を撮る",
"2484957871": "風立ちの地の七天神像の近くに行く",
"2485063310": "林中の少女に近づく(隠れ)",
"2485125460": "キャッツテールに戻る",
"2485356903": "千手百目",
"2485550366": "千岩軍の捜査から逃げる",
"2485833398": "夜が来るのを待つ",
"2486066004": "ヴィクトルと会話する",
"2486774663": "水辺で霧氷花を採集する",
"2487022924": "石門の近くに行く",
"2487299356": "前方エリアを調べる",
"2487684684": "城のおもちゃの欠片を探す",
"2487917092": "アマディアと会話する",
"2488384585": "港の船",
"2488825956": "シードル湖で釣りをする",
"2489211484": "グザヴィエと会話する",
"2490706986": "隠れている子を見つける",
"2490775116": "神里綾華にピザを渡す",
"2491118332": "慧心と会話する",
"2491387271": "山に隠されし物",
"2491642812": "霧を通り抜ける",
"2491826087": "夢境と樹",
"2492224020": "アランカヴィと会話する",
"2492524620": "準備した料理を湯雯に渡す",
"2492972956": "セノを手伝ってエルマイト旅団を捕らえる",
"2493478836": "桂に報告する",
"2493613607": "ナラに佳肴を",
"2493900468": "岳川と会話する",
"2494711100": "「御肉丸」と会話する",
"2495011820": "種を「呼び覚ます」",
"2496019756": "スイートフラワーを確認する",
"2496155948": "玉京台に行って、ピンばあやを訪ねる",
"2496262500": "銅雀に線香を上げる",
"2496795932": "じょうろを持つ",
"2497205508": "鈴を神社の周りに飾る",
"2497805540": "長野原花火屋に行く",
"2498392196": "稲妻城の冒険者協会に行く",
"2498969772": "近くの患者の様子を確認する(0/3)",
"2499621508": "清泉町付近に行って調査する",
"2499954940": "アビスの使徒を倒す",
"2499977756": "ディシアと会話する",
"2500821084": "千岩軍を探す",
"2501198100": "盆景のところへ向かう",
"2501363020": "アロイスと会話する",
"2501451948": "貨物を商人に返す",
"2501669388": "ハイパシアのところに行く",
"2502392260": "アズラと会話する",
"2502719273": "毎日が新しい冒険",
"2502791956": "言笑と会話する",
"2502867828": "ワーグナーと会話する",
"2502881220": "約束の場所でドニアザードと会話する",
"2503239964": "豆助と会話する",
"2503589108": "冒険者に聞く",
"2503722140": "旅商人と対策を考える",
"2504485560": "風神の像のてっぺんに行き、蒲公英の種をばら撒く",
"2505942628": "本棚で本を返却する",
"2506227328": "チャールズの情報収集の進捗",
"2506526484": "見張りのヒルチャールを倒す",
"2506762652": "稲妻の冒険者協会に行く",
"2506777444": "破棄",
"2506906151": "ヴィマナ聖典·初編",
"2506953892": "「欠片」を探す",
"2507167548": "アランマ、アランヤサと会話する",
"2507336588": "「冷製鮮肉」を獲得する",
"2507449276": "羽毛に触れる",
"2507493356": "村長の家に戻って皆と合流する",
"2507555436": "金忽律の言った「人影のない廃墟」に行く",
"2507555548": "嘉義に報告する",
"2507660860": "アビスの使徒と交渉する",
"2508239287": "明月よ、如何ともし難き",
"2508533604": "藤原俊子と会話する",
"2508544524": "「シュリパナ」の前で「大夢のメロディー」を弾く",
"2508926428": "パイモンと会話する",
"2510458940": "バレないように前進する",
"2510595143": "安彦太郎との一戦",
"2511476828": "準備した料理を湯雯に渡す",
"2511635068": "ベネットと一緒に注文をする",
"2512102748": "料理王決定戦を観戦する",
"2512702433": "逃亡",
"2512731100": "「フラワーゼリー」の屋台に行く",
"2512999452": "マージョリーと会話する",
"2513335124": "三人と会話する",
"2513722044": "アランナクラと会話する",
"2514557636": "遺跡機械を倒す",
"2514775268": "アカツキワイナリー付近の狩りに参加する",
"2515222102": "玉石の種類を選ぶ",
"2515349692": "層岩巨淵の外に行って、パトリックを探す",
"2515857308": "卯師匠と会話する",
"2516492524": "鳴霞浮生石を探す",
"2516841700": "手紙を潮汐に渡す",
"2517209928": "固め-霜劫オイル",
"2517883452": "占い材料をキミヤに渡す",
"2517916239": "代価",
"2517975495": "三界道饗祭·後日談",
"2518202060": "手紙を九条鎌治に渡す",
"2518264700": "寝子に報告する",
"2518628015": "決意の前進",
"2519356676": "マップの指示に従って帰元ノ庭を探す",
"2519549332": "商華と会話する",
"2519660900": "パイモンと一緒に情報を整理する",
"2519893012": "翌日の午前中まで待つ(8時~10時)",
"2520130716": "旭東と会話する",
"2520695012": "回りで食材を収集する",
"2520782860": "準備した料理を湯雯に渡す",
"2521616796": "ジャファータバーンへ向かう",
"2521721972": "事の経緯を鬼婆婆に教える",
"2522354658": "范木堂内のヒルチャールを倒す",
"2522790244": "柊千里に会って会話する",
"2523242380": "アランカヴィと会話する",
"2523650124": "アナと会話する",
"2524321583": "「怪鳥」を探す",
"2524665596": "アランパンドゥと会話する",
"2525016398": "儀式の道具——香炉を収集する",
"2525043268": "ハティムのために「千金料理」を一つ選ぶ",
"2527173116": "社奉行所で忍犬の主の情報を聞く",
"2528758855": "断罪公文",
"2529969348": "影と会話する",
"2530416740": "ルル、飛、モンと会話する",
"2532168910": "凝光と会話する",
"2532265560": "新規-汚れた仮面",
"2532799876": "銅雀の彫像の在り処に戻る",
"2533332335": "アンティゴノス",
"2533581156": "ラナと会話する",
"2533710932": "パイモンと会話する",
"2534897548": "美味しそうな腌篤鮮を湯雯に届ける",
"2535220788": "吉法師に晶核を1つ渡す",
"2535440836": "木南杏奈に報告する",
"2535466260": "セノと会話する",
"2536098628": "対戦相手を倒す",
"2536442108": "黒い霧の近くにある手がかりを調べる",
"2536531223": "愚忠と愚勇",
"2536730172": "家政挑戦:水やり",
"2537360024": "近くのモンスターを倒す",
"2537930636": "ヴィクトルが無くした箱を探す",
"2538405108": "ジェイドと会話する",
"2539282631": "密輸懸案",
"2539531468": "変わった箱を調べる",
"2539785740": "手紙を待ち合わせ場所に置く",
"2540037839": "ヒルチャールの施設を片付ける",
"2540277788": "ジェイドと会話する",
"2540846028": "第三幕の撮影を完成させる",
"2540987814": "林中の少女に近づく",
"2541189463": "地図を元に宝物の埋蔵地を探す",
"2541381839": "パイモンと会話する",
"2541791348": "パイモンと会話する",
"2542372716": "緋木村で鷲津の財産を探す",
"2542930868": "埋められた物を発掘してみる",
"2543070748": "翌日の午前中(8時~12時)に大伴と会話する",
"2543415972": "璃月港に戻る",
"2543714896": "2秒以内に全ての杭を破壊する",
"2544294444": "千と会話する",
"2544416940": "破棄",
"2544617132": "ニムロドと会話する",
"2545753374": "0",
"2546023913": "あの緑のやつ",
"2546382020": "遠くから観察する",
"2546673564": "平山と会話する",
"2546746212": "ソヘイルと会話する",
"2547039540": "全ての魔物を倒す",
"2547557148": "近くの怪しい場所を調査する",
"2547757604": "ヴィクトルと会話する",
"2547819896": "パイモンとの会話を発生させる",
"2548163916": "チャトラカム洞窟の近くに行く",
"2548337375": "マウシロの音を聴く",
"2548921308": "鍾離を探す",
"2549145972": "仙霊が台座に戻るのを待つ",
"2550821932": "呉二と会話して、もう一度宝をゲットする",
"2551096438": "儀式の流れに従い儀式を行う",
"2551219308": "離島で万葉を探す",
"2551588596": "特殊空間の中を突き進む",
"2551904632": "ハトを追い払う",
"2552670076": "レザーと会話する",
"2553494855": "大聖堂に行き、飛行免許を受け取る",
"2553849692": "右側から撮った寝子の写真",
"2554392602": "コンテンツ完了",
"2554574916": "盆景のところへ向かう",
"2555239996": "探索を続ける",
"2555885356": "教令院学生の会話をこっそり聞く",
"2556124164": "モナを訪ねる",
"2557114524": "約束時間(18時~24時)に柊家のお嬢様と会う",
"2557387252": "朱店主と会話する",
"2557503684": "2日後まで待つ",
"2557531100": "茅葺と会話する",
"2558238124": "子猫を探す",
"2558781900": "船で「宝」の在り処に行く",
"2559515032": "「スライムの液体」を1個集める",
"2559586468": "山を流れる水脈を引く",
"2560348508": "装置を起動する",
"2560903774": "全ての魔物を倒す",
"2561128326": "観客に劉蘇の講談内容を聞く",
"2561132092": "準備ができたら、ナヒーダと会話する",
"2561636748": "ノートに書かれた場所に行く",
"2561784460": "大祐と会話する",
"2563127516": "アランラジャの家で休憩する",
"2563165719": "アートと会話する",
"2563464428": "ザカリヤと会話する",
"2564114732": "グザヴィエと会話する",
"2564157639": "刻苦勉励",
"2564551940": "草スライムを倒す",
"2564565335": "モンド城へ進み続ける",
"2564919204": "「第一幕、第二場」の撮影を終える",
"2565202732": "スイートフラワーをイヴァノヴィチに渡す",
"2565256895": "異郷に迷い込んだ客·痕跡探し",
"2565392439": "サプライズ",
"2566213748": "慌てふためく天領奉行と会話する",
"2566245607": "鬼の誇り",
"2566614324": "アランラジャとアランマを探す",
"2566671338": "杏仁豆腐を沈香に渡す",
"2567192676": "ゴローと一緒に虎の巻を探す",
"2567303324": "2人が高い所で霄灯を飛ばせるように護衛する",
"2567321820": "町の外の祠に行く",
"2568312904": "襲ってくるファデュイを倒す",
"2568638236": "洞窟の奥で手がかりを探す",
"2568812252": "宝盗団の拠点を片付ける",
"2569210628": "ダダウパの谷に行く",
"2569283719": "ガルシアの賛歌·妥当な贈り物",
"2569514625": "0",
"2569786788": "バーバラと会話する",
"2570770966": "「留雲借風真君」を探す",
"2571809207": "奥深くへ",
"2571820628": "冒険者協会に行く",
"2571902244": "「祭場」に戻る",
"2573038575": "「怪鳥」が残した痕跡を探す",
"2573962327": "襲ってきた敵を倒す",
"2574388684": "城内の掲示板のところに行って、現状を確認する",
"2575331724": "せっかちなワリットと会話する",
"2575514660": "五歌仙広場に行く",
"2575613796": "トミーと会話する",
"2576500188": "亀井宗久と会話する",
"2576534423": "パイモンと会話する",
"2578805236": "人形を拠点に持ち帰り、戚定に渡す",
"2579116816": "マージョリーから報酬をもらう",
"2579412324": "宝盗団を倒す",
"2579423066": "常九を探す",
"2579854372": "ナヒーダの意識と会話する",
"2579933596": "図書館にいる残影と会話する",
"2580572529": "飛行免許",
"2580645876": "部屋を調査し、手がかりを探す",
"2580771692": "ハティムのために「千金料理」を一つ選ぶ",
"2581190772": "特殊空間の中を突き進む",
"2581568300": "煙緋が言った場所へ向かう",
"2581790188": "パイモンと会話する",
"2581805852": "鍾離を探す",
"2581985716": "元素視角を使って雷元素の痕跡を辿る",
"2582632252": "五歌仙広場に行く",
"2582674070": "酒場にいる大人たちを見てみる",
"2582713148": "身を隠す場所にいる残影と会話する",
"2583237596": "茂と順吉を訪ねる",
"2583476044": "南西の島に行く",
"2583516524": "装置のパーツを探す",
"2584077236": "近くで調査を続ける",
"2584536633": "リンゴの教え",
"2584697452": "不思議な島に着く",
"2584957036": "みんなと会話する",
"2586708353": "思いを風に",
"2586711519": "インテイワットの記憶",
"2586719780": "「秘密基地」を調べる",
"2586910287": "進捗の保存-三回保存",
"2587394812": "見つけた指輪をタリエシンに渡す",
"2587858260": "ディルックに指定ドリンクを作る",
"2588193004": "小巻と会話する",
"2588861380": "行秋と会話する",
"2588869524": "離島の人と会話する",
"2589305489": "敵を知り策を決める",
"2589442364": "エルマイト旅団と交渉する",
"2590330204": "コナーと会話する",
"2590833631": "プルシナスパイクの自己循環動作報告·実験手順",
"2592586404": "追跡の結果を百代に報告する",
"2592729636": "野外で果実を6個集める",
"2593328860": "慕珍と会話する",
"2593719559": "香りが残っているうちに",
"2594202340": "セシリアの花をアルフレッドに3つ渡す",
"2594400420": "留雲借風真君を手伝って料理を作る",
"2594821356": "璃月港の埠頭付近で歩いてみる",
"2594881711": "天空のライアーを持って酒場に戻る",
"2594948310": "追逐III",
"2595440964": "「夢」をジャヴィに渡す",
"2595943407": "自律装置が起こした混乱",
"2596406892": "不審者の痕跡を追う(0/3)",
"2596444756": "ヒルチャールの集落を離れる",
"2596701636": "石門に行く",
"2597468364": "宝盗団の後方勤務拠点を片付ける",
"2597640456": "購入を完了する",
"2597755180": "地脈鎮石を守る",
"2597786103": "NPCと交渉失敗-戻る",
"2597870324": "手紙を待ち合わせ場所に置く",
"2597886852": "雲菫と会話する",
"2597970076": "ラナと会話する",
"2598054676": "更なる手がかりを探す",
"2598648524": "「小狸」を探す",
"2598662780": "石板の導く場所に着く",
"2598895999": "層岩巨淵尋訪記",
"2598906972": "影と八重神子と会話する",
"2601647884": "清泉町に戻り患者の様子を確認する",
"2601720236": "アハンガルと会話する",
"2602326692": "「止まり木」に触れる",
"2603116428": "ディオナと会話する",
"2603382679": "璃月にいるモンド人",
"2603877111": "風花と雪花",
"2604234644": "妖刀の願いを叶える",
"2604347767": "機関棋譚",
"2604567190": "李丁、李当と会話する",
"2606135852": "もう1つ変わった石を探す",
"2606626492": "指定された場所に行って霄灯を回収する",
"2606853609": "璃月港に海賊あり!",
"2606885780": "異常区域を調査する",
"2606905370": "若心と会話する",
"2607473180": "色んな所を探す",
"2607788436": "抵抗軍の大将ゴローに会う",
"2608259743": "後日談",
"2608610452": "アランナラと会話する",
"2608708644": "王鉗に報告する",
"2609386988": "隠れ家に行く",
"2609677388": "宝盗団の後をつける",
"2610162636": "山道に沿って進む",
"2611206876": "ホッセイニに報告する",
"2611944028": "竺子と会話する",
"2612678580": "「ジャミカヨマール」に行って霊薬を捧げる",
"2612934876": "ヒルチャールに渡す",
"2613560220": "岩上茶室で夜蘭と合流する",
"2613669068": "次の日の昼間に朱店主を探しに行く(12時~18時)",
"2613818188": "新たな空間に入る",
"2614101956": "子供たちと会話する",
"2614375040": "全ての魔物を倒す",
"2614471322": "宝物を獲得する",
"2614834380": "手がかりを探す",
"2615173020": "鳴神島を脱出し、たたら砂に赴き抵抗軍を探す",
"2615429980": "太田太郎に尋ねる",
"2615708468": "三田に電気水晶を5個渡す",
"2617183716": "現れたエルマイト旅団を倒す",
"2618005780": "経綸に報告する",
"2618446836": "グザヴィエと会話する",
"2618954420": "周りを調査し、出口を探す",
"2619130676": "ツァレーヴィチに報告する",
"2619583108": "「シュリパナ」の前で「大夢のメロディー」を弾く",
"2619863924": "採掘地を調査する",
"2619957732": "煙緋と会話する",
"2620018868": "遺跡を調べて、手がかりを探す",
"2620351284": "残っている隕石を片付ける",
"2620418404": "百代に情報を教える",
"2620595556": "妖刀の願いを叶える",
"2620775172": "雲菫が来るのを待つ",
"2620790936": "遺跡の調査に向かう",
"2620922148": "アキムお勧めの場所に行く",
"2621152964": "城内の商人に家政科の授業を宣伝する",
"2621263500": "廃れた神社で調査する",
"2621545049": "料理のコツ",
"2621561852": "アランガルと会話する",
"2621667300": "モンドのキャサリンと会話する",
"2621698876": "貨物をエルバーに渡す",
"2622127052": "「常夜」状態で蛇心の地を調査する",
"2622389042": "宝物の手掛かりを探す",
"2622390759": "月昇の時",
"2622578204": "璃沙郊の近くに行って、仙人の洞天を探す",
"2622688540": "キャンディスと会話する",
"2623104868": "紺田伝助と会話する",
"2623368444": "リジーと会話する",
"2625164046": "仙人のご加護を受けて戦う",
"2625952542": "「エンジェルズシェア」に行く",
"2626007900": "ガルシアと会話する",
"2626690420": "早柚が逃げた方向へ追う",
"2627097598": "香菱と会話する",
"2627164996": "聖顕殿から逃げる",
"2627799780": "臭を探す",
"2627819599": "プルシナスパイクの自己循環動作報告·結論",
"2628846756": "みんなと会話する",
"2629050212": "露子と会話する",
"2629074884": "順番に戦闘の準備状況を確認する",
"2629386628": "リュドヒカと会話する",
"2630364396": "大島純平に「御伽材」を10個渡す",
"2630461079": "パイモンについて行く",
"2630860716": "遺跡を探索する",
"2631170582": "嵐姉に話を聞く",
"2631743626": "任務開放",
"2631867744": "エレンと会話する",
"2632375068": "ダインスレイヴと会話する",
"2632644623": "ルームNo.1-戦闘勝利、キークエストのマークを獲得",
"2632875212": "アビスの使徒を倒す",
"2632935060": "鉄塊と会話する",
"2633349796": "皆と会話する",
"2633918740": "シニャクについて行く",
"2633950980": "シニャクと会話する",
"2634543132": "巫女に一時的に神社から離れるように伝える",
"2634677444": "海に沈んだ高地遺跡に行く",
"2634726124": "回収した花をフローラに渡す",
"2634854628": "御守り作りに必要な材料を集める",
"2635090324": "松本と会話する",
"2635154396": "道に沿ってヴィマラ村に帰る",
"2635452680": "猫探しを完了する",
"2636161884": "ローズの図形に従って、曲を弾く",
"2637200680": "鹿狩りレストランでサラに話を聞く",
"2637290428": "王鉗と会話する",
"2637370004": "宝盗団を倒す",
"2637528983": "無意味に待つことの意味",
"2637711044": "再び遺跡に入る",
"2638013831": "オロバシの遺事·一",
"2638559396": "パイモンと会話する",
"2638618324": "「無名武士」が言及した刀を探す",
"2638861428": "風立ちの地に行く",
"2639227196": "斑目百兵衛と会話する",
"2640720366": "琉璃亭の外で鍾離と会話する",
"2640947940": "酒場を出る",
"2641158772": "パルヴァネと会話する",
"2641500372": "中央の島に戻る",
"2641628124": "クロッサルと会話する",
"2641839788": "襲ってきた魔物を倒す",
"2642542812": "ディシアと会話する",
"2642649008": "魔物を倒す",
"2643259012": "アラミスに報告する",
"2643696884": "「鎮め石」を封印しに行く",
"2644028612": "船の修理に使う物資を取りに行く",
"2644101166": "0",
"2644400372": "奇妙な子猫と交流する",
"2644639028": "月が空の中心に昇るまで待つ(23時~1時)",
"2644921612": "料理を無口な廷方に送る",
"2645091420": "「トリガー」を確認",
"2645170540": "軽策荘周辺の魔物を倒す",
"2645519140": "アルベドと会話する",
"2645600164": "回収した荷物をフローラに渡す",
"2645653556": "食材をジャファルに渡す",
"2646027956": "玉京台に行く",
"2646227898": "常九を探す",
"2646372575": "文を以て友を会す",
"2646440292": "水晶の塊を3つ入手する",
"2646604428": "不思議な星について行く",
"2648382884": "その場から脱出する",
"2648610876": "吉法師に「烈焔花の花蕊」を1つ渡す",
"2648963172": "料理を無口な廷方に送る",
"2648971166": "好肉族の大鍋を探す",
"2649159108": "ドニアザードについて行く",
"2649241303": "メイドと修行",
"2649452399": "幽夜の黙示録",
"2650461196": "オアシスに行く",
"2650511932": "ゲーテと会話する",
"2650591084": "駒形と話す",
"2650896172": "広場でフィッシュルと会う",
"2651357012": "クーロシと会話する",
"2651957308": "影と武士たちに話しかける",
"2652346353": "$#空へ飛ぶ手紙",
"2652969556": "アランナキンと会話する",
"2653327948": "豆助と柴助の後をついていく",
"2654115996": "ハムを言笑に2つ渡す",
"2654779743": "「漁師トースト」を購入する",
"2655385996": "「神櫻大祓」を完了する",
"2655403436": "声の出所を探す",
"2658276004": "破棄",
"2658517692": "ハイパシアを助ける",
"2658533868": "宝の地図に従ってお宝を探す",
"2659092740": "「高門の炎」を全部解放する",
"2659786255": "根掘り葉掘り",
"2660296428": "「御影炉心」に深入りする",
"2660423839": "特別な写真",
"2660460108": "三人と会話する",
"2660812772": "(廃棄)魔物を倒す",
"2660866644": "アンソニーと会話する",
"2661188956": "宴会を楽しむ",
"2661438764": "夢境の3つの「葉っぱ」を「枝」の方向に向ける",
"2661585730": "ぬいぐるみを探す",
"2661894332": "アシュヴァッタの夢の樹を調べる",
"2662457516": "千と会話する",
"2662642319": "「怪鳥」が残した痕跡を探す",
"2662749396": "旭東と会話する",
"2662879119": "大樹·統計",
"2664772676": "予約した小説を受け取る",
"2664821460": "小姜を見つける",
"2665148964": "会話で言及した場所に行く",
"2665792236": "璃月冒険者協会のキャサリンに会う",
"2665878628": "無口な廷方と会話する",
"2665913332": "襲ってきた魔物を退治する",
"2666153844": "ブリュー祭の開幕まで待つ(2日後の8時~10時)",
"2667834324": "「三杯酔」に行く",
"2667876940": "リサの横のテーブルにある索引目録を確認する",
"2668682396": "クレーと会話する",
"2669295840": "詳細を確認する",
"2670005337": "モンド城の酒",
"2670111092": "「祭場」に行く",
"2670998161": "剣はいずこ?",
"2671125356": "ルドルフと会話する",
"2671945279": "元素視角で怪しい人を探す",
"2671965252": "「幽夜フィッシュル」と会話する",
"2672527830": "情報に基づき、宝盗団を探す",
"2672703684": "井戸の底を探す",
"2673011762": "朱店主と会話する",
"2673509876": "アランニシャットを見つける!",
"2673571972": "鯨井坊やと会話する",
"2674553551": "たたら物語·プロセス第一",
"2674709236": "神里綾華と会話する",
"2674785284": "食材を言笑に渡す",
"2675129239": "セメン土の使い道",
"2675332607": "パイモンと会話する",
"2675687652": "ガルシアと会話する",
"2675753356": "留雲借風真君に報告する",
"2676639372": "経綸に報告する",
"2678421302": "淮安と会話する",
"2679138292": "明星斎に行って、オーダーメイドを依頼する",
"2679727785": "剣塚封印を探索",
"2680590044": "ヴェルナーに璃月の品物を見せる",
"2680594924": "巨大な晶鉱を浄化する",
"2680803388": "アルハイゼンと会話する",
"2681239916": "チャールズと会話する",
"2681593820": "キャサリンと会話する",
"2681741199": "白夜を覗く",
"2681840300": "慕珍と会話する",
"2682314284": "エウルアと会話する",
"2682353476": "満腹になれる料理を一成に渡す",
"2682628948": "アビスの詠唱者と会話する",
"2682830857": "「紛失」された文物",
"2682949623": "チャンスは一度だけ",
"2683088092": "琉璃亭に行って、食事会に参加する",
"2683870324": "オニカブトムシが出現する大きな木に近づく",
"2683990361": "ウェンティの計画",
"2684409476": "失くした五つの本を収集する",
"2684423252": "もう1匹のヒルチャールと会話する",
"2684523724": "珊瑚宮付近で心海を待つ",
"2684810484": "神の目を使って、砕星鉄鉱を探す",
"2685170420": "フローラと会話する",
"2685660716": "「お兄ちゃんたち」と会話する",
"2685981935": "手がかりを調べる",
"2686622676": "風車アスターを採集する",
"2686797948": "アランバリカと会話する",
"2686844934": "淮安と会話する",
"2687036988": "風龍廃墟で水晶鉱を探す",
"2687488340": "ナヒーダと会話する",
"2688744074": "たいまつに火をつける",
"2688790364": "怪しい地点に行って調査し、脅威をなくす",
"2689106188": "敵を倒す",
"2689533988": "敵を倒す",
"2690101422": "儀式の道具——七星灯を収集する",
"2690786607": "「ヴァーナ」が完治するまで",
"2690823703": "鉄塊と紫微がめぐり逢い…",
"2691181396": "ここの祭具を探し出す—采配",
"2691372612": "幻影と会話する",
"2691719628": "ファデュイの兵士と会話する",
"2691903196": "襲ってきた魔物を倒す",
"2691979444": "福本と会話する",
"2692096676": "池の中の島へ行き、過去の遺跡を見る",
"2692125375": "蒲公英、薔薇、風車アスター",
"2692420324": "風元素か水元素でチラシを片付ける",
"2692624855": "言笑の食材のリクエスト",
"2693082028": "「公子」と会話する",
"2693506084": "聖樹の根系がある場所に行く",
"2693605852": "六ちゃんと会話する",
"2693920308": "久利由売と会話する",
"2694683543": "物々交換?",
"2694838326": "「留雲借風真君」に会う",
"2695012472": "全ての魔物を倒し、障害物を破壊する",
"2695177052": "盆景のところへ向かう",
"2696318044": "夜まで待つ(18時~6時)",
"2696966980": "料理を縁任せの鈴官に送る",
"2697560212": "現れたファデュイを倒す",
"2697736876": "アランガルと会話する",
"2697992854": "(test)モンド騎士団に戻る",
"2698377516": "九条孝行と会話する",
"2699610766": "観客に劉蘇の講談内容を聞く",
"2699906140": "カウンターに行って、営業の準備をする",
"2700746591": "アフターサービス",
"2701912188": "プライマル炬火を灯す",
"2702186764": "望雅に報告する",
"2702574412": "鳴草を12個採集する",
"2702753668": "3つ目のポイントに食料補給を埋める",
"2702975556": "却砂材を平安に渡す",
"2703352900": "霄灯の材料を小白に渡す",
"2703550799": "冒険者テスト·飛び立つ方法",
"2703773772": "屋根の上にある枯れ花を片付ける",
"2703823844": "全ての敵を倒す",
"2703953924": "「煙霰ポーション」の効果をティマイオスに報告する",
"2703976788": "アルベドと会話する",
"2704102260": "夜蘭のところへ行く",
"2704484764": "秘境が外につながっているかを確認する",
"2705085239": "冒険者入門試験",
"2705415036": "宝盗団の拠点を調査する",
"2705562340": "矢部と会話する",
"2705631471": "「あの方」の依頼",
"2705668876": "モンド風焼き魚を漢のジャックに3つ渡す",
"2706316996": "絶雲の唐辛子と鳥肉を卯師匠に渡す",
"2706385852": "三人のスパイを探す",
"2707412880": "サラを探して依頼内容を聞く",
"2707655932": "もう一つの調査地点に向かう",
"2708079580": "夜鴉船長と会話する",
"2708654452": "璃月港に戻る",
"2709492044": "ラズベリーを確認する",
"2709540472": "予約者の判定1",
"2710061144": "(TEST)チャールズに報告する",
"2710465756": "宝盗団を倒す",
"2711213660": "雷元素の異常地点へ向かい挑戦をクリアする",
"2711394708": "リンと会話する",
"2711680020": "みんなと島の状況を話し合う",
"2711847212": "ハイパシアの状況を確かめる",
"2711937124": "夜蘭と共に候補者を視察する",
"2712099876": "処理が必要な死域に行く",
"2713187356": "宝盗団を倒す",
"2713991150": "夜泊石を置く",
"2714462340": "回収した荷物をフローラに渡す",
"2714837732": "盆景に触れる",
"2715275684": "もう一度凝光と会話する",
"2715364988": "クレーと会話する",
"2715435841": "水辺のアビスの魔術師を探し出し撃破する",
"2715737287": "ホフマンと会話する",
"2715857876": "約束の場所に行く",
"2717676951": "自律装置エネルギー研究·実践テスト",
"2717946367": "からくり調理法·二",
"2718421316": "周囲を探索する",
"2718782188": "装置の謎を解く",
"2719366220": "詩筠と博易の会話を盗み聞きする",
"2719633271": "桂の薬材のリクエスト",
"2721149751": "アビスの魔術師を倒す",
"2721198436": "スイートフラワーを桂に10本渡す",
"2721443220": "アランナラと会話する",
"2721808452": "霖鈴と会話する",
"2721826599": "盛んだ国は廃土に戻る",
"2721966990": "0",
"2722143348": "出口を探す",
"2722856236": "みんなの意見を聞く",
"2723244068": "音の出どころを探る",
"2723330324": "フリッツの行方を聞く",
"2723441604": "ディルックとガイアと会話する",
"2723573900": "ディオナと会話する",
"2723685764": "残魂の試練を開始する",
"2723850516": "唐無仇と会話する",
"2723854836": "魈と会話する",
"2723908340": "順吉と会話する",
"2724781316": "シアターメンバーの考えを集める",
"2725039944": "2秒以内に全ての杭を破壊する",
"2725972758": "同時に杭を全て破壊する",
"2726568841": "人探し",
"2727157348": "ブロックと会話する",
"2727791436": "ラドプと会話する",
"2728466716": "いつもの場所に探査に行く",
"2729328340": "バーバラと会話する",
"2729605724": "アルベドを探す",
"2729679572": "地下遺跡から離れる",
"2729829012": "兵士たちに情報を聞く",
"2729899684": "アランパカティと会話する",
"2729991420": "大きな家に行き、アランラジャと会話する",
"2730321132": "「北風の王狼」を探す",
"2730683444": "清昼と会話する",
"2730712660": "久利由売と会話する",
"2731030887": "雪山に映る怪しい影",
"2731089828": "タージの家に行って手がかりを探す",
"2731314972": "刃連島へ向かい柴門二郎を探す",
"2731615724": "小白を手伝って獣肉と鳥肉をそれぞれ3つ用意する",
"2732095182": "全ての魔物を倒す",
"2732437532": "宏一の意見を聞く",
"2732587654": "石商とゲームする",
"2732599457": "「密蔵」を捜索する",
"2732996144": "(TEST)酒豪的评价:恐ろしい!",
"2733817876": "竈に火をつける",
"2734141964": "望雅と会話する",
"2734160868": "陸に鳥の卵を8つ渡す",
"2734490860": "アキムと会話する",
"2735084343": "『無生忍』",
"2735196943": "気絶",
"2735690655": "風吹く歌",
"2736350916": "望瀧村へ向かう",
"2737011308": "襲撃者を倒す",
"2737244220": "アランナキンのところに到達",
"2737492820": "工場内の黒幕を探し出す",
"2737754516": "留雲借風真君に報告する",
"2738069164": "小姜を見つける",
"2738227583": "特殊な材料",
"2738367212": "三つの破片を収集する",
"2738604044": "ティナリと会話する",
"2739239292": "炉心に行って装置を止める",
"2739377372": "兵士と商人の争いを調査する",
"2739747820": "起きたことを瑾武に説明する",
"2740286036": "みんなと会話する",
"2740787148": "夜まで待つ(19時~4時)",
"2740946892": "アンソニーと会話する",
"2741855983": "風龍廃墟入口に行く",
"2742022628": "落霞と会話する",
"2742760764": "条件に合う料理をサイリュスに渡す",
"2743002300": "鳴神大社に行く",
"2743400932": "エレンと会話する",
"2744436812": "谷の入り口にいる人と会話する",
"2745251972": "2人が高い所で霄灯を飛ばせるように護衛する",
"2745422484": "万国商会に行って商会成員の状況を把握する",
"2745581230": "スタンレーの後ろに座る",
"2746556759": "アンバーと会話する",
"2746815860": "アビスの詠唱者·紫電を倒す",
"2747691628": "宝盗団を全て倒す",
"2747716252": "引き続きブンブンを探す",
"2747718847": "将軍の独居浄土",
"2748199252": "刻晴と合流する",
"2748556980": "淮安と会話する",
"2748784444": "次の日の午後まで待つ(14時~18時)",
"2748895484": "ディオナと会話する",
"2748899156": "ミントをモンに渡す",
"2749041732": "謎の遺跡に入る",
"2749974180": "海賊の拠点を片付ける",
"2751239463": "極限突破",
"2752119660": "トーマと共に酒井に会いに行く",
"2752259839": "パイモンと会話する",
"2752421884": "宝盗団を追跡する",
"2752774924": "アハンガルに尋ねる",
"2753629236": "襲撃者を倒す",
"2754398500": "祭壇の中に現れた残影と会話する",
"2754726692": "ヘルダーリンとキャスパーに料理を出す",
"2754814508": "「クサヴァ」を使って道を開く",
"2755651972": "教令院に行き旭東に会う",
"2755928479": "千金と蓄財",
"2756001527": "璃月の旅",
"2756013817": "帰離のお宝",
"2757781322": "パイモンと会話する",
"2758172476": "遺跡で壁画を撮影する",
"2758549164": "早柚と会話する",
"2759022175": "ウェンティと会話する",
"2759367580": "通行許可を八重神子に返す",
"2759534468": "アランガルと会話する",
"2759597215": "逃走会話",
"2759765804": "ザカリヤと会話する",
"2760080220": "「ヴァナラーナ」のある場所に行く",
"2760218396": "鉄算盤と会話する",
"2760668932": "アロイスをモンド城から送り出す",
"2760971450": "宝児と会話する",
"2761113471": "暗然たる影",
"2761320372": "宝盗団を全て倒す",
"2762367604": "晶化骨髄を12枚集める",
"2763058287": "インドア派考古入門",
"2764279735": "パイモンが発見したものを調べる",
"2764543148": "「結界」を破る",
"2765910020": "聖樹の根系がある場所に行く",
"2766820748": "鯨井椛と会話する",
"2767514481": "無風の地に閉じ込められたら",
"2767752388": "巨大な晶石を浄化する",
"2767812140": "天領奉行衆を倒す",
"2768324900": "襲ってきた敵を倒す",
"2768737628": "城壁の上にある枯れ花を片付ける",
"2769972932": "オークション会場を調べる",
"2770422638": "近くの魔物を倒す",
"2770493308": "「天井屋」と店主の写真を撮る",
"2770587300": "モンドの野外でスライムを探す",
"2770590511": "月浴の淵",
"2770880828": "「奇妙な声」の発生源を探す",
"2771030228": "鍾離に指定ドリンクを作る",
"2771080532": "ビーコンを置く",
"2771400030": "煌めく勇気の剣を拾う",
"2771515823": "社奉行の委任",
"2771555118": "市民と会話する",
"2772017972": "「アミティ装置」を発掘してみる",
"2772411956": "アイスターと会話する",
"2772430764": "全ての魔物を倒す",
"2774360060": "平蔵と会話する",
"2774796492": "周囲を探索する",
"2774939988": "申鶴と会話する",
"2775848340": "エルマイト旅団を倒す",
"2776476980": "「ヴァルナ秘宝」付近に行く",
"2776490036": "「不卜廬」に行く",
"2777234172": "試合開始まで待つ(翌日の10時~14時)",
"2777616316": "セイライ島で写真を撮影する",
"2777971804": "大会に出場する",
"2778175680": "使用人と会話する",
"2778241204": "探索を続ける",
"2779268760": "チャールズと会話する",
"2779564865": "アビスの魔術師",
"2780266575": "ルームNo.2-交渉成功、キークエストのマークを獲得",
"2780964201": "靖妖儺舞、悪祟払い",
"2781002132": "言笑と会話する",
"2781241428": "ワーグナーから「謎の人物」の話を聞く",
"2781577796": "グランドバザールに行く",
"2782441196": "棺を開けてみる",
"2782506492": "拠点を片付ける",
"2782590100": "ぶつかったところを調べる",
"2783989212": "岩上茶室へ向かう",
"2784098316": "天領奉行府に入る",
"2784673660": "準備した料理を湯雯に渡す",
"2784705540": "ヴィクトルと会話する",
"2784803932": "正しい書類を嘉義に渡す",
"2784918100": "蒲公英の種をグッドウィンに渡す",
"2785659199": "二日目の夜に酒場に行く",
"2786028868": "受付係の珠函と会話する",
"2787864775": "漉華の風景画",
"2788086440": "ジンと会話する",
"2789211351": "航海の準備",
"2789731572": "胡桃の言う「平凡な地」に行く",
"2790299460": "未知の空間を通り抜ける",
"2791274340": "長次に調理について聞く",
"2791480911": "島任務1",
"2791507588": "奇妙な「牙」をあと3つ探す",
"2791977508": "ジャハンと会話する",
"2792230172": "部屋にある断剣を調べる",
"2792275156": "霓裳花を3本摘む",
"2792278412": "雷の神を倒す",
"2792690524": "心海と会話する",
"2792934391": "勇気の残照·日没当帰",
"2793240633": "「冒険者」の極限",
"2793291884": "ナヒーダと会う",
"2793918801": "軽策荘の人々に欠片の手がかりを聞く",
"2793978124": "積み荷を奪われた場所に行く",
"2795450884": "翌日(6時~24時)まで休む",
"2796067116": "草元素の力を使って、ゴールデンローズを「呼び覚ます」",
"2796844684": "心海と会話する",
"2797206492": "生命力を吸収した龍牙を獲得する",
"2797213268": "「ロザン」を捜す",
"2798134436": "九条裟羅と会話する",
"2798176556": "大会に出場する",
"2798422028": "二つ目の野営地に行く",
"2798440380": "平安と会話する",
"2798700983": "最後のお宝",
"2798751103": "酌み交す酔夢·後日談",
"2799026682": "落ち葉の山を綺麗にする",
"2799857020": "ディオナと会話する",
"2800678036": "付近の人に話を聞く(1/3)",
"2800760964": "バレないように前進する",
"2801053388": "卓也の行方を探す",
"2802170044": "ロボットの内部に入る",
"2803063871": "NPCと交渉決裂-戦闘前触発",
"2803253748": "騎士団本部を離れる",
"2803337836": "道に沿って手がかりを探す",
"2803469204": "装置を起動する",
"2803641062": "宝物を探す",
"2803971860": "引き続き埠頭で手がかりを探す(0/2)",
"2804510124": "ナヒーダと会話する",
"2804837940": "奇妙な生き物と会話する",
"2806017620": "パイモンと今の状況について相談する",
"2806569396": "アランパンドゥと会話する",
"2806998498": "たいまつに火をつける",
"2807673652": "早柚と会話する",
"2807688996": "料理をサボるアンジェロに送る",
"2808027332": "記念石に奉納する供物を探す",
"2808441652": "ヤスミンに報告する",
"2809778572": "レザーを探す",
"2810238695": "ディルックと会話する",
"2810369652": "遺跡最上階の中央部屋に行って、状況を確認する",
"2810608748": "真実を心海に報告する",
"2811471540": "近くの魔物を倒す",
"2811879140": "「ハラハラ島」の壁画を撮影する",
"2811948664": "ニムロドと会話する",
"2812272199": "モンド城内で歩き回る",
"2812351022": "霄市に戻り、慧心と会話する",
"2812607980": "アナと会話する",
"2813062135": "ジュニャーナガルバの日",
"2813405028": "ここを訪れた志璇と会話する",
"2814397630": "近くの魔物を倒す",
"2815222158": "会場を離れて鍾離を探す",
"2816055616": "全てのスライムを倒す",
"2816554428": "旭東と会話する",
"2816989460": "アニサを救出する",
"2817638999": "情報提供者を攻撃する敵を撃退する",
"2817733276": "ジョエルと会話する",
"2817819628": "「ヒルチャールシャーマンの薬草スープ」を探す",
"2818233148": "宝盗団を倒す",
"2818598980": "ベネットと会話する",
"2818712764": "藤原俊子について行き、拠点へ向かう",
"2818898950": "ヴェル·ゴレットと会話する",
"2819376036": "魈と会話する",
"2819682182": "(test)ガイアと会話する",
"2819904217": "西風の吹く日常",
"2820112340": "黒蛇騎士を倒す",
"2820266444": "順吉と共に同心たちの仕事を見学する",
"2820764770": "0",
"2820994311": "ノエルの代理仕事",
"2821343556": "卯師匠と会話する",
"2821469684": "トーマを救出する",
"2822337335": "幻影心流幻想剣",
"2822356166": "建設現場に行ってみよう",
"2823042948": "別小隊と合流する",
"2823094380": "ヴィマラ村に戻り、アマディアと会話する",
"2823729887": "狭間を訪ねる",
"2823897945": "誰にも気付かれぬゲイル",
"2824197972": "ヴェルナーと今後の計画を練る",
"2824290508": "スクロースと会話する",
"2825148276": "哲平について行き、訓練中の抵抗軍を助ける",
"2825293260": "影狼丸を倒す",
"2826386548": "埠頭付近へ向かい戴を探す",
"2826440692": "狂風のコアを倒す",
"2826605337": "陰の下のモンド",
"2826741868": "「天狐の彫像」に向けて「言霊」を唱える",
"2828031052": "「公義」が言及した刀を探す",
"2828583052": "「全能商人」を探す",
"2828603295": "よみがえる夢",
"2828829348": "カランタリと一緒にアアル村に入る",
"2829201271": "剣と魚と抵抗者",
"2829298135": "元素視角で怪しい人を探す",
"2829589948": "ルドルフと会話する",
"2829919068": "墨田と会話する",
"2830168063": "0",
"2830273784": "キャサリンと会話する",
"2830715772": "破棄",
"2831098924": "「範木堂」でルーじぃと会話する",
"2831188132": "ヴァサラの樹を調べる",
"2831267556": "ラフマンと会話する",
"2831543047": "砂の上の花",
"2831563812": "偽物の玄冬が現れるのを待つ",
"2831953327": "「百人一揆·鳴神演武台」",
"2832078828": "引き続き接客する",
"2833088820": "北斗に指定ドリンクを作る",
"2833611100": "酒場で休憩する",
"2833785380": "スメールシティのキャサリンと会話する",
"2834416076": "カマと会話する",
"2834727012": "高所でジェブライラを探す",
"2834765783": "価格比較",
"2835035940": "ホッセイニと会話する",
"2835340767": "秘密の落とし物",
"2835409764": "砂海の東部へ行く",
"2835452775": "八衢姫の試練",
"2835783556": "バーハリとアアル村に行く",
"2836831180": "烏有亭に向かう",
"2837705724": "旭東を手伝って「真珠翡翠白玉湯」を作る",
"2837759644": "「志村屋」に行く",
"2838276748": "クロッサルと交渉する",
"2838764516": "「極悪凶猛の寮」の深部へ向かう",
"2838907724": "高所に行って子猫を神社に連れて帰る",
"2839051910": "銀行スタッフと会話する",
"2839501271": "リサ閲覧報酬",
"2839810444": "月海亭に戻り、慧心と会話する",
"2839882740": "コンロの火をおこす",
"2839979732": "アリナと会話する",
"2841148215": "暫しの息抜き",
"2841178140": "藤原俊子と会話する",
"2842084628": "小川を社奉行府に連れて行き、対質させる",
"2842442972": "セノと会話する",
"2842604444": "ヴィクトルと会話する",
"2842834767": "等量再交換!",
"2842868352": "バッグにアイテム-驚雷オイルはあるかどうかをチェック",
"2842981988": "バーバラと会話する",
"2843380332": "鉱夫の倉庫に行く",
"2843498164": "ウェンティと会話する",
"2843589040": "戦利品と手紙をトゥナーに渡す",
"2843803503": "各自の職務",
"2843919956": "こちらに気付いたヒルチャールを倒す",
"2844527876": "天衡山の南西部に行く",
"2844533356": "ルドルフと会話する",
"2844848140": "璃月港の埠頭付近で歩いてみる",
"2844965295": "おもてなし",
"2845027176": "ドゥラフに報告する",
"2845129972": "アランマと引き続き進む",
"2845179036": "ダイアンと交渉する",
"2845371228": "辺りでお宝の手がかりを探す",
"2845632788": "地元の人に聞く",
"2845974964": "ダインスレイヴと会話する",
"2845993324": "グザヴィエと会話する",
"2846281583": "騎士団本部に入る",
"2847128860": "グザヴィエの撮影進捗を伺う",
"2847896684": "天穹の谷に位置する遺跡空洞に行く",
"2848737180": "「遺跡巨像」に入る",
"2848948556": "『聖国の詠唱』の第二巻を探す",
"2849428300": "ハリスと会話する",
"2849435409": "送仙",
"2849440580": "アンバーと会話する",
"2849862548": "アランナガの小さな畑に戻る",
"2850701340": "ランバドと会話する",
"2851543980": "指定された場所に行く",
"2852509615": "全てのモンスターを倒す",
"2852747012": "約束の授業の場所に行く",
"2853190716": "約束した場所で相手を待つ",
"2853931996": "記念石に奉納する供物を探す",
"2854416060": "みんなと共に食事する",
"2854674687": "払うべきものはすべて払う",
"2854982004": "トーマと共に野外の忍犬に付き添う",
"2855908924": "留雲借風真君に報告する",
"2856461588": "聖顕殿から逃げる",
"2856577751": "夜まで待つ(19時~6時)",
"2856599399": "キャサリン、稲妻にて",
"2857215084": "福本と会話する",
"2857607967": "蛇心を訪ねる",
"2857740892": "アルベドと共に山を下りる",
"2857865956": "ナヒーダと会話する",
"2858106444": "近くのファデュイを倒す",
"2858296732": "平野に家政科の授業を宣伝する",
"2858533732": "『聖国の詠唱』を閉じる",
"2858574204": "遺跡に行く",
"2859375460": "鎮守の森に戻って、五百蔵を訪ねる",
"2859592092": "ズィルヤーブと会話する",
"2860193948": "ベアトリーチェと会話する",
"2860385828": "宵宮、クレーと共に容彩祭を見に行く",
"2860611724": "宝盗団を全て倒す",
"2860924980": "「祭場」に行く",
"2861793631": "図書館にいるリサを探す",
"2861816764": "清泉町の泉に近づく",
"2862304108": "薬をアズラに渡す",
"2862531148": "アランダシャンと会話する",
"2864145351": "お宝の手がかり·プリン島",
"2864146500": "砲弾を組み立てる",
"2864408836": "「御肉丸」が感知した場所へ行く",
"2865091608": "会話を完了する",
"2865188119": "アカツキワイナリーに行く",
"2865484959": "清潔と健康",
"2865556092": "マーガレットと会話する",
"2865655596": "ラナと会話する",
"2866064708": "夢の深いところに進む",
"2866277900": "拠点で修理材料を探す",
"2866528295": "炎の如し吉星、喜と成る福禄",
"2866680199": "梢の鉄の塊のリクエスト",
"2867016223": "『テイワット観光ガイド』を入手する",
"2867304620": "シコウを探す",
"2867704532": "宝盗団のテストを通過して、宝をゲットする",
"2867809740": "軽策荘の野外に行ってみる",
"2867996508": "船の修理に使う物資を取りに行く",
"2868208404": "アイルマンが言っていた場所に行く",
"2868415788": "操縦室の動力系統を連動させる",
"2870399012": "全ての敵を倒す",
"2870455244": "抵抗軍と会話する",
"2870703041": "座った後の会話",
"2871682860": "銅雀を祭る",
"2871776039": "龍蛇宝帰集録",
"2871858105": "風の印を集める少女",
"2873165319": "無駄骨の結果",
"2873170108": "フローラに報告する",
"2873241848": "チャールズの依頼を完了する",
"2873695724": "霊矩関に行って、雲菫を探す",
"2874200908": "血枝珊瑚を手に入れる",
"2875147828": "寝子と会話する",
"2875581676": "綾華と会話する",
"2877175436": "ハティムと会話する",
"2877524212": "次の日の朝まで待つ(7時~9時)",
"2877653055": "情報提供者と会話する",
"2878883828": "城の図書館に入る",
"2879166644": "兵学の本を読んで心海に聞かせる",
"2879863678": "魈と会話する",
"2880147036": "「極悪凶猛の寮」の深部へ向かう",
"2880165260": "アランロヒタのなぞなぞを解く",
"2880317959": "さらさらと流れよ·1",
"2880716516": "変わったところを調べる",
"2880799364": "ファデュイの装置の在り処へ向かう",
"2880861636": "急凍樹を倒す",
"2881804079": "「手まり遊び」",
"2881940084": "サイリュスと会話する",
"2882074372": "カシムを問い詰める",
"2882205332": "清泉町に戻り、ゲオルグに受注書を渡す",
"2882445908": "モンド城に戻り、学者を探す",
"2882961572": "岩の上に登る",
"2883630180": "ウルマンと会話する",
"2884105978": "魔物から宝児のモノを取り戻す",
"2884302140": "化石の写真をもっと撮る",
"2884978332": "「玲瓏霄灯図·鶴」を完成させる",
"2885163886": "0",
"2885876271": "休み時間!",
"2885887532": "ジャックに報告する",
"2886502348": "常九と会話する",
"2886695276": "隕石付近で植物を採集する",
"2887035572": "晶化骨髄を長次に渡す",
"2887508775": "故郷の味",
"2887881516": "皆と会話する",
"2887895468": "夜に鯨井椛が言っていた浜辺に行く",
"2888232388": "襲ってくるヒルチャールを倒す",
"2889617140": "秘境内の状況を確認する",
"2890038808": "(TEST)材料を入れる",
"2890385980": "欠けた「石」を探す",
"2890520844": "イヴァノヴィチと会話する",
"2890898916": "ダインスレイヴと会話する",
"2891318852": "付近の海浜に行く",
"2891455612": "村上と会話する",
"2891572903": "別行動",
"2891600100": "アルハイゼンと人の少ない場所で会話を続ける",
"2891657108": "「順路の覚え書き」を頼りにお宝の手がかりを探し出す",
"2892036432": "星落としの湖にある七天神像を掃除する",
"2892841356": "食料をファデュイに渡す",
"2893151436": "八重堂に行って八重神子を探す",
"2894385708": "「翠玉福袋」をジークフレアに渡す",
"2895586300": "付近の状況を確認する",
"2896046404": "死域の汚れを排除する",
"2896390585": "失踪した学者を探す",
"2896902196": "周囲を探索する",
"2897007652": "大島純平に尋ねる",
"2897568327": "花影瑶庭·其の四",
"2897580708": "ヘルダーリンとキャスパーに料理を出す",
"2897679212": "バーバラと会話する",
"2897854543": "約束の場所で情報提供者と会う",
"2897993076": "ドラゴンスパインで礼儀作法を特訓する",
"2898252255": "諸国旅行記",
"2898332884": "孤雲閣の会場に戻る",
"2898614968": "リンク",
"2899259452": "発掘している宝盗団を阻止する",
"2900120012": "画材をフェルメールに渡す",
"2900171199": "大樹·根を張る",
"2900999524": "操縦室を調べる",
"2901037692": "イェンと会話する",
"2901465700": "指定の場所に行き、アシュヴァッタ堂に関する手がかりを探す",
"2901662932": "アルベドと会話する",
"2901801620": "清昼について行く",
"2901903428": "ラムゼイと話す",
"2901908900": "ノックバックや被ダメージを避け、目標地点に到着する",
"2901931748": "裕明を送る",
"2902035903": "大々的な宣伝",
"2902092620": "志璇と会話する",
"2903146892": "野外を彷徨う忍犬を探す",
"2903336036": "攻撃された者を助ける",
"2903606084": "ジャックと会話する",
"2904464000": "夕暮れの実を集める",
"2906112492": "桂と会話する",
"2906443620": "良質なスイートフラワーを探す",
"2906468494": "淮安に報告する",
"2906764236": "ベネットを手伝って材料を集める",
"2906863300": "珊瑚宮に戻って、露子と会話する",
"2906980132": "平安と会話する",
"2908154856": "「風」で埃を払う",
"2909056260": "トーマと一緒に審査所に行き登録する",
"2909200100": "凝光を呼び起こす",
"2909326063": "リサと会話する",
"2909326916": "鳴神大社で八重神子を探す",
"2909557648": "元素視角を使って鍵を探す",
"2910155164": "釣り餌の材料をカイヴァンに渡す",
"2910403284": "アルベドと合流する",
"2910446948": "ヴァルと会話する",
"2910996444": "虎之助に報告する",
"2911135772": "アランマと会話し、ヴァサラの樹の夢に入る",
"2911203223": "リサと会話する",
"2911871128": "エラ・マックスと一緒に丘々人と会話する",
"2912214580": "小姜と会話する",
"2913022750": "嵐姉に報告する",
"2913128508": "ガンダルヴァー村に行く",
"2913349292": "洞窟内の状況を調べる",
"2913507644": "ニマと会話を続ける",
"2914246553": "よくなくなる鍵",
"2915096992": "落ち葉掃除をする",
"2915531284": "赤いググプラムを探す",
"2915634740": "盆景のところへ向かう",
"2916192244": "道に沿って前方を探索する",
"2916576132": "鹿狩りに行ってモナを探す",
"2917217516": "焦っている瑾武と会話する",
"2917537580": "「式大将」と会話する",
"2917540588": "冒険者協会へ行きキャサリンに助けを求める",
"2917796604": "島で手がかりを探す",
"2918034276": "遺跡の奥の状況を確認する",
"2918061631": "この小説…読んだことあるかも?",
"2918394364": "現地の住民から情報を聞く",
"2918590886": "「粉雪」を一枚選ぶ",
"2919345972": "サイリュスと会話する",
"2920681092": "龍二と会話する",
"2920813412": "「常夜」状態で池を調査する",
"2921119820": "コレイを探す",
"2921636556": "島の水脈を引く",
"2921708444": "グザヴィエに報告する",
"2921763268": "離島に行って状況を確認する",
"2921791276": "翌日(8時~12時)まで待つ",
"2921821532": "みんなと会話する",
"2921906164": "万民堂前の人たちと会話する",
"2922506220": "若紫に報告する",
"2922844332": "グザヴィエと会話する",
"2922972764": "アビスの詠唱者·淵炎を倒す",
"2923134220": "怖がっているシュースターを探す",
"2923446615": "風の後のお宝",
"2923595407": "ウェンティと会話する",
"2923899548": "材料集積所を調べる",
"2923952599": "道沿いの異常を見る",
"2924008292": "「磐鍵」が破壊されたことを志璇に報告する",
"2924769372": "記念石に奉納する供物を探す",
"2925269364": "ラナと会話する",
"2925420660": "野外に行って宝箱を探す",
"2926000783": "チャリティーイベント?資金調達?",
"2926011820": "キャラバン宿駅に駐屯している衛兵と交渉する",
"2926212284": "引き続き「元素視角」を使って古物を探す",
"2926247668": "雪山に行ってアンバーを探す",
"2926416644": "厳選したプレゼントをベアトリーチェに渡す",
"2927566505": "緊急整備",
"2928753996": "エルマイト旅団を倒す",
"2928891924": "荒瀧一斗と会話する",
"2929209116": "帰ってラフィクと会話する",
"2929942644": "洞窟を探索する",
"2930275135": "ディルックと会話する",
"2930512204": "なぞなぞの答えを探す",
"2930660660": "ドニアザードと会話する",
"2930910911": "雪山大踏査",
"2931007460": "阿倍良久の残魂が宿っている物を見つけて、奉納する",
"2931256415": "ルームNo.3のNPCと会話する",
"2932375620": "宵宮、クレーと共に容彩祭を見に行く",
"2932609692": "戻って広海を探す",
"2932703780": "アロイスと会話する",
"2932826228": "次の日の昼間まで待つ(6時~18時)",
"2933446846": "「邪気」に染まったヒルチャールを倒す",
"2934382652": "望雅と会話する",
"2934626596": "光界たがねを起動する",
"2934864295": "掴みきれない行方",
"2935246588": "「フィッシュル」と会話する",
"2935595940": "紫色の物体に近づく",
"2935915382": "パイモンと会話する(隠し)",
"2937205580": "ここにいる機械の魔物を倒す",
"2937208204": "キノコを摘む",
"2937401916": "矢部が指した方向へ進み、手がかりを探す",
"2938043100": "藤原俊子について行き、拠点へ向かう",
"2938425500": "海辺の小屋に行く",
"2938713100": "サイリュスと会話する",
"2939138972": "内と会話する",
"2939491836": "小姜と会話する",
"2939964225": "璃月港に海賊あり!",
"2940169020": "「機械ガニ」を倒す",
"2940233548": "嘉義の手紙を六ちゃんに渡す",
"2940363004": "宝盗団の後方勤務拠点を片付ける",
"2940557908": "島について話す",
"2940735908": "ジュートと会話する",
"2940847316": "八重神子と合流する",
"2941228108": "近頃の貨物の行き来について聞く",
"2941647500": "「訣籙陰陽寮」を探索する",
"2942374484": "ディシアと会話する",
"2942820936": "丘々人を脅かす",
"2943776345": "舞台裏の話",
"2944305764": "ニコライが残した手がかりを探す",
"2944847924": "天領奉行府へ向かう",
"2944903628": "グザヴィエと会話する",
"2945427033": "灯はどこから",
"2945512752": "ノーラと会話する",
"2946314431": "夏の旅!くれぐれも安全にご注意を",
"2946715012": "蛇心の地に行く",
"2946837244": "下への通路を探す",
"2947070516": "無相元素を倒し、コア動力を4個獲得する",
"2947254260": "「元素視角」を使って、アルベドの足跡を辿っていく",
"2947343412": "ファルガーニーと会話する",
"2947516212": "主殿の中央にある装置を起動する",
"2948082982": "儀式を見る",
"2948106151": "円満な送別のために",
"2948217300": "道場に入って相手を倒す",
"2949470828": "安彦太郎と会話する",
"2949566159": "スライムを倒す",
"2949752860": "バーバラとロサリアと会話する",
"2949895940": "ハリーに報告する",
"2949974676": "「風」の集まるスポットを追い払う",
"2950025007": "アルフレッドの花束",
"2950079980": "バーバラに付き添ってウーヴェを治療する",
"2950330716": "「美味しそうな水晶蝦」を作る",
"2950538764": "「アアル村」村長の家に入る",
"2950603743": "万民鮮食",
"2951536212": "奇妙な石碑の前で「大夢のメロディー」を弾く",
"2952122308": "「御肉丸」に乗る",
"2952604916": "アンソニーと会話する",
"2952832876": "璃月港に行く",
"2952929492": "知恵の殿堂でアルハイゼンを探す",
"2952935028": "六ちゃんを探す",
"2953665327": "百発百中",
"2953684092": "アルベドを探す",
"2953748735": "山海八処の巡礼·荻花の百景狩り",
"2954199116": "奇妙な装置を試す",
"2955011271": "ダダウパの谷の日食族部落に行く",
"2955105612": "冥魚を通して、虚界の塔に行く",
"2955241708": "三日間待つ",
"2955501220": "次の捕獲エリアに行く",
"2955824372": "池の外に戻り、ウォルフガングの刻み痕を確認する",
"2955887620": "「アミティ装置」を発掘してみる",
"2956116508": "長平と徳富と会話する",
"2956136444": "地下遺跡から離れる",
"2956172532": "大雨と会話する",
"2957022708": "突然出会ったアランナラと会話する",
"2957471932": "万葉の言う島へ向かう",
"2957630300": "降霊儀式を始める",
"2958980447": "望舒を再訪する",
"2959174615": "酒場に戻る",
"2959263268": "紺田村に行く",
"2959734855": "スライムを倒す",
"2960118788": "神里綾華と会話する",
"2960307854": "ハスの花托を阿二に渡す",
"2960338583": "ウェンティと会話する",
"2960434756": "16時まで待つ。その後、スラサタンナ聖処でナヒーダを探す",
"2960990380": "ザマランと会話する",
"2961550420": "夜6時にハリスのところに戻る",
"2961770687": "奔狼領に行く",
"2962733276": "ピンばあやと会話する",
"2963680265": "畳山",
"2964980756": "港口に行く",
"2965556422": "全ての魔物を倒す",
"2965637380": "競売の商品を観察する",
"2965653054": "宝物を探す",
"2965941836": "社奉行の危機をトーマに伝える",
"2966663668": "花見坂付近で一斗を探す",
"2966795836": "静かな場所に行く",
"2967425908": "抽選台のところに行く",
"2967772164": "七つの御陵墓石の前に珊瑚真珠を捧げる",
"2969426340": "もう1匹のヒルチャールと会話する",
"2969475612": "ホーベット、カイヴァンと会話する",
"2969584212": "「霄灯」の材料をデクに渡す",
"2970053999": "元素の痕跡が指した方向を探す",
"2970799288": "鹿狩りレストランでサラに話を聞く",
"2971286836": "パイモンと会話する",
"2971805612": "池に入る",
"2971809060": "洞天の結界を破る",
"2971963783": "未来星が落ちし場所",
"2972716452": "パイモンと会話する",
"2972767633": "軽策荘に行って、村長に状況を聞く",
"2973036452": "ミラーメイデンに写真の入った懐中時計を渡す",
"2973160292": "天領奉行衆と対峙する",
"2973296300": "「御影炉心」の状況を確認する",
"2974355620": "席に座り、モナに奢ってもらう",
"2975843540": "ホセインにハッラの実を10個渡す",
"2976015324": "龍骨花に忘川の水をあげる",
"2976031444": "魚を捕まえてうろこを獲得する",
"2976321936": "グッドウィンに報告する",
"2976371791": "万象の録",
"2976468284": "アランバリカに追いつく",
"2976672196": "奇妙な「牙」をあと3つ探す",
"2976888012": "藤原俊子と会話する",
"2977003583": "章の鉄の塊のリクエスト",
"2977365127": "大久保三左衛門との一戦",
"2977539036": "周囲の魔物の拠点を破壊する",
"2977561532": "キミヤと会話する",
"2977927932": "幻影と会話する",
"2978708604": "元太たちの行方を探す",
"2979013260": "ベネットについて行く",
"2979413364": "沐寧と会話する",
"2979507468": "亀井宗久と会話する",
"2979564992": "アビス教団の敵を追撃する",
"2979617500": "「御肉丸」の欠片を探す",
"2979911596": "羊呑の岩の付近に行く",
"2980069740": "ヒルチャールを倒す",
"2980188116": "龍二と会話する",
"2980768660": "レネに返事する",
"2981090719": "玉京台に潜入、NPC作成",
"2981205190": "三つの鍋の火加減のコントロールする",
"2981886060": "アイスターに報告する",
"2982233020": "妖狸に取られた鍵を探す",
"2982319948": "宴にいるみんなと会話する",
"2982356774": "「邪気」に染まったヒルチャールを倒す",
"2982975756": "ノエルと会話する",
"2983028564": "淮安と会話する",
"2983061084": "下層の動力系統を連動させる",
"2983530568": "成功分岐発生",
"2983655228": "離島の人と会話する",
"2983713919": "不思議な薬",
"2984156844": "アルフレッドと会話する",
"2984581943": "冒険者…は何するの?",
"2984653860": "遺跡守衛の脅威をなくす",
"2985536620": "料理を無口な廷方に送る",
"2985948864": "ジンと会話する",
"2986041820": "「式大将」と会話する",
"2986185630": "0",
"2988387916": "ヒルチャールの集落に行く",
"2989066873": "アイツの名は「怪鳥」",
"2989446804": "ファーラビと合流する",
"2989736084": "「積雪の道」に沿ってジョエルの父を探す",
"2989754908": "ネルミンと会話する",
"2990011484": "ホーベット、カイヴァンと会話する",
"2990514500": "ジェリーと会話する",
"2990519406": "博来と会話する",
"2991209756": "足跡を辿って、卓也を追いかける",
"2991430060": "三つの試練をクリアする",
"2991444684": "「アカツキワイナリー」でディオナと合流する",
"2991638964": "公子と会話する",
"2991672948": "吉法師と遊ぶ",
"2993473228": "北斗と会話する",
"2993906484": "光るキノコを8本集める",
"2994471862": "梟総管と会話する",
"2994836964": "酒場2階の手すり近くの席に座って待つ",
"2995205935": "料理は自然の味",
"2995401020": "シスターグレイスと会話する",
"2995471006": "襲ってきた魔物を倒す",
"2995545599": "全能グルメチーム·責務の範囲内",
"2995575702": "騎士団執務室を出る",
"2996174207": "離島の二人旅",
"2996599065": "エレベーターに乗る",
"2996918612": "ロレンスから「謎の人物」の話を聞く",
"2997829652": "壁にある地図を調査する",
"2997982972": "璃月港の北郊に行く",
"2998003228": "軽策荘に行き、関垂に返答する",
"2998021428": "つみと会話する",
"2998226732": "トーマと共に街を散策する",
"2999364020": "子供たちと会話する",
"2999806791": "幽夜の黙示録",
"3000142948": "キャシアと会話する",
"3000193111": "ウェンティが琴を借りるのを見る",
"3000843680": "エラ·マスクと会話する",
"3001040791": "世離れした料理",
"3001134116": "「止まり木」の奉納を行う",
"3001193324": "最深部に到達する",
"3002150332": "決勝相手の情報を聞き出す",
"3002250404": "教令院でアルハイゼンの居場所を聞く",
"3002404967": "戦勝の宴",
"3002519151": "CGシーン-寓話",
"3002684788": "怪しいファデュイと会話する",
"3003005596": "木南杏奈に海草を3つ渡す",
"3003221404": "鯨井坊やと会話する",
"3003238206": "ゴレットに助けを求める",
"3003747354": "階段にある落ち葉を全て綺麗にする",
"3003853399": "森の奥へ進む",
"3004073212": "志璇と会話する",
"3005151263": "夜のモンドを散策する(18時~6時)",
"3005728756": "幻境を探索する",
"3005882551": "さらさらと流れよ·2",
"3006090684": "関垂と会話する",
"3006156796": "江雪と会話する",
"3006931356": "アビスの詠唱者を倒す",
"3007209588": "オルモス港へ向かう",
"3007226508": "久美に緋櫻毬を3つ渡す",
"3008292676": "稲妻のキャサリンと会話する",
"3008345468": "安貞の行方を探す",
"3008425116": "みんなと会話する",
"3008945863": "ディルックと会話する",
"3009299028": "ディオナと会話する",
"3010681655": "真実は奇石の中にあり",
"3011945636": "ジュートと会話する",
"3012483220": "大伴に返事する",
"3013250816": "「占いの絵巻」を集める",
"3014161484": "アナと会話する",
"3014281124": "ソヘイルの考古ノートをもとに、砂漠を探索する",
"3014794863": "一炊の夢",
"3015118356": "宏宇と会話する",
"3015494868": "九条裟羅と会話する",
"3016864852": "引き続きヴェルナーと交渉する",
"3016981364": "刀を「公義」に渡す",
"3017533852": "バケツ一杯の水を手に入れる",
"3017581140": "魈と会話する",
"3017723364": "往生堂の周りを調査し、胡桃を待つ",
"3017793692": "藤原俊子について行き、拠点へ向かう",
"3019220535": "静態的風景·後編",
"3019443804": "名無し島の壁画を撮影する",
"3019703382": "「理水畳山真君」を探す",
"3019763164": "「無名武士」が言及した刀を探す",
"3020020887": "意識の舟が行き着く処",
"3020768196": "神里屋敷に行って神里綾人に会う",
"3021472532": "灯謎を掛ける",
"3022053940": "詩筠と博易の会話を盗み聞きする",
"3023700716": "斑目百兵衛と会話する",
"3023900164": "風龍廃墟の高塔に沿って進む",
"3023924620": "清昼に報告する",
"3024202452": "「大夢のメロディー」を弾く",
"3024319460": "ドニアザードについて行く",
"3024465978": "平原監視塔にあるたいまつに火をつける",
"3024777143": "過去は塵のごとし",
"3025108492": "久利由売のところに行く",
"3025175036": "木の板を取ってくる",
"3026159284": "往生堂に帰って孟から状況を理解する",
"3026431484": "ラクホウと会話する",
"3027049324": "通行人に尋ねる",
"3027268844": "鉄塊と一緒に紫微を探す",
"3028238604": "足跡を辿って、考古小隊の痕跡を探す",
"3028558638": "エリンを見てみる",
"3028567252": "銀杏に報告する",
"3028616348": "ラドプと会話する",
"3028695052": "パイモンと会話する",
"3028885892": "平山と会話する",
"3029029068": "七つの御陵墓石の前に珊瑚真珠を捧げる",
"3029083457": "$#(test)璃月漂流瓶収集任務",
"3029687740": "順吉に報告する",
"3029710948": "「羽毛」を使って手がかりを探す",
"3029738889": "掇星攫辰、人心を惑わす",
"3030185204": "モンドの錬金場に行く",
"3030258892": "凝光と会話する",
"3030274212": "稲妻特有の動物をテーマにした写真を4枚撮る",
"3030511919": "冒険者、アナ!",
"3030760844": "すべての「欠片」を解凍する",
"3030852640": "全ての魔物を倒す",
"3031092412": "宝盗団を全て倒す",
"3031272166": "群玉閣の建物内に入る",
"3031903487": "意外な出会い",
"3031914012": "「変わった彫像」に話す",
"3031970228": "柴染と会話する",
"3032200148": "長次の悩みを解決する",
"3032677780": "ヴァサラの樹を調べる",
"3033400100": "候補者の計画書を読む",
"3033621972": "トーマと「おもてなし」の内容について話し合う",
"3034242702": "香菱と震えている人と会話する",
"3034788780": "ハニヤーを倒す",
"3034928031": "我、遊学者",
"3036057452": "絵真に本を見せる",
"3036270116": "「結界」を破る",
"3036347092": "雪山の七天神像付近の荷物を回収する",
"3036493831": "水生環境調査",
"3036551732": "ハリソンと会話する",
"3036578716": "オレグと会話する",
"3037161004": "夜が来るのを待つ",
"3037213412": "天領奉行の護衛を倒す",
"3037295052": "オイナ海岸に行く",
"3037516356": "スメールローズを観察し、隠された曲を見つける",
"3038191876": "拠点に戻りアルベドを探す",
"3038459980": "全てのファデュイを倒す",
"3038955732": "主殿の中央にある装置を活性化する",
"3038979860": "遺跡を探索する",
"3039222508": "宝盗団を止める",
"3039636312": "チャールズと会話し、カクテル作りの準備をする",
"3039863460": "ガルゲンと会話する",
"3040085764": "奥深くにある部屋に入る",
"3040480228": "「三十人団」の傭兵と会話する",
"3040584612": "対戦相手と会話する",
"3040736727": "寝子は猫である·石と猫",
"3040858068": "手紙を詩筠に渡す",
"3041324158": "香膏と洗塵の鈴を置く",
"3041932186": "怒ったヒルチャールを倒す",
"3042674135": "底なし胃袋",
"3043155164": "パイモンと会話する",
"3043276596": "ベネットと会話する",
"3043460380": "モンと会話する",
"3043569468": "南埠頭で調査する",
"3043740727": "獄中に咲く花",
"3043942191": "全能グルメチーム·収束",
"3044819140": "3つの霄灯を霖鈴に渡す",
"3045211916": "ジェイドと一緒に他の人と合流する",
"3045474327": "「あの方」の依頼",
"3045757791": "元素視角で怪しい人を探す",
"3045846204": "マージョリーと会話する",
"3046211628": "道を阻んだ落石を破壊する",
"3046377959": "仙跡を辿って天穹に戻り",
"3046494612": "足跡を追って探す",
"3046694668": "煙がモクモク出ているところを探す",
"3046997260": "約束した場所で哲平と合流する",
"3047745548": "「モンド風焼き魚」をベアトリーチェに渡す",
"3048640508": "琳陽と会話する",
"3048715236": "六ちゃんと会話する",
"3049128252": "ベネットと会話する",
"3049624401": "新しい仲間の募集",
"3050091540": "蛇骨鉱坑に行って、幕府武士と交渉する",
"3050177168": "サラと会話する",
"3050560268": "敵を倒す",
"3050830054": "$#人の群れシステムコントローラ任務(隠し待ち)",
"3050881308": "マークされた場所に行く",
"3052595876": "準決勝に出場する",
"3052819676": "怪しい人物と会話する",
"3053672952": "鹿狩りレストランでサラに話を聞く",
"3053747228": "皆と会話する",
"3053787084": "足跡を辿って、考古小隊の痕跡を探す",
"3054352764": "アフタブと会話する",
"3054510140": "ホッセイニに報告する",
"3054804964": "城のおもちゃを完成する",
"3055227788": "キャラバン宿駅でセノと合流する",
"3056283508": "海乱鬼と浮浪人を倒す",
"3056443140": "小麦をコナーに10個渡す",
"3056762124": "山の上に行って手がかりを探す",
"3056859180": "霄灯をルーじぃに送る",
"3057187940": "測定用のビーコンを置く",
"3058606084": "最後の死域を排除する",
"3059221676": "アンソニーと会話する",
"3059733268": "小川と共に海乱鬼と会う",
"3060649191": "酒場を出る",
"3060656052": "怪しい人物と会話する",
"3062161124": "全てのファデュイを倒す",
"3062172756": "道を調査し修復する",
"3062583023": "智にある宝·新計画",
"3062826788": "「無名武士」を倒す",
"3063214687": "秘境を出る",
"3063455375": "この灯は誰に",
"3063502052": "神里綾華と会話する",
"3063572844": "対戦相手を倒す",
"3064194556": "死域を排除する",
"3064264896": "ファオラと会話する",
"3065306636": "奥深くにある部屋を開ける",
"3065622100": "木木から象徴物を貰う",
"3065996004": "お酒を作る",
"3066080092": "「メカジキ二番隊」の隊員と会話する",
"3066403206": "玉京台に行く",
"3067316972": "不思議な星について行く",
"3068383412": "隕石から離れるよう清昼に説得する",
"3068748348": "ホフマンと会話する",
"3068901944": "木材を集める",
"3069112484": "逃げる孟に追いつく",
"3069544047": "同じ木陰の下で",
"3069780796": "冥ちゃんとかくれんぼを遊ぶ",
"3069879206": "木の板を5枚集める",
"3069947143": "応急補給",
"3070323108": "待ち合わせ場所で心海と合流する",
"3070609796": "適した場所で撮影する",
"3070624785": "異常な力",
"3071306372": "セイライ島で写真を撮影する",
"3071624084": "茂と会話する",
"3071820785": "走れ、ノーラ!",
"3071831116": "洞窟の奥底に行く",
"3072203636": "アナを探す",
"3072644180": "奔狼領に行く",
"3073043700": "トーマと共に「友達」に会いに行く",
"3073212836": "モンに料理を教える",
"3073653204": "倉庫を占領した敵を片付ける",
"3073691260": "宝盗団を全て倒す",
"3073719316": "鯨井椛と会話する",
"3073940972": "待ち伏せている魔物を倒す",
"3074082052": "明日の朝まで休む(翌日の8:00-10:00)",
"3074520812": "蒲公英の種をフレーキに3つ渡す",
"3074745892": "万民堂に行く",
"3074753196": "「地図石刻」を調査する",
"3074855916": "アルハイゼンと会話する",
"3075060988": "木南杏奈と会話する",
"3076021188": "八重神子を探す",
"3076295588": "小姜と会話する",
"3076375660": "秋月の意見を聞く",
"3076397400": "バッグにアイテム-汚れた仮面はあるかどうかをチェック",
"3077923526": "騎士団に行く",
"3078065660": "沙寅と会話する",
"3078393108": "道を調査し修復する",
"3078404980": "ゲーテと会話する",
"3078798204": "アランマと会話する",
"3078982260": "木南杏奈と会話する",
"3079349132": "「天目鍛冶屋」に戻る",
"3079456460": "フェルメールの筆と顔料を探す",
"3079531492": "公演中止の知らせをお客さんに伝える",
"3079990212": "璃月港に行く",
"3080069892": "商店街で賑わう離島に行く",
"3080131548": "つみと会話する",
"3080224040": "全ての依頼を完了する",
"3081185100": "露子と会話する",
"3081304372": "琉璃袋を桂に3つ渡す",
"3081333420": "幕間·ディシアとラフマンの会話",
"3081484503": "0",
"3081618820": "正しい書類を安に渡す",
"3081753044": "「お兄ちゃんたち」と会話する",
"3081866308": "戻ってロアルドを探す",
"3081963108": "近くに行って平蔵と話す",
"3081999460": "「シュリパナ」に戻る",
"3082111767": "騎士団本部へ行く",
"3082458623": "神社の大掃除",
"3083073564": "ハニヤーと合流する",
"3084439804": "若心と会話する",
"3085078100": "盈珠と会話する",
"3085200519": "ソヘイルの願い",
"3085788668": "マーガレットと会話する",
"3086338855": "岩下の迷境",
"3086730666": "宝物の手掛かりを探す",
"3086926412": "五歌仙広場に戻る",
"3087040420": "全ての魔物を倒す",
"3087484588": "料理を縁任せの鈴官に送る",
"3088380760": "近くのモンスターを倒す",
"3089112988": "教令院のほうへ行く",
"3089746017": "一段落つく",
"3090270604": "パイモンと会話する",
"3091210268": "アカツキワイナリーに行く",
"3091546908": "捕獲エリアに行く",
"3091760606": "追逐II",
"3092131087": "憂鬱さんとの再会",
"3092399559": "アランナラの救出",
"3093212919": "鍋の横を通る",
"3094876975": "NPCと交渉成功",
"3095101764": "ヴィクトルと会話する",
"3095428604": "会場を歩き回って、妖魔の手がかりを探す",
"3095622580": "ゴローと一緒に虎の巻を確認する",
"3095951140": "「新芽のメロディー」を利用して道を開く",
"3096163420": "パイモンと会話する",
"3097055190": "志華に報告する",
"3097387468": "敵を倒す",
"3097590348": "指定の場所に行って宝盗団を倒す",
"3098862420": "引き続き駄獣について行く",
"3099128052": "SOSの発信源を調べに行く",
"3099185967": "水と共に流れてきた悩み",
"3099575700": "ディオナと会話する",
"3099896599": "海中の魔王!静かに待つ人",
"3099982052": "ペーソンにザイトゥン桃を10個渡す",
"3100459500": "会場から離れる",
"3100986164": "拠点の品物を調査する",
"3101227535": "「海祇の尾」",
"3101549764": "景色が美しい撮影地へ向かう",
"3101660484": "ノエルと会話する",
"3101836996": "アレクサンドラと会話する",
"3102458168": "ミシェルと会話する",
"3102942692": "ヤグナ草を拾いに行く",
"3103109292": "氷トリックフラワーの蜜を探す",
"3103454076": "アビスの使徒を倒す",
"3104052111": "山海八処の巡礼·二都風土旅行記",
"3105356852": "「美味しそうな真珠翡翠白玉湯」を朱店主に渡す",
"3107471404": "グザヴィエと話す",
"3107868196": "翔太が祠にお供えするのを助ける",
"3108197268": "みんなと会話する",
"3108726092": "「密室」に向かい日誌を探す",
"3109220684": "再びすべての欠片を解凍する",
"3110602455": "処置の方法",
"3110684588": "ポンポンの実から嵐生石を獲得",
"3110752452": "ナヒーダと会話する",
"3111176726": "逃离千岩軍から逃げる",
"3111603700": "「美味しそうな活力にゃんこ飯」を子猫に与える",
"3112827620": "グザヴィエと会話する",
"3113569748": "風元素か水元素でチラシを片付ける",
"3113747516": "五歌仙広場でパイモンと会話する",
"3113870806": "「元素視角」で「邪気」ヒルチャールを追跡する",
"3114680036": "モンと会話する",
"3116383100": "豆助、柴助と会話する",
"3116450268": "「高門の炎」を全部解放する",
"3116770430": "ティミーを見てみる",
"3116984276": "「ドニアザード」と会話する",
"3117503804": "もう「片方の船」を探す",
"3117514244": "久利須と会話する",
"3118074905": "淮安と会話する",
"3118199516": "柊千里に報告する",
"3118424423": "花火の下で共に",
"3118665606": "建築材料集積所を調査する",
"3119302964": "朱店主に報告する",
"3120484908": "古き琴の修復に必要な琉璃百合を探す",
"3120834359": "購入前にパイモンと会話する",
"3121911476": "掲示板に近寄る",
"3121919204": "和裕茶館に行って、雲菫を探す",
"3122489340": "鳴神大社に行く",
"3122864438": "志華と会話する",
"3123141396": "ナンタックと会話する",
"3123430668": "壁画の裏に隠された秘密の通路に入る",
"3123770383": "万端珊瑚事件簿·適した身分",
"3124600516": "安と会話する",
"3125663484": "明日の朝まで待つ(翌日の6~8時)",
"3126017879": "出航の日",
"3126366404": "料理を頑張るシリオに送る",
"3127100673": "通行止め?",
"3127298654": "博来と会話する",
"3128862167": "報告",
"3128960631": "実戦訓練",
"3129039764": "璃月港の外から眺めながら考えをまとめる",
"3129058260": "凝光と会話する",
"3129500188": "綾華と会話する",
"3129662094": "「兆し」を探す",
"3129989865": "この小説はすごい",
"3130433084": "島に着く",
"3130782060": "言笑と会話する",
"3131649070": "(test)千岩軍を探す",
"3132225132": "千に話を聞く",
"3132985276": "「宝庫」の石門を開ける",
"3133165572": "拠点に行く",
"3133180980": "万葉のところに行く",
"3133616668": "神里綾華と会話する",
"3134273836": "変わったところを調べる",
"3134566996": "遺跡最上階の中央にある部屋に行く",
"3134640380": "季同と会話する",
"3134815260": "スカラマシュの手下を倒す",
"3135140977": "時間内到着挑戦・瑶光の浜",
"3135367532": "無妄の丘に向かう",
"3135396312": "好奇心旺盛なパチと会話する",
"3135654476": "影響された魔物たちが山に登るのを阻止する",
"3135747178": "落ち葉の山を綺麗にする",
"3136198196": "徐六石と会話する",
"3136230904": "サラと会話する",
"3136266564": "翌日の午前中(8時~12時)に柴染と会話する",
"3136546647": "島と海の彼方",
"3136873596": "ザマランの同族を手伝う",
"3137074724": "リュドヒカと会話する",
"3137110383": "芽吹く新たな蕾",
"3137264748": "参加者の実力を知る",
"3137932111": "海上での生活",
"3138305196": "ファデュイの城の近くへ戻る",
"3138390172": "錬金場に行く",
"3138505559": "肥料…販売員?",
"3138756796": "翌日の夜まで待つ(19時~24時)",
"3139607252": "ドラゴンスパインの麓にある拠点に行く",
"3139610012": "冒険者協会に行く",
"3139611108": "レザーと合流する",
"3140194452": "駒形と会話する",
"3140295932": "「御影炉心」の状況を確認する",
"3140703060": "無妄の丘に行って、肝試し大会に参加する",
"3140754596": "皆と会話する",
"3140800703": "保管室に入る",
"3141056284": "2つ目のポイントに食料補給を埋める",
"3141575428": "アランマと合流する",
"3141787631": "遺跡に入る",
"3142099628": "村の前で落ち合う",
"3142196964": "時間制限家政任務をクリアする",
"3142324054": "阿三と話し合いをする",
"3142834945": "錬金術、大突破?",
"3142874364": "成果を「氷封の心」に教える",
"3143594860": "「運命」をつかみ取る",
"3143857628": "「機関棋譚」を試してみる",
"3144009540": "凝光と会話する",
"3146037007": "ルームNo.3-戦闘勝利、キークエストのマークを獲得",
"3146345108": "死域の腫瘍を試して破壊する",
"3146662940": "伯桓と会話する",
"3146734100": "ベネットと会話する",
"3147450548": "町に行く",
"3147477084": "海乱鬼の頭領と対質する",
"3147494684": "道に沿って追跡する",
"3148391364": "言笑と会話する",
"3148446660": "千奇核心と仙家呪符を秘書に渡す",
"3148829228": "稲妻の特産をテーマにした写真を4枚撮る",
"3149053687": "ガイアと会話する",
"3150611916": "レーナルトの著作をモナに渡す",
"3150942974": "宝物を探す",
"3151072092": "ガルシアと会話する",
"3151452292": "大聖堂前の広場へ向かう",
"3151610934": "「黄金屋」に行く",
"3152198577": "船員の秘宝",
"3152704188": "さらに奥へ進む",
"3152894996": "金リンゴ群島に行く",
"3152977592": "ジャックと会話する",
"3153438444": "指定された場所に行く",
"3154152798": "大鍋に近づく",
"3154546844": "阿倍良久の残魂が宿っている物を見つけて、奉納する",
"3154879348": "漢のジャックと会話する",
"3155216188": "パイモンと会話する",
"3155633836": "千と会話する",
"3156689516": "中層の4つの中継装置を連動させる",
"3157034524": "宏宇に報告する",
"3157123956": "山ばあやと話し合いをする",
"3157253580": "吉法師について行く",
"3157379180": "伊達の残影と会話する",
"3157629263": "ありし日の春庭",
"3157855473": "江雪の魚釣り",
"3157983804": "指定エリアに向かい調査する",
"3158517470": "宝物を探す",
"3158835332": "グザヴィエを探す",
"3159431215": "世界を測りし者!",
"3160523428": "中央の踏み台に行く",
"3161260833": "「螭」の話",
"3161861564": "心海と戦術を分析する",
"3162184380": "副船長の重佐と会話する",
"3162629884": "「草スライムに呑み込まれたラズベリー」を手に入れる",
"3162982934": "霓裳花オイルを作る",
"3163228228": "拠点に戻る",
"3163597263": "実験その一·元素",
"3164189183": "無限の商機",
"3164348084": "抵抗軍に射撃の手本を示す",
"3164815276": "アランガルを探す",
"3165701156": "満腹になれる料理を一成に渡す",
"3165947692": "シアターの人と会話する",
"3166212396": "「満足サラダ」を作ってサラに渡す",
"3166364396": "「御影炉心」に近づく",
"3166737532": "入口で接客する",
"3167364844": "ペイズリーと交流してみる",
"3168416788": "魔物を一掃する",
"3168695564": "アルベドと会話する",
"3168737500": "航海士の絵星に尋ねる",
"3168828697": "「騎士団の宝物」",
"3169201116": "アルベドと会話する",
"3169622388": "ハイパシアと話し合う",
"3170170948": "レイフに報告する",
"3170177764": "申鶴と会話する",
"3170376212": "宝盗イタチが隠したモラを見つける",
"3170892100": "村人に洋平兄弟のことを聞く",
"3171677655": "山海八処の巡礼·遠い孤山の独り言",
"3171910732": "バレないように前進する",
"3172137956": "真夜中(0時~6時)にハスの花托を採集する",
"3172144892": "ラウナックと一緒に逃げる",
"3172241982": "永生香を置く",
"3172930465": "失踪した学者を探す",
"3173154556": "道の街灯を確認する",
"3174035900": "志璇と会話する",
"3174041628": "次の日の午前中(10時~12時)に稲葉久蔵と会話する。",
"3174426249": "よくなくなる鍵",
"3174633076": "「群玉閣」の秘書たちと会話する",
"3174677172": "淵下宮に行く",
"3175066164": "夢から目覚める",
"3175234788": "サイリュスと会話する",
"3175709772": "パイモンと会話する",
"3175789063": "埠頭の飲み物屋さん",
"3175830156": "清泉町に行ってブロックと会話する",
"3176249196": "大島純平に鉄鉱石を3つ渡す",
"3177094116": "第一幕の撮影を完成させる",
"3177350316": "吉法師と会話する",
"3177844268": "適した調味料を選ぶ",
"3177976612": "すべての「欠片」を解凍する",
"3178114476": "何爺を拠点に連れ戻して、瑾武に会わせる",
"3178457628": "引き続き気配をたどって手がかりを探す",
"3179695812": "サラと会話する",
"3179935616": "茂才公と愚人衆の会話を聞く",
"3179937308": "駄獣について行く",
"3180237884": "追跡を続ける",
"3181666484": "ザマランの同族を手伝う",
"3181675028": "クレーと会話する",
"3182090036": "層岩巨淵の外周を見回る",
"3182370132": "ホッセイニに報告する",
"3182371628": "少なくとも、降りる道を見つけた。",
"3182619908": "「御肉丸」と会話する",
"3183193516": "ガイガックスと会話する",
"3183366428": "種を「呼び覚ます」",
"3183514431": "病み上がり",
"3183858492": "宝盗団の拠点に行く",
"3184403103": "旅の写真に閃きを",
"3184909172": "遺跡を探索する",
"3185431980": "木南杏奈と会話する",
"3185823076": "装置を起動する",
"3185866927": "たたら物語·機能性テスト",
"3186140356": "アランラキャと会話する",
"3187842063": "問題の転換·肝心な点",
"3187859652": "仙霊について行く",
"3187870135": "何処より降りし霊石",
"3187936892": "マルフと会話する",
"3188436652": "海乱鬼を倒す",
"3188478172": "白狐の野に行く",
"3188488964": "アルベドと会話する",
"3188561556": "「神輿手綱」を池に投げ込む",
"3188672111": "ファデュイの隠れ家に入り込み、鍵を探す",
"3188851780": "豆助、柴助と会話する",
"3189008302": "2体の夜叉石像の光る処に向けて矢を放つ",
"3190276780": "指定された場所で「大夢のメロディー」を弾いてアランナラを呼び出す",
"3190341988": "「止まり木」を破壊する",
"3192947740": "残りの鍵紋を探す",
"3192965116": "聖樹の全貌を記録する",
"3194630564": "マクシムと会話する",
"3194647356": "バーバラと会話する",
"3194802612": "失われたホラガイを探す",
"3194857030": "スライムを倒す(ボーナス)",
"3195052692": "エウルアと会話する",
"3195071304": "詳細を確認する",
"3196362820": "寝子と会話する",
"3197417476": "「サウマラタ蓮杯」の会場に戻る",
"3197705004": "宝盗団を倒す",
"3197851428": "ラナのところに戻る",
"3198332380": "山崖から飛び降りて、オニカブトムシを探す",
"3198587668": "八重神子と会話する",
"3199255500": "「モンド風焼き魚」を作る",
"3199302164": "層岩巨淵の探検隊の拠点に戻る",
"3199312108": "孤雲閣に行く",
"3199439812": "シューベルトと「仲間」に会いに行く",
"3199994692": "凝光を呼び起こす",
"3200112572": "「元素視角」を使って、アルベドの足跡を辿っていく",
"3200321308": "洞窟内の水位を下げる",
"3200370287": "望舒出前",
"3200640316": "ビーコンの配置場所に行って志璇を探す",
"3200701084": "野外で缶詰知識を使う",
"3201278239": "元素視角で怪しい人を探す",
"3201698176": "(TEST)材料を入れる",
"3201810996": "ダインスレイヴと会話する",
"3201890153": "海に明霄あり",
"3202325620": "晶化骨髄を売っている商人を探す",
"3203549958": "ジンと会話する",
"3203578148": "子猫に魚を与える",
"3203648652": "本をもとにマスク礁に行く",
"3203869628": "ズバイルと会話する",
"3204050012": "最後のコアを解除",
"3204595724": "ジリアンナの態度を観察する",
"3204629660": "雪山に行ってシュースターを探す",
"3205444716": "部屋から離れる",
"3206165844": "玉京台付近で詩のインスピレーションを探す",
"3207215748": "パイモンと対策を話す",
"3207253742": "水を汲みに行く",
"3207611958": "同時に杭を全て破壊する",
"3208198972": "ハティムのために「千金料理」を一つ選ぶ",
"3208792276": "「透徹の水」を手に入れる",
"3209786444": "モセイスと会話する",
"3209918676": "加藤信悟に「魔除け」を行う",
"3211276052": "「極悪凶猛の寮」に入る",
"3211562292": "海辺に行って子猫を神社に連れて帰る",
"3211786620": "珠鈿舫に行く",
"3212255212": "アランニシャットを見つける!",
"3213579636": "モコとヘイリーと会話する",
"3213781052": "「日記」を読む",
"3213804844": "グランドバザールの近くを見て回る",
"3214332972": "寂しいジョエルと会話する",
"3214851004": "鉄腕に黒岩場の新人について問い合わせる",
"3215605428": "エルマイト旅団の拠点を調べる",
"3215681132": "九条裟羅と会話する",
"3215990180": "ウルバンと会話する",
"3216090020": "漉華の池の近くに行く",
"3216227871": "漢のジャックと漢の道",
"3216959540": "元素視角を使って雷元素の痕跡を辿る",
"3217256580": "「音楽の殿堂」に入る",
"3217387332": "軽策農家料理を作る",
"3217459332": "「美味しそうな真珠翡翠白玉湯」を作る",
"3217810532": "花園に入る",
"3219122764": "種の振動と絵の内容に従って、最後の地点を見つける",
"3219146884": "続けて鉱石に関する記録を探す",
"3219364964": "ジンと会話する",
"3219553356": "「フラワーゼリー」の屋台に行く",
"3219564049": "子供心の秘密",
"3219976332": "机から薬剤を取る",
"3219986692": "「御肉丸」と会話する",
"3220139492": "帰元ノ庭の奥深くに到着する",
"3220214756": "洞窟の奥底に行く",
"3220411452": "装置を見つけて起動する",
"3220480452": "三田と会話する",
"3221011700": "お守りをアランシャクンに返す",
"3221662476": "荻花洲が見える場所に行く",
"3221858204": "薬をマルフに渡す",
"3221935004": "心海と一緒に文通相手に会いに行く",
"3221960692": "指定された場所でルーたちと会話する",
"3222002724": "璃月港に行き、副船長の重佐を探す",
"3222105644": "ヴェルナーと状況を分析する",
"3222374780": "「薔薇」の水やりをする",
"3222626052": "群玉閣で凝光と会話する",
"3223517332": "待ち伏せしているファデュイを倒す",
"3224432775": "ふわふわした花とフローラ",
"3224593604": "秘境の周辺を調査する",
"3224816844": "留雲借風真君に報告する",
"3224852708": "アシュヴァッタ神殿の奥深くに行く",
"3225235228": "予約した小説を受け取る",
"3225421439": "おもちゃ市場進出·エネルギー確保",
"3225598892": "ザカリヤと会話する",
"3226964940": "いばらで塞がれた穴を解放する",
"3227900748": "檻を開ける",
"3228238444": "救援を呼ぶ声の出所を探す",
"3228591639": "「仕事」というのは",
"3229450644": "「西風の鷹」の神殿に入る",
"3229829092": "美味しそうなチ虎魚焼きを湯雯に届ける",
"3230041204": "サミエルの手下を倒す",
"3230859980": "今谷佳祐に勝つ",
"3232973044": "幻形獣を倒して古物を回収する",
"3233532831": "南十字武闘会",
"3233636868": "指定された場所に行く",
"3234558745": "灯の下にある暗流",
"3234761116": "カメラ内のものを再生する",
"3235272508": "ホフマンに結果を報告する",
"3235289028": "実践訓練へ向かう",
"3235309580": "北斗と会話する",
"3235788060": "廃屋の地下に入る",
"3236261246": "群玉閣の道案内を探す",
"3236261599": "パイモンについて行く",
"3236460104": "(TEST)酒豪の評価:普通!",
"3236722188": "ラウナックと一緒に逃げる",
"3236784868": "フローラに報告する",
"3237121284": "シアターに行ってイナヤを探す",
"3239067628": "ワヒッドと会話する",
"3239164324": "吉法師の写真を撮る",
"3239168996": "幻影と会話する",
"3240270308": "ファデュイを倒す",
"3240868620": "墨田と会話する",
"3241092996": "言笑と会話する",
"3242467340": "宝物を探す",
"3242835028": "ヒルチャールの集落にある手がかりを調べる",
"3243956388": "ソヘイルと会話する",
"3244408336": "怒ったヒルチャールを撃退する",
"3244774724": "アザライに報告する",
"3244945020": "巨大な晶鉱を浄化する",
"3245426855": "朝露のように",
"3245592444": "根系の状況を記録する",
"3245878929": "階段の掃除",
"3245935097": "女神像アンロック",
"3246046092": "漉華の池の秘密を解く",
"3246938156": "アカツキワイナリー付近にいるワルターと会話する",
"3247008332": "配達員と会話する",
"3247489164": "ガイアの課題を回収する",
"3247747972": "もう一度ナヒーダと会話する",
"3247970396": "大和田と会話する",
"3249210012": "大きな拠点にいる宝盗団の密輸団体を倒す",
"3249346900": "スイートフラワーをモンに渡す",
"3249504820": "装置のところに戻ってクレーと会話する",
"3250026964": "デルースと一緒に宝を配置する",
"3250184940": "小月と会話する",
"3250275412": "謎の装置を調べる",
"3250890004": "民衆と会話する",
"3251145601": "緊急整備",
"3251827132": "言笑と会話する",
"3251868676": "キャラバンを探す",
"3252154188": "ラフィクと会話する",
"3252344839": "沈黙する知の探求者",
"3252908895": "宝蔵の地を探す",
"3253022156": "魔物を避けて続けてダダウパの谷に入り込む",
"3253049761": "若心に欠片の手がかりを聞く",
"3253454796": "ジェイドと一緒に遺跡を探索する",
"3254676772": "望雅と会話する",
"3255894412": "浅瀬神社の周りの汚れを綺麗にする",
"3256054196": "ホッセイニと会話する",
"3256709228": "破棄",
"3256839500": "写真を大島純平に渡す",
"3256870095": "太郎丸との一戦",
"3256933974": "2日目まで待つ",
"3257040452": "章に千奇核心に関する情報を聞く",
"3257367692": "雪山の荷物を回収する",
"3257471892": "六ちゃんと会話する",
"3257815369": "荻花洲の旅館",
"3258711332": "ランバド酒場に向かう",
"3259265724": "風神に「風の花」を捧げる",
"3259317668": "何爺に関する手がかりを探す",
"3259382660": "龍二と会話する",
"3259844236": "アカツキワイナリー付近の宝盗団を倒す",
"3260115028": "玉京台に行く",
"3260265988": "「鹿狩り」に行く",
"3261590884": "ジャザリーを守る",
"3261668836": "「一心浄土」に入る",
"3261742308": "凝光と会話する",
"3262310956": "村の中で残されている記録を探す",
"3262314300": "江城と会話する",
"3262391767": "冒険者テスト·冒険のコツ",
"3262464070": "ヒルチャールと会話する",
"3264880396": "周囲で調査する",
"3264928846": "煌めく勇気の剣を探す",
"3265094052": "「栄光の風」に行く",
"3265900340": "スメールの美食を食べる",
"3265982876": "モンと会話する",
"3266222812": "声の出所を探す",
"3267073620": "「絵」を顧客に届ける",
"3267183724": "万葉と会話する",
"3267586880": "アビス教団の敵を追撃する",
"3267598807": "友達の道",
"3268822708": "ラドプに同行する",
"3268922212": "「万民堂」に行く",
"3269358484": "ベネットと会話する",
"3269414356": "薬をアフタブに渡す",
"3269524676": "新鮮な鳥の卵を亀井宗久に渡す",
"3270478572": "翔太が祠にお供えするのを助ける",
"3270826600": "マーガレットを探して依頼内容を聞く",
"3272753103": "星夜の章",
"3273352804": "買い物するふりをして、時間を稼ぐ",
"3273893508": "盆景の左右両側を優悠山石に変える",
"3274707172": "海祇島で情報を集める",
"3275315276": "明日の朝まで休む(翌日の6:00-8:00)",
"3276714588": "ガイガックスと会話する",
"3276741396": "全ての魔物を倒し、集落を破壊する",
"3276905820": "洞窟の状況を観察する",
"3277174689": "七神の祝福",
"3277370076": "福本と会話する",
"3277953846": "声の出所を探す",
"3278181684": "雲菫と会話する",
"3279056495": "郊外旅行…それとも冒険?",
"3279300705": "遠くから来た客",
"3279442412": "アルハイゼンに情報を伝える",
"3280895356": "ドリンクを申鶴に渡す",
"3281784148": "ホッセイニと会話する",
"3281793194": "宝児と会話する",
"3282109740": "セノと合流する",
"3282293700": "魔物が出没する場所に行く",
"3282440124": "浅瀬神社に戻って「賽銭箱」を修理する",
"3282919852": "風神像付近の住民たちと会話する",
"3283527560": "近くのモンスターを倒す",
"3284464484": "天井屋に尋ねに行く",
"3285115463": "コナーの醸造材料のリクエスト",
"3285116136": "(TEST)カクテル完成、酒豪に飲んでもらおう!",
"3285149500": "玉霞に報告する",
"3285290391": "リスクを冒す",
"3285613732": "ビーコンの配置場所に行って志璇を探す",
"3285669724": "隠れ家に行って確認する",
"3286044236": "レオンを救う",
"3286126012": "アランマと会話する",
"3286318524": "大島純平と会話する",
"3287067631": "類い稀なドリンク",
"3287111852": "保本と会話する",
"3287132415": "初めて岩神の像を開放",
"3287608692": "珊瑚と会話する",
"3287669996": "心海と共に散歩する",
"3288320404": "『聖国の詠唱』の第二巻をめくる",
"3289840983": "終了後、グループを更新",
"3289956260": "約束した場所へ、手紙を書いた人と会う",
"3290468831": "NPCを脅す",
"3290505228": "奉行所に行き上杉と会話する",
"3291079788": "軽策荘へ行きルーじぃを探す",
"3291728986": "エラ·マスクと会話する",
"3291788844": "再び遺跡に入る",
"3292272036": "「願いがこもった水」を手に入れる",
"3292467972": "水晶を配置して待つ",
"3292574332": "「死兆星」号へ向かい北斗に会う",
"3293319908": "ルカと会話し、酒場に入る",
"3293893260": "桂と会話する",
"3294152956": "モンド冒険者協会のキャサリンに会う",
"3294305084": "万葉を探す",
"3294718956": "虚界の塔の制御装置を起動する",
"3294805588": "砂の中の花において、三つの分岐をそれぞれ一回クリアする",
"3295139724": "アルベドと会話する",
"3297083236": "「大日御輿」の頂点に向かう",
"3297125224": "元素視角を使って、琥珀石が入った車を探す",
"3297504452": "轟さんと徳田を追跡する",
"3297629828": "怪しい人物と会話する",
"3297764668": "ワイナリーにあるディルックの机を探す",
"3298621604": "ラフィクと会話する",
"3299381540": "クリメントに罰を与える",
"3299482268": "パイモンと会話する",
"3299495796": "次の日まで待つ(8時~12時)",
"3299702716": "アランナラの小屋に戻る",
"3300507558": "ウェンティと会話する",
"3300983812": "戎世と会話する",
"3301838268": "ノエルと会話する",
"3301841036": "パルディスディアイを離れた後、ディシアと会話する",
"3302272844": "荒瀧一斗について行き、大輔と虫相撲をする",
"3302326647": "相応しい終幕",
"3303129820": "エーテンとカリマに話しかける",
"3303322092": "船の修理に使う物資を取りに行く",
"3304445191": "天の謎、水の解き",
"3304488372": "柚子の意見を聞く",
"3305493063": "海祇の見聞",
"3305968839": "魚群大発生",
"3307031028": "ドリンクを凝光と北斗に渡す",
"3307411524": "アビス教団の痕跡を追撃する",
"3308366239": "NPCと交渉失敗-戻る",
"3308537380": "みんなと会話する",
"3308674505": "璣衡",
"3308788124": "リジーと会話する",
"3309002852": "病院周辺の元素石碑を調べる",
"3309322644": "シアターの人と会話する",
"3309357580": "キノコンを捕獲する",
"3309958940": "バーバラと会話する",
"3311270580": "小白と会話する",
"3311919407": "制限時間内に指定ルートを通ってゴールに到着する",
"3311998844": "「御影炉心」の状況を確認する",
"3312136942": "群玉閣の道案内を探す",
"3312433156": "貨物の保管する場所で黄衣と会話する",
"3313780663": "再臨!金リンゴバカンス",
"3313825692": "五歌仙広場に戻る",
"3314297804": "アビディアの森へ戻り、ヤラを治療する",
"3314389444": "探索を続ける",
"3314975340": "ザマランと会話する",
"3315582700": "「御影炉心」の底部に向かう",
"3315628956": "装置を探して光らせる",
"3315955076": "拠点のファデュイと会話し、手がかりを集める",
"3316117028": "「間道のメロディー」を利用して道を開く",
"3316190516": "ドニアザードについて行く",
"3316461639": "閉ざされた門を開ける",
"3316856228": "藤原俊子について行き、拠点へ向かう",
"3316983276": "テウセルに港口を紹介する",
"3317344511": "アンバーと会話する",
"3317811455": "霖鈴の「絶対」",
"3318070196": "翌日まで待つ(6時~8時)",
"3318867908": "「南西部の遺跡の地下」に向かい日誌を探す",
"3319083028": "アルベドと会話する",
"3319332980": "ルルと会話する",
"3319479900": "社奉行の庭に行って家政科の授業に参加する",
"3319825692": "近くで手がかりを探す",
"3319901343": "海に明霄あり",
"3319919358": "「明星斎」に行く",
"3320595623": "謎を解明する(騎士団でガイアからヒントがもらえる)",
"3320633796": "大根入りの野菜スープをジェリーに3つ渡す",
"3321282527": "百年一夢",
"3321807380": "遺跡守衛を倒す",
"3322202783": "異国騎士璃月記行",
"3323077420": "食材をジャファルに渡す",
"3323141612": "宏朗と会話する",
"3323166684": "ビーコンを回収する",
"3323344495": "秘境を出る",
"3323460244": "「マウティイェマ」に行く",
"3324463516": "ノエルについて行く",
"3324704076": "フェルメールに報告する",
"3324856044": "茂と会話する",
"3325083116": "璃月の漁師嘉瑋と会話する",
"3325192844": "平海と会話して璃月港に戻る",
"3325389255": "農民の宝",
"3325628404": "ナヒーダと会話する",
"3325682268": "付近の装置を解く",
"3326152254": "「美味しそうな真珠翡翠白玉湯」を奉納する",
"3326176980": "魈と食事する",
"3326263540": "ヒルチャールに渡す",
"3327071476": "敵を倒す",
"3327096732": "謎の霧を辿り、「止まり木」の奉納を行う",
"3327610591": "隔たりのある魂",
"3328151564": "アランマと会話する",
"3328561612": "キャサリンと会話する",
"3328642588": "テントに入って休む",
"3328852652": "アランバリカと会話する",
"3328914610": "装置を起動させる",
"3328964300": "万文集舎で「枕玉」を探す",
"3329401676": "新月軒で調査を行う",
"3329722628": "魔物を倒す",
"3329736652": "拠点から離れる",
"3329771228": "風景画をサイードに渡す",
"3330498503": "隙間の夢",
"3330881769": "スライムのバスケ",
"3331339476": "助けを求める声の出所を探す",
"3331676652": "秘境へ向かい状況調査する",
"3332217804": "モコとヘイリーと会話する",
"3332276740": "地脈抽出装置を停止する",
"3332610932": "シェイクズバイルと会話する",
"3333534076": "狂風のコアを倒す",
"3333653188": "ルドルフと会話する",
"3333731143": "酒場の上の階に隠れる",
"3333881911": "会話",
"3333981792": "寝ているヒルチャールを起こさないように、起きているヒルチャールに近づく",
"3334183007": "オロバシの遺事·二",
"3334782287": "「風」味ドリンク",
"3334851879": "リサと会話する",
"3335541148": "「小倉屋」に戻る",
"3335626966": "宝物を探す",
"3335774308": "破棄",
"3336819444": "5つ目の石板を探す",
"3337444231": "純白の謎影·再会",
"3337630311": "静態的風景",
"3337822820": "ヴィクトルと会話する",
"3338107980": "2日後まで待つ",
"3338250660": "フェルメールに報告する",
"3338830815": "チャールズに最近の噂を聞く",
"3338836104": "シスターヴィクトリアに報告する",
"3339115652": "サニアと会話する",
"3339410881": "$#霧海雲間探訪記",
"3339451436": "「混沌の装置」を田饒舌に渡す",
"3339614460": "「蓄財の地」でハティムを探す",
"3339859404": "カシムと会話する",
"3340166156": "マージョリーと会話する",
"3340598884": "トーマと会話する",
"3340695252": "ノートの内容に従い、昼の(10:00~14:00)に霧を突破する",
"3341014924": "フェリックス·ユーグと会話する",
"3341104364": "元素視角を使ってスライムを探す",
"3341142888": "ジャックの話に基づき、魔物を見つける",
"3341391223": "望舒出前",
"3341688040": "(TEST)チャールズに報告する",
"3341923228": "続けて「記憶の銘文」を探す",
"3343278548": "潜伏場所を調べに行く",
"3343443316": "準備した料理を湯雯に渡す",
"3343451060": "奇妙な「牙」をあと3つ探す",
"3343517356": "ディオナについて行く",
"3343880276": "「目撃した場所」に戻る",
"3344235772": "病院周辺の元素石碑を調べる",
"3345052732": "虚界の塔の制御装置を起動する",
"3345717439": "迷界の島!予測不能な旅",
"3346504911": "風障を開く",
"3346637068": "グランドバザールの近くを見て回る",
"3348844684": "ワヒッドと会話する",
"3349237503": "遺跡ドレイクが起こした混乱",
"3349356372": "拠点で調査する",
"3349506812": "拠点に行く",
"3349610399": "機は失するべからず",
"3349762316": "小姜を見つける",
"3349802956": "鳴神大社に行き大巫女に会う",
"3350540972": "層岩巨淵·地下鉱区に入る",
"3350741135": "涙のような流砂の神殿",
"3351152556": "北斗と会話する",
"3351159756": "エフェンディと会話する",
"3352259500": "宵宮と会話する",
"3352676516": "アランパンドゥと会話する",
"3352760084": "古樹の下に戻る",
"3353091700": "建設現場で材料を取る",
"3353384084": "ゴローと会話する",
"3353527636": "ハマウィーと会話する",
"3353631324": "「秘密基地」でロインジャと会話する",
"3353905119": "山海八処の巡礼",
"3354506708": "裏山の隕石を片付ける(0/2)",
"3354583476": "名椎の浜へ向かう",
"3354788836": "見つけた手がかりをカタリナに教える",
"3354846292": "ラウナックと一緒に逃げる",
"3355602908": "アランカヴィと会話する",
"3355922396": "藤原俊子と会話する",
"3355943108": "リーセと会話する",
"3356395703": "占星術と50年の約束",
"3356414864": "丈夫な木の板をメイガーに渡す",
"3357108796": "玉霞と会話する",
"3357318719": "風神の瞳を神像に捧げる",
"3357876740": "星象の謎を解く",
"3359586068": "拠点を片付ける",
"3360149188": "マーガレットに報告する",
"3362163048": "シスターフィンドと会話する",
"3362217372": "「新鮮なスライムの液体」を手に入れる",
"3363338340": "「秘密基地」に戻る",
"3363461532": "現れた魔物を倒す",
"3363499896": "チャールズと会話、カクテルを完成",
"3364109945": "獅牙の牙",
"3364405676": "襲ってくるファデュイを倒す",
"3364591968": "丈夫な木の板をエレンに渡す",
"3365921900": "仙霊について行く",
"3366235132": "「止まり木」を破壊する",
"3366470844": "廃墟内の乱れた風域の問題を解決する",
"3366806820": "レイフに「香水」を届ける",
"3367360476": "相手の攻撃を防ぐ",
"3367382036": "バレないように前進する",
"3367996844": "ネルミンと会話する",
"3368147252": "「お兄ちゃんたち」と会話する",
"3368444500": "スメールのキャサリンと会話する",
"3368554190": "ヒルチャールを倒す",
"3368671646": "フローラを見てみる",
"3368949108": "風立ちの地に行く",
"3369257972": "「ザイトゥン桃」をネルミンに渡す",
"3369453644": "不思議な星について行く",
"3370259908": "ベネットについて行く",
"3371191191": "雪に覆われた国",
"3371358548": "敵を倒す",
"3371736628": "無妄の丘に戻り、狼兄貴を送る",
"3371790108": "軽策荘に戻る",
"3372725047": "西風ヒューヒューチャリティー連盟!",
"3373299300": "エラ·マスクと会話する",
"3373433000": "璃月港「万文集舎」に行く",
"3374082116": "撮った化石の写真をヘディーヴに渡す",
"3374137596": "「解決法」を見つける",
"3374180622": "「兆し」を探す",
"3374725212": "小説の提出場所で読者たちの好みを聞く",
"3375820684": "雲菫と会話する",
"3376063132": "ホッセイニと話す",
"3376225204": "風龍廃墟に入る",
"3378130836": "北斗と会話する",
"3378204472": "臆病なモローと会話する",
"3378610564": "廃棄された鉱石を渡す",
"3378667436": "天領奉行府へ向かう",
"3378783060": "エベードと会話する",
"3379606260": "「プルシナスパイク」を起動する",
"3379884412": "吉法師と会話する",
"3380476716": "トリックフラワーの出没地点に行く",
"3380646159": "アンバーと会話する",
"3380934868": "指定された場所で魚を3匹釣り上げる",
"3381171336": "失敗分岐発生",
"3381617374": "酒場に入る",
"3381659020": "お土産を弘毅に渡す",
"3382204956": "全ての魔物を倒す",
"3382331468": "蛇心の地の祭壇の暗号を起動する",
"3382385860": "追跡を続ける",
"3382523863": "異郷に迷い込んだ客",
"3383510159": "終わり無き宴無し",
"3383725676": "田饒舌と会話する",
"3384128975": "暗然たる影",
"3384287647": "幕切——傾奇の末",
"3384291766": "仙人に食べ物を奉納する",
"3384925060": "死域の除去を試みる",
"3385927616": "ヒルチャールに関する戦利品をマージョリーに渡す",
"3386362727": "祈りを捧げる…",
"3386708599": "深泥奇譚",
"3386745348": "ノエルと会話する",
"3386795284": "南天門で新たな手がかりを探す",
"3387241644": "モンと会話する",
"3387476716": "宝盗団が雷櫻に仕掛けた「細工」を取り除く",
"3387802660": "寝子と会話する",
"3387904900": "「アタマダケ」を探す",
"3387990055": "猫と犬への贈り物",
"3388308128": "(TEST)シェイク",
"3388673367": "歌謡より寄せ集めし絆",
"3389623188": "ルカと会話し、酒場に入る",
"3390161476": "武士と会話する。",
"3390438084": "アキムと会話する",
"3390770296": "リンク",
"3390986292": "璃沙郊の近くに行って、仙人の洞天を探す",
"3391303052": "妖刀の考えを聴く",
"3391714100": "孟に誤解であることを解明する",
"3392031812": "全ての魔物を倒す",
"3392390292": "霄灯を収集する",
"3393368116": "「報仇激動の寮」を離れる",
"3393509625": "ガイアの難題",
"3393689055": "お宝の手がかり·フタフタ島",
"3393847164": "シェイクズバイルと会話する",
"3394160724": "戴から聞いた鉱山へ向かう",
"3394227975": "言笑の食材のリクエスト",
"3394326788": "月海亭で視察結果を発表する",
"3394935764": "新たな秘境に入る",
"3395070228": "万葉と会話する",
"3395488209": "澄浄なる涙",
"3395613732": "天守閣に入って将軍に会う",
"3395802982": "鉄の塊を集める",
"3395825620": "グレイスと会話する",
"3396187359": "旅に出たい妖狸",
"3397078575": "危険だらけ",
"3397250423": "ガイアに報告する",
"3397681871": "終末番の任務",
"3397966324": "帰ってラフィクに状況を報告する",
"3398541654": "北国銀行で「公子」と会話する",
"3399099100": "柴染と会話する",
"3399347964": "シュッツを説得する",
"3399537772": "黒澤家を略奪した宝盗団を見つける",
"3399561116": "オーナーと会話する",
"3399846340": "淮安に報告する",
"3400373036": "魔物を避けて続けてダダウパの谷に入り込む",
"3401150844": "亀井宗久に報告する",
"3401287556": "ため息を吐く学者と会話する",
"3401457680": "鍛冶屋のワーグナーと会話する",
"3401459796": "清昼について行く",
"3402053124": "保留",
"3402259236": "約束した場所で刻晴を探す",
"3402579484": "光点を調べる",
"3402784999": "風神の瞳を初めて入手する",
"3402812575": "遺跡に入る",
"3403721721": "往生",
"3404958284": "風が吹く山頂に行く",
"3405471756": "村長と交渉する",
"3406224204": "ナヒーダと会話する",
"3406380652": "紺田伝助と会話する",
"3406546836": "アランバリカと一緒に「枝」を見つける",
"3407153628": "宿に戻って休む",
"3407541122": "佑ちゃんと会話する",
"3407588692": "小さな名無し島の壁画を撮影する",
"3407957232": "できたカクテルをドゥラフに試飲してもらう",
"3408199860": "海乱鬼頭領の部下を倒す",
"3408597148": "道に沿って「星銀鉱触媒」を探す",
"3408746924": "寛と会話する",
"3408856060": "城内の主婦に家政科の授業を宣伝する",
"3409221276": "金リンゴ群島でバドルドーを探す",
"3409554583": "モンド城の騎士",
"3410070992": "バーテンダーのチャールズと会話する",
"3410939244": "急いでカフェへ戻ろう!",
"3412348324": "ルドルフと会話する",
"3412602598": "パイモンと会話する(隠し)",
"3412834812": "アルバートと会話する",
"3413126484": "雷元素の異常地点へ向かい挑戦をクリアする",
"3413236268": "大日御輿へ戻り、つみを探す",
"3414202668": "図書館に行ってノエルを探す",
"3415132156": "再び「モーメントオブドリーム」に戻る",
"3415473871": "花開く時",
"3415709348": "獣域ハウンドを倒す",
"3416483463": "騎士団を出る",
"3416857916": "魚肉を大島純平に渡す",
"3416879191": "クエスト完了、元に戻る",
"3417279100": "アランイシャのなぞなぞに挑戦する",
"3417529620": "子猫を探す",
"3417670996": "劇団の団長と会話する",
"3419267948": "宝盗団を倒す",
"3419574023": "ヒルチャールを助ける!",
"3420075188": "島の水脈を引く",
"3420108450": "二回目の会話",
"3420413798": "香りの源で香菱と会話する",
"3420715793": "浮城",
"3420767020": "雷元素の異常地点へ向かい挑戦をクリアする",
"3421401196": "久美と会話する",
"3421653124": "茂と順吉を訪ねる",
"3422274772": "宵宮のところへ向かい助けを求める",
"3422733964": "ダインスレイヴと会話する",
"3423209684": "ジークフレアと会話する",
"3423406202": "宝児と会話する",
"3423812772": "セノの後をついて行く",
"3423817140": "八重神子と会話する",
"3424527383": "セメン土",
"3424600004": "万葉と共に情報を整理する",
"3424977764": "三つ目の野営地に行く",
"3425519676": "聖顕殿を探す",
"3425618844": "ジュリーと会話する",
"3425758924": "レイラと合流する",
"3426393084": "「奇妙な装置」を再び調べる",
"3427268447": "謎境の災い",
"3427534276": "アパーム叢林の南で暝彩鳥を捕まえる",
"3428677020": "約束した場所で桂を探す",
"3428847004": "雷櫻の隣でおとりを設置する",
"3429731776": "エリンと会話する",
"3429923870": "「美味しそうな大根入りの野菜スープ」を作る",
"3429928428": "行秋と会話する",
"3430106392": "エラ·マスクと会話する",
"3430685452": "「新鮮な海草」を採る",
"3430848396": "新鮮なキンギョソウを3つ採集する",
"3431111532": "元素視角を使って雷元素の痕跡を辿る",
"3431894764": "ナジャートと会話する",
"3432198060": "水晶の塊をワーグナーに渡す",
"3433703924": "八重神子と会話する",
"3434854249": "まるい群れ騒動!",
"3435268020": "バレないように前進する",
"3436102004": "雪山の七天神像付近の荷物を回収する",
"3436344596": "モンドの漁師ナンタックと会話する",
"3436928071": "写真を撮ろう",
"3437136532": "アイスターに報告する",
"3437274364": "ベネットと一緒に装置を起動させる",
"3437280244": "拠点にいる宝盗団メンバーを倒す",
"3437404132": "龍二に報告する",
"3437536932": "鶴観に入る",
"3437670076": "美味しそうな絶雲のお焦げを湯雯に届ける",
"3437992116": "目的地に向かい、ルーと会話する",
"3438041004": "引き続き進んで、鳴霞浮生石を探す",
"3438339479": "或る人への薔薇~消失に勝つ者~",
"3438398612": "サイリュスと会話する",
"3438476892": "鳴神島の北へ向かい、順の痕跡を探す",
"3438980124": "小白と会話する",
"3439011180": "城内の老人に家政科の授業を宣伝する",
"3439854503": "青花の裏に残されし詞藻",
"3440040495": "「怪鳥」を追跡する",
"3440107844": "ディオナと会話する",
"3440118831": "故郷の味",
"3440437186": "モンと会話する",
"3441104964": "探索を続ける",
"3442813068": "帰元ノ庭の奥深くに到着する",
"3442978583": "遺跡に入る",
"3444272268": "ネルミンに報告する",
"3444628496": "リンク",
"3444725068": "ジェイドと一緒に他の人と合流する",
"3445493492": "現場から脱出し、木漏茶屋に戻る",
"3445519612": "キノコンを倒す",
"3445645612": "シスターグレイスに報告する",
"3446066575": "『異郷人喧嘩旅!!』",
"3446131100": "城外で花火を試してみる",
"3447507887": "高所の整理",
"3447618284": "近くの患者の様子を確認する(2/3)",
"3448307791": "アリナのサウマラタ蓮のリクエスト",
"3448379740": "祓いの地点に行く",
"3449481212": "損失した部品を探す",
"3449842772": "カウンターに行って、営業の準備をする",
"3450934118": "籠の中の人と会話する",
"3451524884": "村長の家に戻る",
"3452208276": "大久保三左衛門と会話する",
"3452929092": "幕府軍を倒す",
"3452980852": "カイヴァンの必要な材料を探す",
"3452988476": "華光の林に行く",
"3453257228": "層岩巨淵の近くで依頼を出した鉱夫を探す",
"3453924844": "社奉行代行の博彦と会話する",
"3453989838": "香菱と会話する",
"3454419324": "部品を入れて稲妻の「からくり」を起動する",
"3454482572": "「アシュヴァッタ神殿」に行く",
"3454626108": "リヴィングストンと会話する",
"3454681892": "セノと会話する",
"3454770052": "思鶴と会話する",
"3454919644": "料理を頑張るシリオに送る",
"3455005892": "ネルミンが作った飲み物をレイフに届ける",
"3455936940": "ヒルチャール暴徒·炎斧を倒す",
"3456062743": "行けッ!黄金の旋風!",
"3456197652": "長次と会話する",
"3456296016": "大胆不敵な試練をチャレンジする",
"3457298524": "望雅について行く",
"3457339649": "宝物を入手する",
"3457375924": "梢と会話する",
"3457445452": "モナと会話する",
"3457501548": "元の場所に戻りアレクサンドラの状況を確認する",
"3457549532": "フローラに謝る",
"3458246055": "目標、雪山の主!",
"3459789220": "特殊な魔晶鉱を3つ集める",
"3460045636": "ジャックの行方を探す",
"3460360684": "武士たちに協力し、獣域ハウンドを倒す",
"3460636396": "崖近くの手がかりを探す",
"3460698639": "ロインジャ編·陰巻",
"3460754108": "パイモンと会話する",
"3461277972": "「活源水」を手に入れる",
"3462403940": "「公子」を見つけて会話する",
"3462645008": "スライムを倒す",
"3462882140": "幻境に戻って欠片を使う",
"3463090316": "正しい書類を安に渡す",
"3463352620": "荷物を倉庫に運ぶ",
"3463535484": "魚を捕まえてうろこを獲得する",
"3463855076": "拠点のファデュイを倒す",
"3463888292": "群玉閣の建設現場に行って、申鶴を探す",
"3464220380": "劇団の団長と会話する",
"3464440748": "イノシシを追い払う",
"3464635148": "難破船を撮影する",
"3465748156": "空間に突入する",
"3466310036": "パイモンと会話する",
"3466415148": "美味しそうな大根入りの野菜スープを渡す",
"3466836148": "声のする方へ進む",
"3466853432": "「破損した仮面」を1個集める",
"3467536028": "追跡を続ける",
"3468194260": "風龍廃墟に行く",
"3468278908": "勘定奉行所を離れる",
"3468693364": "砲弾が保管されている倉庫に行く",
"3469957324": "何爺に関する手がかりを探す",
"3470076444": "配達中の商人と会話する",
"3470306588": "秘儀台座を起動する",
"3470741108": "周囲の機械の魔物を倒す",
"3470905636": "オルモス港へ向かう",
"3471225974": "仙人と会話する(隠れ)",
"3471550583": "止水の潘",
"3471624380": "ガンダルヴァー村に戻る",
"3471838820": "襲ってきた魔物を倒す",
"3472333984": "「飛雲商会」の倉庫に行く",
"3472656736": "グローリーと会話する",
"3472785704": "(TEST)酒豪的评价:意外と良い!",
"3473314535": "風に乗って",
"3473831270": "隠れ装置を開ける",
"3473851644": "隕石の情報をモナに教える",
"3473873644": "倒されたファデュイと会話する",
"3473914172": "アファンの苗畑を片付ける",
"3474116310": "「炎」でなべを加熱する",
"3474298871": "入口の封印を解除する",
"3474459604": "ドニアザードに追いつく",
"3474641148": "孫宇と会話する",
"3475021988": "翌日(8時~24時)まで待つ",
"3475325308": "ヒルチャールを倒す",
"3475814532": "魔物を倒す",
"3475882452": "海面上の岩礁を調査する",
"3476204612": "奇妙な犬",
"3476747932": "サラと会話する",
"3476920543": "アカツキワイナリーに行く",
"3477040596": "「鎮め石」を封印する",
"3477433148": "参加者の実力を知る",
"3477880868": "「霄灯」の材料を2つ集める",
"3477903772": "霄灯を掛ける",
"3479056928": "マーガレットと会話する",
"3479137487": "手がかりを探し、「怪鳥」を追う",
"3479582548": "動物を救出する",
"3479962724": "安武に返事する",
"3480119028": "縁任せの鈴官と会話する",
"3480609572": "料理を好奇心旺盛な子瑞に送る",
"3481431516": "動物を救出する",
"3482002740": "引き続き凝光について行き、周りを慎重に観察する",
"3482239500": "指定の場所で聖樹の全貌を記録する",
"3482294988": "層岩巨淵の深部へ向かう",
"3482584272": "元素視角を使って鍵を探す",
"3483278527": "不測の心理的防衛線",
"3484716852": "周りの水晶鉱を砕く",
"3484748532": "神社で接客する",
"3485752228": "残りの鍵紋を探す",
"3485845300": "グザヴィエに報告する",
"3486042236": "エルマイト旅団を倒す",
"3487132044": "隠れ家から離れる",
"3487412116": "「氷封の心」力を利用する",
"3487562772": "回収した荷物をフローラに渡す",
"3487779828": "次の日の朝まで待つ(6時~8時)",
"3487787247": "砂の上の花·余香",
"3488043428": "早柚と食事する",
"3488054908": "ガイガックスと会話する",
"3488558932": "ショップに戻って、チャリティーの進展を知る",
"3488585460": "奇妙な「牙」で「心臓」の生命力を吸収する",
"3488783396": "ゴローと共に怪しい人物を確認する",
"3490214062": "戦闘II",
"3490274868": "買い物するふりをして、時間を稼ぐ",
"3492336996": "宝物を探す",
"3492618420": "エネルギー供給装置をすべて破壊する",
"3492941948": "勘定奉行の偵察の行動を観察する",
"3494016212": "アランイシャの三つ目のなぞなぞに挑戦する",
"3494295582": "博来と会話する",
"3494524356": "死域を排除する",
"3494890943": "ファデュイの隠れ家に入る",
"3494897100": "龍二に報告する",
"3495079431": "二大任務、勝ち抜き&調査!",
"3495913052": "阿旭に報告する",
"3496414708": "アビスの司祭を倒す",
"3496479172": "エウルアとアンバーと会話する",
"3496923268": "「ゾーラ茸」のある洞窟に行く",
"3498955564": "霄灯を収集する",
"3499465353": "時間内到着挑戦・望舒旅館",
"3499840740": "モンド城の城門に行く",
"3500305612": "「淵の鍵」を入手する",
"3500594156": "残魂から供物を手に入れる",
"3501063943": "ウェンティと会話する",
"3501471039": "神殿に入る",
"3501571180": "回収した荷物をフローラに渡す",
"3501684612": "却砂材を平安に渡す",
"3501940556": "奉行所の倉庫に行く",
"3502644900": "装置を利用して道路を修復する",
"3504086114": "宝児の落し物を見つける",
"3504135695": "静寂に帰す",
"3504244424": "ユーリを見つける",
"3504326916": "フレーキと会話する",
"3505324540": "知恵の殿堂に入る",
"3505354700": "稲城蛍美に話を聞く",
"3505629740": "次の日の昼間まで待つ(6時~18時)",
"3507028844": "編集主任と会話する",
"3507534116": "グラブジルに報告する",
"3507539908": "「元素視角」を使って、アルベドの足跡を辿っていく",
"3507689884": "トーマと会話する",
"3507743508": "冥ちゃんとかくれんぼを遊ぶ",
"3508134471": "渦の遺",
"3508668132": "「拠点」に行く",
"3509396095": "死後の事·山に還りて",
"3509474596": "「冒険コイン」を宏朗に渡す",
"3509623276": "ザカリヤと会話する",
"3510234604": "セシリアの花を採集する",
"3510553404": "ヒルチャールに渡す",
"3511032188": "星の導きを頼りにゴールにたどり着く",
"3512337932": "「万民堂」に行く",
"3513029076": "ベネットと散歩をする",
"3514123820": "北斗と共に漁村の奥に行く",
"3514738343": "ヴァルナ伽陀",
"3515331692": "装置を起動する",
"3515475847": "灯後労績",
"3516823956": "ヒルチャールに報告する",
"3516927272": "エラ・マックスと一緒に丘々人と会話する",
"3517100420": "伝説の島について聞く",
"3517149135": "永遠に青々しき夢",
"3517599484": "テウセルを守る、なんとかしてテウセルと合流する",
"3517755577": "出前サービス",
"3518109774": "宝物を探す",
"3518420988": "アランナキンについて行く",
"3519185932": "杏仁豆腐を鉄塊に渡す",
"3520883716": "マーガレットと会話する",
"3521179420": "吉法師と会話する",
"3521415988": "ツァレーヴィチに報告する",
"3521688180": "パーツを回収する",
"3521697591": "ゲームしよう",
"3522517028": "スライムを3体倒し、コア動力を3個獲得する",
"3522976200": "(TEST)酒豪ドゥラフの現在地",
"3523424484": "アラミスと会話する",
"3523428604": "アランナキンと会話する",
"3523923087": "ジェリーのモンドグルメメモリー",
"3523986284": "花題をクリアする",
"3524034188": "ホセインと会話する",
"3524747196": "軽策荘の人に六ちゃんの行方を尋ねる",
"3525101060": "冥ちゃんとかくれんぼを遊ぶ",
"3525214612": "古代遺跡を調べる",
"3525628572": "ファルガーニーと会話する",
"3526326308": "襲ってきた魔物を倒す",
"3526525748": "九条裟羅と会話する",
"3527011172": "近くの患者の様子を確認する(2/3)",
"3527127596": "ソヘイルと会話する",
"3527315142": "博来と会話する",
"3527349063": "ファデュイが起こした混乱",
"3527733316": "写真を撮って、セシリアの花の生育環境を記録する",
"3527846268": "散兵と会話する",
"3528152335": "プルシナスパイクの自己循環動作報告·環境記録",
"3528431388": "南天門の異常を調査する",
"3528530718": "襲ってくるヒルチャールを倒す",
"3528888169": "冒険ランク突破·三",
"3529286972": "影と会話する",
"3529304422": "モンド城でティマイオスを探す",
"3529473044": "「霄灯」の材料を2つ集める",
"3529642266": "ルル、飛、モンと会話する",
"3529807308": "平蔵と会話する",
"3529958343": "医者の言うことは絶対",
"3530315548": "スージーを説得する",
"3530351804": "回りをきれいにする",
"3530643428": "異なる角度で野良犬と野良猫の写真を撮る(1/2)",
"3531146588": "「ゾーラ茸」のある洞窟に行く",
"3532056852": "小月と会話する",
"3532245492": "百代に制作の依頼を頼む",
"3533455396": "宵宮、クレーと共に容彩祭を見に行く",
"3533608932": "留雲借風真君に報告する",
"3533791096": "サラに食事代を渡す",
"3533877508": "勘定奉行所に行って離島を離れる方法を尋ねる",
"3534475631": "0",
"3535139914": "橋の守護人任務開放",
"3535850380": "全てのヒルチャールを倒す",
"3536162812": "ナヒーダと会話する",
"3536910263": "トワリンを倒す",
"3537519364": "装置を調査する",
"3538170268": "ドニアザードと会話する",
"3538233164": "「御霊真珠」を手に入れる",
"3538234660": "再び逃げた影狼丸について行く",
"3538839084": "アビサルヴィシャップを倒す",
"3538978604": "埠頭に行って廃棄された貨物を探す",
"3539234212": "価値のあるものを探す",
"3539267321": "$#絶雲の間で仙人に関する手がかりを探す",
"3539834884": "卯師匠と会話する",
"3540057428": "「高門の炎」を全部解放する",
"3540535711": "精進すべき武芸",
"3540580860": "鎮め物を修復する",
"3540932588": "「灼火の心」に「寒山甘泉」を流し込む",
"3541451551": "「怪鳥」を追って進み続ける",
"3541478212": "刻晴を探す",
"3541552484": "大祐と会話する",
"3541611860": "気配をたどって手がかりを探す",
"3541869316": "奔狼領に行く",
"3542236116": "『聖国の詠唱』を閉じる",
"3543382964": "邪眼の製造地へ向かう",
"3543684880": "エラ·マスクと会話する",
"3543986143": "「サウマラタ蓮杯テイマー大会」",
"3544030332": "全ての魔物を倒す",
"3544179724": "淮安に報告する",
"3544515004": "ザマランの同族を手伝う",
"3544700884": "吉法師について行く",
"3545644623": "奔狼領の奥底に行く",
"3546068040": "ハトを追い払う",
"3546745951": "隠し盗鉱者続",
"3546850766": "見知らぬと会話する",
"3546959668": "戻って梶と会話する",
"3547031308": "大日御輿の前にある断橋のところに行く",
"3547366127": "慈塩の末",
"3547620628": "意識の器を教令院に渡す",
"3547723572": "欠けた「石」を探す",
"3548060356": "死域を排除する",
"3548576196": "大祐と悦子に報告する",
"3548691572": "遺跡の入り口に行く",
"3548965340": "パイモンの好きな料理のレシピを購入して習得する",
"3548989711": "翠石の玉壺·一",
"3550267716": "二人の会話を盗み聞きする",
"3550331772": "扉を開ける",
"3550338487": "モンド正門でアビス教団を迎撃する",
"3552036020": "風龍廃墟の高塔に沿って進む",
"3552072220": "白鉄の塊を4個手に入れる",
"3552609280": "パイモンと会話する",
"3552751316": "冒険者拠点へ向かう",
"3553789436": "璃月港の北側に向かい、万葉を探す",
"3554193076": "現れた宝盗団を倒す",
"3554280004": "パルヴァネに新鮮な魚肉を3つ渡す",
"3554942412": "ホフマンと会話する",
"3555023212": "幻境の扉に入る",
"3555315276": "デルースと一緒に謎解きを配置する",
"3555340508": "申鶴と会話する",
"3555955068": "目の前の「謎の人物」について話し合う",
"3555977428": "アルベドと会話する",
"3556769996": "龍二と会話する",
"3556819476": "ウィカラ隊商宿へ行きアルハイゼンを探す",
"3558293476": "龍二と会話する",
"3558501417": "よい兆し",
"3558542076": "もう一度竺子の両親と会話する",
"3559420604": "巨大な晶鉱を浄化する",
"3559502428": "鳴神大社の下にある洞窟に行く",
"3559651484": "ラナの後について行動する",
"3560136316": "稲妻に行く",
"3560182068": "ジェリーと会話する",
"3560226516": "山洞の入り口にある星銀鉱を採掘する",
"3560310767": "遺跡クリア",
"3560729812": "巨大な晶鉱を浄化する",
"3560882223": "群玉閣を…再現?",
"3560943452": "鶴観に入る",
"3562001056": "酒場に入る",
"3562242724": "事件現場に行って状況を確認する",
"3563537044": "ゴローと共に美和を探す",
"3563578348": "「ヴァナラーナ」の奥へ進む",
"3564338508": "洞天の結界を破る",
"3564470188": "鶴観に入る",
"3565059004": "ゴローと会話する",
"3565268572": "写真を撮って、ドドリアンの生育環境を記録する",
"3565727623": "アンバーに奔狼領の少年のことを聞く",
"3567320860": "秘密研究室から離れる",
"3567600788": "軽策荘に行く",
"3568100892": "アランガルと会話する",
"3568210110": "水:継続時間延長|キャラクター1名{param5:F2}秒",
"3568215636": "木に登って霄灯を取る",
"3568747175": "花火少女と不思議な童話",
"3568777444": "ホッセイニに聞く",
"3569385084": "店で情報を聞く",
"3569648412": "三組の「須陀流心」を破壊する",
"3571309207": "流れ延びゆく花神誕祭",
"3571555580": "アランマと会話する",
"3572398916": "キノコンの潜在能力を引き出す",
"3572549348": "更なる手がかりを探す",
"3572584748": "「クサヴァ」を使ってヤグナ草の封印を解く",
"3572887367": "タカマーテの白鉄の塊のリクエスト",
"3573524292": "落ち葉の山を綺麗にする",
"3573925708": "もう一人のメンバーの手がかりを探す",
"3574859548": "拠点の中の施設を見学する",
"3575132900": "天穹の谷の秘密を解く",
"3575593644": "翌日の午前中(8時~12時)に柴染と会話する",
"3575683591": "荒瀧極上盛世豪鼓大祭典",
"3575707108": "エルマイト旅団を倒す",
"3575804711": "蒲公英の帰着",
"3575865540": "露子の導きに従って、全ての祭壇を起動する",
"3575985324": "事の経緯を万国商会に教える",
"3576432932": "失われたホラガイを探す",
"3576774708": "「万葉」に近づく",
"3576817180": "正勝先生を探す",
"3576818855": "異郷人の懺悔録",
"3576947276": "エウルアと会話する",
"3577707572": "編集の家に行く",
"3577720836": "「水スライムの濃厚液体」を手に入れる",
"3577847436": "サイリュスと会話する",
"3577881964": "霖鈴と会話する",
"3578118052": "スワンと会話する",
"3578144804": "ホーベット、カイヴァンと会話する",
"3578515356": "アナと会話する",
"3578656580": "夕方まで待つ(18時~20時)",
"3578823407": "「鳥肉と野生キノコの串焼き」をリンに渡す",
"3578935636": "翌日まで待つ(10時~14時)",
"3579484860": "吉法師と会話する",
"3579979886": "三杯酔に行く",
"3580225980": "島の異変が収まった後に、盆景のところへ向かう",
"3580628351": "騎士団ガイドの応答",
"3580659268": "探索を続ける",
"3581026932": "宝盗団が雷櫻に仕掛けた「細工」を取り除く",
"3581650388": "山を流れる水脈を引く",
"3582236348": "レオンと会話する",
"3582425916": "一平と新之丞に伝える",
"3582653348": "岩上茶室の二階に行く",
"3582722255": "風魔龍の許し",
"3582896580": "花の種の水やりをする",
"3583099636": "刻晴と会話する",
"3584120452": "ヤスナ幽境に行きアランナクラを探す",
"3584208612": "龍二と会話する",
"3585121836": "鉄算盤と会話する",
"3585179892": "ディオナと会話する",
"3585374927": "桂の薬材のリクエスト",
"3585594180": "地下遺跡に入る",
"3586184948": "約束の日まで待つ(2日目)",
"3587654812": "羽毛に触れる",
"3587684385": "アラニと会話する",
"3588164364": "雷電将軍と会話する",
"3588205316": "宝物を探す",
"3589387937": "宝児と会話する",
"3589867202": "「祖訓」を捜索する",
"3590462584": "8か10で完了を判断",
"3590660804": "奇妙な痕跡をたどる",
"3590726247": "ググプラムを1個レザーに渡す",
"3590742012": "「子供たちの身を隠す場所」に行く",
"3590781431": "パイモンと会話する",
"3591065855": "人の海の秘書",
"3592046840": "丘々人を脅かす",
"3592207204": "「フラワーゼリー」の屋台に行く",
"3592224452": "志璇の依頼を完了する",
"3592314988": "パイモンと会話する",
"3592902388": "影のために本の内容を解説する",
"3593042879": "山の召喚",
"3593093692": "リーアと会話する",
"3593406572": "「式大将」と会話する",
"3594255532": "すべての「欠片」を解凍する",
"3594354292": "引き続き埠頭で手がかりを探す(1/2)",
"3594551124": "ジャザリーに資料の件を尋ねる",
"3594551260": "久岐忍と会話する",
"3595233004": "聖顕殿の上層に行く",
"3595750988": "アザライに報告する",
"3596603743": "リサと会話する",
"3596759052": "璃月港の北側に向かい、万葉を探す",
"3597014948": "蒲公英の種をブロックに1つ渡す",
"3598432167": "「百人一揆·黄金の旋風」",
"3598663700": "「秋沙銭湯」で調査する",
"3599056696": "(TEST)酒豪の評価:良い!",
"3599481620": "ツァレーヴィチの要求通りにヒルチャールを倒す",
"3599653788": "指定ドリンクの作り方を学ぶ",
"3600303340": "「スメールローズ」の種を集める",
"3600854788": "朝倉と会話する",
"3601376068": "夜の間に松明を灯す(20時~24時)",
"3601511908": "九条裟羅と共に天領奉行府に突入する",
"3603219964": "ガイガックスと会話する",
"3603298084": "「高門の炎」を全部解放する",
"3603333636": "グッドウィンに報告する",
"3603677668": "みんなと合流する",
"3603820660": "近くの魔物を倒す",
"3604152198": "秘境を探索し、アビスの魔術師を探す",
"3604582396": "大日御輿の地下でつみを探す",
"3604962908": "破棄",
"3605612436": "おかしなファデュイと会話する",
"3606455590": "パイモンが欲しい材料を探す",
"3606811367": "クーロシの花のリクエスト",
"3607143060": "「ウェーブボート」に乗って、収蔵品の回収を続ける",
"3608254084": "「鎮め石」に行く方法を探す",
"3608637927": "よく見えない運命",
"3609170156": "旭東と合流する",
"3610437020": "小姜と会話する",
"3610923036": "引き続き、砂漠にあるオークションに向かう",
"3611125319": "カーニズム、ブロック",
"3611731343": "特別訓練",
"3612436844": "総務司に行き、千岩軍に報告する",
"3612691980": "パイモンと会話する",
"3612935500": "サイリュスに報告する",
"3613610524": "アランマと会話する",
"3613881214": "料理対決の現場で香菱と会話する",
"3614298160": "(TEST)酒豪の評価:よくない!",
"3614690492": "新月軒の食事会に参加する",
"3615419996": "七つの御陵墓石の前に珊瑚真珠を捧げる",
"3616002956": "引き続き気配をたどって手がかりを探す",
"3617007087": "リンと会話する",
"3617063470": "清心を阿大に渡す",
"3617222596": "池の外に戻り、ウォルフガングのノートを確認する",
"3617925628": "指定地に安全着陸する",
"3617977196": "アシュヴァッタ堂の樹を調べる",
"3618401756": "レネに返事する",
"3618629879": "ウェンティの近くに行く",
"3619293828": "ロボットの中に入る方法を探す",
"3619403444": "千岩軍に近くの状況を尋ねる",
"3619709996": "烏有亭を出る",
"3619823455": "小さな遠出·非常食ではない",
"3619986808": "怒っているエリンとの会話2",
"3620270239": "月逐い祭の数々",
"3620472828": "新たな空間に入る",
"3620740303": "珍しき鳥との短い出会い",
"3621217276": "元素視角を使ってヴィクトルが無くした箱を探す",
"3621282858": "防御ロールバック",
"3621612088": "エラ·マスクと会話する",
"3622522172": "宝盗団を倒す",
"3622790527": "海を渡った再会",
"3623462327": "途中で市民と会話する(サイリュス)",
"3624971012": "ティナリに状況を聞く",
"3625703924": "海乱鬼と会話する",
"3625906300": "洞窟から離れる",
"3626118188": "豆助と柴助の後をついていく",
"3626530908": "檻を開ける",
"3626637764": "ウェンティと会話する",
"3628125756": "満腹になれる料理を一成に渡す",
"3629279572": "パイモンが言った場所へ行く",
"3629393212": "バッグにある缶詰知識を使う",
"3630786956": "家賃をゲーテに渡す",
"3631955287": "隠された本を探す",
"3632437023": "ググプラムを採集する",
"3633102340": "皆と会話する",
"3633315804": "夜蘭と会話する",
"3633474671": "ジンと会話する",
"3634199612": "破棄",
"3634810508": "秘境を離れる",
"3635228655": "スライムを倒す",
"3635575420": "ゲーテと会話する",
"3636481796": "八重神子と会話する",
"3636519824": "指定の食材を集める",
"3636645028": "城のおもちゃの欠片を探す",
"3636706199": "騎士団入口にいるホフマンと会話する",
"3636879172": "パイモンと会話する",
"3638075212": "パルヴァネと会話する",
"3638382852": "ジャックと会話する",
"3639085430": "志華に報告する",
"3639592404": "風の琥珀を砕く",
"3640040580": "すべての魔物を倒す",
"3640708476": "アルベドと会話する",
"3641697200": "ドゥラフと会話する",
"3642134748": "釣り餌の材料をカイヴァンに渡す",
"3642167159": "熱砂の中の秘密",
"3644647495": "六情·七仙·八方飄香·九霄到達·十分無欠",
"3645107556": "「高門の炎」を全部解放する",
"3645136596": "夢に入る",
"3645207911": "学術交流",
"3645291452": "辺りでお宝の手がかりを探す",
"3645337164": "軽策荘の人に六ちゃんの行方を尋ねる",
"3645585768": "(TEST)シェイク",
"3645722316": "洞窟に行って、アランシャクンを探す",
"3645777884": "セイライ島で写真を撮影する",
"3646070756": "ヘニングと会話する",
"3646232984": "(TEST)チャールズに報告する",
"3646653311": "稽古の邪魔",
"3646720860": "隠れた3人を見つける",
"3646984020": "舞台劇のインタールードを終える",
"3647965308": "前に進む",
"3648670060": "グランドバザールへ向かう",
"3649081519": "アランナガの思い出",
"3649108372": "続けて進み、送別の儀式を見届ける",
"3649254423": "制限時間内に指定ルートを通ってゴールに到着する",
"3650062412": "手紙を読む",
"3650441372": "棺を開けてみる",
"3651228188": "拠点に行く",
"3651586012": "「止まり木」を破壊する",
"3651953304": "エラ·マスクと会話する",
"3652214788": "アランガルと会話する",
"3652860876": "前方を探索し、食材を探す",
"3653258652": "クレーと共に箱をモナに渡す",
"3653291516": "スメールローズを観察し、隠された曲を見つける",
"3654551826": "思思と潮汐の会話を聞く",
"3654785455": "矢田幸喜の白鉄の塊のリクエスト",
"3654969116": "レオンと会話する",
"3655730316": "「極悪凶猛の寮」に入る",
"3656337660": "廃れた拠点を調べる",
"3656442599": "NPCと交渉失敗-戦闘リング",
"3656533247": "「こんにちは」、「ありがとう」。そして「さようなら」",
"3657382516": "「栄発商店」の領収書を見つける",
"3657769108": "夜に来た後に指定の場所で宝盗団を倒す(0時~6時)",
"3657815911": "全能グルメチーム·ディープダイバー",
"3658027060": "事実を重雲に教える",
"3658378052": "花題をクリアする",
"3658705924": "風元素か水元素で江城の部屋を掃除する",
"3658881128": "怒ったヒルチャールを撃退する",
"3658908327": "ワープポイントを開放する",
"3658944308": "宝盗団の戦利品を手に入れる",
"3658988516": "縁任せの鈴官と会話する",
"3659187500": "無口な廷方と会話する",
"3660153799": "終わらぬ硝煙",
"3660481476": "主殿の中央にある装置を活性化する",
"3660900548": "操縦室に入る",
"3661812168": "(TEST)クライアントデータ検証",
"3662060068": "晃の隠れ家に戻る",
"3662186180": "盆景の右側を優悠山石に変える",
"3662420380": "悦子と会話する",
"3662479952": "ニムロドの様子を見る",
"3662713351": "鏡花聴世",
"3663228972": "モンドの商店街に行く",
"3663266252": "酒場の外でニムロドを探す",
"3663587956": "無口な通行人をこっそり追いかける",
"3663965798": "装置を操縦してみる",
"3666504452": "指定の場所に行く",
"3666608975": "風立ちの地にいるウェンティを探す",
"3666987496": "(TEST)トッピングするかどうか",
"3667549148": "絵を描くに相応しい場所を見つける",
"3667767860": "近くの患者の様子を確認する(1/3)",
"3668047876": "離島に行ってトーマと会話する",
"3668368080": "スライムを倒す",
"3668563551": "風魔龍を撃退する",
"3668759228": "宝盗団が雷櫻に仕掛けた「細工」を取り除く",
"3669469532": "サラと会話する",
"3670176366": "酒客たちに「最強戦力」について聞く",
"3670723084": "虎の巻が示した場所に行く",
"3670802556": "巨大な海螺のある場所に行く",
"3670877868": "ハリーに命令書を見せる",
"3670927828": "遺跡守衛を倒す",
"3671271508": "王鉗と会話する",
"3671326268": "サイリュスと会話する",
"3672122268": "ニィロウと共に、最後の貨物を受け取る",
"3672559260": "ハティムのために「千金料理」を一つ選ぶ",
"3672939068": "鉱夫たちを近くの拠点で休ませる",
"3673261444": "挑戦をクリアする",
"3673358084": "ヘンリーモートンと会話する",
"3673732436": "スラサタンナ聖処に行く",
"3673750548": "悦子と会話する",
"3673929236": "城内で旧貴族を探す",
"3673972676": "奇妙な氷を調べる",
"3674375316": "ベネットと一緒に部屋を調査する",
"3674875710": "遺跡に入る",
"3674986072": "鍛冶屋のワーグナーと会話する",
"3675000140": "五歌仙広場に行って待つ",
"3675248892": "レオンと会話する",
"3675358151": "騎士団に行く",
"3675459964": "サイリュスと会話する",
"3675844385": "$#絶雲の間で仙人に関する手がかりを探す",
"3675884716": "雪山の西山腹でジョエルの父を探す",
"3676249831": "サラと会話する",
"3676532209": "無罪推定",
"3677685012": "マラーナの化身を倒す",
"3677720004": "拠点に戻り、アルベドから結論を得る",
"3677936524": "残魂から供物を手に入れる",
"3678464064": "ティマイオスと会話する",
"3679238508": "シスターヴィクトリアと会話する",
"3679876524": "離島に行ってバートランドを探す",
"3681025372": "宝盗団の後方勤務拠点を片付ける",
"3681328656": "ロープを集める",
"3681842956": "引き続き、ニィロウと共に貨物を受け取る",
"3682043446": "「公子」を探す",
"3682077071": "特訓場所に行く",
"3682411242": "ルル、飛、モンと会話する",
"3682705823": "ルームNo.5-戦闘リング&クエストをマーク",
"3683198103": "往日の途を断ちて",
"3683199500": "パイモンと会話する",
"3683961412": "ヒルチャールと会話する",
"3684829036": "メールを受け取る",
"3685782356": "雪山の七天神像の付近に荷物を置く",
"3685999380": "神里綾華と会話する",
"3687452924": "草スライムを倒す",
"3687483908": "音の出所を探す",
"3687668948": "全ての魔物を倒し、障害物を破壊する",
"3687857860": "ハティムのために「千金料理」を一つ選ぶ",
"3687869359": "神秘の「往生堂」",
"3688909073": "言葉も笑顔もなし",
"3689700492": "足跡を辿って追跡する",
"3689751164": "木漏茶屋に行く",
"3689911687": "小規模な変更",
"3690113396": "北国銀行に行く",
"3690263588": "引き続き市民と会話する",
"3690341556": "全ての魔物を倒す",
"3690529340": "冥ちゃんとかくれんぼを遊ぶ",
"3690644748": "門を観察して、前へ進む方法を探す",
"3690835999": "釣り針の有効活用",
"3691023892": "競売が始まるまで待つ(16時~18時)",
"3691157380": "島のノートに書かれた場所に行く",
"3691394868": "層岩巨淵の外周を見回る",
"3692219468": "石商と会話する",
"3692450566": "ヒルチャールと交渉する",
"3692548887": "万民鮮食",
"3692829756": "瑾武と会話する",
"3692941092": "怪しい地点に行って調査し、脅威をなくす",
"3693276468": "マハールッカデヴァータの残された意識を探す",
"3694156310": "「業障」の気配がする洞天に向かう",
"3694762852": "甘金島に行く",
"3694775644": "手がかりを探す",
"3695395086": "海灯祭npc活動モードをコントロール(隠し)",
"3696666948": "沐寧と会話する",
"3696670356": "採掘地を調査する",
"3697931572": "探索を続ける",
"3698861340": "次の日の夜まで待つ(18時~6時)",
"3699073239": "ディルックと会話する",
"3699268532": "指定エリアに行って調査する",
"3700139652": "ティナリとディシアの状況を確認する",
"3700146084": "訓練場の地脈鎮石を起動する",
"3700277876": "軽策荘に行く",
"3700554100": "一人で冒険する志璇を探す",
"3700557980": "サイリュスと会話する",
"3700942783": "稲妻ファッション入門",
"3701001436": "川辺に行って魚を獲る",
"3701237956": "千と会話する",
"3701832300": "ホッセイニに報告する",
"3702381444": "詩筠と博易に追いつく",
"3702434708": "道に沿って進む",
"3702598916": "キャンプの準備をする",
"3702878428": "心海の演説を聞く",
"3703068719": "風花祭と冒険者",
"3703164316": "煙緋と会話する",
"3703991964": "リリーと会話する",
"3704006516": "アランマの言った場所に行く",
"3704611212": "依頼人の朝倉を探し出す",
"3704993204": "セシリアの花をクロリスに3つ渡す",
"3705340031": "0",
"3705444062": "淮安と会話する",
"3705493636": "拠点で修理材料を探す",
"3705599111": "アルフレッドの花束",
"3705621548": "レイラと会話する",
"3705680620": "ヤスミンと会話する",
"3705777436": "「祭場」に戻る",
"3706248844": "ティルザードと会話する",
"3706311391": "千年千岩",
"3706441140": "みんなと会話する",
"3706600756": "ウェンティと会話する",
"3707042844": "「美味しそうな大根入りの野菜スープ」をアランパカティに渡す",
"3707062838": "本を阿旭に渡す",
"3708198375": "軽策の囲い",
"3708220407": "林の中の廃墟に行く",
"3708535656": "エラ·マスクと会話する",
"3708786420": "郊外のヒルチャール拠点に行く",
"3709242804": "イッサムを捜す",
"3709841279": "アンバーを使って空中のスライムを倒す",
"3709977652": "クレーに追い付いて、箱を取り戻す",
"3709997964": "徘徊するファデュイを倒す",
"3710364228": "パイモンと会話する",
"3711190192": "モンド城に戻ってジンと会話する",
"3711300460": "ヒルチャール拠点を片付ける",
"3711576166": "千岩軍の通告を聞く",
"3712358340": "モンド城の城門に行く",
"3713881756": "うろこを置く",
"3714017496": "4つのデイリー依頼をクリアし、キャサリンと会話する",
"3714694292": "聖金虫をザカリヤに渡す",
"3715060820": "「常夜」状態で池を調査する",
"3715218508": "梢と会話する",
"3715245380": "アランカンタと会話する",
"3716021612": "火薬倉庫の2つの鍵を探す",
"3716732766": "博来と会話する",
"3716816367": "九霄の石の残片",
"3716860052": "付近の装置を解く",
"3717077759": "別れの夢",
"3717150188": "鍾離と宛煙と会話する",
"3717666252": "烏有亭の入り口で次の計画を相談する",
"3717696924": "トラッカーを持ってオークションから離れる",
"3718073692": "宝物を探す",
"3718985255": "全能グルメチーム·グルメ巡りの旅",
"3719577380": "船の輸送物を探す",
"3719592327": "永遠なる約束",
"3719639708": "地脈からの妖怪の魂に別れを告ぐ",
"3720826076": "グラブジルの蛇の餌を探す",
"3721185340": "探索を続け、出口を探す",
"3721569588": "カフェで手がかりを探す",
"3721659148": "ゴローと会話する",
"3721732076": "物語の案内通り城に入る",
"3721846588": "「エンジェルズシェア」で情報を聞き出す",
"3722092756": "現れた水元素状態のヴィシャップ·岩を倒す",
"3722303284": "言笑と会話する",
"3722601820": "吉法師と会話する",
"3722828916": "襲ってきた魔物を倒す",
"3723249228": "宵宮、クレーと共に容彩祭を見に行く",
"3724033575": "標記会話完了",
"3724554911": "完璧な写真",
"3725271884": "ツァレーヴィチの要求通りにヒルチャールを倒す",
"3725355592": "石珀の位置を石壮に教える",
"3725627804": "ティミーと会話する",
"3726739596": "静かな場所に移る",
"3726864196": "九条家に行って、九条鎌治と会話する",
"3726907551": "元素スキルを発動する",
"3726993588": "海浜を散策する",
"3727446540": "キャサリンに報告する",
"3727451140": "宝盗団を全て倒す",
"3727504292": "ランバドと会話する",
"3728246844": "甘雨と会話する",
"3728560572": "装置を利用して道路を修復する",
"3728961108": "「羽毛」を使って手がかりを探す",
"3729363975": "怪しい人を探す",
"3729871716": "モンド住民の悩みを聞き、解決してあげる",
"3729881212": "ステーキを漢のジャックに2つ渡す",
"3730374260": "装置を起動する",
"3730681374": "璃月港に戻り、海灯祭の最終日を見届ける",
"3731639428": "ファルガーニーと会話する",
"3731686548": "七つの御陵墓石の前に珊瑚真珠を捧げる",
"3731769036": "皆と会話する",
"3731975119": "エルマイト旅団に入って、素晴らしい生活を!",
"3732419311": "ミッションエディターテスト",
"3733739135": "襲ってきた敵を倒す",
"3733781668": "バヌと会話する",
"3733783188": "玉霞と会話する",
"3735275503": "ロインジャ編·陽巻",
"3735859628": "トーマと神里綾人と会話する",
"3736288976": "調理する",
"3736407012": "アロイスと会話する",
"3737220471": "料理は思い出の香り",
"3738073708": "印刷が完了するまで待つ(翌日の14時~16時)",
"3738263788": "封印エリアに到達",
"3739404580": "生命力を吸収した龍牙を獲得する",
"3739636572": "ナヒーダと会話する",
"3739679828": "「無名武士」を探す",
"3740245716": "アザライに報告する",
"3740962132": "薬を撒く",
"3741061116": "平蔵と会話する",
"3741238996": "ランバドと会話する",
"3741404991": "元素の痕跡を探す",
"3742954124": "「九十九物」の葵と会話する",
"3743208708": "処理が必要な死域に行く",
"3744068708": "アウタケ平原に行く",
"3744749850": "モンと飛をなだめる",
"3745150236": "麻紀と会話する",
"3745276676": "屋上に行って片付ける",
"3745289508": "砂漠にあるオークション会場に行く",
"3745744292": "朝霧と会話する",
"3745877828": "エルマイト旅団を倒す",
"3746457804": "ガンダルヴァー村に戻る",
"3746778620": "現状に関する手がかりを聞く",
"3747353324": "全ての魔物を倒し、魔物の集落を破壊する",
"3747891988": "襲ってきた魔物を倒す",
"3748145828": "心海に返事する",
"3748224599": "お手本冒険者!",
"3748848012": "層岩巨淵の奥深くにある魔物を倒す",
"3749305124": "ヴァルと会話する",
"3749981687": "「八重堂」のお誘い",
"3750104252": "アランラナと会話する",
"3750463180": "フローラに謝る",
"3750577425": "0",
"3750921591": "良薬は得がたい",
"3751139372": "幻境に戻って欠片を使う",
"3751319444": "釣り餌の材料をカイヴァンに渡す",
"3751406836": "ヤシオリ島に行って、荒瀧一斗を探す",
"3751942399": "四つの霧氷花をディルックに渡す",
"3752046604": "魈と会話する",
"3752805740": "ロインジャと会話する",
"3754060508": "臨時拠点を調べる",
"3754064047": "この街にこの詩を",
"3754284999": "アンバーと食事をする",
"3754582724": "ビーコンの設置場所に行く",
"3754943780": "千風の神殿周辺に行ってヴィクトルが無くした箱を探す",
"3755066460": "北斗と共に取引相手に会いに行く",
"3755148372": "カムラと会話する",
"3755251132": "もう1匹のヒルチャールと会話する",
"3755337004": "ティナリを手伝い死域を修復する",
"3755543260": "宛煙と会話して、真実を見る",
"3756675631": "過去の子供たちのために",
"3756686268": "大祐、悦子と会話する",
"3757844884": "八重神子と会話する",
"3757851255": "物語の構想法",
"3758013060": "雲菫と会話する",
"3758423168": "進捗リセット防止",
"3758606052": "アランマと会話する",
"3758916860": "目の前の魔物を倒す",
"3759440751": "『召喚王』",
"3759615495": "コナーの醸造材料のリクエスト",
"3759758798": "橋の修復を見る",
"3760071884": "材料を商人に売る",
"3760082172": "装置を利用して道路を修復する",
"3760289620": "九条鎌治と会話する",
"3760646782": "酒客たちに「最強戦力」について聞く",
"3761212988": "門前の毅と会話する",
"3761682668": "ティナリと会話する",
"3761851956": "福本と会話する",
"3762755788": "ゴローと会話する",
"3763579996": "左の魔物の拠点で食材を探す",
"3763729156": "凝光と会話する",
"3763857247": "鹿狩りへ行く",
"3763963668": "指定された場所に行く",
"3764036460": "桂と会話する",
"3764069148": "万葉と共に海辺に行く",
"3764343294": "霄市にいる人々と会話する",
"3764650972": "八重堂に戻って茂に会う",
"3765115412": "スライムを倒す",
"3765333711": "万民鮮食",
"3765969340": "キャサリンと会話する",
"3766062676": "血枝珊瑚を手に入れる",
"3766367927": "明るみに出た手がかり",
"3766729084": "フィンドと会話する",
"3767082164": "ニコライが残したメッセージを読む",
"3767568244": "ジャファルと会話する",
"3767961584": "チャールズと会話する",
"3767972084": "ロハウェイを訪ねる",
"3767998991": "狩猟ヒント",
"3768036988": "「からくり械画」を組み合わせる",
"3768297124": "ビーコンを置く",
"3769751356": "全てのスライムを倒す",
"3769774236": "伝票を安に渡す",
"3769988836": "シューベルトと会話する",
"3770355020": "パイモンと会話する",
"3770990420": "トミーと会話する",
"3771190180": "烏有亭に向かう",
"3771243791": "異国の御用掛",
"3771620460": "「浄化装置」を起動する",
"3771966868": "崖の下に行って仲間を探す",
"3771987364": "貨物を調べる",
"3773003276": "稲葉久蔵に状況を報告する",
"3773282812": "近頃の貨物の行き来について聞く",
"3773671988": "探検隊の拠点に行く",
"3773804876": "2日後の朝7時まで待つ",
"3774126588": "刻晴の言った場所に行く",
"3774804660": "アルベドの拠点に行く",
"3775335538": "ロールバック隔離",
"3775339740": "ナヒーダと会話する",
"3775427680": "(TEST)チャールズに報告する",
"3775898785": "$#(test)璃月石龍",
"3776944164": "資料室に行って情報を聞く",
"3777054308": "靖世の九柱を起動する",
"3777087308": "ペドラッシュと共に「モーメントオブドリーム」に行く",
"3777116255": "モンドへ出発",
"3777557372": "野外調査へ向かう",
"3777872257": "猪突猛進!",
"3777956180": "ワイラットと会話する",
"3778084878": "「美味しそうな松茸の肉巻き」を奉納する",
"3778366220": "御守り作りに必要な材料を集める",
"3779057876": "マーク地点付近で炎元素を合計15秒キャラクターに付着させる",
"3779311862": "玉京台で祈願する",
"3779355196": "安貞の残影と会話する",
"3780144519": "鎧を脱ぐとき",
"3780526156": "サンプルをアキムに届ける",
"3782381639": "常世の入り口",
"3782931908": "バレンカとその手下を倒す",
"3782996332": "兵士たちに情報を聞く",
"3783064740": "フランシスと会話する",
"3783693892": "ヴィクトルと会話する",
"3783945596": "鹿野奈々と会話する",
"3784718730": "落ち葉の山を綺麗にする",
"3785217199": "知恵は家を建て、七本の柱を切り出した",
"3785750524": "「一心浄土」にいる雷電将軍と会話する",
"3785935700": "雪山に行って手がかりを探す",
"3786324356": "飽飲の霊廟を探索する",
"3786373236": "浄化された巨大な晶石を攻撃する",
"3786527384": "(TEST)酒豪的评价:恐ろしい!",
"3787268028": "ヒルミと会話する",
"3787275404": "引き続きヤスミンに同行する",
"3788251172": "適切な場所を探し、料理の準備をする",
"3788469372": "装置を探して光らせる",
"3788693487": "花園の精霊",
"3788701268": "カマと会話する",
"3789028524": "最後の死域を排除しに行く",
"3789233308": "詩筠と博易を追跡する",
"3789465092": "遊撃艇の位置に行く",
"3789694732": "帰って少し休憩する",
"3789806257": "面倒な仕事",
"3789883025": "偵察騎士、今日も頑張ってるかな?",
"3790591545": "よくなくなる鍵",
"3790880132": "「御肉丸」が感知した場所へ行く",
"3791177792": "エラ·マスクに話を聞く",
"3792196636": "モンドの大聖堂に行く",
"3792422564": "重佐と会話する",
"3792806609": "日食族の封印を解く",
"3793717396": "マージョリーと会話する",
"3793754716": "ファルガーニーと会話する",
"3794487140": "清昼と会話する",
"3794986404": "品物をレイフのもとに持ち帰る",
"3795750868": "聖顕殿から逃げる",
"3796025585": "ランダと会話する",
"3796525908": "社奉行所に向かい、危機の結末を見届ける",
"3796773270": "犬を見ると答える",
"3796901924": "『聖国の詠唱』の第三巻をめくる",
"3797109974": "クレーと会話する",
"3797768135": "行方不明になったグラマパラ",
"3797916844": "「群玉閣」の秘書たちと会話する",
"3798270886": "飛に話を聞く",
"3798296516": "キャラバン宿駅を離れる",
"3799297583": "アフラトゥの困惑",
"3799735012": "鍵で「宝庫」の門を開ける",
"3800409380": "気配をたどって手がかりを探す",
"3800505260": "神里屋敷に行って神里綾華に会う",
"3800552084": "玉京台に行く",
"3800675092": "狭間の街に行く",
"3801361276": "アランナキンと会話する",
"3801428759": "森の中の曲",
"3802635156": "「西風の鷹」の神殿を離れる",
"3802885588": "帰ってラフィクと会話する",
"3803162500": "ベネットと会話する",
"3803371820": "泥土を回収する",
"3803488580": "ヴァルダン、ガルゲンと会話する",
"3803618668": "蒲公英の種とスライムの液体をブロックに渡す",
"3803636791": "チャプターUIを表示",
"3803796188": "足跡を追ってヒルチャールを追撃する",
"3804306009": "船員の秘宝",
"3804753524": "アナと会話する",
"3804905423": "鉗と槌",
"3805175228": "旭東と会話する",
"3805809746": "エラ·マスクと会話する",
"3806214671": "願い",
"3806764518": "遺跡狩人の処から霞生石を獲得",
"3807380082": "コンテンツ完了",
"3807452743": "稲妻ファッション入門",
"3807715884": "長野原龍之介に報告する",
"3807919068": "アランマと会話する",
"3809129172": "アアル村に戻る",
"3809538204": "熱気球を起動し、「プルシナスパイク」を運ぶ",
"3809806740": "ガルゲンと会話する",
"3810169769": "もう一つの元素の力",
"3810432724": "清昼に報告する",
"3810452492": "哲平と会話する",
"3810818183": "ウツァヴ祭",
"3811198276": "縁任せの鈴官と会話する",
"3811701622": "ヒルチャールを倒す",
"3812077636": "「飛び込む」",
"3812525516": "亀井宗久と会話する",
"3812551244": "カフェに行って、マッダフと会話する",
"3812879892": "寝子と会話する",
"3812982465": "冒険は鬼ごっこから",
"3813058324": "記念石に奉納する供物を探す",
"3813438551": "古星の運命の地",
"3814214956": "宝盗団と会話する",
"3814419636": "百識と会話する",
"3814493564": "道理を用いて説得する",
"3814536716": "仙霊について行く",
"3815028028": "アンソニーと会話する",
"3815485836": "探索を続ける",
"3816179868": "ヤスミンと会話する",
"3816748780": "パイモンと会話する",
"3816864660": "モンド城に行ってグローリーを訪ねる",
"3817492892": "競売に参加する",
"3818168324": "「ヴァナラーナ」のある場所に行く",
"3818658312": "烈火のオイルを作る",
"3818830575": "月浴の淵",
"3819251332": "「海祇の心」の門を開ける",
"3819598988": "一つ目の変異があるところに行って調査する",
"3819685876": "豆助、柴助と会話する",
"3820560868": "新鮮な花を採集する",
"3821761479": "ディルックと会話する",
"3821840428": "甘金島に行って荒瀧派を探す",
"3822860140": "黒蛇騎士が守っているものを調べる",
"3823093220": "ベネットが扉のそばにある装置を解くのを待つ",
"3823229500": "雲菫の写真を撮る",
"3824091724": "大樹の上で「風」の痕跡を3つ探す",
"3824522116": "神里綾華と会話する",
"3825121644": "嘉義と会話する",
"3825482823": "なし",
"3825924308": "アランナラの家の中を調べる",
"3826181287": "医櫻",
"3826310764": "大島純平と会話する",
"3826841644": "魔物を倒す",
"3827436628": "指定された場所でルーと会話する",
"3827451292": "グザヴィエを探す",
"3828037684": "価値のあるものを探す",
"3828571692": "「蘇生手綱」の破片を手に入れる",
"3828844804": "『日月前事』を手に入れる",
"3829006852": "心海と会話する",
"3829080729": "石を…にする",
"3829272239": "神殿の奥を探索する",
"3829490945": "時間内到着挑戦・滝",
"3829860823": "浮遊する霊、調査開始",
"3830795415": "一箸·二巡·三食堪能·四海名揚·五味完備",
"3832016548": "大聖堂の近くで子猫を探す",
"3832539726": "鍾離を探す",
"3834764836": "ベネットと会話する",
"3835015220": "ピンばあやと会話する",
"3835235824": "ワイアットに話を聞く",
"3835366364": "甘雨と会話する",
"3835437542": "博来と会話する",
"3835463568": "エリンに話を聞く",
"3835482452": "待ち伏せていたエルマイト旅団を倒す",
"3835527700": "足跡を追う",
"3836140492": "対戦相手と会話する",
"3836874663": "アンバーの指示に従い再びテストを受ける",
"3837361495": "或る人への薔薇~往日の歌~",
"3838914724": "抽選台のところに行く",
"3839419212": "子犬に鳥肉を一つ与える",
"3839863311": "NPCと交渉失敗-戻る",
"3841353252": "グラブジルに報告する",
"3841500388": "カンナ山に戻る",
"3841556124": "キャラバン宿駅を離れる",
"3841694161": "霊矩のお宝",
"3841744556": "ディオナについて行く",
"3842172324": "探索と調査を続ける",
"3842827908": "ルドルフと会話する",
"3843259884": "スライムを倒す",
"3843992188": "ダインスレイヴを追いかける",
"3844171452": "ヒルチャールと会話する",
"3844272780": "プスパカフェに行く",
"3844348580": "アンソニーと会話する",
"3844860772": "指定された場所に行く",
"3844912777": "0",
"3844929900": "船の修理に使う物資を取りに行く",
"3844969916": "ナヒーダと会話する",
"3845001572": "処理が必要な死域に行く",
"3845364423": "NPCを脅す",
"3845574108": "宝のことを望に報告する",
"3845755260": "妖狸を救う",
"3845848084": "ジャザリーと会話する",
"3845853705": "軽策荘の人々に欠片の手がかりを聞く",
"3845956239": "ホセインのハッラの実のリクエスト",
"3845967724": "テントを張るのに適した場所を探す",
"3845986364": "芙蓉と会話する",
"3846069084": "落ち込んでいるアイルマンを慰める",
"3846214488": "調理する",
"3846558620": "留雲借風真君の修行内容を完了する",
"3846768748": "「美味しそうな翠玉福袋」を作る",
"3847004220": "海祇島に行って解決策を求める",
"3847576044": "釣り餌の材料を探す",
"3847590580": "すべての魔物を倒す",
"3847622268": "嘉義と会話する",
"3847818620": "付近でアランナクラを探す",
"3847950834": "遺跡の手掛かりを探す",
"3848008943": "月昇の章",
"3848490612": "約束の時間まで待つ(2日後)",
"3848789300": "キャラバン宿駅に行く",
"3848805116": "胡桃が洛成に呪いの真相を明かすところを聞く",
"3850389058": "たいまつに火をつける",
"3850743214": "橋の修復を見る",
"3851109460": "夢境のさらに奥へ進む",
"3851168428": "皆と会話する",
"3851262300": "志璇と共に砲弾を装填する",
"3851623831": "リサへの記念品を選ぶ",
"3851701478": "ピンばあやと会話する",
"3852263596": "霄灯を作る",
"3852405335": "パエトーンたちはみな踊る",
"3852765670": "盗賊がAからB(隠し)",
"3853380084": "クレーと会話する",
"3853802924": "奥深くへ行き地図を取り戻す",
"3854745244": "木漏茶屋に戻る",
"3854789556": "調査地点に向かって救出をする",
"3854853215": "審判の雷鳴の中で",
"3855179327": "森の中の曲",
"3855238884": "焚き火で料理を作る",
"3855367536": "ドゥラフに報告する",
"3855694964": "オルハンと会話する",
"3858118724": "アランマと会話する",
"3858235100": "楓と会話する",
"3858725644": "サイリュスと会話する",
"3858955836": "「エンジェルズシェア」に行く",
"3859506580": "聖樹の根系がある場所に行く",
"3859672580": "ジンと会話する",
"3859693951": "吹いては止まる風",
"3859726948": "近くに行って平蔵と話す",
"3860386324": "全ての魔物を倒す",
"3860542551": "0",
"3862260268": "ジャザリーと会話する",
"3862293215": "『七人目の武士』",
"3862433604": "「サウマラタ蓮杯」の会場に行く",
"3862944476": "鍵で扉を開ける",
"3863322524": "奔狼領に行く",
"3864405968": "元素視角を使って鍵を探す",
"3865362828": "シアターに行って、討論を見届ける",
"3865424980": "檻を開ける",
"3866410583": "テルモードン遺跡大冒険",
"3866463695": "物々交換?",
"3866498644": "「モーメントオブドリーム」の人々に現状を伝える",
"3866531884": "藤原俊子について行き、拠点へ向かう",
"3866746956": "敵を倒す",
"3866820936": "戦利品と手紙をトゥナーに渡す",
"3867047684": "封印を解除する場所に行く",
"3867772372": "暗闇に覆われる淵下宮にて調べる",
"3867827830": "ドゥラフに謝る",
"3868150108": "「蒲公英が生えてる草原」に行く",
"3868274672": "元素視角を使って、琥珀石が入った車を探す",
"3868472780": "「常夜」状態で蛇心の地を調査する",
"3868522402": "言笑と会話する",
"3869186548": "埠頭からの音を聞く",
"3869725564": "植木鉢をネルミンに渡す",
"3870008868": "「エンジェルズシェア」に行く",
"3870696020": "パイモンと会話する",
"3870720958": "全ての魔物を倒す",
"3871400828": "ハニヤーと会話する",
"3871516948": "ヴァルダン、ガルゲンと会話する",
"3871976252": "パルヴァネ一行と教令院に行く",
"3872077916": "遺跡守衛の戦利品を手に入れる",
"3872128431": "寝子は猫である·よく鳴る鉄球",
"3872569996": "烏帽子と会話する",
"3872683752": "近くのモンスターを倒す",
"3873422671": "元素視角で怪しい人を探す",
"3873565161": "塵に返る",
"3874052828": "光界たがねを起動する",
"3874507260": "慕珍と会話する",
"3874585358": "合成台を使って霄灯を作る",
"3875936548": "変化が起きた額縁を調査する",
"3876545644": "休憩中のモナと会話する",
"3876778108": "現れた人と会話する",
"3877069720": "(TEST)チャールズに報告する",
"3877187513": "依頼人チャールズの悩み",
"3877899484": "ヴェルナーにモンドの品物を見せる",
"3878189648": "一人の酒豪におすすめのお酒を聞く",
"3878423724": "襲ってきた魔物を倒す",
"3878537158": "淮安と会話する",
"3879111032": "エラ・マックスと一緒に丘々人と会話する",
"3879143260": "貨物を点検する",
"3879506988": "手紙を九条鎌治に渡す",
"3881076812": "「ヴァナラーナ」のある場所に行く",
"3881584664": "モンスター撃破による各種稼ぎをコントロール",
"3881868694": "阿二と話し合いをする",
"3882533340": "宝盗団の拠点に行く",
"3882604428": "ジャファルと会話する",
"3882876652": "巨大な晶鉱を浄化する",
"3882926276": "珊瑚宮心海と会話する",
"3883009206": "宝盗団を倒す",
"3883113232": "詳細を確認する",
"3884448948": "ジョエルと会話する",
"3884939556": "万葉と会話する",
"3885037020": "「公義」が言及した刀を探す",
"3886330340": "アビス教団の痕跡を追撃する",
"3887014788": "王鉗と会話する",
"3887778172": "南埠頭付近で詩のインスピレーションを探す",
"3888033444": "鎮守の森へ向かう",
"3888174199": "ヴィマナ聖典·ディフォ編",
"3888413912": "スライムの分泌物を探す",
"3888642367": "本が残した元素の痕跡を探す",
"3888943972": "璃月港のキャサリンと会話する",
"3889239276": "長次が言う「財宝」を手に入れる",
"3889976376": "ワイアットに鍵を渡す",
"3890741828": "2日後まで待つ",
"3890990076": "ルーと会話する",
"3891114535": "「終末番」疑惑",
"3891407444": "鳴神大社に戻って八重神子を探す",
"3892625737": "「密蔵」に入る方法を探る",
"3892887164": "ジンと会話する",
"3892919092": "アランマと会話し、ヴァサラの樹の夢に入る",
"3892950196": "引き続き夢境を探索する",
"3893093612": "ジャザリーと会話する",
"3893106076": "福本と会話する",
"3894074956": "記念石に供物を奉納する",
"3894236783": "機関棋譚·巧策の陣",
"3894388679": "冒険者、アナ!",
"3894744852": "カイヴァンと会話する",
"3895569980": "ニカをエルマイト旅団の拠点まで連れて行く",
"3895637735": "騙す者は騙される",
"3896561796": "セノと会話する",
"3896649724": "謎の巫女と会話する",
"3897635393": "通行止め?",
"3898083644": "アナと一緒に冒険者協会の依頼を完了する",
"3898103580": "「式大将」と会話する",
"3898327004": "会場から離れる",
"3898375556": "「三十人団」の駐屯地に行く",
"3898682380": "「特別な緋櫻毬」を旭東に渡す",
"3898841334": "北国銀行を出る",
"3900319196": "大門と会話する",
"3900873468": "船で「宝」の在り処に行く",
"3902622134": "ヴェル·ゴレットと会話する",
"3904462692": "「草神の国」へ向かう",
"3905227364": "オレグと戦う",
"3905369084": "『聖国の詠唱』を閉じる",
"3905463708": "奔狼領でアビス教団の手がかりを集める",
"3905593348": "キノコンの潜在能力を引き出す",
"3906020004": "対戦相手と会話する",
"3906138980": "アランマと会話する",
"3906166508": "町奉行に行って正勝先生を救出する",
"3906405428": "計画書を詳しく調査する",
"3906543228": "宝盗団の拠点に行く",
"3906742316": "琥牢山の仙人の洞府に行く",
"3907312780": "平蔵と会話する",
"3907900372": "アランマと会話し、ヴァサラの樹の夢に入る",
"3908323492": "現れた魔物を倒す",
"3908560624": "小麦をティミーに渡す",
"3909435780": "火をつける",
"3910802644": "モンに料理を教える",
"3910839937": "冒険は遠いところを目指す",
"3911169048": "(TEST)酒豪の評価:よくない!",
"3911286028": "「記憶の銘文」を獲得",
"3912062196": "青墟浦へ向かう",
"3912173812": "セノの紹介状をナビルに渡す",
"3912569584": "予約者の判定3",
"3914117988": "「無名武士」に協力してお酒を探す",
"3914123548": "キノコンをすべて倒し、板を取り戻す",
"3914171900": "影と会話する",
"3914397284": "キャラバン宿駅でセノを探す",
"3914620296": "クインと会話する",
"3914653348": "セノの写真を撮る",
"3914798180": "周りの人を招待する",
"3914939236": "高所に行って子猫を神社に連れて帰る",
"3915285668": "ノエルと会話する",
"3916100220": "荒瀧一斗の情報を聞く",
"3917061540": "夜鴉船長の指示に従って、霧の中を突き進む",
"3917101996": "ドリンクをディルックに渡す",
"3917235735": "ガルシアの賛歌·お安いご用",
"3917870087": "逃走",
"3920920932": "適した染料の原料を小倉澪に渡す",
"3922460260": "付近の採鉱地に行く",
"3923022500": "クインと会話する",
"3923163492": "「風の花」をスクロースに渡す",
"3924740791": "寝子は猫である·遅れてきた「いいこと」",
"3924753140": "ヴェル·ゴレットと会話する",
"3925963068": "ゴローと会話する",
"3926283572": "異なる角度で野良犬と野良猫の写真を撮る(0/2)",
"3926503420": "木のうろの上層へ続く道を探す",
"3926918687": "秘境を出る",
"3927579652": "ハニヤーを倒す",
"3928138383": "花咲きし夢",
"3928314556": "城壁近くの人と会話する",
"3928936020": "日時計の影を観察する",
"3929063900": "レネと会話する",
"3929165700": "「御肉丸」が感知した場所へ行く",
"3929433940": "遺跡最上階の中央にある部屋に行く",
"3929511572": "シューベルトについて行く",
"3929680236": "キノコンを倒す",
"3929727548": "凝光と会話する",
"3929956908": "死域の汚れを排除する",
"3930095802": "カメラクエスト開放",
"3930170372": "ティナリと会話する",
"3930393476": "全ての魔物を倒して、障害物を全て片付ける",
"3930592871": "子供の笑顔のために",
"3930606792": "「占いの絵巻」を1個集める",
"3930655004": "アパーム叢林の東にある山の上で暝彩鳥を捕まえる",
"3931475148": "「雪のイノシシ王」の肉を獲得する",
"3931674108": "装置を起動する",
"3932765436": "「一心浄土」にいる雷電将軍と会話する",
"3933296444": "パイモンと会話する",
"3933586244": "エウルアと会話する",
"3933655596": "北斗と会話する",
"3933935924": "巫女に状況を尋ねる",
"3934067790": "進み続け、適切な食材を探す",
"3934520839": "パイモンの近くに行く",
"3936308732": "前方を探索する",
"3936440878": "宝物を探す",
"3936481175": "特別な客",
"3938463655": "桂の薬材のリクエスト",
"3938889540": "ファデュイの臨時拠点を調べる",
"3939118864": "鳥の卵を二個探す",
"3939457863": "問題の転換·理論的強度",
"3940239836": "梟総管の近くに行く",
"3941275156": "フェリックス·ユーグと会話する",
"3941762502": "完全な降魔印が見える場所を探す",
"3942097671": "ハイペリオン哀歌",
"3942672660": "蛇神の首の鎮め物を調べる",
"3942799124": "群玉閣に行く",
"3943122380": "海面上の岩礁を調査する",
"3943182252": "アランバリカと会話する",
"3943814084": "遺跡を離れる",
"3944441316": "ザカリヤと会話する",
"3944441583": "不思議な薬",
"3945119460": "卯師匠と会話する",
"3945217591": "雪山迷走",
"3945686575": "「狸の顔出し看板」救出について",
"3945776711": "絶対ユニークな一品",
"3945967240": "小麦を水辺にばら撒く",
"3946012988": "璃月の「おもちゃ研究所」に入る",
"3946941215": "嵐を突破する方法",
"3947114874": "明蘊町を捜索する",
"3948223300": "足跡を追って探す",
"3948586836": "パラドと会話する",
"3948706892": "ハマウィーと会話する",
"3948778580": "道路上の魔物と障害物を片付ける",
"3949262116": "清昼に報告する",
"3949963748": "新しい植物を調べる",
"3951170880": "森のハトの群れを見つける",
"3951413332": "見慣れた姿について行く",
"3952036412": "元素視角を使ってヴィクトルが無くした箱を探す",
"3952186140": "「無名武士」を倒す",
"3952223537": "注文書を手に入れる",
"3952421756": "ナヒーダと会話する",
"3952646396": "道の街灯を確認する",
"3952917812": "ルーと会話する",
"3952981383": "騎士と牧師、戦闘開始!",
"3953268548": "風龍廃墟に行く",
"3953810866": "落ち葉の山を綺麗にする",
"3953848948": "霖鈴と会話する",
"3953901332": "グザヴィエと会話する",
"3954064754": "言笑の絶雲の唐辛子とハスの花托探しを手伝う",
"3954215311": "ディルックに情報を提供する",
"3955459604": "シアターの人と会話する",
"3955546036": "夜蘭と会話する",
"3955649228": "豆で荒瀧一斗を打つ",
"3955987940": "ドリンクをエウルアに渡す",
"3957139775": "遺跡クリア",
"3958104012": "アランコンティと一緒に「枝」を見つける",
"3958854196": "宝盗団の拠点に行く",
"3958855332": "アナを探す",
"3959356204": "怪しい地点に行って調査し、脅威をなくす",
"3960346676": "左側から撮った寝子の写真",
"3960681484": "エウルアと会話し別れの挨拶をする",
"3962054548": "浪人を倒す",
"3962516372": "夜中に拠点へ向かう(翌日0時~4時)",
"3963171056": "「飛雲商会」の従僕と会話する",
"3963447476": "雷電将軍を倒す",
"3963787055": "振晶射影",
"3964030020": "鑑秋と会話する",
"3964310503": "位置No.1023に入る",
"3964587428": "破棄",
"3965364476": "前方の建物のところに行く",
"3965646540": "ラウナックと一緒に倉庫へ向かう",
"3965920295": "新たな始まり",
"3965956924": "エレンと会話する",
"3968791508": "波止場に行く",
"3968830924": "尾栓の安全装置を解除する",
"3968938436": "拠点を片付ける",
"3969518764": "花の種の水やりをする",
"3970896572": "探索を続ける",
"3971560391": "砂海迷道",
"3971625150": "望舒旅館付近に戻り、「掇星攫辰天君」を見つける",
"3971858564": "アランチャトラの鍋の付近に戻る",
"3972253236": "「氷封の心」の花びらを埋める",
"3972933732": "サラから「漬け野菜肉炒め」を獲得する",
"3973428242": "会話NPC",
"3973450820": "料理を縁任せの鈴官に送る",
"3973815876": "アルハイゼンと教令院に入る",
"3974969649": "偵察騎士のやりかた",
"3974971908": "ファデュイを倒す",
"3975079198": "寺の守り人と会話する",
"3975830732": "大聖堂に戻る",
"3976535108": "香菱、言笑と会話する",
"3976783668": "石板を正確な位置に戻す",
"3977010887": "童話の夢を守る人",
"3977400900": "「特訓会場」に行く",
"3977677308": "道に沿って進む",
"3978631910": "宝物を探す、或いは博来にアドバイスを聞く",
"3979124012": "放水後のエリアを調査する",
"3979419164": "グザヴィエと会話する",
"3980518943": "騎士団に行く",
"3980551671": "「御建鳴神主尊大御所様像」購入心得",
"3980594777": "風に託す",
"3980633380": "ラナと会話する",
"3981311220": "南方にある冥魚の池に行く",
"3981399223": "ヤヴァナニのリンゴのリクエスト",
"3981424047": "いずこより来りし灯",
"3981630188": "クレーに美味しそうな鳥卵の玉子焼きを3つ渡す",
"3982031868": "荒瀧一斗と会話する",
"3982333344": "猫探しを完了する",
"3983167396": "鳴神大社に戻る",
"3983168956": "引き続き夢境を探索する",
"3983466956": "絶雲の唐辛子をモンに渡す",
"3984170484": "探索を続ける",
"3984581503": "ノエルの情報収集仕事",
"3985004095": "三界道饗祭·其の二",
"3986638700": "海祇島の神社へ向かう",
"3987219492": "凝光と会話する",
"3987271652": "「青い衣のカカシ」を壊さずに全ての「赤い衣のカカシ」を倒す",
"3987775436": "留雲借風真君を手伝って料理を作る",
"3987855908": "大島純平に獣肉を3つ渡す",
"3988276476": "カウンターに行って、営業の準備をする",
"3988840140": "探索を続ける",
"3989911812": "パイモンと会話する",
"3990101364": "万国商会に行く",
"3990229340": "北斗と会話する",
"3990247908": "神の目が置かれている箱を確認する",
"3990599460": "二階の人と会話する",
"3990749076": "縁任せの鈴官と会話する",
"3991457652": "「モンド風焼き魚」をベアトリーチェに渡す",
"3991998484": "音の出所に行く",
"3992385398": "璃月港外に戻る",
"3992423860": "清泉町に戻り、ダイアンに受注書を渡す",
"3993247204": "ラナと会話する",
"3993272852": "2日目まで待つ",
"3993570316": "子猫を探す",
"3993574828": "襲ってくるヒルチャールを倒す",
"3993794416": "チャールズの依頼を完了する",
"3993978479": "地元の人の誘い",
"3994031748": "再び鶴観に入って、ルーを探す",
"3994258916": "陸と会話する",
"3994632548": "収蔵品を回収する",
"3994768919": "伝統ゲーム",
"3994820172": "ウルバンと会話する",
"3994903692": "みんなと会話する",
"3995251631": "石の錠の伝説",
"3995274084": "皆と会話する",
"3996259708": "一成と会話する",
"3996333284": "大聖堂周辺を片付ける",
"3998125508": "志璇と会話する",
"3998953644": "「無名武士」と話す",
"3999030828": "大聖堂前の風神像のところに行く",
"4000310396": "謎のアランナラと会話する",
"4000377196": "雷電将軍を倒す",
"4000889644": "残影と会話する",
"4000901276": "機械ガニを探す",
"4001155424": "マーガレットを探して依頼内容を聞く",
"4001346244": "蒲公英の種を採集する",
"4001438624": "元素視角を使って鍵を探す",
"4001611428": "リサに指定ドリンクを作る",
"4002201492": "チャールズから「謎の人物」の話を聞く",
"4003340620": "約束の時間まで待つ(翌日の8~12時)",
"4003356100": "アランマと会話する",
"4003454692": "星の導きを頼りに終着点にたどり着く",
"4003560471": "隠れし傭兵",
"4003668407": "バーバラと会話する",
"4004159020": "島に行って周囲の状況を確認する",
"4004231604": "ニィロウと会話する",
"4004359716": "探検隊の拠点に行く",
"4004787756": "「新鮮な緋櫻毬」を3つ探す",
"4005340412": "食材を奪還し、熱気球を護送する",
"4006784975": "失踪した鉱夫",
"4006987604": "魈と会話する",
"4007317020": "ヒルチャール拠点を片付ける",
"4007880204": "チラシを頼りに晃を探す",
"4007886340": "現地の住民から情報を聞く",
"4007957308": "パイモンと会話する",
"4007994396": "「玲瓏霄灯図·琉璃百合」を観察する",
"4008138044": "留雲借風真君を手伝って料理を作る",
"4008160260": "怪しげな兵士を調査する",
"4008560928": "バッグにアイテム-スライムの分泌物はあるかどうかをチェック",
"4008636788": "アナと会話する",
"4008646436": "宵宮、クレーと共に容彩祭を見に行く",
"4008716164": "「月浴淵の鍵」で扉を開ける",
"4009214788": "幕間·大賢者アザール、スラサタンナ聖処へ",
"4009287327": "大聖堂に行き、ジンとウェンティを探す",
"4009483900": "モンド城の広場に行く",
"4009770076": "マーク地点付近で水元素を合計15秒キャラクターに付着させる",
"4010090764": "風車アスターをマージョリーに渡す",
"4010339908": "「極悪凶猛の寮」に入る",
"4010420692": "屋根の上でヤマガラの巣を探す",
"4010642012": "龍二と会話する",
"4011123884": "宝の地図に従ってお宝を探す",
"4011566244": "「氷封の心」を探す",
"4012048732": "アキムと会話する",
"4012155676": "宵宮、クレーと共に容彩祭を見に行く",
"4012178276": "吉法師と会話する",
"4012195948": "破棄",
"4012528316": "秘境に入る",
"4012655439": "寺の前を訪ねる",
"4013492474": "コンテンツ完了",
"4013589724": "拠点に戻る",
"4013965366": "淮安と会話する",
"4014652182": "0",
"4015309239": "浮世の風流を巡る",
"4015517708": "早柚の寝所に行く",
"4015995351": "氷雪の過去",
"4016615943": "神の眼差しを渇望する者",
"4016880574": "璃月に向かう香菱を探す",
"4017252220": "大和田と会話する",
"4017271564": "スライムの液体をモンに渡す",
"4017650612": "シスターヴィクトリアと会話する",
"4018875384": "驚雷のオイルを作る",
"4018915564": "会場の近くで仲間たちを探す",
"4020013124": "「越石丸」に報告する",
"4020600284": "食材をジャファルに渡す",
"4020792908": "クレーと会話し、箱を取り戻す",
"4020823183": "センサーNo.3に反応された",
"4021952244": "「新鮮なスライムの液体」をディオナに渡す",
"4022357263": "ガイアカットシーン",
"4022775372": "上野と共に暗闇に覆われる淵下宮に行く",
"4022805903": "鬼の義",
"4023617204": "足跡を追う",
"4023696854": "クエスト完了、盗賊を削除(隠し)",
"4024233244": "石碑を読む",
"4024255572": "「鎮め石」の調査へ進む",
"4024715495": "昨日の美酒",
"4026025268": "近くの患者の様子を確認する(0/3)",
"4026275044": "料理を好奇心旺盛な子瑞に送る",
"4026704620": "山頂に行って清心を採集する",
"4027503167": "風の壁を抜ける",
"4028069476": "社奉行所に戻って最後の準備をする",
"4028223406": "仙祖の亡骸を確認する",
"4028282700": "アランパンドゥと会話する",
"4028369324": "落石の隣にいる西風騎士と会話する",
"4029512924": "バレないように前進する",
"4029918204": "ググプラムをマージョリーに渡す",
"4030459188": "鍋に水を注ぐ",
"4030555132": "モンと会話する",
"4030587196": "アランナガと会話する",
"4030630706": "パイモンと会話する",
"4031029735": "追放者·芽生え",
"4031532871": "アンバーと会話する",
"4031895204": "ザキの言う場所に行く",
"4032629841": "火の光が道を照らす",
"4033148884": "指定時間内にゴールに到達する",
"4033155564": "下のエリアを調査する",
"4034895359": "成功",
"4035483492": "アナと会話する",
"4036162588": "会場の近くで仲間たちを探す",
"4037460972": "影向山下の主要な道へ向かう",
"4038058916": "哲平と会話する",
"4038184124": "往生堂の周りを調査し、胡桃を待つ",
"4038233748": "釣り餌の材料をカイヴァンに渡す",
"4038364700": "雲菫と会話する",
"4038424652": "長次と会話する破棄",
"4039183868": "ファデュイの兵士を倒す",
"4039886036": "キノコンを倒す",
"4040136084": "ガイガックスと会話する",
"4040838791": "寝子は猫である·神社食堂",
"4040984615": "ありし日の春庭",
"4041781196": "カウシックと会話する",
"4042366700": "プレゼントをチャンチャンに渡す",
"4042630079": "花影瑶庭·其の一",
"4043410516": "アランパンドゥと一緒に「枝」と「葉っぱ」を見つける",
"4044101912": "(TEST)酒豪の評価:良い!",
"4044258127": "猫の装飾品",
"4045126356": "スタッフと会話する",
"4045182879": "宝蔵の地を探す",
"4045288604": "宝の地図に従ってお宝を探す",
"4045310316": "ヤコヴを起こす",
"4045403969": "帰離集遺跡で古代石碑を探す",
"4045628332": "茅葺と会話する",
"4045981775": "或る人への薔薇~荊のような刺々しさ~",
"4046720612": "グラブジルに報告する",
"4047186276": "「天光の差し込む処」に行く",
"4047497876": "重佐に報告する",
"4048193646": "市民と会話する",
"4048854508": "南天門付近で魈と会話する",
"4048881468": "写真を影に見せる",
"4049331596": "左の拠点の魔物を全て倒す",
"4049536668": "エウルアと会話する",
"4049784311": "手がかりが示す場所を探す",
"4050025652": "万葉と共に神の目の行方を追跡する",
"4050310540": "聖顕殿を探す",
"4050676396": "探索を続ける",
"4051466532": "七天神像へ向かう",
"4051481480": "夕暮れの実を渡す",
"4051805700": "変わった拠点を調査する",
"4051843228": "足跡を追う",
"4052334100": "霄灯を卯師匠に渡す",
"4052363791": "時を超えた委託",
"4053036876": "下の部屋に行く",
"4053236132": "清泉町に行って状況を確認する",
"4053446924": "みんなと会話する",
"4053487124": "鎮め物を観察する",
"4053505228": "カマと会話する",
"4053563054": "ハム",
"4054003012": "公演が終了するまで待つ(翌日の20~23時)",
"4055250300": "龍二と会話する",
"4055476932": "アラニを探す",
"4055585460": "洞窟付近の荷物を回収する",
"4055792380": "アルハイゼンの言う人を探す",
"4056126252": "奇妙な物を水辺に置く",
"4056336372": "扉を開ける",
"4056705575": "大聖堂から出る",
"4057003468": "哲平と会話する",
"4057147540": "橋の下を調査する",
"4057864668": "遺跡守衛を起動する",
"4059374420": "全ての魔物を倒す",
"4060451340": "ゴルシャンと会話する",
"4060667764": "クーロシにスメールローズを10本渡す",
"4061496692": "豆助、柴助と会話する",
"4061964751": "冒険者協会の前に行く",
"4062110812": "雪山の山頂でジョエルの父を探す",
"4062148249": "回天",
"4062260868": "軽策荘の人に六ちゃんの行方を尋ねる",
"4062511996": "夜まで待つ(21時~24時)",
"4062603172": "ブンブンを探す",
"4062782143": "そして世の声に耳を傾ける",
"4063407580": "アランナラたちと会話する",
"4063819252": "パルディスディアイに行く",
"4064113036": "『聖国の詠唱』の第三巻をめくる",
"4064397919": "ガイアと会話する",
"4064910876": "会場の近くで仲間たちを探す",
"4065007204": "武闘会の開催地へ向かう",
"4065085809": "狩猟中の料理人",
"4065475824": "ノーラと会話する",
"4065482969": "「紛失」された文物",
"4065673204": "望雅と会話する",
"4065912284": "奇妙な装置を調べる",
"4066233132": "ディオナと会話する",
"4066396996": "ハティムと会話する",
"4066961556": "冒険者協会に行く",
"4066987156": "万葉と会話する",
"4067574380": "柴田と会話する",
"4068767809": "まるい群れ騒動!",
"4069099972": "抵抗軍の拠点へ向かう",
"4069333656": "シスターフィンドと会話する",
"4069761594": "ハスの花托を見つける",
"4070254636": "制御不能な夢",
"4070607236": "社奉行の庭に行って家政科の授業に参加する",
"4071222196": "「鎮め石」を封印する",
"4071370868": "対戦相手を倒す",
"4071874444": "アランナキンと会話する",
"4072014772": "小姜と会話する",
"4072207076": "鳴海栖霞洞天に行く",
"4072425916": "拠点の隣に隠れる",
"4072564582": "自由会話",
"4073332223": "崖の下に行く",
"4073616527": "この小説…問題あり?",
"4073663588": "不思議な星について行く",
"4074025700": "薬剤に相応しい材料を渡す",
"4074127260": "璃月港の「万民堂」に行く",
"4074181316": "霄灯を回収する",
"4074286460": "パイモンの意見を聞く",
"4074912068": "戻って観葉植物に水をやる",
"4075327500": "モンド城の町を歩いてみる",
"4075809716": "「木漏茶屋」に行く",
"4076165910": "「掇星攫辰天君」と会話し、状況を把握する",
"4076347980": "会場へ向かう",
"4077110212": "シニャクについて行く",
"4078056924": "鍵を使って新之丞を救出する",
"4078059974": "千岩軍の小隊と会話する",
"4078363583": "神殿の入口でリサと合流する",
"4079320990": "宝物を探す",
"4079397641": "最後の最後",
"4079517108": "箱を百聞に渡す",
"4080551248": "運搬用の熱気球を護衛する",
"4080881828": "鳴神大社付近に行く",
"4081452124": "ガルシアと会話する",
"4082273444": "洞窟の下に進む",
"4082945604": "奥深くにある部屋を調べる",
"4084209916": "アライェシュと会話する",
"4084479732": "ガイアとロサリアに話しかける",
"4084906863": "ヒルチャールを助ける!",
"4084913860": "ホーベット、カイヴァンと会話する",
"4084996420": "鯨井坊やと会話する",
"4086070764": "万端珊瑚探偵所に行く",
"4086369796": "港口に行く",
"4086525815": "軽やかな少女と会話する",
"4087282495": "軽策荘の霄灯",
"4087509484": "晶化骨髄を12枚集める",
"4087620839": "ヒルチャールを倒す",
"4087651716": "料理を無口な廷方に送る",
"4087922335": "元素視角で怪しい人を探す",
"4088396800": "8か10で完了を判断",
"4088443596": "八重神子と会話する",
"4089298036": "清心を秋歌に3つ渡す",
"4090198132": "アランガルと会話する",
"4090870612": "船の状況を確認する",
"4092414220": "浮浪人を倒す",
"4092768871": "キノコンが起こした混乱",
"4093106382": "丘々人とバリケードをクリアしよう",
"4093153143": "美食は熱いうちに",
"4093588751": "忘れん坊大王の大冒険",
"4094645820": "ブリュー祭の会場に行って、お酒を醸造する",
"4095027764": "ルーじぃと会話する",
"4095297124": "「サウマラタ蓮杯」の会場に戻る",
"4095599212": "新之丞を助けに行く",
"4095681092": "桟橋にある扉に近づく",
"4095758500": "準備した料理を湯雯に渡す",
"4095802087": "勝利の祝い酒",
"4096079124": "吉法師の写真を撮る",
"4096239644": "指定された場所でルーたちと会話する",
"4096622844": "ホッセイニと会話する",
"4096925788": "グザヴィエと会話し、撮影を始める",
"4096951492": "稲妻城の町に向かう",
"4097360964": "ブンブンの痕跡を追う",
"4097676679": "全能グルメチーム·まんぷくの重要性",
"4097754764": "キャサリンと会話する",
"4097916932": "虚界の塔の制御装置を起動する",
"4098021572": "鎮守の森へ向かう",
"4098810271": "五彩光華に隠されし真相",
"4098843268": "幕間·大賢者アザールの疑念",
"4099457716": "「バター魚焼き」を作ってアルベドに渡す",
"4099624500": "景明と会話する",
"4099676191": "夢によって敷かれた剣道家の道",
"4099732260": "小姜と会話する",
"4100085264": "猫探しを完了する",
"4100144372": "サボるアンジェロと会話する",
"4100663196": "ブリュー祭の会場に行く",
"4101074687": "噴水広場で通行人に話を聞く",
"4101114836": "「結界」の在り処に行く",
"4101988076": "寛、昭そして安と会話する",
"4102361124": "万葉と会話する",
"4102384404": "リサの話を伝える",
"4102883996": "ロボットの腕を通る",
"4103663420": "パルディスディアイの内部に入る",
"4104246332": "密輸拠点の前にある千岩軍の彦博と合流する",
"4105096934": "飛に話を聞く",
"4105919628": "「報仇激動の寮」に入る",
"4106619612": "ジャックの行方を探す",
"4107396332": "翌日の朝まで待つ(6時~12時)",
"4108075924": "シアターメンバーの考えを集める",
"4108312351": "商店街の横を通る",
"4108407388": "前方エリアを調べる",
"4109030292": "指定された場所に行って戦う",
"4109162108": "夜蘭と会話する",
"4110375468": "「留雲借風真君」に会う",
"4111011454": "ヴェル·ゴレットに報告する",
"4112458932": "エルヒンゲンを追う",
"4112552636": "エルヒンゲンと会話する",
"4112694796": "離島の波止場に行く",
"4113278804": "凝光と会話する",
"4113650476": "幕府軍を倒す",
"4114316052": "卯師匠と会話する",
"4114737988": "「石」の謎を解く",
"4114841380": "長谷川の意見を聞く",
"4114917468": "次の日の昼間まで待つ(6時~18時)",
"4114967732": "「ボロボロ島」の壁画を撮影する",
"4116137500": "パイモンと会話する",
"4116282228": "怖がっているシュースターと会話する",
"4116399772": "隠された通路を調査する",
"4116964916": "ドニアザードと会話する",
"4117063124": "被害者に状況を尋ねる",
"4117851460": "アランファラを探す",
"4118232380": "アランナクラが世話している苗畑に行く",
"4118385106": "ソラヤーに聞く",
"4120905514": "宝物の場所を探す",
"4121029204": "グランドバザールへ向かう",
"4121280471": "届けにくい家書",
"4121333196": "手がかりを探す",
"4121654044": "周りの住民に薬を届ける",
"4121904830": "掛け絵を観察する",
"4122045102": "本を飛雲商会に持って行く",
"4122367724": "デビーの状況を確認する",
"4122860020": "キングデシェレトの霊廟に行く",
"4122950647": "万民鮮食",
"4122990426": "ピンばあやと会話する",
"4123036052": "留雲借風真君と会話する",
"4123189991": "パイモンと会話する",
"4123355580": "「寒鋒鉄器」に行く",
"4123571364": "ヴァルダン、ガルゲンと会話する",
"4124156004": "水辺で起きたことをヘディーヴに教える",
"4124374100": "拠点に戻り、怪しい気流に関する手がかりを聞き出す",
"4124681092": "クラクサナリデビを知る少女を探す",
"4125259172": "気分転換のために、早柚を高いところに連れて行く",
"4126916052": "キノコンを倒す",
"4126962580": "遺跡を探索する",
"4127383136": "常九と会話する",
"4127484796": "孫宇と会話する",
"4127672012": "引き続き進み、木のうろを通り抜ける",
"4128518652": "回りで食材を収集する",
"4128552036": "ナヒーダが住民の意識に入った後、セタレと会話する",
"4128635134": "亡霊を発見する",
"4128891607": "仙人の頼み",
"4129051863": "神に匹敵する存在",
"4129066884": "「御霊真珠」を手に入れる",
"4130014680": "アーネストを探す",
"4130746527": "玲瓏霄灯図·その一",
"4131149796": "ダダウパの谷に行く",
"4131328492": "八重神子と会話する",
"4131348108": "「美味しそうな活力にゃんこ飯」を子猫に与える",
"4131673020": "風龍廃墟の高塔に向かって進む",
"4132453932": "「無名武士」を倒す",
"4133691564": "スワンと会話する",
"4133760076": "幕府軍を倒す",
"4133828724": "遺物を海に投げ入れる",
"4134004140": "珊瑚と会話する",
"4134331268": "龍二と会話する",
"4134709140": "朔次郎にさっきの話を伝える",
"4135191143": "壺の雑事",
"4135277612": "三人と会話する",
"4135994412": "家書を満と曜に届ける",
"4136361300": "ラフィクと会話する",
"4136417548": "豆助と合流する",
"4136749956": "重雲と会話し、案を考える",
"4137661644": "アファンと会話する",
"4138003040": "アーネストと会話する",
"4138184852": "瞬拳阿凌と会話する",
"4138537908": "「ヴァマッダ」を回転する",
"4138627348": "ゴローに報告する",
"4138778380": "クインと会話する",
"4139148210": "コンテンツ完了",
"4139362004": "前線に行く",
"4139612742": "嵐姉と会話する",
"4140253820": "大隆と楽と会話する",
"4140321260": "鶴観に入って、ルーを探す",
"4140327940": "ヴァルに質問する",
"4140973388": "ブルンに報告する",
"4141907412": "稲妻冒険者協会のキャサリンと会話する",
"4142565898": "宝児の落し物を見つける",
"4143308068": "(tes)封印エリアに到達",
"4143323708": "ヴィクトルと会話する",
"4143446444": "ワイナリーにあるディルックの机を探す",
"4144708964": "死域の汚れを排除する",
"4144781908": "不思議な星について行く",
"4145092908": "アザライと会話する",
"4145358980": "ドニアザードを近くで休ませる",
"4145910260": "スライムを倒す",
"4146294820": "テウセルを港口に連れて行く",
"4147196324": "鯨井椛と会話する",
"4147319820": "モンド城の「鹿狩り」に行く",
"4147781148": "周りを調査して、手がかりを探す",
"4147950700": "アランマに着いて、「かつてのヴァナラーナ」に入る",
"4148438678": "旅館の女将に教えを乞う",
"4148642996": "みんなと会話する",
"4148651772": "北国銀行に戻る",
"4149357943": "ジークフレアと会話する",
"4149590220": "羽と会話する",
"4149855956": "洞窟付近の荷物を回収する",
"4150536396": "サバーフと会話する",
"4150876908": "五百蔵と会話する",
"4150964977": "宝物を探す",
"4151153972": "スイートフラワーをモンに渡す",
"4152111988": "道中のいばらを取り除く",
"4152313500": "タンジェと会話する",
"4152519823": "NPCと交渉成功",
"4152730804": "料理をせっかちなワリットに送る",
"4152841972": "八重神子と会話する",
"4153226148": "哲平について行き、負傷した抵抗軍を助ける",
"4154022068": "シューベルトを追いかける",
"4154047348": "マーガレットに報告する",
"4154611868": "足跡を追って探す",
"4155151279": "オロバシの遺事·序",
"4155511188": "アランパンドゥと会話する",
"4155774044": "「蘇生手綱」の破片を手に入れる",
"4155801108": "キャラバンを守る",
"4157173884": "全ての魔物を倒す",
"4157465516": "宝盗イタチの穴を調査する",
"4158157876": "パイモンと会話する",
"4158668174": "張順と会話する",
"4158722136": "アルバートと会話する",
"4158859180": "豆助、柴助と会話する",
"4159029086": "モンド城でティマイオスを探す",
"4159907354": "朱オーナーと会話する",
"4159968796": "ヒルチャールの集落にある手がかりを調べる",
"4160619092": "倒れている人を確認する",
"4160891356": "「紙垂」に触れる",
"4161870332": "清昼と会話する",
"4161986711": "ホフマンより先に酒場に戻る",
"4161991652": "スライムを倒す",
"4162194484": "「高門の炎」を全部解放する",
"4162396260": "アラミスと会話する",
"4162555220": "魔物を倒す",
"4162655206": "0",
"4163618876": "碧水川の近くに行く",
"4163857428": "清昼に報告する",
"4163960508": "アズラと会話する",
"4164179863": "謎を解明する(騎士団でガイアからヒントがもらえる)",
"4164363688": "できたカクテルをクインに試飲してもらう",
"4164538460": "風龍廃墟の高塔に沿って進む",
"4164601732": "敵を倒してスケッチブックを取り戻す",
"4165051692": "アカツキワイナリーに行く",
"4165330335": "天空のライアーを獲得",
"4166005044": "留雲借風真君と会話する",
"4166140716": "天おじと会話する",
"4166676708": "新鮮な花を採集する",
"4166976236": "浄化装置を設置する",
"4167180836": "マーガレットに報告する",
"4167208364": "宝盗団を全て倒す",
"4167728388": "みんなと合流する",
"4168330484": "ノエルと会話する",
"4168627359": "ディルックと会話する",
"4168772743": "心は通じず",
"4169114919": "からくり械画",
"4169314322": "蒲公英をティミーに渡す",
"4169370516": "アルベドが指定した終点に到達する",
"4170246756": "アランナラと会話する",
"4170496084": "「目狩り令」を執行する兵士を倒す",
"4170809364": "すべてのキノコンを倒す",
"4171391468": "「死兆星」号に行く",
"4171714063": "希望の光",
"4172256047": "等量交換",
"4172374956": "会場へ向かう",
"4172767652": "翌日まで待つ",
"4172876940": "アルベドと会話する",
"4173861559": "釣り針にある絶景?",
"4173999932": "「みくじ竹」を玄冬に渡す",
"4174129036": "オアシスに戻る",
"4174194788": "ヴィクトルと会話する",
"4174353305": "ソラヤーと会話する",
"4175458540": "霄灯を収集する",
"4175736732": "対戦相手と会話する",
"4176124260": "セノの後をついて行く",
"4176275185": "冒険ランク突破·一",
"4176614310": "戦闘I会話",
"4176619287": "潜入成功、先に父の任務を終えない",
"4176765668": "吉法師の写真を撮る",
"4176891476": "踏査用ビーコンを雪山の山頂に置く",
"4177250606": "宝物を探す、或いは博来にアドバイスを聞く",
"4177542380": "もう1匹のヒルチャールと会話する",
"4177977160": "層岩巨淵に行って石珀を購入する",
"4178933940": "遠国監察会場に行く",
"4179872452": "追跡を続ける",
"4180722444": "イヴァノヴィチをなだめる",
"4181215988": "死域を排除する",
"4181726116": "一成と会話する",
"4181844740": "モセイスと会話する",
"4182208870": "亡霊を追う",
"4182445468": "離島の人と会話する",
"4182447244": "豆助、柴助と会話する",
"4183161388": "万民堂へ行き香菱の様子をうかがう",
"4183272412": "道に沿って手がかりを探す",
"4183467724": "「クサヴァ」を使ってヤグナ草の封印を解く",
"4183946484": "美味しそうな腌篤鮮を湯雯に届ける",
"4184093780": "「栄光の風」の西南方向に行って手がかりを聞く",
"4184219276": "アルベドと会話し、結論を出す",
"4184477890": "言笑に報告する",
"4184647758": "輝く意志の盾を探す",
"4185076692": "パイモンと会話する",
"4185466052": "周りを調査して、手がかりを探す",
"4186721852": "(通常または美味しそうな)黄金ガニをモナに渡す",
"4186880937": "言語の交流",
"4187279391": "傲慢と偏見",
"4187681652": "西側のヒルチャール拠点に行く",
"4188094028": "爆炎樹を倒す",
"4188157953": "触れられない恋人",
"4188563276": "会場で本を買う",
"4189086068": "石板の導きに従ってすべての権能を獲得する",
"4189773534": "食べ物を奉納した痕跡を探す",
"4190031700": "調査に向かい、障害物を破壊する",
"4190444495": "深き岩層に消えし中隊",
"4190924396": "木漏茶屋付近の祠に行く",
"4191036655": "盗賊を捕まえろ",
"4191622148": "漂流瓶を探す",
"4192091577": "注文書を手に入れる",
"4192183588": "セノと会話する",
"4192634132": "お土産を向明に渡す",
"4193060452": "指輪を朱店主に返す",
"4193410953": "詩の交流",
"4193952196": "大日御輿の下に行き、状況を調べる",
"4194759188": "残影に報告する",
"4195049284": "町を出て手がかりを探す",
"4195987807": "予期せぬ客",
"4196096748": "邪眼工場に入る",
"4196826728": "(TEST)放置",
"4197202748": "言笑と会話する",
"4197715372": "棺を開けてみる",
"4198835228": "範兵衛と会話する",
"4199559649": "海灯祭灯制作チュートリアル報酬",
"4200424428": "純也と会話する",
"4200791868": "鎮守の森に行って、五百蔵に報告する",
"4201270044": "北斗が用意した小型船を操縦する場所に行く",
"4201339364": "子供たちと会話する",
"4202784588": "ダインスレイヴと会話する",
"4202952436": "群玉閣の建設現場に行って、申鶴を探す",
"4203008524": "材料を持って重雲のところに戻る",
"4204025847": "魔鱗病病院の泣き声",
"4204547884": "神里綾人と会話する",
"4205064543": "千金と蓄財",
"4205071444": "天おじに視察結果を報告する",
"4205351284": "「死兆星」号で北斗を探す",
"4205408420": "ラナと会話する",
"4206973420": "民宿のオーナーと会話する",
"4207222236": "宝盗団を倒して化石を入手する",
"4207333732": "言笑と会話する",
"4207424548": "瀾陽のところに礼装を取りに行く",
"4207440700": "空間に突入する",
"4207916212": "約束の時間まで待つ(翌日の8~12時)",
"4208088252": "魈の修行内容を完了する",
"4209199108": "足軽の慶次郎を見つける",
"4209467196": "一つ目の装置がある場所に行く",
"4209649351": "NPCと戦う",
"4210537284": "教令院の衛兵を罠に引き寄せる",
"4210764340": "バーハリとアアル村に行く",
"4211142652": "「モンド風焼き魚」をベアトリーチェに渡す",
"4211186116": "閉じ込められたアランナラを助ける",
"4211462204": "指定された場所に行って戦う",
"4211532156": "清心を孫宇に渡す",
"4211580156": "コレイを訪ねる",
"4211900724": "古田に家政科の授業を宣伝する",
"4212452423": "ゼロから始める",
"4212476812": "鳴神大社で八重神子を探す",
"4212732348": "グランドバザールで宴に参加する",
"4213914532": "梨絵と会話する",
"4213966976": "2秒以内に全ての杭を破壊する",
"4214021100": "アルハイゼンと会話する",
"4214886236": "配達中の商人と会話する",
"4215482304": "チャールズを探して依頼内容を聞く",
"4215689404": "2階でグラスを片付ける",
"4215925614": "鶯と合流する",
"4216485620": "翌日の8時まで待つ",
"4217192431": "物々交換?",
"4217609476": "正二を探して標的を再配置する",
"4218000396": "城内で商人と交渉する",
"4218220684": "部屋を調べる",
"4219098703": "寝子は猫である·石人間の悩み",
"4219164956": "小畑と会話する",
"4219375535": "ルームNo.3-交渉成功、キークエストのマークを獲得",
"4219553372": "研究の場所に行く",
"4220023892": "アキムと会話を続ける",
"4220139332": "オレグと会話する",
"4220384836": "御守り作りに必要な材料を集める",
"4220710999": "蔓延する危機",
"4220760300": "公子の状況を確認する",
"4220779159": "「怪鳥」を追って進み続ける",
"4221628756": "「紙垂」に触れる",
"4221662463": "群玉閣を再訪する",
"4222536143": "森の中の秘影",
"4224739756": "フローラと会話する",
"4225019732": "野外で花を3つ集める",
"4225047526": "「万文集舎」に行く",
"4225216196": "北東方向にある虚界の塔に行く",
"4225392300": "衛兵に心海の行方を聞く",
"4225447964": "「羽毛」を使う",
"4226638150": "木の板を5枚集める",
"4226845316": "続けて適切な場所を探す",
"4226900976": "ドゥラフに報告する",
"4227451420": "アルハイゼンと会話する",
"4227877614": "玉京台へ続く山道を登る",
"4227934006": "労働者3人を探す",
"4228062340": "「鹿狩り」で手土産を準備する",
"4228478932": "一斗と会話する",
"4228506620": "「ゾーラ茸」を手に入れる",
"4228666444": "拠点に戻る",
"4228918348": "二人の決闘を見届ける",
"4230495007": "うとまれた木彫り",
"4230565822": "ジンに「最強戦力」について聞く",
"4230592772": "カマと会話する",
"4230730852": "コレイと会話する",
"4231334092": "寝子と共にセイライ島へ戻る",
"4231691172": "芊のことを重雲に教える",
"4231823180": "神社の汚れを綺麗にする",
"4231919876": "龍骨花の最上部に向かう",
"4232321516": "「木漏茶屋」に戻る",
"4232642175": "帰離原宝探し紀事",
"4233068964": "図書館の裏山に行って、手綱を探す",
"4233116420": "「木漏茶屋」を離れる",
"4233120406": "0",
"4233957348": "全てのスライムを倒す",
"4234093996": "ナハティガルと会話する",
"4234138364": "漂流瓶をモンに渡す",
"4234389260": "アルハイゼンと会話する",
"4234609492": "モナと会話する",
"4234957175": "料理をシェアする素晴らしさ",
"4236009038": "「美味しそうな翠玉福袋」を作る",
"4236357492": "「宝」を手に入れる",
"4236952244": "荒瀧一斗に状況を確認する",
"4237449212": "もう「片方の船」を探す",
"4238775308": "密室を開く方法を探す",
"4238961804": "ファデュイの術師と会話を続ける",
"4239321364": "「お兄ちゃんたち」と会話する",
"4239877732": "「淑女」と会話する",
"4240241636": "五百蔵に報告する",
"4240287396": "魔物を倒す",
"4240299999": "ボンボン大作戦",
"4241962420": "「千手百目神像」に行く",
"4242504964": "璃月の冒険者協会に戻る",
"4243098900": "候補者の計画書を読む",
"4243580572": "ネルミンと会話する",
"4243649036": "ビーコンを設置する",
"4244540676": "八重堂に行く",
"4244865516": "船医の銀杏に尋ねる",
"4245368896": "キャサリンと会話する",
"4245692964": "ハティムにアップルサイダーを用意する",
"4245790700": "戚定が失くした人形を探すのを手伝う",
"4245804924": "残された痕跡を追跡する",
"4246098801": "龍災",
"4246433244": "柴門二郎と会話する",
"4246470716": "二つ目の占拠された拠点に行く",
"4246580636": "霧氷花を3本摘む",
"4246755820": "沐寧と会話して、層岩巨淵の状況を尋ねる",
"4246844257": "錬金術の魅力",
"4246870127": "祓",
"4247168020": "「玲瓏霄灯図·モラ」を観察する",
"4247383593": "0",
"4247734508": "聡子から象徴物を貰う",
"4248166248": "会話を完了させる",
"4248462238": "市民と会話する",
"4248903428": "パイモンと会話する",
"4249003332": "レグザー庁へ行きアスファンドを探す",
"4249063460": "グザヴィエと会話する",
"4249141223": "言笑の騒がしい厨房",
"4249615284": "大島純平と会話する",
"4249868716": "ラナについて行く",
"4250614428": "会場から離れる",
"4251075033": "西風騎士団",
"4251644444": "睦疎の箱を使って、魔物を倒す",
"4251817684": "モンド城の冒険者協会に行く",
"4252242852": "「式大将」と会話する",
"4252278436": "一緒に地中の塩に行く",
"4252325084": "モナと共に朱店主と別れを告げる",
"4252762476": "周囲を調べる",
"4252865412": "「木南料亭」に行って菓子を入手する",
"4253722794": "ドゥラフと会話する",
"4254079204": "ハニヤーを倒す",
"4254465024": "エラ·マスクに話を聞く",
"4254518508": "机の近くにいる鍾離と会話する",
"4254990532": "アランラキャと会話する",
"4255721124": "パラドと会話する",
"4257154820": "珊瑚と会話する",
"4257532684": "黒岩場で手がかりを探す",
"4257777668": "順吉の「物語」を味わう",
"4258341022": "宝物を探す",
"4258460959": "見えない障壁",
"4260223588": "万端珊瑚探偵所に行く",
"4260518252": "甘金島北西の干潟へ行く",
"4260525732": "リヴィングストンと会話する",
"4260529460": "「アタマダケ」を探す",
"4261079364": "シスターヴィクトリアに報告する",
"4261292948": "狸の顔出し看板の近くに行く",
"4261651839": "目的地に着く",
"4261909783": "スプリングバレーNPCとの調査会話を完了する(隠)",
"4262064940": "冒険者協会に行く",
"4262405684": "雲菫と会話する",
"4262443732": "3箇所にいるアビスの魔術師を倒す",
"4263134580": "装置を調査し、秘密通路を閉じる",
"4263282284": "白狐の野に行く",
"4263868623": "山海八処の巡礼·大雪の御伽話",
"4264102975": "神殿の入口でガイアと合流する",
"4264210308": "宴にいるみんなと会話する",
"4264390460": "拠点の近くにある「流明晶石」を調べる",
"4265281572": "霄灯を木に飾る",
"4265947335": "龍蛇追跡",
"4266694655": "天才学者と異世界の種",
"4266795767": "「あなたへ贈る物語」",
"4267442564": "不思議な置物に触れる",
"4267531142": "ガイアの情報提供者と会話する",
"4267957980": "戻って状況を確認する",
"4268647952": "烈火のオイルを渡す",
"4268921311": "御先祖様の依頼",
"4268964404": "花火を打ち上げて見張りの注意を引く",
"4269108116": "キャンディスと会話する",
"4270094972": "夢の林に行きアランコンティを探す",
"4270380676": "「群玉閣」の秘書たちと会話する",
"4272016688": "大聖堂にいるヴィクトリアに報告する",
"4272301911": "NPCに賄賂する",
"4272457047": "NPCと交渉成功",
"4272608564": "アンソニーと会話する",
"4272691356": "宵宮と会話する",
"4273693503": "「怪鳥」が残した痕跡を探す",
"4274057759": "シスターと会話する",
"4274092364": "失くした五つの本を収集する",
"4274120708": "「尾」の封印を解除する",
"4274391012": "琉璃百合を万葉に届ける",
"4274392807": "遺跡クリア",
"4274491900": "正二と会話する",
"4274533628": "重佐と会話する",
"4274887092": "アランチャトラを手伝って火加減を調整する",
"4274890274": "ソラヤーに話を聞く",
"4275976308": "声の主を探す",
"4275983223": "最終クイズ!長らく隠された答え",
"4276637020": "操縦室に入る",
"4276644820": "「美味しそうな活力にゃんこ飯」を子猫に与える",
"4276689772": "ビーコンを回収する",
"4277037212": "鯨井椛と会話する",
"4277706487": "陸の鳥の卵のリクエスト",
"4277870548": "宝盗団を倒す",
"4278447919": "プルシナスパイクの自己循環動作報告·環境記録",
"4279174876": "鶴観に入る",
"4279696287": "センサーNo.6に反応された",
"4280963679": "意志を輪廻せし花神誕祭",
"4281460336": "怪しいところに行く",
"4282850473": "リサダンジョン、リサの本の報酬",
"4283590703": "砂の中の花",
"4284282734": "霄市の人と会話する",
"4285001804": "カクテルの材料を取り戻す",
"4285205543": "エルマイト旅団が引き起こした混乱",
"4285231799": "絶えない噂",
"4285384159": "冬への回帰",
"4285620444": "「無名武士」を倒す",
"4285863652": "「式大将」を訪ねる",
"4285958007": "アンバーと会話する",
"4286357380": "「塵歌壺」に入る",
"4286755092": "亀井宗久と会話する",
"4287035588": "交渉人トーマと会話する",
"4287346036": "禁区の残影と会話する",
"4288289916": "木南杏奈にレシピを渡す",
"4288541876": "近づいて状況を確認する",
"4288891796": "清泉町に行って年取ったフィンチと会話する",
"4289457159": "北風の狼の墓地に行く",
"4290132560": "トレーニング用杭の材料を拾う",
"4290411460": "右の魔物の拠点で食材を探す",
"4290813488": "(TEST)チャールズに報告する",
"4291185212": "バーバラと会話する",
"4291193676": "アランファラに報告する",
"4291256180": "彦博のメモをファデュイの中隊に持ち帰る",
"4291508740": "魔物に囲まれた人を助ける",
"4291538836": "宏朗と会話する",
"4292114156": "万端珊瑚探偵所に行く",
"4293057854": "全ての魔物を倒す",
"4293074340": "平安と会話する",
"4293293748": "群玉閣に行って、宴に参加する",
"4293495312": "全ての魔物を倒す",
"4293594524": "スクロースについて行き冒険者拠点へ向かう",
"4294228548": "大祐、悦子に尋ねる",
"4294363364": "秘密基地で心海と会話する",
"4294821508": "山で柴助を探す",
"4294935300": "アンネットと会話する"
}
================================================
FILE: src/i18n/data/ja-JP/route.ts
================================================
export const route: Message['route'] = {
launcher: 'ランチャー',
common: '一般',
artifact: '聖遺物',
item: 'アイテム',
quest: 'クエスト',
mod: 'Mod',
setting: '設定',
about: 'About'
}
================================================
FILE: src/i18n/data/ja-JP/sceneItem.json
================================================
{
"1": "BigWorld_LevelStreaming",
"2": "BigWorld_LevelStreaming",
"3": "BigWorld_LevelStreaming",
"4": "LostParadise_LevelStreaming",
"5": "AbyssalPalace_LevelStreaming",
"6": "TheChasm_LevelStreaming",
"7": "MichiaeMatsuri_LevelStreaming",
"9": "DreamIsland_LevelStreaming",
"1001": "移動プラットフォームテスト",
"1002": "ClimbTest2",
"1003": "TheBigWorld",
"1004": "Knight_Inside_Test",
"1005": "ChurchSteal",
"1006": "密林、廃墟と龍の涙",
"1008": "ChurchLobby",
"1009": "AngelShare",
"1011": "キャラ戦闘テスト",
"1013": "SneakAdvancedTest",
"1015": "飛行は勇気の表彰",
"1016": "飛行は勇気の表彰",
"1017": "壺の中の天地",
"1018": "Chateau",
"1019": "雲海洞天秘境テスト",
"1023": "Level_Yurenzhong",
"1024": "突破:遺跡の魔物を一掃",
"1030": "TestIntercept_LiYue",
"1031": "登塔丘々人テンプレート",
"1032": "Level_FCdungeon_Cloud02",
"1033": "Indoor_Ly_Bank",
"1034": "Indoor_Ly_Liuliting",
"1035": "Indoor_Ly_Xinyuexuan",
"1050": "Level_WaterMonster_Test",
"1051": "群玉閣シナリオ",
"1052": "留雲借風洞天",
"1053": "Level_FCdungeon_Kettle01",
"1054": "Level_FCdungeon_Kettle01",
"1055": "「独眼坊大世界」",
"1056": "塩の中の謎",
"1057": "Indoor_Ly_Qunyuge",
"1058": "留雲借風洞天",
"1059": "「境界」に辿り着く",
"1060": "IndoorScene_Dq_Teahouse",
"1061": "IndoorScene_Dq_Syabugyo",
"1062": "山に隠されし処",
"1063": "IndoorScene_Dq_Donjon",
"1064": "IndoorScene_Dq_TenryuBugyo",
"1065": "天領奉行府",
"1066": "IndoorScene_Dq_Uyutei",
"1068": "IndoorScene_Md_AngelShare_Bartender01",
"1069": "IndoorScene_Ly_CyRoom",
"1070": "Level_Tower_Moon_01",
"1071": "占拠された旧地",
"1072": "IndoorScene_Xm_Barbecue",
"1073": "IndoorScene_Xm_Biglibrary",
"1074": "IndoorScene_Xm_Coffeehouse",
"1075": "IndoorScene_Xm_Csd",
"1076": "IndoorScene_Md_CattailTavern",
"1077": "IndoorScene_Xm_Chunzhangjia",
"1078": "IndoorScene_Xm_Zls",
"1079": "IndoorScene_Xm_Alhouse",
"2001": "Homeworld_Exterior_Above",
"2002": "Homeworld_Exterior_Karst",
"2003": "Homeworld_Exterior_Uncharted",
"2004": "Homeworld_Exterior_Ukiyo",
"2005": "Homeworld_Exterior_Sumeru",
"2201": "Homeworld_Interior_Md_Apartment_01",
"2202": "Homeworld_Interior_Ly_Apartment_01",
"2203": "Homeworld_Interior_Dq_Apartment_01",
"2204": "Homeworld_Interior_Xm_Apt_01",
"20000": "クエストテスト",
"20005": "最高の食材",
"20006": "丘々人拠点・大",
"20007": "岩穴秘境",
"20008": "丘々人巣窟",
"20009": "鷹の神殿に入る",
"20010": "探索:崩れた古代建築",
"20011": "獅子の神殿に入る",
"20012": "愚人衆キャンプ",
"20013": "ガイア戦闘訓練任務秘境",
"20014": "試練:臨時週間秘境",
"20015": "リサ常駐秘境",
"20016": "アルカディアの失われた秘宝",
"20017": "暴風のように吠える龍",
"20018": "風魔龍-浄化",
"20019": "暗号を解読する",
"20020": "風魔龍-初戦",
"20022": "アビスの魔術師を追撃",
"20023": "天空のライアーを奪還",
"20024": "Level_UCDungeon01",
"20025": "追憶:暴風のように吠える龍 Ⅵ",
"20026": "突破:遺跡の魔物を一掃する",
"20027": "突破:遺跡の魔物を一掃する",
"20028": "突破:遺跡の魔物を一掃する",
"20031": "宝物を取り戻す",
"20032": "大冒険者スタンレー",
"20034": "追憶:黄金と孤影 IV",
"20035": "失われたテルモードン遺跡",
"20036": "失われたエイア遺跡",
"20037": "敵陣突入",
"20101": "黄金と孤影",
"20102": "再びの偏走",
"20103": "「アビス」の痕跡",
"20104": "「アビス」の誘惑",
"20105": "「アビス」の誘惑",
"20106": "追憶:山岳を揺るがす龍 IV",
"20107": "古樹の底",
"20108": "追憶:山岳を揺るがす龍 IV",
"20109": "追憶:山岳を揺るがす龍 IV",
"20110": "追憶:山岳を揺るがす龍 IV",
"20111": "町奉行所の牢屋",
"20112": "千手百目",
"20113": "邪眼工場",
"20114": "鳴神島·天守",
"20115": "追憶:紅蓮の真剣試合 IV",
"20116": "Level_Dq_Void01",
"20117": "Level_Dq_Void02",
"20118": "Level_HFDungeon02",
"20119": "崩れてゆく罪悪",
"20120": "渦巻の下",
"20121": "鳴海栖霞洞天",
"20122": "Level_WeekDungeon_Baal",
"20123": "降霊密室",
"20124": "溟海戦守",
"20125": "追憶:永遠の守護者 IV",
"20126": "Level_QuestRongcai_Dungeon01",
"20127": "細径折旋の処",
"20128": "兆候隠遁の城",
"20129": "錯迷幻杳の境",
"20130": "IndoorScene_Ly_CyRoom",
"20131": "青墟浦地下遺跡",
"20132": "Level_SmrDungeon_BigTree",
"20133": "烈炎踏歌行",
"20134": "いにしえの蒼星",
"20135": "ありし日の春庭·其の二",
"20136": "いにしえの蒼星",
"20137": "幽夜の黙示録·其の一",
"20138": "幽夜の黙示録·其の二",
"20139": "幽夜の黙示録·其の三",
"20140": "ありし日の春庭·其の三",
"20141": "幽夜の黙示録·其の三",
"20142": "ありし日の春庭·其の一",
"20143": "幽夜の黙示録·其の一",
"20144": "幽夜の黙示録·其の二",
"20145": "Level_XMDungeon_WQ01",
"20146": "Level_XMDungeon_WQ04",
"20147": "Level_XMDungeon_WQ03",
"20148": "Level_XMDungeon_WQ02",
"20149": "汚染区域の源",
"20150": "Level_VoidWorldTree",
"20151": "謎の遺跡",
"20152": "Level_ScaramoucheBoss",
"20153": "Level_ScaramoucheBoss",
"20154": "追憶:七葉中尊琉璃壇 IV",
"20155": "Level_ScaramoucheBoss",
"20156": "Level_ScaramoucheBoss",
"20157": "帰元ノ庭",
"20158": "マハールッカデヴァータの残留意識",
"20159": "砂の下にある霊囿",
"20160": "蜃気楼の舞台裏",
"20161": "果ての片隅",
"20162": "IndoorScene_Xm_Biglibrary",
"20163": "「神降工房」",
"20164": "「あの日」の世界樹の下で",
"20165": "Level_NahidaDungeon_01",
"20166": "Level_VoidWorldTree_02",
"20167": "Level_Consciousness",
"20168": "正機の神殿",
"20169": "漂う記憶",
"20170": "Level_ScaramoucheFactory",
"20171": "Level_ScaramoucheBoss",
"20172": "Level_Consciousness",
"20173": "隠されし洞窟",
"30001": "迷霧迷宮",
"30100": "Level_Tower_Morning_01",
"30101": "Level_Tower_Morning_01",
"30102": "Level_Tower_Morning_01",
"30103": "Level_Tower_Morning_01",
"30104": "Level_Tower_Morning_01",
"30200": "Level_Tower_01_Water",
"30201": "Level_Tower_Morning_01",
"30202": "Level_Tower_01_Water",
"30203": "Level_Tower_Morning_01",
"30204": "Level_Tower_Morning_01",
"30300": "Level_Tower_Morning_01",
"30301": "Level_Tower_Morning_01",
"30302": "Level_Tower_01_Water",
"30303": "Level_Tower_01_Water",
"30304": "Level_Tower_Morning_01",
"30400": "Level_Tower_Dusk_01",
"30401": "Level_Tower_Dusk_01",
"30402": "Level_Tower_Dusk_01",
"30403": "Level_Tower_Dusk_01",
"30404": "Level_Tower_Dusk_01",
"30500": "Level_Tower_Dusk_01",
"30501": "Level_Tower_Dusk_01",
"30502": "Level_Tower_Dusk_01",
"30503": "Level_Tower_Dusk_01",
"30504": "Level_Tower_Dusk_01",
"30600": "Level_Tower_01_Open",
"30601": "Level_Tower_01_Open",
"30602": "Level_Tower_01_Open",
"30603": "Level_Tower_01_Open",
"30604": "Level_Tower_Night_01",
"30700": "Level_Tower_Dusk_01",
"30701": "Level_Tower_01_Water",
"30702": "Level_Tower_Dusk_01",
"30703": "Level_Tower_Dusk_01",
"30704": "Level_Tower_Dusk_01",
"30800": "Level_Tower_Universe_01",
"30801": "Level_Tower_Universe_01",
"30802": "Level_Tower_Universe_01",
"30803": "Level_Tower_01_Water",
"30804": "Level_Tower_Universe_01",
"30900": "Level_Tower_Moon_01",
"30901": "Level_Tower_Moon_01",
"30902": "Level_Tower_Moon_01",
"30903": "Level_Tower_Moon_01",
"30904": "Level_Tower_Moon_01",
"31000": "Level_Tower_Night_01",
"31001": "Level_Tower_Night_01",
"31002": "Level_Tower_Night_01",
"31003": "Level_Tower_Night_01",
"31004": "Level_Tower_Night_01",
"31100": "Level_Tower_Night_01",
"31101": "Level_Tower_Night_01",
"31102": "Level_Tower_Night_01",
"31103": "Level_Tower_Night_01",
"31104": "Level_Tower_Night_01",
"31200": "Level_Tower_Night_01",
"31201": "Level_Tower_Night_01",
"31202": "Level_Tower_Night_01",
"31203": "Level_Tower_Night_01",
"31204": "Level_Tower_Night_01",
"31300": "Level_Tower_Element_Fire_01",
"31301": "Level_Tower_Element_Fire_01",
"31302": "Level_Tower_Element_Fire_01",
"31303": "Level_Tower_Element_Fire_01",
"31304": "Level_Tower_Element_Fire_01",
"31400": "Level_Tower_Element_Thunder_01",
"31401": "Level_Tower_Element_Thunder_01",
"31402": "Level_Tower_Element_Thunder_01",
"31403": "Level_Tower_Element_Thunder_01",
"31404": "Level_Tower_Element_Thunder_01",
"31500": "Level_Tower_Element_Ice_01",
"31501": "Level_Tower_Element_Ice_01",
"31502": "Level_Tower_Element_Ice_01",
"31503": "Level_Tower_Element_Ice_01",
"31504": "Level_Tower_Element_Ice_01",
"31600": "Level_Tower_Element_Water_01",
"31601": "Level_Tower_Element_Water_01",
"31602": "Level_Tower_Element_Water_01",
"31603": "Level_Tower_Element_Water_01",
"31604": "Level_Tower_Element_Water_01",
"31700": "Level_Tower_Moon_01",
"31701": "Level_Tower_Moon_01",
"31702": "Level_Tower_Moon_01",
"31703": "Level_Tower_Moon_01",
"31704": "Level_Tower_Moon_01",
"31800": "Level_Tower_Universe_01",
"31801": "Level_Tower_Universe_01",
"31802": "Level_Tower_Universe_01",
"31803": "Level_Tower_Universe_01",
"31804": "Level_Tower_Universe_01",
"31900": "Level_Tower_Universe_01",
"31901": "Level_Tower_Universe_01",
"31902": "Level_Tower_Universe_01",
"31903": "Level_Tower_Universe_01",
"31904": "Level_Tower_Universe_01",
"32000": "Level_Tower_Universe_01",
"32001": "Level_Tower_Universe_01",
"32002": "Level_Tower_Universe_01",
"32003": "Level_Tower_Universe_01",
"32004": "Level_Tower_Universe_01",
"32100": "Level_Tower_Morning_01",
"32101": "Level_Tower_Morning_01",
"32102": "Level_Tower_Morning_01",
"32103": "Level_Tower_Morning_01",
"32104": "Level_Tower_Morning_01",
"32200": "Level_Tower_Morning_01",
"32201": "Level_Tower_Morning_01",
"32202": "Level_Tower_Morning_01",
"32203": "Level_Tower_Morning_01",
"32204": "Level_Tower_Morning_01",
"33100": "Level_Tower_Morning_01",
"33101": "Level_Tower_Morning_01",
"33102": "Level_Tower_01_Open",
"33103": "Level_Tower_Morning_01",
"33401": "Level_Tower_Dusk_01",
"33402": "Level_Tower_Night_01",
"33403": "Level_Tower_Night_01",
"33404": "Level_Tower_Night_01",
"33700": "Level_Tower_Moon_01",
"33701": "Level_Tower_Moon_01",
"33702": "Level_Tower_Universe_01",
"33703": "Level_Tower_Universe_01",
"33704": "Level_Tower_Element_Ice_01",
"33705": "Level_Tower_Element_Fire_01",
"33706": "Level_Tower_Element_Ice_01",
"33707": "Level_Tower_Element_Ice_01",
"33708": "Level_Tower_Universe_01",
"33709": "Level_Tower_Element_Thunder_01",
"33710": "Level_Tower_Universe_01",
"33711": "Level_Tower_Element_Water_01",
"33712": "Level_Tower_Universe_01",
"33713": "Level_Tower_Element_Ice_01",
"33714": "Level_Tower_Element_Ice_01",
"33715": "Level_Tower_Moon_01",
"33716": "Level_Tower_Universe_01",
"33717": "Level_Tower_Moon_01",
"33718": "Level_Tower_Moon_01",
"33719": "Level_Tower_Moon_01",
"33720": "Level_Tower_Universe_01",
"33721": "Level_Tower_Moon_01",
"33722": "Level_Tower_Universe_01",
"33723": "Level_Tower_Moon_01",
"33724": "Level_Tower_Universe_01",
"33725": "Level_Tower_Moon_01",
"33726": "Level_Tower_Universe_01",
"33727": "Level_Tower_Moon_01",
"33728": "Level_Tower_Universe_01",
"33729": "Level_Tower_Moon_01",
"33730": "Level_Tower_Universe_01",
"33731": "Level_Tower_Moon_01",
"33732": "Level_Tower_Universe_01",
"33733": "Level_Tower_Moon_01",
"33734": "Level_Tower_Universe_01",
"33735": "Level_Tower_Moon_01",
"33736": "Level_Tower_Universe_01",
"33737": "Level_Tower_Moon_01",
"33738": "Level_Tower_Moon_01",
"33739": "Level_Tower_Moon_01",
"33740": "登塔第1層-ステージ1",
"33741": "Level_Tower_Moon_01",
"33742": "Level_Tower_Universe_01",
"33743": "Level_Tower_Moon_01",
"33744": "Level_Tower_Universe_01",
"33745": "Level_Tower_Moon_01",
"33746": "Level_Tower_Universe_01",
"33747": "Level_Tower_Moon_01",
"33748": "Level_Tower_Universe_01",
"34100": "Level_Tower_Morning_01",
"34101": "Level_Tower_01_Water",
"34102": "Level_Tower_01_Open",
"34103": "Level_Tower_Morning_01",
"34401": "Level_Tower_Dusk_01",
"34402": "Level_Tower_Night_01",
"34403": "Level_Tower_Night_01",
"34404": "Level_Tower_Night_01",
"34700": "Level_Tower_Moon_01",
"34701": "Level_Tower_Moon_01",
"34702": "Level_Tower_Universe_01",
"34703": "Level_Tower_Universe_01",
"34704": "Level_Tower_Element_Ice_01",
"34705": "Level_Tower_Element_Fire_01",
"34706": "Level_Tower_Element_Ice_01",
"34707": "Level_Tower_Element_Ice_01",
"34708": "Level_Tower_Universe_01",
"34709": "Level_Tower_Element_Thunder_01",
"34710": "Level_Tower_Universe_01",
"34711": "Level_Tower_Element_Water_01",
"34712": "Level_Tower_Universe_01",
"34713": "Level_Tower_Element_Ice_01",
"34714": "Level_Tower_Element_Ice_01",
"34715": "Level_Tower_Moon_01",
"34716": "Level_Tower_Universe_01",
"34717": "Level_Tower_Moon_01",
"34718": "Level_Tower_Moon_01",
"34719": "Level_Tower_Moon_01",
"34720": "Level_Tower_Universe_01",
"34721": "Level_Tower_Moon_01",
"34722": "Level_Tower_Universe_01",
"34723": "Level_Tower_Moon_01",
"34724": "Level_Tower_Universe_01",
"34725": "Level_Tower_Moon_01",
"34726": "Level_Tower_Universe_01",
"34727": "Level_Tower_Moon_01",
"34728": "Level_Tower_Universe_01",
"34729": "Level_Tower_Moon_01",
"34730": "Level_Tower_Universe_01",
"34731": "Level_Tower_Moon_01",
"34732": "Level_Tower_Universe_01",
"34733": "Level_Tower_Moon_01",
"34734": "Level_Tower_Universe_01",
"34735": "Level_Tower_Moon_01",
"34736": "Level_Tower_Universe_01",
"34737": "Level_Tower_Moon_01",
"34738": "Level_Tower_Moon_01",
"34739": "Level_Tower_Moon_01",
"34740": "登塔第11層-ステージ1",
"34741": "Level_Tower_Moon_01",
"34742": "Level_Tower_Universe_01",
"34743": "Level_Tower_Moon_01",
"34744": "Level_Tower_Universe_01",
"34745": "Level_Tower_Moon_01",
"34746": "Level_Tower_Universe_01",
"34747": "Level_Tower_Moon_01",
"34748": "Level_Tower_Universe_01",
"35100": "Level_Tower_Morning_01",
"35101": "Level_Tower_Morning_01",
"35102": "Level_Tower_Morning_01",
"35103": "Level_Tower_Morning_01",
"35401": "Level_Tower_Dusk_01",
"35402": "Level_Tower_Night_01",
"35403": "Level_Tower_Dusk_01",
"35404": "Level_Tower_Night_01",
"35700": "Level_Tower_Moon_01",
"35701": "Level_Tower_Moon_01",
"35702": "Level_Tower_Universe_01",
"35703": "Level_Tower_Universe_01",
"35704": "Level_Tower_Element_Ice_01",
"35705": "Level_Tower_Element_Fire_01",
"35706": "Level_Tower_Element_Ice_01",
"35707": "Level_Tower_Element_Ice_01",
"35708": "Level_Tower_Universe_01",
"35709": "Level_Tower_Element_Thunder_01",
"35710": "Level_Tower_Universe_01",
"35711": "Level_Tower_Element_Water_01",
"35712": "Level_Tower_Universe_01",
"35713": "Level_Tower_Element_Ice_01",
"35714": "Level_Tower_Element_Ice_01",
"35715": "Level_Tower_Moon_01",
"35716": "Level_Tower_Universe_01",
"35717": "Level_Tower_Moon_01",
"35718": "Level_Tower_Moon_01",
"35719": "Level_Tower_Moon_01",
"35720": "Level_Tower_Universe_01",
"35721": "Level_Tower_Moon_01",
"35722": "Level_Tower_Universe_01",
"35723": "Level_Tower_Moon_01",
"35724": "Level_Tower_Universe_01",
"35725": "Level_Tower_Moon_01",
"35726": "Level_Tower_Universe_01",
"35727": "Level_Tower_Moon_01",
"35728": "Level_Tower_Universe_01",
"35729": "Level_Tower_Moon_01",
"35730": "Level_Tower_Universe_01",
"35731": "Level_Tower_Moon_01",
"35732": "Level_Tower_Universe_01",
"35733": "Level_Tower_Moon_01",
"35734": "Level_Tower_Universe_01",
"35735": "Level_Tower_Moon_01",
"35736": "Level_Tower_Universe_01",
"35737": "Level_Tower_Moon_01",
"35738": "Level_Tower_Moon_01",
"35739": "Level_Tower_Moon_01",
"35740": "Level_Tower_Universe_01",
"35741": "Level_Tower_Moon_01",
"35742": "Level_Tower_Universe_01",
"35743": "Level_Tower_Moon_01",
"35744": "Level_Tower_Universe_01",
"35745": "Level_Tower_Moon_01",
"35746": "Level_Tower_Universe_01",
"35747": "Level_Tower_Moon_01",
"35748": "Level_Tower_Universe_01",
"35800": "メルヒェンランド",
"35801": "Level_ContestBattle01",
"35802": "Level_ContestBattle01",
"35803": "Level_ContestBattle01",
"35804": "Level_ContestBattle01",
"35805": "Level_ContestBattle01",
"35806": "Level_ContestBattle01",
"35807": "Level_ContestBattle01",
"35808": "Level_ContestBattle01",
"35809": "Level_ContestBattle01",
"35810": "Level_ContestBattle01",
"35811": "Level_ContestBattle01",
"35812": "Level_ContestBattle01",
"35813": "Level_ContestBattle01",
"35814": "Level_ContestBattle01",
"35815": "Level_ContestBattle01",
"35816": "Level_ContestBattle01",
"35817": "Level_ContestBattle01",
"35818": "Level_ContestBattle01",
"35820": "Level_FCdungeon_Qiqi",
"35821": "Level_FCdungeon_Qiqi",
"35822": "Level_FCdungeon_Qiqi",
"35823": "Level_FCdungeon_Qiqi",
"35824": "PlotLevel_XiangLingLevel_Xyd",
"35825": "PlotLevel_XiangLingLevel_Xyd",
"35826": "PlotLevel_XiangLingLevel_Xyd",
"35827": "PlotLevel_XiangLingLevel_Xyd",
"35828": "Level_FCdungeon_Cloud01",
"35829": "Level_FCdungeon_Cloud01",
"35830": "Level_FCdungeon_Cloud01",
"35831": "Level_FCdungeon_Cloud01",
"35840": "Level_CrystalLink_01",
"35841": "Level_CrystalLink_01",
"35842": "Level_CrystalLink_01",
"35843": "Level_CrystalLink_01",
"35844": "Level_CrystalLink_01",
"35845": "Level_CrystalLink_01",
"35846": "初回探索",
"35847": "強敵直面",
"35848": "初回探索",
"35849": "強敵直面",
"35850": "初回探索",
"35851": "強敵直面",
"35852": "初回探索",
"35853": "強敵直面",
"35860": "Level_SmrDungeon_Challenge",
"35861": "Level_SmrDungeon_Challenge",
"35862": "Level_SmrDungeon_Challenge",
"35863": "Level_SmrDungeon_Challenge",
"35870": "Level_BrickBreaker01",
"35871": "Level_BrickBreaker01",
"35872": "Level_BrickBreaker01",
"35880": "Level_XM_BigLeaf",
"35881": "Level_XM_BigLeaf",
"35882": "Level_XM_BigLeaf",
"35883": "Level_XM_BigLeaf",
"35884": "Level_XM_BigLeaf",
"40001": "遺跡の奥の騒動を調査せよ",
"40002": "Level_UCDungeon01",
"40003": "Level_UCDungeon01",
"40004": "Level_KaeyaTutorialMission02",
"40005": "Level_KaeyaTutorialMission01",
"40006": "Level_KaeyaTutorialMission01",
"40007": "探索:陥落した城塞",
"40008": "ガイア挑戦秘境テスト",
"40009": "アンバーチュートリアル挑戦秘境",
"40010": "Level_AmborTutorialMission01",
"40012": "Level_LisaTutorialMission03",
"40013": "アンバー秘境個人挑戦2階",
"40014": "調査:謎の隠れ場所",
"40015": "探訪·水月侠行記",
"40016": "探訪·桃源滞在記",
"40017": "Level_FCdungeon_Cloud01",
"40018": "Level_FCdungeon_Kettle01",
"40019": "探訪·雲霞征浪記",
"40020": "探訪·雲立ち冒険記",
"40021": "Level_Challenge_Thunder01",
"40022": "間奏曲·暴風の蝶 I",
"40023": "協奏曲·紫電の光 I",
"40024": "奏鳴曲·盤石の心 I",
"40025": "大地、風、雷の円舞曲",
"40026": "元素試練:蒸発",
"40027": "間奏曲·暴風の蝶 II",
"40028": "協奏曲·紫電の光 II",
"40029": "奏鳴曲·盤石の心 II",
"40030": "元素試練:溶解",
"40031": "元素試練:過負荷",
"40032": "元素試練:超電導",
"40033": "元素試練:感電",
"40034": "元素試練:凍結",
"40035": "元素試練:結晶",
"40036": "元素試練:拡散",
"40037": "演武:太古の岩龍·其の一",
"40038": "演武:太古の岩龍·其の二",
"40039": "闘劇:からくり無常対剣·其の一",
"40040": "闘劇:からくり無常対剣·其の二",
"40041": "浪曲:純水の嘆き·其の一",
"40042": "浪曲:純水の嘆き·其の二",
"40043": "風来坊、三番勝負!",
"40044": "稽古·千扉絵巻",
"40045": "稽古·御館絵巻",
"40046": "Level_Tower_Element_Water_01",
"40047": "稽古·惡王の亭",
"40048": "稽古·御前屋敷",
"40049": "稽古·砺伏の巢床",
"40050": "廃屋の底",
"40051": "夢想を転覆せし叢林",
"40052": "晴雨自性",
"40053": "梵蕈一如",
"40054": "霊樹ノ館",
"40055": "『通常楽譜』モードの『ソナタ·霜鋭の陣』",
"40056": "『通常楽譜』モードの『トリロジー·灼熱の炉』",
"40057": "『通常楽譜』モードの『スケルツォ·波束の地』",
"40058": "『通常楽譜』モードの『ロンド·樹花の籠』",
"40059": "『激奏楽譜』モードの『ソナタ·霜鋭の陣』",
"40060": "『激奏楽譜』モードの『トリロジー·灼熱の炉』",
"40061": "『激奏楽譜』モードの『スケルツォ·波束の地』",
"40062": "『激奏楽譜』モードの『ロンド·樹花の籠』",
"40063": "亡き者の嘆息",
"40064": "去りゆく瞑想",
"40100": "熟知秘境:焚尽の輪 I",
"40101": "熟知秘境:焚尽の輪 II",
"40102": "熟知秘境:焚尽の輪 III",
"40103": "Level_CycleDungeon01_Fire",
"40104": "Level_CycleDungeon01_Fire",
"40105": "熟知秘境:焚尽の輪 IV",
"40200": "熟知秘境:眠りの国 I",
"40201": "熟知秘境:眠りの国 II",
"40202": "熟知秘境:眠りの国 III",
"40203": "熟知秘境:眠りの国 IV",
"40300": "煉武秘境:渇水の廃都 I",
"40301": "煉武秘境:渇水の廃都 II",
"40302": "煉武秘境:渇水の廃都 III",
"40303": "煉武秘境:渇水の廃都 IV",
"40400": "煉武秘境:雷の試練場 I",
"40401": "煉武秘境:雷の試練場 II",
"40402": "煉武秘境:雷の試練場 III",
"40403": "煉武秘境:雷の試練場 IV",
"40404": "祈聖秘境:死告の霜 I",
"40405": "Level_CycleDungeon01_Thunder",
"40406": "Level_CycleDungeon01_Thunder",
"40407": "Level_CycleDungeon01_Thunder",
"40408": "祈聖秘境:死告の霜 II",
"40409": "祈聖秘境:死告の霜 III",
"40410": "祈聖秘境:死告の霜 IV",
"40500": "聖別秘境:浄化の炎 I",
"40501": "祈聖秘境:浄化の炎 I",
"40502": "祈聖秘境:浄化の炎 II",
"40503": "祈聖秘境:浄化の炎 III",
"40504": "祈聖秘境:浄化の炎 IV",
"40505": "祈聖秘境:浄化の炎 V",
"40506": "祈聖秘境:浄化の炎 VI",
"40507": "聖別秘境:浄化の炎 VIII",
"40508": "祈聖秘境:鋼鉄の舞 I",
"40509": "祈聖秘境:鋼鉄の舞 II",
"40510": "祈聖秘境:鋼鉄の舞 III",
"40511": "祈聖秘境:鋼鉄の舞 IV",
"40512": "祈聖秘境:鋼鉄の舞 V",
"40513": "聖別秘境:熾炎と寒霜 VI",
"40514": "祈聖秘境:不動 I",
"40515": "祈聖秘境:不動 II",
"40516": "祈聖秘境:不動 III",
"40517": "祈聖秘境:不動 IV",
"40600": "祈聖秘境:啓蟄 I",
"40601": "祈聖秘境:啓蟄 II",
"40602": "祈聖秘境:啓蟄 III",
"40603": "祈聖秘境:啓蟄 IV",
"40604": "祈聖秘境:啓蟄 V",
"40605": "祈聖秘境:啓蟄 VI",
"40606": "聖別秘境:驚蟄の霜雷 VII",
"40607": "祈聖秘境:寒霜 I",
"40608": "祈聖秘境:寒霜 II",
"40609": "祈聖秘境:寒霜 III",
"40610": "祈聖秘境:寒霜 IV",
"40611": "聖別秘境:寒返りの雪水 V",
"40612": "祈聖秘境:岩牢 I",
"40613": "祈聖秘境:岩牢 II",
"40614": "祈聖秘境:岩牢 III",
"40615": "聖別秘境:岩牢 IV",
"40616": "璃月-保留",
"40617": "祈聖秘境:機巢 I",
"40618": "祈聖秘境:機巢 II",
"40619": "祈聖秘境:機巢 III",
"40620": "祈聖秘境:機巢 IV",
"40650": "祈聖秘境:七識 I",
"40651": "祈聖秘境:七識 II",
"40652": "祈聖秘境:七識 III",
"40653": "祈聖秘境:七識 IV",
"40660": "祈聖秘境:砂の孤城 I",
"40661": "祈聖秘境:砂の孤城 II",
"40662": "祈聖秘境:砂の孤城 III",
"40663": "祈聖秘境:砂の孤城 IV",
"40700": "Level_CycleDungeon01_Rock",
"40701": "Level_CycleDungeon01_Rock",
"40702": "Level_CycleDungeon01_Rock",
"40703": "Level_CycleDungeon01_Rock",
"40750": "熟知秘境:律蔵 I",
"40751": "熟知秘境:律蔵 II",
"40752": "熟知秘境:律蔵 III",
"40753": "熟知秘境:律蔵 IV",
"40754": "煉武秘境:引業 I",
"40755": "煉武秘境:引業 II",
"40756": "煉武秘境:引業 III",
"40757": "煉武秘境:引業 IV",
"40800": "Level_CycleDungeon02_ThunderCave_Dq",
"40801": "祈聖秘境:椛狩 I",
"40802": "祈聖秘境:椛狩 II",
"40803": "祈聖秘境:椛狩 III",
"40804": "祈聖秘境:椛狩 IV",
"40805": "Level_CycleDungeon01_Thunder",
"40806": "祈聖秘境:骸館 I",
"40807": "祈聖秘境:骸館 II",
"40808": "祈聖秘境:骸館 III",
"40809": "祈聖秘境:骸館 IV",
"40900": "煉武秘境:流砂の葬 I",
"40901": "煉武秘境:流砂の葬 II",
"40902": "煉武秘境:流砂の葬 III",
"40903": "煉武秘境:流砂の葬 IV",
"40950": "熟知秘境:真葛の廃都 I",
"40951": "熟知秘境:真葛の廃都 II",
"40952": "熟知秘境:真葛の廃都 III",
"40953": "熟知秘境:真葛の廃都 IV",
"41000": "Level_Tower_01_Open",
"41001": "Level_Tower_01_Open",
"41002": "Level_Tower_01_Open",
"41003": "Level_Tower_01_Open",
"41004": "Level_Tower_01_Open",
"41005": "Level_Tower_01_Open",
"41006": "Level_Tower_01_Open",
"41007": "Level_Tower_01_Open",
"41008": "Level_Tower_01_Open",
"41009": "Level_Tower_01_Open",
"41010": "Level_Tower_01_Open",
"41011": "Level_Tower_01_Open",
"41012": "Level_Tower_01_Open",
"41013": "Level_Tower_01_Open",
"41014": "Level_Tower_01_Open",
"41015": "Level_Tower_01_Open",
"41016": "Level_Tower_01_Open",
"41017": "Level_Tower_01_Open",
"41018": "Level_Tower_01_Open",
"41019": "Level_Tower_01_Open",
"41020": "Level_Tower_01_Open",
"41021": "Level_Tower_01_Open",
"41022": "Level_Tower_01_Open",
"41023": "Level_Tower_01_Open",
"41024": "Level_Tower_01_Open",
"41025": "Level_Tower_01_Open",
"41026": "Level_Tower_01_Open",
"41027": "Level_Tower_01_Open",
"41028": "Level_Tower_01_Open",
"41029": "Level_Tower_01_Open",
"41030": "Level_Tower_01_Open",
"41031": "Level_Tower_01_Open",
"41032": "Level_Tower_01_Open",
"41033": "Level_Tower_01_Open",
"41034": "Level_Tower_01_Open",
"41035": "Level_Tower_01_Open",
"41036": "Level_Tower_01_Open",
"41037": "Level_Tower_01_Open",
"41038": "Level_Tower_01_Open",
"41039": "Level_Tower_01_Open",
"41040": "Level_Tower_01_Open",
"41041": "Level_Tower_01_Open",
"41042": "Level_Tower_01_Open",
"41043": "Level_Tower_01_Open",
"41044": "Level_Tower_01_Open",
"41045": "Level_Tower_01_Open",
"41046": "Level_Tower_01_Open",
"41047": "Level_Tower_01_Open",
"41048": "Level_Tower_01_Open",
"41049": "Level_Tower_01_Open",
"41050": "Level_Tower_01_Open",
"41051": "Level_Tower_01_Open",
"41052": "Level_Tower_01_Open",
"41053": "Level_Tower_01_Open",
"41054": "Level_Tower_01_Open",
"41055": "Level_Tower_01_Open",
"41056": "Level_Tower_01_Open",
"41057": "Level_Tower_01_Open",
"41058": "Level_Tower_01_Open",
"41059": "Level_Tower_01_Open",
"41060": "Level_Tower_01_Open",
"41061": "Level_Tower_01_Open",
"41062": "Level_Tower_01_Open",
"42001": "去年双燕来還去:難易度3",
"42002": "解鞍倚枕画仙橋:難易度2",
"42003": "春水蛾眉各分飛:難易度5",
"42004": "金鎖重門華堂空:難易度7",
"42005": "霓裳一曲複登楼:難易度6",
"42006": "葦風可凋井辺桐:難易度1",
"42007": "三星参差争電光:難易度4",
"42008": "渓山興無尽、不見白駒来:特殊モード",
"42009": "解鞍倚枕画仙橋:難易度3",
"42010": "去年双燕来還去:難易度4",
"42011": "霓裳一曲複登楼:難易度7",
"42012": "三星参差争電光:難易度5",
"42013": "春水蛾眉各分飛:難易度6",
"42014": "葦風可凋井辺桐",
"43001": "お試し秘境-落下攻撃",
"43002": "お試し秘境-シールド",
"43003": "お試し秘境-治療",
"43004": "お試し秘境-元素反応",
"43005": "お試し秘境-近接",
"43006": "お試し秘境-遠隔",
"43007": "Level_FCdungeon_MistTrial",
"43008": "Level_FCdungeon_MistTrial",
"43009": "Level_FCdungeon_MistTrial",
"43010": "Level_FCdungeon_MistTrial",
"43011": "Level_FCdungeon_MistTrial",
"43012": "Level_FCdungeon_MistTrial",
"43013": "Level_FCdungeon_MistTrial",
"44001": "ヴィシャップが眠る洞窟",
"44002": "暗影が蠢く地",
"44003": "氷霜が蝕む地",
"44004": "詭爆の境",
"44005": "混沌の境",
"44006": "怒雷の境",
"44007": "異端の境",
"44011": "詭境·垂罰旋舞",
"44012": "詭境·血狼の集落",
"44013": "詭境·浮遊の海",
"45000": "枕仙橋",
"45001": "双燕来",
"45002": "枕仙橋",
"45003": "井生秋",
"45004": "春幾度",
"45005": "夢登楼",
"45006": "Level_PFDungeon02_ReActive06",
"45007": "夢登楼",
"45008": "双燕来",
"45009": "枕仙橋",
"45010": "井生秋",
"45011": "春幾度",
"45012": "夢登楼",
"45013": "Level_PFDungeon02_Active08",
"45014": "Level_PFDungeon02_Active02",
"45015": "Level_PFDungeon02_Active03",
"45016": "Level_PFDungeon02_Active04",
"45017": "Level_PFDungeon02_Active08",
"45018": "Level_PFDungeon02_Active02",
"45019": "Level_PFDungeon02_Active03",
"45020": "Level_PFDungeon02_Active04",
"45050": "重楼",
"45051": "長路",
"45052": "回巷",
"45053": "連屋",
"45054": "広場",
"45055": "高所に出口あり",
"45056": "廊下を飛び越えよ",
"45057": "落下物注意",
"45058": "早く、もっと早く!",
"45059": "早い者勝ち",
"46001": "機巧陣界",
"46101": "挑戦·犬流の道",
"46201": "Level_CYDungeon_ActivityRouge01",
"46202": "Level_CYDungeon_Activy02",
"46203": "Level_CYDungeon_Activy03",
"46300": "Level_SmrDungeon_Challenge",
"46301": "Level_FCdungeon_Cloud01",
"46302": "Level_SmrDungeon_Challenge",
"46303": "Level_SmrDungeon_Challenge",
"46304": "Level_FCdungeon_Cloud01",
"46305": "Level_FCdungeon_Cloud01",
"46306": "Level_FCdungeon_Cloud01",
"47001": "Level_OnmyoMaze_01",
"47002": "Level_OnmyoMaze_05",
"47003": "Level_OnmyoMaze_03",
"47004": "Level_OnmyoMaze_04",
"47005": "Level_OnmyoMaze_02",
"47006": "Level_OnmyoMaze_06",
"47007": "Level_OnmyoMaze_07",
"47008": "Level_OnmyoMaze_08",
"47009": "Level_OnmyoMaze_01",
"47010": "Level_OnmyoMaze_05",
"47011": "Level_OnmyoMaze_05",
"47012": "TestLevel_Dq_Rouge_SLL03",
"47013": "Level_OnmyoMaze_03",
"47014": "TestLevel_Dq_Rouge_SLL05",
"47015": "TestLevel_Dq_Rouge_SLL06",
"47016": "TestLevel_Dq_Rouge_LX01",
"47017": "TestLevel_Dq_Rouge_LX02",
"47018": "TestLevel_Dq_Rouge_LX03",
"47019": "TestLevel_Dq_Rouge_LX04",
"47020": "TestLevel_Dq_Rouge_LX05",
"47021": "融風の境",
"47022": "滔風の境",
"47023": "薫風の境",
"47024": "歴風の境",
"47025": "巨風の境",
"47101": "Level_FungusFighter",
"47102": "Level_FungusFighter",
"47103": "Level_FungusFighter",
"47201": "Level_Smr_LostCity",
"47202": "Level_Smr_LostCity",
"47203": "Level_Smr_LostCity",
"47204": "Level_Smr_LostCity",
"47205": "Level_Smr_LostCity",
"47206": "Level_Smr_LostCity",
"47207": "Level_Smr_LostCity",
"47301": "Level_ContestBattle01",
"47302": "Level_ContestBattle01",
"47303": "Level_ContestBattle01",
"47304": "Level_ContestBattle01",
"47305": "Level_ContestBattle01",
"47306": "Level_ContestBattle01",
"47307": "Level_ContestBattle01",
"50002": "低温クエストホワイトボックス",
"50003": "戦闘性能テスト",
"50004": "電気杭電源ホワイトボックス",
"50005": "Level_ElementGameplay_Test",
"50006": "Level_KaeyaTutorialMission02",
"50007": "雷の試練",
"50008": "コンテンツブラックボックステスト",
"50009": "コンテンツホワイトボックスCX",
"50010": "トラップコンテンツホワイトボックス",
"50011": "未開放",
"50012": "拡散試練",
"50013": "燃焼融解試練",
"50014": "怪物元素耐性秘境",
"50015": "クエストテスト",
"50016": "新キャラパターンホワイトボックス",
"50017": "Level_Tower_Moon_01",
"50018": "バリアホワイトボックステスト",
"50019": "岩元素ホワイトボックステスト",
"50020": "炎の試練",
"50021": "LevelTest_TestTest_WG",
"50022": "TestLevel_PFDungeon01_ZHT",
"50023": "Level_Tower_Dusk_01",
"50024": "Level_Tower_Dusk_01",
"50025": "Level_CycleDungeon02_Normal",
"50026": "Level_CycleDungeon02_Normal",
"50027": "元素反応シーンホワイトボックス",
"50028": "TestLevel_CycleFire_YQT",
"50029": "Level_TdGameplay_Test",
"50030": "Level_PFDungeon02_Active01",
"50031": "Level_FCdungeon_DragonBoss",
"50032": "Level_PFDungeon02_Active03",
"50033": "Level_PFDungeon02_Active04",
"50034": "Level_PFDungeon02_Active05",
"50041": "lxステージテスト",
"50042": "イベントテストステージ",
"50043": "TestLevel_MD_YQT",
"50044": "TestLevel_SZ_LX",
"50045": "Level_CycleDungeon_WindFlower",
"50046": "Level_Challenge_Thunder01",
"50047": "Level_CycleDungeon_WindFlower",
"50048": "Level_CycleDungeon_WindFlower",
"50049": "Level_CycleDungeon_WindFlower",
"50050": "Level_Tower_Morning_01",
"50051": "Level_FCdungeon_MistTrial",
"50052": "Level_Tower_01_Open",
"50053": "Level_LadyBoss01",
"50054": "Level_ActivityBoss02_Water",
"50055": "TestLevel_Dq_Rouge",
"50056": "TestLevel_Dq_Rouge_YQT01",
"50057": "TestLevel_Dq_Rouge_YQT02",
"50058": "Level_Dq_Void02",
"50059": "TestLevelSLL_SpringFestival",
"50060": "TestLevel_Dq_UGC_LX01",
"50061": "Level_Tower_Universe_01",
"50062": "TestLevel_Dq_UGC_LX02",
"50063": "TestLevel_Dq_UGC_LX03",
"50064": "TestLevel_Dq_UGC_LX04",
"50065": "TestLevel_Dq_UGC_LX05",
"50066": "TestLevel_FCdungeon_ShenheCloud01",
"50067": "TestLevel_WB_Z",
"50068": "Level_Tower_01_Open",
"50069": "TestLevel_ClimbBox",
"50070": "TestLevel_APA_ZQQ",
"50071": "TestWorld_APA_ZQQ",
"50072": "Level_TD_V3_Gameplay_Test",
"50073": "PerformanceTest_LevelStreaming",
"50074": "Level_SmrDungeon_Tinali",
"50075": "Level_SmrDungeon_BigTree",
"50076": "Level_XMDungeon_GrassDragon",
"50077": "Level_Tower_Moon_01",
"50078": "Level_DreamIsland_Xinyan01",
"50079": "Level_DreamIsland_Mona01",
"50080": "Level_DreamIsland_Kazuha02",
"50081": "Level_DreamIsland_Mona02",
"50082": "Level_DreamIsland_Fischl01",
"50083": "Level_DreamIsland_Fischl02",
"50084": "Level_DreamIsland_Fischl03",
"50085": "Level_DreamIsland_Kazuha03",
"50086": "Level_DreamIsland_Fischllibrary",
"50087": "Level_DreamIsland_Kazuha01",
"50088": "Level_DreamIsland_Fischlroom",
"50089": "Level_DreamIsland_Fischlcorridor",
"50090": "TestLevel_WhiteBox_Xm_03",
"50091": "Level_DahakaBoss01",
"50092": "WindPuzzle_WhiteboxSll01",
"50093": "WindPuzzle_WhiteboxSll04",
"50094": "Level_Tower_Moon_01",
"50095": "Level_Tower_Moon_01",
"50096": "Level_Tower_Moon_01",
"50097": "Level_Tower_Moon_01",
"50098": "Level_Tower_Moon_01",
"50099": "Level_Tower_Moon_01",
"51000": "テスト秘境 I",
"51001": "テスト秘境 II",
"51002": "テスト秘境 III",
"51003": "Level_Tower_Moon_01",
"51004": "Level_Tower_Moon_01",
"51005": "Level_Tower_Moon_01",
"51006": "TestLevel_TestBox_GJH",
"51007": "BigWorld_LevelStreaming",
"51008": "Level_Carnival",
"51009": "Level_SmrDungeon_BigTree",
"51010": "TestLevel_TestBox_LCM",
"51011": "TestLevel_WhiteBox_Xm_04",
"51013": "Level_Xm_Alhaitham_01",
"51015": "Level_TestLevel_Pacman_Sll",
"51019": "TestLevel_WhiteBox_Xm_05",
"79999": "GcgCardTest"
}
================================================
FILE: src/i18n/data/ja-JP/weaponItem.json
================================================
{
"WEAPON_SWORD_ONE_HAND": {
"11101": "無鋒の剣",
"11201": "銀の剣",
"11301": "冷刃",
"11302": "黎明の神剣",
"11303": "旅道の剣",
"11304": "暗鉄剣",
"11305": "チ虎魚の刀",
"11306": "飛天御剣",
"11401": "西風剣",
"11402": "笛の剣",
"11403": "祭礼の剣",
"11404": "旧貴族長剣",
"11405": "匣中龍吟",
"11406": "斬岩·試作",
"11407": "鉄蜂の刺し",
"11408": "黒岩の長剣",
"11409": "黒剣",
"11410": "ダークアレイの閃光",
"11412": "降臨の剣",
"11413": "腐植の剣",
"11414": "天目影打",
"11415": "シナバースピンドル",
"11416": "籠釣瓶一心",
"11417": "原木刀",
"11418": "サイフォスの月明かり",
"11419": "「一心伝」名刀",
"11420": "「一心伝」名刀",
"11421": "「一心伝」名刀",
"11422": "東花坊時雨",
"11501": "風鷹剣",
"11502": "天空の刃",
"11503": "蒼古なる自由への誓い",
"11504": "斬山の刃",
"11505": "磐岩結緑",
"11506": "磐岩の緑",
"11507": "虚構",
"11509": "霧切の廻光",
"11510": "波乱月白経津",
"11511": "聖顕の鍵",
"11512": "萃光の裁葉"
},
"WEAPON_CLAYMORE": {
"12101": "訓練用大剣",
"12201": "傭兵の重剣",
"12301": "鉄影段平",
"12302": "龍血を浴びた剣",
"12303": "白鉄の大剣",
"12304": "石英大剣",
"12305": "理屈責め",
"12306": "飛天大御剣",
"12401": "西風大剣",
"12402": "鐘の剣",
"12403": "祭礼の大剣",
"12404": "旧貴族大剣",
"12405": "雨裁",
"12406": "古華·試作",
"12407": "白影の剣",
"12408": "黒岩の斬刀",
"12409": "螭龍の剣",
"12410": "千岩古剣",
"12411": "雪葬の星銀",
"12412": "銜玉の海皇",
"12414": "桂木斬長正",
"12415": "マカイラの水色",
"12416": "惡王丸",
"12417": "森林のレガリア",
"12501": "天空の傲",
"12502": "狼の末路",
"12503": "松韻の響く頃",
"12504": "無工の剣",
"12505": "美玉魚",
"12506": "異史",
"12510": "赤角石塵滅砕"
},
"WEAPON_POLE": {
"13101": "新米の長槍",
"13201": "鉄尖槍",
"13301": "白纓槍",
"13302": "鉾槍",
"13303": "黒纓槍",
"13304": "「旗竿」",
"13401": "匣中滅龍",
"13402": "星鎌·試作",
"13403": "流月の針",
"13404": "黒岩の突槍",
"13405": "死闘の槍",
"13406": "千岩長槍",
"13407": "西風長槍",
"13408": "旧貴族猟槍",
"13409": "ドラゴンスピア",
"13414": "喜多院十文字槍",
"13415": "「漁獲」",
"13416": "斬波のひれ長",
"13417": "ムーンピアサー",
"13419": "風信の矛",
"13501": "護摩の杖",
"13502": "天空の脊",
"13504": "破天の槍",
"13505": "和璞鳶",
"13506": "レジサイド",
"13507": "息災",
"13509": "草薙の稲光",
"13511": "赤砂の杖"
},
"WEAPON_CATALYST": {
"14101": "生徒ノート",
"14201": "ポケット魔導書",
"14301": "魔導緒論",
"14302": "龍殺しの英傑譚",
"14303": "異世界旅行記",
"14304": "翡玉法珠",
"14305": "特級の宝玉",
"14306": "琥珀の玥",
"14401": "西風秘典",
"14402": "流浪楽章",
"14403": "祭礼の断片",
"14404": "旧貴族秘法録",
"14405": "匣中日月",
"14406": "金珀·試作",
"14407": "万国諸海の図譜",
"14408": "黒岩の緋玉",
"14409": "昭心",
"14410": "ダークアレイの酒と詩",
"14412": "冬忍びの実",
"14413": "ドドコの物語",
"14414": "白辰の輪",
"14415": "誓いの明瞳",
"14416": "彷徨える星",
"14417": "満悦の実",
"14501": "天空の巻",
"14502": "四風原典",
"14503": "散逸した叙事詩",
"14504": "浮世の錠",
"14505": "土定の玉",
"14506": "不滅の月華",
"14509": "神楽の真意",
"14511": "千夜に浮かぶ夢",
"14512": "トゥライトゥーラの記憶"
},
"WEAPON_BOW": {
"15101": "狩猟弓",
"15201": "歴戦の狩猟弓",
"15301": "鴉羽の弓",
"15302": "シャープシューターの誓い",
"15303": "リカーブボウ",
"15304": "弾弓",
"15305": "文使い",
"15306": "黒檀の弓",
"15401": "西風猟弓",
"15402": "絶弦",
"15403": "祭礼の弓",
"15404": "旧貴族長弓",
"15405": "弓蔵",
"15406": "澹月·試作",
"15407": "リングボウ",
"15408": "黒岩の戦弓",
"15409": "蒼翠の狩猟弓",
"15410": "ダークアレイの狩人",
"15411": "落霞",
"15412": "幽夜のワルツ",
"15413": "風花の頌歌",
"15414": "破魔の弓",
"15415": "プレデター",
"15416": "曚雲の月",
"15417": "王の近侍",
"15418": "竭沢",
"15501": "天空の翼",
"15502": "アモスの弓",
"15503": "終焉を嘆く詩",
"15504": "昆吾の堕龍",
"15505": "高価なオーブ",
"15506": "壊れた鏡",
"15507": "冬極の白星",
"15508": "若水",
"15509": "飛雷の鳴弦",
"15511": "狩人の道"
}
}
================================================
FILE: src/i18n/data/ja-JP/weatherItem.json
================================================
{
"1": "BigWorld_Md_General",
"2": "BigWorld_Md_WindDragon",
"3": "BigWorld_Md_City_Storm",
"4": "Monster_Monster_LupiBoreas",
"1000": "BigWorld_Md_General",
"1001": "BigWorld_Md_General",
"1002": "BigWorld_Md_General",
"1003": "BigWorld_Md_General",
"1004": "BigWorld_Md_General",
"1005": "BigWorld_Md_General",
"1006": "BigWorld_Md_General",
"1007": "BigWorld_Md_WindDragon",
"1008": "BigWorld_Md_City_Fenghuajie",
"1009": "BigWorld_Md_General",
"1010": "BigWorld_ActivityArena_Fire",
"1011": "BigWorld_ActivityArena_Sunny",
"1012": "BigWorld_Md_General",
"2000": "BigWorld_Ly_General",
"2001": "BigWorld_Ly_QingCeVilla",
"2002": "BigWorld_Ly_General",
"2003": "BigWorld_Ly_General",
"2004": "BigWorld_Ly_StoneNeedles",
"2005": "BigWorld_Ly_City_General",
"2006": "BigWorld_Ly_General",
"2007": "BigWorld_Ly_LandLakeMaze",
"2008": "BigWorld_Ly_LiShaCountrySide",
"2009": "BigWorld_Ly_General",
"2010": "BigWorld_Ly_QingCeVilla",
"2011": "BigWorld_Ly_BeachMine",
"2012": "BigWorld_Ly_BlackFroest",
"2013": "BigWorld_Ly_SaltOfGround",
"2014": "BigWorld_Ly_Treasure",
"2015": "BigWorld_Ly_NinePillars_Tomb",
"2016": "BigWorld_Ly_NinePillars_Tomb",
"2017": "Monster_Monster_Regisvine_Ice_01",
"2018": "Monster_Monster_Regisvine_Fire_01",
"2019": "BigWorld_Md_General",
"2020": "BigWorld_Ly_TianQiuGu",
"2021": "BigWorld_Ly_Fountain_General",
"2022": "BigWorld_Md_SnowMountain_General",
"2023": "BigWorld_Md_SnowMountain_Peak",
"2024": "BigWorld_Md_SnowMountain_Cave",
"2025": "BigWorld_Md_SnowMountain_Cave_Underboss",
"2026": "BigWorld_Ly_SaltOfGround",
"2027": "BigWorld_Md_SnowMountain_DunlinsHeart",
"2028": "BigWorld_Md_SnowMountain_South",
"2029": "BigWorld_Md_SnowMountain_EastCoast",
"2030": "Monster_Monster_Drake_Primo_Rock_01",
"2031": "BigWorld_Md_SnowMountain_Cave_Long",
"2032": "BigWorld_Md_SnowMountain_Chamber",
"2034": "BigWorld_Md_SnowMountain_Boss",
"2035": "BigWorld_Md_SnowMountain_General",
"2036": "BigWorld_Md_SnowMountain_GeneralTransition",
"2037": "BigWorld_Md_SnowMountain_PeacePeak",
"2038": "BigWorld_Md_SnowMountain_Cave",
"2039": "BigWorld_Md_SnowMountain_GeneralTransition",
"2107": "BigWorld_Ly_LandLakeMaze",
"2113": "BigWorld_Ly_General",
"2114": "BigWorld_Ly_QingCeVilla",
"2115": "BigWorld_Ly_NinePillars_General",
"2116": "BigWorld_Ly_NinePillars_General",
"2117": "BigWorld_Ly_General",
"2118": "BigWorld_Ly_General",
"2121": "BigWorld_Ly_General",
"2124": "BigWorld_Md_SnowMountain_Peak",
"2125": "BigWorld_Md_SnowMountain_Boss",
"2126": "BigWorld_Ly_LiShaCountrySide",
"2127": "BigWorld_Md_SnowMountain_General",
"2130": "BigWorld_Ly_General",
"2131": "BigWorld_Md_SnowMountain_Peak",
"2132": "BigWorld_Md_SnowMountain_General",
"2135": "BigWorld_Md_SnowMountain_General",
"2138": "BigWorld_Md_SnowMountain_PeacePeak",
"2139": "BigWorld_LP_Fog_Light",
"2140": "BigWorld_LP_Fog_Heavy",
"2141": "BigWorld_LP_Fog_Light",
"2142": "BigWorld_LP_Fog_Light",
"2143": "BigWorld_LP_Fog_Light",
"2144": "BigWorld_LP_General",
"2145": "BigWorld_LP_Fog_Heavy",
"2146": "BigWorld_LP_Fog_Light",
"2147": "BigWorld_LP_Fog_Light",
"2148": "BigWorld_LP_Fog_LowL_Boundry",
"2149": "BigWorld_LP_Fog_Light",
"2150": "BigWorld_LP_Fog_Light",
"2151": "BigWorld_LP_Fog_Light",
"2152": "BigWorld_Ly_DakahaEntrance",
"2153": "BigWorld_LP_Fog_Clear",
"2154": "BigWorld_LP_Fog_Clear",
"2155": "BigWorld_LP_Fog_Clear",
"2156": "BigWorld_LP_Fog_Clear",
"2157": "BigWorld_LP_Fog_Clear",
"2158": "BigWorld_LP_Fog_LowL_Boundry",
"2159": "BigWorld_LP_Fog_Heavy",
"2160": "BigWorld_LP_Fog_Heavy",
"2161": "BigWorld_LP_Fog_Light",
"2162": "BigWorld_LP_HighL_General",
"2163": "BigWorld_LP_General",
"2164": "Monster_Monster_Samurai_Ningyo",
"2165": "BigWorld_Ly_TheChasm",
"2166": "BigWorld_Ly_TheChasm_AboveGround_Cave",
"2167": "BigWorld_Ly_TheChasm_AboveGround_Central",
"2168": "BigWorld_Ly_TheChasm_QSJD",
"2169": "BigWorld_Ly_TheChasm_KCKQ",
"2170": "BigWorld_Ly_TheChasm_QXKD",
"2171": "BigWorld_Ly_TheChasm_YJJS",
"2172": "BigWorld_Ly_TheChasm_MGK",
"2173": "BigWorld_Ly_TheChasm_JCYH",
"2174": "BigWorld_Ly_TheChasm_XMSG",
"2175": "BigWorld_Ly_TheChasm_HAZD",
"2176": "BigWorld_Ly_TheChasm_AboveGround_Cave",
"2177": "BigWorld_Ly_TheChasm_HAZD",
"2178": "BigWorld_Ly_TheChasm_HAZD",
"2179": "BigWorld_Ly_TheChasm_SMYJ",
"2180": "BigWorld_Ly_TheChasm_XCYJ",
"2181": "BigWorld_Ly_TheChasm_YGQJ",
"2182": "BigWorld_Ly_TheChasm_TKDDSP",
"2183": "BigWorld_Ly_TheChasm_TKDDSP_After",
"2184": "BigWorld_Ly_TheChasm_QSJDtoKCKQ",
"2185": "BigWorld_Ly_TheChasm_SMYJ",
"2186": "BigWorld_Ly_TheChasm_YGQJ_Mushroom",
"2187": "BigWorld_Ly_TheChasm_DMS",
"2188": "BigWorld_Ly_TheChasm_TKDDSP_Tunnel",
"2189": "BigWorld_Ly_TheChasm_YGQJ_Mushroom",
"2190": "BigWorld_Ly_TheChasm_SMYJ",
"2191": "BigWorld_Ly_General",
"2192": "BigWorld_Ly_TheChasm_Gemini",
"2193": "BigWorld_Ly_TheChasm_YGQJ_Mushroom",
"2194": "BigWorld_Ly_TheChasm_QSJDtoYJJS",
"2195": "BigWorld_Ly_TheChasm_After",
"2196": "BigWorld_Ly_TheChasm_QXKD",
"2197": "BigWorld_Ly_TheChasm_QSJDtoKCKQ",
"2198": "BigWorld_Ly_TheChasm_KCKQ",
"2199": "BigWorld_Ly_TheChasm_KCKQ",
"2200": "BigWorld_Ly_SeaLamp_Storm_02",
"2201": "BigWorld_Ly_SeaLamp_Fog_01",
"2207": "BigWorld_Ly_LandLakeMaze_Lv2",
"2225": "BigWorld_Md_SnowMountain_General",
"2252": "BigWorld_Ly_StoneNeedles",
"2275": "BigWorld_Ly_TheChasm_TKDXSP",
"2276": "BigWorld_Ly_TheChasm",
"2277": "BigWorld_Ly_TheChasm_TKDXSP_After",
"2284": "BigWorld_Ly_TheChasm_QSJDtoKCKQ",
"2285": "BigWorld_Ly_TheChasm_JCYH",
"2286": "BigWorld_Ly_TheChasm_YGQJ_Mushroom",
"2289": "BigWorld_Ly_TheChasm_HAZD_Tunnel",
"2290": "BigWorld_Ly_TheChasm_JCYH",
"3000": "Dungeon_XianglingPlotLevel01_Test",
"3001": "Dungeon_XianglingPlotLevel01",
"3002": "BigWorld_Dq_General",
"3003": "BigWorld_Dq_LiDao_General",
"3004": "BigWorld_Dq_GL_OutSkirt",
"3005": "BigWorld_Dq_GL_Luxin_Core",
"3006": "BigWorld_Dq_GL_Clear",
"3007": "BigWorld_Dq_General",
"3008": "BigWorld_Dq_Tabeisha_GeneralCanyon",
"3009": "BigWorld_Dq_Tabeisha_GeneralDragon",
"3010": "BigWorld_Dq_Tabeisha_GeneralPit",
"3011": "BigWorld_Dq_QinglaiIsland_TransitionA",
"3012": "BigWorld_Dq_QinglaiIsland_General",
"3013": "BigWorld_Dq_CatCloud_Before",
"3014": "BigWorld_Dq_Tabeisha_Genreal",
"3015": "BigWorld_Dq_Tabeisha_Canyon",
"3016": "BigWorld_Dq_Tabeisha_Pit",
"3017": "BigWorld_Dq_Tabeisha_GeneralVestiges",
"3018": "BigWorld_Dq_Tabeisha_GeneralCanyon",
"3019": "BigWorld_Dq_Tabeisha_GeneralDragon",
"3020": "BigWorld_Dq_Tabeisha_GeneralPit",
"3021": "BigWorld_Dq_Tabeisha_Genreal",
"3022": "BigWorld_Dq_Tabeisha_Canyon",
"3023": "BigWorld_Dq_Tabeisha_Pit",
"3024": "BigWorld_Dq_Tabeisha_GeneralVestiges",
"3025": "BigWorld_Dq_Leiyingshugen_General",
"3026": "BigWorld_Dq_Leiyingshugen_General",
"3027": "BigWorld_Dq_MinShenIsland_RelicBoss",
"3028": "BigWorld_Dq_MinShenIsland_RelicBoss",
"3029": "BigWorld_Dq_Leiyingshugen_General",
"3030": "BigWorld_Dq_RaioCotter_Before",
"3031": "BigWorld_Dq_RaioCotter_Before",
"3032": "BigWorld_Dq_General",
"3033": "BigWorld_Dq_General",
"3034": "BigWorld_Dq_General",
"3035": "BigWorld_Dq_General",
"3036": "BigWorld_Dq_GuardForest_General",
"3037": "BigWorld_Dq_HeGuan_General",
"3038": "BigWorld_Dq_HeGuan_Foggy",
"3045": "BigWorld_Dq_Leiyingshugen_Deep",
"3046": "BigWorld_Dq_RaioCotter_After",
"3047": "BigWorld_Dq_DarkCave",
"3048": "BigWorld_Dq_General",
"3049": "BigWorld_Dq_LiDao_General",
"3050": "BigWorld_Dq_General",
"3051": "BigWorld_Dq_Huangcun_Dark",
"3055": "BigWorld_Dq_InazumaThunderBarrier",
"3056": "BigWorld_Dq_Tabeisha_Pit",
"3057": "BigWorld_Dq_Tabeisha_Pit",
"3058": "BigWorld_Dq_HeGuan_FoggyHeavy",
"3059": "BigWorld_Dq_QinglaiIsland_General",
"3060": "BigWorld_Dq_QinglaiIsland_General",
"3061": "BigWorld_Dq_QinglaiIsland_General",
"3062": "BigWorld_Dq_QinglaiIsland_General",
"3063": "BigWorld_Dq_QinglaiIsland_Relic",
"3064": "BigWorld_Dq_QinglaiIsland_Relic",
"3065": "BigWorld_Dq_QinglaiIsland_ShipWreck",
"3066": "BigWorld_Dq_QinglaiIsland_ShipWreck",
"3067": "BigWorld_Dq_HaiQiIsland_General",
"3068": "BigWorld_Dq_HaiQiIsland_General",
"3069": "BigWorld_Dq_HaiQiIsland_General",
"3070": "BigWorld_Dq_HaiQiIsland_HaiShenZhiXin",
"3071": "BigWorld_Dq_HaiQiIsland_FiveSpiceWater",
"3072": "BigWorld_Dq_HaiQiIsland_General",
"3073": "BigWorld_Dq_HaiQiIsland_Relic",
"3074": "BigWorld_Dq_HaiQiIsland_Relic",
"3075": "BigWorld_Dq_HaiQiIsland_General",
"3076": "BigWorld_Dq_HaiQiIsland_General",
"3077": "BigWorld_Dq_HaiQiIsland_General",
"3078": "BigWorld_Dq_HaiQiIsland_General",
"3079": "BigWorld_Dq_Cave_DqCity",
"3080": "BigWorld_Dq_General_TBSOnly",
"3081": "BigWorld_Dq_MinShenIsland_RelicBoss",
"3082": "BigWorld_Dq_GL_OutSkirt",
"3083": "BigWorld_Dq_MinShenIsland_RelicBoss",
"3084": "BigWorld_Dq_General",
"3085": "BigWorld_Dq_General",
"3086": "BigWorld_Dq_QinglaiIsland_Relic",
"3087": "BigWorld_Dq_Tabeisha_Boss_After",
"3088": "BigWorld_Dq_Tabeisha_Canyon_After",
"3089": "Dq_Tabeisha_Pit_After",
"3090": "BigWorld_Dq_Huangcun_General",
"3091": "BigWorld_Dq_Leiyingshugen_General",
"3092": "BigWorld_Dq_Story_ThunderStorm",
"3093": "BigWorld_Dq_QinglaiIsland_ShipWreck",
"3094": "BigWorld_Dq_QinglaiIsland_ShipWreck",
"3095": "BigWorld_Dq_QinglaiIsland_General",
"3096": "BigWorld_Dq_QinglaiIsland_General",
"3097": "BigWorld_Dq_QinglaiIsland_Thunder_1st",
"3098": "BigWorld_Dq_QinglaiIsland_Thunder_2nd",
"3099": "BigWorld_Dq_QinglaiIsland_Thunder_3rd",
"3100": "BigWorld_Dq_QinglaiIsland_Thunder_4th",
"3101": "BigWorld_Dq_QinglaiIsland_Relic",
"3102": "BigWorld_Dq_QinglaiIsland_TransitionB",
"3103": "BigWorld_Dq_HeGuan_FoggyHeavyest",
"3104": "BigWorld_Dq_HeGuan_Doom",
"3105": "BigWorld_Dq_GL_OutSkirt",
"3106": "BigWorld_Dq_HeGuan_DoomHeavyest",
"3107": "BigWorld_Dq_HeGuan_General_Nest",
"3108": "BigWorld_Dq_HeGuan_DoomHeavy",
"3109": "BigWorld_Dq_HeGuan_FoggyHeavyest",
"3110": "BigWorld_Dq_HeGuan_FoggyHeavyest",
"3111": "BigWorld_Dq_HeGuan_FoggyHeavyest",
"3112": "BigWorld_Dq_HeGuan_FoggyHeavyest",
"3113": "BigWorld_Dq_CatCloud",
"3114": "BigWorld_Dq_HeGuan_FoggyHeavyest",
"3115": "BigWorld_Dq_Tabeisha_GeneralCanyon",
"3116": "BigWorld_Dq_Tabeisha_GeneralPit",
"3117": "BigWorld_Dq_QinglaiIsland_General",
"3118": "BigWorld_Dq_QinglaiIsland_ShipWreck",
"3119": "BigWorld_Dq_QinglaiIsland_ShipWreck",
"3120": "BigWorld_Dq_QinglaiIsland_ShipWreck",
"3121": "BigWorld_Dq_QinglaiIsland_ShipWreck",
"3122": "BigWorld_Dq_Tabeisha_GeneralCanyon",
"3123": "BigWorld_Dq_Tabeisha_GeneralPit",
"3125": "BigWorld_Dq_General",
"3126": "BigWorld_Dq_Huangcun_Dark",
"3127": "BigWorld_Dq_General",
"3128": "BigWorld_Dq_MinShenIsland_RelicBoss",
"3129": "BigWorld_Dq_General",
"3130": "BigWorld_Dq_RaioCotter_After",
"3131": "BigWorld_Dq_Leihuozhiyuan",
"3132": "BigWorld_Dq_General",
"3133": "BigWorld_Dq_General",
"3134": "BigWorld_Dq_General",
"3135": "BigWorld_Dq_General",
"3136": "BigWorld_Dq_Tabeisha_Boss",
"3137": "BigWorld_Dq_Tabeisha_Battleground",
"3138": "BigWorld_Dq_Tabeisha_Battleground",
"3139": "BigWorld_Dq_Tabeisha_Boss",
"3140": "BigWorld_Dq_Tabeisha_Pit",
"3141": "BigWorld_Dq_Tabeisha_Pit",
"3142": "BigWorld_Dq_AbyssalPalace_General",
"3143": "BigWorld_Dq_AbyssalPalace_Tunnel",
"3144": "BigWorld_Dq_AbyssalPalace_Tunnel_Entrance",
"3145": "BigWorld_Dq_General",
"3146": "BigWorld_Dq_General",
"3147": "BigWorld_Dq_General",
"3150": "BigWorld_Dq_Tabeisha_Battleground",
"3151": "BigWorld_Dq_Tabeisha_GeneralDragon",
"3156": "BigWorld_Dq_Tabeisha_GeneralPit",
"3157": "BigWorld_Dq_Tabeisha_GeneralPit",
"3163": "BigWorld_Dq_QinglaiIsland_General",
"3164": "BigWorld_Dq_QinglaiIsland_General",
"3165": "BigWorld_Dq_QinglaiIsland_General",
"3166": "BigWorld_Dq_QinglaiIsland_General",
"3169": "BigWorld_Dq_HaiQiIsland_General",
"3170": "BigWorld_Dq_HaiQiIsland_General",
"3171": "BigWorld_Dq_HaiQiIsland_General",
"3172": "BigWorld_Dq_HaiQiIsland_General",
"3173": "BigWorld_Dq_General",
"3174": "BigWorld_Dq_General",
"3175": "BigWorld_Dq_HaiQiIsland_General",
"3179": "BigWorld_Dq_General",
"3181": "BigWorld_Dq_Tabeisha_GeneralDragon",
"3183": "BigWorld_Dq_General",
"3186": "BigWorld_Dq_QinglaiIsland_General",
"3188": "BigWorld_Dq_General_TBSOnly",
"3189": "BigWorld_Dq_General_TBSOnly",
"3191": "BigWorld_Dq_Huangcun_General",
"3193": "BigWorld_Dq_QinglaiIsland_General",
"3194": "BigWorld_Dq_QinglaiIsland_General",
"3196": "BigWorld_Dq_QinglaiIsland_General",
"3201": "BigWorld_Dq_QinglaiIsland_Thunder_4th",
"3207": "BigWorld_Dq_HeGuan_General",
"3217": "BigWorld_Dq_QinglaiIsland_Thunder_4th",
"3218": "BigWorld_Dq_QinglaiIsland_Thunder_4th",
"3219": "BigWorld_Dq_QinglaiIsland_Thunder_4th",
"3220": "BigWorld_Dq_QinglaiIsland_Thunder_4th",
"3221": "BigWorld_Dq_QinglaiIsland_Thunder_4th",
"3228": "BigWorld_Dq_General",
"3231": "BigWorld_Dq_LeiyingShenshe",
"3240": "BigWorld_Dq_Tabeisha_GeneralDragon",
"3241": "BigWorld_Dq_Tabeisha_GeneralDragon",
"3246": "BigWorld_Dq_LeiyingShenshe",
"3264": "BigWorld_Dq_QinglaiIsland_BossArea",
"3286": "BigWorld_Dq_QinglaiIsland_BossArea",
"3301": "BigWorld_Dq_QinglaiIsland_BossArea",
"3311": "BigWorld_Dq_HeGuan_Foggy_Relic",
"3312": "BigWorld_Dq_HeGuan_Foggy_Relic",
"3313": "BigWorld_Dq_HeGuan_Foggy_Relic",
"3314": "BigWorld_Dq_HeGuan_Foggy_Relic",
"3315": "BigWorld_Dq_HeGuan_DoomHeavy",
"3316": "BigWorld_Dq_HeGuan_DoomHeavyest",
"3317": "BigWorld_Dq_HeGuan_DoomHeavyest",
"3318": "BigWorld_Dq_HeGuan_DoomHeavy",
"3319": "BigWorld_Dq_HeGuan_Foggy_Relic",
"3320": "BigWorld_Dq_HeGuan_FoggyHeavy_Jitan",
"3321": "BigWorld_Dq_HeGuan_General_Boss",
"3322": "BigWorld_Dq_HeGuan_General_Nest",
"3323": "BigWorld_Dq_HeGuan_FoggyHeavy_Qiantan",
"3324": "BigWorld_Dq_HeGuan_Foggy_Nest",
"3325": "BigWorld_Dq_HeGuan_Foggy_Nest",
"3326": "BigWorld_Dq_HeGuan_Foggy_Nest",
"3327": "BigWorld_Dq_HeGuan_Foggy_Nest",
"3328": "BigWorld_Dq_HeGuan_DoomHeavy",
"3329": "BigWorld_Dq_HeGuan_DoomHeavyest",
"3330": "BigWorld_Dq_HeGuan_Foggy_Nest",
"3331": "BigWorld_Dq_HeGuan_Foggy_Nest",
"3332": "BigWorld_Dq_HeGuan_Transition01",
"3333": "BigWorld_Dq_AbyssalPalace_Dari_Boss",
"3334": "BigWorld_Dq_AbyssalPalace_Dari",
"3335": "BigWorld_Dq_AbyssalPalace_XiaJian",
"3336": "BigWorld_Dq_AbyssalPalace_LM_LingChuan",
"3337": "BigWorld_Dq_AbyssalPalace_LM",
"3338": "BigWorld_Dq_AbyssalPalace_Dashe_Relic",
"3339": "BigWorld_Dq_AbyssalPalace_DaShe",
"3340": "BigWorld_Dq_Tabeisha_GeneralDragonTop",
"3341": "BigWorld_Dq_Tabeisha_GeneralDragonTop",
"3342": "BigWorld_Dq_AbyssalPalace_General",
"3343": "BigWorld_Dq_AbyssalPalace_Tunnel",
"3344": "BigWorld_Dq_AbyssalPalace_Tunnel_Entrance",
"3345": "BigWorld_Dq_AbyssalPalace_Dari_Boss",
"3347": "BigWorld_Dq_AbyssalPalace_Dari_25Night",
"3348": "BigWorld_Dq_AbyssalPalace_XiaJian_25Night_Dark",
"3351": "BigWorld_Dq_AbyssalPalace_LM_25Night_Dark",
"3354": "BigWorld_Dq_AbyssalPalace_DaShe_25Night_Dark",
"3355": "BigWorld_Dq_AbyssalPalace_XiaJian_Seal",
"3356": "BigWorld_Dq_AbyssalPalace_LM_Seal",
"3357": "BigWorld_Dq_AbyssalPalace_DaShe_Seal",
"3358": "BigWorld_Dq_AbyssalPalace_Dari_Coral",
"3359": "BigWorld_Dq_AbyssalPalace_XiaJian_Waterfall",
"3360": "BigWorld_Dq_AbyssalPalace_LM_Waterfall",
"3361": "BigWorld_Dq_AbyssalPalace_Waterfall",
"3362": "BigWorld_Dq_AbyssalPalace_KeyView",
"3363": "BigWorld_Dq_AbyssalPalace_XiaJian_Seal_25Night_Dark",
"3364": "BigWorld_Dq_AbyssalPalace_LM_Seal_25Night_Dark",
"3365": "BigWorld_Dq_AbyssalPalace_DaShe_Seal_25Night_Dark",
"3368": "BigWorld_Dq_AbyssalPalace_XiaJian_25Night",
"3369": "BigWorld_Dq_AbyssalPalace_LM_25Night",
"3370": "BigWorld_Dq_AbyssalPalace_DaShe_25Night",
"3371": "BigWorld_Dq_AbyssalPalace_XiaJian_Seal_25Night",
"3372": "BigWorld_Dq_AbyssalPalace_LM_Seal_25Night",
"3373": "BigWorld_Dq_AbyssalPalace_DaShe_Seal_25Night",
"3374": "BigWorld_Dq_AbyssalPalace_Dashe_Relic_25Night",
"3375": "BigWorld_Dq_AbyssalPalace_Dashe_Relic_25Night",
"3411": "BigWorld_Dq_HeGuan_FoggyHeavy",
"3412": "BigWorld_Dq_HeGuan_General",
"3413": "BigWorld_Dq_HeGuan_DoomHeavy",
"3414": "BigWorld_Dq_HeGuan_FoggyHeavyest",
"3419": "BigWorld_Dq_HeGuan_DoomHeavy",
"3420": "BigWorld_Dq_HeGuan_FoggyHeavy",
"3422": "BigWorld_Dq_HeGuan_General",
"3423": "BigWorld_Dq_HeGuan_FoggyHeavy",
"3424": "BigWorld_Dq_HeGuan_FoggyHeavy",
"3425": "BigWorld_Dq_HeGuan_FoggyHeavy",
"3426": "BigWorld_Dq_HeGuan_DoomHeavy",
"3427": "BigWorld_Dq_HeGuan_DoomHeavy",
"3430": "BigWorld_Dq_HeGuan_DoomHeavy",
"3431": "BigWorld_Dq_HeGuan_DoomHeavy",
"3433": "BigWorld_Dq_AbyssalPalace_Dari",
"3436": "BigWorld_Dq_AbyssalPalace_LM",
"3438": "BigWorld_Dq_AbyssalPalace_DaShe",
"3445": "BigWorld_Dq_AbyssalPalace_Dari_25Night",
"3458": "BigWorld_Dq_AbyssalPalace_Dari",
"3461": "BigWorld_Dq_AbyssalPalace_DaShe",
"3474": "BigWorld_Dq_AbyssalPalace_DaShe_25Night_Dark",
"3475": "BigWorld_Dq_AbyssalPalace_DaShe_25Night",
"3500": "BigWorld_Dq_LiDao_General",
"3501": "BigWorld_Dq_General",
"3600": "BigWorld_Dq_LiDao_General",
"4000": "BigWorld_Xm_General",
"4001": "BigWorld_Dq_GuardForest_General",
"4002": "BigWorld_Xm_GientCup_Theme",
"4003": "BigWorld_Xm_GientCup_Theme_Dark",
"4004": "BigWorld_Xm_GientCup_Cave",
"4005": "BigWorld_Xm_Robot_General",
"4006": "BigWorld_Xm_Cave_XCSD",
"4007": "BigWorld_Xm_Devil_Cave",
"4008": "BigWorld_Xm_Abyss_Cave01",
"4009": "BigWorld_Xm_Abyss_Cave02",
"4010": "BigWorld_Xm_MushroomCave_Relic01",
"4011": "BigWorld_Xm_SecretPeak",
"4012": "BigWorld_Xm_WitheredForest_Hole_After",
"4013": "BigWorld_Xm_HYZS_Before_ClearSky",
"4014": "BigWorld_Xm_HYZS_Before_Rain",
"4015": "BigWorld_Xm_HYZS_After_ClearSky",
"4016": "BigWorld_Xm_HYZS_After_Rain",
"4017": "BigWorld_Xm_Memory_Forest",
"4018": "BigWorld_Xm_DesertTransition",
"4019": "BigWorld_Xm_DiDiMiJing",
"4020": "BigWorld_Xm_DiDiMiJing",
"4021": "BigWorld_Xm_GientCup_MushroomRuin.asset",
"4022": "BigWorld_Dq_Tabeisha_GeneralVestiges",
"4023": "BigWorld_Dq_GuardForest_General",
"4024": "BigWorld_Dq_GuardForest_General",
"4025": "BigWorld_Xm_Marana_WaterCave_Before_Tunnel",
"4026": "BigWorld_Xm_Marana_WaterCave_After",
"4027": "BigWorld_Xm_City_General",
"4028": "BigWorld_Xm_HCG_General",
"4029": "BigWorld_Xm_YuCun",
"4030": "BigWorld_Xm_AMSG",
"4031": "BigWorld_Xm_WitheredForest_GreatgrassTemple",
"4032": "BigWorld_Xm_WitheredForest",
"4033": "BigWorld_Xm_WitheredForest_After",
"4034": "BigWorld_Xm_WitheredForest_Hole",
"4035": "BigWorld_Xm_WitheredForest_Boss",
"4036": "BigWorld_Xm_WitheredForest_Boss_After",
"4037": "BigWorld_Xm_Senzhili_Dream",
"4038": "BigWorld_Xm_Senzhili",
"4039": "BigWorld_Xm_SenzhiliCave_Dream",
"4040": "BigWorld_Xm_SenzhiliCave",
"4041": "BigWorld_Xm_Senzhili_Home",
"4042": "BigWorld_Xm_GientCup_ThunderstormBoss",
"4043": "BigWorld_Xm_GientCup_MushroomRuin",
"4044": "BigWorld_Xm_Layered_Forest",
"4045": "BigWorld_Xm_Layered_Forest_Dream01",
"4046": "BigWorld_Xm_Cave_DarkB",
"4047": "BigWorld_Xm_TNL",
"4048": "BigWorld_Xm_GientCup_MushroomRuin",
"4049": "BigWorld_Xm_SecretPeak",
"4050": "BigWorld_Xm_Layered_Forest",
"4051": "BigWorld_Xm_Layered_Forest_Dream",
"4052": "BigWorld_Xm_GientCup_Theme_Dark_Footprint",
"4053": "BigWorld_Xm_GientCup_Theme_Footprint",
"4054": "BigWorld_Xm_General",
"4055": "BigWorld_Xm_Valley_General",
"4056": "BigWorld_Xm_Senzhili_Dream",
"4057": "BigWorld_Xm_MushroomCave_Relic01_Dream",
"4058": "BigWorld_Xm_MushroomCave_Dream",
"4059": "BigWorld_Xm_Zhimeng01_Dream",
"4060": "BigWorld_Xm_Zhimeng02_Dream",
"4061": "BigWorld_Xm_Zhimeng03_Dream",
"4062": "BigWorld_Xm_Huanyu01_Dream",
"4063": "BigWorld_Xm_Huanyu02_Dream",
"4064": "BigWorld_Xm_Huanyu03_Dream",
"4065": "BigWorld_Xm_Shiluo01_Dream",
"4066": "BigWorld_Xm_Shiluo02_Dream",
"4067": "BigWorld_Xm_Shiluo03_Dream",
"4068": "BigWorld_Xm_Marana_WaterCave_Before_Entrance",
"4069": "BigWorld_Xm_Marana_WaterCave_After_Entrance",
"4070": "BigWorld_Xm_Marana_WaterCave_Before",
"4071": "BigWorld_Xm_Marana_WaterCave_After",
"4072": "BigWorld_Xm_General",
"4073": "BigWorld_Xm_Cave_XCSDZM",
"4074": "BigWorld_Xm_Cave_XCSDZM",
"4075": "BigWorld_Xm_GientCup_Cave_Clear",
"4076": "BigWorld_Xm_Cave_Dark",
"4077": "BigWorld_Xm_MushroomBoss",
"4078": "BigWorld_Xm_WitheredForest_GreatgrassTemple",
"4079": "BigWorld_Xm_WitheredForest_Hole_After",
"4080": "BigWorld_Xm_WitheredForest_Hole_After",
"4081": "BigWorld_Xm_MushroomCave_Relic01",
"4082": "BigWorld_Xm_MushroomCave",
"4083": "BigWorld_Xm_Huayuan",
"4084": "BigWorld_Xm_DiDiMiJing",
"4085": "BigWorld_Xm_Devil_Cave_02",
"4086": "BigWorld_Xm_Robot_General_Titan_Broken_CS",
"4087": "BigWorld_Xm_WitheredForest_Boss_Noeff",
"4088": "BigWorld_Xm_Robot_General",
"4089": "BigWorld_Xm_General",
"4090": "BigWorld_Xm_Valley_DLZS",
"4091": "BigWorld_Xm_SecretPeak",
"4092": "BigWorld_Xm_Cave_XCSDZM",
"4093": "BigWorld_Xm_Cave_General",
"4094": "BigWorld_Xm_Cave_General",
"4100": "BigWorld_Xm31_CWSM_General",
"4101": "BigWorld_Xm31_JZT_SandStorm",
"4102": "BigWorld_Xm31_MYSD_General",
"4103": "BigWorld_Xm31_JQR_General",
"4104": "BigWorld_Xm31_LSKYJ_General",
"4105": "BigWorld_Xm31_Aru",
"4106": "BigWorld_Xm31_SXT_General",
"4107": "BigWorld_Xm31_MLYY",
"4108": "BigWorld_Xm31_MLYY_Cave",
"4110": "BigWorld_Xm31_FFQ_Sandy",
"4111": "BigWorld_Xm31_CWSM_General",
"4112": "BigWorld_Xm31_JZT_Underground",
"4113": "BigWorld_Xm31_YNGZTBoss",
"4114": "BigWorld_Xm31_LvZ",
"4115": "BigWorld_Xm31_JQR_General",
"4116": "BigWorld_Xm31_JZT_Underground",
"4117": "BigWorld_Xm31_CWSM_General",
"4118": "BigWorld_Xm31_MYSD_Entrance",
"4119": "BigWorld_Xm31_JZTs_Boss",
"4120": "BigWorld_Xm31_MYSD_SunBoat",
"4121": "BigWorld_Xm31_MYSD_SunBoat",
"4122": "BigWorld_Xm31_MYSD_SunBoat",
"4123": "BigWorld_Xm31_MYSD_SunBoat_Broken",
"4124": "BigWorld_Xm31_CWL_UpIndoor",
"4125": "BigWorld_Xm31_YNGZTBoss",
"4200": "BigWorld_Xm33_StormDesert_Out",
"4201": "BigWorld_Xm33_StormDesert_Middle",
"4202": "BigWorld_Xm33_StormDesert_Inner",
"4203": "BigWorld_Xm33_StormDesert_Out_S",
"4204": "BigWorld_Xm33_StormDesert_Middle_S",
"4205": "BigWorld_Xm33_StormDesert_Inner_S",
"4206": "BigWorld_Dq_HeGuan_Doom",
"4207": "BigWorld_Dq_HeGuan_DoomHeavy",
"4208": "BigWorld_Dq_HeGuan_DoomHeavyest",
"4209": "BigWorld_Xm33_StormDesert_General",
"4210": "BigWorld_Xm33_HugeFissure_Bottom",
"4211": "BigWorld_Xm33_HugeFissure_Middle",
"4212": "BigWorld_Xm33_StormDesert_Out",
"4213": "BigWorld_Xm33_DJCamp_General",
"4214": "BigWorld_Xm33_SmallFissure",
"4215": "BigWorld_Xm33_SandRuins_General",
"4216": "BigWorld_Xm33_SandRuins_Inside",
"4217": "BigWorld_Xm33_SandRuins_UnderGround_Cave01",
"4218": "BigWorld_Xm33_SandRuins_UnderGround_Cave02",
"4219": "BigWorld_Xm33_ChiWangCave_01_General",
"4220": "BigWorld_Xm33_SandwormCave_General",
"4221": "BigWorld_Xm33_SandwormCave_SpiritGeneral",
"4222": "BigWorld_Xm33_BackFissure_Bottom",
"4223": "BigWorld_Xm33_Robot",
"4224": "BigWorld_Xm33_ChiWangCave_02_General",
"4225": "BigWorld_Xm33_GrassDragonCave",
"4226": "BigWorld_Xm33_Robot",
"4227": "BigWorld_Xm33_ChiWangCave_03_General",
"4228": "BigWorld_Xm33_JamshidCup_General",
"4229": "BigWorld_Xm33_JamshidCup_Boss",
"4230": "BigWorld_Xm33_EternalOasis",
"4231": "BigWorld_Xm33_StormDesert_Out_S",
"4232": "BigWorld_Xm33_Robot",
"4233": "BigWorld_Xm33_Robot",
"4234": "BigWorld_Xm33_SandRuins_General",
"4235": "BigWorld_Xm33_SandRuins_UnderGround_Cave01",
"4236": "BigWorld_Xm33_SandRuins_UnderGround_Cave02",
"4237": "BigWorld_Xm33_SandRuins_Inside",
"4238": "BigWorld_Xm33_StormDesert_Middle_S",
"4239": "BigWorld_Xm33_GrassDragonCave",
"4240": "BigWorld_Xm33_SandwormCave_General",
"4241": "BigWorld_Xm33_SandwormCave_General",
"4242": "BigWorld_Xm33_SandwormCave_General",
"4243": "BigWorld_Xm33_SandwormCave_General",
"4244": "BigWorld_Xm33_GrassDragonCave",
"4245": "BigWorld_Xm33_HugeFissure_Middle",
"4246": "BigWorld_Xm33_StormDesert_Middle_S",
"4247": "BigWorld_Xm33_StormDesert_Out",
"4248": "BigWorld_Xm33_StormDesert_Out",
"4249": "BigWorld_Xm33_StormDesert_Out",
"4250": "BigWorld_Xm33_StormDesert_Out",
"4251": "BigWorld_Xm33_StormDesert_Transition",
"4252": "BigWorld_Xm33_EternalOasis",
"4253": "BigWorld_Xm33_EternalOasis",
"4254": "BigWorld_Xm33_HugeFissure_Middle",
"5001": "BigWorld_Fd_Wharf",
"5002": "BigWorld_Fd_CityOfTears",
"5003": "BigWorld_Fd_CityOfTears_Corridor",
"5004": "BigWorld_Fd_CityOfTears_Marian",
"5005": "BigWorld_Fd_FDC",
"5006": "BigWorld_Fd_OldTown",
"5007": "BigWorld_DI_WeiWei_Foggy",
"6001": "BigWorld_Ly_General",
"7001": "BigWorld_Ly_General",
"9001": "BigWorld_DI_General",
"9002": "BigWorld_DI_BuDing",
"9003": "BigWorld_DI_ShuangShuang_02",
"9004": "BigWorld_DI_PoPo_Cloudy",
"9005": "BigWorld_DI_WeiWei",
"9006": "BigWorld_DI_WeiWei_Rain",
"9007": "BigWorld_DI_WeiWei_Foggy",
"9008": "BigWorld_DI_DMP01",
"9009": "BigWorld_DI_General",
"9010": "BigWorld_DI_Fog_Light",
"9011": "BigWorld_DI_ThunderStorm",
"9012": "BigWorld_DI_Fog_Light",
"9013": "BigWorld_DI_Fog_Light",
"9014": "BigWorld_DI_Fog_Light",
"9015": "BigWorld_DI_PoPo_Sunny",
"9016": "BigWorld_DI_General_24H",
"9017": "BigWorld_DI_General_24H",
"9018": "BigWorld_DI_General_24H",
"9019": "BigWorld_DI_Social",
"9020": "BigWorld_DI_ShuangShuang",
"9999": "BigWorld_Md_General",
"10001": "Dungeon_XianglingPlotLevel01_Test",
"10002": "Dungeon_XianglingPlotLevel01",
"10003": "Dungeon_FCdungeon_Hutao_01",
"10004": "Dungeon_FCdungeon_Hutao_02",
"10005": "Dungeon_FCdungeon_GoddessLY01",
"10006": "Dungeon_FCdungeon_GoddessLY02",
"10007": "Dungeon_FCdungeon_GoddessLY01",
"10008": "Dungeon_FCdungeon_GoddessLY02",
"10009": "Dungeon_CycleDungeon_WindFlower",
"10010": "Dungeon_CycleDungeon_WindFlower_Outdoor",
"10011": "Dungeon_CycleDungeon_WindFlower_Outdoor",
"10012": "Dungeon_DahakaBoss01",
"10013": "Dungeon_DahakaBoss01",
"10014": "Dungeon_DahakaBoss01",
"10015": "Dungeon_DahakaBoss01",
"10016": "Dungeon_DahakaBoss01",
"10017": "Dungeon_FCdungeon_MistTrial_Bottom",
"10018": "Dungeon_FCdungeon_MistTrial",
"10019": "Dungeon_FCdungeon_MistTrial_Bottom",
"10020": "Dungeon_FCdungeon_MistTrial",
"10021": "Dungeon_FCdungeon_MistTrial_Bottom",
"10022": "Dungeon_FCdungeon_MistTrial",
"10023": "Dungeon_FCdungeon_MistTrial_Bottom",
"10024": "Dungeon_FCdungeon_MistTrial",
"10025": "Dungeon_FCdungeon_MistTrial_Bottom",
"10026": "Dungeon_FCdungeon_MistTrial",
"10027": "Dungeon_FCdungeon_MistTrial_Bottom",
"10028": "Dungeon_FCdungeon_MistTrial",
"10029": "Dungeon_DonjonBattle",
"10030": "Dungeon_DonjonBattle",
"10031": "Dungeon_DonjonBattle",
"10032": "Dungeon_DonjonBattle",
"10033": "Dungeon_DonjonBattle",
"10034": "Dungeon_DonjonBattle",
"10035": "Dungeon_ContestBattle01",
"10036": "Dungeon_ContestBattle01",
"10037": "Dungeon_ContestBattle01",
"10038": "Dungeon_ContestBattle01",
"10039": "Dungeon_ContestBattle01",
"10040": "Dungeon_ContestBattle01",
"10041": "Dungeon_ContestBattle01",
"10042": "Dungeon_ContestBattle01",
"10043": "Dungeon_ContestBattle01",
"10044": "Dungeon_ContestBattle01",
"10045": "Dungeon_ContestBattle01",
"10046": "Dungeon_ContestBattle01",
"10047": "Dungeon_ContestBattle01",
"10048": "Dungeon_ContestBattle01",
"10049": "Dungeon_ContestBattle01",
"10050": "Dungeon_ContestBattle01",
"10051": "Dungeon_ContestBattle01",
"10052": "Dungeon_ContestBattle01",
"10053": "Dungeon_ContestBattle01",
"10054": "Dungeon_ContestBattle01",
"10055": "Dungeon_ContestBattle01",
"10056": "Dungeon_ContestBattle01",
"10057": "Dungeon_ContestBattle01",
"10058": "Dungeon_ContestBattle01",
"10059": "Dungeon_FCDungeon_Delusion01",
"10060": "Dungeon_Dq_Void02",
"10061": "Dungeon_Dq_Void02",
"10062": "Dungeon_Dq_Void02",
"10063": "Dungeon_Dq_Void02",
"10064": "Dungeon_OnmyoMaze01_CutsceneRoom",
"10065": "Homeworld_HomeExterior_Ukiyo",
"10066": "Homeworld_HomeExterior_Ukiyo",
"10067": "Dungeon_FCdungeon_ShenheCloud01",
"10068": "Dungeon_FCdungeon_ShenheCloud02",
"10069": "Dungeon_FCdungeon_ShenheCloud03",
"10070": "Dungeon_FCdungeon_ShenheCloud04",
"10071": "Dungeon_FCdungeon_ShenheCloud05",
"10072": "Dungeon_DreamIsland_XinyanDungeon_Cave1",
"10073": "Dungeon_DreamIsland_XinyanDungeon_Cave2",
"10074": "Dungeon_DreamIsland_XinyanDungeon_Cave3",
"10075": "Dungeon_DreamIsland_XinyanDungeon_Island1_1",
"10076": "Dungeon_DreamIsland_XinyanDungeon_Bridge1",
"10077": "Dungeon_DreamIsland_XinyanDungeon_Island3_1",
"10078": "Dungeon_DreamIsland_XinyanDungeon_Island1_2",
"10079": "Dungeon_DreamIsland_XinyanDungeon_Island3_2",
"10080": "Dungeon_WeekDungeon_Baal",
"10081": "Dungeon_WeekDungeon_Baal",
"10082": "Dungeon_CYDungeon_Activy03_01",
"10083": "Dungeon_CYDungeon_Activy03_02",
"10084": "Dungeon_CYDungeon_Activy03_03",
"10085": "Dungeon_CYDungeon_Activy03_04",
"10086": "Dungeon_CYDungeon_Activy03_01",
"10087": "Dungeon_CYDungeon_Activy03_02",
"10088": "Dungeon_CYDungeon_Activy03_03",
"10089": "Dungeon_CYDungeon_Activy03_04",
"10090": "Dungeon_DreamIsland_Mona_StarrySky_01",
"10091": "Dungeon_DreamIsland_Mona_StarrySky_02",
"10092": "Dungeon_DreamIsland_Mona_StarrySky_02Rain",
"10093": "Dungeon_DreamIsland_Mona_StarrySky_01",
"10094": "Dungeon_DreamIsland_Kazuha02_Special",
"10095": "Dungeon_CYDungeon_Activy02",
"10096": "Dungeon_CYDungeon_Activy02_Void",
"10097": "Dungeon_CYDungeon_Activy03_Corridor",
"10098": "Dungeon_CYDungeon_Activy03_VoidSpace",
"10099": "Dungeon_CYDungeon_Activy03_Corridor",
"10100": "Dungeon_CYDungeon_Activy02_Cave",
"10101": "Dungeon_CYDungeon_Activy02_Cave",
"10102": "Dungeon_DreamIsland_XinyanDungeon_Island3_1",
"10103": "Dungeon_DreamIsland_XinyanDungeon_Island3_1",
"10104": "Dungeon_DreamIsland_XinyanDungeon_Home",
"10105": "Dungeon_DreamIsland_Mona_Home",
"10106": "Dungeon_DreamIsland_Mona01",
"10107": "Dungeon_DreamIsland_Mona02",
"10108": "Dungeon_ContestBattle01",
"10109": "Dungeon_ContestBattle01",
"10110": "Dungeon_ContestBattle01",
"10111": "Dungeon_ContestBattle01",
"10112": "Dungeon_ContestBattle01",
"10113": "Dungeon_ContestBattle01",
"10114": "Dungeon_ContestBattle01",
"10115": "Dungeon_ContestBattle01",
"10116": "Dungeon_ContestBattle01",
"10117": "Dungeon_ContestBattle01",
"10118": "Dungeon_ContestBattle01",
"10119": "Dungeon_ContestBattle01",
"10120": "Dungeon_ContestBattle01",
"10121": "Dungeon_ContestBattle01",
"10122": "Dungeon_ContestBattle01",
"10123": "Dungeon_ContestBattle01",
"10124": "Dungeon_ContestBattle01",
"10125": "Dungeon_ContestBattle01",
"10126": "Dungeon_ContestBattle01",
"10127": "Dungeon_ContestBattle01",
"10128": "Dungeon_ContestBattle01",
"10129": "Dungeon_ContestBattle01",
"10130": "Dungeon_ContestBattle01",
"10131": "Dungeon_ContestBattle01",
"10132": "Dungeon_XMdungeon_WQ01_02",
"10133": "Dungeon_XMdungeon_WQ01_03",
"10134": "Dungeon_SmrDungeon_BigTree_Room",
"10135": "Dungeon_SmrDungeon_BigTree_Room",
"10136": "Dungeon_SmrDungeon_BigTree_Flower",
"10137": "Dungeon_SmrDungeon_BigTree_Flower",
"10138": "Homeworld_HomeExterior_Sumeru",
"10139": "Homeworld_HomeExterior_Sumeru_Yellow",
"10140": "Dungeon_FC_DeshretTemple_General",
"10141": "Dungeon_FC_DeshretTemple_Ending",
"10142": "Dungeon_Xm_ScaramoucheBoss02",
"10143": "Dungeon_Xm_ScaramoucheBoss02",
"10144": "Dungeon_UGCDungeon_CustomLevel_A_01",
"10145": "Dungeon_UGCDungeon_CustomLevel_A_02",
"10146": "Dungeon_UGCDungeon_CustomLevel_A_03",
"10147": "Dungeon_UGCDungeon_CustomLevel_A_04",
"10148": "Dungeon_UGCDungeon_CustomLevel_A_05",
"10149": "Dungeon_UGCDungeon_CustomLevel_A_06",
"10150": "Dungeon_FCDungeon_Delusion01",
"10151": "Dungeon_NahidaDungeon_01",
"10152": "Dungeon_NahidaDungeon_02",
"10153": "Dungeon_NahidaDungeon_02",
"10154": "Dungeon_NahidaDungeon_03",
"10155": "Dungeon_NahidaDungeon_04",
"10156": "Dungeon_FCdungeon_BigTree_02_storm",
"10157": "Dungeon_FCdungeon_BigTree_03",
"10158": "Dungeon_NahidaDungeon_01",
"10159": "Dungeon_ContestBattle01",
"10160": "Dungeon_ContestBattle01",
"10161": "Dungeon_ContestBattle01",
"10162": "Dungeon_ContestBattle01",
"10163": "Dungeon_ContestBattle01",
"10164": "Dungeon_ContestBattle01",
"10165": "Dungeon_ContestBattle01",
"10166": "Dungeon_BrickBreaker01",
"10167": "Dungeon_BrickBreaker01",
"10168": "Dungeon_BrickBreaker01",
"10169": "Dungeon_BrickBreaker01",
"10170": "Dungeon_BrickBreaker01",
"10171": "Dungeon_BrickBreaker01",
"10172": "Dungeon_BrickBreaker01",
"10173": "Dungeon_BrickBreaker01",
"10174": "Dungeon_BrickBreaker01",
"10175": "Dungeon_Xm33_Consciousness_Indoor",
"10176": "Dungeon_Xm_Alhaitham_boss",
"10178": "Dungeon_Xm_Alhaitham_boss",
"11035": "Dungeon_ContestBattle01",
"11036": "Dungeon_ContestBattle01",
"11037": "Dungeon_ContestBattle01",
"11038": "Dungeon_ContestBattle01",
"11039": "Dungeon_ContestBattle01",
"11040": "Dungeon_ContestBattle01",
"11041": "Dungeon_ContestBattle01",
"11042": "Dungeon_ContestBattle01",
"11043": "Dungeon_ContestBattle01",
"11044": "Dungeon_ContestBattle01",
"11045": "Dungeon_ContestBattle01",
"11046": "Dungeon_ContestBattle01",
"11047": "Dungeon_ContestBattle01",
"11048": "Dungeon_ContestBattle01",
"11049": "Dungeon_ContestBattle01",
"11050": "Dungeon_ContestBattle01",
"11051": "Dungeon_ContestBattle01",
"11052": "Dungeon_ContestBattle01",
"11053": "Dungeon_ContestBattle01",
"11054": "Dungeon_ContestBattle01",
"11055": "Dungeon_ContestBattle01",
"11056": "Dungeon_ContestBattle01",
"11057": "Dungeon_ContestBattle01",
"11058": "Dungeon_ContestBattle01",
"90001": "BigWorld_Md_General"
}
================================================
FILE: src/i18n/data/zh-CN/artifactInfo.json
================================================
[
{
"id": 214001,
"name": "冰风迷途的勇士",
"desc1": "获得15%冰元素伤害加成。",
"desc2": "攻击处于冰元素影响下的敌人时,暴击率提高20%;若敌人处于冻结状态下,则暴击率额外提高20%。"
},
{
"id": 214002,
"name": "平息鸣雷的尊者",
"desc1": "雷元素抗性提高40%。",
"desc2": "对处于雷元素影响下的敌人造成的伤害提升35%。"
},
{
"id": 214003,
"name": "渡过烈火的贤人",
"desc1": "火元素抗性提高40%。",
"desc2": "对处于火元素影响下的敌人造成的伤害提升35%。"
},
{
"id": 214004,
"name": "被怜爱的少女",
"desc1": "角色造成的治疗效果提升15%。",
"desc2": "施放元素战技或元素爆发后的10秒内,队伍中所有角色受治疗效果加成提高20%。"
},
{
"id": 215001,
"name": "角斗士的终幕礼",
"desc1": "攻击力提高18%。",
"desc2": "装备该圣遗物套装的角色为单手剑、双手剑、长柄武器角色时,角色普通攻击造成的伤害提高35%。"
},
{
"id": 215002,
"name": "翠绿之影",
"desc1": "获得15%风元素伤害加成。",
"desc2": "扩散反应造成的伤害提升60%。根据扩散的元素类型,降低受到影响的敌人40%的对应元素抗性,持续10秒。"
},
{
"id": 215003,
"name": "流浪大地的乐团",
"desc1": "元素精通提高80点。",
"desc2": "装备该圣遗物套装的角色为法器、弓箭角色时,角色重击造成的伤害提高35%。"
},
{
"id": 215004,
"name": "冰之川与雪之砂",
"desc1": "获得15%冰元素伤害加成。",
"desc2": "超导反应造成的伤害提升100%,融化反应的加成系数提高15%。施放元素爆发后的10秒内,冰元素伤害加成额外提升30%。"
},
{
"id": 215005,
"name": "如雷的盛怒",
"desc1": "获得15%雷元素伤害加成。",
"desc2": "超载、感电、超导、超绽放反应造成的伤害提升40%,超激化反应带来的伤害提升提高20%。触发上述元素反应或原激化反应时,元素战技冷却时间减少1秒。该效果每0.8秒最多触发一次。"
},
{
"id": 215006,
"name": "炽烈的炎之魔女",
"desc1": "获得15%火元素伤害加成。",
"desc2": "超载、燃烧、烈绽放反应造成的伤害提升40%,蒸发、融化反应的加成系数提高15%。施放元素战技后的10秒内,2件套的效果提高50%,该效果最多叠加3次。"
},
{
"id": 215007,
"name": "昔日宗室之仪",
"desc1": "元素爆发造成的伤害提升20%。",
"desc2": "施放元素爆发后,队伍中所有角色攻击力提升20%,持续12秒。该效果不可叠加。"
},
{
"id": 215008,
"name": "染血的骑士道",
"desc1": "造成的物理伤害提高25%。",
"desc2": "击败敌人后的10秒内,施放重击时不消耗体力,且重击造成的伤害提升50%。"
},
{
"id": 215014,
"name": "悠古的磐岩",
"desc1": "获得15%岩元素伤害加成。",
"desc2": "获得结晶反应形成的晶片时,队伍中所有角色获得35%对应元素伤害加成,持续10秒。同时只能通过该效果获得一种元素伤害加成。"
},
{
"id": 215015,
"name": "逆飞的流星",
"desc1": "护盾强效提高35%。",
"desc2": "处于护盾庇护下时,额外获得40%普通攻击和重击伤害加成。"
},
{
"id": 215016,
"name": "沉沦之心",
"desc1": "获得15%水元素伤害加成。",
"desc2": "施放元素战技后的15秒内,普通攻击与重击造成的伤害提高30%。"
},
{
"id": 215017,
"name": "千岩牢固",
"desc1": "生命值提升20%",
"desc2": "元素战技命中敌人后,使队伍中附近的所有角色攻击力提升20%,护盾强效提升30%,持续3秒。该效果每0.5秒至多触发一次。装备此圣遗物套装的角色处于队伍后台时,依然能触发该效果。"
},
{
"id": 215018,
"name": "苍白之火",
"desc1": "造成的物理伤害提高25%。",
"desc2": "元素战技命中敌人后,攻击力提升9%。该效果持续7秒,至多叠加2层,每0.3秒至多触发一次。叠满2层时,2件套的效果提升100%。"
},
{
"id": 215019,
"name": "追忆之注连",
"desc1": "攻击力提高18%。",
"desc2": "施放元素战技时,如果角色的元素能量高于或等于15点,则会流失15点元素能量,使接下来的10秒内,普通攻击、重击、下落攻击造成的伤害提高50%,持续期间内该效果不会再次触发。"
},
{
"id": 215020,
"name": "绝缘之旗印",
"desc1": "元素充能效率提高20%。",
"desc2": "基于元素充能效率的25%,提高元素爆发造成的伤害。至多通过这种方式获得75%提升。"
},
{
"id": 215021,
"name": "华馆梦醒形骸记",
"desc1": "防御力提高30%。",
"desc2": "装备此圣遗物套装的角色在以下情况下,将获得「问答」效果:在场上用岩元素攻击命中敌人后获得一层,每0.3秒至多触发一次;在队伍后台中,每3秒获得一层。问答至多叠加4层,每层能提供6%防御力与6%岩元素伤害加成。每6秒,若未获得问答效果,将损失一层。"
},
{
"id": 215022,
"name": "海染砗磲",
"desc1": "治疗加成提高15%。",
"desc2": "装备此圣遗物套装的角色对队伍中的角色进行治疗时,将产生持续3秒的海染泡沫,记录治疗的生命值回复量(包括溢出值)。持续时间结束时,海染泡沫将会爆炸,对周围的敌人造成90%累计回复量的伤害(该伤害结算方式同感电、超导等元素反应,但不受元素精通、等级或反应伤害加成效果影响)。每3.5秒至多产生一个海染泡沫;海染泡沫至多记录30000点回复量,含溢出部分的治疗量;自己的队伍中同时至多存在一个海染泡沫。装备此圣遗物套装的角色处于队伍后台时,依然能触发该效果。"
},
{
"id": 215023,
"name": "辰砂往生录",
"desc1": "攻击力提高18%。",
"desc2": "施放元素爆发后,将产生持续16秒的「潜光」效果:攻击力提升8%;并在角色的生命值降低时,攻击力进一步提升10%,至多通过这种方式提升4次,每0.8秒至多触发一次。「潜光」效果将在角色退场时消失;持续期间再次施放元素爆发,将移除原有的「潜光」。"
},
{
"id": 215024,
"name": "来歆余响",
"desc1": "攻击力提高18%。",
"desc2": "普通攻击命中敌人时,有36%概率触发「幽谷祝祀」:普通攻击造成的伤害提高,伤害提高值为攻击力的70%,该效果将在普通攻击造成伤害后的0.05秒后清除。普通攻击未触发「幽谷祝祀」时,会使下次触发概率提升20%;0.2秒内至多判定1次触发与否。"
},
{
"id": 215025,
"name": "深林的记忆",
"desc1": "获得15%草元素伤害加成。",
"desc2": "元素战技或元素爆发命中敌人后,使命中目标的草元素抗性降低30%,持续8秒。装备者处于队伍后台时,依然能触发该效果。"
},
{
"id": 215026,
"name": "饰金之梦",
"desc1": "元素精通提高80点。",
"desc2": "触发元素反应后的8秒内,会根据队伍内其他角色的元素类型,使装备者获得强化:队伍中每存在1个和装备者同类元素的角色,攻击力提升14%;每存在1个和装备者不同元素类型的角色,元素精通提升50点。上述每类效果至多计算3个角色。该效果每8秒至多触发一次。装备者处于队伍后台时,依然能触发该效果。"
},
{
"id": 215027,
"name": "沙上楼阁史话",
"desc1": "获得15%风元素伤害加成。",
"desc2": "重击命中敌人后,该角色的普通攻击速度提升10%,普通攻击、重击与下落攻击造成的伤害提升40%,持续15秒。"
},
{
"id": 215028,
"name": "乐园遗落之花",
"desc1": "元素精通提高80点。",
"desc2": "装备者绽放、超绽放、烈绽放反应造成的伤害提升40%。此外,装备者触发绽放、超绽放、烈绽放后,上述效果带来的加成提升25%,该效果持续10秒,至多叠加4次,每1秒至多触发一次。装备者处于队伍后台时依然能触发该效果。"
}
]
================================================
FILE: src/i18n/data/zh-CN/avatarItem.json
================================================
{
"10000001": "凯特",
"10000002": "神里绫华",
"10000003": "琴",
"10000005": "旅行者",
"10000006": "丽莎",
"10000007": "旅行者",
"10000014": "芭芭拉",
"10000015": "凯亚",
"10000016": "迪卢克",
"10000020": "雷泽",
"10000021": "安柏",
"10000022": "温迪",
"10000023": "香菱",
"10000024": "北斗",
"10000025": "行秋",
"10000026": "魈",
"10000027": "凝光",
"10000029": "可莉",
"10000030": "钟离",
"10000031": "菲谢尔",
"10000032": "班尼特",
"10000033": "达达利亚",
"10000034": "诺艾尔",
"10000035": "七七",
"10000036": "重云",
"10000037": "甘雨",
"10000038": "阿贝多",
"10000039": "迪奥娜",
"10000041": "莫娜",
"10000042": "刻晴",
"10000043": "砂糖",
"10000044": "辛焱",
"10000045": "罗莎莉亚",
"10000046": "胡桃",
"10000047": "枫原万叶",
"10000048": "烟绯",
"10000049": "宵宫",
"10000050": "托马",
"10000051": "优菈",
"10000052": "雷电将军",
"10000053": "早柚",
"10000054": "珊瑚宫心海",
"10000055": "五郎",
"10000056": "九条裟罗",
"10000057": "荒泷一斗",
"10000058": "八重神子",
"10000059": "鹿野院平藏",
"10000060": "夜兰",
"10000062": "埃洛伊",
"10000063": "申鹤",
"10000064": "云堇",
"10000065": "久岐忍",
"10000066": "神里绫人",
"10000067": "柯莱",
"10000068": "多莉",
"10000069": "提纳里",
"10000070": "妮露",
"10000071": "赛诺",
"10000072": "坎蒂丝",
"10000073": "纳西妲",
"10000074": "莱依拉",
"10000075": "流浪者",
"10000076": "珐露珊",
"10000077": "瑶瑶",
"10000078": "艾尔海森",
"11000008": "队伍测试4号",
"11000009": "场景测试",
"11000010": "裸模1号",
"11000011": "裸男",
"11000013": "联机测试",
"11000017": "成男体型测试",
"11000018": "成女体型测试",
"11000019": "少女体型测试",
"11000025": "阿葵丽雅",
"11000026": "瑶瑶",
"11000027": "少女体型测试-二号机",
"11000028": "白盒少女",
"11000030": "大剑少女",
"11000031": "后武器测试A",
"11000032": "后武器测试B",
"11000033": "后武器测试C",
"11000034": "后武器测试D",
"11000035": "长枪成女",
"11000036": "单手剑成女测试",
"11000037": "Rx白盒",
"11000038": "少男体型测试",
"11000039": "成男体型测试",
"11000040": "女主新普攻",
"11000041": "男主新普攻",
"11000042": "重云(测试)",
"11000043": "测试角色",
"11000044": "七七(测试)",
"11000045": "迪奥娜(测试)"
}
================================================
FILE: src/i18n/data/zh-CN/index.ts
================================================
import { type MonsterType, type WeaponType, type MaterialType, transformItems } from '../common/transform'
import artifactInfoJson from './artifactInfo.json?raw'
import avatarItemJson from './avatarItem.json?raw'
import materialItemJson from './materialItem.json?raw'
import monsterItemJson from './monsterItem.json?raw'
import questItemJson from './questItem.json?raw'
import { route } from './route'
import sceneItemJson from './sceneItem.json?raw'
import weaponItemJson from './weaponItem.json?raw'
import weatherItemJson from './weatherItem.json?raw'
const monsterTypeDict: Record = {
MONSTER_ORDINARY: '怪物',
MONSTER_BOSS: '首领',
MONSTER_ENV_ANIMAL: '动物',
MONSTER_FISH: '鱼',
MONSTER_PARTNER: '友军'
}
const questTags = ['隐藏', '测试', '未发布']
const weatherType = ['晴天', '多云', '雨天', '雷雨', '雪天', '多雾']
const itemTags = ['角色', '武器', '材料']
const weaponTypeDict: Record = {
WEAPON_SWORD_ONE_HAND: '单手剑',
WEAPON_CLAYMORE: '双手剑',
WEAPON_POLE: '长柄武器',
WEAPON_CATALYST: '法器',
WEAPON_BOW: '弓'
}
const materialTypeDict: Record = {
undefined: '杂项',
FAKE_ABSORBATE: 'FAKE_ABSORBATE',
ADSORBATE: 'ADSORBATE',
CONSUME: '消耗品',
TALENT: '命星',
AVATAR: '角色',
CHEST: '宝箱',
NOTICE_ADD_HP: '烹饪',
EXCHANGE: 'EXCHANGE',
WOOD: '木材',
QUEST: '任务',
CRICKET: 'CRICKET',
WIDGET: '小道具',
ELEM_CRYSTAL: '神瞳',
SPICE_FOOD: 'SPICE_FOOD',
ACTIVITY_GEAR: 'ACTIVITY_GEAR',
ACTIVITY_ROBOT: 'ACTIVITY_ROBOT',
ACTIVITY_JIGSAW: 'ACTIVITY_JIGSAW',
FOOD: '食物',
EXP_FRUIT: '经验',
WEAPON_EXP_STONE: '矿',
AVATAR_MATERIAL: '角色材料',
RELIQUARY_MATERIAL: 'RELIQUARY_MATERIAL',
CONSUME_BATCH_USE: '树脂',
FISH_BAIT: '鱼饵',
CHEST_BATCH_USE: 'CHEST_BATCH_USE',
SELECTABLE_CHEST: 'SELECTABLE_CHEST',
HOME_SEED: '种子',
FLYCLOAK: '翅膀',
BGM: '音乐',
SEA_LAMP: 'SEA_LAMP',
CHANNELLER_SLAB_BUFF: 'CHANNELLER_SLAB_BUFF',
FISH_ROD: '钓竿',
NAMECARD: '名片',
ARANARA: 'ARANARA',
DESHRET_MANUAL: 'DESHRET_MANUAL',
FIREWORKS: 'FIREWORKS',
COSTUME: '衣装',
FURNITURE_SUITE_FORMULA: '摆设套装',
FURNITURE_FORMULA: '摆设',
RENAME_ITEM: 'RENAME_ITEM',
GCG_EXCHANGE_ITEM: 'GCG_EXCHANGE_ITEM',
GCG_CARD: 'GCG_CARD',
GCG_CARD_FACE: 'GCG_CARD_FACE',
GCG_CARD_BACK: 'GCG_CARD_BACK',
GCG_FIELD: 'GCG_FIELD'
}
const items = transformItems({
artifactInfoJson,
monsterItemJson,
monsterTypeDict,
questItemJson,
questTags,
sceneItemJson,
weatherItemJson,
weatherType,
itemTags,
avatarItemJson,
weaponItemJson,
weaponTypeDict,
materialItemJson,
materialTypeDict
})
const message: Message = { route, ...items }
export default message
================================================
FILE: src/i18n/data/zh-CN/materialItem.json
================================================
{
"undefined": {
"101": "角色经验",
"102": "冒险阅历",
"103": "星尘",
"104": "星辉",
"105": "好感经验",
"106": "原粹树脂",
"107": "传说钥匙",
"108": "(test)天体推演",
"109": "熄星能量",
"110": "熄星精粹",
"111": "微光精粹",
"112": "温暖精粹",
"113": "奇迹精粹",
"115": "平安玉符",
"116": "节庆热度",
"117": "奇术符",
"118": "庆典巡回券",
"119": "奇趣协力券",
"120": "纯水真心",
"121": "信任值",
"122": "碎果数据",
"123": "迷踪币",
"124": "亮闪闪的漂流物",
"125": "迷你「羽球」",
"126": "神秘齿轮",
"127": "鸣雷霰子",
"128": "鸣雷纯晶",
"129": "弈棋术经验",
"130": "灵妙玉符",
"131": "逐月节节庆热度",
"132": "残悴之式札",
"133": "虚损之拓本",
"134": "朽裂之庚牌",
"135": "踏雪章",
"136": "克险章",
"137": "逢福玉符",
"138": "完璧玉符",
"139": "降魔玉符",
"140": "幽蕴砺石",
"141": "花簇簇的漂流物",
"142": "战策碎珀",
"143": "巧思手记",
"144": "随想草稿",
"146": "牌手经验",
"147": "节庆热度",
"148": "营业收入",
"149": "可用资金",
"150": "巧策灵感",
"151": "蘑菇宝钱",
"152": "灵蕈奖章",
"153": "绮碎斑晶",
"155": "试胆会的票券",
"156": "节庆热度",
"203": "创世结晶",
"204": "洞天宝钱",
"205": "幸运牌币(废弃)",
"314": "声望经验·稻妻",
"315": "声望经验·蒙德",
"316": "声望经验·须弥",
"317": "声望经验·璃月",
"101106": "北陆单手剑",
"101107": "北陆弓",
"101108": "北陆双手剑",
"101109": "北陆法器",
"101110": "北陆长柄武器"
},
"FAKE_ABSORBATE": { "114": "铁钱", "145": "古铁钱" },
"ADSORBATE": {
"201": "原石",
"202": "摩拉",
"2001": "元素能量球(火)",
"2002": "元素能量球(水)",
"2003": "元素能量球(草)",
"2004": "元素能量球(电)",
"2005": "元素能量球(风)",
"2006": "元素能量球(冰)",
"2007": "元素能量球(岩)",
"2008": "元素能量球(全)",
"2017": "原子能量球(火)",
"2018": "原子能量球(水)",
"2019": "原子能量球(草)",
"2020": "原子能量球(电)",
"2021": "原子能量球(风)",
"2022": "原子能量球(冰)",
"2023": "原子能量球(岩)",
"2024": "原子能量球(全)",
"2025": "任务用-超量原子能量球(全)",
"2026": "时间碎片(玩法道具)",
"2027": "时间碎片(玩法道具)",
"2028": "任务用-元素蜜囊原子能量球",
"2029": "任务用-元素蜜囊原子能量球"
},
"CONSUME": {
"210": "原粹精珀(废弃)",
"211": "原粹树脂(废弃)",
"221": "无主的星辉",
"222": "无主的星尘",
"223": "纠缠之缘",
"224": "相遇之缘",
"301": "火之印",
"302": "水之印",
"303": "草之印",
"304": "雷之印",
"305": "风之印",
"306": "冰之印",
"307": "岩之印",
"1201": "珍珠纪行·初稿",
"1202": "空月祝福·新月",
"100225": "狩猎陷阱",
"100865": "附有记忆的面具(废弃)",
"100934": "键纹",
"100935": "键纹",
"100936": "键纹",
"100937": "键纹",
"100938": "键纹",
"101005": "深赤之石",
"101007": "深赤之石",
"101692": "光界之印",
"101693": "光界之核",
"101713": "(test)光能球",
"101714": "香气四溢的调料",
"104201": "嬗变之尘",
"106000": "测试用体力成长道具",
"106001": "测试用体力临时增长道具",
"107002": "元素晶尘",
"107006": "蒙德地灵龛之钥",
"107007": "璃月地灵龛之钥",
"107008": "稻妻地灵龛之钥",
"107013": "仙速瓶",
"107018": "须弥地灵龛之钥",
"107020": "对局邀请函",
"107021": "幸运牌币",
"109000": "食谱道具",
"109101": "食谱:野菇鸡肉串",
"109102": "食谱:渔人吐司",
"109103": "食谱:火火肉酱面",
"109104": "食谱:甜甜花酿鸡",
"109106": "食谱:嘟嘟莲海鲜羹",
"109107": "食谱:黄油松茸",
"109201": "食谱:提瓦特煎蛋",
"109202": "食谱:北地烟熏鸡",
"109203": "食谱:白汁时蔬烩肉",
"109204": "食谱:冷肉拼盘",
"109205": "食谱:蜜酱胡萝卜煎肉",
"109206": "食谱:蟹黄火腿焗时蔬",
"109207": "食谱:烤蘑菇披萨",
"109301": "食谱:烤肉排",
"109302": "食谱:萝卜时蔬汤",
"109303": "食谱:蒙德土豆饼",
"109304": "食谱:「堆高高」",
"109401": "食谱:庄园烤松饼",
"109402": "食谱:炸萝卜丸子",
"109403": "食谱:满足沙拉",
"109404": "食谱:翡玉什锦袋",
"109405": "食谱:蒙德烤鱼",
"109406": "食谱:摩拉肉",
"109407": "食谱:爆炒肉片",
"109408": "食谱:杏仁豆腐",
"109409": "食谱:香嫩椒椒鸡",
"109410": "食谱:珍珠翡翠白玉汤",
"109411": "食谱:松茸酿肉卷",
"109412": "食谱:中原杂碎",
"109413": "食谱:水煮黑背鲈",
"109414": "食谱:松鼠鱼",
"109415": "食谱:黄金蟹",
"109416": "食谱:水晶虾",
"109417": "食谱:烤吃虎鱼",
"109418": "食谱:风神杂烩菜",
"109419": "食谱:莲子禽蛋羹",
"109420": "食谱:仙跳墙",
"109421": "食谱:金丝虾球",
"109422": "食谱:轻策农家菜",
"109423": "食谱:来来菜",
"109424": "食谱:山珍热卤面",
"109425": "食谱:腌笃鲜",
"109426": "食谱:扣三丝",
"109427": "食谱:天枢肉",
"109428": "食谱:莲花酥",
"109429": "食谱:月亮派",
"109430": "食谱:冒险家蛋堡",
"109431": "食谱:北地苹果焖肉",
"109432": "食谱:蟹黄豆腐",
"109433": "食谱:明月蛋",
"109434": "食谱:干锅腊肉",
"109435": "食谱:干炒鱼河",
"109436": "食谱:素鲍鱼",
"109437": "食谱:岩港三鲜",
"109438": "食谱:清炒虾仁",
"109439": "食谱:米窝窝",
"109440": "食谱:稠汁蔬菜炖肉",
"109441": "食谱:黄油煎鱼",
"109442": "食谱:四方和平",
"109443": "食谱:绝云锅巴",
"109444": "食谱:鲜虾脆薯盏",
"109445": "食谱:薄荷果冻",
"109446": "食谱:凉拌薄荷",
"109447": "食谱:兽肉薄荷卷",
"109448": "食谱:大黄金吮指鸡",
"109449": "食谱:脆脆鸡腿堡",
"109450": "食谱:香浓土豆泥",
"109451": "食谱:鸡豆花",
"109452": "食谱:金枪鱼寿司",
"109453": "食谱:三彩团子",
"109454": "食谱:饭团",
"109455": "食谱:刺身拼盘",
"109456": "食谱:兽骨拉面",
"109457": "食谱:鸟蛋烧",
"109458": "食谱:干烧香鱼",
"109459": "食谱:黄油蟹蟹",
"109460": "食谱:串串三味",
"109461": "食谱:味噌汤",
"109462": "食谱:渡来禽肉",
"109463": "食谱:绯樱饼",
"109464": "食谱:绀田煮",
"109465": "食谱:市井杂煮",
"109466": "食谱:什锦炒面",
"109467": "食谱:蟹黄壳壳烧",
"109468": "食谱:绯樱天妇罗",
"109469": "食谱:米饭布丁",
"109470": "食谱:红烩兽肉",
"109471": "食谱:文心豆腐",
"109472": "食谱:辣肉窝窝头",
"109473": "食谱:活力喵饭",
"109474": "食谱:甜虾寿司",
"109475": "食谱:鸟蛋寿司",
"109476": "食谱:蛋包饭",
"109477": "食谱:日落鲷鱼烧",
"109478": "食谱:多多烧",
"109479": "食谱:蒲烧鳗肉",
"109480": "食谱:鲜鱼炖萝卜",
"109481": "食谱:若竹煮",
"109482": "食谱:树莓水馒头",
"109483": "食谱:荞麦面",
"109484": "食谱:鳗肉茶泡饭",
"109485": "食谱:五宝腌菜",
"109486": "食谱:绯樱虾仙贝",
"109487": "食谱:丰年有余",
"109488": "食谱:龙须面",
"109489": "食谱:山家烧",
"109490": "食谱:乌冬面",
"109491": "食谱:炸肉排三明治",
"109492": "食谱:紫苑云霓",
"109493": "食谱:黄油鸡",
"109494": "食谱:烤肉卷",
"109495": "食谱:雨林沙拉",
"109496": "食谱:马萨拉芝士球",
"109497": "食谱:杂菇荟萃",
"109498": "食谱:口袋饼",
"109499": "食谱:绿汁脆球",
"109500": "食谱:薄荷豆汤",
"109501": "食谱:兽米香香",
"109502": "食谱:米圆塔",
"109503": "食谱:兰巴德鱼卷",
"109504": "食谱:咖喱虾",
"109505": "食谱:唐杜尔烤鸡",
"109506": "食谱:土豆船",
"109507": "食谱:奶酱鲜鱼",
"109508": "食谱:肉肉烤蘑菇披萨",
"109509": "食谱:日落莓莓茶",
"109510": "食谱:奶香菌菇脆塔",
"109511": "食谱:椰炭饼",
"109512": "食谱:千层酥酥",
"109513": "食谱:枣椰蜜糖",
"109514": "食谱:帕蒂沙兰布丁",
"109515": "食谱:阿如拌饭",
"109516": "食谱:假日果酿",
"109517": "食谱:蔷薇奶糊",
"109518": "食谱:萨巴桑炸角",
"109519": "食谱:萨布兹炖肉",
"109520": "食谱:秘香肉团",
"111020": "漂亮的小结晶",
"111021": "漂亮的中结晶",
"111022": "漂亮的大结晶",
"113021": "异梦溶媒",
"116001": "纪行经验",
"118002": "给旅行者的小蛋糕",
"118004": "给旅行者的小蛋糕",
"118006": "给旅行者的小蛋糕",
"200101": "霜噬碎屑",
"200102": "霜噬结晶",
"220007": "浓缩树脂",
"220060": "试验型超燃灯",
"221001": "说明:风神瞳共鸣石",
"221002": "说明:岩神瞳共鸣石",
"221003": "图谱:岩之寻宝罗盘",
"221004": "图谱:捕风瓶",
"221005": "说明:口袋锚点",
"221006": "图谱:「寻仙的美食家」",
"221007": "说明:浓缩树脂",
"221008": "图谱:叁零式·便携营养袋",
"221009": "图谱:风之寻宝罗盘",
"221010": "雪葬之都的记忆",
"221011": "忍冬之树的记忆",
"221012": "图谱:龙脊长枪",
"221013": "柴门家传的名刀图谱",
"221014": "图谱:桂木斩长正",
"221015": "图谱:喜多院十文字",
"221016": "图谱:破魔之弓",
"221017": "图谱:放热瓶",
"221018": "附有记忆的面具",
"221019": "关于森林王的故事",
"221020": "关于沙漠的故事",
"221021": "关于王的侍从的故事",
"221022": "关于月光的故事",
"221023": "关于异兆的故事",
"221032": "说明:雷神瞳共鸣石",
"221034": "图谱:雷之寻宝罗盘",
"221035": "配方:果酿饵",
"221036": "配方:赤糜饵",
"221037": "配方:蠕虫假饵",
"221038": "配方:飞蝇假饵",
"221039": "配方:甘露饵",
"221057": "说明:草神瞳共鸣石",
"221058": "图谱:草之寻宝罗盘",
"222001": "「绘绮之枕印」",
"222002": "「烟林之真果」"
},
"TALENT": {
"911": "恒常燃烧的记忆",
"912": "奔流不息的记忆",
"913": "草木繁茂的记忆",
"914": "苍雷紫电的记忆",
"915": "四方之风的记忆",
"916": "至冬极寒的记忆",
"917": "不动晶石的记忆",
"1102": "神里绫华的命星",
"1103": "琴的命星",
"1105": "旅行者(男)的命星",
"1106": "丽莎的命星",
"1107": "旅行者(女)的命星",
"1114": "芭芭拉的命星",
"1115": "凯亚的命星",
"1116": "迪卢克的命星",
"1120": "雷泽的命星",
"1121": "安柏的命星",
"1122": "温迪的命星",
"1123": "香菱的命星",
"1124": "北斗的命星",
"1125": "行秋的命星",
"1126": "魈的命星",
"1127": "凝光的命星",
"1129": "可莉的命星",
"1130": "钟离的命星",
"1131": "菲谢尔的命星",
"1132": "班尼特的命星",
"1133": "达达利亚的命星",
"1134": "诺艾尔的命星",
"1135": "七七的命星",
"1136": "重云的命星",
"1137": "甘雨的命星",
"1138": "阿贝多的命星",
"1139": "迪奥娜的命星",
"1141": "莫娜的命星",
"1142": "刻晴的命星",
"1143": "砂糖的命星",
"1144": "辛焱的命星",
"1145": "罗莎莉亚的命星",
"1146": "胡桃的命星",
"1147": "枫原万叶的命星",
"1148": "烟绯的命星",
"1149": "宵宫的命星",
"1150": "托马的命星",
"1151": "优菈的命星",
"1152": "雷电将军的命星",
"1153": "早柚的命星",
"1154": "珊瑚宫心海的命星",
"1155": "五郎的命星",
"1156": "九条裟罗的命星",
"1157": "荒泷一斗的命星",
"1158": "八重神子的命星",
"1159": "鹿野院平藏的命星",
"1160": "夜兰的命星",
"1162": "埃洛伊的命星",
"1163": "申鹤的命星",
"1164": "云堇的命星",
"1165": "久岐忍的命星",
"1166": "神里绫人的命星",
"1167": "柯莱的命星",
"1168": "多莉的命星",
"1169": "提纳里的命星",
"1170": "妮露的命星",
"1171": "赛诺的命星",
"1172": "坎蒂丝的命星",
"1173": "纳西妲的命星",
"1174": "莱依拉的命星",
"1175": "流浪者的命星",
"1176": "珐露珊的命星",
"1177": "瑶瑶的命星",
"1178": "艾尔海森的命星"
},
"AVATAR": {
"1002": "神里绫华",
"1003": "琴",
"1005": "男主",
"1006": "丽莎",
"1007": "女主",
"1014": "芭芭拉",
"1015": "凯亚",
"1016": "迪卢克",
"1020": "雷泽",
"1021": "安柏",
"1022": "温迪",
"1023": "香菱",
"1024": "北斗",
"1025": "行秋",
"1026": "魈",
"1027": "凝光",
"1029": "可莉",
"1030": "钟离",
"1031": "菲谢尔",
"1032": "班尼特",
"1033": "达达利亚",
"1034": "诺艾尔",
"1035": "七七",
"1036": "重云",
"1037": "甘雨",
"1038": "阿贝多",
"1039": "迪奥娜",
"1041": "莫娜",
"1042": "刻晴",
"1043": "砂糖",
"1044": "辛焱",
"1045": "罗莎莉亚",
"1046": "胡桃",
"1047": "枫原万叶",
"1048": "烟绯",
"1049": "宵宫",
"1050": "托马",
"1051": "优菈",
"1052": "雷电将军",
"1053": "早柚",
"1054": "珊瑚宫心海",
"1055": "五郎",
"1056": "九条裟罗",
"1057": "荒泷一斗",
"1058": "八重神子",
"1059": "鹿野院平藏",
"1060": "夜兰",
"1062": "埃洛伊",
"1063": "申鹤",
"1064": "云堇",
"1065": "久岐忍",
"1066": "神里绫人",
"1067": "柯莱",
"1068": "多莉",
"1069": "提纳里",
"1070": "妮露",
"1071": "赛诺",
"1072": "坎蒂丝",
"1073": "纳西妲",
"1074": "莱依拉",
"1075": "流浪者",
"1076": "珐露珊",
"1077": "瑶瑶",
"1078": "艾尔海森",
"3004": "(test)神里绫华-cb1用",
"3005": "(test)香菱-cb1用",
"3006": "(test)琴-cb1用",
"3007": "(test)迪卢克-cb1用",
"3008": "(test)温迪-cb1用",
"3018": "(test)芭芭拉-cb1用",
"3019": "(test)雷泽-cb1用",
"3021": "凯亚",
"3022": "丽莎"
},
"RENAME_ITEM": { "1301": "新名撰聿" },
"CHEST": {
"3001": "(test)测试随机宝箱",
"3002": "(test)测试固定宝箱",
"3003": "(test)角色卡扭蛋",
"3009": "(test)神里绫华测试包-cb1用",
"3010": "(test)香菱测试包-cb1用",
"3011": "(test)琴测试包-cb1用",
"3012": "(test)迪卢克测试包-cb1用",
"3013": "(test)温迪测试包-cb1用",
"3014": "(test)安柏测试包-cb1用",
"3015": "(test)凯亚测试包-cb1用",
"3016": "(test)丽莎测试包-cb1用",
"3017": "(test)芭芭拉测试包-cb1用",
"3020": "(test)雷泽测试包-cb1用",
"101689": "(test)渊下宫水晶能量",
"107004": "冒险宝藏包",
"107005": "飞天大御剑宝箱",
"115001": "(test)新手礼包",
"115002": "(test)角色养成包一(全平台)",
"115003": "(test)角色养成包二(IOS)",
"115004": "(test)角色养成包三(Android)",
"115005": "(test)武器养成包一(PS4)",
"115006": "(test)武器养成包二(PC)",
"115007": "(test)武器养成包三(PC,AN)",
"115008": "(test)突破养成包一(IOS,PS4)",
"115009": "(test)突破养成包二",
"115010": "启程补给包",
"115011": "远行补给包",
"115012": "游历补给包",
"115019": "冒险助力补给包",
"115020": "冒险助力矿材包",
"115021": "冒险助力特供包",
"115022": "冒险助力教材包",
"115023": "冒险助力淬炼包",
"115028": "食谱集·「异世寻味」",
"115029": "冒险助推矿材包",
"115030": "冒险特供补给包",
"115032": "冒险助力分享包",
"115034": "冒险旺季特供包",
"115037": "社奉行的赠礼",
"115038": "精致的摆设赠礼",
"115039": "奇妙的摆设赠品",
"117001": "深秘圣物匣·三等",
"117002": "深秘圣物匣·二等",
"117003": "深秘圣物匣·一等",
"117004": "圣遗物之匣·流浪乐团与角斗士",
"117005": "圣遗物宝匣·流浪乐团与角斗士",
"117006": "深秘圣物匣·二等",
"117007": "深秘圣物匣·一等",
"117008": "深秘圣物匣·二等",
"117009": "深秘圣物匣·一等",
"117010": "深秘圣物匣·二等",
"117011": "深秘圣物匣·一等",
"118001": "给旅行者的小蛋糕",
"118003": "给旅行者的小蛋糕",
"118005": "给旅行者的小蛋糕"
},
"NOTICE_ADD_HP": {
"100001": "苹果",
"100002": "日落果",
"101212": "星蕈",
"101226": "活化的星蕈",
"101227": "枯焦的星蕈",
"108011": "奇怪的野菇鸡肉串",
"108012": "野菇鸡肉串",
"108013": "美味的野菇鸡肉串",
"108014": "果香串烤",
"108015": "奇怪的火火肉酱面",
"108016": "火火肉酱面",
"108017": "美味的火火肉酱面",
"108018": "魔法肉酱面",
"108019": "奇怪的萝卜时蔬汤",
"108020": "萝卜时蔬汤",
"108021": "美味的萝卜时蔬汤",
"108031": "奇怪的甜甜花酿鸡",
"108032": "甜甜花酿鸡",
"108033": "美味的甜甜花酿鸡",
"108041": "奇怪的烤蘑菇披萨",
"108042": "烤蘑菇披萨",
"108043": "美味的烤蘑菇披萨",
"108044": "提神醒脑披萨",
"108045": "奇怪的蒙德土豆饼",
"108046": "蒙德土豆饼",
"108047": "美味的蒙德土豆饼",
"108048": "爪爪土豆饼",
"108074": "奇怪的水煮黑背鲈",
"108075": "水煮黑背鲈",
"108076": "美味的水煮黑背鲈",
"108077": "奇怪的松鼠鱼",
"108078": "松鼠鱼",
"108079": "美味的松鼠鱼",
"108089": "奇怪的松茸酿肉卷",
"108090": "松茸酿肉卷",
"108091": "美味的松茸酿肉卷",
"108104": "奇怪的水晶虾",
"108105": "水晶虾",
"108106": "美味的水晶虾",
"108107": "奇怪的烤吃虎鱼",
"108108": "烤吃虎鱼",
"108109": "美味的烤吃虎鱼",
"108135": "万民堂水煮鱼",
"108136": "江湖百味",
"108145": "绝境求生烤鱼",
"108148": "大碗茶",
"108151": "苹果酿",
"108152": "奇怪的腌笃鲜",
"108153": "腌笃鲜",
"108154": "美味的腌笃鲜",
"108170": "奇怪的北地苹果焖肉",
"108171": "北地苹果焖肉",
"108172": "美味的北地苹果焖肉",
"108173": "文火慢炖腌笃鲜",
"108185": "奇怪的干炒鱼河",
"108186": "干炒鱼河",
"108187": "美味的干炒鱼河",
"108197": "奇怪的米窝窝",
"108198": "米窝窝",
"108199": "美味的米窝窝",
"108201": "奇怪的四方和平",
"108202": "四方和平",
"108203": "美味的四方和平",
"108213": "盛世太平",
"108215": "海灯节特色烤吃虎鱼",
"108222": "奇怪的鲜虾脆薯盏",
"108223": "鲜虾脆薯盏",
"108224": "美味的鲜虾脆薯盏",
"108225": "奇怪的薄荷果冻",
"108226": "薄荷果冻",
"108227": "美味的薄荷果冻",
"108234": "审判的晚宴",
"108238": "奇怪的脆脆鸡腿堡",
"108239": "脆脆鸡腿堡",
"108240": "美味的脆脆鸡腿堡",
"108249": "奇怪的金枪鱼寿司",
"108250": "金枪鱼寿司",
"108251": "美味的金枪鱼寿司",
"108252": "奇怪的三彩团子",
"108253": "三彩团子",
"108254": "美味的三彩团子",
"108255": "奇怪的饭团",
"108256": "饭团",
"108257": "美味的饭团",
"108261": "奇怪的兽骨拉面",
"108262": "兽骨拉面",
"108263": "美味的兽骨拉面",
"108267": "奇怪的干烧香鱼",
"108268": "干烧香鱼",
"108269": "美味的干烧香鱼",
"108276": "奇怪的味噌汤",
"108277": "味噌汤",
"108278": "美味的味噌汤",
"108301": "雨奇晴好",
"108302": "夏祭游鱼",
"108303": "头晕回避术・改",
"108304": "特制风味烤蘑菇披萨",
"108305": "团子牛奶",
"108318": "奇怪的活力喵饭",
"108319": "活力喵饭",
"108320": "美味的活力喵饭",
"108324": "奇怪的鸟蛋寿司",
"108325": "鸟蛋寿司",
"108326": "美味的鸟蛋寿司",
"108330": "奇怪的日落鲷鱼烧",
"108331": "日落鲷鱼烧",
"108332": "美味的日落鲷鱼烧",
"108336": "奇怪的蒲烧鳗肉",
"108337": "蒲烧鳗肉",
"108338": "美味的蒲烧鳗肉",
"108339": "饱腹感凝胶",
"108340": "「奇策」",
"108348": "奇怪的树莓水馒头",
"108349": "树莓水馒头",
"108350": "美味的树莓水馒头",
"108351": "奇怪的荞麦面",
"108352": "荞麦面",
"108353": "美味的荞麦面",
"108354": "「暖意」",
"108365": "常胜传说",
"108406": "奇怪的口袋饼",
"108407": "口袋饼",
"108408": "美味的口袋饼",
"108418": "奇怪的米圆塔",
"108419": "米圆塔",
"108420": "美味的米圆塔",
"108421": "奇怪的兰巴德鱼卷",
"108422": "兰巴德鱼卷",
"108423": "美味的兰巴德鱼卷",
"108424": "奇怪的咖喱虾",
"108425": "咖喱虾",
"108426": "美味的咖喱虾",
"108433": "奇怪的奶酱鲜鱼",
"108434": "奶酱鲜鱼",
"108435": "美味的奶酱鲜鱼",
"108437": "憧憬",
"108445": "奇怪的奶香菌菇脆塔",
"108446": "奶香菌菇脆塔",
"108447": "美味的奶香菌菇脆塔",
"108467": "决斗之魂",
"108470": "奇怪的蔷薇奶糊",
"108471": "蔷薇奶糊",
"108472": "美味的蔷薇奶糊",
"108473": "安眠奢想",
"108475": "奇怪的萨巴桑炸角",
"108476": "萨巴桑炸角",
"108477": "美味的萨巴桑炸角",
"108480": "奇怪的萨布兹炖肉",
"108481": "萨布兹炖肉",
"108482": "美味的萨布兹炖肉",
"108483": "奇怪的秘香肉团",
"108484": "秘香肉团",
"108485": "美味的秘香肉团",
"108486": "「理想情况」"
},
"EXCHANGE": {
"100011": "蘑菇",
"100012": "甜甜花",
"100013": "胡萝卜",
"100014": "白萝卜",
"100015": "金鱼草",
"100016": "薄荷",
"100017": "小麦",
"100018": "卷心菜",
"100019": "天原银莲",
"100020": "松果",
"100021": "钩钩果",
"100022": "落落莓",
"100023": "塞西莉亚花",
"100024": "风车菊",
"100025": "慕风蘑菇",
"100026": "莲蓬",
"100027": "绝云椒椒",
"100028": "夜泊石",
"100029": "霓裳花",
"100030": "琉璃百合",
"100031": "清心",
"100032": "马尾",
"100033": "星螺",
"100034": "琉璃袋",
"100051": "树莓",
"100052": "冰雾花花朵",
"100053": "烈焰花花蕊",
"100054": "电气水晶",
"100055": "小灯草",
"100056": "嘟嘟莲",
"100057": "蒲公英籽",
"100058": "石珀",
"100061": "兽肉",
"100062": "鸟蛋",
"100063": "松茸",
"100064": "禽肉",
"100072": "蝴蝶翅膀",
"100073": "螃蟹",
"100074": "蟹黄",
"100075": "盐",
"100076": "洋葱",
"100077": "胡椒",
"100078": "牛奶",
"100079": "番茄",
"100080": "土豆",
"100081": "青蛙",
"100082": "发光髓",
"100083": "蜥蜴尾巴",
"100084": "鱼肉",
"100085": "晶核",
"100086": "小块兽肉",
"100087": "小块禽肉",
"100088": "豆腐",
"100089": "杏仁",
"100090": "鳅鳅宝玉",
"100091": "竹笋",
"100092": "稻米",
"100093": "虾仁",
"100094": "「冷鲜肉」",
"100095": "鳗肉",
"100096": "秃秃豆",
"100097": "神秘的肉",
"100618": "奇异的「牙齿」",
"100619": "汲取了生命力的龙牙",
"101001": "铁块",
"101002": "白铁块",
"101003": "水晶块",
"101004": "魔晶块",
"101006": "星银矿石",
"101008": "紫晶块",
"101101": "北陆单手剑原胚",
"101102": "北陆弓原胚",
"101103": "北陆双手剑原胚",
"101104": "北陆法器原胚",
"101105": "北陆长柄武器原胚",
"101111": "央陆单手剑原胚",
"101112": "央陆弓原胚",
"101113": "央陆双手剑原胚",
"101114": "央陆法器原胚",
"101115": "央陆长柄武器原胚",
"101201": "鬼兜虫",
"101202": "绯樱绣球",
"101203": "晶化骨髓",
"101204": "血斛",
"101205": "鸣草",
"101206": "海灵芝",
"101207": "珊瑚真珠",
"101208": "天云草实",
"101209": "幽灯蕈",
"101210": "海草",
"101211": "堇瓜",
"101213": "树王圣体菇",
"101214": "帕蒂沙兰",
"101215": "月莲",
"101216": "香辛果",
"101217": "劫波莲",
"101218": "墩墩桃",
"101219": "须弥蔷薇",
"101220": "赤念果",
"101221": "枣椰",
"101222": "沙脂蛹",
"101225": "圣金虫",
"101228": "毗波耶",
"101401": "布匹",
"101402": "红色染料",
"101403": "黄色染料",
"101404": "蓝色染料",
"110000": "合成产物",
"110001": "面粉",
"110002": "奶油",
"110003": "熏禽肉",
"110004": "黄油",
"110005": "火腿",
"110006": "糖",
"110008": "果酱",
"110009": "奶酪",
"110010": "培根",
"110011": "香肠",
"110012": "熏鱼",
"110013": "鱼干",
"110014": "香辛料",
"131000": "花鳉",
"131001": "琉璃花鳉",
"131002": "甜甜花鳉",
"131003": "蓝染花鳉",
"131004": "擒霞客",
"131005": "水晶宴",
"131006": "肺棘鱼",
"131007": "斗棘鱼",
"131008": "鸩棘鱼",
"131009": "赤魔王",
"131010": "雪中君",
"131011": "金赤假龙",
"131012": "锖假龙",
"131013": "流纹褐蝶鱼",
"131014": "流纹京紫蝶鱼",
"131015": "流纹茶蝶鱼",
"131016": "长生仙",
"131017": "雷鸣仙",
"131019": "炮鲀",
"131020": "苦炮鲀",
"131021": "迪芙妲鳐",
"131022": "佛玛洛鳐",
"131023": "真果角鲀",
"131024": "沉波蜜桃",
"131025": "吹沙角鲀",
"131026": "暮云角鲀",
"131027": "青金斧枪鱼",
"131028": "翡玉斧枪鱼",
"200001": "灯纸纤维",
"200002": "灯芯绒材",
"200003": "浮生石片"
},
"WOOD": {
"101301": "桦木",
"101302": "萃华木",
"101303": "松木",
"101304": "却砂木",
"101305": "竹节",
"101306": "(test)能量木材",
"101307": "垂香木",
"101308": "杉木",
"101309": "梦见木",
"101310": "枫木",
"101311": "孔雀木",
"101312": "御伽木",
"101313": "辉木",
"101314": "业果木",
"101315": "证悟木",
"101316": "刺葵木",
"101317": "柽木"
},
"QUEST": {
"100003": "纸条",
"100004": "掠夺的货物",
"100006": "丘丘人解药",
"100007": "攀爬终点花环",
"100008": "飞行终点花环",
"100009": "飞行终点花环",
"100010": "飞行冠军奖杯",
"100101": "琴的文件包裹",
"100102": "《极限逃生》",
"100103": "残缺乐谱(上半章)",
"100104": "残缺乐谱(下半章)",
"100105": "丽莎给琴的私信",
"100106": "《秋宵》",
"100107": "看上去很好吃",
"100108": "药剂",
"100109": "芭芭拉的治疗",
"100110": "诗篇断章(上)",
"100111": "诗篇断章(中)",
"100112": "诗篇断章(下)",
"100113": "拓下来",
"100114": "恢复人形药剂",
"100115": "天空之琴",
"100120": "蛐蛐毛",
"100125": "水琥珀",
"100126": "风琥珀",
"100131": "随机宝物甲",
"100132": "随机宝物乙",
"100133": "随机宝物甲",
"100134": "随机宝物乙",
"100135": "赤色的结晶",
"100136": "封印线索101",
"100137": "封印线索102",
"100138": "封印线索103",
"100139": "封印线索201",
"100140": "封印线索202",
"100141": "封印线索203",
"100142": "封印线索301",
"100143": "封印线索302",
"100144": "封印线索303",
"100145": "解开封印1",
"100146": "解开封印2",
"100147": "解开封印3",
"100148": "调查风魔龙巢穴封印",
"100149": "解开风魔龙巢穴封印",
"100151": "破碎的记忆(风)",
"100152": "剑冢封印1",
"100153": "剑冢封印2",
"100154": "剑冢封印3",
"100158": "泪滴结晶",
"100159": "泪滴结晶",
"100160": "泪滴结晶",
"100161": "天空之琴",
"100162": "略微修复的天空之琴",
"100163": "完全修复的天空之琴",
"100164": "清澈的风龙泪滴",
"100165": "被毁坏的天空之琴",
"100171": "宝藏的线索(一)",
"100172": "宝藏的线索(二)",
"100173": "藏宝图",
"100174": "万能临时交互",
"100175": "秘藏的钥匙",
"100176": "黑色钥匙",
"100177": "场景交互",
"100178": "少女薇拉的忧郁·卷一",
"100179": "少女薇拉的忧郁·卷二",
"100180": "少女薇拉的忧郁·卷三",
"100181": "与神性同行·序言",
"100182": "温妮莎传奇·上篇",
"100183": "温妮莎传奇·下篇",
"100184": "海报",
"100185": "海报",
"100186": "蒙德百货订货板",
"100187": "猫尾酒馆留言板",
"100188": "蒲公英海的狐狸·卷一",
"100189": "蒲公英海的狐狸·卷二",
"100190": "蒲公英海的狐狸·卷三",
"100191": "蒲公英海的狐狸·卷五",
"100192": "蒲公英海的狐狸·卷六",
"100193": "蒲公英海的狐狸·卷七",
"100194": "蒲公英海的狐狸·卷十",
"100195": "蒲公英海的狐狸·卷十一",
"100196": "丘丘人诗歌选·上卷",
"100197": "丘丘人诗歌选·下卷",
"100198": "少女薇拉的忧郁·卷五",
"100199": "少女薇拉的忧郁·卷九",
"100200": "少女薇拉的忧郁·卷十",
"100201": "林间风·故事拔萃节选",
"100202": "野猪公主·卷一",
"100203": "野猪公主·卷二",
"100204": "野猪公主·卷三",
"100205": "野猪公主·卷四",
"100206": "野猪公主·卷五",
"100207": "野猪公主·卷七",
"100208": "蒙德高塔·第一卷",
"100210": "元素的痕迹",
"100211": "断裂的树枝",
"100212": "碎掉的布片",
"100213": "林间风拾遗·龙之书",
"100214": "来自深渊教团的信",
"100215": "白之公主与六侏儒·卷一",
"100216": "白之公主与六侏儒·卷二",
"100217": "白之公主与六侏儒·卷三",
"100218": "白之公主与六侏儒·卷四",
"100219": "白之公主与六侏儒·卷五",
"100220": "白之公主与六侏儒·卷六",
"100221": "白之公主与六侏儒·卷七",
"100222": "千年孤独",
"100223": "提瓦特游览指南·蒙德篇",
"100224": "风、勇气和翅膀",
"100226": "冒险家罗尔德的日志·轻策山庄",
"100227": "冒险家罗尔德的日志·渌华池",
"100228": "冒险家罗尔德的日志·瑶光滩",
"100229": "给东东的信",
"100230": "谁人的日志·其一·瑶光滩",
"100231": "散落的书页",
"100232": "完整的书本",
"100233": "肥美的蘑菇",
"100234": "新鲜的胡萝卜",
"100235": "饱满的卷心菜",
"100236": "飞行指南",
"100237": "岚生石",
"100238": "霞生石",
"100239": "谁人的日志·其二·归离原",
"100240": "谁人的日志·其三·绝云间",
"100241": "谁人的日志·其四·璃月港",
"100242": "给盗宝团的信",
"100243": "玉石戒指",
"100244": "美味的黄金蟹",
"100245": "山与海之书",
"100246": "《百人一揆~最强武斗大会篇~》样稿",
"100301": "怀尔德的红色钥匙",
"100302": "怀尔德的黑色钥匙",
"100303": "钱袋",
"100304": "装着餐费的钱包",
"100305": "美味的蜜酱胡萝卜煎肉",
"100306": "结实的木板",
"100307": "脆弱的木板",
"100308": "一捆绳索",
"100309": "装着餐费的钱包",
"100310": "丢失的钱包",
"100311": "装着餐费的钱包",
"100312": "美味的炸萝卜丸子",
"100313": "美味的嘟嘟莲海鲜羹",
"100314": "一袋货物",
"100315": "加工后的夜泊石",
"100316": "「蒙德落日」",
"100317": "「玛格丽特」",
"100318": "「重击」",
"100319": "「明珠」",
"100320": "颜色杂乱的「蒙德落日」",
"100321": "味道微妙的「玛格丽特」",
"100322": "味道混杂的「重击」",
"100323": "口感微妙的「明珠」",
"100324": "味道不太对的酒",
"100325": "风味不对的酒",
"100326": "味道混杂的酒",
"100327": "口感微妙的啤酒",
"100328": "勉强能称之为酒的物品",
"100329": "从未见过的酒…",
"100330": "看上去很平常的酒",
"100331": "(test)酒16",
"100332": "(test)酒17",
"100333": "(test)酒18",
"100334": "(test)酒19",
"100335": "(test)酒20",
"100336": "(test)酒21",
"100337": "(test)酒22",
"100338": "(test)酒23",
"100339": "(test)酒24",
"100340": "(test)酒25",
"100341": "(test)酒26",
"100342": "(test)酒27",
"100343": "(test)酒28",
"100344": "(test)酒29",
"100345": "(test)酒30",
"100346": "(test)酒31",
"100347": "(test)酒32",
"100348": "古德温的信",
"100349": "某人的漂流瓶",
"100350": "(test)可莉的本子",
"100351": "特纳先生的止咳药",
"100352": "杜拉夫的信",
"100353": "木桩材料",
"100354": "莎拉的信",
"100355": "洗净的白萝卜",
"100356": "盖伊的信",
"100357": "昆恩的特调酒",
"100358": "玛格丽特的特调酒",
"100359": "杰克的特调酒",
"100360": "杜拉夫的特调酒",
"100361": "提瓦特游览指南·璃月篇",
"100362": "信件",
"100363": "一大袋摩拉",
"100364": "神霄折戟录·第六卷",
"100365": "完整的木桩",
"100366": "岩神传说:炉灶之神",
"100367": "岩神传说:开拓之神",
"100368": "岩神传说:财神",
"100369": "岩神传说:历史之神",
"100370": "《海山履云记》",
"100371": "(test)神州折戟录的回忆二",
"100372": "(test)神州折戟录的回忆三",
"100373": "《裁雨声·上》",
"100374": "《裁雨声·中》",
"100375": "(test)千里寻父录的回忆三",
"100376": "言笑做给江雪的饭",
"100377": "璐璐关于船只进出的见闻",
"100378": "璐璐关于船只进出的见闻",
"100379": "璐璐关于船只进出的见闻",
"100380": "阿飞关于船只进出的见闻",
"100381": "阿飞关于船只进出的见闻",
"100382": "阿飞关于船只进出的见闻",
"100383": "小蒙关于船只进出的见闻",
"100384": "小蒙关于船只进出的见闻",
"100385": "小蒙关于船只进出的见闻",
"100386": "封住的包裹",
"100387": "古华派的大师兄",
"100388": "冒险家罗尔德的日志·孤云阁",
"100389": "冒险家罗尔德的日志·地中之盐",
"100390": "冒险家罗尔德的日志·绝云间·庆云顶",
"100391": "冒险家罗尔德的日志·绝云间·奥藏天池",
"100392": "孤峡的藏宝图",
"100393": "孤峡的藏宝图",
"100394": "孤峡的藏宝图",
"100395": "封得松松垮垮的盒子",
"100396": "封得很紧的盒子",
"100397": "(test)海盗的传说",
"100398": "凯瑟琳的信",
"100399": "绝云记闻·石兽",
"100400": "绝云记闻·海神宫",
"100401": "玑衡经",
"100402": "侠客记·山叟篇",
"100403": "璃月风土志·绣球",
"100404": "石书辑录·卷一",
"100405": "天衡绝倒集",
"100406": "丘丘人习俗考察·卷一",
"100407": "丘丘人习俗考察·卷二",
"100408": "丘丘人习俗考察·卷四",
"100409": "列王与宗室史·序",
"100410": "古恩希尔德小传",
"100411": "侍从骑士之歌·上篇",
"100412": "侍从骑士之歌·下篇",
"100413": "提瓦特野外救急食谱",
"100414": "巨阶的藏宝图",
"100415": "巨阶的藏宝图",
"100416": "巨阶的藏宝图",
"100417": "汪洋的藏宝图",
"100418": "汪洋的藏宝图",
"100419": "汪洋的藏宝图",
"100420": "(test)畅畅的日记2",
"100421": "(test)旅行家的日记2",
"100422": "(test)海盗的传说2",
"100423": "(test)畅畅的日记3",
"100424": "(test)旅行家的日记3",
"100425": "(test)海盗的传说3",
"100426": "护法仙众夜叉录",
"100427": "降魔印",
"100428": "特制杏仁豆腐",
"100429": "遗落的包裹",
"100430": "百无禁忌箓",
"100431": "可莉的木牌",
"100432": "神霄折戟录·第一卷",
"100433": "神霄折戟录·第二卷",
"100434": "神霄折戟录·第三卷",
"100435": "神霄折戟录·第四卷",
"100436": "神霄折戟录·第五卷",
"100437": "碎梦奇珍·月光",
"100438": "碎梦奇珍·琉璃",
"100439": "碎梦奇珍·蓝宝石",
"100440": "碎梦奇珍·石心",
"100441": "冒险家罗尔德的日志·青墟浦",
"100442": "旅行者的笔记",
"100443": "旅行者的笔记",
"100444": "旅行者的笔记",
"100445": "旅行者的笔记",
"100450": "香炉",
"100451": "七星灯",
"100452": "掇星攫辰天君的信",
"100453": "特制蒙德土豆饼",
"100454": "被草史莱姆吞下去过的树莓",
"100455": "水史莱姆的浓厚凝液",
"100456": "被风史莱姆吹拂过的风车菊",
"100457": "搜集而来的碎片",
"100458": "搜集而来的碎片",
"100459": "搜集而来的碎片",
"100460": "从石碑上抄下来的文字",
"100461": "从石碑上抄下来的文字",
"100462": "从石碑上抄下来的文字",
"100463": "从石碑上抄下来的文字",
"100464": "从石碑上抄下来的文字",
"100465": "从遗迹中抄下来的文字",
"100466": "从遗迹中抄下来的文字",
"100467": "轻策之藏",
"100468": "(test)盗宝团情报笔记",
"100469": "存疑的丘丘人语单句",
"100470": "(test)艾拉·马斯克的诗歌翻译",
"100471": "(test)优美的丘丘语抒情诗",
"100472": "提米的亲笔信",
"100473": "由玛乔丽推荐的「礼物」",
"100474": "来自昆恩的「礼物」",
"100475": "莎拉小姐的特色餐品",
"100476": "客商的包裹",
"100477": "装着货单的盒子",
"100478": "装着货单的盒子",
"100479": "装着货单的盒子",
"100480": "清泉之心·一",
"100481": "清泉之心·二",
"100482": "清泉之心·三",
"100483": "清泉之心·四",
"100484": "霖铃精选诗集",
"100485": "货物单",
"100486": "确认了货物数量的货物单",
"100487": "「金屋藏娇」",
"100488": "「山阴锦簇」",
"100489": "「缥缈仙缘」",
"100490": "「金屋藏娇」精油",
"100491": "「山阴锦簇」精油",
"100492": "「缥缈仙缘」精油",
"100493": "宝儿的空盒子",
"100494": "沉重的盒子",
"100495": "被水打湿的书页",
"100496": "一大袋摩拉",
"100497": "「金屋藏娇」香膏",
"100498": "「山阴锦簇」香膏",
"100499": "「缥缈仙缘」香膏",
"100500": "装有「小玩意」的盒子",
"100501": "涤尘铃",
"100502": "归终机维护材料",
"100503": "绮命与志华的对话记录",
"100504": "思思与潮汐的对话记录",
"100505": "小蒙、阿飞与璐璐的对话记录",
"100506": "诺玛订的餐品",
"100507": "丘丘语诗歌试作·朗诵诗",
"100508": "丘丘语诗歌试作·叙事诗",
"100509": "丘丘语诗歌试作·抒情诗",
"100510": "薇尔的「礼物」",
"100511": "被盗的文物",
"100512": "萍姥姥的盒子",
"100513": "被撕下来的书页",
"100514": "胡乱涂写的书页",
"100515": "夜泊石样品",
"100516": "一袋摩拉",
"100517": "丘丘人暴徒战利品",
"100518": "盗宝团战利品",
"100519": "遗迹守卫战利品",
"100520": "夜泊石样品",
"100521": "夜泊石样品",
"100522": "永生香",
"100523": "归终机维护材料",
"100524": "坚固的木板",
"100525": "装有树叶的盒子",
"100526": "(test)琉璃百合的种子",
"100527": "(test)水史莱姆的精华液",
"100528": "盗宝团的钥匙",
"100529": "爱拉尼的便签",
"100530": "无名的宝藏",
"100531": "无名的宝藏",
"100532": "无名的宝藏",
"100533": "追叙之石",
"100534": "晦暗的戒指",
"100535": "梵米尔的画笔",
"100536": "梵米尔的颜料",
"100537": "黑白的画稿",
"100538": "彩色的画稿",
"100539": "无名的画稿",
"100540": "奇怪的石头",
"100541": "新鲜的清心",
"100542": "猎鹿人餐馆的「特产餐品」",
"100543": "芙萝拉的书签",
"100544": "「天使的馈赠」的特色饮料",
"100545": "特制香膏",
"100546": "薄荷精油",
"100547": "鲜美的史莱姆凝液",
"100548": "特别甜的甜甜花",
"100549": "新鲜的甜甜花",
"100550": "新鲜的塞西莉亚花",
"100551": "新鲜的风车菊",
"100552": "新鲜的小灯草",
"100553": "奇怪的调酒材料",
"100554": "来自托克的摩拉袋",
"100555": "「公子」与托克的摩拉袋",
"100556": "饱满的日落果",
"100557": "商家的海报",
"100558": "商家的海报",
"100559": "商家的海报",
"100560": "嘉义的礼物",
"100561": "盗宝团成员携带的地图",
"100562": "残破的笔记",
"100563": "奇怪的石头",
"100564": "骑士团指导手册·第五版",
"100565": "浮浪记·潮起",
"100566": "浮浪记·狂涛",
"100567": "浮浪记·潮息",
"100568": "犬又二分之一·一",
"100569": "犬又二分之一·二",
"100570": "犬又二分之一·三",
"100571": "犬又二分之一·四",
"100572": "犬又二分之一·五",
"100573": "竹林月夜·一",
"100574": "竹林月夜·二",
"100575": "竹林月夜·三",
"100576": "竹林月夜·四",
"100577": "醉客轶事·一",
"100578": "醉客轶事·二",
"100579": "醉客轶事·三",
"100580": "醉客轶事·四",
"100581": "(test)礼物盒",
"100582": "(test)布娃娃",
"100583": "「云中仙居」的图纸",
"100584": "深邃之血",
"100585": "镇石断片",
"100586": "帝君尘游记·一",
"100587": "帝君尘游记·二",
"100588": "帝君尘游记·三",
"100589": "帝君尘游记·四",
"100590": "荒山孤剑录·一",
"100591": "荒山孤剑录·二",
"100592": "荒山孤剑录·三",
"100593": "荒山孤剑录·四",
"100594": "小六的礼物",
"100595": "潮汐给翠儿的回信",
"100596": "小月的礼物",
"100597": "银杏写给博来的信",
"100598": "小昭写给江舟的单据",
"100599": "小昭写给小安的单据",
"100600": "翠儿写给潮汐的信",
"100601": "厚厚的笔记",
"100602": "杰克的地图",
"100603": "杰克的冒险之证",
"100604": "牢笼钥匙",
"100605": "「糖霜史莱姆」",
"100606": "野生琉璃百合",
"100607": "蒲公英海的狐狸·卷四",
"100608": "蒲公英海的狐狸·卷八",
"100609": "蒲公英海的狐狸·卷九",
"100610": "野猪公主·卷六",
"100611": "少女薇拉的忧郁·卷四",
"100612": "少女薇拉的忧郁·卷六",
"100613": "少女薇拉的忧郁·卷七",
"100614": "少女薇拉的忧郁·卷八",
"100615": "丘丘人习俗考察·卷三",
"100616": "(test)百货名鉴纵览",
"100617": "山与海之书",
"100620": "公主之匣",
"100621": "祭司之匣",
"100622": "记事者之匣",
"100623": "看起来很普通的甜甜花",
"100624": "璃月风土志·迎神",
"100625": "「独眼小宝」玩偶",
"100626": "小六的信",
"100627": "使用过的木桩",
"100628": "粗糙的布袋",
"100629": "神秘的石板",
"100630": "盗宝团的「侦察情报」",
"100631": "维克多丢失的盒子",
"100632": "写有公告内容的纸条",
"100633": "旧经营许可证",
"100634": "经营场所证明及经营安全许诺书",
"100635": "出海申请批复件",
"100636": "「大雪猪王」的肉",
"100637": "绝云记闻·无妄",
"100638": "绝云记闻·山灵",
"100639": "珠玑宝矿",
"100640": "璃月风土志·霓裳花",
"100641": "璃月风土志·琉璃百合",
"100642": "连心珠·卷一",
"100643": "连心珠·卷二",
"100644": "连心珠·卷三",
"100645": "古老的考察日志·其之一",
"100646": "特制的蒙德土豆饼",
"100647": "特制的杏仁豆腐",
"100648": "特制的珍珠翡翠白玉汤",
"100649": "特制的甜甜花酿鸡",
"100650": "特制的松茸酿肉卷",
"100651": "特制的翡玉什锦袋",
"100652": "特制的火火肉酱面",
"100653": "特制的水煮黑背鲈",
"100654": "特制的摩拉肉",
"100655": "特制的庄园烤松饼",
"100656": "特制的来来菜",
"100657": "特制的香嫩椒椒鸡",
"100658": "特制的蒙德土豆饼",
"100659": "特制的水煮黑背鲈",
"100660": "特制的来来菜",
"100661": "特制的蒙德烤鱼",
"100662": "特制的爆炒肉片",
"100663": "特制的莲子禽蛋羹",
"100664": "特制的渔人吐司",
"100665": "特制的杏仁豆腐",
"100666": "特制的珍珠翡翠白玉汤",
"100667": "命令书",
"100668": "(test)搜集而来的碎片1",
"100669": "(test)搜集而来的碎片2",
"100670": "(test)搜集而来的碎片3",
"100671": "(test)低温教学承接用物件",
"100672": "(test)古代文献一残页",
"100673": "(test)古代文献二残页",
"100674": "(test)古代文献三残页",
"100675": "(test)古代文献四残页",
"100676": "(test)古代文献五残页",
"100677": "(test)古代文献六残页",
"100678": "(test)古代文献·天空的记忆",
"100679": "(test)古代文献·大地的记忆",
"100680": "(test)古代文献·王国的记忆",
"100681": "嘉义的信",
"100682": "童年风味香嫩椒椒鸡",
"100683": "华丽玩具箱",
"100684": "聪子订购的浮生石片",
"100685": "特制的霄灯",
"100686": "葛罗丽的蒲公英籽",
"100687": "寄给塞琉斯的信",
"100688": "清昼的签名",
"100689": "装有鲜花的包裹",
"100690": "装有鲜花的包裹",
"100691": "帝君尘游记·四",
"100692": "古老的考察日志·其之二",
"100693": "古老的考察日志·其之三",
"100694": "(test)好友筹集的摩拉袋",
"100695": "(test)给戴因的特调酒",
"100696": "(test)深渊教团的残破图卷·上",
"100697": "(test)深渊教团的残破图卷·下",
"100698": "(test)深渊教团的残破图卷·全",
"100699": "「荣发商铺」的订单收据",
"100700": "装有鲜花的包裹",
"100701": "装有鲜花的包裹",
"100702": "装有鲜花的包裹",
"100703": "感谢信",
"100704": "实验用药剂",
"100705": "「冷鲜肉」",
"100706": "冒险家罗尔德的日志·龙脊雪山",
"100707": "「留影机」印出的画",
"100708": "「留影机」印出的画",
"100709": "百无禁忌箓",
"100710": "哈里斯特制白汁时蔬烩肉",
"100711": "藏宝图",
"100712": "奇怪的纸条",
"100713": "一袋摩拉",
"100714": "被水泡过的盒子",
"100715": "珠玑宝矿",
"100716": "星银矿触媒",
"100717": "星银矿触媒",
"100718": "星银矿触媒",
"100719": "星银矿触媒",
"100720": "星银矿触媒",
"100721": "(test)灯纸纤维待重命名",
"100722": "(test)灯芯绒材待重命名",
"100723": "阿笨做的霄灯",
"100724": "未署名的明霄灯",
"100725": "(test)通用相片道具",
"100726": "阿桂的药",
"100727": "星银矿触媒",
"100728": "蒲公英籽",
"100729": "思妤的霄灯",
"100730": "绝云记闻·麒麟",
"100731": "绝云记闻·玉遁",
"100732": "侠客记·黑貉篇",
"100733": "侠客记·留尘篇",
"100734": "犬又二分之一·六",
"100735": "犬又二分之一·七",
"100736": "犬又二分之一·八",
"100737": "给乔姨的杏仁豆腐",
"100738": "给茱萸的金丝虾球",
"100739": "散发不幸的一道菜",
"100740": "遗落的冒险家笔记",
"100741": "坏掉的霄灯灯罩",
"100742": "坚硬的铁块",
"100743": "坚硬的水晶块",
"100744": "红色钩钩果",
"100745": "新鲜的绝云椒椒",
"100746": "精心挑选的礼物",
"100747": "海灯节礼品",
"100748": "炽热的骗骗花蜜",
"100749": "「万民堂」外送餐品",
"100750": "奇怪的盒子",
"100751": "带有题字的霄灯",
"100752": "土质样本",
"100753": "新鲜的清心",
"100754": "被史莱姆吞下去过的嘟嘟莲",
"100755": "新鲜的莲蓬",
"100756": "木板",
"100757": "新鲜的兽肉",
"100758": "优质的冷鲜肉",
"100759": "风花节风景画片",
"100760": "风花节风景画片",
"100761": "风花节风景画片",
"100762": "奇妙而美丽的花",
"100763": "「小心!」",
"100764": "新鲜的落落莓",
"100765": "火史莱姆凝液",
"100766": "特别的水瓶",
"100767": "似乎是笔记?",
"100768": "「镇物」",
"100769": "「镇物」",
"100770": "五百藏交给你的「镇物」",
"100771": "卷形的「镇物」",
"100772": "钥形的「镇物」",
"100773": "(test)灵异的透镜",
"100774": "老旧的钥匙",
"100775": "古老的石板",
"100776": "古老的石板",
"100777": "古老的石板",
"100778": "古老的石板",
"100779": "品质不错的蒲公英籽",
"100780": "品质不错的风车菊",
"100781": "特制饮品",
"100782": "特制饮品",
"100783": "犬又二分之一·九",
"100784": "犬又二分之一·十",
"100785": "犬又二分之一·十一",
"100786": "连心珠·卷四",
"100787": "连心珠·卷五",
"100788": "丘丘语速查手册",
"100789": "竹签",
"100790": "竹签",
"100791": "竹签",
"100792": "竹签",
"100793": "竹签",
"100794": "竹签",
"100795": "竹签",
"100796": "竹签",
"100797": "竹签",
"100798": "「御神签」",
"100799": "「御神签」",
"100800": "「御神签」",
"100801": "「御神签」",
"100802": "「御神签」",
"100803": "「御神签」",
"100804": "「御神签」",
"100805": "「御神签」",
"100806": "「御神签」",
"100807": "诡谲的「御神签」",
"100808": "诡谲的「御神签」",
"100809": "诡谲的「御神签」",
"100810": "诡谲的「御神签」",
"100811": "「誓言岬」的风景画",
"100812": "「摘星崖」的风景画",
"100813": "「风起地」的风景画",
"100814": "塞琉斯写给玉霞的信",
"100815": "雪山风景画片",
"100816": "「南十字武斗会」冠军奖牌",
"100817": "包装好的「酱菜煎肉」",
"100818": "莉莉亲手烤制的庄园烤松饼",
"100819": "神秘的机关零件",
"100820": "浅黄色的水晶",
"100821": "浅红色的水晶",
"100822": "浅蓝色的水晶",
"100823": "浅黄色的鱼鳞",
"100824": "浅蓝色的鱼鳞",
"100825": "浅红色的鱼鳞",
"100826": "猫饭",
"100827": "猫玩具",
"100828": "新鲜的鱼鳞",
"100829": "奇怪的…饮品?",
"100830": "在枯井旁找到的钱袋",
"100831": "老石",
"100832": "有些残破的木板",
"100833": "略有腐坏的木板",
"100834": "(test)雷樱大祓要略",
"100835": "翠珏岩",
"100836": "翠含岩碎片",
"100837": "「解翠行」的证明文书",
"100838": "总务司备案文件",
"100839": "「不卜庐」的药理证明",
"100840": "新鲜的史莱姆凝液",
"100841": "「危危岛」的壁画",
"100842": "「破破岛」的壁画",
"100843": "无名岛屿的壁画",
"100844": "「双双岛」的壁画",
"100845": "笔迹已经模糊的笔记",
"100846": "新鲜的鱼肉",
"100847": "(test)残破的笔记上",
"100848": "(test)残破的笔记下",
"100849": "残破的货品清单",
"100850": "水中找到的货物袋",
"100851": "无名小岛的壁画",
"100852": "清晰的记录画片",
"100853": "还算清晰的记录画片",
"100854": "略有模糊的记录画片",
"100855": "一把被废弃的刀",
"100856": "一壶酒",
"100857": "一把无主的刀",
"100858": "一袋花种",
"100859": "奇异的海螺",
"100860": "(test)寻人启事",
"100861": "将于明日逝去的贤者埃托莉亚",
"100862": "诚实猫的小范围谎言",
"100863": "文学团",
"100864": "锈蚀的钥匙",
"100866": "「堇鬼」的刀",
"100867": "「赤鬼」的刀",
"100868": "「御神签」",
"100869": "「御神签」",
"100870": "「御神签」",
"100871": "「御神签」",
"100872": "「御神签」",
"100873": "「御神签」",
"100874": "「御神签」",
"100875": "给常九爷的礼物",
"100876": "给「枕玉」的礼物",
"100880": "牢笼钥匙",
"100881": "金属钥匙",
"100882": "竺子的家书",
"100883": "字迹模糊的签",
"100884": "破损的纸条",
"100885": "华美的丝绸",
"100886": "特制食谱:烤蘑菇披萨",
"100887": "(test)打包好的烤蘑菇披萨",
"100888": "(test)华丽的着物",
"100889": "卯师傅特制香嫩椒椒鸡",
"100890": "香菱的手抄笔记",
"100891": "泛黄的信件",
"100892": "瓦希德捏制的饭团",
"100893": "「长野原烟花店」的纸条",
"100894": "御灵珠",
"100895": "月浴渊之钥",
"100896": "奇特的水瓶",
"100897": "饱含「愿望」的水",
"100898": "「灵草」所需的水",
"100899": "林藏的信",
"100900": "林藏的徽记",
"100901": "被藏匿的账本",
"100902": "「木漏茶室」邀请函",
"100903": "似乎是一封情信",
"100904": "被煮熟的肉",
"100905": "《第七个武士》台本",
"100906": "(test)带信封的信",
"100907": "某人留下的纸条",
"100908": "竹签",
"100909": "竹签",
"100910": "竹签",
"100911": "竹签",
"100912": "竹签",
"100913": "竹签",
"100914": "竹签",
"100915": "(test)破破烂烂的纸片",
"100916": "略带香味的书信",
"100917": "通行凭证",
"100918": "九条镰治的亲笔信",
"100919": "点心盒",
"100920": "暗淡御辔",
"100921": "御辔",
"100922": "狭间的苏生之辔碎片",
"100923": "庙前的苏生之辔碎片",
"100924": "蛇心的苏生之辔碎片",
"100925": "苏生之辔",
"100926": "狭间的供奉",
"100927": "庙前的供奉",
"100928": "蛇心的供奉",
"100929": "常世国龙蛇传",
"100930": "深海龙蜥实验记录",
"100931": "日月前事",
"100932": "白夜国地理水文考",
"100933": "光昼影底集",
"100939": "血枝珊瑚",
"100940": "神舆之辔",
"100941": "伊达的认可状",
"100942": "伊达的认可状",
"100943": "密室钥匙",
"100944": "忘川之水",
"100945": "龙骨花凝珠",
"100946": "通往某处的钥匙",
"100947": "通往某处的钥匙",
"100948": "通往某处的钥匙",
"100949": "晒干的甜甜花",
"100950": "奇特的羽毛",
"100951": "木簧笛",
"100952": "木簧笛",
"100953": "(test)雷鸟破损羽毛",
"100954": "(test)雷鸟羽毛小道具",
"100955": "被「祟神」影响的鬼兜虫",
"100956": "遗失的零件",
"100957": "戴丧面具",
"100958": "无想刃狭间·磐柱镶珠",
"100959": "无想刃狭间·磐柱镇石",
"100960": "蛇神之首·磐柱镶珠",
"100961": "蛇神之首·磐柱镇石",
"100962": "蛇骨矿洞·磐柱镶珠",
"100963": "蛇骨矿洞·磐柱镇石",
"100964": "无明砦·磐柱镶珠",
"100965": "无明砦·磐柱镇石",
"100966": "「鸣草」的种子",
"100967": "优质「冷鲜肉」",
"100968": "热腾腾的红烩兽肉",
"100969": "一封家信",
"100970": "残破的信笺",
"100971": "药师的笔记本·一",
"100972": "药师的笔记本·二",
"100973": "药师的笔记本·三",
"100974": "开封的信笺",
"100975": "稻叶藤三郎久藏 绝笔",
"100976": "如星的宝珠",
"100977": "石板",
"100978": "「神居岛崩炮」位置图",
"100979": "秘密笔记",
"100980": "优质稻米",
"100981": "清香的米饭布丁",
"100982": "被风史莱姆吞下过的竹笋",
"100983": "热腾腾的文心豆腐",
"100984": "装着化石的袋子",
"100985": "「宝库」的钥匙",
"100986": "残缺的笔记",
"100987": "破烂的纸条",
"100988": "「清籁岛」的记录画片",
"100989": "「清籁岛」的记录画片·之二",
"100990": "「清籁岛」的记录画片·之三",
"100991": "「清籁岛」的记录画片·之四",
"100992": "藤原俊子的「宝图」",
"100993": "一袋豆子",
"100994": "(test)弱小的鬼兜虫",
"100995": "从右侧拍摄的画片",
"100996": "从左侧拍摄的画片",
"100997": "成色较差的星银矿石",
"100998": "成色较好的星银矿石",
"100999": "钥匙",
"101000": "装衣服的方盒",
"101501": "《鹮巷物语·序》残页",
"101502": "《鹮巷物语·一》残页",
"101503": "《鹮巷物语·二》残页",
"101504": "《鹮巷物语·三》残页",
"101505": "《鹮巷物语·四》残页",
"101506": "《鹮巷物语·五》残页",
"101507": "鹮巷物语·序",
"101508": "鹮巷物语·一",
"101509": "鹮巷物语·二",
"101510": "鹮巷物语·三",
"101511": "鹮巷物语·四",
"101512": "鹮巷物语·五",
"101513": "通行证明",
"101514": "团子牛奶",
"101515": "洞天关牒",
"101517": "特殊的绯樱绣球",
"101518": "生活在雷樱树旁的螃蟹",
"101519": "新鲜的海草",
"101520": "新鲜的绯樱绣球",
"101521": "新鲜的金鱼草",
"101522": "新鲜的鸟蛋",
"101523": "新六狐传·序",
"101524": "新六狐传·一",
"101525": "新六狐传·二",
"101526": "新六狐传·三",
"101527": "新六狐传·四",
"101528": "珊瑚宫记",
"101529": "哈玛瓦兰战记·前言",
"101530": "哈玛瓦兰战记·一",
"101531": "哈玛瓦兰战记·二",
"101532": "沉秋拾剑录·一",
"101533": "沉秋拾剑录·二",
"101534": "沉秋拾剑录·三",
"101535": "沉秋拾剑录·四",
"101536": "沉秋拾剑录·五",
"101537": "神樱大祓要略",
"101538": "新鲜的蘑菇",
"101539": "螃蟹诱饵",
"101540": "谁人的日志·其五·刃连岛",
"101541": "冒险家罗尔德的日志·离岛",
"101542": "鸣神大社的御守",
"101543": "天领奉行上奏公文",
"101544": "天领奉行的密信",
"101545": "特大号烟花",
"101546": "特殊的魔晶矿",
"101547": "矿渣",
"101548": "亡国的美奈姬·卷一",
"101549": "亡国的美奈姬·卷二",
"101550": "亡国的美奈姬·卷三",
"101551": "亡国的美奈姬·卷四",
"101552": "亡国的美奈姬·卷五",
"101553": "亡国的美奈姬·卷六",
"101554": "菲谢尔皇女夜谭·第零卷",
"101558": "提瓦特游览指南·稻妻篇",
"101559": "装有信件的漂流瓶",
"101560": "鬼武道",
"101561": "鸣神大社的御守",
"101570": "招运御守",
"101571": "一盒钉子",
"101572": "木板",
"101573": "绳子",
"101574": "(test)奶奶的花",
"101575": "木户的香包",
"101576": "「藏宝图」的碎片",
"101577": "「藏宝图」的碎片",
"101578": "「藏宝图」的碎片",
"101579": "「藏宝图」的碎片",
"101580": "留给岻伽的「藏宝图」",
"101581": "牧梨的护身符",
"101582": "通用型定向传导元件",
"101583": "锈蚀的钥匙",
"101584": "沉重的钥匙",
"101585": "完整的钥匙",
"101586": "墨田的信",
"101587": "新型烟花",
"101588": "新六狐传·五",
"101589": "北国银行钱票",
"101590": "十分潦草的藏宝图",
"101591": "木南杏奈的「活力喵饭」",
"101592": "逢岳的石块",
"101593": "通用型定向传导元件",
"101594": "通用型定向传导元件",
"101595": "通用型定向传导元件",
"101596": "珊瑚宫民间信仰初勘",
"101597": "巫女曚云小传",
"101598": "「东王」史辩",
"101599": "珍说澄研真影打·卷一",
"101600": "神秘的石块",
"101601": "冒险家罗尔德的日志·鹤观",
"101602": "新鲜的禽肉",
"101603": "新鲜的鱼肉",
"101604": "一袋回收品",
"101605": "修好的梳子",
"101606": "谜之传单",
"101607": "严谨的日程安排表",
"101608": "简要的日程安排表",
"101609": "碎星铁矿",
"101610": "秘华石",
"101611": "千奇核心",
"101612": "仙家符箓",
"101613": "村庄变迁记录",
"101614": "残破的笔记",
"101615": "山石杂谈",
"101616": "字迹工整的信",
"101617": "小蒙的漂流瓶",
"101618": "流明石",
"101619": "沐宁的纸条",
"101620": "藏宝图碎片",
"101621": "盗宝团的藏宝图",
"101622": "库房安全钥匙·甲字号",
"101623": "库房安全钥匙·乙字号",
"101624": "一组弹丸",
"101625": "特殊的磐石精油",
"101626": "「岩厅之钥」",
"101627": "奇怪岩石照片",
"101628": "教令院举荐信",
"101629": "渊青宝珠",
"101630": "铁制的钥匙",
"101631": "矿工的钥匙",
"101632": "「才慧之瑞佑」",
"101633": "装有引信的「开山炮」炮弹",
"101634": "玩具娃娃",
"101635": "远眺之花",
"101636": "高翔之翎",
"101637": "岁时之晷",
"101638": "共饮之杯",
"101639": "庇佑之冠",
"101640": "同泽之枪",
"101641": "黄铜戒指",
"101642": "老石",
"101643": "干枯的种子",
"101645": "岳川的漂流瓶",
"101648": "平泉的货物",
"101649": "牢房的钥匙",
"101650": "刚摘下的嘟嘟莲",
"101651": "刚摘下的小灯草",
"101652": "刚摘下的塞西莉亚花",
"101654": "遗迹机关的核心",
"101655": "伊达的钥匙",
"101656": "堆放的堇瓜",
"101657": "上好的香",
"101658": "(test)黑夜植物",
"101659": "奇特的「魔方」",
"101660": "被人塞在身上的纸片",
"101661": "特制的「竹签」",
"101662": "「最终指令」",
"101663": "装衣服的纸包",
"101664": "特别的「御神签」",
"101665": "奇怪的物件",
"101666": "「磐键」位置示意图",
"101667": "轻飘飘的摩拉袋",
"101668": "充实的摩拉袋",
"101669": "丰美的鱼肉",
"101670": "字迹娟秀的留信",
"101671": "云堇的亲笔信",
"101672": "柳达希卡的信",
"101673": "柳达希卡的摩拉袋",
"101674": "「愚人众暗语表」",
"101675": "轻飘飘的钱袋",
"101676": "玛乔丽的礼物",
"101677": "维克多的礼物",
"101678": "新鲜的钩钩果",
"101679": "柳达希卡的签文",
"101680": "常世国龙蛇传",
"101681": "日月前事",
"101682": "白夜国地理水文考",
"101683": "深海龙蜥实验记录",
"101684": "光昼影底集",
"101685": "《旅行者的奇妙冒险》",
"101686": "《旅行者的奇妙冒险》",
"101687": "《旅行者的奇妙冒险》",
"101688": "《旅行者的奇妙冒险》",
"101690": "沐宁的纸条",
"101691": "琉璃寒晶",
"101694": "染血的士官徽记",
"101695": "尼古拉下士的笔记",
"101696": "尼古拉下士的日志",
"101697": "摩拉钱袋",
"101698": "《真实探灵笔记》",
"101699": "梦樱",
"101700": "渊海髓矿",
"101701": "常世之荚",
"101702": "壳之宝石",
"101703": "破碎的饰品",
"101704": "破碎的饰品",
"101706": "阿祇的地图",
"101707": "「薄缘满光天目」",
"101708": "木笼的钥匙",
"101709": "破损的石板",
"101710": "神秘的石板",
"101711": "彦博的字条",
"101712": "尼古拉的信",
"101716": "荒泷盛世豪鼓大祭典!",
"101717": "工地记录",
"101721": "陈旧的笔记",
"101722": "陈旧的笔记",
"101723": "陈旧的笔记",
"101724": "志琼的信",
"101725": "到港时刻表",
"101726": "五歌仙资料汇总",
"101727": "《五歌仙容彩·翠光篇》",
"101728": "《五歌仙容彩·葵之翁篇》",
"101729": "《五歌仙容彩·赤人篇》",
"101730": "《五歌仙容彩·墨染篇》",
"101731": "《五歌仙容彩·墨染篇》",
"101732": "古老的锻造图谱",
"101733": "枫原义庆的信",
"101734": "塔列辛的诗稿",
"101735": "陈旧的笔记",
"101736": "陈旧的笔记",
"101754": "早柚的工资袋",
"101755": "御建鸣神主尊大御所大人像",
"101756": "心海的采购单",
"101757": "狐狸玩偶",
"101758": "装有「工资」的包裹",
"101759": "陈旧的笔记",
"101760": "秘宝所藏之海图·全",
"101761": "(test)方碑解谜笔记文本·其三",
"101762": "(test)方碑解谜笔记文本·其四",
"101763": "(test)方碑解谜笔记文本·其五",
"101764": "《异邦人喧哗旅:吹向金发武士的死亡之风》台本",
"101765": "《无生忍》台本",
"101766": "沉秋拾剑录·六",
"101767": "转生成为雷电将军,然后天下无敌",
"101768": "拜托了我的狐仙宫司",
"101769": "出发吧!嘟嘟可",
"101770": "赤穗秘宝所藏·其一",
"101771": "赤穗秘宝所藏·其二",
"101772": "赤穗秘宝所藏·其三",
"101773": "赤穗秘宝所藏·其四",
"101774": "耶然草",
"101775": "须罗蕈",
"101776": "钵参花",
"101777": "(test)封印钥匙其一",
"101778": "(test)封印钥匙其二",
"101779": "兰赫玛",
"101780": "《无生忍》台本",
"101781": "《无生忍》台本",
"101782": "瑾武的汤",
"101783": "(test)神秘的信笺1",
"101784": "(test)神秘的信笺2",
"101785": "(test)神秘的信笺3",
"101786": "(test)神秘的信笺4",
"101787": "(test)神秘的信笺5",
"101788": "(test)神秘的信笺6",
"101789": "(test)神秘的信笺7",
"101790": "(test)神秘的信笺8",
"101791": "(test)神秘的信笺9",
"101792": "(test)神秘的信笺10",
"101793": "(test)神秘的信笺11",
"101794": "(test)神秘的信笺12",
"101795": "一包首饰",
"101796": "桓斯弥利底",
"101797": "出发吧!嘟嘟可",
"101798": "航路留书",
"101799": "循路留书·其一",
"101800": "循路留书·其二",
"101801": "星象碎片",
"101802": "星象碎片",
"101803": "星象碎片",
"101804": "星象碎片",
"101805": "星象碎片",
"101806": "星象碎片",
"101807": "星象碎片",
"101808": "星象碎片",
"101809": "恒素果",
"101810": "(test)恒素果2",
"101811": "「花冠」",
"101812": "「花冠」",
"101813": "惟耶之实",
"101814": "兰拉娜的花",
"101815": "兰拉迦的花",
"101816": "无名的花",
"101817": "兰般度的花",
"101818": "兰贡迪的花",
"101819": "兰那库拉的花",
"101820": "兰百梨迦的花",
"101821": "兰纳迦的花",
"101822": "兰纳真的花",
"101823": "兰迦鲁的花",
"101824": "兰利遮的花",
"101825": "兰伊舍的花",
"101826": "兰伽卢的花",
"101827": "「兄妹们」的花",
"101828": "采歌者的花",
"101829": "兰梨娄与兰难世的花",
"101830": "兰犍多的花",
"101831": "(test)兰那罗小花18",
"101832": "关于你与兰那罗的故事",
"101833": "「紧急调整计划图」",
"101834": "星象碎片",
"101835": "钥匙",
"101836": "装满泉水的瓶子",
"101837": "冰封之心的花瓣",
"101838": "一份字迹优美的笔记",
"101839": "一封信",
"101840": "假山原石(左)",
"101841": "假山原石(右)",
"101842": "假山雕刻工具",
"101843": "假山雕刻工具",
"101854": "优悠山石·左",
"101855": "优悠山石·右",
"101856": "浮光山石·左",
"101857": "浮光山石·右",
"101858": "磐固山石·左",
"101859": "磐固山石·右",
"101860": "活源水",
"101861": "一盒零件",
"101862": "不知来历的纸条 其一",
"101863": "不知来历的纸条 其二",
"101864": "不知来历的纸条 其三",
"101865": "不知来历的纸条 其四",
"101866": "一张纸条",
"101893": "法医室的研究日志内页",
"101894": "不知来历的纸条",
"101895": "(test)钥匙",
"101896": "晶核",
"101897": "晶核",
"101898": "晶核",
"101899": "老旧发黄的笔记",
"101900": "神秘来信",
"101901": "一份似乎能防水的笔记",
"101902": "余音之匙",
"101903": "方才的来信",
"101904": "晨曦酒庄的珍品葡萄汁",
"101905": "浸有史莱姆凝液的泥土",
"101906": "骗骗花根系的泥土",
"101907": "阴湿的泥土",
"101908": "星光凝核",
"101909": "雪山补给·火腿",
"101910": "邃羽夜巡之契",
"101911": "玩具专用·「凝成泥土」",
"101912": "(test)材料参照物",
"101913": "骗骗花根系的泥土",
"101914": "据说很肥沃的泥土",
"101915": "废弃的「凝成泥土」",
"101916": "奉行所的寻人委托",
"101917": "沾有海盐的钥匙",
"101918": "(test)危危岛遗迹钥匙2",
"101919": "特别的鸟蛋",
"101920": "特别的蘑菇",
"101921": "特别的薄荷",
"101922": "特别的香辛果",
"101923": "特别的甜甜花",
"101924": "(test)新鲜的材料2",
"101925": "提纳里的便当盒",
"101926": "给海芭夏的信",
"101927": "旅行者手制便当",
"101928": "提纳里的介绍信",
"101929": "交易资金袋",
"101930": "罐装知识包裹",
"101931": "罐装知识「单手剑战斗技巧·八」",
"101932": "购买情报的资金袋",
"101933": "交易现场画片",
"101934": "线人暗号表",
"101935": "错位的海螺一",
"101936": "错位的海螺二",
"101937": "错位的海螺三",
"101938": "「健康之家」给古尔根的处方药",
"101939": "「健康之家」给阿兹拉的处方药",
"101940": "「健康之家」给阿夫塔的处方药",
"101941": "新鲜的香辛果",
"101942": "新鲜的墩墩桃",
"101943": "染红的布料",
"101944": "「最好喝的水」",
"101945": "镀银怀表",
"101946": "老旧的徽记",
"101947": "新鲜的史莱姆凝液",
"101948": "莎莉的便签",
"101949": "莎莉的便签",
"101950": "莎莉的便签",
"101951": "新鲜的月莲",
"101952": "幼嫩的蔷薇",
"101953": "勇士的鹰羽",
"101954": "花朵护身符",
"101955": "原产地的新鲜蘑菇",
"101956": "异常的须弥蔷薇",
"101957": "写有谜语的纸条",
"101958": "写有谜语的纸条",
"101959": "写有谜语的纸条",
"101960": "写有谜语的纸条",
"101961": "拉菲克的造船材料",
"101962": "风干的小花",
"101963": "已激活·罐装知识",
"101964": "佩尔西科夫的手稿",
"101965": "普通的木头",
"101966": "愚人众的餐食",
"101967": "箱底的藏宝图",
"101968": "闪烁的零件",
"101969": "圣章石·谷地",
"101970": "圣章石·鸟首",
"101971": "圣章石·举臂",
"101972": "圣章石·沙暴",
"101973": "圣章石·耳郭",
"101974": "圣章石·树木",
"101975": "圣章石·雷霆",
"101976": "圣章石·危险",
"101977": "圣章石·凿锤",
"101978": "圣章石·日升",
"101979": "圣章石·王权",
"101980": "圣章石·羊首",
"101981": "圣章石·鳄首",
"101982": "圣章石·巨蛇",
"101983": "圣章石·祭祀",
"101984": "圣章石·劳作",
"101985": "圣章石·沙丘",
"101986": "(test)黑乎乎的怪东西",
"101987": "金蔷薇种子",
"101988": "透明遗迹的记录·其一",
"101989": "吞羊岩的记录",
"101990": "饱饮之陵的记录",
"101991": "索赫尔的考古笔记",
"101992": "阿如的倒影的记录",
"101993": "暮夜剧团团长的手稿",
"101994": "刚摘下的香辛果",
"101995": "没有署名的纸条",
"101996": "残破的记录",
"101997": "重熔装置",
"101998": "重熔片剂",
"101999": "雇主的命令",
"120000": "爱拉尼给妮露法的便签",
"120001": "迦毗鸠师的论文",
"120002": "风干的花朵",
"120003": "阿麦塔机关的碎片·其一",
"120004": "阿麦塔机关的碎片·其二",
"120005": "阿麦塔机关的碎片·其三",
"120006": "加扎里的摩拉袋",
"120007": "「终极无敌」的冒险手册",
"120008": "遗落的能量块",
"120009": "诡异的羊皮卷",
"120010": "(test)冒险地图",
"120011": "枯萎的苦舍桓",
"120012": "古拉布吉尔的特制宠物蛇口粮",
"120013": "奇怪的珠子",
"120014": "奇怪的小型帽子",
"120015": "破旧的架子",
"120016": "贾维的「梦想」",
"120017": "残破的纸片",
"120018": "牧童与魔瓶的故事",
"120019": "希鲁伊与希琳的故事·卷一",
"120020": "希鲁伊与希琳的故事·卷二",
"120021": "阿赫玛尔的故事",
"120022": "遐叶论经·卷一",
"120023": "遐叶论经·卷二",
"120024": "遐叶论经·卷三",
"120025": "浮槃歌卷·卷一",
"120026": "浮槃歌卷·卷二",
"120027": "浮槃歌卷·卷三",
"120028": "灵光颂",
"120029": "透明遗迹的记录·其二",
"120030": "透明遗迹的记录·其三",
"120031": "陈旧的钥匙",
"120032": "启封的羊皮卷",
"120033": "引路的羊皮卷",
"120034": "低语的羊皮卷",
"120035": "神秘的羊皮卷",
"120036": "古老的工作日志",
"120037": "教令院考察队临时报告",
"120038": "赞迪克的笔记",
"120039": "索赫蕾的笔记",
"120040": "须弥考察队的笔记",
"120041": "解剖记录",
"120042": "残破的出勤记录",
"120043": "采购物资",
"120044": "采购物资",
"120045": "采购物资",
"120046": "采购物资",
"120047": "病历记录",
"120048": "诊断报告",
"120049": "沙瓦玛的「采购资金」",
"120050": "曲清的「采购资金」",
"120051": "关垂的「采购资金」",
"120052": "扎卡里亚开给马鲁夫的「药方」",
"120053": "扎卡里亚开给马鲁夫的「药方」",
"120054": "扎卡里亚开给马鲁夫的「药方」",
"120055": "(test)马鲁夫的万能药包",
"120056": "扎卡里亚给马鲁夫的药",
"120057": "(test)蕈兽孢粉",
"120058": "(test)新鲜的须弥蔷薇",
"120059": "字迹优雅的笔记本",
"120060": "(test)仙人掌凝胶",
"120061": "内尔敏制作的「薄荷豆汤」",
"120062": "(test)内尔敏做的香水",
"120063": "未来星",
"120064": "充能转化容器",
"120065": "里夫的包裹",
"120066": "内尔敏的香料",
"120067": "锁钥之石·其一",
"120068": "《千夜故事集·一》残页",
"120069": "《千夜故事集·二》残页",
"120070": "《千夜故事集·三》残页",
"120071": "《千夜故事集·四》残页",
"120072": "《千夜故事集·五》残页",
"120073": "《千夜故事集·六》残页",
"120074": "千夜故事集·一",
"120075": "千夜故事集·二",
"120076": "千夜故事集·三",
"120077": "千夜故事集·四",
"120078": "千夜故事集·五",
"120079": "千夜故事集·六",
"120080": "萨梅尔的留言",
"120081": "萨梅尔的留言",
"120082": "沙瓦玛的订货单据",
"120083": "曲清的订货单据",
"120084": "关垂的订货单据",
"120085": "(test)鳄鱼肉干(废弃)",
"120086": "「渡魂之舟」",
"120087": "「圣显厅」",
"120088": "「边境堡垒」",
"120089": "「赤王之柱」",
"120090": "(test)居尔城棋子",
"120091": "「居尔城神殿」",
"120092": "激活器件·「赤王陵」",
"120093": "激活器件·「赤王的水晶杯」",
"120094": "激活器件·「渡魂之舟」",
"120095": "激活器件·「圣显厅」",
"120096": "激活器件·「边境堡垒」",
"120097": "激活器件·「赤王之柱」",
"120098": "(test)居尔城发条",
"120099": "激活器件·「居尔城神殿」",
"120100": "永恒绿洲的记忆·一",
"120101": "永恒绿洲的记忆·二",
"120102": "永恒绿洲的记忆·三",
"120103": "塔德菈的翎羽",
"120104": "愚人众据点钥匙",
"120105": "圣章石·峭崖",
"120106": "圣章石·巨门",
"120107": "神秘的石板·一",
"120108": "神秘的石板·二",
"120109": "神秘的石板·三",
"120110": "神秘的石板·四",
"120111": "神秘的石板·五",
"120112": "神秘的石板·六",
"120113": "赛诺的介绍信",
"120114": "古旧地图",
"120115": "拍卖会资料",
"120116": "封藏资料「归寂之庭」",
"120117": "锁钥之石·其二",
"120118": "阿扎莱的货款",
"120119": "拉玛的收货单",
"120120": "布特罗斯的收货单",
"120121": "朱特的收货单",
"120122": "贾汉吉尔的收货单",
"120123": "「限定款沙漠特别旅行包」",
"120124": "萌蘖的竹笋",
"120125": "(test)赛芭的蔷薇",
"120126": "一封短信",
"120127": "初生白枝",
"120128": "依稀可以辨认的铭文",
"120129": "依稀可以辨认的铭文",
"120130": "依稀可以辨认的铭文",
"120131": "依稀可以辨认的铭文",
"120132": "依稀可以辨认的铭文",
"120133": "依稀可以辨认的铭文",
"120134": "依稀可以辨认的铭文",
"120135": "依稀可以辨认的铭文",
"120136": "依稀可以辨认的铭文",
"120137": "依稀可以辨认的铭文",
"120138": "残缺的诊疗记录",
"120139": "赞迪克的笔记",
"120140": "不知何人的日记",
"120141": "残破的记录",
"120142": "内部撤离行动公文",
"120143": "关于实验用个体的初步检测",
"120144": "转移通知文件",
"120145": "远途勘探者留书·其一",
"120146": "远途勘探者留书·其二",
"120147": "远途勘探者留书·其三",
"120148": "远途勘探者留书·其四",
"120149": "远途勘探者留书·其五",
"120150": "远途勘探者留书·其六",
"120151": "关于货物交易的回函",
"120152": "活动公告",
"120153": "海妮耶的笔记 第一段",
"120154": "海妮耶的笔记 第二段",
"120155": "准备提供给八重神子的线索",
"120156": "赛诺的来信",
"120157": "莱依拉的订货单",
"120158": "初步调查的线索",
"120159": "海妮耶的笔记",
"120160": "特别的「意智宝珠」",
"120161": "神秘的愚人众信件",
"120162": "看似为「剑柄」之物",
"120163": "《有关稻妻踏鞴砂地区可能存在的重大历史事件简析》",
"120164": "《黯云之岛》",
"120165": "《有关稻妻踏鞴砂地区可能存在的重大历史事件简析》",
"120166": "《黯云之岛》",
"120167": "(test)棋子流沙遗迹",
"120168": "(test)棋子赤王之心",
"120169": "(test)棋子显圣厅",
"120170": "(test)棋子太阳船",
"120171": "(test)棋子阿如村",
"120172": "(test)棋子发条赤王之杯",
"120173": "(test)棋子发条赤王陵",
"120174": "(test)棋子发条流沙遗迹",
"120175": "(test)棋子发条赤王之心",
"120176": "(test)棋子发条显圣厅",
"120177": "(test)棋子发条太阳船",
"120178": "(test)棋子发条阿如村",
"120179": "一盒「乡土」",
"120180": "解读出的内容",
"120181": "旭东的信",
"120182": "居尔城记事·其一",
"120183": "居尔城记事·其二",
"120184": "居尔城记事·其三",
"120185": "居尔城记事·其四",
"120186": "居尔城记事·其五",
"120187": "破损的石板",
"120188": "达马山记事·其一",
"120189": "达马山记事·其二",
"120190": "达马山记事·其三",
"120191": "「黄铜面具」的教导·其一",
"120192": "「黄铜面具」的教导·其二",
"120193": "「黄铜面具」的教导·其三",
"120194": "古绿洲记事·其一",
"120195": "古绿洲记事·其二",
"120196": "古绿洲记事·其三",
"120197": "古绿洲记事·其四",
"120198": "古绿洲记事·其五",
"120199": "古绿洲记事·其六",
"120200": "征发令石板",
"120201": "赤鹫翎羽",
"120202": "毒蝎尾部",
"120203": "飞蛇之角",
"120204": "佐娅·雪奈茨芙娜大尉的行动报告·其一",
"120205": "佐娅·雪奈茨芙娜大尉的行动报告·其二",
"120206": "佐娅·雪奈茨芙娜大尉的行动报告·其三",
"120207": "残损的记录·其一",
"120208": "残损的记录·其二",
"120209": "印有塔尼特徽记的记录",
"120210": "愚人众信件",
"120211": "一封遗留的书信",
"120212": "赞迪克的笔记",
"120213": "印有教令院徽记的约契",
"120214": "巨大机械的能源系统复原图",
"120215": "给阿德菲的密信",
"120216": "某种武器的「碎片」",
"120217": "归属不明的拉面优惠券",
"120218": "整洁的字条",
"120219": "婕德的信",
"120220": "优菲的笔记",
"120221": "古老的石制钥匙",
"120226": "依稀可以辨认的铭文",
"120227": "依稀可以辨认的铭文",
"120228": "依稀可以辨认的铭文",
"120229": "依稀可以辨认的铭文",
"120230": "依稀可以辨认的铭文",
"120231": "依稀可以辨认的铭文",
"120232": "依稀可以辨认的铭文",
"120233": "依稀可以辨认的铭文",
"120235": "被揉皱的名单",
"120236": "仓库物资订单",
"120237": "古绿洲记事·其七",
"120238": "古绿洲记事·其八",
"120239": "古绿洲记事·其九",
"120240": "古绿洲记事·其十",
"120241": "雇佣守则石板",
"120242": "印有教令院徽记的约契",
"120243": "印有教令院徽记的约契",
"120248": "部族行商的信件",
"120249": "婕德的便条",
"120250": "热腾腾的腌笃鲜",
"120251": "「演武传心」大赛入场券",
"220068": "(test)赤沙石板",
"339901": "初级牌手徽章",
"339902": "高级牌手徽章",
"339903": "专家牌手徽章",
"339904": "大师牌手徽章",
"339905": "传说牌手徽章"
},
"CRICKET": { "100121": "蛐蛐(白)", "100122": "蛐蛐(蓝)", "100123": "蛐蛐(紫)", "100124": "蛐蛐(金)" },
"WIDGET": {
"101516": "(test)暂借的留影机",
"220001": "风神瞳共鸣石",
"220002": "岩神瞳共鸣石",
"220003": "岩之寻宝罗盘",
"220004": "捕风瓶",
"220005": "口袋锚点",
"220006": "「寻仙的美食家」",
"220008": "叁零式·便携营养袋",
"220009": "风之寻宝罗盘",
"220013": "「寻宝仙灵」",
"220014": "迷你仙灵·露草",
"220015": "迷你仙灵·薄红",
"220016": "迷你仙灵·郁金",
"220017": "放热瓶",
"220018": "留影机",
"220019": "奇特的「留影机」",
"220020": "特制的「留影机」",
"220021": "参量质变仪",
"220022": "好奇的嫣朵拉",
"220023": "嫣朵拉",
"220024": "风花节纪念气球",
"220025": "风物之诗琴",
"220026": "尘歌壶",
"220027": "风佑之羽球",
"220028": "浪船修理工具箱",
"220029": "准准爆弹",
"220030": "飘飘爆弹",
"220031": "烫烫爆弹",
"220032": "雷神瞳共鸣石",
"220033": "化种匣",
"220034": "雷之寻宝罗盘",
"220035": "红羽团扇",
"220036": "「留念镜」",
"220037": "「寻宝仙灵」",
"220038": "迷你仙灵·紫苑",
"220039": "奇特的羽毛",
"220040": "奇特的羽毛",
"220041": "???",
"220042": "阿叶夏混沌勘探器",
"220043": "「四方八方之网」",
"220044": "镜花之琴",
"220045": "「式小将」",
"220046": "「四方之网」",
"220047": "「烟花筒」",
"220048": "流明石触媒",
"220049": "睦疏之匣",
"220050": "(test)CD测试道具",
"220051": "荒泷·盛世豪鼓",
"220052": "素材收集器",
"220053": "「苦舍桓」",
"220054": "(test)仇恨测试道具",
"220056": "秘典之盒",
"220057": "草神瞳共鸣石",
"220058": "草之寻宝罗盘",
"220059": "「王树瑞佑」",
"220061": "「寻宝仙灵」",
"220062": "迷你仙灵·苔绿",
"220063": "精致的「留影机」",
"220064": "芭努的智慧",
"220065": "鱼线稳定器",
"220066": "老旧的诗琴",
"220067": "蹦蹦庆典拉炮",
"220070": "「清冽水沫留影机」",
"220071": "「苦舍桓」",
"220072": "魔瓶镇灵·利露帕尔",
"220073": "「意智宝珠」",
"220074": "缥锦机关·留云",
"220075": "野踪罗盘"
},
"ELEM_CRYSTAL": {
"101644": "流明石原矿",
"107001": "散失的风神瞳",
"107003": "散失的岩神瞳",
"107010": "绯红玉髓",
"107011": "绯红玉髓(纯表现)",
"107014": "散失的雷神瞳",
"107015": "逐月符",
"107016": "流明晶石",
"107017": "散失的草神瞳"
},
"SPICE_FOOD": {
"101715": "香气四溢的素鲍鱼",
"101719": "香气四溢的凉拌薄荷",
"101720": "香气四溢的扣三丝",
"101737": "香气四溢的清炒虾仁",
"101738": "香气四溢的金丝虾球",
"101739": "香气四溢的轻策农家菜",
"101740": "香气四溢的水煮黑背鲈",
"101741": "香气四溢的爆炒肉片",
"101742": "香气四溢的烤吃虎鱼",
"101743": "香气四溢的蟹黄豆腐",
"101744": "香气四溢的黄金蟹",
"101745": "香气四溢的珍珠翡翠白玉汤",
"101746": "香气四溢的腌笃鲜",
"101747": "香气四溢的山珍热卤面",
"101748": "香气四溢的摩拉肉",
"101749": "香气四溢的干炒鱼河",
"101750": "香气四溢的四方和平",
"101751": "香气四溢的米窝窝",
"101752": "香气四溢的杏仁豆腐",
"101753": "香气四溢的莲花酥"
},
"ACTIVITY_GEAR": {
"101847": "小型齿轮",
"101848": "中型齿轮",
"101849": "始动齿轮",
"101850": "大型齿轮",
"101851": "双层齿轮",
"101852": "大型双层齿轮",
"101853": "零动齿轮"
},
"ACTIVITY_ROBOT": {
"101867": "兑换券1号",
"101868": "兑换券2号",
"101869": "兑换券3号",
"101870": "兑换券4号",
"101871": "兑换券5号",
"101872": "兑换券6号",
"101873": "兑换券7号",
"101874": "兑换券8号",
"101875": "兑换券9号",
"101876": "兑换券10号",
"101877": "兑换券11号",
"101878": "兑换券12号",
"101879": "兑换券13号",
"101880": "兑换券14号",
"101881": "兑换券15号",
"101882": "兑换券16号",
"101883": "兑换券17号",
"101884": "兑换券18号",
"101885": "兑换券19号",
"101886": "兑换券20号"
},
"ACTIVITY_JIGSAW": {
"101887": "部件·风上",
"101888": "部件·空中",
"101889": "部件·云外",
"101890": "部件·缀花",
"101891": "部件·独蕊",
"101892": "部件·衬绿"
},
"FOOD": {
"102001": "火元素晶片",
"102002": "水元素晶片",
"102003": "草元素晶片",
"102004": "电元素晶片",
"102005": "风元素晶片",
"102006": "冰元素晶片",
"102007": "岩元素晶片",
"102008": "原初元素晶片",
"103001": "火炽奇卡卡",
"103002": "水润奇卡卡",
"103003": "草萌奇卡卡",
"103004": "电击奇卡卡",
"103005": "风纹奇卡卡",
"103006": "冰结奇卡卡",
"103007": "岩皮奇卡卡",
"103008": "原初奇卡卡",
"108000": "料理",
"108001": "奇怪的渔人吐司",
"108002": "渔人吐司",
"108003": "美味的渔人吐司",
"108004": "奇怪的提瓦特煎蛋",
"108005": "提瓦特煎蛋",
"108006": "美味的提瓦特煎蛋",
"108007": "奇怪的烤肉排",
"108008": "烤肉排",
"108009": "美味的烤肉排",
"108010": "侦察骑士烤肉!",
"108022": "奇怪的庄园烤松饼",
"108023": "庄园烤松饼",
"108024": "美味的庄园烤松饼",
"108025": "奇怪的炸萝卜丸子",
"108026": "炸萝卜丸子",
"108027": "美味的炸萝卜丸子",
"108028": "奇怪的满足沙拉",
"108029": "满足沙拉",
"108030": "美味的满足沙拉",
"108034": "奇怪的北地烟熏鸡",
"108035": "北地烟熏鸡",
"108036": "美味的北地烟熏鸡",
"108037": "奇怪的白汁时蔬烩肉",
"108038": "白汁时蔬烩肉",
"108039": "美味的白汁时蔬烩肉",
"108040": "辣味时蔬烩肉",
"108049": "奇怪的嘟嘟莲海鲜羹",
"108050": "嘟嘟莲海鲜羹",
"108051": "美味的嘟嘟莲海鲜羹",
"108052": "奇怪的黄油松茸",
"108053": "黄油松茸",
"108054": "美味的黄油松茸",
"108055": "奇怪的「堆高高」",
"108056": "「堆高高」",
"108057": "美味的「堆高高」",
"108058": "「蒙德往事」",
"108059": "奇怪的冷肉拼盘",
"108060": "冷肉拼盘",
"108061": "美味的冷肉拼盘",
"108062": "奇怪的蜜酱胡萝卜煎肉",
"108063": "蜜酱胡萝卜煎肉",
"108064": "美味的蜜酱胡萝卜煎肉",
"108065": "奇怪的蟹黄火腿焗时蔬",
"108066": "蟹黄火腿焗时蔬",
"108067": "美味的蟹黄火腿焗时蔬",
"108068": "奇怪的翡玉什锦袋",
"108069": "翡玉什锦袋",
"108070": "美味的翡玉什锦袋",
"108071": "奇怪的中原杂碎",
"108072": "中原杂碎",
"108073": "美味的中原杂碎",
"108080": "奇怪的杏仁豆腐",
"108081": "杏仁豆腐",
"108082": "美味的杏仁豆腐",
"108083": "奇怪的香嫩椒椒鸡",
"108084": "香嫩椒椒鸡",
"108085": "美味的香嫩椒椒鸡",
"108086": "奇怪的珍珠翡翠白玉汤",
"108087": "珍珠翡翠白玉汤",
"108088": "美味的珍珠翡翠白玉汤",
"108092": "奇怪的摩拉肉",
"108093": "摩拉肉",
"108094": "美味的摩拉肉",
"108095": "奇怪的蒙德烤鱼",
"108096": "蒙德烤鱼",
"108097": "美味的蒙德烤鱼",
"108098": "奇怪的爆炒肉片",
"108099": "爆炒肉片",
"108100": "美味的爆炒肉片",
"108101": "奇怪的黄金蟹",
"108102": "黄金蟹",
"108103": "美味的黄金蟹",
"108110": "奇怪的风神杂烩菜",
"108111": "风神杂烩菜",
"108112": "美味的风神杂烩菜",
"108113": "真·风神杂烩菜",
"108114": "至高的智慧(生活)",
"108115": "鱼香吐司",
"108116": "提瓦特焦蛋",
"108117": "祝圣交响乐",
"108118": "厚云朵松饼",
"108119": "奇怪的莲子禽蛋羹",
"108120": "莲子禽蛋羹",
"108121": "美味的莲子禽蛋羹",
"108122": "奇怪的仙跳墙",
"108123": "仙跳墙",
"108124": "美味的仙跳墙",
"108125": "奇怪的金丝虾球",
"108126": "金丝虾球",
"108127": "美味的金丝虾球",
"108128": "奇怪的轻策农家菜",
"108129": "轻策农家菜",
"108130": "美味的轻策农家菜",
"108131": "奇怪的来来菜",
"108132": "来来菜",
"108133": "美味的来来菜",
"108134": "绝对不是下酒菜",
"108137": "「美梦」",
"108138": "炝炒肉片",
"108139": "乾坤摩拉肉",
"108140": "没有未来菜",
"108141": "奇怪的山珍热卤面",
"108142": "山珍热卤面",
"108143": "美味的山珍热卤面",
"108144": "山珍凉卤面",
"108146": "伍玖叁式营养餐",
"108147": "圣水",
"108149": "冰钩钩果汁",
"108150": "树莓薄荷饮",
"108155": "奇怪的扣三丝",
"108156": "扣三丝",
"108157": "美味的扣三丝",
"108158": "奇怪的天枢肉",
"108159": "天枢肉",
"108160": "美味的天枢肉",
"108161": "奇怪的莲花酥",
"108162": "莲花酥",
"108163": "美味的莲花酥",
"108164": "奇怪的月亮派",
"108165": "月亮派",
"108166": "美味的月亮派",
"108167": "奇怪的冒险家蛋堡",
"108168": "冒险家蛋堡",
"108169": "美味的冒险家蛋堡",
"108174": "摇·滚·鸡!",
"108175": "极致一钓",
"108176": "奇怪的蟹黄豆腐",
"108177": "蟹黄豆腐",
"108178": "美味的蟹黄豆腐",
"108179": "奇怪的明月蛋",
"108180": "明月蛋",
"108181": "美味的明月蛋",
"108182": "奇怪的干锅腊肉",
"108183": "干锅腊肉",
"108184": "美味的干锅腊肉",
"108188": "奇怪的素鲍鱼",
"108189": "素鲍鱼",
"108190": "美味的素鲍鱼",
"108191": "奇怪的岩港三鲜",
"108192": "岩港三鲜",
"108193": "美味的岩港三鲜",
"108194": "奇怪的清炒虾仁",
"108195": "清炒虾仁",
"108196": "美味的清炒虾仁",
"108200": "幽幽大行军",
"108204": "奇怪的稠汁蔬菜炖肉",
"108205": "稠汁蔬菜炖肉",
"108206": "美味的稠汁蔬菜炖肉",
"108207": "奇怪的黄油煎鱼",
"108208": "黄油煎鱼",
"108209": "美味的黄油煎鱼",
"108210": "奇怪的绝云锅巴",
"108211": "绝云锅巴",
"108212": "美味的绝云锅巴",
"108214": "「林之梦」",
"108216": "海灯节特色炸萝卜丸子",
"108217": "海灯节特色禽蛋羹",
"108218": "海灯节特色白玉汤",
"108219": "海灯节特色热卤面",
"108220": "海灯节特色来来菜",
"108221": "海灯节特色扣三丝",
"108228": "奇怪的凉拌薄荷",
"108229": "凉拌薄荷",
"108230": "美味的凉拌薄荷",
"108231": "奇怪的兽肉薄荷卷",
"108232": "兽肉薄荷卷",
"108233": "美味的兽肉薄荷卷",
"108235": "奇怪的大黄金吮指鸡",
"108236": "大黄金吮指鸡",
"108237": "美味的大黄金吮指鸡",
"108241": "奇怪的香浓土豆泥",
"108242": "香浓土豆泥",
"108243": "美味的香浓土豆泥",
"108244": "「自有方圆」",
"108245": "骇浪派",
"108246": "奇怪的鸡豆花",
"108247": "鸡豆花",
"108248": "美味的鸡豆花",
"108258": "奇怪的刺身拼盘",
"108259": "刺身拼盘",
"108260": "美味的刺身拼盘",
"108264": "奇怪的鸟蛋烧",
"108265": "鸟蛋烧",
"108266": "美味的鸟蛋烧",
"108270": "奇怪的黄油蟹蟹",
"108271": "黄油蟹蟹",
"108272": "美味的黄油蟹蟹",
"108273": "奇怪的串串三味",
"108274": "串串三味",
"108275": "美味的串串三味",
"108279": "奇怪的渡来禽肉",
"108280": "渡来禽肉",
"108281": "美味的渡来禽肉",
"108282": "奇怪的绯樱饼",
"108283": "绯樱饼",
"108284": "美味的绯樱饼",
"108285": "奇怪的绀田煮",
"108286": "绀田煮",
"108287": "美味的绀田煮",
"108288": "奇怪的市井杂煮",
"108289": "市井杂煮",
"108290": "美味的市井杂煮",
"108291": "奇怪的什锦炒面",
"108292": "什锦炒面",
"108293": "美味的什锦炒面",
"108294": "奇怪的蟹黄壳壳烧",
"108295": "蟹黄壳壳烧",
"108296": "美味的蟹黄壳壳烧",
"108297": "奇怪的绯樱天妇罗",
"108298": "绯樱天妇罗",
"108299": "美味的绯樱天妇罗",
"108300": "「红炉一点雪」",
"108306": "奇怪的米饭布丁",
"108307": "米饭布丁",
"108308": "美味的米饭布丁",
"108309": "奇怪的红烩兽肉",
"108310": "红烩兽肉",
"108311": "美味的红烩兽肉",
"108312": "奇怪的文心豆腐",
"108313": "文心豆腐",
"108314": "美味的文心豆腐",
"108315": "奇怪的辣肉窝窝头",
"108316": "辣肉窝窝头",
"108317": "美味的辣肉窝窝头",
"108321": "奇怪的甜虾寿司",
"108322": "甜虾寿司",
"108323": "美味的甜虾寿司",
"108327": "奇怪的蛋包饭",
"108328": "蛋包饭",
"108329": "美味的蛋包饭",
"108333": "奇怪的多多烧",
"108334": "多多烧",
"108335": "美味的多多烧",
"108341": "永恒的信仰",
"108342": "奇怪的鲜鱼炖萝卜",
"108343": "鲜鱼炖萝卜",
"108344": "美味的鲜鱼炖萝卜",
"108345": "奇怪的若竹煮",
"108346": "若竹煮",
"108347": "美味的若竹煮",
"108355": "奇怪的鳗肉茶泡饭",
"108356": "鳗肉茶泡饭",
"108357": "美味的鳗肉茶泡饭",
"108358": "奇怪的五宝腌菜",
"108359": "五宝腌菜",
"108360": "美味的五宝腌菜",
"108361": "奇怪的绯樱虾仙贝",
"108362": "绯樱虾仙贝",
"108363": "美味的绯樱虾仙贝",
"108364": "强者之道",
"108366": "奇怪的丰年有余",
"108367": "丰年有余",
"108368": "美味的丰年有余",
"108369": "奇怪的龙须面",
"108370": "龙须面",
"108371": "美味的龙须面",
"108372": "连心面",
"108373": "云遮玉",
"108374": "奇怪的山家烧",
"108375": "山家烧",
"108376": "美味的山家烧",
"108377": "奇怪的乌冬面",
"108378": "乌冬面",
"108379": "美味的乌冬面",
"108380": "福内乌冬",
"108381": "奇怪的炸肉排三明治",
"108382": "炸肉排三明治",
"108383": "美味的炸肉排三明治",
"108384": "奇怪的紫苑云霓",
"108385": "紫苑云霓",
"108386": "美味的紫苑云霓",
"108387": "「静寂闲雅」",
"108388": "蛋包饭圆舞曲",
"108389": "沾露虾仁",
"108390": "唯一的真相",
"108391": "奇怪的黄油鸡",
"108392": "黄油鸡",
"108393": "美味的黄油鸡",
"108394": "奇怪的烤肉卷",
"108395": "烤肉卷",
"108396": "美味的烤肉卷",
"108397": "奇怪的雨林沙拉",
"108398": "雨林沙拉",
"108399": "美味的雨林沙拉",
"108400": "奇怪的马萨拉芝士球",
"108401": "马萨拉芝士球",
"108402": "美味的马萨拉芝士球",
"108403": "奇怪的杂菇荟萃",
"108404": "杂菇荟萃",
"108405": "美味的杂菇荟萃",
"108409": "奇怪的绿汁脆球",
"108410": "绿汁脆球",
"108411": "美味的绿汁脆球",
"108412": "奇怪的薄荷豆汤",
"108413": "薄荷豆汤",
"108414": "美味的薄荷豆汤",
"108415": "奇怪的兽米香香",
"108416": "兽米香香",
"108417": "美味的兽米香香",
"108427": "奇怪的唐杜尔烤鸡",
"108428": "唐杜尔烤鸡",
"108429": "美味的唐杜尔烤鸡",
"108430": "奇怪的土豆船",
"108431": "土豆船",
"108432": "美味的土豆船",
"108436": "巡林官精选",
"108438": "摩拉急速来",
"108439": "奇怪的肉肉烤蘑菇披萨",
"108440": "肉肉烤蘑菇披萨",
"108441": "美味的肉肉烤蘑菇披萨",
"108442": "奇怪的日落莓莓茶",
"108443": "日落莓莓茶",
"108444": "美味的日落莓莓茶",
"108448": "奇怪的椰炭饼",
"108449": "椰炭饼",
"108450": "美味的椰炭饼",
"108451": "奇怪的千层酥酥",
"108452": "千层酥酥",
"108453": "美味的千层酥酥",
"108454": "奇怪的枣椰蜜糖",
"108455": "枣椰蜜糖",
"108456": "美味的枣椰蜜糖",
"108457": "奇怪的帕蒂沙兰布丁",
"108458": "帕蒂沙兰布丁",
"108459": "美味的帕蒂沙兰布丁",
"108460": "奇怪的阿如拌饭",
"108461": "阿如拌饭",
"108462": "美味的阿如拌饭",
"108463": "奇怪的假日果酿",
"108464": "假日果酿",
"108465": "美味的假日果酿",
"108466": "婆娑一舞",
"108468": "关怀备至",
"108469": "气泡酸莓汁",
"108474": "哈瓦玛玛兹",
"108478": "古法秘制椰炭饼",
"108479": "真味茶泡饭",
"108487": "轻策家常菜",
"108488": "鳄鱼肉干",
"111006": "耐热药剂",
"111007": "防潮药剂",
"111008": "耐寒药剂",
"111009": "防风药剂",
"111010": "绝缘药剂",
"111011": "防尘药剂",
"111012": "治草药剂",
"111013": "烈火精油",
"111014": "激流精油",
"111015": "霜劫精油",
"111016": "狂风精油",
"111017": "惊雷精油",
"111018": "磐石精油",
"111019": "丛林精油"
},
"EXP_FRUIT": { "104001": "流浪者的经验", "104002": "冒险家的经验", "104003": "大英雄的经验" },
"WEAPON_EXP_STONE": { "104011": "精锻用杂矿", "104012": "精锻用良矿", "104013": "精锻用魔矿" },
"AVATAR_MATERIAL": {
"104101": "璀璨原钻碎屑",
"104102": "璀璨原钻断片",
"104103": "璀璨原钻块",
"104104": "璀璨原钻",
"104111": "燃愿玛瑙碎屑",
"104112": "燃愿玛瑙断片",
"104113": "燃愿玛瑙块",
"104114": "燃愿玛瑙",
"104121": "涤净青金碎屑",
"104122": "涤净青金断片",
"104123": "涤净青金块",
"104124": "涤净青金",
"104131": "生长碧翡碎屑",
"104132": "生长碧翡断片",
"104133": "生长碧翡块",
"104134": "生长碧翡",
"104141": "最胜紫晶碎屑",
"104142": "最胜紫晶断片",
"104143": "最胜紫晶块",
"104144": "最胜紫晶",
"104151": "自在松石碎屑",
"104152": "自在松石断片",
"104153": "自在松石块",
"104154": "自在松石",
"104161": "哀叙冰玉碎屑",
"104162": "哀叙冰玉断片",
"104163": "哀叙冰玉块",
"104164": "哀叙冰玉",
"104171": "坚牢黄玉碎屑",
"104172": "坚牢黄玉断片",
"104173": "坚牢黄玉块",
"104174": "坚牢黄玉",
"104301": "「自由」的教导",
"104302": "「自由」的指引",
"104303": "「自由」的哲学",
"104304": "「抗争」的教导",
"104305": "「抗争」的指引",
"104306": "「抗争」的哲学",
"104307": "「诗文」的教导",
"104308": "「诗文」的指引",
"104309": "「诗文」的哲学",
"104310": "「繁荣」的教导",
"104311": "「繁荣」的指引",
"104312": "「繁荣」的哲学",
"104313": "「勤劳」的教导",
"104314": "「勤劳」的指引",
"104315": "「勤劳」的哲学",
"104316": "「黄金」的教导",
"104317": "「黄金」的指引",
"104318": "「黄金」的哲学",
"104319": "智识之冕",
"104320": "「浮世」的教导",
"104321": "「浮世」的指引",
"104322": "「浮世」的哲学",
"104323": "「风雅」的教导",
"104324": "「风雅」的指引",
"104325": "「风雅」的哲学",
"104326": "「天光」的教导",
"104327": "「天光」的指引",
"104328": "「天光」的哲学",
"104329": "「诤言」的教导",
"104330": "「诤言」的指引",
"104331": "「诤言」的哲学",
"104332": "「巧思」的教导",
"104333": "「巧思」的指引",
"104334": "「巧思」的哲学",
"104335": "「笃行」的教导",
"104336": "「笃行」的指引",
"104337": "「笃行」的哲学",
"112001": "原质",
"112002": "史莱姆凝液",
"112003": "史莱姆清",
"112004": "史莱姆原浆",
"112005": "破损的面具",
"112006": "污秽的面具",
"112007": "不祥的面具",
"112008": "导能绘卷",
"112009": "封魔绘卷",
"112010": "禁咒绘卷",
"112011": "牢固的箭簇",
"112012": "锐利的箭簇",
"112013": "历战的箭簇",
"112014": "沉重号角",
"112015": "黑铜号角",
"112016": "黑晶号角",
"112017": "晦暗刻像",
"112018": "夤夜刻像",
"112019": "幽邃刻像",
"112020": "地脉的旧枝",
"112021": "地脉的枯叶",
"112022": "地脉的新芽",
"112023": "混沌装置",
"112024": "混沌回路",
"112025": "混沌炉心",
"112026": "雾虚花粉",
"112027": "雾虚草囊",
"112028": "雾虚灯芯",
"112029": "猎兵祭刀",
"112030": "特工祭刀",
"112031": "督察长祭刀",
"112032": "新兵的徽记",
"112033": "士官的徽记",
"112034": "尉官的徽记",
"112035": "寻宝鸦印",
"112036": "藏银鸦印",
"112037": "攫金鸦印",
"112038": "骗骗花蜜",
"112039": "微光花蜜",
"112040": "原素花蜜",
"112041": "脆弱的骨片",
"112042": "结实的骨片",
"112043": "石化的骨片",
"112044": "破旧的刀镡",
"112045": "影打刀镡",
"112046": "名刀镡",
"112047": "混沌机关",
"112048": "混沌枢纽",
"112049": "混沌真眼",
"112050": "黯淡棱镜",
"112051": "水晶棱镜",
"112052": "偏光棱镜",
"112053": "浮游干核",
"112054": "浮游幽核",
"112055": "浮游晶化核",
"112056": "隐兽指爪",
"112057": "隐兽利爪",
"112058": "隐兽鬼爪",
"112059": "蕈兽孢子",
"112060": "荧光孢粉",
"112061": "孢囊晶尘",
"112062": "失活菌核",
"112063": "休眠菌核",
"112064": "茁壮菌核",
"112065": "褪色红绸",
"112066": "镶边红绸",
"112067": "织金红绸",
"112068": "混沌容器",
"112069": "混沌模块",
"112070": "混沌锚栓",
"112071": "破缺棱晶",
"112072": "混浊棱晶",
"112073": "辉光棱晶",
"112074": "残毁的横脊",
"112075": "密固的横脊",
"112076": "锲纹的横脊",
"113001": "飓风之种",
"113002": "雷光棱镜",
"113003": "东风之翎",
"113004": "东风之爪",
"113005": "东风的吐息",
"113006": "北风之尾",
"113007": "北风之环",
"113008": "北风的魂匣",
"113009": "玄岩之塔",
"113010": "极寒之核",
"113011": "常燃火种",
"113012": "净水之心",
"113013": "吞天之鲸·只角",
"113014": "魔王之刃·残片",
"113015": "武炼之魂·孤影",
"113016": "未熟之玉",
"113017": "龙王之冕",
"113018": "血玉之枝",
"113019": "鎏金之鳞",
"113020": "晶凝之华",
"113022": "魔偶机心",
"113023": "恒常机关之心",
"113024": "阴燃之珠",
"113025": "熔毁之刻",
"113026": "狱火之蝶",
"113027": "灰烬之心",
"113028": "排异之露",
"113029": "雷霆数珠",
"113030": "兽境王器",
"113031": "龙嗣伪鳍",
"113032": "凶将之手眼",
"113033": "祸神之禊泪",
"113034": "万劫之真意",
"113035": "符纹之齿",
"113036": "蕈王钩喙",
"113037": "藏雷野实",
"113038": "永续机芯",
"113039": "导光四面体",
"113040": "灭诤草蔓",
"113041": "傀儡的悬丝",
"113042": "无心的渊镜",
"113043": "空行的虚铃",
"113044": "苍砾蕊羽",
"114001": "高塔孤王的破瓦",
"114002": "高塔孤王的残垣",
"114003": "高塔孤王的断片",
"114004": "高塔孤王的碎梦",
"114005": "凛风奔狼的始龀",
"114006": "凛风奔狼的裂齿",
"114007": "凛风奔狼的断牙",
"114008": "凛风奔狼的怀乡",
"114009": "狮牙斗士的枷锁",
"114010": "狮牙斗士的铁链",
"114011": "狮牙斗士的镣铐",
"114012": "狮牙斗士的理想",
"114013": "孤云寒林的光砂",
"114014": "孤云寒林的辉岩",
"114015": "孤云寒林的圣骸",
"114016": "孤云寒林的神体",
"114017": "雾海云间的铅丹",
"114018": "雾海云间的汞丹",
"114019": "雾海云间的金丹",
"114020": "雾海云间的转还",
"114021": "漆黑陨铁的一粒",
"114022": "漆黑陨铁的一片",
"114023": "漆黑陨铁的一角",
"114024": "漆黑陨铁的一块",
"114025": "远海夷地的瑚枝",
"114026": "远海夷地的玉枝",
"114027": "远海夷地的琼枝",
"114028": "远海夷地的金枝",
"114029": "鸣神御灵的明惠",
"114030": "鸣神御灵的欢喜",
"114031": "鸣神御灵的亲爱",
"114032": "鸣神御灵的勇武",
"114033": "今昔剧画之恶尉",
"114034": "今昔剧画之虎啮",
"114035": "今昔剧画之一角",
"114036": "今昔剧画之鬼人",
"114037": "谧林涓露的铜符",
"114038": "谧林涓露的铁符",
"114039": "谧林涓露的银符",
"114040": "谧林涓露的金符",
"114041": "绿洲花园的追忆",
"114042": "绿洲花园的恩惠",
"114043": "绿洲花园的哀思",
"114044": "绿洲花园的真谛",
"114045": "烈日威权的残响",
"114046": "烈日威权的余光",
"114047": "烈日威权的梦想",
"114048": "烈日威权的旧日",
"200103": "腐殖龙髓",
"200104": "「看得见的风」",
"200105": "「童真的断篇」",
"200106": "海皇香脂",
"200107": "赤穗酒枡",
"200108": "「溶媒」",
"200109": "明目之油膏",
"200110": "霞色宝珠",
"200111": "原海鱼油",
"200112": "迁风的苍翎",
"200113": "若狭的藁末"
},
"RELIQUARY_MATERIAL": {
"105001": "(废弃)祝圣之滴",
"105002": "祝圣油膏",
"105003": "祝圣精华",
"105004": "(废弃)祝圣之精华"
},
"CONSUME_BATCH_USE": { "107009": "脆弱树脂", "107012": "须臾树脂" },
"GCG_EXCHANGE_ITEM": { "107019": "空白的影幻牌" },
"FISH_BAIT": {
"111023": "果酿饵",
"111024": "赤糜饵",
"111025": "蠕虫假饵",
"111026": "飞蝇假饵",
"111027": "荧草饵",
"111028": "甘露饵"
},
"CHEST_BATCH_USE": {
"115013": "奇珍分享包",
"115014": "角色突破自选-高级",
"115015": "角色突破自选-超级",
"115016": "天赋书自选-低级",
"115017": "美德分享包",
"115018": "天赋书自选-高级",
"115024": "材料分享包",
"115025": "良材分享包",
"115026": "武器突破自选-高级",
"115027": "武器突破自选-超级",
"115031": "北陆原胚之匣",
"115035": "咲耶的特别园艺搭配包",
"115040": "央陆原胚之匣"
},
"SELECTABLE_CHEST": {
"116002": "纪行宝匣",
"116003": "BP三选一测试礼包",
"116004": "风土的指引",
"116005": "风土的哲学",
"116006": "岩间的指引",
"116007": "岩间的哲学",
"116008": "(test)BP免费高级礼包",
"116009": "(test)BP付费高级礼包",
"116010": "霄雷的指引",
"116011": "霄雷的哲学",
"116012": "茵草的指引",
"116013": "茵草的哲学"
},
"HOME_SEED": {
"130001": "「霓裳花」的种子",
"130002": "「甜甜花」的种子",
"130003": "「塞西莉亚花」的种子",
"130004": "「琉璃百合」的种子",
"130005": "「风车菊」的种子",
"130006": "「清心」的种子",
"130007": "「琉璃袋」的种子",
"130008": "「落落莓」的种子",
"130009": "「小灯草」的种子",
"130010": "「绝云椒椒」的种子",
"130011": "「胡萝卜」的种子",
"130012": "「白萝卜」的种子",
"130013": "「薄荷」的种子",
"130014": "「蘑菇」的孢子",
"130015": "「鸣草」的种子",
"130016": "「马尾」的种子",
"130017": "「金鱼草」的种子",
"130018": "「莲蓬」的种子",
"130019": "「嘟嘟莲」的种子",
"130020": "「海草」的种子",
"130021": "「海灵芝」的样本",
"130022": "「梦里花·星槿」的花种",
"130023": "「梦里花·棠铃」的花种",
"130024": "「梦里花·绣荚」的花种",
"130025": "「香辛果」的种子",
"130026": "「墩墩桃」的种子",
"130027": "「须弥蔷薇」的种子"
},
"FLYCLOAK": {
"140001": "初始之翼",
"140002": "守候之翼",
"140003": "降临之翼",
"140004": "苍天清风之翼",
"140005": "金琮天行之翼",
"140006": "雪隐之翼",
"140007": "飨宴之翼",
"140008": "雷腾云奔之翼",
"140009": "星汉灿烂之翼",
"140010": "森郁花繁之翼"
},
"BGM": {
"141001": "旋曜玉帛·其一",
"141002": "旋曜玉帛·其二",
"141003": "旋曜玉帛·其三",
"141004": "旋曜玉帛·其四",
"141005": "旋曜玉帛·其五",
"141006": "旋曜玉帛·其六",
"141007": "旋曜玉帛·其七",
"141008": "旋曜玉帛·其八",
"141009": "旋曜玉帛·其九",
"141010": "旋曜玉帛·其十",
"141011": "旋曜玉帛·其十一",
"141012": "旋曜玉帛·其十二",
"141013": "旋曜玉帛·其十三",
"141014": "旋曜玉帛·其十四",
"141015": "旋曜玉帛·其十五",
"141016": "旋曜玉帛·其十六",
"141017": "旋曜玉帛·其十七",
"141018": "旋曜玉帛·其十八",
"141019": "旋曜玉帛·其十九",
"141020": "旋曜玉帛·其二十",
"141021": "旋曜玉帛·其二十一",
"141022": "旋曜玉帛·其二十二",
"141023": "旋曜玉帛·其二十三",
"141024": "旋曜玉帛·其二十四",
"141025": "旋曜玉帛·其二十五",
"141026": "旋曜玉帛·其二十六",
"141027": "旋曜玉帛·其二十七",
"141028": "旋曜玉帛·其二十八",
"141029": "旋曜玉帛·其二十九",
"141030": "旋曜玉帛·其三十",
"141031": "旋曜玉帛·其三十一",
"141032": "旋曜玉帛·其三十二",
"141033": "旋曜玉帛·其三十三",
"141034": "旋曜玉帛·其三十四",
"141035": "旋曜玉帛·其三十五",
"141036": "旋曜玉帛·其三十六",
"141037": "旋曜玉帛·其三十七",
"141038": "旋曜玉帛·其三十八",
"141039": "旋曜玉帛·其三十九",
"141040": "旋曜玉帛·其四十",
"141041": "旋曜玉帛·其四十一",
"141042": "旋曜玉帛·其四十二",
"141043": "旋曜玉帛·其四十三",
"141044": "旋曜玉帛·其四十四",
"141045": "旋曜玉帛·其四十五",
"141046": "旋曜玉帛·其四十六",
"141047": "旋曜玉帛·其四十七",
"141048": "旋曜玉帛·其四十八",
"141049": "旋曜玉帛·其四十九",
"141050": "旋曜玉帛·其五十",
"141051": "旋曜玉帛·其五十一",
"141052": "旋曜玉帛·其五十二",
"141053": "旋曜玉帛·其五十三",
"141054": "旋曜玉帛·其五十四",
"141055": "旋曜玉帛·其五十五",
"141056": "旋曜玉帛·其五十六",
"141057": "旋曜玉帛·其五十七",
"141058": "旋曜玉帛·其五十八",
"141059": "旋曜玉帛·其五十九",
"141060": "旋曜玉帛·其六十",
"141061": "旋曜玉帛·其六十一",
"141062": "旋曜玉帛·其六十二",
"141063": "旋曜玉帛·其六十三",
"141064": "旋曜玉帛·其六十四",
"141065": "旋曜玉帛·其六十五",
"141066": "旋曜玉帛·其六十六",
"141067": "旋曜玉帛·其六十七",
"141068": "旋曜玉帛·其六十八",
"141069": "旋曜玉帛·其六十九",
"141070": "旋曜玉帛·其七十",
"141071": "旋曜玉帛·其七十一",
"141072": "旋曜玉帛·其七十二",
"141073": "旋曜玉帛·其七十三",
"141074": "旋曜玉帛·其七十四",
"141075": "旋曜玉帛·其七十五",
"141076": "旋曜玉帛·其七十六",
"141077": "旋曜玉帛·其七十七",
"141078": "旋曜玉帛·其七十八",
"141079": "旋曜玉帛·其七十九",
"141080": "旋曜玉帛·其八十",
"141081": "旋曜玉帛·其八十一",
"141082": "旋曜玉帛·其八十二",
"141083": "旋曜玉帛·其八十三",
"141084": "旋曜玉帛·其八十四",
"141085": "旋曜玉帛·其八十五",
"141086": "旋曜玉帛·其八十六",
"141087": "旋曜玉帛·其八十七",
"141088": "旋曜玉帛·其八十八",
"141089": "旋曜玉帛·其八十九",
"141090": "旋曜玉帛·其九十",
"141091": "旋曜玉帛·其九十一",
"141092": "旋曜玉帛·其九十二",
"141093": "旋曜玉帛·其九十三"
},
"SEA_LAMP": { "200004": "霄灯" },
"CHANNELLER_SLAB_BUFF": {
"200201": "鹰隼之舞",
"200202": "铁翼",
"200203": "风之泉",
"200204": "沉重",
"200205": "猎手之舞",
"200206": "刚弓",
"200207": "漩涡",
"200208": "猛击",
"200209": "轻盈",
"200210": "剑刃之舞",
"200211": "英勇",
"200212": "鼓舞",
"200213": "铁之歌",
"200214": "交织之舞",
"200215": "祭仪",
"200216": "以战养战",
"200217": "爆发强效",
"200218": "无尽之舞",
"200219": "爆发专精",
"200220": "充能技",
"200221": "充能强效",
"200222": "疾雷之舞",
"200223": "甘霖",
"200224": "精通强效",
"200225": "散霰之舞",
"200226": "冻伤",
"200227": "锐利",
"200228": "星晶之舞",
"200229": "结晶偏光",
"200230": "结晶赋能",
"200231": "铁壁",
"200232": "决斗之舞",
"200233": "凝血护佑",
"200234": "强效治疗",
"200235": "处刑",
"200236": "裁决",
"200237": "挑战者",
"200238": "碎果细屑",
"200239": "碎果裂片",
"200240": "碎果残块",
"200241": "决斗之舞",
"200242": "剑刃之舞",
"200243": "星晶之舞",
"200244": "交织之舞",
"200245": "无尽之舞",
"200246": "结晶偏光",
"200247": "鼓舞",
"200248": "英勇",
"200249": "漩涡",
"200250": "挑战者",
"200251": "处刑",
"200252": "结晶赋能",
"200253": "爆发专精",
"200254": "裁决",
"200255": "锐利",
"200256": "爆发强效",
"200257": "精通强效",
"200258": "铁壁",
"200259": "铁之歌",
"200260": "猛击",
"200261": "满来之舞",
"200262": "传导率"
},
"FISH_ROD": {
"200900": "林野钓竿",
"200901": "风缠",
"200902": "愿者",
"200903": "鸣川鹈饲",
"200904": "长绳系月",
"200905": "盘缘"
},
"NAMECARD": {
"210001": "原神·印象",
"210002": "纪行·捕风",
"210003": "安柏·兔兔",
"210004": "可莉·爆弹",
"210005": "迪卢克·燃烧",
"210006": "雷泽·奔狼",
"210007": "温迪·天青",
"210008": "琴·风向",
"210009": "芭芭拉·流淌",
"210010": "凯亚·孔雀",
"210011": "丽莎·沙漏",
"210012": "砂糖·创生",
"210013": "菲谢尔·夜鸦",
"210014": "诺艾尔·守护",
"210015": "莫娜·天星",
"210016": "班尼特·认可",
"210017": "香菱·出锅",
"210018": "行秋·雨虹",
"210019": "七七·冷藏",
"210020": "刻晴·雷楔",
"210021": "成就·游遍",
"210022": "成就·殊技",
"210023": "成就·侠行",
"210024": "蒙德·风吟",
"210025": "璃月·岩寂",
"210026": "成就·虹色",
"210027": "成就·强弓",
"210028": "成就·挑战",
"210029": "成就·深秘",
"210030": "成就·山民",
"210031": "成就·雪乡",
"210032": "成就·合扇",
"210033": "成就·相逢",
"210038": "凝光·凤仪",
"210039": "北斗·拔锚",
"210040": "重云·灵刃",
"210041": "成就·挑战·其二",
"210042": "纪行·熄星",
"210043": "迪奥娜·呜喵",
"210044": "钟离·天星",
"210045": "辛焱·唱罢",
"210046": "公子·魔装",
"210047": "蒙德·英名",
"210048": "蒙德·祝愿",
"210049": "璃月·千帆",
"210050": "璃月·云间",
"210051": "成就·挑战·其三",
"210052": "成就·雪峰",
"210053": "甘雨·麟迹",
"210054": "阿贝多·阳花",
"210055": "纪行·白垩",
"210056": "忍冬·古树",
"210057": "庆典·无相",
"210058": "魈·傩面",
"210059": "胡桃·安神",
"210060": "纪行·明霄",
"210061": "庆典·灯昼",
"210062": "庆典·棋谭",
"210063": "罗莎莉亚·苦役",
"210064": "纪行·风花",
"210065": "庆典·盛宴",
"210066": "庆典·光鳞",
"210067": "庆典·慧果",
"210068": "庆典·躲猫",
"210069": "烟绯·公正",
"210070": "优菈·冰印",
"210071": "纪行·绕尘",
"210072": "成就·壶歌",
"210073": "枫原万叶·秋山椛狩",
"210074": "纪行·盛夏",
"210075": "成就·旅居",
"210076": "庆典·浩瀚",
"210077": "庆典·魔球",
"210078": "庆典·斗剧",
"210079": "稻妻·神樱",
"210080": "纪行·鸣神大社",
"210081": "神里绫华·扇子",
"210082": "宵宫·琉金火花",
"210083": "早柚·不倒貉貉",
"210084": "稻妻·雷电之纹",
"210085": "稻妻·神里之纹",
"210086": "成就·门扉",
"210087": "成就·遍历",
"210088": "成就·石龙",
"210089": "成就·繁花",
"210090": "稻妻·九条之纹",
"210091": "庆典·妙算",
"210092": "雷电将军·开眼",
"210093": "珊瑚宫心海·渊",
"210094": "九条裟罗·天狗",
"210095": "埃洛伊·曙光记",
"210096": "纪行·逐月",
"210097": "稻妻·珊瑚宫之纹",
"210098": "成就·敲针",
"210099": "庆典·倾耳",
"210100": "庆典·一揆",
"210101": "托马·炎袖",
"210102": "纪行·神将",
"210103": "稻妻·鹫羽",
"210104": "五郎·悠犬",
"210105": "一斗·鬼颜",
"210106": "纪行·白英",
"210107": "申鹤·栉掠",
"210108": "云堇·对韵",
"210109": "稻妻·常世",
"210110": "纪行·流彩",
"210111": "庆典·觥筹",
"210112": "八重神子·梦狐",
"210113": "纪行·蛰醒",
"210114": "神里绫人·涟漪",
"210115": "流明·辉石",
"210116": "成就·雷音",
"210117": "成就·层岩",
"210118": "纪行·容彩",
"210119": "夜兰·一掷",
"210120": "久岐忍·络",
"210121": "纪行·天命",
"210122": "鹿野院平藏·鞠毬",
"210123": "纪行·海蓝",
"210124": "提纳里·沐露",
"210125": "柯莱·豹蔚",
"210126": "多莉·魔灯",
"210127": "纪行·深林",
"210128": "成就·漫行",
"210129": "成就·逢缘",
"210130": "须弥·瑶林",
"210131": "须弥·照览",
"210132": "须弥·正明",
"210133": "纪行·归风",
"210134": "赛诺·幽缄",
"210135": "坎蒂丝·苍鹭",
"210136": "妮露·莲舞",
"210137": "成就·七芒",
"210138": "须弥·踏沙",
"210139": "成就·镜梦",
"210140": "纳西妲·仰月",
"210141": "莱依拉·昼梦",
"210142": "纪行·蕈原",
"210143": "流浪者·浮歌",
"210144": "珐露珊·封秘",
"210145": "成就·七圣",
"210146": "纪行·灵津",
"210147": "艾尔海森·诲明",
"210148": "瑶瑶·月桂",
"210149": "庆典·岫云",
"210150": "纪行·合韵",
"210151": "成就·砂岚"
},
"ARANARA": { "220055": "「森林书」" },
"DESHRET_MANUAL": { "220069": "赤沙石板" },
"FIREWORKS": {
"223001": "云山复沓百雨金",
"223002": "银夜点注满天星",
"223003": "霁青杳漫染寒英",
"223004": "雪散烟火次第悬",
"223005": "金盏荧华自卷旋",
"223006": "瑞月火树落白间",
"223007": "憨状可掬梧枝团",
"223008": "焰光闪闪嘟嘟可",
"223009": "财运亨通一岁中",
"223010": "千折不屈犹壮气",
"223011": "灯宵斑彩照灵犀",
"223012": "万民宴聚享肴绮",
"223013": "玲珑玉骰玄掷间",
"223014": "犬坂牙将助阵勤",
"223015": "破嶂旌旗桴鼓鸣",
"223016": "辞拒杜康吼彩霞",
"223017": "琼林潏露生灵蕈",
"223018": "扶危济困小月桂"
},
"GCG_CARD": {
"330000": "甘雨",
"330001": "凯亚",
"330002": "重云",
"330003": "神里绫华",
"330004": "行秋",
"330005": "莫娜",
"330006": "迪卢克",
"330007": "香菱",
"330008": "班尼特",
"330010": "宵宫",
"330011": "菲谢尔",
"330012": "雷泽",
"330013": "刻晴",
"330014": "砂糖",
"330015": "琴",
"330016": "凝光",
"330017": "诺艾尔",
"330018": "柯莱",
"330019": "纯水精灵·洛蒂娅",
"330020": "火之债务处理人",
"330021": "魔偶剑鬼",
"330022": "丘丘岩盔王",
"330023": "迪奥娜",
"330024": "赛诺",
"330025": "芭芭拉",
"330026": "藏镜仕女",
"330027": "翠翎恐蕈",
"330032": "可莉",
"330034": "北斗",
"330500": "唯此一心",
"330501": "冷血之剑",
"330502": "吐纳真定",
"330503": "寒天宣命祝词",
"330504": "重帘留香",
"330505": "沉没的预言",
"330506": "流火焦灼",
"330507": "交叉火力",
"330508": "冒险憧憬",
"330510": "长野原龙势流星群",
"330511": "噬星魔鸦",
"330512": "觉醒",
"330513": "抵天雷罚",
"330514": "混元熵增论",
"330515": "蒲公英的国土",
"330516": "储之千日,用之一刻",
"330517": "支援就交给我吧",
"330518": "飞叶迴斜",
"330519": "百川奔流",
"330520": "悉数讨回",
"330521": "机巧神通",
"330522": "重铸:岩盔",
"330523": "猫爪冰摇",
"330524": "落羽的裁择",
"330525": "光辉的季节",
"330526": "镜锢之笼",
"330527": "孢子增殖",
"330530": "砰砰礼物",
"330531": "霹雳连霄",
"331000": "魔导绪论",
"331001": "祭礼残章",
"331002": "天空之卷",
"331003": "鸦羽弓",
"331004": "祭礼弓",
"331005": "天空之翼",
"331006": "白铁大剑",
"331007": "祭礼大剑",
"331008": "狼的末路",
"331009": "白缨枪",
"331010": "千岩长枪",
"331011": "天空之脊",
"331012": "旅行剑",
"331013": "祭礼剑",
"331014": "风鹰剑",
"331015": "冒险家头带",
"331016": "幸运儿银冠",
"331017": "游医的方巾",
"331018": "赌徒的耳环",
"331019": "教官的帽子",
"331020": "流放者头冠",
"331021": "破冰踏雪的回音",
"331022": "冰风迷途的勇士",
"331023": "酒渍船帽",
"331024": "沉沦之心",
"331025": "焦灼的魔女帽",
"331026": "炽烈的炎之魔女",
"331027": "唤雷的头冠",
"331028": "如雷的盛怒",
"331029": "翠绿的猎人之冠",
"331030": "翠绿之影",
"331031": "不动玄石之相",
"331032": "悠古的磐岩",
"331033": "月桂的宝冠",
"331034": "深林的记忆",
"332000": "璃月港口",
"332001": "骑士团图书馆",
"332002": "群玉阁",
"332003": "晨曦酒庄",
"332004": "望舒客栈",
"332005": "西风大教堂",
"332006": "派蒙",
"332007": "凯瑟琳",
"332008": "蒂玛乌斯",
"332009": "瓦格纳",
"332010": "卯师傅",
"332011": "阿圆",
"332012": "提米",
"332013": "立本",
"332014": "常九爷",
"332015": "艾琳",
"332016": "田铁嘴",
"332017": "刘苏",
"332018": "参量质变仪",
"332019": "便携营养袋",
"333000": "元素共鸣:交织之冰",
"333001": "元素共鸣:粉碎之冰",
"333002": "元素共鸣:交织之水",
"333003": "元素共鸣:愈疗之水",
"333004": "元素共鸣:交织之火",
"333005": "元素共鸣:热诚之火",
"333006": "元素共鸣:交织之雷",
"333007": "元素共鸣:强能之雷",
"333008": "元素共鸣:交织之风",
"333009": "元素共鸣:迅捷之风",
"333010": "元素共鸣:交织之岩",
"333011": "元素共鸣:坚定之岩",
"333012": "元素共鸣:交织之草",
"333013": "元素共鸣:蔓生之草",
"333014": "最好的伙伴!",
"333015": "换班时间",
"333016": "一掷乾坤",
"333017": "运筹帷幄",
"333018": "本大爷还没有输!",
"333019": "交给我吧!",
"333020": "鹤归之时",
"333021": "星天之兆",
"333022": "白垩之术",
"333023": "诸武精通",
"333024": "神宝迁宫祝词",
"333025": "快快缝补术",
"333026": "送你一程",
"333027": "护法之誓",
"333028": "深渊的呼唤",
"333029": "绝云锅巴",
"333030": "仙跳墙",
"333031": "莲花酥",
"333032": "北地烟熏鸡",
"333033": "甜甜花酿鸡",
"333034": "蒙德土豆饼",
"333035": "烤蘑菇披萨",
"333036": "兽肉薄荷卷"
},
"GCG_CARD_FACE": {
"334000": "甘雨",
"334001": "凯亚",
"334002": "重云",
"334003": "神里绫华",
"334004": "行秋",
"334005": "莫娜",
"334006": "迪卢克",
"334007": "香菱",
"334008": "班尼特",
"334010": "宵宫",
"334011": "菲谢尔",
"334012": "雷泽",
"334013": "刻晴",
"334014": "砂糖",
"334015": "琴",
"334016": "凝光",
"334017": "诺艾尔",
"334018": "柯莱",
"334019": "纯水精灵·洛蒂娅",
"334020": "火之债务处理人",
"334021": "魔偶剑鬼",
"334022": "丘丘岩盔王",
"334023": "迪奥娜",
"334024": "赛诺",
"334025": "芭芭拉",
"334026": "藏镜仕女",
"334027": "翠翎恐蕈",
"334028": "北斗",
"334029": "可莉",
"334500": "唯此一心",
"334501": "冷血之剑",
"334502": "吐纳真定",
"334503": "寒天宣命祝词",
"334504": "重帘留香",
"334505": "沉没的预言",
"334506": "流火焦灼",
"334507": "交叉火力",
"334508": "冒险憧憬",
"334510": "长野原龙势流星群",
"334511": "噬星魔鸦",
"334512": "觉醒",
"334513": "抵天雷罚",
"334514": "混元熵增论",
"334515": "蒲公英的国土",
"334516": "储之千日,用之一刻",
"334517": "支援就交给我吧",
"334518": "飞叶迴斜",
"334519": "百川奔流",
"334520": "悉数讨回",
"334521": "机巧神通",
"334522": "重铸:岩盔",
"334523": "猫爪冰摇",
"334524": "落羽的裁择",
"334525": "光辉的季节",
"334526": "镜锢之笼",
"334527": "孢子增殖",
"334528": "霹雳连霄",
"334529": "砰砰礼物",
"335000": "魔导绪论",
"335001": "祭礼残章",
"335002": "天空之卷",
"335003": "鸦羽弓",
"335004": "祭礼弓",
"335005": "天空之翼",
"335006": "白铁大剑",
"335007": "祭礼大剑",
"335008": "狼的末路",
"335009": "白缨枪",
"335010": "千岩长枪",
"335011": "天空之脊",
"335012": "旅行剑",
"335013": "祭礼剑",
"335014": "风鹰剑",
"335015": "冒险家头带",
"335016": "幸运儿银冠",
"335017": "游医的方巾",
"335018": "赌徒的耳环",
"335019": "教官的帽子",
"335020": "流放者头冠",
"335021": "破冰踏雪的回音",
"335022": "冰风迷途的勇士",
"335023": "酒渍船帽",
"335024": "沉沦之心",
"335025": "焦灼的魔女帽",
"335026": "炽烈的炎之魔女",
"335027": "唤雷的头冠",
"335028": "如雷的盛怒",
"335029": "翠绿的猎人之冠",
"335030": "翠绿之影",
"335031": "不动玄石之相",
"335032": "悠古的磐岩",
"335033": "月桂的宝冠",
"335034": "深林的记忆",
"336000": "璃月港口",
"336001": "骑士团图书馆",
"336002": "群玉阁",
"336003": "晨曦酒庄",
"336004": "望舒客栈",
"336005": "西风大教堂",
"336006": "派蒙",
"336007": "凯瑟琳",
"336008": "蒂玛乌斯",
"336009": "瓦格纳",
"336010": "卯师傅",
"336011": "阿圆",
"336012": "提米",
"336013": "立本",
"336014": "常九爷",
"336015": "艾琳",
"336016": "田铁嘴",
"336017": "刘苏",
"336018": "参量质变仪",
"336019": "便携营养袋",
"337000": "元素共鸣:交织之冰",
"337001": "元素共鸣:粉碎之冰",
"337002": "元素共鸣:交织之水",
"337003": "元素共鸣:愈疗之水",
"337004": "元素共鸣:交织之火",
"337005": "元素共鸣:热诚之火",
"337006": "元素共鸣:交织之雷",
"337007": "元素共鸣:强能之雷",
"337008": "元素共鸣:交织之风",
"337009": "元素共鸣:迅捷之风",
"337010": "元素共鸣:交织之岩",
"337011": "元素共鸣:坚定之岩",
"337012": "元素共鸣:交织之草",
"337013": "元素共鸣:蔓生之草",
"337014": "最好的伙伴!",
"337015": "换班时间",
"337016": "一掷乾坤",
"337017": "运筹帷幄",
"337018": "本大爷还没有输!",
"337019": "交给我吧!",
"337020": "鹤归之时",
"337021": "星天之兆",
"337022": "白垩之术",
"337023": "诸武精通",
"337024": "神宝迁宫祝词",
"337025": "快快缝补术",
"337026": "送你一程",
"337027": "护法之誓",
"337028": "深渊的呼唤",
"337029": "绝云锅巴",
"337030": "仙跳墙",
"337031": "莲花酥",
"337032": "北地烟熏鸡",
"337033": "甜甜花酿鸡",
"337034": "蒙德土豆饼",
"337035": "烤蘑菇披萨",
"337036": "兽肉薄荷卷"
},
"GCG_CARD_BACK": {
"339000": "原初",
"339001": "蒙德",
"339002": "璃月",
"339003": "稻妻",
"339004": "须弥",
"339009": "传说",
"339010": "达人",
"339011": "水晶块",
"339012": "魔晶块",
"339013": "紫晶块",
"339014": "烈焰花花蕊",
"339015": "冰雾花花朵",
"339016": "电气水晶",
"339017": "蒲公英籽",
"339018": "塞西莉亚花",
"339019": "琉璃百合",
"339020": "血斛"
},
"GCG_FIELD": { "339500": "蒙德", "339501": "璃月", "339502": "稻妻", "339503": "须弥" },
"COSTUME": {
"340000": "闪耀协奏",
"340001": "海风之梦",
"340002": "纱中幽兰",
"340003": "霓裾翩跹",
"340004": "殷红终夜",
"340005": "极夜真梦",
"340006": "古恩希尔德的传承",
"340007": "100%侦察骑士",
"340008": "星与月之约",
"340009": "致教会自由人",
"340010": "花时来信",
"340011": "叶隐芳名"
},
"FURNITURE_SUITE_FORMULA": {
"350001": "冒险家的临时营地",
"350002": "远驻前哨的生活",
"350003": "自在的岩石与草木",
"350004": "简朴的璃月睡房",
"350005": "茶馆一隅",
"350006": "郊野的灯影",
"350007": "万用的桌椅",
"350008": "忙碌的厨房",
"350009": "闲时茶话",
"350010": "万卷书斋",
"350011": "家具完备的蒙德卧室",
"350012": "「关键六人」会议室",
"350013": "聚会与痛饮之时",
"350014": "店员们的午间工作餐",
"350015": "会客室的温暖防线",
"350016": "设施完备的书房",
"350017": "山间独居之屋",
"350018": "村镇院落",
"350019": "收获时节的小镇摊位",
"350020": "应有尽有的果蔬市场",
"350021": "练兵场的一角",
"350022": "备战的兵器工坊",
"350023": "货运中转地",
"350024": "节庆的市井",
"350025": "要道正门-「妖邪退散」",
"350026": "生意红火的食肆",
"350027": "乡野的水源",
"350028": "孤独而谨慎的冒险家",
"350029": "气候相交之地",
"350030": "朽木与磐石的对谈",
"350033": "诗歌沉思间",
"350034": "柔风低语间",
"350035": "绯云文斋",
"350036": "烟霞入梦阁",
"350037": "秘术研究所",
"350038": "柴烟庖屋",
"350039": "兵刃锻造站",
"350040": "牧歌之镇",
"350041": "花鸟公园",
"350042": "千家饔飧坊",
"350043": "百里琳琅街",
"350044": "轻策闲云居",
"350045": "狩猎与歌舞之营",
"350046": "星辰与深渊之旅",
"350047": "晨曦果园",
"350048": "正格之庭",
"350049": "醒意汤泉",
"350050": "村中匿影",
"350051": "枝社旧绪",
"350052": "千军致戎演兵场",
"350053": "琼片遍郁野",
"350054": "夏夜的追想",
"350055": "樱染的街巷",
"350056": "遐久瞬梦间",
"350057": "千振致业",
"350058": "沉墨书舍",
"350059": "枫香茶雾一室中",
"350060": "巡林常途的百千趣事",
"350061": "凝停的绮璨明彩",
"350062": "至烈至强的醇香",
"350063": "识见沉降之地",
"350064": "暂别喧扰与烦忧",
"350065": "存身于尘沙之境",
"350066": "繁闹畅旺的市集",
"350067": "栖凭于清森深处",
"350068": "翛然旋舞的姿影",
"350069": "水畔的宁静时光",
"350070": "婉拒风蚀的聚落",
"350071": "旅团的兵阵雄姿",
"350072": "幽芳与恬谧之中",
"350073": "林野与沙漠的合奏"
},
"FURNITURE_FORMULA": {
"380101": "玉面檐枋墙",
"380102": "深色木制拱券墙",
"380103": "枫木拱顶墙",
"380104": "辉木朴质雕栊墙",
"380201": "垂香木传统地板",
"380202": "异色方格地砖",
"380203": "枫木褐彩地板",
"380204": "辉木暗纹地板",
"380301": "垂香木方格天花板",
"380302": "暗纹方格天花板",
"380303": "枫木方格天花板",
"380304": "辉木刻斲天花板",
"380401": "双层烛台吊灯",
"380402": "八方灯笼-「时运亨通」",
"380403": "六角灯笼-「和气致祥」",
"380404": "「南瓜鬼怪狂欢夜」",
"380405": "锦缎华灯-「飞阁流丹」",
"380406": "垂缨花灯-「大道锦绣」",
"380407": "茶室烛台-「无味火」",
"380408": "茶室摆灯-「遮隐光」",
"380409": "枫木摆灯-「薄馨」",
"380410": "枫木地灯-「照澄」",
"380411": "御殿灯笼-「霆威萦盘」",
"380412": "御殿灯笼-「昔日绯月」",
"380413": "御殿灯笼-「雷照素心」",
"380414": "枫木吊灯-「显光」",
"380415": "绽蕊烛灯-「澄净如莲」",
"380416": "晴虹灯树-「元辰吉庆」",
"380417": "「万家华灯照朗月」",
"380418": "岩厂提灯-「洞幽烛远」",
"380419": "「露眠之光」",
"380420": "「滴翠之光」",
"380421": "「森邃之光」",
"380422": "「潜心之光」",
"380423": "「依常之光」",
"380424": "「盛放之光」",
"380426": "「飘悠之光」",
"380427": "「寝息之光」",
"380504": "「花叶百相之光」",
"381101": "极北桦木折角柜台",
"381102": "开顶杉木货架",
"381103": "组合式杉木货柜",
"381104": "古典杉木储藏柜",
"381105": "高大的桦木衣柜",
"381106": "却砂木金纹衣柜",
"381107": "辉木白本置物架",
"381108": "沙域柜桌-「欢待」",
"381109": "证悟木「纷纶」置物架",
"381110": "辉木「疗愈」床头柜",
"381111": "柽木三重屉柜",
"381112": "柽木陶器置物柜",
"381201": "图书馆双层书架",
"381202": "萃华木臻品书架",
"381203": "萃华木经济书架",
"381204": "「易逝于书页翻飞间」",
"381205": "「司书的宝库」",
"381206": "朱漆垂香木卷轴书架",
"381207": "朱漆垂香木百宝阁",
"381208": "垂香木商铺立柜",
"381209": "枫木书柜-「墨染书心」",
"381210": "枫木书柜-「千卷柜藏」",
"381212": "沙域竖柜-「什物」",
"381213": "「卓识之地的瑰宝」",
"381214": "「卓识之地的卷藏」",
"381301": "厚重的图书馆长桌",
"381302": "骑士团的办公桌",
"381303": "骑士团的会议桌",
"381304": "阔面石制炉灶",
"381305": "便携炉灶",
"381306": "菱形桌布的长桌",
"381307": "多重餐位松木圆桌",
"381308": "木纹雅致的书法桌案",
"381309": "松木方形茶桌",
"381310": "垂香木朱漆圆桌",
"381311": "稳固的桦木梳妆台",
"381313": "铸铁泛用炉具",
"381314": "梦见木「冷暖一桌」被炉",
"381315": "孔雀木「石定」茶桌",
"381316": "茶室长桌-「座无隙」",
"381317": "辉木旋台制陶桌",
"381318": "柽木硬面长桌",
"381319": "「包罗百味的选择」",
"381320": "「大快朵颐的豪情」",
"381321": "「小酌两杯的闲适」",
"381322": "证悟木切角长桌",
"381401": "柔风加护的床榻",
"381402": "烟霞云梦榻",
"381403": "梦见木「樱眠」床榻",
"381404": "辉木「定神」床榻",
"381405": "证悟木「安恬」床榻",
"381501": "松木客栈柜台",
"381502": "茶室柜台-「十四丸」",
"381503": "沙域石台-「强固」",
"381504": "沙域壁炉-「温适」",
"381505": "沙域书案-「慎取」",
"381506": "「酒馆诸事的证人」",
"382101": "柔软的会客厅沙发",
"382102": "「晴空蓝的午后」",
"382103": "「坚定意志」",
"382104": "松木餐椅",
"382105": "松木靠背茶椅",
"382106": "松木朱漆圆凳",
"382108": "茶室圆凳-「折痛辞」",
"382109": "业果木「静语」长椅",
"382110": "业果木「反擒拿」餐椅",
"382111": "「闲时豪饮的畅快」",
"382112": "证悟木藤叶靠背椅",
"382201": "北地石制壁炉",
"382202": "松木折屏-「云来帆影」",
"382203": "硬木座屏-「绝云晨雾」",
"382204": "桦木双屉床头柜",
"382205": "却砂木金纹床头柜",
"382206": "霓裳画帘-「上取红霞」",
"382207": "花团锦屏-「玉簪金璧」",
"382208": "震晓云天鼓",
"382209": "花灯戏台-「笙歌鼎沸」",
"382210": "茶室坐垫-「晚禾织」",
"382211": "枫木仪鼓-「宴奏」",
"382212": "枫木仪鼓-「喧腾」",
"382213": "茶室屏风-「垢身金心」",
"382214": "宗传刀架-「四常法」",
"382215": "旗本重铠-「影阵玄甲」",
"382216": "梦见木「入画」折屏",
"382218": "佳节香扆-「栈山航海」",
"382219": "佳节香扆-「金相玉质」",
"382221": "妙彩宝瓶-「菘蓝」",
"382222": "妙彩宝瓶-「藤绿」",
"382223": "妙彩宝瓶-「熟麦」",
"382224": "素浄宝瓶-「古铜」",
"382225": "素浄宝瓶-「鞍褐」",
"382226": "素浄宝瓶-「赭黄」",
"382227": "素浄宝瓶-「陶棕」",
"382228": "妙彩宝瓶-「海贝」",
"382229": "妙彩宝瓶-「暗岩」",
"382231": "「于散逸的浮烟中」",
"382233": "「巡林官的严谨」",
"382234": "「巡林员的战备」",
"382235": "「林居之人的膳食」",
"382236": "「猛火炙烤的浓香」",
"382237": "「文火慢烤的鲜香」",
"382238": "「林居之人的存积」",
"382239": "妙彩宝瓶-「熔沙」",
"382301": "蒙德地毯-「明红的热忱」",
"382302": "蒙德地毯-「不倦的寻索」",
"382303": "客栈地毯-「宾至如归」",
"382304": "迎宾地毯-「惠然之顾」",
"382305": "「青琅般辉煌之纹」",
"382306": "「阳橙般夺目之纹」",
"382307": "「椰褐般深沉之纹」",
"382308": "「日晒般庄严之纹」",
"382309": "「谏果般森丽之纹」",
"382310": "「麦苗般纯净之纹」",
"383101": "恒亮不熄的提灯",
"383102": "琉璃亭却砂木立灯",
"383103": "天圆灯笼-「明烛兰芳」",
"383104": "贝壳灯罩硬质台灯",
"383106": "「澄凝的星光」",
"383107": "沙域明灯-「留光」",
"383108": "「欢适之光」",
"383109": "「卓识之地的柔光」",
"383110": "「更巡的烛火」",
"383111": "「谛听的烛火」",
"383112": "铸铁双用摆灯",
"383201": "花卉瓶栽-「淡蓝的从容」",
"383202": "绿植盆栽-「澄澈的清风」",
"383203": "花卉瓶栽-「盛放的曙红」",
"383204": "花卉盆栽-「甜蜜的伪装」",
"383205": "绿植盆栽-「松青尺树上」",
"383206": "「铸瓷正则」",
"383207": "「素守之瓶」",
"383208": "「恩返之盏」",
"383301": "古典诗琴-「听风的思绪」",
"383302": "整齐叠放的书本",
"383303": "「学者的倦怠」",
"383304": "「书信的礼节」",
"383305": "精巧的沙漏摆件",
"383306": "炼金装置-「水火之间」",
"383307": "炼金器件-「尘埃的重量」",
"383308": "纸墨笔砚-「临池学书」",
"383309": "金色三重烛台",
"383310": "白瓷茶具-「怀质抱真」",
"383312": "「茶烟笼白榻」",
"383313": "茶室器物-「锁香笼」",
"383314": "纸墨笔砚-「正定笔锋」",
"383315": "破邪之弦镝",
"383316": "驱鬼之羽屏",
"383317": "「神之嗅觉」不倒狐狐",
"383318": "「真实厨艺」不倒狸狸",
"383322": "「天象寰转」",
"383325": "「丛茂的片段」",
"383326": "「放欢的形姿」",
"383330": "「于醇厚的壶浆中」",
"383331": "「于脆爽的酣甜中」",
"383332": "「于缭绕的淡霭中」",
"383335": "「商铺的珍玩」",
"383336": "「商铺的罗纹」",
"383337": "「不可久置的烈浆」",
"383338": "「于馨香的清苦中」",
"383339": "「林居之人的妙方」",
"383340": "「林居之人的增辉」",
"383341": "妙彩宝瓶-「青苗」",
"383342": "星状带棱多用瓶",
"383501": "「卓识之地的余醒」",
"383502": "「疗渴的芳香」",
"383504": "「积蓄净水的艺术」",
"384101": "风景画-「乡野民居」",
"384102": "风景画-「远空层云」",
"384103": "风景画-「无名高崖」",
"384104": "工笔淡彩-「珉林千峰」",
"384105": "工笔淡彩-「盏中春红」",
"384106": "工笔淡彩-「雾海叠嶂」",
"384107": "绘染浮光-「遥山烟空」",
"384108": "绘染浮光-「水色绚缦」",
"384109": "壁画拓印-「雾海孤岳」",
"384110": "壁画拓印-「雾海旧仪」",
"384201": "木版画餐厅招牌",
"384202": "明净的花瓶形壁灯",
"384203": "半旧的圆盾",
"384204": "半旧的盾牌",
"384205": "半旧的单手剑",
"384206": "战斗意志旗",
"384207": "纯净灵魂旗",
"384208": "骑士团剑盾徽章",
"384209": "壁挂式记录板",
"384210": "壁挂式广告牌",
"384211": "锦缎布帘",
"384213": "柽木坚铁圆盾",
"384214": "沙域墙饰-「垂霞」",
"384215": "沙域墙饰-「火羽」",
"384216": "「巡林官的牵记」",
"384217": "柽木坚铁攻盾",
"384501": "「萦绊之刻」",
"390101": "干草庐屋",
"390102": "干草货站",
"390103": "璃月民居-「餐松饮涧」",
"390104": "璃月民房-「梁悬千石」",
"390105": "璃月驿站-「古道茶香」",
"390106": "璃月民居-「月卧檐上」",
"390107": "璃月民居-「笙磬同音」",
"390108": "璃月商铺-「客聚如潮」",
"390109": "古宅厢房-「庭中朝暮」",
"390110": "古宅凉亭-「夜观七宿」",
"390111": "孔雀木「并提」层叠木匣",
"390112": "孔雀木「万角」货柜",
"390113": "孔雀木「不染」橱柜",
"390114": "梦见木「露隐」衣柜",
"390115": "梦见木「礼待」着物架",
"390116": "梨园台榭-「云翰风致」",
"390201": "多重拱门的蒙德建筑",
"390202": "悬挑阁楼的蒙德民居",
"390203": "不惧潮湿的蒙德公寓",
"390204": "抗击狂风的蒙德旧屋",
"390205": "高大阁楼的乡间住宅",
"390206": "古典乡间住宅",
"390207": "袖珍松木小屋",
"390208": "璃月民居-「岁不我与」",
"390301": "热闹红火的杂货摊位",
"390302": "生意平稳的水果摊位",
"390303": "货真价实的水果摊位",
"390304": "开放式烘炉工坊",
"390305": "丰收预兆的水果推车",
"390306": "「行商石门北」",
"390307": "卷棚果蔬舆",
"390308": "「百味四宫釜」",
"390309": "果蔬摊-「案上田园」",
"390310": "御伽木拉面屋台",
"390311": "「纺缉的纵深」",
"390312": "「纺缉的尺度」",
"390313": "「纺缉的硕果琳琅」",
"390314": "「醇甜于流转之间」",
"390315": "「醇甜于荫蔽之下」",
"390316": "「醇甜于窖藏之中」",
"390317": "「渔采的市易之地」",
"390318": "「渔采的延贮之法」",
"390319": "「渔采的修旧利废」",
"390320": "辉木布顶百用店",
"390321": "辉木移动烧烤铺",
"390322": "「盛积于干爽之中」",
"390323": "「纷罗于甄选之后」",
"390401": "丘丘前哨小屋",
"390402": "丘丘领袖大殿",
"390501": "「云游碧水东」",
"390502": "干草货棚",
"390503": "硬顶避雷帐篷",
"390504": "简易单人帐篷",
"390505": "御伽木市井杂煮屋台",
"390507": "御伽木储粮推车",
"390508": "花伞铺-「异梦绮彩」",
"390509": "果蔬摊-「纯诚之味」",
"390510": "祭典「定番」百货屋台",
"390511": "祭典「奇番」百货屋台",
"390512": "孔雀木「幸归」面具架",
"390513": "「赀宝浮棚·赠彩」",
"390514": "「晴虹浮棚·黛蓝」",
"390515": "「晴虹浮棚·玉红」",
"390516": "祭典展位-「奇奥」",
"390517": "祭典展位-「文彩」",
"390518": "「嘟嘟可的夏日时光」",
"390601": "「恒诰之龛」",
"390602": "「净绪之龛」",
"390603": "稻妻厦屋-「一意同心」",
"390604": "稻妻商铺-「千瑜百珉」",
"390605": "稻妻民居-「三世共业」",
"390606": "稻妻民居-「知变易通」",
"390607": "稻妻工坊-「竭蹈正则」",
"390608": "稻妻民居-「方寸安常」",
"390609": "稻妻筱屋-「静度岁晏」",
"390610": "稻妻筱屋-「野逸入心」",
"390611": "稻妻工坊-「适称兼用」",
"390612": "稻妻民居-「铁中铮铮」",
"390613": "稻妻工坊-「粝食寻甘」",
"390614": "稻妻民居-「长瞩无替」",
"390615": "稻妻官邸-「举目威仪」",
"390616": "稻妻官邸-「严谕正办」",
"390617": "官邸回廊-「势至权达」",
"390618": "阵屋哨塔-「洞鉴」",
"390619": "阵屋行帐-「时策」",
"390620": "阵屋营房-「周固」",
"390621": "阵屋正门-「忠肃」",
"390623": "御神签务所-「兆解」",
"390624": "神社拜殿-「幸愿煦音」",
"390625": "神社偏殿-「社务顺易」",
"390626": "垣屋代馆-「度正礼适」",
"390627": "垣屋仓房-「万斗储集」",
"390628": "稻妻民居-「海祇话旧」",
"390629": "稻妻民居-「一室珊瑚」",
"390630": "稻妻民居-「风沫之屋」",
"390701": "「林居之人的酌定」",
"390702": "「林居之人的恰切」",
"390703": "「林居之人的孤念」",
"390704": "「林居之人的秉意」",
"390705": "沙域平屋-「端居」",
"390706": "沙域平屋-「众香」",
"390707": "沙域平屋-「号声」",
"390708": "沙域平屋-「短寐」",
"390709": "沙域平屋-「藏芒」",
"390710": "沙域平屋-「揽存」",
"390711": "穹居标塔-「憬悟之花」",
"390712": "穹居标塔-「熟思之树」",
"390713": "穹居台榭-「吟鸣之亭」",
"390714": "穹居台榭-「悠望之楼」",
"390715": "穹居台榭-「茶歇之处」",
"390716": "穹居台榭-「烟袅之地」",
"390718": "「智慧之城的金财」",
"390719": "「智慧之城的美馔」",
"390720": "「智慧之城的香风」",
"390721": "「智慧之城的坚刚」",
"390722": "「智慧之城的讬贸」",
"390723": "「澄寂宫园的荫凉」",
"390724": "「澄寂宫园的晶晖」",
"390726": "「智慧之城的丝缕」",
"390727": "「智慧之城的焙烧」",
"390728": "「智慧之城的勤朴」",
"390729": "「智慧之城的泛常」",
"390730": "「智慧之城的兼罗」",
"390731": "「智慧之城的宁康」",
"390732": "「智慧之城的差事」",
"390733": "「拒止海兽的丝织」",
"390734": "「宁静深夜的沙风」",
"391101": "花鸟喷泉",
"391102": "丘丘螺旋瞭望塔",
"391103": "丘丘简易草棚",
"391104": "「牧歌与风车」",
"391107": "工程暂驻点",
"391109": "「斑斓与清冽之夏」",
"391110": "朱木鸟居-「真静之扉」",
"391112": "朱木鸟居-「安复之道」",
"391113": "垣屋宅门-「风清之扉」",
"391114": "垣屋长庭-「颜行展舒」",
"391115": "垣屋庭角-「安节谦洽」",
"391116": "白石温泉-「暖漫」",
"391117": "绿野碧茵-「冰澈泉瀑」",
"391118": "外景奇石-「飞升腾实」",
"391119": "岩厂吊车-「移山」",
"391120": "岩厂吊车-「平丘」",
"391122": "沙域棚屋-「细务」",
"391123": "沙域棚屋-「问事」",
"391124": "沙域棚屋-「枯回」",
"391125": "沙域棚屋-「休歇」",
"391126": "「剧场的沁凉水雾」",
"391127": "「卓识之地的朗澈」",
"391129": "奥摩斯港三型通用起重机",
"391130": "复合木材长途货车",
"391131": "复合木材港内转运货车",
"391132": "双重轮径山地货车",
"391201": "三眼守仙牌",
"391202": "桦木庭院正门",
"391203": "雕花庭院墙尾",
"391204": "雕花庭院围墙",
"391205": "古宅游廊-「信步前林」",
"391206": "古宅院墙-「檐下春秋」",
"391207": "古宅墙隅-「一角幽芳」",
"391208": "古宅院墙-「贝联珠贯」",
"391209": "古宅院墙-「阡陌之安」",
"391210": "古宅门楼-「云门通达」",
"391211": "古宅景墙-「阶柳庭花」",
"391212": "游廊转角-「轩景徐至」",
"391213": "要地牙门-「云底之能」",
"391214": "要地栏楯-「约己之壁」",
"391215": "栏楯转角-「瞩视无遗」",
"391216": "御伽木「近竹」院门",
"391217": "御伽木「近竹」围栏",
"391218": "阵屋围栏-「错牙」",
"391219": "阵屋围栏-「截断」",
"391220": "阵屋桩木-「苦刺」",
"391221": "神社回廊-「樱尘步道」",
"391222": "神社回廊-「浅赤凝望」",
"391223": "垣屋院墙-「崩石之御」",
"391224": "垣屋院墙-「柔睦一陬」",
"391225": "垣屋院墙-「庭中隐际」",
"391226": "垣屋墙隅-「旧市町墙」",
"391227": "温泉屏风-「适分」",
"391228": "温泉外墙-「无越」",
"391229": "温泉墙板-「稳足」",
"391230": "温泉门厅-「避凉」",
"391235": "「渔采的边际之墙」",
"391236": "「渔采的绝对界线」",
"391237": "沙域石阶-「攀行」",
"391238": "沙域垣墙-「掩攻」",
"391239": "沙域垣墙-「严守」",
"391240": "沙域院门-「拒风」",
"391241": "穹居院门-「林间轻歌」",
"391242": "穹居院墙-「百鸟齐唱」",
"392107": "铸石地基-「运开时泰」",
"392606": "外景杰构-「烟空栈道」",
"392607": "外景杰构-「树梢信步」",
"393101": "交错放置的杉木货箱",
"393102": "有序叠放的杉木酒桶",
"393103": "沉甸甸的干草卷",
"393104": "竹框酒坛-「琼浆待月往」",
"393105": "玩具摊-「琳琅生趣」",
"393106": "花伞铺-「簦下千彩」",
"393107": "储物袋-「隐雷退散」",
"393108": "果蔬商贩的谨慎",
"393109": "果蔬商贩的劳累",
"393110": "硬面彩陶罐",
"393111": "丘丘弓箭标靶",
"393112": "丘丘带角陶锅",
"393113": "枯木方向标",
"393114": "「冒险家难逃之重」",
"393115": "结实的木桶",
"393116": "高耸的木杆",
"393117": "成捆的木材",
"393118": "防雨的杉木货箱",
"393119": "石制盏形水池",
"393120": "「轻羽的礼赞」",
"393121": "「蓬蓬果的天空之梦」",
"393122": "「夏日林中的向导」",
"393123": "练兵场木桩支架",
"393124": "「夏日林中的信使」",
"393125": "「前庭净念池」",
"393126": "阵屋半钟-「轰雷之音」",
"393127": "军势钲鼓-「破阵余响」",
"393128": "御伽木简易工棚",
"393129": "御伽木「六用」木桶",
"393130": "御伽木「但饮」木桶",
"393131": "厚壁「石胆」陶制水缸",
"393132": "古法新造御伽木酒桶",
"393133": "古法新造御伽木货箱",
"393134": "「庆节嘉趣礼如山」",
"393137": "重型餐馆专用炉灶",
"393138": "优悠之火",
"393141": "「疾奏音律花·特殊调弦」",
"393142": "「渔采的丰获之声」",
"393143": "「渔采的家常茶饭」",
"393144": "「渔采的远售良方」",
"393145": "「渔采的涓滴成河」",
"393146": "「渔采的择取机网」",
"393148": "辉木重型制陶架",
"393149": "「铁与沙与金钱」",
"393150": "「铁与血与破甲」",
"393151": "「铁与水与蒸汽」",
"393152": "业果木远海液货货架",
"393153": "「弦与翎与箭轨」",
"393154": "「林中觅食的巧方」",
"393155": "「说不定就成功了!」",
"393156": "「着色与沉淀」",
"393201": "绿植盆栽-「苍翠寸泓中」",
"393202": "锁水的花坛",
"393203": "转移壅土的木桶",
"393204": "「松株侯暮夕」",
"393301": "杉木置物架",
"393302": "杉木武器架",
"393303": "硬木兵戈架",
"393304": "简易货运拖车",
"393305": "硬石加固的水井",
"393306": "红衣斗笠稻草人",
"393307": "旧式水井",
"393308": "硬顶水井-「但求虚澈」",
"393309": "石狮子像-「天禄」",
"393310": "石狮子像-「百解」",
"393311": "乡间的茶摊",
"393312": "「冒险家的随身秘宝」",
"393313": "「魔女的重唱」",
"393315": "梦见木「灾祛」御签挂",
"393316": "御建鸣神主尊旗",
"393317": "阵屋弓架-「响羽」",
"393318": "阵屋枪架-「尖破」",
"393319": "阵地篝火-「清曜」",
"393320": "阵地拒马-「示边」",
"393321": "天狐雕像-「白辰嗣响」",
"393322": "晴空缯彩游鱼旗",
"393323": "枫木布面狸猫玩偶",
"393324": "枫木布面白狐玩偶",
"393325": "「赤铁珊瑚」",
"393326": "「朽石荧伞」",
"393327": "神社雕像-「清籁镇物」",
"393328": "乡野水井-「下彻澄泉」",
"393329": "梦见木「诚见」塞钱箱",
"393330": "宗传刀架-「两训则」",
"393331": "「中庭竹水鸣」",
"393332": "孔雀木「遍知」告示牌",
"393333": "乡野水井-「下索密藏」",
"393337": "晴虹灯树-「灯夕佳景」",
"393338": "祥云宛虹飞缎柱衣",
"393339": "金纹羽节除祟丹帜",
"393343": "狸猫抱抱合影板",
"393344": "「狐仙宫司」限定画旗",
"393346": "梨园画屏-「巧上」",
"393347": "梨园画屏-「巧下」",
"393350": "「嘟嘟可的出游行囊」",
"393351": "「嘟嘟可的呼呼烤炉」",
"393352": "「嘟嘟可的沙滩小憩」",
"393353": "「嘟嘟可的收藏橱柜」",
"393354": "「嘟嘟可的清凉之伞」",
"393355": "「渔采的织造巧计」",
"393356": "「必不可少之物」",
"393357": "「旅团的威焰」",
"393358": "「攻伐的具象」",
"393359": "「禁足铁菱角」",
"393360": "「旅团的征轮」",
"393361": "「旅团的盛名」",
"393362": "「清雅之声」",
"393363": "「醇厚之声」",
"393364": "业果木三纵面广告牌",
"393365": "「茶歇的阴凉」",
"393366": "吉庆画屏-「雾聚烟山」",
"393367": "吉庆画屏-「碧波迅羽」",
"393368": "吉庆画屏-「丝竹遥袅」",
"393369": "吉庆画屏-「故曲往旋」",
"393370": "吉庆画屏-「连云迭嶂」",
"393371": "吉庆画屏-「衷音弥远」",
"393372": "「号角与薪柴」",
"393401": "铁艺雕花路灯",
"393402": "野外松木路灯",
"393403": "退邪灯-「明照左右」",
"393404": "四合灯-「车笠远来」",
"393405": "清影灯-「笔锋墨影」",
"393406": "石灯笼-「不动明耀」",
"393407": "「三咫通明」",
"393408": "白石「鸣驻」立灯",
"393409": "御伽木「鸣驻」立灯",
"393410": "五重灯笼祭典门关",
"393411": "梦见木「空怀」路灯",
"393412": "梦见木「重念」路灯",
"393413": "鱼脂白烛-「傍明」",
"393414": "御伽木郊野路灯",
"393415": "御伽木简本路灯",
"393416": "孔雀木「连造」路灯",
"393601": "「灵沼云池」",
"393602": "「澄波游影」",
"394101": "饱经风雨的竹制围篱",
"394102": "卸力的松木围栏",
"394103": "丘丘木制围栏",
"394104": "丘丘图腾围栏",
"394105": "葱郁的葡萄藤",
"394106": "初成的葡萄藤",
"394107": "简易木制围栏",
"394108": "施工过半的围栏",
"394109": "「果农的勤俭」",
"394110": "御伽木纵置「久香」花坛",
"394111": "御伽木横置「散彩」花坛",
"394201": "平整的木制长凳",
"394202": "平整的石制长凳",
"394203": "古高尔椅子",
"394204": "梦见木方凳",
"394205": "御伽木「乐至」方凳",
"394207": "梨园宾位-「长乐同座」",
"394301": "丘丘双层警戒台",
"394302": "开放式松木橱柜",
"394303": "重型杉木锻造桌",
"394304": "宽大的松木长桌",
"394305": "大型石制滚磨",
"394306": "炼金合成台",
"394307": "双重商摊-「运势层层高」",
"394308": "竹制露天茶桌",
"394309": "木制露天茶桌",
"394310": "「夏日林中的盛宴」",
"394311": "古高尔桌子",
"394312": "梦见木长桌",
"394313": "御伽木「乐至」方桌",
"394315": "梨园宾位-「曲中茶香」",
"394316": "梨园砌末-「且听分解」",
"394317": "业果木陈列桌",
"394401": "酒肆货柜-「会须百杯饮」",
"394402": "抗浪结构双层货盘",
"394403": "「花海的摇篮」",
"394404": "「蓝海的宝钱」",
"394501": "铸石地基-「修身砥行」",
"394502": "铸石地基-「随车致雨」",
"394503": "铸石地基-「倍道兼行」",
"394504": "绿野碧茵-「饼干石路」",
"394505": "铸石地基-「鸿图华构」"
}
}
================================================
FILE: src/i18n/data/zh-CN/monsterItem.json
================================================
{
"MONSTER_ORDINARY": {
"20010101": "草史莱姆 (Slime_Grass_02)",
"20010201": "大型草史莱姆 (Slime_Grass_03)",
"20010202": "大型草史莱姆 (Slime_Grass_03_AttackEnhance)",
"20010301": "风史莱姆 (Slime_Wind_02)",
"20010302": "风史莱姆 (Slime_Wind_02)",
"20010401": "大型风史莱姆 (Slime_Wind_03)",
"20010402": "大型风史莱姆 (Slime_Wind_03)",
"20010403": "大型风史莱姆 (Slime_Wind_03_AttackEnhance)",
"20010501": "雷史莱姆 (Slime_Electric_02)",
"20010502": "雷史莱姆 (Slime_Electric_02)",
"20010503": "雷史莱姆 (Slime_Electric_02_SimpleStick)",
"20010601": "大型雷史莱姆 (Slime_Electric_03)",
"20010602": "大型雷史莱姆 (Slime_Electric_03)",
"20010604": "大型雷史莱姆 (Slime_Electric_03_AttackEnhance)",
"20010605": "大型雷史莱姆 (Slime_Electric_03_SimpleStick)",
"20010701": "变异雷史莱姆 (Slime_Electric_03_Positive)",
"20010702": "变异雷史莱姆 (Slime_Electric_03_Positive_AttackEnhance)",
"20010703": "变异雷史莱姆 (Slime_Electric_03_Positive)",
"20010801": "冰史莱姆 (Slime_Ice_02)",
"20010802": "冰史莱姆 (Slime_Ice_02_Activity)",
"20010803": "冰史莱姆 (Slime_Ice_02)",
"20010901": "大型冰史莱姆 (Slime_Ice_03)",
"20010902": "大型冰史莱姆 (Slime_Ice_03_Activity)",
"20010903": "大型冰史莱姆 (Slime_Ice_03)",
"20010904": "大型冰史莱姆 (Slime_Ice_03_AttackEnhance)",
"20010905": "大型冰史莱姆 (Slime_Ice_03_SimpleStick)",
"20011001": "水史莱姆 (Slime_Water_02)",
"20011002": "水史莱姆 (Slime_Water_02)",
"20011101": "大型水史莱姆 (Slime_Water_03)",
"20011102": "大型水史莱姆 (Slime_Water_03)",
"20011103": "大型水史莱姆 (Slime_Water_03_AttackEnhance)",
"20011201": "火史莱姆 (Slime_Fire_02)",
"20011202": "火史莱姆 (Slime_Fire_Tutorial)",
"20011203": "火史莱姆 (Slime_Fire_02)",
"20011204": "火史莱姆 (Slime_Fire_02_SimpleStick)",
"20011301": "大型火史莱姆 (Slime_Fire_03)",
"20011302": "大型火史莱姆 (Slime_Fire_03)",
"20011304": "大型火史莱姆 (Slime_Fire_03_AttackEnhance)",
"20011305": "大型火史莱姆 (Slime_Fire_03_SimpleStick)",
"20011401": "岩史莱姆 (Slime_Rock_02)",
"20011402": "岩史莱姆 (Slime_Rock_02)",
"20011501": "大型岩史莱姆 (Slime_Rock_03)",
"20011502": "大型岩史莱姆 (Slime_Rock_03_AttackEnhance)",
"20011503": "大型岩史莱姆 (Slime_Rock_03)",
"20011601": "无相之水·召唤物 (Effigy_Water_Underling_Ooze_01)",
"20011701": "无相之水·召唤物 (Effigy_Water_Underling_Ooze_02)",
"20011801": "无相之水·召唤物 (Effigy_Water_Underling_Ooze_03)",
"20011901": "无相之水·召唤物 (Effigy_Water_Underling_Ooze_04)",
"20012001": "无相之水·召唤物 (Effigy_Water_Underling_Ooze_05)",
"20012101": "无相之水·召唤物 (Effigy_Water_Underling_Ooze_06)",
"20012201": "无相之水·召唤物 (Effigy_Water_Underling_Ooze_07)",
"20020101": "狂风之核 (Elemental_Wind_01)",
"20050201": "幻形豕兽·水 (Monster_Oceanid_Boar)",
"20050202": "幻形豕兽·水 (Monster_Oceanid_Boar_02)",
"20050203": "幻形豕兽·水 (Monster_Oceanid_Boar_02)",
"20050301": "幻形鹤·水 (Monster_Oceanid_Crane)",
"20050302": "幻形鹤·水 (Monster_Oceanid_Crane)",
"20050401": "幻形蟹·水 (Monster_Oceanid_Crab)",
"20050402": "幻形蟹·水 (Monster_Oceanid_Crab_02)",
"20050403": "幻形蟹·水 (Monster_Oceanid_Crab)",
"20050501": "幻形雀·水 (Monster_Oceanid_Tit)",
"20050502": "幻形雀·水 (Monster_Oceanid_Tit)",
"20050601": "幻形游禽·水 (Monster_Oceanid_Wigeon)",
"20050602": "幻形游禽·水 (Monster_Oceanid_Wigeon_02)",
"20050603": "幻形游禽·水 (Monster_Oceanid_Wigeon_02)",
"20050701": "幻形花鼠·水 (Monster_Oceanid_Squirrel)",
"20050702": "幻形花鼠·水 (Monster_Oceanid_Squirrel_02)",
"20050703": "幻形花鼠·水 (Monster_Oceanid_Squirrel)",
"20050801": "幻形蛙·水 (Monster_Oceanid_Frog)",
"20050802": "幻形蛙·水 (Monster_Oceanid_Frog)",
"20050901": "幻形飞鸢·水 (Monster_Oceanid_Falcon)",
"20060101": "水飘浮灵 (Sylph_Water_01)",
"20060201": "岩飘浮灵 (Sylph_Rock_01)",
"20060301": "风飘浮灵 (Sylph_Wind_01)",
"20060401": "冰飘浮灵 (Sylph_Ice_01)",
"20060501": "雷飘浮灵 (Sylph_Electric_01)",
"20060601": "火飘浮灵 (Sylph_Fire_01)",
"20060701": "草飘浮灵 (Sylph_Grass_01)",
"21010101": "丘丘人 (Hili_None_01)",
"21010102": "丘丘人 (Hili_None_01)",
"21010201": "打手丘丘人 (Hili_None_01_Club)",
"21010301": "木盾丘丘人 (Hili_None_01_Shield)",
"21010302": "木盾丘丘人 (Hili_None_01_Shield)",
"21010401": "射手丘丘人 (Hili_None_01_Range)",
"21010402": "射手丘丘人 (Hili_None_01_Range_Multi)",
"21010501": "火箭丘丘人 (Hili_Fire_Range)",
"21010502": "火箭丘丘人 (Hili_Fire_Range_Multi)",
"21010601": "爆弹丘丘人 (Hili_Fire_Bomb)",
"21010603": "爆弹丘丘人 (Hili_Fire_Bomb_AttackEnhance)",
"21010701": "冲锋丘丘人 (Hili_Fire_Rush)",
"21010702": "冲锋丘丘人 (Hili_Fire_Rush)",
"21010901": "冰箭丘丘人 (Hili_Ice_Range)",
"21010902": "冰箭丘丘人 (Hili_Ice_Range_Multi)",
"21011001": "雷箭丘丘人 (Hili_Electric_Range)",
"21011002": "雷箭丘丘人 (Hili_Electric_Range_Multi)",
"21011201": "岩盾丘丘人 (Hili_None_01_RockShield)",
"21011202": "岩盾丘丘人 (Hili_None_01_RockShield)",
"21011301": "冰弹丘丘人 (Hili_Ice_Bomb)",
"21011302": "冰弹丘丘人 (Hili_Ice_Bomb_AttackEnhance)",
"21011401": "冰盾丘丘人 (Hili_Ice_IceShield)",
"21011402": "冰盾丘丘人 (Hili_Ice_IceShield)",
"21011403": "冰盾丘丘人 (Hili_Ice_IceShield_Activity)",
"21011501": "奇怪的丘丘人 (Hili_Wei_NoWeapon_01)",
"21011601": "雷弹丘丘人 (Hili_Electric_Bomb)",
"21011602": "雷弹丘丘人 (Hili_Electric_Bomb_AttackEnhance)",
"21020101": "木盾丘丘暴徒 (Brute_None_Shield)",
"21020102": "木盾丘丘暴徒 (Brute_None_Shield)",
"21020201": "火斧丘丘暴徒 (Brute_None_Axe)",
"21020202": "火斧丘丘暴徒 (Brute_None_Axe_AttackEnhance)",
"21020203": "火斧丘丘暴徒 (Brute_None_Axe)",
"21020301": "岩盾丘丘暴徒 (Brute_None_RockShield)",
"21020302": "岩盾丘丘暴徒 (Brute_None_RockShield)",
"21020401": "丘丘霜铠王 (Brute_Ice_None)",
"21020402": "丘丘霜铠王 (Brute_Ice_None)",
"21020501": "丘丘岩盔王 (Brute_Rock_None)",
"21020502": "丘丘岩盔王 (Brute_Rock_None)",
"21020601": "冰盾丘丘暴徒 (Brute_Ice_Shield)",
"21020602": "冰盾丘丘暴徒 (Brute_Ice_Shield)",
"21020701": "雷斧丘丘暴徒 (Brute_Electric_Axe)",
"21020702": "雷斧丘丘暴徒 (Brute_Electric_Axe)",
"21020703": "雷斧丘丘暴徒 (Brute_Electric_Axe_AttackEnhance)",
"21020801": "丘丘雷兜王 (Brute_Electric_None)",
"21020802": "丘丘雷兜王 (Brute_Electric_None)",
"21030101": "水丘丘萨满 (Shaman_Water_01)",
"21030102": "水丘丘萨满 (Shaman_Water_01)",
"21030103": "水丘丘萨满 (Shaman_Water_01_HealEnhance)",
"21030201": "草丘丘萨满 (Shaman_Grass_01)",
"21030202": "草丘丘萨满 (Shaman_Grass_01)",
"21030203": "草丘丘萨满 (Shaman_Grass_01_SupportEnhance)",
"21030301": "风丘丘萨满 (Shaman_Wind_01)",
"21030302": "风丘丘萨满 (Shaman_Wind_01)",
"21030303": "风丘丘萨满 (Shaman_Wind_01_WindZoneEnhance)",
"21030304": "风丘丘萨满 (Shaman_Wind_01_AttackEnhance)",
"21030401": "岩丘丘萨满 (Shaman_Rock_01)",
"21030402": "岩丘丘萨满 (Shaman_Rock_01_SupportEnhance)",
"21030403": "岩丘丘萨满 (Shaman_Rock_01)",
"21030501": "冰丘丘萨满 (Shaman_Ice_01)",
"21030502": "冰丘丘萨满 (Shaman_Ice_01)",
"21030601": "雷丘丘萨满 (Shaman_Electric_01)",
"21030602": "雷丘丘萨满 (Shaman_Electric_01)",
"21030603": "雷丘丘萨满 (Shaman_Electric_01_SupportEnhance)",
"22010101": "火深渊法师 (Abyss_Fire_01)",
"22010102": "火深渊法师 (Abyss_Fire_01_ShieldEnhance)",
"22010103": "火深渊法师 (Abyss_Fire_01_BlinkEnhance)",
"22010104": "火深渊法师 (Abyss_Fire_01_AttackEnhance)",
"22010105": "火深渊法师 (Abyss_Fire_01)",
"22010201": "冰深渊法师 (Abyss_Ice_01)",
"22010202": "冰深渊法师 (Abyss_Ice_01_ShieldEnhance)",
"22010203": "冰深渊法师 (Abyss_Ice_01_BlinkEnhance)",
"22010204": "冰深渊法师 (Abyss_Ice_01_AttackEnhance)",
"22010205": "冰深渊法师 (Abyss_Ice_01)",
"22010301": "水深渊法师 (Abyss_Water_01)",
"22010302": "水深渊法师 (Abyss_Water_01_ShieldEnhance)",
"22010303": "水深渊法师 (Abyss_Water_01_BlinkEnhance)",
"22010304": "水深渊法师 (Abyss_Water_01_AttackEnhance)",
"22010305": "水深渊法师 (Abyss_Water_01)",
"22010401": "雷深渊法师 (Abyss_Electric_01)",
"22010402": "雷深渊法师 (Abyss_Electric_01)",
"22010403": "雷深渊法师 (Abyss_Electric_01_ShieldEnhance)",
"22010404": "雷深渊法师 (Abyss_Electric_01_AttackEnhance)",
"22020101": "深渊使徒·激流 (Invoker_Herald_Water_01)",
"22020102": "深渊使徒·激流 (Invoker_Herald_Water_01)",
"22020103": "深渊使徒·激流 (Invoker_Herald_Water_01)",
"22030101": "深渊咏者·紫电 (Invoker_Deacon_Electric_01)",
"22030102": "深渊咏者·紫电 (Invoker_Deacon_Electric_01)",
"22030103": "深渊咏者·紫电 (Invoker_Deacon_Electric_01)",
"22030201": "深渊咏者·渊火 (Invoker_Deacon_Fire_01)",
"22030202": "深渊咏者·渊火 (Invoker_Deacon_Fire_01)",
"22040101": "嗜岩·兽境幼兽 (Hound_Kanis_Rock_01)",
"22040201": "嗜雷·兽境幼兽 (Hound_Kanis_Electric_01)",
"22050101": "嗜岩·兽境猎犬 (Hound_Riftstalker_Rock_01)",
"22050201": "嗜雷·兽境猎犬 (Hound_Riftstalker_Electric_01)",
"22070101": "黯色空壳·旗令 (ForlornVessel_Strong_Warbanner_Fire_01)",
"22070102": "黯色空壳·旗令 (ForlornVessel_Strong_Warbanner_Fire_02)",
"22070201": "黯色空壳·破阵 (ForlornVessel_Strong_Lance_Water_01)",
"22070202": "黯色空壳·破阵 (ForlornVessel_Strong_Lance_Water_02)",
"22070301": "黯色空壳·近卫 (ForlornVessel_Strong_Chargebow_Ice_01)",
"22070302": "黯色空壳·近卫 (ForlornVessel_Strong_Chargebow_Ice_02)",
"22080101": "黑蛇骑士·斩风之剑 (Darkwraith_Strong_Wind_01)",
"22090101": "Darksign_Shadow_01",
"23010101": "愚人众先遣队·冰铳重卫士 (Skirmisher_Male_Fat_SprayGun_Ice_01)",
"23010201": "愚人众先遣队·水铳重卫士 (Skirmisher_Male_Fat_SprayGun_Water_01)",
"23010301": "愚人众先遣队·雷锤前锋军 (Skirmisher_Male_Strong_GreatHammer_Electric_01)",
"23010401": "愚人众先遣队·岩使游击兵 (Skirmisher_Male_Standard_Staff_Rock_01)",
"23010501": "愚人众先遣队·风拳前锋军 (Skirmisher_Male_Strong_Gloves_Wind_01)",
"23010601": "愚人众先遣队·火铳游击兵 (Skirmisher_Male_Standard_Rifle_Fire_01)",
"23020101": "愚人众·火之债务处理人 (Fatuus_Fire_01)",
"23020102": "愚人众·火之债务处理人 (Fatuus_Fire_01_AttackEnhance)",
"23030101": "愚人众·雷萤术士 (Fatuus_Summoner_01)",
"23030102": "愚人众·雷萤术士 (Fatuus_Summoner_01_AttackEnhance)",
"23040101": "愚人众·冰萤术士 (Fatuus_Mage_Ice_01)",
"23040102": "愚人众·冰萤术士 (Fatuus_Mage_Ice_01_AttackEnhance)",
"23050101": "愚人众·藏镜仕女 (Fatuus_Maiden_Water_01)",
"24010101": "遗迹守卫 (Defender_None_01)",
"24010102": "遗迹守卫 (Defender_None_01)",
"24010108": "遗迹守卫 (Defender_None_08)",
"24010109": "遗迹守卫 (Defender_None_09)",
"24010201": "遗迹猎者 (Formathr_None)",
"24010202": "遗迹猎者 (Formathr_None)",
"24010301": "遗迹重机 (Konungmathr_None)",
"24010302": "遗迹重机 (Konungmathr_None)",
"24010303": "遗迹重机 (Konungmathr_None_Dig)",
"24010304": "遗迹重机 (Konungmathr_None_WQ)",
"24020101": "遗迹巡弋者 (Apparatus_Enigma_BionicDrone)",
"24020102": "遗迹巡弋者 (Apparatus_Enigma_BionicDrone)",
"24020103": "遗迹巡弋者 (Apparatus_Enigma_BionicDrone)",
"24020201": "遗迹歼击者 (Apparatus_Enigma_BionicFlora)",
"24020202": "遗迹歼击者 (Apparatus_Enigma_BionicFlora)",
"24020203": "遗迹歼击者 (Apparatus_Enigma_BionicFlora)",
"24020301": "遗迹防卫者 (Apparatus_Enigma_BionicInsecta)",
"24020302": "遗迹防卫者 (Apparatus_Enigma_BionicInsecta)",
"24020303": "遗迹防卫者 (Apparatus_Enigma_BionicInsecta)",
"24020304": "遗迹防卫者 (Apparatus_Enigma_BionicInsecta_Karkata)",
"24020401": "遗迹侦察者 (Apparatus_Enigma_BionicNettler)",
"24020402": "遗迹侦察者 (Apparatus_Enigma_BionicNettler)",
"24020403": "遗迹侦察者 (Apparatus_Enigma_BionicNettler)",
"24030101": "遗迹龙兽·空巡 (Gargoyle_Airborne_01)",
"24030201": "遗迹龙兽·地巡 (Gargoyle_Ground_01)",
"24040101": "元能构装体·力场发生器 (Monolith_Ordinator_01)",
"24040201": "元能构装体·重塑仪 (Monolith_Ordinator_02)",
"24040301": "元能构装体·勘探机 (Monolith_Ordinator_03)",
"24990101": "(test)特效性能测试 (Monster_Alternate_01)",
"25010101": "盗宝团·「溜溜」 (Thoarder_Male_NoWeapon_01)",
"25010102": "盗宝团·「溜溜」 (Thoarder_Male_Standard_NoWeapon_01_02)",
"25010103": "盗宝团·「溜溜」 (Thoarder_Male_Standard_NoWeapon_01_03)",
"25010104": "盗宝团·「溜溜」 (Thoarder_Male_Standard_NoWeapon_01_04)",
"25010105": "盗宝团·「溜溜」 (Thoarder_Male_Slippie_01)",
"25010106": "盗宝团·「溜溜」 (Thoarder_Male_Slippie_01)",
"25010201": "盗宝团·斥候 (Thoarder_Male_Standard_NoWeapon_02)",
"25010203": "盗宝团·斥候 (Thoarder_Male_Standard_NoWeapon_02_03)",
"25010204": "盗宝团·斥候 (Thoarder_Male_Standard_NoWeapon_02_04)",
"25010205": "盗宝团·斥候 (Thoarder_Male_Standard_NoWeapon_02_05)",
"25010206": "盗宝团·斥候 (Thoarder_Male_Standard_NoWeapon_02_06)",
"25010207": "盗宝团·斥候 (Thoarder_Male_Standard_NoWeapon_02_07)",
"25010208": "盗宝团·斥候 (Thoarder_Male_Standard_NoWeapon_02_08)",
"25010209": "Thoarder_Male_Standard_NoWeapon_02_09",
"25010210": "Thoarder_Male_Standard_NoWeapon_02_10",
"25010211": "Thoarder_Male_Standard_NoWeapon_02_11",
"25010301": "盗宝团·火之药剂师 (Thoarder_Male_Standard_NoWeapon_Fire_01)",
"25010302": "盗宝团·火之药剂师 (Thoarder_Male_Standard_NoWeapon_Fire_01)",
"25010401": "盗宝团·水之药剂师 (Thoarder_Male_Standard_NoWeapon_Water_01)",
"25010501": "盗宝团·雷之药剂师 (Thoarder_Male_Standard_NoWeapon_Electric_01)",
"25010601": "盗宝团·冰之药剂师 (Thoarder_Male_Standard_NoWeapon_Ice_01)",
"25010701": "盗宝团·杂工 (Thoarder_Male_Fat_NoWeapon_01)",
"25020101": "盗宝团·「怪鸟」 (Thoarder_Male_Crossbow_01)",
"25020102": "盗宝团·「怪鸟」 (Thoarder_Male_Crossbow_01_02)",
"25020201": "盗宝团·神射手 (Thoarder_Male_Standard_Crossbow_02)",
"25020204": "盗宝团·神射手 (Thoarder_Male_Standard_Crossbow_02_03)",
"25030101": "盗宝团·「卡门」 (Thoarder_Male_Shovel_01)",
"25030102": "盗宝团·「卡门」 (Thoarder_Male_Fat_Shovel_01)",
"25030103": "盗宝团·「卡门」 (Thoarder_Male_Fat_Shovel_01)",
"25030201": "盗宝团·掘墓者 (Thoarder_Male_Fat_Shovel_03)",
"25030301": "盗宝团·海上男儿 (Thoarder_Male_Fat_Shovel_02)",
"25040101": "盗宝团·「大姐头」 (Thoarder_Female_Hatchet_01)",
"25040102": "盗宝团·「大姐头」 (Thoarder_Female_Hatchet_02)",
"25040103": "盗宝团·「大姐头」 (Thoarder_Female_Hatchet_02)",
"25050101": "千岩军士兵 (Millelith_Male_01)",
"25050201": "千岩军教头 (Millelith_Male_02)",
"25050301": "幕府足轻 (Aahigaru_Male_01)",
"25050401": "幕府足轻头 (AahigaruTaisho_Male_01)",
"25050402": "幕府足轻头 (AahigaruTaisho_Male_01_02)",
"25050501": "珊瑚宫众 (Aahigaru_Male_02)",
"25050502": "珊瑚宫众 (Aahigaru_Male_02_02)",
"25050503": "珊瑚宫众 (Aahigaru_Male_03)",
"25060101": "盗宝团·拳术家 (Thoarder_MuscleMan_NoWeapon_01)",
"25060102": "盗宝团·拳术家 (Thoarder_MuscleMan_NoWeapon_01_02)",
"25070101": "盗宝团·粉碎者 (Thoarder_MuscleMan_Hammer_01)",
"25070201": "盗宝团·「瓦伦斯坦」 (Thoarder_MuscleMan_Hammer_02)",
"25070202": "盗宝团·「瓦伦斯坦」 (Thoarder_MuscleMan_Hammer_02)",
"25080101": "野伏·阵刀番 (Samurai_Ronin_01)",
"25080201": "野伏·火付番 (Samurai_Ronin_02)",
"25080202": "野伏·火付番 (Samurai_Ronin_04)",
"25080301": "野伏·机巧番 (Samurai_Ronin_03)",
"25080401": "寄骑武士 (Samurai_Hatamoto_01)",
"25080402": "寄骑武士 (Samurai_Hatamoto_02)",
"25080403": "寄骑武士 (Samurai_Hatamoto_03)",
"25080404": "寄骑武士 (Samurai_Hatamoto_03)",
"25080405": "寄骑武士 (Samurai_Hatamoto_04)",
"25100101": "海乱鬼·雷腾 (Samurai_Kairagi_01)",
"25100102": "海乱鬼·雷腾 (Samurai_Kairagi_05)",
"25100201": "海乱鬼·炎威 (Samurai_Kairagi_02)",
"25100202": "海乱鬼·炎威 (Samurai_Kairagi_07)",
"25100301": "落武者·咒雷 (Samurai_Kairagi_03)",
"25100302": "落武者·咒雷 (Samurai_Kairagi_06)",
"25100401": "落武者·祟炎 (Samurai_Kairagi_04)",
"25110101": "厄灵·岩之魔蜥 (Gator_Eremite_Rock_01)",
"25110102": "厄灵·岩之魔蜥 (Gator_Eremite_Rock_02)",
"25110201": "厄灵·风之魔鸢 (Vulture_Eremite_Wind_01)",
"25110202": "厄灵·风之魔鸢 (Vulture_Eremite_Wind_02)",
"25110301": "厄灵·炎之魔蝎 (Scorpion_Eremite_Fire_01)",
"25110401": "厄灵·草之灵蛇 (Chrysopelea_Eremite_Grass_01)",
"25210101": "镀金旅团·阵前斧手 (Eremite_Female_Hatchet_01)",
"25210102": "镀金旅团·阵前斧手 (Eremite_Female_Hatchet_02)",
"25210103": "镀金旅团·阵前斧手 (Eremite_Female_Hatchet_03)",
"25210104": "EremiteElite_Female_Hatchet_01",
"25210105": "EremiteElite_Female_Hatchet_02",
"25210106": "EremiteElite_Female_Hatchet_03",
"25210107": "镀金旅团·阵前斧手 (Eremite_Female_Hatchet_04)",
"25210108": "Eremite_Female_Hatchet_05",
"25210109": "NPC_Quest_Female_Standard_Nailan_20933",
"25210201": "镀金旅团·机弩兵 (Eremite_Male_Standard_Crossbow_01)",
"25210202": "镀金旅团·机弩兵 (Eremite_Male_Standard_Crossbow_02)",
"25210203": "镀金旅团·机弩兵 (Eremite_Male_Standard_Crossbow_03)",
"25210204": "EremiteElite_Male_Standard_Crossbow_01",
"25210205": "EremiteElite_Male_Standard_Crossbow_02",
"25210206": "EremiteElite_Male_Standard_Crossbow_03",
"25210207": "镀金旅团·机弩兵 (Eremite_Male_Standard_Crossbow_04)",
"25210208": "NPC_Quest_Male_Standard_Eremite_01",
"25210209": "NPC_Quest_Male_Standard_Eremite_02",
"25210210": "NPC_Sumeru_Male_Standard_Aderfi_4293",
"25210211": "NPC_Quest_Male_Standard_Assassin02_20940",
"25210301": "镀金旅团·鸦喙戟手 (Eremite_Male_Standard_Pole_01)",
"25210302": "镀金旅团·鸦喙戟手 (Eremite_Male_Standard_Pole_02)",
"25210303": "镀金旅团·鸦喙戟手 (Eremite_Male_Standard_Pole_03)",
"25210304": "EremiteElite_Male_Standard_Pole_01",
"25210305": "EremiteElite_Male_Standard_Pole_02",
"25210306": "EremiteElite_Male_Standard_Pole_03",
"25210307": "Eremite_Male_Standard_Pole_01",
"25210308": "NPC_Sumeru_Male_Standard_Warden03_4298",
"25210309": "NPC_Sumeru_Male_Standard_Warden04_4299",
"25210401": "镀金旅团·破阵者 (Eremite_MuscleMan_Gloves_01)",
"25210402": "镀金旅团·破阵者 (Eremite_MuscleMan_Gloves_02)",
"25210403": "镀金旅团·破阵者 (Eremite_MuscleMan_Gloves_03)",
"25210404": "EremiteElite_MuscleMan_Gloves_01",
"25210405": "EremiteElite_MuscleMan_Gloves_02",
"25210406": "EremiteElite_MuscleMan_Gloves_03",
"25210407": "NPC_Quest_MuscleMan_Standard_Eremite_01",
"25210408": "NPC_Quest_MuscleMan_Standard_Assassin01_20913",
"25210501": "镀金旅团·刀舞者 (Eremite_MuscleMan_Simitar_01)",
"25210502": "镀金旅团·刀舞者 (Eremite_MuscleMan_Simitar_02)",
"25210503": "镀金旅团·刀舞者 (Eremite_MuscleMan_Simitar_03)",
"25210504": "EremiteElite_MuscleMan_Simitar_01",
"25210505": "EremiteElite_MuscleMan_Simitar_02",
"25210506": "EremiteElite_MuscleMan_Simitar_03",
"25210507": "Eremite_MuscleMan_Simitar_04",
"25210508": "NPC_Sumeru_MuscleMan_Standard_Yuften_4294",
"25210601": "Eremite_Male_Standard_NoWeapon_01",
"25210602": "Eremite_Male_Standard_NoWeapon_02",
"25310101": "镀金旅团·沙中净水 (Eremite_Female_Slim_PushDagger_01)",
"25310102": "Eremite_Female_Slim_PushDagger_02",
"25310201": "镀金旅团·炽阳凝冰 (Eremite_Male_Standard_Glaive_01)",
"25310202": "Eremite_Male_Standard_Glaive_02",
"25310301": "镀金旅团·白日鸣雷 (Eremite_Male_Standard_Polearm_01)",
"25410101": "镀金旅团·魔岩役使 (Eremite_Male_Strong_Katar_01)",
"25410102": "Eremite_Male_Strong_Katar_02",
"25410103": "Eremite_Male_Strong_Katar_03",
"25410201": "镀金旅团·灵风猎手 (Eremite_Female_Standard_Longbow_01)",
"25410202": "Eremite_Female_Standard_Longbow_02",
"25410301": "镀金旅团·炽沙叙事人 (Eremite_Female_Standard_Oracle_01)",
"25410302": "Eremite_Female_Standard_Oracle_02",
"25410303": "Eremite_Female_Standard_Oracle_03",
"25410401": "镀金旅团·叶轮舞者 (Eremite_Female_Standard_Dancer_01)",
"26010101": "冰霜骗骗花 (Mimik_Ice)",
"26010102": "冰霜骗骗花 (Mimik_Ice_Activity)",
"26010201": "炽热骗骗花 (Mimik_Fire)",
"26010301": "电气骗骗花 (Mimik_Electric)",
"26030101": "幼岩龙蜥 (Wyrm_Rock)",
"26040101": "岩龙蜥 (Drake_Rock_01_Water)",
"26040102": "岩龙蜥 (Drake_Rock_01_Fire)",
"26040103": "岩龙蜥 (Drake_Rock_01_Ice)",
"26040104": "岩龙蜥 (Drake_Rock_01_Elec)",
"26040105": "岩龙蜥 (Drake_Rock_01_Water)",
"26050601": "深海龙蜥·原种 (Drake_DeepSea_Water_01)",
"26050901": "深海龙蜥·原种 (Drake_DeepSea_Water_02)",
"26051001": "深海龙蜥·啮冰 (Drake_Deepsea_Ice_02)",
"26051101": "深海龙蜥·吞雷 (Drake_Deepsea_Electric_02)",
"26060101": "雷萤 (Cicin_Thunder_01)",
"26060201": "水萤 (Cicin_Water_01)",
"26060301": "冰萤 (Cicin_Ice_01)",
"26090101": "浮游水蕈兽 (Fungus_Un_Gamma_Water_01)",
"26090190": "浮游水蕈兽 (Fungus_Un_Gamma_Water_Enemy)",
"26090191": "浮游水蕈兽 (Fungus_Un_Gamma_Water_01_Capture)",
"26090201": "浮游草蕈兽 (Fungus_Un_Delta_Grass_01)",
"26090202": "浮游草蕈兽 (Fungus_Un_Delta_Grass_01_02)",
"26090290": "浮游草蕈兽 (Fungus_Un_Delta_Grass_Enemy)",
"26090291": "浮游草蕈兽 (Fungus_Un_Delta_Grass_01_Capture)",
"26090301": "浮游风蕈兽 (Fungus_Un_Delta_Wind_01)",
"26090390": "浮游风蕈兽 (Fungus_Un_Delta_Wind_Enemy)",
"26090391": "浮游风蕈兽 (Fungus_Un_Delta_Wind_01_Capture)",
"26090401": "旋转雷蕈兽 (Fungus_Trois_Epsilon_Electric_01)",
"26090490": "旋转雷蕈兽 (Fungus_Trois_Epsilon_Electric_Enemy)",
"26090491": "旋转雷蕈兽 (Fungus_Trois_Epsilon_Electric_01_Capture)",
"26090501": "旋转冰蕈兽 (Fungus_Trois_Alpha_Ice_01)",
"26090590": "旋转冰蕈兽 (Fungus_Trois_Alpha_Ice_Enemy)",
"26090591": "旋转冰蕈兽 (Fungus_Trois_Alpha_Ice_01_Capture)",
"26090601": "旋转火蕈兽 (Fungus_Trois_Gamma_Fire_01)",
"26090690": "旋转火蕈兽 (Fungus_Trois_Gamma_Fire_Enemy)",
"26090691": "旋转火蕈兽 (Fungus_Trois_Gamma_Fire_01_Capture)",
"26090701": "伸缩火蕈兽 (Fungus_Deux_Alpha_Fire_01)",
"26090790": "伸缩火蕈兽 (Fungus_Deux_Alpha_Fire_Enemy)",
"26090791": "伸缩火蕈兽 (Fungus_Deux_Alpha_Fire_01_Capture)",
"26090801": "伸缩风蕈兽 (Fungus_Deux_Epsilon_Wind_01)",
"26090890": "伸缩风蕈兽 (Fungus_Deux_Epsilon_Wind_Enemy)",
"26090891": "伸缩风蕈兽 (Fungus_Deux_Epsilon_Wind_01_Capture)",
"26090901": "伸缩岩蕈兽 (Fungus_Deux_Beta_Rock_01)",
"26090990": "伸缩岩蕈兽 (Fungus_Deux_Beta_Rock_Enemy)",
"26090991": "伸缩岩蕈兽 (Fungus_Deux_Beta_Rock_01_Capture)",
"26091001": "伸缩雷蕈兽 (Fungus_Deux_Delta_Electric_01)",
"26091090": "伸缩雷蕈兽 (Fungus_Deux_Delta_Electric_Enemy)",
"26091091": "伸缩雷蕈兽 (Fungus_Deux_Delta_Electric_01_Capture)",
"26100301": "圣骸赤鹫 (Vulture_Sacred_Fire_01)",
"26100401": "圣骸毒蝎 (Scorpion_Sacred_Electric_01)",
"26100501": "圣骸飞蛇 (Chrysopelea_Sacred_Wind_01)",
"26120101": "有翼草本真蕈 (Fungus_Amanita_Unu_Anudatta_Grass_01)",
"26120201": "有翼冰本真蕈 (Fungus_Amanita_Unu_Svarita_Ices_01)",
"26120301": "陆行水本真蕈 (Fungus_Amanita_Du_Anudatta_Water_01)",
"26120401": "陆行岩本真蕈 (Fungus_Amanita_Du_Udatta_Rock_01)",
"28020101": "Fox_01",
"28020102": "Fox_02",
"28020103": "Fox_03",
"28020104": "Fox_04",
"28020105": "Fox_01",
"28020106": "Fox_02",
"28020107": "Fox_02",
"28020108": "Fox_01_03",
"28020201": "Squirrel_01",
"28020301": "Boar_01",
"28020302": "Boar_02",
"28020303": "Boar_03",
"28020304": "Boar_04",
"28020305": "Boar_05",
"28020306": "Boar_06",
"28020307": "Boar_01",
"28020308": "Boar_05",
"28020309": "Boar_09",
"28020310": "Boar_02_Hunt",
"28020311": "Boar_01_Hunt",
"28020312": "Boar_03_Hunt",
"28020313": "Boar_Grass",
"28020314": "Boar_Grass_Small",
"28020315": "Boar_09",
"28020401": "DogPrick_01",
"28020402": "DogPrick_02",
"28020403": "DogPrick_03",
"28020404": "DogPrick_04",
"28020405": "DogPrick_05",
"28020406": "DogPrick_01_02",
"28020407": "DogPrick_01",
"28020408": "DogPrick_02",
"28020409": "DogPrick_03",
"28020410": "DogPrick_04",
"28020501": "Cat_01",
"28020502": "Cat_02",
"28020503": "Cat_03",
"28020504": "Cat_04",
"28020505": "Cat_05",
"28020506": "Cat_06",
"28020507": "Cat_07",
"28020508": "Cat_01_02",
"28020509": "Cat_03_02",
"28020510": "Cat_02",
"28020511": "Cat_03",
"28020512": "Cat_04",
"28020513": "Cat_05",
"28020601": "Marten_01",
"28020602": "Marten_02",
"28020603": "Marten_03",
"28020604": "Marten_04",
"28020605": "Marten_05",
"28020701": "Vulpes_01",
"28020702": "Vulpes_01_02",
"28020801": "Inu_Tanuki_01",
"28020802": "Inu_Tanuki_02",
"28020803": "Inu_Tanuki_03",
"28020901": "Inu_Shihandai_01",
"28020902": "Inu_Shihandai_02",
"28020903": "Inu_Shihandai_03",
"28020904": "Inu_Shihandai_04",
"28030101": "Crane_01",
"28030102": "Crane_02",
"28030103": "Crane_01",
"28030104": "Crane_01_Lbis",
"28030201": "Falcon_01",
"28030202": "Falcon_02",
"28030203": "Falcon_03",
"28030204": "Falcon_04",
"28030301": "Pigeon_01",
"28030302": "Pigeon_02",
"28030303": "Pigeon_03",
"28030304": "Pigeon_04",
"28030305": "Pigeon_05",
"28030306": "Crow_01",
"28030307": "Pigeon_01",
"28030308": "Pigeon_02",
"28030309": "Pigeon_03",
"28030310": "Pigeon_04",
"28030311": "Pigeon_05",
"28030312": "Pigeon_01",
"28030313": "Pigeon_Beak_01",
"28030314": "Crow_01",
"28030401": "Tit_01",
"28030402": "Tit_02",
"28030403": "Tit_03",
"28030404": "Tit_04",
"28030405": "Tit_06",
"28030406": "Tit_01",
"28030407": "Tit_02",
"28030408": "Tit_03",
"28030409": "Tit_04",
"28030501": "Wigeon_01",
"28030502": "Wigeon_02",
"28030504": "Wigeon_01",
"28030505": "Wigeon_01",
"28040703": "Fishable_Ray_Stellamarisidae_02_01",
"28050201": "Thoarder_Weasel_01",
"28050202": "Thoarder_Weasel_02",
"28050203": "Thoarder_Weasel_03",
"28050204": "Thoarder_Weasel_01",
"28050211": "Thoarder_Weasel_01",
"28050212": "Thoarder_Weasel_02",
"28050213": "Thoarder_Weasel_03",
"28050221": "Thoarder_Weasel_01",
"28050222": "Thoarder_Weasel_02",
"28050223": "Thoarder_Weasel_03",
"28050501": "Electrohercules_01",
"28050502": "Electrohercules_02",
"28050503": "Electrohercules_03",
"28050504": "Electrohercules_04",
"28050505": "Electrohercules_05",
"28050506": "Electrohercules_06",
"28060101": "Gator_01",
"28060102": "Gator_Strong_01",
"28060103": "Gator_01",
"28060201": "Panther_01",
"28060202": "Panther_Strong_01",
"28060203": "Panther_01",
"28060301": "Vulture_01",
"28060302": "Vulture_01",
"28060401": "Scorpion_01",
"28060402": "Scorpion_01",
"28060501": "Megamoth_Desert_01",
"28060502": "Megamoth_Desert_02",
"28060503": "Megamoth_Desert_03",
"28060504": "Megamoth_Desert_01",
"28060505": "Megamoth_Desert_02",
"28060506": "Megamoth_Desert_03",
"28060509": "Megamoth_Desert_04",
"28060510": "Megamoth_Desert_05",
"28060511": "Megamoth_Desert_06",
"28060512": "Megamoth_Desert_07",
"28060513": "Megamoth_Desert_08",
"28060601": "Megamoth_Jungle_01",
"28060602": "Megamoth_Jungle_02",
"28060603": "Megamoth_Jungle_03",
"28060604": "Megamoth_Jungle_01",
"28060605": "Megamoth_Jungle_02",
"28060606": "Megamoth_Jungle_03",
"28060609": "Megamoth_Jungle_Strong_01",
"28060610": "Megamoth_Jungle_04",
"28060611": "Megamoth_Jungle_05",
"28060612": "Megamoth_Jungle_06",
"28060613": "Megamoth_Jungle_07",
"28060614": "Megamoth_Jungle_08",
"28060701": "Megamoth_Desert_04",
"28060801": "Megamoth_Desert_05",
"28060901": "Megamoth_Desert_06",
"28061001": "Megamoth_Desert_07",
"28061002": "Megamoth_Desert_08",
"28061101": "Megamoth_Jungle_04",
"28061201": "Megamoth_Jungle_05",
"28061301": "Megamoth_Jungle_06",
"28061401": "Megamoth_Jungle_07",
"28061402": "Megamoth_Jungle_08",
"28061501": "Chrysopelea_01",
"28061502": "Chrysopelea_01",
"28210101": "Homeworld_Crab_01",
"28210102": "Homeworld_Crab_02",
"28210103": "Homeworld_Crab_03",
"28210104": "Homeworld_Crab_04",
"28210105": "Homeworld_Crab_05",
"28210201": "Homeworld_Lizard_01",
"28210202": "Homeworld_Lizard_02",
"28210203": "Homeworld_Lizard_03",
"28210204": "Homeworld_Salamander_01",
"28210205": "Homeworld_Salamander_02",
"28210206": "Homeworld_Salamander_03",
"28210207": "Homeworld_Lizard_04",
"28210208": "Homeworld_Lizard_05",
"28210301": "Homeworld_Frog_01",
"28210302": "Homeworld_Frog_02",
"28210303": "Homeworld_Frog_03",
"28210304": "Homeworld_Frog_04",
"28210401": "Homeworld_Eel_01",
"28210402": "Homeworld_Eel_02",
"28210403": "Homeworld_Eel_03",
"28210404": "Homeworld_Eel_04",
"28220101": "Homeworld_Fox_01",
"28220102": "Homeworld_Fox_02",
"28220108": "Homeworld_Fox_03",
"28220201": "Homeworld_Squirrel_01",
"28220301": "Homeworld_Boar_01",
"28220303": "Homeworld_Boar_03",
"28220313": "Homeworld_Boar_Grass",
"28220314": "Homeworld_Boar_Grass_Small",
"28220401": "Homeworld_DogPrick_01",
"28220402": "Homeworld_DogPrick_02",
"28220403": "Homeworld_DogPrick_03",
"28220404": "Homeworld_DogPrick_04",
"28220501": "Homeworld_Cat_01",
"28220502": "Homeworld_Cat_02",
"28220503": "Homeworld_Cat_03",
"28220504": "Homeworld_Cat_04",
"28220505": "Homeworld_Cat_05",
"28220506": "Homeworld_Cat_06",
"28220601": "Homeworld_Marten_01",
"28220602": "Homeworld_Marten_02",
"28220603": "Homeworld_Marten_03",
"28220604": "Homeworld_Marten_04",
"28220605": "Homeworld_Marten_05",
"28220701": "Homeworld_Vulpes_01",
"28220901": "Homeworld_Inu_Shihandai_01",
"28230101": "Homeworld_Crane_01",
"28230102": "Homeworld_Crane_02",
"28230104": "Homeworld_Crane_01_Lbis",
"28230301": "Homeworld_Pigeon_01",
"28230302": "Homeworld_Pigeon_02",
"28230303": "Homeworld_Pigeon_03",
"28230304": "Homeworld_Pigeon_04",
"28230305": "Homeworld_Pigeon_05",
"28230306": "Homeworld_Crow_01",
"28230313": "Homeworld_Pigeon_Beak_01",
"28230401": "Homeworld_Tit_01",
"28230402": "Homeworld_Tit_02",
"28230403": "Homeworld_Tit_03",
"28230404": "Homeworld_Tit_04",
"28240201": "Homeworld_Fishable_Maritime_Heliobatis_01",
"28240202": "Homeworld_Fishable_Maritime_Heliobatis_02",
"28240203": "Homeworld_Fishable_Maritime_Heliobatis_03",
"28240204": "Homeworld_Fishable_Maritime_Heliobatis_04",
"28240205": "Homeworld_Fishable_Maritime_Heliobatis_05",
"28240206": "Homeworld_Fishable_Maritime_Heliobatis_06",
"28240301": "Homeworld_Fishable_Maritime_Aspidorhynchus_01",
"28240302": "Homeworld_Fishable_Maritime_Aspidorhynchus_02",
"28240303": "Homeworld_Fishable_Maritime_Aspidorhynchus_03",
"28240304": "Homeworld_Fishable_Maritime_Aspidorhynchus_04",
"28240305": "Homeworld_Fishable_Maritime_Aspidorhynchus_05",
"28240401": "Homeworld_Fishable_Maritime_Cheirolepis_01",
"28240402": "Homeworld_Fishable_Maritime_Cheirolepis_02",
"28240501": "Homeworld_Fishable_Maritime_Doryaspis_01",
"28240502": "Homeworld_Fishable_Maritime_Doryaspis_02",
"28240503": "Homeworld_Fishable_Maritime_Doryaspis_03",
"28240504": "Homeworld_Fishable_Maritime_Doryaspis_04",
"28240505": "Homeworld_Fishable_Maritime_Doryaspis_05",
"28240506": "Homeworld_Fishable_Maritime_Doryaspis_06",
"28240601": "Homeworld_Fishable_Maritime_Namazu_01",
"28240602": "Homeworld_Fishable_Maritime_Namazu_02",
"28240701": "Homeworld_Fishable_Ray_Stellamarisidae_01_02",
"28240702": "Homeworld_Fishable_Ray_Stellamarisidae_01_03",
"28240801": "Homeworld_Fishable_Maritime_Batdiodan_01",
"28240802": "Homeworld_Fishable_Maritime_Batdiodan_02",
"28240803": "Homeworld_Fishable_Maritime_Batdiodan_03",
"28240804": "Homeworld_Fishable_Maritime_Batdiodan_04",
"28240901": "Homeworld_Fishable_Maritime_Apsva_01",
"28240902": "Homeworld_Fishable_Maritime_Apsva_02",
"28250101": "Homeworld_Wisp_Wind_01",
"28250102": "Homeworld_Wisp_Rock_01",
"28250103": "Homeworld_Wisp_Ice_01",
"28250104": "Homeworld_Wisp_Electric_01",
"28250105": "Homeworld_Wisp_Tokoyo_01",
"28250106": "Homeworld_Wisp_Grass_01",
"28250301": "Homeworld_Boltbug_Lightbug_01",
"28250401": "Homeworld_Boltbug_Scarab_01"
},
"MONSTER_BOSS": {
"20040101": "无相之雷 (Effigy_Electric_01)",
"20040102": "无相之雷 (Effigy_Electric_02)",
"20040201": "无相之风 (Effigy_Wind_01)",
"20040202": "无相之风 (Effigy_Wind_02)",
"20040301": "无相之岩 (Effigy_Rock_01)",
"20040302": "无相之岩 (Effigy_Rock_02)",
"20040401": "无相之水 (Effigy_Water_01)",
"20040402": "无相之水 (Effigy_Water_02)",
"20040501": "无相之冰 (Effigy_Ice_01)",
"20040502": "无相之冰 (Effigy_Ice_01)",
"20040601": "无相之火 (Effigy_Fire_01)",
"20040602": "无相之火 (Effigy_Fire_02)",
"20040701": "无相之草 (Effigy_Grass_01)",
"20040702": "无相之草 (Effigy_Grass_02)",
"20050101": "纯水精灵 (Monster_Oceanid)",
"20050102": "纯水精灵 (Monster_Oceanid_02)",
"20070101": "雷音权现 (Monster_Raijin_01)",
"22060101": "黄金王兽 (Monster_Hound_Planelurker_01)",
"24010401": "遗迹巨蛇 (Nithhoggr_None)",
"24021101": "恒常机关阵列 (Apparatus_Perpetual)",
"24021102": "恒常机关阵列 (Apparatus_Perpetual)",
"24030301": "兆载永劫龙兽 (Gargoyle_Fafnir_01)",
"24050101": "半永恒统辖矩阵 (Monolith_Starchild)",
"25090101": "魔偶剑鬼 (Samurai_Ningyo_01)",
"25090102": "魔偶剑鬼 (Samurai_Ningyo_02)",
"25090103": "魔偶剑鬼 (Samurai_Ningyo_03)",
"25090104": "魔偶剑鬼 (Samurai_Ningyo_04)",
"25090105": "魔偶剑鬼 (Samurai_Ningyo_05)",
"25090201": "魔偶剑鬼·孤风 (Samurai_Ningyo_02)",
"25090301": "魔偶剑鬼·霜驰 (Samurai_Ningyo_03)",
"25090401": "魔偶剑鬼·凶面 (Samurai_Ningyo_04)",
"26010103": "冰霜骗骗花 (Mimik_Fel)",
"26010104": "冰霜骗骗花 (Mimik_Fel_02)",
"26020101": "急冻树 (Regisvine_Ice)",
"26020102": "急冻树 (Regisvine_Ice_Activity)",
"26020201": "爆炎树 (Regisvine_Fire)",
"26020301": "掣电树 (Regisvine_Electric)",
"26050101": "古岩龙蜥 (Drake_Primo_Rock_01_Water)",
"26050201": "古岩龙蜥 (Drake_Primo_Rock_01_Fire)",
"26050301": "古岩龙蜥 (Drake_Primo_Rock_01_Ice)",
"26050401": "古岩龙蜥 (Drake_Primo_Rock_01_Elec)",
"26050501": "古岩龙蜥 (Drake_Primo_Rock_01_Activity)",
"26050701": "深海龙蜥·啮冰 (Drake_Deepsea_Ice_01)",
"26050702": "深海龙蜥·啮冰 (Drake_Deepsea_Ice_03)",
"26050801": "深海龙蜥·吞雷 (Drake_Deepsea_Electric_01)",
"26050802": "深海龙蜥·吞雷 (Drake_Deepsea_Electric_03)",
"26080101": "跋掣 (Eldritch_Minor)",
"26110101": "翠翎恐蕈 (Fungus_Raptor)",
"26130101": "风蚀沙虫 (Sandworm)",
"29010101": "裂空的魔龙 (Monster_Dragon_Dvalin_S01)",
"29010102": "裂空的魔龙 (Monster_Dragon_Dvalin_S04)",
"29010103": "裂空的魔龙 (Monster_Dragon_Dvalin_S00)",
"29010104": "裂空的魔龙 (Monster_Dragon_Dvalin_S04)",
"29020101": "北风的王狼,奔狼的领主 (Monster_Wolf_LupiBoreas)",
"29020102": "北风的王狼,奔狼的领主 (Monster_Wolf_LupiBoreas)",
"29030101": "Monster_Tartaglia",
"29030102": "Monster_Tartaglia_EvilEye",
"29030103": "「公子」 (Monster_Tartaglia_Harbinger)",
"29030104": "Monster_Tartaglia",
"29030105": "Monster_Tartaglia_EvilEye",
"29030106": "「公子」 (Monster_Tartaglia_Harbinger)",
"29040101": "若陀龙王 (Monster_Dahaka)",
"29040102": "若陀龙王 (Monster_Dahaka)",
"29040103": "若陀龙王 (Monster_Dahaka)",
"29040104": "若陀龙王 (Monster_Dahaka)",
"29040111": "若陀龙王 (Monster_Dahaka)",
"29050101": "Monster_LaSignora",
"29050102": "「女士」 (Monster_LaSignora_Harbinger)",
"29050103": "Monster_LaSignora",
"29050104": "「女士」 (Monster_LaSignora_Harbinger)",
"29060101": "Monster_Shougun",
"29060102": "Monster_Shougun",
"29060201": "Monster_Shougun_Mitakenarukami",
"29060202": "祸津御建鸣神命 (Monster_Shougun_Mitakenarukami)",
"29060203": "祸津御建鸣神命 (Monster_Shougun_Mitakenarukami)",
"29070101": "Monster_Nada",
"29070102": "Monster_Nada",
"29070103": "Monster_Nada",
"29070104": "「正机之神」 (Monster_Nada)",
"29070105": "「正机之神」 (Monster_Nada)",
"29070106": "Monster_Nada"
},
"MONSTER_ENV_ANIMAL": {
"28010101": "Crab_01",
"28010102": "Crab_02",
"28010103": "Crab_03",
"28010104": "Crab_04",
"28010105": "Crab_05",
"28010106": "Crab_06",
"28010201": "Lizard_01",
"28010202": "Lizard_02",
"28010203": "Lizard_03",
"28010204": "Salamander_01",
"28010205": "Salamander_02",
"28010206": "Salamander_03",
"28010207": "Lizard_04",
"28010208": "Lizard_05",
"28010301": "Frog_01",
"28010302": "Frog_02",
"28010303": "Frog_03",
"28010304": "Frog_04",
"28010401": "Eel_01",
"28010402": "Eel_02",
"28010403": "Eel_03",
"28010404": "Eel_04",
"28040101": "Fish_01",
"28040102": "Fish_02",
"28040103": "Fish_03",
"28040104": "Fish_04",
"28040105": "Fish_05",
"28040106": "Fish_06",
"28040107": "Fish_07",
"28040108": "Fish_08",
"28050101": "Wisp_Wind_01",
"28050102": "Wisp_Rock_01",
"28050103": "Wisp_Ice_01",
"28050104": "Wisp_Electric_01",
"28050105": "Wisp_Tokoyo_01",
"28050106": "Wisp_Grass_01",
"28050301": "Boltbug_Lightbug_01",
"28050401": "Boltbug_Scarab_01"
},
"MONSTER_FISH": {
"28040201": "Fishable_Maritime_Heliobatis_01",
"28040202": "Fishable_Maritime_Heliobatis_02",
"28040203": "Fishable_Maritime_Heliobatis_03",
"28040204": "Fishable_Maritime_Heliobatis_04",
"28040205": "Fishable_Maritime_Heliobatis_05",
"28040206": "Fishable_Maritime_Heliobatis_06",
"28040301": "Fishable_Maritime_Aspidorhynchus_01",
"28040302": "Fishable_Maritime_Aspidorhynchus_02",
"28040303": "Fishable_Maritime_Aspidorhynchus_03",
"28040304": "Fishable_Maritime_Aspidorhynchus_04",
"28040305": "Fishable_Maritime_Aspidorhynchus_05",
"28040401": "Fishable_Maritime_Cheirolepis_01",
"28040402": "Fishable_Maritime_Cheirolepis_02",
"28040501": "Fishable_Maritime_Doryaspis_01",
"28040502": "Fishable_Maritime_Doryaspis_02",
"28040503": "Fishable_Maritime_Doryaspis_03",
"28040504": "Fishable_Maritime_Doryaspis_04",
"28040505": "Fishable_Maritime_Doryaspis_05",
"28040506": "Fishable_Maritime_Doryaspis_06",
"28040601": "Fishable_Maritime_Namazu_01",
"28040602": "Fishable_Maritime_Namazu_02",
"28040701": "Fishable_Ray_Stellamarisidae_01_02",
"28040702": "Fishable_Ray_Stellamarisidae_01_03",
"28040801": "Fishable_Maritime_Batdiodan_01",
"28040802": "Fishable_Maritime_Batdiodan_02",
"28040803": "Fishable_Maritime_Batdiodan_03",
"28040804": "Fishable_Maritime_Batdiodan_04",
"28040901": "Fishable_Maritime_Apsva_01",
"28040902": "Fishable_Maritime_Apsva_02"
},
"MONSTER_PARTNER": {
"35210101": "Partner_Eremite_Female_Hatchet_01",
"35210102": "Partner_Panther_01",
"35210301": "NPC_Quest_Male_Standard_Soldier_12801",
"35210302": "NPC_Quest_Male_Standard_Soldier_12802",
"35210303": "NPC_Quest_Male_Standard_Soldier_12804",
"35210401": "NPC_Quest_MuscleMan_Standard_Soldier_12803",
"35210501": "Partner_Eremite_MuscleMan_Simitar_01",
"35310101": "Partner_Eremite_Female_Slim_PushDagger_01",
"35310301": "Partner_Eremite_Male_Standard_Polearm_01",
"35410101": "Partner_Eremite_Male_Strong_Katar_01",
"35410201": "Partner_Eremite_Female_Standard_Longbow_01",
"36090190": "Partner_Fumgus_Un_Gamma_Water",
"36090290": "Partner_Fumgus_Un_Delta_Grass",
"36090390": "Partner_Fumgus_Un_Delta_Wind",
"36090490": "Partner_Fumgus_Trois_Epsilon_Electric",
"36090590": "Partner_Fumgus_Trois_Alpha_Ice",
"36090690": "Partner_Fumgus_Trois_Gamma_Fire",
"36090790": "Partner_Fumgus_Deux_Alpha_Fire",
"36090890": "Partner_Fumgus_Deux_Epsilon_Wind",
"36090990": "Partner_Fumgus_Deux_Beta_Rock",
"36091090": "Partner_Fumgus_Deux_Delta_Electric",
"38050590": "Partner_Animal_Electrohercules_01"
}
}
================================================
FILE: src/i18n/data/zh-CN/questItem.json
================================================
{
"9340": "与斯万对话",
"265564": "找到「玲珑霄灯图」上标注的藏宝地",
"572868": "去劝说约会者保持安静",
"937052": "人群",
"982580": "打倒突然出现的东西",
"1015772": "「唤醒」种子",
"1219332": "进入绀田村的井下",
"2073551": "须弥告示牌宝商街",
"2320220": "前往海乱鬼的营地",
"3109303": "雪山活动赠送家具",
"3274540": "与鲁道夫对话",
"3306692": "与扎卡里亚对话",
"3695553": "对话测试任务",
"3756164": "给花种浇水",
"4332228": "等待至次日",
"4342308": "与五郎对话",
"4411716": "和兰非拉一同返回营地",
"4670732": "到达无郁稠林",
"4738863": "哎呀!海盗想长大!",
"6149556": "清理风啸山坡的陨石(删除)",
"6284766": "与「掇星攫辰天君」对话",
"6625105": "在绝云间内寻找仙人的线索",
"7204620": "言灵线索3创生对话",
"7220332": "前往云中仙居寻找图纸",
"7705444": "与派蒙进行讨论",
"8615975": "平凡的纪念",
"8960724": "和封印前的残魂对话",
"9103135": "一曲瑶琴与谁听",
"9112020": "与兰般度对话",
"9277164": "向寝子回报",
"9281524": "控制小贼对话用",
"9443444": "与马鲁夫对话",
"9920244": "穿越障碍,尽快抵达终点",
"10022636": "协助留云借风真君完成烹饪",
"10424956": "与派蒙对话",
"10476588": "开花刷suite",
"10607292": "与花散里交谈",
"10720951": "消灭丘丘人",
"10909644": "监测看见兰那罗",
"11348943": "前往醉汉峡",
"11416556": "前往「天光流泻之处」",
"12265428": "返回和裕茶馆与博易对质",
"12570734": "将铁块带给阿三",
"12635310": "与石头对话",
"12897567": "进入安柏地城",
"12952324": "围观被围攻",
"13229860": "对话中鸟笼切换",
"13446596": "进入遗迹",
"14059247": "男子汉杰克的男子汉之路",
"14312004": "调查房间中央的容器",
"14335399": "万端珊瑚事件簿·它的认可",
"14537132": "与大伴对话",
"14762548": "击败可疑的愚人众手下",
"14999516": "与扎卡里亚对话",
"15190364": "向蒂玛乌斯回报「烟霰魔药」的效果",
"15227600": "寻找并持有三份小麦",
"16081903": "2号房间-战斗成功、获得钥匙任务标记",
"16094400": "触发开车和镜头注视",
"16230740": "与言笑对话",
"16304356": "选否保护黑屏",
"16379280": "前往询问怀尔德",
"16577700": "探索区域并且取得灵药",
"16720332": "漂流瓶2",
"17546172": "前往密室内部",
"17558332": "调查货物",
"17782420": "在四周搜索",
"17918260": "将一份杏仁豆腐交给一柱",
"17974004": "家政挑战:浇水",
"18425724": "最后对话调时间",
"18527900": "前往阿如村村长家门口",
"18618028": "休息到第二天(6点-24点)",
"18737543": "宝贝计划",
"18797068": "与妮露回到剧场",
"18873716": "与昆钧会合",
"18898974": "海灯节任务奖励",
"18946676": "与豆助和柴助对话",
"19422708": "前往探望言笑",
"19895400": "追击深渊教团的敌人",
"21050503": "阿什克NPC送礼任务",
"21437686": "向酒客们打听「最强战力」的事",
"22173033": "前往「遗迹」寻找碎片",
"23169054": "靠近望舒客栈开车",
"23194676": "将美味的萝卜时蔬汤交给汤米",
"23739071": "二重证据",
"23987292": "隐藏-播第一个cutscene专用",
"24163655": "腐殖之牙",
"24200732": "回去找长次吧",
"24367524": "与老图对话",
"24554668": "(废弃)将枪插在石头上",
"24884159": "消灭深渊教团的袭击者们",
"24906788": "机关开启",
"24948324": "前往璃月的冒险家协会",
"25040596": "隐藏获得道具",
"25185012": "进行一次玩具制造",
"25279452": "向芙萝拉道歉",
"25414732": "与芬德对话",
"25664788": "等待至翌日前往广场(次日12点-18点)",
"25932660": "向莫娜打听占卜的进度",
"26108895": "寻找坐点玩法",
"26121324": "将准备好的材料带回重云处",
"26368015": "乘风追逐并击败特瓦林",
"26500279": "藏石者言",
"26717511": "装点一新",
"26898199": "死域观测站失落2(隐藏任务)",
"26918801": "繁忙的冒险家协会",
"27424966": "向志华回报",
"27596172": "离开天守阁",
"27664143": "肉食者,布洛克",
"27871748": "为安娜演示操纵风之翼的方法",
"28234372": "跟上考古队成员的脚步",
"28633652": "等待到第二天早上9-11点",
"28687767": "武者的宿命",
"28981316": "炼化检测1",
"29011580": "战斗C判定A",
"29339975": "拍卖博弈",
"29497076": "日记出现",
"29702212": "与阿贝多对话",
"29981780": "与玉京台上的人对话",
"30562167": "奥博伦玩法白盒任务",
"30657844": "与塔列辛对话",
"30850652": "前往惑饲滩",
"30888631": "击败深渊教团的敌人",
"31196455": "隐藏-兰那罗小游戏-顺序击破3",
"31639604": "隐藏判断任务存在",
"31752588": "孤岛陷阱",
"32004892": "隐藏任务用于潜行失败播放开车1",
"32037548": "与散兵对话",
"32270412": "前往绯云坡跟踪知易",
"32467772": "猜猜第三个灯谜",
"33043292": "调查眼前的神秘之门",
"33116220": "前往城中寻找下一个演员",
"33502956": "将信物带去无妄坡,交给胡桃",
"33640184": "酒已经调好,快去给酒豪喝吧!",
"33671484": "击败戚楠身边的深渊怪物",
"33890524": "问道本心",
"33934039": "蕈兽引起的混乱",
"34172712": "烹饪甜甜花酿鸡",
"34250124": "尝试了解现场的情况",
"35172692": "与顺吉一同前往「天目锻冶屋」",
"35274748": "和兰纳真对话",
"35525620": "唤雨之森机兵10完成",
"35733468": "(hide)回滚隔离环",
"35865676": "继续跟随气息寻找线索",
"36080348": "寻找安娜",
"36335940": "与班尼特对话",
"36614479": "自律机关能源研究·绪论",
"36830279": "钓鱼的隐居高手送礼任务",
"37151324": "对话2",
"37299964": "与柯莱道别",
"37623084": "与出现在层岩巨渊的矿工对话",
"37780434": "询问索拉雅关于附近的传说2",
"37827348": "开启挑战",
"38767628": "与抢走货物的浪人对话",
"39159620": "击败出现的秽灵",
"39238316": "了解参拍者的想法",
"39296668": "与阿旭对话",
"39379572": "与丘丘人对话",
"39479188": "调查飘出香味的锅",
"39740911": "无忧节后部分常驻组对话任务实现",
"40381044": "前往「木南料亭」",
"40468396": "放置信标",
"40986780": "清理元素紊乱点1",
"41230964": "打黑烟1",
"41679772": "播放cs 隐藏",
"41753948": "挂百闻传送功能",
"41944924": "找出跟踪者",
"42063516": "与诺艾尔对话",
"42192788": "前往木漏茶室",
"42239732": "与火炽之心对话",
"42247708": "与阿幸对话",
"42383764": "与拉姆齐对话",
"42599551": "永不停歇的修炼",
"43110452": "与卢卡对话,进入酒馆",
"43354951": "花船前置任务",
"43620951": "隐藏克里托夫计时器",
"43754292": "将相应材料交给小安",
"43755588": "跟随藤原俊子前往营地",
"44204380": "将信交给博来",
"44710852": "隐藏判断晚上19-23点",
"44846148": "寻找柳达希卡",
"45373209": "望舒须筑阶",
"45873936": "与安东尼对话",
"46408228": "前往资料室打听情报",
"47155231": "食莲者后续源一郎",
"47602694": "用「火」加热大锅203隐藏状态",
"47883964": "与纪芳对话",
"47980572": "再次与纳西妲交谈",
"48070852": "【废弃】返回将草药交给小孩子",
"48154510": "追逐I",
"48323220": "与思妤对话",
"48668524": "陪寝子离开",
"48726516": "聆听房间里的声音",
"48998644": "跟随星星指引找到终点",
"49019388": "击退愚人众",
"49890116": "与玉霞对话",
"50630948": "到达「无郁夷摩」",
"50695700": "寻找「大肉丸」的碎片",
"51136684": "与优菈对话",
"51365796": "鬼婆婆闲置对话任务",
"51382247": "兰纳罗小游戏2",
"51388884": "与兰罗摩对话",
"51780004": "击退盗宝团",
"51803180": "燃放烟花引开守卫",
"52853924": "离岛间谍-中间对话",
"53475836": "前往喀万驿",
"53815079": "冒险家,安娜!",
"54969916": "向阿桂回报",
"55039543": "三个心愿",
"55083103": "无怨送礼任务",
"55408324": "接取料理王二阶段",
"55979204": "向云堇回报情况",
"56189327": "以反抗之人的名义",
"56689868": "与索赫尔对话",
"57185662": "前往香菱提到的地方",
"57308143": "「夺宝」小行动",
"57674248": "完成找猫猫",
"58145412": "为优菈调制指定饮品",
"58206140": "前往拾取耶然草",
"58374612": "击退蕈兽",
"59521252": "与泽维尔对话",
"59592476": "空闲对话控制",
"59750044": "解放所有「高门之火」",
"60646452": "等交付",
"60647852": "与万叶整理信息",
"60746233": "「冒险家」的能力极限",
"61016108": "前往指定地点",
"61063004": "与松本对话",
"61436852": "与醒来的志琼对话",
"62171940": "救出胭儿",
"62175639": "全能美食队·厨道的极意",
"62781796": "寻找迪娜泽黛",
"62844576": "与艾拉·马斯克对话",
"62882415": "C",
"63723268": "制作「美味的香嫩椒椒鸡」",
"63763700": "继续向前探查",
"63792980": "寻找芭芭拉",
"64388071": "芙萝拉NPC送礼任务",
"65297284": "隐藏传送回大世界",
"65340380": "与兰纳迦一同前去寻找「耶然草」",
"66147380": "查看伤兵的情况",
"66183396": "跟踪熟悉的身影",
"66312846": "前往璃月港",
"66364068": "在指定地点与阿瑠交谈",
"66610988": "与茅葺对话",
"67089196": "抓捕一保底",
"67545052": "与派蒙对话",
"68776951": "隐藏-小轻策创建任务",
"68839220": "前往群玉阁",
"68980626": "获得宝藏",
"69053188": "启动「普尔希娜光钉」以封闭地脉喷口",
"69675460": "顺着沟渠寻找货物残渣",
"70135471": "苗圃梦见花种植计时任务_08",
"70895196": "与戴因对话",
"71074700": "与出现的巡林员对话",
"71335020": "依次确认战备情况",
"72291740": "前往清泉镇附近,寻找舒伯特",
"72431063": "掉下去,吹起来",
"72438740": "回去向梶报告",
"72716384": "去二楼露台寻找琴",
"72735183": "talk完成接取任务测试2",
"72831852": "向萍姥姥汇报",
"72888866": "获得宝藏",
"72921628": "*废弃",
"73067332": "与萨义德对话",
"73246500": "跟随机械螃蟹继续调查",
"73502732": "种植完成等待天数_07",
"73509892": "与众人对话",
"73698628": "驾船前往「宝藏」所在之地",
"73951502": "与派蒙交谈",
"76408060": "与乌尔曼对话",
"76772428": "与派蒙对话",
"76960735": "死域观测站唤雨2(隐藏任务)",
"77993304": "与杰克对话",
"78370308": "前往璃月冒险家协会找凯瑟琳",
"78430092": "假扮巫女首次对话",
"78914540": "击败对手",
"78963508": "前往湖底的封印之处",
"79074780": "前往标记地点附近留影",
"79238188": "与提纳里对话",
"79703326": "观察铃铛(待隐藏)",
"79993708": "继续追踪痕迹",
"81074372": "激活机关",
"81720207": "望舒外送",
"82130783": "风花节研究报告",
"82509400": "酒豪的评价:恐怖!",
"82569268": "村长前置",
"82574828": "转动「桓摩达」",
"82722092": "前往被盗宝团占据的营地",
"83414836": "与众人对话",
"83637340": "拿回驱虫装置",
"84557308": "在元太那里开始豪鼓祭演",
"84633916": "与众人交谈",
"85783620": "跟随星星指引找到终点",
"86352700": "前往愚人众的据点",
"86516916": "与盗宝团对话",
"86632191": "隐藏-兰那罗小游戏-顺序击破1",
"87290236": "与清昼对话",
"87926020": "探索四周,设法启动巨型装置",
"88567452": "古树碎片CS",
"88657031": "与丽莎对话",
"88982436": "与一斗交谈",
"89226316": "开车任务2",
"89577838": "询问小蒙",
"90154033": "冒险等阶突破·二",
"90694188": "与宵宫对话",
"90868028": "与派蒙对话",
"90943680": "调查全部遗迹",
"90956004": "对话4",
"90983188": "上前查看情况",
"91316878": "询问香菱对食材是否满意",
"91718284": "清扫路障",
"91867548": "继续向村民打听情报",
"92742816": "完成对话",
"92901343": "沙漠苗圃后续奖励管理2",
"92942146": "与璐璐对话",
"93046460": "跟上豆助和柴助",
"93595663": "鹿野奈奈的健康饮食计划",
"93788004": "捕捉蕈兽",
"94098380": "指导小蒙进行烹饪",
"94609284": "回到图书馆寻找诺艾尔",
"94997660": "隐藏-完成三个楔子后播reminder用任务",
"95105652": "在轻策庄周边清扫魔物",
"95354700": "前往「钵参花」所在的山洞",
"95975399": "祭典后话",
"96121988": "与杰克对话",
"96456388": "调查绘马架",
"96499700": "巫女创生用 绀田村",
"96564388": "利用元素视野寻找海妮耶",
"97107276": "与派蒙对话",
"97798436": "将赤念果交给扎卡里亚",
"97835636": "与阿芬迪对话",
"98748012": "关闭自律攻击",
"99389742": "向酒客们打听「最强战力」的事",
"99774916": "修理绘马架",
"100361652": "渊下宫白天任务完成",
"100432996": "与阿拉米对话",
"100529508": "和伯桓子对话",
"101200100": "前往第一处变异点进行调查",
"101402924": "控制Group刷新",
"101525572": "接触机关",
"101713463": "记忆中的沙丘",
"101962676": "进入「仇忌森动之寮」",
"102055956": "前往摘星崖",
"102437196": "将「蒲公英籽」交给芙萝拉",
"102617876": "凋零之森机兵1完成",
"102780764": "桥接任务B",
"102839775": "来自某位「神明」的凝视",
"102900488": "创新-史莱姆清",
"103130756": "与萍姥姥谈话",
"103339580": "前往冒险家协会旁的公园等待芭芭拉",
"103721820": "前往望舒客栈转转",
"104139516": "前往「木漏茶室」",
"104153764": "前往西风大教堂",
"104174959": "蒲公英籽,随风而去",
"105361807": "亘古的苍星",
"105822721": "寻找太山府附近的可疑机关",
"105946012": "前往雪山下的营地",
"106117023": "与派蒙对话",
"106371260": "判定进圈",
"106380452": "解开蛇心之地祭坛的谜题",
"106440972": "与另一个愿意交流的丘丘人对话",
"106484188": "将相应材料交给小昭",
"106594404": "寻找丢失的零件",
"106814807": "击败来袭的敌人",
"106875695": "和派蒙隐藏对话",
"108061868": "向托马寻求情报上的帮助",
"108687468": "击败遗迹守卫",
"109765988": "前往望舒客栈旁的树林",
"109812068": "与众人讨论眼前的封印",
"111152028": "解冻所有「碎片」",
"111320972": "通过间谍获取情报",
"111431916": "与莺儿对话",
"111603508": "找到从密室逃脱的办法",
"112623612": "与派蒙对话",
"112966348": "前往明星斋取物件",
"113249884": "参加清泉镇附近的捕猎",
"113256988": "拾取「钵参花」",
"113427391": "万端珊瑚事件簿·稍欠灵光",
"113752748": "到约定地点与迪娜泽黛对话",
"113938588": "劝服成功对话",
"114286103": "学者与传说",
"114386676": "跟孙女对话",
"114527924": "前往「荣光之风」",
"114535088": "前往商铺购买石珀",
"115440860": "区域检测开车",
"115937420": "护送货运热气球至弗朗西斯处",
"116003023": "海上拾玉",
"116020852": "与唐无仇对话",
"116092168": "将茂才公的计划告知行秋",
"116386092": "隐藏-倒计时专用缓冲任务",
"116836628": "隐藏-低级的宝箱开启",
"116874100": "及时返回村庄",
"116907180": "解除死域,采摘「一头菇」",
"117537300": "与温迪对话",
"117632212": "进入洞口与阿加菲娅对话",
"117736583": "街头巷尾的温暖韵律",
"117756380": "获得城下町间谍的信任",
"119022460": "前去打探镀金旅团",
"119178260": "前往第五个点观察",
"119252063": "兰那罗唤醒06",
"119295076": "将餐品送给乔姨",
"119663588": "深入洞窟,寻找优丹",
"120031231": "跑,希尔米,跑",
"120150063": "望舒外送",
"120292620": "暗号对话1",
"120295636": "石板4",
"120475783": "2号房间-完成标记任务",
"120740068": "等到第二天8点-12点",
"120936636": "与正二对话",
"121327228": "与甘乐对话",
"121652991": "十三机兵隐藏挑战4个boss",
"121680804": "玩家选错香嫩椒椒鸡",
"122027348": "等到第二天的隐藏任务",
"122182423": "畅畅和她的小伙伴",
"122254988": "逃离遗迹",
"122549876": "请在白天工作时间找小昭办理业务",
"123501668": "击退丘丘人",
"123559972": "击败黑蛇骑士",
"123639116": "清理围困兰那罗的怪物",
"123688188": "根据藏宝图上的线索搜寻宝藏",
"124289820": "完成对话·笔记",
"124303084": "将山石放入盆景",
"124399604": "向掌柜淮安打听弗里茨的事",
"124585167": "质料恒常无易",
"125132599": "阿拉耶什的果酱需求",
"125629948": "与孩子们对话",
"125851972": "与久利须对话",
"125989919": "几原凯送礼任务",
"126165540": "向凯瑟琳询问莫娜的去向",
"126291521": "市井",
"126622444": "与寡言的廷方对话",
"126916732": "前往乘风之处",
"127296452": "判定完成",
"127322644": "判定进圈",
"127863052": "与托马对话",
"127880292": "与清昼对话",
"128098724": "与一成对话",
"128510673": "解除好睡族封印",
"128594060": "与翔太对话",
"128880324": "触碰「纸垂」",
"128968500": "与纳西妲对话",
"128994639": "黑泽京之介送礼任务",
"129256108": "回骑士团向凯亚汇报",
"129828828": "向言笑回报",
"129850732": "交付回滚隔离",
"130028068": "与手岛先生对话,了解情况",
"130177639": "途中与市民交谈(葛瑞丝)",
"130567961": "在轻策地区寻找碎片",
"131298180": "独自寻找妖邪的线索",
"131441244": "在附近打听情报",
"131804252": "(活动开启任务)",
"131936732": "前往犯人所在地",
"132497716": "与兰罗摩对话,进入莎兰树的梦",
"132760348": "第三个小游戏",
"132829140": "沿路寻找「星银矿触媒」",
"132838828": "与好奇的子瑞对话",
"133027113": "圆滚滚的大团骚乱!",
"133106820": "向墨田回报",
"133146836": "与玉霞对话",
"133341788": "等待到第二天上午10点-12点",
"133347972": "和海亚姆对话",
"133685396": "将三份史莱姆凝液交给阿金",
"133926860": "海灯节领取任务",
"133990052": "记录栖木供奉",
"134069036": "向阿宽回报",
"134125095": "帕丽莎NPC送礼任务",
"134266324": "前往「天光流泻之处」",
"134702180": "与众人对话",
"134754713": "鸽子、鸭子、小孩子",
"134777676": "与班尼特对话",
"135468204": "与地脉镇石交互后leave weather",
"135556228": "座点7",
"135631271": "突然出现的不速之客是…",
"136040912": "与帕琪对话",
"136120716": "陪同影逛街",
"136540716": "寻找装置缺失的晶核",
"136663087": "甘乐送礼任务",
"137218372": "埋藏之宝",
"137252348": "与守门的愚人众交谈",
"137486470": "与常九爷对话",
"137512436": "前往奥藏山拜访留云借风真君",
"137999076": "回去向拉菲克说明情况",
"138205316": "挖掘埋藏之物",
"138725796": "开启了挑战,失败回滚上一环节",
"138807236": "探查周围环境",
"138922932": "与墨田对话",
"139510319": "云之海的仙兽",
"140092356": "正常钥匙reminder",
"140097876": "衔接用隐藏任务",
"140341412": "前往根付之源寻找龙二",
"140748068": "隐藏-第一次引导后-千岩军的对话",
"140762220": "判定言灵关键环完成",
"140896756": "完成第三幕的拍摄",
"140982135": "前往清泉镇,安抚众人情绪",
"141025439": "隐藏克里托夫给饮料1",
"141242580": "试着与内尔森交流",
"141497236": "偷听轰大叔与德田的谈话",
"142080356": "隐藏回滚隔离",
"142163900": "与杜兰对话",
"142648612": "来到山顶后判断是否看到壁画",
"143069420": "隐藏等待一日",
"143107476": "击败发狂的武士",
"143517810": "回滚隔离",
"143798511": "灯火阑珊处",
"143868892": "击败若陀龙王",
"144516004": "前往乌有亭二楼",
"144620183": "折箭觅踪",
"144871752": "询问帕拉德",
"145080711": "与温迪对话",
"145174876": "击败急冻树",
"145332607": "等待卫兵离去",
"145461756": "为艾登和卡里玛做示范",
"145833188": "挑选一本合适的轻小说",
"145895836": "与阿金对话",
"146271660": "调查周围找到开门的方法",
"146402988": "留下提示刻痕与甜甜花酿鸡",
"146702476": "前往作画地点",
"147128956": "寻找清籁岛上的冒险家",
"147981751": "隐藏任务用于播放八重神子最后的闲置对话",
"148271548": "解锁5个封印",
"148534112": "与莎拉对话",
"148911140": "与「式大将」对话",
"149198009": "宝物…来者不拒!",
"149466084": "前往摘星崖,采摘三份蒲公英籽",
"149586660": "与NPC对话",
"149810236": "打破三组「须陀流心」",
"149904428": "隐藏任务用于切换派蒙的虚空状态",
"150131684": "*废弃",
"150745558": "比赛倒计时、计分判断用",
"151131988": "与芭尔瓦涅对话",
"152049684": "为凯亚调制指定饮品",
"152389089": "鸽子习惯一去不回",
"152439972": "击败苏醒的稻妻装置",
"152572004": "询问蒙德的凯瑟琳",
"152634876": "与铁块对话",
"152859510": "前往「明霄灯」建设现场",
"152990708": "与提纳里汇合",
"153450676": "与兰罗摩对话",
"153541388": "与刘苏对话",
"154420412": "接取任务用隐藏任务",
"154610084": "充能镜头",
"154809736": "对话生气的艾琳1",
"155590276": "与立本对话(任务面板隐藏)",
"155658924": "二郎笼子开启时强制对话",
"155753841": "芭芭拉线玩法白盒",
"156138556": "与荷贝特和凯万对话",
"156369657": "传香",
"157082732": "与魈对话",
"157086060": "救出优丹后对话",
"157380439": "第11张画",
"157993264": "先询问查尔斯对酒的意见",
"158323668": "与胡塞尼对话",
"158444983": "巨大爪痕开车",
"158689092": "继续深入鹤观",
"158705964": "寻找下一位被夺去神之眼的人",
"158867740": "找到海灯图标记的位置",
"159066327": "望舒外送",
"159125884": "陪班尼特在附近散步",
"159325556": "前往南码头见幕后之人",
"159659532": "陪同胡桃前往冒险家协会",
"160041916": "隐藏-跟阿旭接取层岩巨渊主线",
"160598980": "击败来袭的愚人众",
"160682684": "与阿倍良久对话",
"160824156": "切肉",
"161132647": "解除风龙废墟封印",
"161276060": "与瓦尔坦和古尔根对话",
"161850487": "贾汉的调味料需求",
"162175332": "自然时间等到第二天",
"162227348": "消灭史莱姆,寻找戒指",
"162535908": "与安东尼对话",
"162846412": "抵御对方的攻势",
"163595396": "与派蒙对话",
"163703686": "与凝光对话",
"164633279": "岚姐送礼任务",
"164671884": "隐藏-挖出宝箱",
"165478804": "与烟绯对话",
"165955020": "与绫华对话",
"166403764": "开启所有宝箱",
"166759380": "调查遗迹守卫的线索",
"166887716": "与提纳里对话",
"167165543": "与派蒙对话",
"167290060": "可能加个镜头展示空旷",
"167304772": "与大伴对话",
"167513652": "清理小陨石(删除)",
"167666156": "寻找矿石文献",
"167935415": "绀田事话",
"169348076": "前往屋檐上方搜寻小团雀的巢",
"170203548": "前往盗宝团营地",
"171244204": "将盆景左右两侧转换为磐固山石",
"171490209": "寻找失踪的精灵",
"171510676": "战胜附身在信悟身上的灵魂",
"171553671": "清籁逐雷记·其四",
"171821929": "追逐暗影",
"171989108": "与兰罗摩对话",
"172301532": "前往巡查,并清除障碍物",
"172425916": "前往万民堂",
"172435807": "苗圃梦见花种植计时任务_05",
"172874215": "御前决斗",
"172946228": "隐藏任务:艾尔海森摸罐子CS",
"172954180": "与艾伦对话",
"173240364": "回去和拉菲克对话",
"173540236": "寻找甜甜",
"173745375": "调皮小嬢送礼任务",
"173797460": "把重物搬上船",
"173903284": "(hide)删除船只",
"174401708": "前往「天使的馈赠」摊位",
"174613807": "魔物引起的混乱",
"174637692": "拉妮休息对话",
"175410148": "与雅瓦娜尼对话",
"176159828": "预留",
"176386047": "蒂玛乌斯NPC送礼任务",
"176970671": "隐藏判断地脉树reminder",
"177115068": "解锁传送锚点进度记录",
"177228428": "(hide)和投影门4对话",
"177281407": "单元测试",
"177437892": "与大家讨论",
"177455492": "打倒所有盗宝团",
"177789908": "跟随气息的踪迹,寻找食材",
"177828468": "向查耶维奇报告",
"177978596": "等到第二天早上(次日8点~12点)",
"178534871": "阿创送礼任务",
"178646252": "与派蒙对话",
"179088999": "给丽莎挑选花",
"179104300": "把食物送给竺子",
"179390092": "询问大家的口味(0/3)",
"179531204": "与阿金对话",
"179953855": "七本刀彩蛋",
"180655820": "前往丘丘人营地",
"180800132": "前往合适的地点与芷巧沟通",
"181827484": "追上小六(>30米失败)",
"182108273": "离岛大告示板 (2",
"182146871": "判官儿送礼任务",
"182271676": "活动界面接取任务",
"182573220": "拿到盗宝团所携带的徽印,并带给加尔恰",
"183183236": "放置供物",
"183662196": "沿道路前进",
"184459796": "击败魔物开启宝箱",
"184470111": "花影瑶庭·其二",
"184639060": "与拉娜对话",
"184682484": "前往第七个点观察",
"184747652": "前置演出,知道兰那罗",
"185528593": "与石碑对话",
"185805796": "跟随芭芭拉",
"186027364": "与盗宝团成员对话",
"186057900": "与阿外交谈",
"186534449": "离心",
"186663215": "拿到剑冢中心宝物",
"187139804": "隐藏-跟阿旭对话",
"187429076": "进一步寻找痕迹",
"187777236": "看过壁画后卸载指引B,随后来到山顶",
"188128084": "试玩「玲珑霄灯图」",
"188144086": "在材料堆放区调查",
"188420132": "向绀田村的柴门克巳回报",
"188650060": "利用草元素让兰那罗苏醒",
"188775492": "与瑾武对话",
"189004940": "和迪希雅对话",
"189646074": "寻找宝儿丢失的东西",
"189838391": "辣味饮料的原料之一",
"189902180": "向贾汉吉尔询问情况",
"190022116": "玩家选错水煮黑背鲈",
"190564788": "回岩上茶室调查规划书",
"190742892": "测试失败",
"190843252": "完成间幕1",
"190888444": "整理营地",
"191365500": "火把迷阵",
"191645420": "前往黑暗洞穴",
"191693500": "判断进入壶4",
"191790684": "与久岐忍对话",
"191888468": "找到小姜",
"192083921": "海灯节可疑小贼npc控制",
"192622884": "破坏「栖木」",
"193466119": "月盈之刻",
"194027324": "在绯云坡寻找合适的地点",
"194074084": "调查营地的货物",
"194475780": "品尝菜肴",
"195248844": "判断是否看过壁画",
"195314636": "调查区域,回收石板",
"195620340": "用来检测是否开启了其他的任务",
"195692988": "与戴因斯雷布对话",
"196295612": "放置勘测信标",
"196515164": "清除怪物营地1",
"196615918": "与陌生男子对话",
"196749724": "彩蛋3 爬架开车提示",
"196813756": "竹签·大凶(抽到竹签变量1,交付竹签变量0)",
"196837769": "试问,藏锋何处?",
"198061100": "前往巡查,并清除障碍物",
"198215232": "询问莫罗",
"198385833": "酒自有滋味",
"198450124": "与申鹤对话",
"198573177": "在轻策地区寻找碎片",
"198921292": "回收信标",
"198960292": "与鹤观人对话",
"199520828": "清理田地里的陨石",
"200069780": "前往试胆大会会场",
"200230492": "与班尼特对话",
"200823876": "完成对话",
"201339884": "选择蕈兽的名字",
"201647540": "与朝仓对话",
"202009230": "寻找声音来源",
"202134324": "与影交谈",
"202682364": "跟随芭芭拉",
"202849748": "与杂货店的葵小姐对话,了解情况",
"203276556": "降低水位",
"203312380": "返回「品梦一刻」确认现状",
"203469975": "按部就班",
"203548972": "与赫塔对话",
"203933172": "向前搜索龟井宗久的踪迹",
"204528007": "「海祇之心」",
"204657108": "寻找宝藏",
"204915380": "完成解谜",
"205335996": "与龙二会合",
"206163367": "如何对敌?",
"206663479": "被错置的海螺",
"206764287": "特效管理",
"207129484": "与小月对话",
"207806876": "给店铺「葱茏之愿」及店主留影",
"208067862": "传送出来,同时回滚",
"208211020": "查看「塞钱箱」的情况",
"208368079": "与派蒙对话",
"208757194": "与宝儿交谈",
"208916609": "在绝云间内寻找仙人的线索",
"209018212": "向龙二回报",
"209045372": "击败来袭的怪物",
"209541652": "和兰贡迪一起找到「枝」",
"209652180": "与豆助和柴助对话",
"209741956": "前往阿金推荐的地点",
"209916823": "三界路飨祭·前夜",
"210307364": "前往迪弗旧窟",
"210355980": "初次任务完成检测(废弃)",
"210751628": "取得「被风史莱姆吹拂过的风车菊」",
"210967308": "回群玉阁与凝光交谈",
"211113764": "与安贞的残影对话",
"211524340": "将三朵风车菊交给阿尔弗雷德",
"212190148": "寻找标记地点",
"213150148": "寻找宝藏",
"213605468": "回滚隔离",
"214112471": "风暴后遗症",
"214280980": "与云堇对话",
"214288554": "找到藏起来的孩子",
"214364868": "在七座御陵墓石前献上珊瑚真珠",
"214577588": "采摘新鲜的花",
"215194692": "与NPC对话",
"215321772": "幕间·大贤者阿扎尔的疑虑",
"215544364": "触发对话用",
"215839316": "寻找「拉勒」",
"216353900": "检测是否打破雪堆",
"216729132": "解救被怪物围攻的工人",
"217079732": "与寝子对话 隐藏",
"217258572": "寻找可以进入的洞窟",
"218005815": "霄灯材料发奖励用任务",
"218333786": "打碎琥珀,找到萍姥姥的盒子",
"218929500": "回到中央,启动装置",
"219212076": "与戈尔珊对话",
"219577484": "与曲清对话",
"220486950": "BOSS战后接剧情对话",
"221119540": "前往万民堂",
"221314700": "打黑烟2",
"221357671": "向雷泽了解救治伤狼的办法",
"221566132": "与莎拉对话",
"221820020": "前往能看见死兆星号的地方",
"222115548": "向留云借风真君回报",
"222305844": "返回店铺",
"222937316": "击败树上的蕈兽",
"222998948": "9骑士",
"223961788": "和兰那罗交谈",
"224221012": "将准备好的菜品带给汤雯",
"224361180": "将材料运到楼上",
"224458260": "给璃月百合浇灌精华液",
"224843916": "废弃",
"224959556": "处理约会NPC",
"225008492": "与阿米尔交谈",
"225147020": "在城里找朋友聊聊",
"225212716": "等待到第二天上午(8:00-10:00)",
"225351580": "找玛乔丽对话",
"225361012": "在奔狼领搜索与深渊教团有关的线索",
"225742751": "清籁旧忆",
"225974700": "为罗莎莉亚调制指定饮品",
"226239956": "狂风之核成功",
"226405380": "继续深入,击败敌人",
"226433644": "寻找朱莉",
"226452324": "跟踪知易",
"227017628": "与芭芭拉对话",
"227157044": "击败「漩涡的余威」跋掣",
"227863143": "艾迪丝博士NPC送礼任务",
"228406063": "与NPC交涉失败-战斗环",
"228727244": "击败蕈兽",
"228935564": "带申鹤到附近临时旅店休息",
"229190948": "与心海一起完成和谈",
"229340412": "为兰阿帕斯取水",
"230343876": "整理营地",
"230365236": "对话任务记录进度1-3(自动)",
"230953476": "播放cs并且切scenetag",
"231299404": "打倒璃沙郊地区的盗宝团",
"231353432": "收集「破损的面具」",
"231612652": "放出漂流瓶",
"231811764": "隐藏与阿傻女儿对话(可选)",
"232192012": "等交付",
"232246132": "在大树上搜索三处「风」的痕迹",
"232268172": "交付草药3",
"232344044": "与提纳里一同去采药",
"232399060": "调查施工日志",
"232444428": "前往捉鬼兜虫的地点",
"232493300": "寻找供奉在纪念石前的供物",
"232993580": "倾听并解决蒙德居民的烦恼",
"233028036": "等到次日傍晚(18:00-20:00)",
"233698663": "竺子送礼任务",
"233735188": "协助田铁嘴完成取材",
"233786860": "探索周围寻找出口",
"233891956": "与莎拉对话",
"234942785": "对话编辑器测试任务",
"234991398": "前往约好的地点,与信主碰头",
"235035156": "追踪遗留的痕迹",
"235097436": "与帕拉德对话",
"235162596": "开花",
"236056924": "江舟A1",
"236355716": "与派蒙对话",
"236973596": "跟随龟井宗久",
"237090193": "(弃用)",
"237536636": "前往乌有亭完成轻小说",
"237560559": "开始飞行特训",
"237612732": "开门3对",
"237990732": "与托克对话",
"238152572": "将回信带给翠儿",
"238281852": "*隐藏*呼出能量网",
"238360692": "与「剑鱼二番队」成员对话",
"238374919": "击败史莱姆",
"239429212": "取得第三则「记忆的铭文」",
"239439876": "继续往里走,寻找情报",
"239446748": "北透明遗迹方尖碑对话",
"239564175": "织梦之森其一",
"239981484": "与雷锤前锋军对话",
"240135444": "在「蓄财之地」寻找哈特姆",
"240191100": "回滚隔离",
"240447967": "踩中2号触发器",
"240509268": "将一份能吃饱的料理交给一成",
"240517800": "前往询问艾拉·马斯克",
"240594239": "艾莲娜NPC送礼任务",
"241343628": "前往可疑点调查并消除威胁",
"241452198": "听慕胜的故事",
"241983796": "跟随提纳里去别处详谈",
"242013124": "了解参拍者的想法",
"242270662": "与派蒙对话",
"242445636": "前往「无郁夷摩」",
"242786479": "层岩菌类调查",
"243326108": "与卖力的西瑞对话",
"243329884": "与众人讨论岛屿的变化",
"243595636": "监听是否获取海螺2号",
"243853796": "监测看见黑烟1",
"244430724": "观察忍犬反应",
"244514372": "进入地下室",
"244538056": "前往询问怀尔德",
"244668601": "花见坂大告示板",
"244673244": "安抚竺子",
"245353804": "前往上船点",
"245470132": "从出口离开陷坑",
"245639967": "G",
"245654084": "选取适合的调料",
"245991228": "前往秘境,守住大门",
"246369772": "前往水池中岛上的笔记遗留之处",
"246682476": "Cutscene",
"246816668": "与兰利遮对话",
"247102668": "阅读树屋二楼的笔记",
"247289223": "去年霄灯,今日古华",
"247514628": "向泽维尔回报",
"247680383": "与唐娜对话,了解情况",
"248114793": "至宝的现状",
"248476988": "击败「公义」",
"248704164": "寻找「兰那罗痕迹」",
"248911060": "前往低语森林调查",
"248953436": "拍摄画片,记录小灯草的生长环境",
"249109308": "寻找阿贝多",
"249281292": "前往光线明亮的地方",
"249447687": "第一次分析后对话的错误选择(隐)",
"249899831": "前往千风神殿",
"249911884": "与赛诺对话",
"249921412": "与派蒙对话",
"250481409": "红树寻宝任务Group4",
"250983564": "打倒所有魔物",
"251003732": "再次启动机关",
"251426828": "进入辛焱家",
"251717876": "前往「猎鹿人」",
"251747356": "刷出魔剑",
"252046868": "到楼下客座就座",
"252257516": "刷掉魔剑",
"252386732": "前往蒙德图书馆",
"252390972": "竹签·吉",
"252392980": "(隐藏)检测雪堆破坏,创建NPC",
"252567332": "与伤兵们对话",
"252798087": "为了一切向往生命的孩子们",
"252920516": "与夜兰对话",
"254150900": "前往须弥城",
"254385828": "任务前置提示",
"254927372": "拜访赛芭与阿凡",
"254986504": "清扫位于晨曦酒庄的七天神像",
"255208278": "与博来对话",
"255229607": "杰里的蒙德城美食回忆",
"255480668": "继续和长次对话",
"255904436": "废弃",
"256084097": "冒险就要勇于前进!",
"256193772": "废弃",
"256405012": "循着猫的足迹向前探索",
"256415303": "调查所有光束",
"256515540": "与亚琉对话",
"256933484": "在御前决斗中击败「女士」",
"257186044": "与菲谢尔对话",
"257629404": "与伊凡诺维奇对话",
"258018460": "放晴",
"258177036": "保护TransmitPlayer",
"258669980": "首次遇到假扮巫女",
"258755681": "搜索宝藏",
"258817636": "与葛罗丽对话",
"258823767": "乱象识真面",
"259185412": "测试跨场景npc指引",
"259325815": "talk完成接取任务测试1",
"259358959": "海的那头是故乡",
"259559188": "与胡塞尼对话",
"259626396": "*废弃",
"259800516": "(废弃)拍摄更多化石的照片",
"259876956": "追踪盗宝团",
"260117916": "前往阿贝多的营地",
"260444244": "前往可疑地点调查并消除威胁",
"260944220": "寻找安娜",
"261110884": "与申鹤对话",
"261576108": "封印「镇石」",
"261771079": "失败回滚、与安柏对话",
"262481255": "烈火踏歌行",
"262868276": "与哈特姆交谈",
"263019140": "完成演出·序幕",
"263493218": "没有接取任务,派蒙",
"263672017": "卢皮卡,即是命运的选择",
"263672412": "判断分数",
"263758375": "生不出的花",
"263824111": "幽夜默示录",
"264454792": "前往调查遗迹",
"264535556": "将三份兽肉带给大岛纯平",
"264588624": "清扫位于风起地的七天神像",
"264683260": "隐藏-老何唐无仇历史性会晤",
"265019868": "向丘丘人交付物品",
"265443958": "敲碎山路旁的琥珀救人",
"265569574": "深入遗迹,寻找食材",
"265961700": "参加比赛",
"266316772": "检测是否完成挑战1",
"266720780": "前往派蒙所说的位置",
"266860612": "壶内-退出前的开车",
"266979951": "离开酒馆",
"267273476": "休息,或是等待至早晨(6时~8时)",
"268132372": "设法解除封印",
"268841748": "与影交谈,确认她的状况",
"269438652": "与鲁克沙对话",
"269984814": "寻找宝藏",
"270467644": "开启游戏",
"270635743": "埋葬丰饶的沙丘·下",
"270636764": "放置测算用的信标",
"270652356": "隐藏控制器门",
"271607892": "提前完成小金字塔差分",
"271982724": "寻找钥匙",
"272065452": "找到海灯图标记的位置",
"272256252": "与参加宴会的各位对话",
"273114196": "隐藏与派蒙对话",
"273352716": "打听荒泷一斗的消息",
"273505103": "按指定路线限时飞抵终点",
"273517732": "跟随凝光,谨慎观察四周",
"273548800": "与诺拉对话",
"273953676": "跟随丹吉尔",
"273997632": "清剿魔物营地",
"274583535": "轻松的冒险初体验",
"274647068": "放置勘测信标",
"274931124": "继续探索",
"275300300": "和卯师傅对话",
"275375655": "寒锋送礼任务",
"275662460": "置入所有石板",
"276085838": "回璃月寻找「公子」",
"276295868": "前往踏鞴砂,寻找工匠",
"276607140": "前往「荣发商铺」,与东升对话",
"277742511": "鹤観彩蛋任务",
"277842289": "PC呼出鼠标教学",
"278800508": "破坏所有供能机关",
"278941721": "自由之都",
"279008961": "岩游记",
"279147252": "跟随北斗前往库房先生处",
"279731964": "机关1失败过",
"280189700": "向绀田村村长打听",
"280360116": "与莺儿交谈",
"280783172": "参加半决赛",
"280951940": "击败遗迹守卫",
"281028984": "清剿魔物营地",
"281491236": "去安静的地方与北斗细谈",
"281597116": "与阿凡对话",
"281657836": "查耶维奇战斗A结果判定",
"281866585": "解读碎片",
"281988112": "击退债务处理人",
"282028494": "完成秘境冒险",
"282612716": "返回海亚姆的营地",
"282793636": "寻找盗宝鼬的踪迹",
"283112796": "与拉娜对话",
"284197415": "愿仁义之人被仁义以待",
"284347756": "与魈对话",
"284452628": "特殊显示逻辑控制任务",
"284919390": "合成霓裳花精油",
"284945884": "前往灵药所在地",
"285297327": "隐藏任务控制大世界门",
"285501556": "与神里绫华对话",
"285545298": "与星火对话",
"285906198": "与魈对话",
"286383092": "寻找起始点任务2",
"286588839": "与温迪对话",
"287143074": "交付道具",
"287156524": "与凯瑟琳交谈",
"287304252": "隐藏任务,发失败的酒",
"287712012": "与长野原龙之介对话",
"288125615": "险恶的教喻",
"288133076": "对话任务记录进度2",
"288396844": "拍摄摊位,留取证据",
"288471364": "前往秘仪圣殿",
"288575484": "揭幕开始刷到suite6",
"288743660": "将霄灯送给鬼伯伯",
"288946860": "与志琼交谈",
"289180184": "向宁禄询问酒豪的信息",
"289191396": "四处搜索",
"289302212": "与艾斯特尔对话",
"289416967": "消灭丘丘人",
"289443540": "废弃",
"289562288": "根据杰克的描述找到怪物",
"289910673": "寻书巧遇江湖事",
"290163623": "终将到来的花神诞祭",
"290216964": "与提尔扎德一起前往遗迹附近",
"290759692": "与李锤子对话",
"291309780": "收集霄灯",
"291574903": "寝子是只猫·神社食谱",
"291637628": "击败出现的蕈兽",
"291765090": "前往遗迹,寻找奇怪的圆盘",
"291766252": "与「大方方铁块」战斗",
"291871708": "与清昼对话",
"291953056": "水地城通关神树指引",
"292144780": "检查沿途的路灯",
"292409233": "语言交流",
"292881052": "与派蒙对话",
"293373524": "(hide)销毁夜鸦雕像",
"293553276": "将回收的花交给芙萝拉",
"293866644": "*隐藏*透明遗迹1",
"293978988": "准备好后,和拉娜对话",
"294076068": "计时",
"294191556": "前往轻小说比赛现场报名",
"294258140": "铁门交付(隐藏)",
"294392055": "辣味饮料的原料之二",
"294673463": "不速之客",
"294991524": "与落石旁的西风骑士对话",
"296639848": "把餐费交给餐馆莎拉",
"296894063": "隐藏-层岩巨渊上层主线WQ结束后的阿志彩蛋对话",
"297067519": "海灯节D2-2解谜",
"297588511": "「海祇之牙」",
"298151500": "对话任务记录进度2-3(手动)",
"298165063": "与安柏对话",
"298664868": "带迪娜泽黛到附近休息",
"298668135": "在侧门布置「元素诱饵」",
"298877052": "循着猫的足迹向前探索",
"299157020": "前往「歇脚处」",
"300114086": "前往湖边清洗白萝卜",
"300137404": "讨价还价之武力征服",
"300815404": "到酒馆二楼与温迪对话",
"300866831": "万民鲜食",
"301183102": "前往可疑地点查看",
"301866087": "通关遗迹",
"301886775": "伊丽丝NPC送礼任务",
"302663364": "抵达孤云阁,与钟离交谈",
"302817924": "探索透明遗迹",
"303215980": "将捕捉到的螃蟹交给旭东",
"303436588": "监测看见黑烟2",
"303487344": "检查背包里要有道具-烈火精油",
"303870740": "【废弃】CS后最终对话",
"304225751": "展翼高飞",
"304498924": "杀戮检测2",
"304518935": "获得风龙泪滴",
"305014108": "前往画中描绘的地点",
"305154495": "远吕羽氏遗事·其五",
"305377400": "运送餐品给订餐人",
"305561164": "与胡塞尼对话",
"305901172": "第二天",
"305955564": "与吉法师对话",
"306047542": "任务隔离,防止回滚",
"306226036": "与北斗交谈",
"306494564": "隐藏任务用于莽进去刷怪",
"306647623": "希琳NPC送礼任务",
"307690348": "前往小仓屋",
"307804788": "和封印前的残魂对话",
"308257236": "在北面码头清理水面上的漂浮物",
"308262220": "解除死域,采摘「一头菇」",
"308442292": "与众人对话",
"308611244": "面见柊千里",
"308676828": "等待到黄昏之时(17:30左右)",
"308805924": "与阿提亚对话",
"309110420": "闲置对话",
"309159764": "与寝子对话",
"309371980": "击败魔物",
"310017972": "「唤醒」种子",
"310063684": "与小姜对话",
"310183548": "调查船的残骸",
"310693863": "中野送礼任务",
"310999727": "给丽莎挑选礼品",
"311886417": "委托人玛格丽特的思念",
"311899023": "对NPC宣战",
"311971284": "与柴染对话",
"312395772": "在第二天的约定时间(18~24时)与柊家小姐见面",
"312976159": "海渊仙草灵验记",
"313334772": "检测是否获取观赏鱼",
"314116524": "与考什克一起去向五郎回报",
"314381500": "打倒所有敌人",
"314520580": "击败岩史莱姆",
"315293327": "完成与清泉镇NPC的调查对话(显)",
"315303560": "静置",
"315319388": "与麦克对话",
"315710156": "交付之后对话B",
"316008214": "前往购买风筝",
"316342180": "与云堇对话",
"316625580": "前往净善宫",
"316707852": "与阿扎莱对话",
"317261463": "夏日赠礼",
"317504967": "佳节赴旧约…?",
"317530572": "与深渊使徒对峙",
"317586322": "找到最后的遗迹",
"317874076": "与「北风的王狼」对话",
"318196780": "回滚任务",
"318783212": "前往下一处绿洲",
"319294148": "调查「祭坛」",
"319624111": "「月莲杯」的初战",
"319814206": "在料理对决中协助香菱",
"320147489": "解除好肉族封印",
"321055204": "回滚隔离",
"321205036": "隐藏回滚隔离",
"321434388": "寻找奔奔",
"321452748": "寻找「奇怪的声音」的源头",
"321596748": "竹签·大凶",
"321747548": "跟随阿瑠",
"322067180": "参加比赛",
"322488654": "隐藏 传进室内",
"323116052": "检测玩家是否有破坏雪堆",
"323200948": "将五个苹果交给雅瓦娜尼",
"323429985": "随风而来的好味道",
"323599884": "开始绘画",
"323732788": "总任务",
"324320164": "渊下宫变成白天",
"324771076": "与海龙对话",
"325005500": "与莱妮对话",
"325020535": "兰那罗唤醒08",
"325267848": "和艾拉·马斯克一起前往丘丘人营地",
"325815503": "求学漫漫路",
"325990580": "荒神社幽灵NPC1-1",
"326171492": "收集三块碎片",
"326479846": "与仙人对话",
"326858468": "玩家选错北地苹果焖肉",
"327004988": "与迪奥娜对话",
"327580780": "与投来视线的小孩交谈",
"327679044": "安全降落到下一层云海",
"328025204": "与阿祇对话",
"328176268": "跟踪愚人众士兵",
"328659572": "与阿夫塔对话",
"328713572": "桥接任务C",
"328816276": "前往德贵附近",
"329496260": "听托马讲述酒的故事",
"329639641": "餐品订单",
"329666740": "跟雪山营地小朋友对话",
"329753276": "与莱依拉对话",
"329877527": "冰雪往事",
"329897748": "前往「棘冠鳄」的活动区域",
"331542612": "特殊交付1后加载group",
"331787732": "与芭芭拉对话",
"332268625": "拆qq人营地奖励",
"332443887": "大树·生长态",
"332447172": "与拉娜对话",
"332789015": "F",
"332927356": "获取了至少两个乐谱,任务进度+1",
"332995895": "素达蓓NPC送礼任务",
"333237540": "前往云堇布置的舞台",
"334326500": "和遗迹守卫战斗",
"334400140": "收集家具材料",
"334423212": "与泽维尔对话",
"334477276": "判断进入壶1",
"334930708": "将十份铁块交给寒锋",
"335140908": "跟上优丹",
"335170588": "与芭芭拉一同离开奔狼领",
"335204196": "寻找考什克",
"335430111": "海灯节的诗与画之二结束隐藏逻辑",
"335472092": "与NPC对话",
"335509908": "猜猜第一个灯谜",
"335809960": "找到宁禄先生",
"335894700": "前往指定的位置",
"335990100": "前往秘密联络处的营地",
"336079428": "测试成功",
"336302348": "与畅畅对话",
"336384316": "回滚隔离",
"337131892": "解救被盗宝团关在笼中的人",
"337786708": "放置最后的石板",
"338307151": "冒险等阶到达",
"339143839": "兰那罗打怪04",
"339726804": "开启挑战",
"340640364": "与翔太对话",
"340882932": "封印「镇石」",
"340935308": "击败愤怒的丘丘人",
"341184364": "回到荒废神社,利用「留念镜」调查",
"341472068": "前去寻找「一头菇」",
"341791327": "望舒外送",
"342053438": "询问璐璐",
"342508596": "与莎拉对话",
"342628215": "剑拔弩张四人众",
"343059172": "跟随迪娜泽黛",
"343117252": "与哈特姆交谈",
"343362716": "与雷泽对话",
"343413556": "与王扳子对话",
"343768804": "到「公子」所在地寻找托克",
"343769356": "向莎莉确认小猫的信息",
"343938980": "前往指定地点寻找黄衫",
"344021612": "(hide)莫娜防摔指南II",
"345406760": "击退债务处理人",
"345492908": "与五郎对话",
"346189652": "幕间·迪希雅与拉赫曼的对话",
"346416188": "向寝子回报",
"346428628": "与众人对话",
"346563476": "探索莎兰树的梦",
"346669588": "帮助赞玛兰的同族",
"347079420": "前往指定地点",
"347132148": "与保本对话",
"347164191": "属于冒险家的邂逅",
"347192636": "返回阿如村村长家",
"347721468": "与寝子对话",
"347889540": "向胡塞尼和盈珠回报",
"347916044": "前往智能实验的地点",
"348042191": "望舒外送",
"348441186": "聆听小蒙、阿飞与璐璐的对话",
"348545404": "在蒙德城内寻找海报与告示牌",
"348735086": "将「美味的野菇鸡肉串」交给香菱",
"348874260": "隐藏克里托夫给饮料1",
"348908255": "渊底不期的再会",
"349103820": "和派蒙对话(废弃)",
"349875916": "与安娜一同完成冒险家协会的委托",
"350118708": "与众人对话",
"350157372": "与顺平对话",
"350395588": "等待到第二天(8-24点)",
"350674396": "与小蒙对话",
"350779300": "与艾登和卡里玛对话",
"351087228": "废弃",
"351095812": "开启挑战",
"351319796": "与菲尔戈黛特对话",
"351428900": "回收信标",
"351799580": "打倒所有魔物",
"351921628": "与卡门对话",
"352060500": "准备种植_08",
"352229540": "与阿贝多交谈,获取结论",
"352551340": "清理蜘蛛网",
"352561513": "浮桥跑酷",
"352587007": "利文斯通博士NPC送礼任务",
"352608684": "与可莉对话",
"352642559": "沙漠苗圃后续玩法3第2天",
"352753372": "前往第三个点观察",
"352821596": "寻找城镇内的线索",
"352913892": "回到巨大海螺旁",
"353389820": "与维克多对话",
"353476636": "设法解除封印",
"353512988": "打倒深海龙蜥",
"353910188": "前往遗迹内部",
"354782956": "与贝雅对话",
"355149740": "前往千风神殿搜索杰克的遗失物品",
"355383452": "前往指定地点",
"355574396": "跟最终NPC对话",
"356139122": "寻找遗失的封魔珠",
"356432359": "栽种之法",
"356911742": "寻找宝藏",
"356960364": "与纳西妲交谈",
"357068217": "守卫岩神尸体",
"357547060": "与岳川对话",
"358031935": "海螺抽奖屋",
"359003972": "*隐藏*透明遗迹3",
"359487940": "回滚保护",
"359632807": "找到绿色的家伙",
"360046132": "完成对话开启挑战",
"360155788": "战斗C判定C",
"360517836": "与记者对话",
"360518452": "自然日刷新3",
"360567028": "前往圣显厅上层",
"360951588": "与派蒙对话",
"361260292": "将霄灯交给德贵",
"361388964": "打倒盗宝团",
"361416188": "通知刷出黑泥",
"361472118": "给猎人送上做好的汤",
"362193633": "艾琳,未来的骑士——",
"362291814": "前往购买霓裳花",
"362390908": "与大坤对话",
"362455044": "对话前入战强制拉对话",
"362468487": "替丘丘行道!",
"362722340": "古代正文对话1-8",
"363863092": "回收「式大将」的「拓本」",
"364083164": "将餐品送给随缘的铃官",
"364258932": "离开渊下宫,与心海对话",
"364578612": "废弃",
"364701740": "雪山活动控制混乱营地",
"365539612": "与小柳的残影对话",
"365805732": "调查附灵背后的真相",
"365819644": "和菲利斯·尤格对话",
"365870836": "与迪希雅对话",
"366031846": "在材料区调查",
"366142895": "海螺屋发放大奖任务",
"366670588": "前往阿贝多的营地",
"366815820": "隐藏任务:多莉摊子1",
"368226580": "消灭最终的敌人",
"368233450": "与江雪交谈",
"368288492": "与手岛先生对话",
"369161068": "前往离岛码头",
"369304799": "旧枝新芽",
"369517228": "前往书架试看轻小说",
"369713292": "完成父任务",
"370503217": "蒙德与三地城",
"370774676": "搬运备料3",
"370774940": "与马鲁夫对话",
"371118079": "礼物与心意",
"371443516": "到戚楠所说的地方寻找娃娃",
"371647146": "搜集书页",
"372387708": "找到去往上层的方法",
"372941988": "向小安回报",
"373034124": "与哲平对话",
"373720220": "询问竺子前往稻妻的方法",
"373839204": "陪宵宫和可莉一起去容彩祭看看",
"374118460": "向寝子回报",
"374348852": "向凯瑟琳询问盒子的下落",
"374538276": "找到并探索「觉树之堂」",
"375212113": "清理聚合的元素紊乱点",
"375815308": "进入「林中黯道」",
"376110399": "神社占卜御签挂",
"376128460": "前往烟花存放点查看",
"376605551": "迷宫玩法",
"376933300": "回滚隔离",
"376996396": "在会场附近寻找朋友们",
"378222364": "回到铜雀雕像所在地",
"378275348": "播放特效",
"379089724": "前往阿如村",
"379109996": "收集三本符合要求的轻小说",
"379239324": "再次跟随凝光,谨慎观察四周",
"379288204": "众人闲置对话",
"379713996": "取得「镇物」",
"380019092": "隐藏任务用于记录进度",
"380050700": "跟随爱拉尼",
"380619228": "进入「仇忌森动之寮」",
"380623716": "与兰那库拉对话",
"380978710": "收集清心",
"381127900": "与兰那库拉对话",
"381259804": "寻找龙首部位的灯笼",
"381624164": "与迪卢克并肩作战",
"382206519": "婷婷送礼任务",
"382403900": "与可疑人士对话",
"382696036": "焕发蕈兽的潜能",
"382905332": "前往工地打听消息",
"383399196": "向罗尔德交付「幽灯蕈」",
"383699124": "在「常夜」时调查池水",
"383756548": "与泽维尔对话",
"383933495": "带一份应急食品给派蒙",
"384537868": "与海妮耶对话",
"384770012": "将十份小麦交给提米",
"385161580": "将寻到的戒指交给塔列辛",
"385457492": "与泽维尔对话以开始拍摄",
"386396940": "城下町间谍-战斗",
"386421028": "隐藏计时时间",
"386507460": "与珊瑚对话",
"386774408": "运送餐品给活跃的欧琳",
"386859479": "全能美食队·海滩的横行者",
"386973407": "加尔恰的赞歌·轴承在上",
"387106497": "解禁3-隐藏",
"387118876": "与弗莱琪对话",
"387383366": "前往望舒客栈,向菲尔戈黛特询问「假仙人」的情况",
"387567388": "完成花题",
"387813847": "杰巴里送礼任务",
"388513116": "向前探索,寻找魔神古物",
"388999444": "返回寻找五郎",
"389626286": "击败举行仪式的丘丘人",
"389750526": "任务隔离,防止回滚",
"389793516": "根据洋流找到第三个宝藏",
"389942452": "再寻找三枚奇异的「牙齿」",
"390530703": "身后事·诸事平安",
"390724300": "到乌有亭附近",
"390797887": "隐藏的存档回滚点",
"390837660": "与查尔斯对话",
"390855807": "兰那罗打怪12",
"390866658": "寻找宝藏",
"392003172": "与哈里斯对话",
"392010764": "言灵线索5创生对话",
"392046244": "在周围仔细搜索",
"392204060": "与老何对话",
"392209036": "寻找宝藏",
"392256724": "寻找小猫",
"392297756": "前往木南料亭",
"392507756": "与学者们对话",
"392690286": "与蒂玛乌斯对话",
"392702844": "寻找受伤的商人",
"393956548": "在破碎的空间中前进",
"394709076": "与芭芭拉对话",
"394981868": "与阿瑠对话",
"395016204": "跟随哈夫丹指引的方向进行探索",
"395378898": "对话NPC",
"395406900": "与加尔恰对话",
"395442284": "前往「尾」之所在",
"395730572": "与卢卡对话,进入酒馆",
"395776348": "悄悄听一下小羽和蒙蒙的对话",
"395893252": "返回往生堂,了解来龙去脉",
"396080916": "离开地城",
"396302020": "向云堇回报情况",
"396839804": "检测所有机兵完成",
"396903076": "获得温泉间谍的信任",
"396979777": "藏匿之泪",
"396985020": "击碎风琥珀",
"397249815": "搜集线索,追踪「怪鸟」",
"397615079": "明察暗访",
"397818756": "与齐里亚布交谈",
"397847740": "击败意图夺剑的愚人众",
"397880980": "等到约定的时间(两天后8-10点)",
"397930572": "闲置对话",
"398038996": "击败急冻树",
"398785932": "降下山洞内的水面",
"398816812": "追上卢妮雅",
"398933308": "任务隔离,防止回滚",
"399000036": "捕捉蕈兽",
"399286312": "向芭芭拉询问琴的情况",
"399416740": "与烟绯对话",
"399564300": "与迪希雅对话",
"400602686": "潜行成功——公子cutscene(隐)",
"401175279": "自远方吹来的音讯",
"401193172": "与柯莱对话",
"401632116": "对话云散镜头",
"401722951": "风龙来袭",
"401723892": "与安娜一同完成冒险家协会的委托",
"402143556": "第二次开门",
"402382367": "璃月·机关棋谭",
"402721788": "与派蒙聊天",
"403160004": "与吉丽安娜对话",
"403344176": "取得训练用木桩",
"403411695": "哈里森送礼任务",
"404066508": "与纳西妲对话",
"404101471": "飞花照船,海上捞月",
"404796676": "寻找缺失的「石头」",
"405408729": "回滚隔离",
"405433948": "将两份培根交给言笑",
"405864868": "与兰迦鲁对话",
"405871772": "与朝仓对话",
"406190372": "寻找这个味道的花",
"406274056": "与艾琳对话",
"406395356": "偷偷跟阿釜说话",
"406679687": "与杜拉夫对话",
"406717892": "寻找吉法师",
"406866879": "男子汉杰克的男子汉之路",
"407581372": "调查该区域,寻找线索",
"408087588": "第三日刷group",
"408201500": "与阿凡闲聊",
"408213902": "与淮安对话",
"408228863": "与温迪对话",
"408456708": "创建兰那罗靠近消失",
"408640140": "前往大门内进行调查",
"408653404": "玩法开启",
"408942068": "玩家选了右边",
"409156668": "初到营地-阿武",
"409160735": "离岛封锁表现处理",
"409457020": "向莎莉回报",
"410100660": "2.1新增骑士团引导用",
"410204332": "观察「核心」",
"410291012": "为吉法师拍照",
"410566151": "击败来袭的敌人",
"410775258": "观察铭文",
"410782095": "废弃",
"410826495": "调查线索",
"411234796": "将准备好的菜品带给汤雯",
"411236993": "控制第一幕开始的隐藏任务",
"411497134": "帮助香菱收集兽肉",
"411942639": "你一进门我就触发接对话",
"412085444": "向泽维尔回报",
"414268804": "*隐藏*玩家直接到洞窟面前",
"414569308": "收集霄灯",
"414669484": "与出现在层岩巨渊的矿工戚定对话",
"414906900": "飞行挑战开车",
"414912204": "保护保本",
"415092918": "与菲尔戈黛特对话",
"415673876": "与妖狸对话",
"415935825": "此路不通?",
"416047292": "找到海灯图标记的位置",
"416668468": "前往海亚姆所在地点",
"417036212": "等待至半夜(0~5时)",
"417492108": "与NPC对话",
"417665780": "与兰罗摩会合",
"417868148": "播放开车台词用",
"418168460": "前往安静地点完成回信",
"418474700": "与智树交谈",
"418570359": "坐下来",
"418573244": "与柴染对话",
"418954548": "与NPC对话",
"419174772": "1",
"419376132": "寻找凯万需要的材料",
"419571236": "与塞琉斯对话",
"419665164": "与兰那罗对话",
"420004364": "寻找并点亮所有装置",
"420789536": "前往商铺购买石珀",
"421380968": "巩固-惊雷精油",
"421539720": "清扫位于星落湖的七天神像",
"422022652": "与蒙蒙对话",
"422024279": "品星观月,遍踏山河",
"422047324": "与大坤对话",
"422560084": "在附近采集新鲜的月莲",
"422625420": "将准备好的菜品带给汤雯",
"422685600": "清扫位于风起地的七天神像",
"422720164": "以正确的角度打碎地下石堆2",
"423072892": "前往雪山回收包裹",
"423377740": "向威拉格询问莫娜的去向",
"423979719": "献给某人的蔷薇·石头能不能开花",
"425204476": "告知赞玛兰「邪气」源头已被清除",
"425599295": "不可辜负的期待",
"425726460": "前往虚界暗塔",
"426020548": "遇到过玩法等的森之子交谈",
"426062708": "寻找妈妈的踪迹废弃",
"426193212": "寻找海芭夏",
"427025511": "talk完成后接取任务1",
"427431716": "与江雪对话",
"427720129": "良药苦口",
"427939264": "将绳索交给玛伽",
"428230228": "与维克多对话",
"428314980": "寻求「火炽之心」的帮助",
"428530488": "消灭史莱姆",
"428690004": "帮小月在沙滩上寻找星螺",
"428714484": "打倒骗骗花",
"428855332": "饮用药水",
"428855380": "继续探索",
"429117204": "寻找阿贝多",
"429131908": "与涉川对话",
"429429628": "调查内容1",
"430346358": "等待约定时间(18点到23点)",
"430526460": "回去向拉菲克说明情况",
"430584988": "和影一起去八重堂",
"430639479": "73025发放森林书",
"430814649": "淡泊名利侠客行",
"431081703": "对NPC3威胁",
"431515588": "完成对话",
"431822468": "前往崖顶,采摘三朵清心",
"433424164": "与云堇对话",
"433478636": "记录是否击杀古岩龙蜥",
"434439388": "提前完成藏匿处差分",
"434550204": "在实验区域寻找实验记录",
"435010334": "回滚隔离",
"435663524": "与瓦尔坦和古尔根对话",
"435852316": "跟随拉娜",
"435863760": "与盖伊对话",
"436160431": "异国的披萨",
"437371332": "监测看见黑烟1",
"438014359": "《召唤王·下集!是…》",
"438035924": "第一次参拜3",
"438682732": "到达梯井下接水",
"438728964": "向泽维尔回报",
"439098652": "倾听并解决蒙德居民的烦恼",
"439244868": "与众人对话",
"439410204": "交错洞穴碎片进度记录",
"439659487": "猎鹿急送",
"439741980": "与哲平对话",
"439830193": "NPC拜托玩家寻找线索",
"440026164": "获得《白夜国地理水文考》",
"440122662": "寻找「征兆」",
"440330180": "准备!",
"440435327": "普通的对话测试任务",
"440645372": "完成间幕2",
"440829864": "搅拌",
"440885076": "与夙凌对话",
"440999366": "合成霓裳花精油",
"441143412": "与扎卡里亚对话",
"441216820": "保护环",
"441231348": "第二次参拜2",
"441733240": "派蒙开车",
"441876924": "与兰罗摩对话",
"442001212": "前往兰拉迦的家休息",
"442289044": "与北斗交谈",
"442413556": "在双双岛中寻找宝藏",
"442752396": "审问海乱鬼",
"442988612": "跟随爱拉尼",
"443288508": "保护我的保护",
"443532060": "判定完成",
"443729516": "让三个「叶」都朝向「枝」的方向",
"444074220": "与莫娜交谈,准备面见继承者",
"444750495": "「鹿说诈骗」",
"445360796": "向丘丘人回复",
"446022116": "在附近海滩寻找「大肉丸」的碎片",
"446137186": "四个对话",
"446669044": "与北斗聊聊",
"446823700": "抽到了小凶",
"447096676": "第五次开门",
"447128716": "在镀金旅团营地寻找线索",
"447302820": "准备种植_03",
"447310999": "在庙宇门口跟安柏见面",
"447798588": "与天野和安藤对话",
"447974263": "兰那罗唤醒01",
"448045895": "与安柏对话",
"448319068": "前往逢岳之野",
"448345935": "这本小说…厉害吗?",
"448422332": "前往古华派故地放飞霄灯",
"448552990": "寻找宝藏",
"448723196": "解冻所有「碎片」",
"448805676": "寻找幻境迷宫的终点",
"448989076": "前往查看迪希雅所说的「证据」",
"449115834": "和常九爷对话",
"449662684": "帮助夜鸦船长清理丘丘人",
"449997660": "查看卷宗",
"450426980": "打倒所有魔物获取材料",
"450955588": "(hide)隐藏刷新传送门",
"451570790": "在三碗不过港对话I",
"451622134": "打倒遗迹猎者",
"451892866": "解救索拉雅",
"452202631": "兰那罗交付03",
"452312950": "陪香菱去清泉镇",
"452381604": "与诺艾尔对话",
"453309631": "愿鲜花气息逗留",
"453365279": "奇药庐中来",
"453605039": "鱼饵补充计划",
"453620004": "前往魔法实验室,查看封印",
"453852596": "阅读武士落下的字条。",
"453910836": "打黑烟1",
"454382052": "打倒丘丘岩盔王",
"454873175": "东东送礼任务",
"456193662": "惩罚「假仙人」的魂魄",
"456688572": "隐藏-跟冒险家岚姐接取层岩巨渊主线",
"456898828": "将史莱姆凝液交给小蒙",
"457630455": "愚人众引起的混乱",
"457913780": "deleted询问巫女",
"458061055": "后山栖木",
"458110559": "与法拉对话",
"458491958": "剧情对话",
"458635708": "七七对话状态",
"459509180": "清除「桓那吉」的威胁",
"459515180": "敲响两侧遗迹中的钟",
"459594628": "一同前往孤云阁",
"459636588": "废弃",
"461056158": "与参加典仪之人交谈",
"461255620": "与翔太对话",
"461410305": "艾琳,未来的骑士——",
"461465252": "对话刷破琴",
"461581212": "击败愚人众",
"461687420": "宏宇闲置对话",
"461927084": "将十五个树莓交给卡姆拉",
"461972623": "全能美食队!",
"462062671": "通关遗迹",
"462944388": "保护我的保(删除)",
"463429804": "前往「鳍」之所在",
"463987868": "与皮特交谈",
"464415508": "通知group",
"464415708": "救出正胜师傅",
"464596236": "前往图书馆,与渊上对话",
"464641044": "前往希古居调查",
"465502364": "与贾米对话",
"465895476": "拾取遗迹机关的核心",
"466571783": "忿怒的铁块",
"466690260": "战胜无留陀的化身",
"466977628": "与纪芳对话",
"467015212": "等到傍晚(18:00-20:00)",
"467058364": "向弗莱琪姐弟回报",
"467274748": "向薇尔回报",
"467929748": "与戴因对话",
"467983164": "击败勾玉门所有怪物",
"467998220": "前往「万文集舍」,鉴别线索",
"468058135": "谈吐与仪态",
"468078959": "拜伊NPC送礼任务",
"468263988": "家政挑战:浇水",
"468868724": "在社奉行所做最后准备",
"469129380": "将鸟蛋交给唐无仇以交换玉佩",
"469178175": "再见,蕈兽伙伴!",
"469308252": "将「晦暗的戒指」卖个好价钱",
"469361708": "跟奶奶讲话",
"469914212": "#与{PLAYERAVATAR#SEXPRO[INFO_MALE_PRONOUN_YING|INFO_FEMALE_PRONOUN_KONG]}相会",
"471389124": "与卯师傅对话",
"471978348": "继续打捞失物",
"472123756": "与纳西妲对话",
"472215804": "听听大家的看法",
"472274916": "调查镀金旅团的营地",
"473461687": "发小道具二",
"473776284": "启动虚界塔控制器",
"473777660": "调查水下入口",
"474530316": "打黑烟2",
"475395276": "与安娜一同完成冒险家协会的委托",
"475498412": "*废弃",
"476333788": "与兰贡迪对话",
"476707564": "前往码头仓库获取木板",
"477046492": "挑战秘境",
"477325836": "将好消息告诉柳达希卡",
"477411756": "合上《圣国的咏唱》",
"477827764": "跟着声音前进",
"478268860": "进入「诀箓阴阳寮」",
"478732943": "*隐藏发开门石板B",
"478842748": "与北斗交谈",
"478882705": "孤木孑立,无林可依",
"479159745": "林中小书",
"479438695": "义卖活动!完满收场!",
"479454932": "向麦克展示命令书",
"479755927": "友情,愿望与遗憾",
"479832663": "新芽迸发的曲调",
"480119108": "上前观察蒲公英",
"480468484": "找到手鞠",
"480682668": "与茅葺对话",
"480760740": "与莎拉对话",
"480857772": "与若心对话",
"480995612": "继续向前探索",
"481220031": "揭示兽径的曲调",
"481299972": "失败交付回滚",
"482327826": "消灭所有魔物",
"482500060": "根据索赫尔的考古笔记,深入沙漠探索",
"482566844": "解救被魔物围攻的人",
"482620828": "寻找三位间谍",
"482759412": "击退唐突登场的愚人众",
"483393804": "判定完成",
"483479516": "刷出江城",
"484031095": "海伦的特效润喉茶",
"484087356": "隐藏-最后的镜头表现",
"484181524": "与行秋对话",
"484805332": "跟随迪奥娜",
"485016452": "与另一个愿意交流的丘丘人对话",
"485404520": "前往调查遗迹",
"485663916": "阅读笔记",
"486101652": "(hide)隐藏开灯",
"486174836": "废弃",
"486343932": "废弃",
"486529532": "前往双双岛附近的礁石",
"486980247": "与派蒙对话",
"487112316": "广告coop对话2",
"487190076": "判断班尼特走到点",
"487387536": "与蒂玛乌斯对话,了解炼金术",
"487419236": "前置任务判定",
"488130759": "(好感+2)没错,都被我打倒了",
"488960276": "第二日",
"489028136": "和古德温对话",
"489282180": "与诺拉对话",
"489357732": "前往会场参加举杯仪式",
"489607324": "主线结束后-阿武",
"489651196": "与卢卡对话,进入酒馆",
"490252265": "单元测试任务",
"490346839": "妮基娜NPC送礼任务",
"490537372": "回收雪山中水域边的包裹",
"490616825": "冒险就要步步为营",
"491421132": "与众人对话",
"491549276": "拆除魔物的营地",
"492421553": "请仙",
"492666844": "与元蓉对话",
"493562492": "与卯师傅对话",
"493615956": "墓碑任务",
"493905508": "前往千风神殿搜索杰克的遗失物品",
"496145056": "与吉丽安娜对话",
"496310924": "在货物堆中寻找浮生石片",
"496363212": "找到小姜",
"496947020": "完成与朝仓的对练",
"497343263": "在A点对话",
"497650580": "将五束绯樱绣球交给甘乐",
"497665580": "古代正文对话1-8",
"498207068": "共鸣之后cs",
"498328678": "父任务完结",
"498813204": "前往「大肉丸」感应之处",
"498922822": "找到符合描述的食材",
"499154626": "丘丘语赞美句子2",
"499537248": "与艾琳对话",
"499965612": "与言笑对话",
"500282748": "使用风或水元素清理小广告",
"500385244": "将调制出来的酒品交给迪奥娜",
"500475441": "不期而遇",
"500620084": "荒神社后创生",
"500633262": "与戴着面具的男子对话",
"501612076": "与志琼一起前往营地",
"501638950": "将洗干净的白萝卜交给香菱",
"501820783": "蕈兽引起的混乱",
"502227668": "将晶化骨髓交付给长次",
"502541636": "隐藏任务用于回滚隔离",
"502856500": "进入辛焱家",
"502988537": "调查并抄写石碑上的内容",
"503103670": "在三碗不过港对话II",
"503326996": "山顶大碎片CS",
"503380444": "将餐品送给随缘的铃官",
"503453836": "继续追踪痕迹",
"503756916": "隐藏-中级的宝箱开启",
"504757276": "前往阿金推荐的地点",
"505611356": "前往哈夫丹附近",
"505775236": "与男子汉杰克对话",
"506215896": "寻找黑铜号角",
"506298732": "启动「神居岛崩炮」击破裂隙",
"506444260": "去找阿仁当面聊聊",
"506653846": "回不卜庐找七七",
"507238196": "到古树下调查线索",
"507803876": "前往屋顶收拾",
"507967124": "找到海灯图标记的位置",
"508644332": "跟随迪奥娜",
"508887188": "前往补给站寻找线索",
"508954412": "让三个「叶」都朝向「枝」的方向",
"509220820": "*废弃",
"509363304": "前往询问葛罗丽",
"509554324": "隐藏任务用于记录任务进度",
"509643014": "播放开车台词",
"509701767": "阿赫玛尔的秘密",
"509836132": "检测固定时间卸载元素紊乱-千风神殿部分",
"509896927": "顶替者的秘密",
"510033108": "点燃营地的篝火",
"510176580": "前往须弥主城",
"510366559": "舒茨NPC送礼任务",
"510598212": "随万叶前往静处",
"510900684": "给驮兽喂食",
"511186049": "回滚隔离",
"511553143": "与NPC交涉破裂-战斗前触发",
"511631548": "与清昼对话",
"512142356": "初始对话",
"512223444": "取得木板",
"512767778": "开启遗迹机关",
"512777431": "大病初愈",
"512805596": "拍摄化石照片",
"512852332": "前往约会地点,与铁块对话",
"512918460": "击败黑蛇骑士",
"512994489": "冒险等阶突破·七",
"513030076": "前往化城郭寻找丹吉尔",
"513579649": "在绝云间内寻找仙人的线索",
"514840766": "去荻花洲见钟离",
"515042999": "多谢款待!",
"515633540": "为吉法师拍照",
"515786959": "互通有无?",
"515979796": "向霍夫曼回报",
"516821572": "前往须弥城",
"516912164": "与茅葺对话",
"517479644": "收集附近的维修材料",
"518201820": "完成种植",
"518293364": "前往绀田村北侧的荒神社",
"518314652": "击败幕府军",
"518590820": "前往「大肉丸」感应之处",
"519187484": "向畅畅回报",
"519823596": "隐藏-玩法成功了",
"520237852": "千手百眼cs",
"520550740": "与托克对话",
"520773367": "与派蒙对话",
"520815580": "击败萨梅尔与愚人众",
"520845023": "贾法尔NPC送礼任务",
"521162596": "与卡塔琳娜对话",
"521776368": "与杰克对话",
"522346432": "护送货运热气球",
"523140572": "与芊芊交谈",
"523485676": "活动界面接任务",
"523723380": "离开北国银行,与凝光交谈",
"524363823": "与凯亚对话",
"524409519": "宝藏线索·破破岛",
"524475900": "与胡塞尼对话",
"524501036": "完成见村长之前演出",
"524562567": "(好感+0)他在猫尾酒馆喝酒啊",
"524968252": "和森之子交谈",
"525213516": "与平藏交谈",
"525637500": "记录回收进度",
"525645695": "伊泽姆NPC送礼任务",
"526081732": "将精神恍惚的戚定交给瑾武",
"526387948": "遗迹玩法-解谜总进度",
"526609340": "解锁宝藏",
"526694104": "与米歇尔小姐对话",
"527975428": "保存笔记对话任务变量",
"528054468": "打倒来袭的愚人众",
"528972780": "和赛芭聊聊",
"529553292": "唤雨之森机兵11完成",
"529873252": "清除死域的污染",
"530064540": "打倒所有魔物",
"530340948": "与芭芭拉对话",
"530773980": "与男子汉杰克对话",
"530927583": "机关烹饪之法·之一",
"531169348": "收集布丁岛藏宝图",
"531446780": "前往阿如村",
"531494844": "在高炉偶遇小男孩废弃",
"531545604": "发现告示牌",
"531756018": "与宝儿交谈",
"532025732": "在望舒客栈门口挂霄灯",
"532109940": "寻找缺失部件修复镇物",
"532284436": "刷花环",
"532322039": "沙中花隐藏彩蛋判断",
"532655620": "与齐里亚布交谈",
"532817036": "隐藏任务C完成发放奖励",
"533033044": "与伊凡诺维奇对话",
"533172332": "调查蕈兽围绕的符文",
"533558279": "冒险家测验·作战方式",
"533596276": "判定二郎笼子开启",
"533955532": "前往轻策庄",
"534001636": "将「霄灯」挂在店门另一侧",
"534009892": "击败「大雪猪王」",
"534331772": "与大岛纯平对话",
"534753671": "检查提前完成电梯之间",
"534940524": "寻找秘华石",
"535055276": "与埃勒曼交谈",
"535475636": "对话",
"536370268": "与落霞对话",
"536428710": "前往千风神殿",
"536587220": "与竹内交谈",
"536635124": "寻找冰史莱姆的凝液",
"536724812": "与艾斯特尔对话",
"537031604": "与梵米尔对话",
"537362652": "向丘丘人回复",
"538230604": "向附近的人打听消息(0/3)",
"538431412": "寻找下一位被夺去神之眼的人",
"538626396": "主线结束后-阿志",
"538786911": "废弃织梦真相进度标识",
"538981856": "用「风」驱散尘埃",
"539070116": "陪妮露取回已购的货物",
"539189964": "与珊瑚宫心海对话",
"539396135": "兰那罗音乐11",
"539490812": "返回冒险家营地",
"539958804": "前往「天使的馈赠」找塞琉斯",
"541439324": "特殊交付talk3",
"541557020": "依次确认战备情况",
"542809732": "与派蒙对话",
"542856228": "73203与赛芭闲聊",
"542885727": "蔓下秘宝",
"542960442": "和萍姥姥对话",
"543754620": "与「无名武士」对话",
"543756908": "前往阿贝多的营地",
"543834724": "调查奇怪的地方",
"543964244": "倒计时",
"544205596": "与梵米尔对话",
"544526836": "离开赛场",
"544559735": "销毁凯亚NPC",
"544593662": "前往飞云商会,与钟离碰头",
"544647324": "大蘑菇任务完成",
"544663606": "询问小蒙",
"544802782": "前往「碎雪」标注的地点",
"545068612": "打开笼子以后",
"545195268": "风暴结束直接永久刷新告示牌",
"545274647": "热砂之梦",
"545493287": "失落之人",
"545516988": "与渊上对话",
"545578012": "和阿幸对话",
"545632972": "前往珊瑚宫,与露子对话",
"546267092": "敲响两侧遗迹中的钟",
"546577744": "向维多利亚修女回报",
"546876668": "与兰沙恭对话",
"547162372": "帮阿桂制作霄灯",
"547185543": "可疑的痕迹(已改为开车)",
"547313212": "彩蛋1 玩具开车提示",
"547473536": "赶走鸽子",
"547562836": "与艾迪丝对话",
"548427495": "与安柏对话",
"548436668": "离开天守阁",
"548603396": "继续前进",
"548998236": "把刀交给「无名武士」",
"549350216": "与玛格丽特对话,完成委托",
"549756468": "观察拍品的情况",
"550104916": "解开考验",
"550561804": "与志琼对话",
"550768884": "与纳西妲对话",
"550912932": "跟随深海龙蜥的痕迹,寻找密室",
"551662457": "解禁7-隐藏",
"552531540": "循着足印,寻找考古队的踪迹",
"552535900": "进入「心」之所在",
"553141876": "与常九爷对话",
"553237564": "*废弃",
"553413612": "离开阿如村村长家",
"553832100": "利用「元素视野」跟随阿贝多的足迹",
"554340324": "询问百代来龙去脉",
"554762383": "与迪卢克对话",
"555171692": "向寝子回报",
"555978284": "前往篝火晚会现场",
"555994292": "调查树洞(隐藏对话01)",
"556300975": "与琴一同回到骑士团总部",
"556465980": "寻找装置缺失的晶核",
"556568588": "失落之森机兵16完成",
"556658564": "唤醒雅科夫",
"557426348": "与凝光对话",
"557654876": "隐藏-在完成唐无仇任务后,控制唐无仇的闲置对话",
"557789732": "前往水池中的岛上的高处遗迹",
"557791172": "将收集到的家政课材料交给托马",
"557920044": "巫女创生用 荒神社",
"558000617": "寻找石碑",
"558019156": "前往璃月港外",
"558189236": "启动虚界塔控制器",
"558375664": "制作霜劫精油",
"559170065": "风之翼随风而起",
"559793321": "使用碎片打开遗迹门",
"559864028": "隐藏-选择了武器营地",
"560017548": "解救艾拉·马斯克",
"560018652": "解放所有「高门之火」",
"560079836": "前往指定地点战斗",
"560244620": "隐藏-玩法失败了",
"560682612": "击败「古岩龙蜥」",
"560716231": "黑岩之困",
"561334132": "进度回滚隔离",
"561810820": "将三份冰雾花花朵交给康纳",
"562973572": "战胜埋伏的野武士",
"563266100": "跟随藤原俊子前往营地",
"564294676": "前往风龙废墟",
"564334124": "与菲谢尔对话(删除)",
"564370356": "帮助嫣朵拉捕获纯水动物",
"564660164": "与班尼特对话",
"564674212": "前往拍卖会现场",
"565021412": "和派蒙整理情报",
"566177676": "与迪娜泽黛对话",
"566560596": "向乔尔回报",
"566709420": "向木南杏奈回报",
"567136332": "与经理对话",
"567150020": "交付料理",
"567219252": "向留云借风真君回报",
"567494828": "与九条裟罗对话",
"567540204": "与愚人众术士对话",
"567767524": "回答错误",
"567960444": "与温迪交谈",
"568025948": "向丘丘人交付物品",
"569796167": "风中万花",
"570271892": "传送进入地城",
"570312984": "收集绳索",
"570331068": "修复桥梁",
"570460700": "与派蒙对话",
"570496964": "(hide)离开智慧宫刷新npc",
"570533372": "神官神社创生",
"570543388": "制作「稠汁蔬菜炖肉」",
"570650279": "自外而来",
"570819588": "凶签绘马交付·大凶",
"570928836": "*废弃",
"570967820": "(废弃)到达开车",
"571693876": "阿瑠自动进对话",
"571723608": "搅拌",
"572389172": "前往万国商会门口",
"572503423": "歧之试炼",
"572642054": "寻找供奉食物的痕迹",
"572706463": "女仆与复习",
"573188860": "帮阿飞找朋友",
"573490916": "和森之子交谈",
"573649119": "到派蒙附近",
"574048860": "与爱拉尼对话",
"574170236": "夕阳对话回滚任务",
"574594740": "前往望舒客栈确认弗里茨的情况",
"575328844": "击败对手",
"575487892": "等到白天(6点至19点)",
"575512535": "诺艾尔Coop贝雅线BE成就用",
"576679820": "击败所有埋伏的镀金旅团成员",
"576739164": "完成舰船驾驶挑战",
"577091604": "与五郎对话",
"577152671": "隐藏墓碑",
"577542919": "身后事·铜雀之迹",
"578834836": "寻找雷锤前锋军口中的徽记",
"579720764": "跟随「情报商」打听消息",
"579847556": "进入阿如村村长家",
"579877999": "玲珑霄灯图之三",
"579908908": "与神秘的小男孩对话",
"580124593": "(弃用)",
"580310471": "跟随温迪前往大教堂",
"580943092": "和乌帽子对话",
"581972286": "判断讲价3结束",
"582235108": "前往龙脊雪山的入口",
"582260748": "寻找考古队成员",
"582419724": "老爹绀田村创生,挂闲置对话",
"582614500": "帮阿飞找朋友",
"582936286": "领取任务,创建小贼",
"583141319": "天叔送礼小任务甘雨线后",
"583217380": "调查医院区域的元素方碑",
"583498324": "找到兰罗希陀留下的线索",
"583835844": "隐藏-玩法失败了",
"584031220": "等待龙骨花凝结",
"584154540": "古代正文对话1-8",
"584388900": "前往离岛,寻找伯特兰",
"584870863": "曜送礼任务",
"584895660": "与伯恩哈德对话",
"586372900": "防止回滚",
"586945156": "和兰纳迦对话",
"587338924": "前去拜访被害者",
"587389143": "迷失的孩子",
"587473088": "向芭芭拉询问琴的情况",
"587798292": "对话中开门",
"587874668": "与若心对话",
"588303439": "台下半日闲",
"588330196": "竹签·中吉(抽到竹签变量1,交付竹签变量0)",
"588424639": "须弥告示牌医院",
"588568504": "完成委托",
"588835348": "监测看见兰那罗",
"588847412": "前往「镇石」的所在地",
"589388732": "送小蒙回璃月港",
"589584985": "解禁1-隐藏",
"590091628": "与赛芭对话",
"591020692": "与泽维尔对话",
"591386804": "播CS传送",
"591397708": "将三份蒲公英籽交给康纳",
"591918108": "与昆恩对话",
"592260436": "竹签·吉(抽到竹签变量1,交付竹签变量0)",
"592524724": "判定玩家吹走蒲公英的时候是晚上",
"592619828": "打倒所有盗宝团",
"592853796": "察看百代的伤势",
"593022748": "再度离开-海迪夫",
"593569936": "击退债务处理人",
"593902134": "检查「归终机」",
"594806604": "在店内打听消息",
"594866022": "与德贵对话",
"594867935": "领取琴",
"594918372": "放置勘测信标",
"595009684": "与朝雾对话",
"595027554": "交付道具",
"595961705": "冒险等阶突破·二",
"596745880": "收集3个铁块带给瓦格纳",
"597055180": "打捞宝藏",
"597298396": "给「双双岛」上的壁画留影",
"597412161": "流浪者的足迹",
"597574948": "与朱老板对话",
"597757848": "询问盖伊",
"598982404": "前去察看情况",
"599250236": "开启挑战",
"599582516": "寻找第二处合适的景观点并拍照",
"600253684": "隐藏环",
"600428476": "前往大巴扎观看花神之舞",
"600512436": "与骑士团的琴交谈",
"600625676": "废弃",
"600895036": "找到「玲珑霄灯图」上标注的藏宝地",
"600941252": "二郎救出前对话4",
"601284263": "雪山再勘测",
"601359972": "书本交互对话",
"601939708": "到禅那园找提纳里",
"602124132": "优丹跑过对话",
"602385569": "欢迎来到冒险家协会",
"603471876": "(hide)和投影门3对话",
"604724878": "在夜晚前往「夜叉像」处",
"604853292": "与寝子对话",
"604916244": "隐藏环判断提前杀怪",
"604946396": "与哈里斯对话",
"605073332": "与萍姥姥对话",
"605151255": "到达神树",
"605849846": "向志华回报",
"605948388": "圣显厅方尖碑对话",
"606292855": "遗失",
"606665004": "前往神里屋敷",
"606995660": "帮忙清扫摊位附近",
"607774772": "第四波营地",
"608397708": "对话切掉小宝",
"608561788": "将餐品送给急躁的瓦里特",
"608651092": "与营地中的愚人众对话",
"608825468": "前往试胆大会会场",
"608976356": "寻找梵米尔的画笔与颜料",
"609102887": "加尔恰的赞歌·替代物",
"609583736": "与杜兰对话",
"610283270": "与萍姥姥对话",
"610372180": "与克罗索对话",
"610448191": "控制门口营地和npc",
"610593836": "与勘探队成员对话",
"611576724": "和妮露讨论现状",
"611622884": "到山洞外查看笔记",
"612428324": "完成栖木供奉",
"612473228": "等待「吉法师」",
"612506852": "与优菈和安柏交谈",
"613105892": "与兰罗摩对话",
"613119004": "与另一个愿意交流的丘丘人对话",
"613430020": "找到海灯图标记的位置",
"613675884": "前往会场附近的交易地点",
"613803276": "与蒙德的凯瑟琳对话",
"614128828": "与兰罗摩一同前往封印所在之处",
"614270508": "废弃和森之子交谈",
"614356191": "莫孜甘NPC送礼任务",
"614641551": "艾斯特尔NPC送礼物",
"615268796": "*废弃",
"615309836": "聆听走廊中的声音",
"615796604": "找到发布委托的朝仓",
"615805687": "魏风尘送礼任务",
"616037404": "与班尼特对话",
"616211799": "海岛beta任务四阶段",
"616295999": "进入高塔",
"616410380": "跟随脚印追踪丘丘人",
"617094748": "与稻妻城的凯瑟琳交谈",
"617709662": "传送到群玉阁",
"617907388": "桥接",
"618823116": "与早柚对话",
"619479598": "击败可疑人士",
"619574344": "将绳索交给艾伦",
"619580703": "去酒庄找迪卢克",
"619768580": "将鱼饵的材料交给凯万",
"619786460": "与万叶交谈",
"620041076": "与神秘少女对话",
"620617844": "*隐藏*对话表现用(能量网1)",
"620703860": "任务隔离,防止回滚",
"621056028": "等到第二天中午(12~14时)",
"621431692": "与甜甜对话",
"621532660": "前往天领奉行府",
"622216380": "与阿尔伯对话",
"622394572": "寻找「冷鲜肉」",
"622627831": "全能美食队·神社的树",
"623040316": "隐藏与瑾武对话",
"623203650": "与艾拉·马斯克对话",
"623235476": "将五份提瓦特煎蛋交给松本",
"623473268": "解除神龛的封印",
"623580308": "前往琥牢山,寻找「大姐」的踪迹",
"623683116": "发书3",
"623914188": "陪小冥玩捉迷藏",
"624186540": "前往约定地点与耕一碰面",
"625042132": "调查心海的秘密基地",
"625454660": "寻找另一个小队成员的线索",
"625512604": "与愚人众对峙",
"625678548": "开启挑战",
"625700356": "利用草元素使兰那罗恢复",
"625710196": "前往营地外围",
"625914084": "与柴染对话",
"626429588": "离开赛场",
"626474908": "寻找宝藏",
"626848748": "前往笔记中记载的地点",
"627492388": "扮演商人与五郎对话",
"627704828": "进入水池",
"628119004": "制作「满足沙拉」交给莎拉",
"629438124": "自动完成任务",
"629733348": "离开所在空间",
"629857060": "前往愚人众临时营地",
"629903004": "破坏最后一座「磐键」",
"630445695": "向城门附近的卫兵打听情报",
"631659735": "妖狸的赠礼",
"632675343": "与安柏对话",
"632833964": "继续前往死域洞穴",
"633013476": "击败对手",
"633119625": "惊变",
"633141036": "与众人对话",
"633322988": "前往窗边",
"633558620": "竹签·凶(抽到竹签变量1,交付竹签变量0)",
"633685268": "离开洞穴",
"634340900": "寻找新鲜的小灯草",
"634732378": "找到最后的遗迹",
"634844644": "在附近收集资料(0/3)",
"635167688": "与维多利亚对话",
"635219999": "猎鹿急送",
"635513868": "与豆助和柴助对话",
"635715352": "前往轻策庄后山,拜访常九爷",
"635926156": "后日谈",
"636306612": "前往水池边",
"636862932": "最后完成爆炸桶",
"636962132": "寻找绝云椒椒与史莱姆凝液",
"637006399": "移动相关的对话测试任务",
"637256140": "再次与胡桃交谈",
"637280708": "完成海祇尊像的谜题",
"637310100": "继续深入,击败敌人",
"637332990": "(隐藏任务第一环)",
"637423732": "前往木漏茶室",
"638737956": "前往无郁稠林",
"639573895": "执望三千里",
"640054828": "废弃",
"640169655": "加尔恰的赞歌·某人的回响",
"640886002": "夺回任务开启(暂时弃用)",
"641240337": "随风而来的骑士",
"641250884": "前往遗迹",
"641631828": "启动虚界塔控制器",
"641697420": "找出埋藏的物品",
"641767512": "与提米对话",
"642104468": "与艾尔海森会合",
"642923972": "与天目优也一较高下",
"643548140": "到营地询问和奇怪的气流相关的线索",
"643681247": "「三十人团」的招募",
"644218590": "与琴谈话",
"644226756": "接取了任务和小女孩说找到了花园",
"644339916": "寻找凯万需要的材料",
"644584788": "启动「遗迹巨像」",
"644916828": "完成施肥",
"645250367": "托克的璃月见闻录",
"645549248": "消灭所有魔物",
"645586516": "与云堇对话",
"645768316": "监测看见黑烟2",
"645974095": "前往安柏指示的地点",
"646244292": "击败海妮耶",
"646461503": "崖边怪人与危险的研究?",
"646506604": "回到洞口",
"647240740": "开启挑战",
"647330700": "打倒深渊教团",
"647793052": "与赛诺对话",
"647965748": "与朱莉对话",
"648120836": "(hide)隐藏更新烤鱼",
"648140652": "与秋歌对话",
"648365556": "循着踪迹寻找包裹",
"648719679": "潜入地下室深处,取得天空之琴",
"648794180": "前往飞云商会的仓库",
"649368612": "再寻找三枚奇异的「牙齿」",
"650396364": "与安娜对话",
"650429180": "向望雅回报",
"650751780": "与众人对话",
"651227543": "恒动械画·终",
"651367468": "跟随爱拉尼",
"651685279": "猎鹿急送",
"651711796": "采集三枚老石交给沐宁",
"651969063": "旅行商人",
"652856012": "击败所有魔物",
"653142484": "与阿贝多对话",
"653191396": "带托克去往「公子」的所在地",
"653208548": "与托克交谈III",
"653927708": "与派蒙对话",
"653974724": "与加尔恰对话",
"654183324": "与望雅对话",
"655101820": "完成全部对话",
"655210940": "与玉京台上的人对话",
"655277111": "家园NPC对话测试任务",
"655508388": "与香菱对话",
"657098788": "回到鸣神大社,与八重神子对话",
"657138356": "前往总务司寻找刻晴",
"657274652": "在晚上(21点~5点)与小千对话",
"657306748": "与引渡人对话",
"657354924": "继续向前,寻找考古队的踪迹",
"657411556": "捕获大雪猪王",
"657419844": "废弃",
"658128324": "前往码头寻找北斗",
"658779551": "借助元素视野寻找可疑的人",
"659474260": "进入地下遗迹",
"659496652": "返回珊瑚宫与露子对话",
"659728276": "与木南杏奈对话",
"660567732": "与法伽尼对话",
"660576540": "将3份「香辛果」交付给瓦尔坦",
"660727452": "击败拦路的盗宝团",
"661380207": "与安柏对话",
"662016514": "对话NPC",
"662393156": "调查树洞(隐藏对话03)",
"662929828": "与吉法师玩耍",
"663918060": "寻找安娜",
"663938820": "与纳西妲对话",
"664387988": "在风起地拍摄带有河流与树荫的景色",
"664441156": "回到清泉镇与布洛克对话",
"664520050": "击败石龙",
"664616484": "倒计时",
"665409148": "等到第二天白天(6点到18点)",
"665437988": "调查丘丘人营地中的线索",
"665463140": "竹签·大吉(抽到竹签变量1,交付竹签变量0)",
"665539980": "在晚上与言笑对话(19点~23点)",
"666916076": "与辛焱碰面",
"667023135": "暂避一时",
"667059316": "寻找蔡乐",
"667134736": "前往码头查看详情",
"667391304": "和艾伦对话",
"667543156": "回滚隔离",
"667862628": "找当地居民打听消息",
"668044092": "与望雅对话",
"668998046": "向酒客们打听「最强战力」的事",
"669758732": "消除死域",
"669959295": "出隐藏触发器开始开车",
"670083636": "选择都正确",
"670415652": "*废弃",
"670580404": "与NPC对话",
"670875588": "调查觉树之堂中的树木",
"671285876": "开关天气专用 地城区域",
"671959966": "同时摧毁所有木桩",
"672147284": "前往第二处变异点进行调查",
"672638532": "离开地城对话",
"672677108": "隐藏任务用于记录任务进度",
"673289575": "七天神像演出-唤雨之森",
"673679135": "天遒宝迹",
"673691580": "前往愚人众术士藏身的营地",
"673804020": "向治平汇报情况",
"673839159": "破坏栖木",
"674190911": "鹤观之行",
"675085348": "完成对话",
"675257460": "前往常夜灵川",
"675322260": "跟上豆助和柴助",
"675843740": "向寝子回报",
"675979351": "可控性爆炸",
"676207463": "终将结束的花神诞祭",
"676232148": "糖果选择1号",
"676251608": "完成找猫猫",
"676413796": "调查后山,解开谜题",
"676524399": "隐藏神龛",
"676527084": "返回木漏茶室",
"676670140": "沿道路前进",
"676733348": "用草元素的力量「唤醒」金蔷薇",
"677008025": "打开笼子",
"677360932": "隐藏-倒计时专用缓冲任务",
"677376868": "前往金苹果群岛",
"677541020": "第三天",
"677998324": "将木板交给大雨",
"678821436": "解放所有「高门之火」",
"679325676": "与布洛克对话",
"679943284": "向阿幸回报",
"680121492": "将餐品送给急躁的瓦里特",
"680514500": "交满药物1",
"680989324": "与鲁道夫对话",
"681119177": "紧急修理",
"681173396": "前往线索中提到的邪祟之地",
"681605172": "回滚隔离",
"681695183": "空幻回响的花神诞祭",
"681823116": "通过冥鱼,前往虚界暗塔",
"681904983": "跨越封印",
"681982216": "向纪芳打听游览指南",
"682170278": "与大家聊聊天",
"682180340": "拍摄摘星崖入夜后的崖顶(19-24点)",
"682215780": "等待到第二天上午(8:00-10:00)",
"682402876": "前往屋顶收拾",
"682531116": "前往鸣神大社",
"682659391": "寻宝的方法…之二?",
"682665956": "搜集两株小灯草",
"682686116": "解谜失败3",
"682766308": "借助「笼状物」破坏其余三座「磐键」",
"682983879": "进入遗迹",
"683055436": "(hide)对话中刷死兆星号",
"683079412": "隐藏传送保底",
"683415732": "与大祐对话",
"683514804": "将饮品交给丽莎和琴",
"683627100": "与纳西妲对话",
"683863135": "「总务司」的事务",
"684023170": "在林中寻找遗落的书",
"684638828": "击败兽境猎犬",
"684954564": "与三岛道世对话",
"684977628": "与北斗在海边走走",
"685430996": "(hide)回滚隔离环",
"685786918": "开始玩法",
"686053220": "爱的感化",
"686714932": "获得「神舆之辔」",
"687501740": "(hide)和投影门2对话",
"687785956": "寻找五十份星银矿石",
"687960132": "与芭芭拉对话",
"688216756": "前往阿金推荐的地点",
"688256730": "回滚隔离",
"688588884": "失败交付回滚",
"688958060": "将奶酪带回给木南杏奈",
"690093804": "利用「兽径的曲调」,开启通路",
"691044220": "使用「元素视野」寻找失物",
"691076364": "前往雪山回收包裹",
"691401140": "与诺艾尔对话",
"691560580": "前往万端珊瑚侦探社",
"692196788": "前往指定地点",
"692236868": "监测看见兰那罗",
"692491190": "战斗后对话",
"692693556": "前往「桓那兰那」所在之处",
"693005348": "与天领奉行同心木村交谈",
"693253072": "前往询问怀尔德",
"693365767": "万端珊瑚事件簿·结案时刻",
"693704140": "寻找昆钧",
"693983236": "前往山腰",
"694219884": "将瑾武的汤交给志琼",
"694454340": "前往望风山地寻找优菈",
"694772556": "击败所有流浪武士",
"694885292": "帮助早柚回收忍具",
"695070444": "悄悄接近神社后的樱树",
"695156060": "第3与4段区域",
"695296092": "与众人对话",
"695552656": "击败来袭的愚人众",
"695762970": "获得宝藏",
"695770092": "对话旭东",
"695906564": "寻找线索",
"695989828": "把蒲公英籽交给芙罗拉",
"696149156": "击败「艾米尔」",
"696333636": "返回水池之外查看沃尔夫冈的笔记",
"696384444": "寻找幻境迷宫的终点",
"697331004": "派蒙对话触发",
"697899196": "与爱拉尼对话",
"697985271": "低温调查",
"698063284": "前往低语森林调查",
"698297564": "前往门扉",
"698430556": "击败遗迹守卫",
"698957351": "巧瞒七星解磐键",
"699182932": "和兰纳罗门对话开启苗圃",
"699731284": "在踏鞴砂打探情报",
"700234484": "与广海交付漂流瓶",
"700273156": "与迪奥娜对话",
"700394788": "与悬空牢的残影对话",
"700661764": "在附近搜找线索",
"700741860": "前往愚人众出没的鸣神岛野外",
"701514479": "西域来客",
"701630532": "寻找安娜",
"701651604": "联动下层动力系统",
"701793764": "前往魔物聚集处,打倒所有魔物",
"701997148": "调查神秘装置",
"702010158": "登上通向玉京台的山路",
"702109580": "与卖力的西瑞对话",
"702384804": "前往离岛边境,实施千里的计划",
"702509052": "寻找最后一座「磐键」",
"702718726": "与纪芳对话,询问《护法仙众夜叉录》的情况",
"702814908": "在货物堆中寻找浮生石片",
"703044180": "给花种浇水",
"703557424": "酒已经调好,快去给酒豪喝吧!",
"703593484": "在破碎的空间中前进",
"703610127": "到教学点1",
"703663812": "完成「玲珑霄灯图·摩拉」",
"703734156": "(hide)调饮品活动关卡信息保底",
"703821764": "与藤原俊子对话",
"703886764": "向丘丘人交付物品",
"704115228": "回滚执行",
"704659988": "查看安全屋的情况",
"704829124": "与天领奉行府的官员交涉",
"704839692": "按照纳西妲的吩咐收集情报",
"705356412": "前去查看沃尔夫冈的笔记",
"705377268": "调查密室",
"706237676": "和兰迦鲁对话",
"706281664": "去找昆恩、玛格丽特、杜拉夫、杰克中的一名酒豪了解调酒信息",
"706394454": "刷归终机",
"706575836": "等纳西妲进入居民的意识,与塞塔蕾对话",
"706651223": "渡-蘑菇园丁",
"707395260": "废弃",
"707567452": "与小绿对话",
"707646055": "松本的煎蛋需求",
"707731500": "差分1.2:对话结束选否",
"707760180": "调查奇怪的木桶",
"708236708": "寻找兰阿帕斯",
"708345780": "刷海芭夏睡觉",
"708851420": "跟随深海龙蜥的痕迹,寻找密室",
"708876468": "寻找并点亮所有装置",
"709210276": "阅读「牙」处的石碑",
"709293199": "七天神像演出-巨人之杯",
"709360300": "与派蒙对话",
"709777644": "种植完成等待天数_03",
"710030472": "返回对话蒂玛乌斯",
"710201308": "前往盗宝团营地",
"710299260": "与北斗商议",
"710366212": "*废弃",
"711113756": "完成「玲珑霄灯图·琉璃百合」",
"711444524": "活动开启",
"712141092": "研究神秘装置",
"712556140": "与温迪对话",
"712669060": "与兰百梨迦对话",
"712957148": "用元素视野寻找丢失的盒子",
"713957732": "向留云借风真君回报",
"714121204": "与兰罗摩对话",
"714780279": "寻找元素痕迹",
"714963852": "与李锤子对话",
"715230452": "将餐品送给卖力的西瑞",
"715575940": "与木南杏奈对话",
"715588228": "前往归离原",
"715941063": "重要线索",
"716194796": "开启挑战",
"716324396": "前往怪物栖息地试剑",
"716362508": "带申鹤前往不卜庐购买药材",
"716696140": "隐藏任务用于回滚隔离",
"717104156": "凶签绘马交付·凶1",
"717335964": "开关天气专用 洞区域",
"717726932": "与众人对话",
"717752540": "离开资料室",
"717880668": "在征文现场打听读者喜好",
"718199340": "前往打开火药库房的大门",
"718696572": "找到「玲珑霄灯图」上标注的藏宝地",
"718784004": "隐藏-倒计时缓冲任务",
"718930340": "与托马一起逛街",
"719166412": "完成栖木供奉",
"719439926": "温迪cs,完",
"719496799": "陨石与冒险",
"719866524": "取得「苏生之辔」碎片",
"719964372": "前往高塔顶部",
"720921276": "回滚隔离",
"720965204": "对话任务记录进度3-3(手动)",
"721328740": "回村长家门口",
"721518684": "等一天之后",
"721561910": "与张顺对话",
"721805316": "水面下降机关处",
"721889199": "渡-看守人",
"721959951": "轻策来客",
"722130847": "替丘丘行道!",
"722532512": "惊醒丘丘人",
"722817465": "调查遗迹",
"723169180": "跟随仙灵",
"723331852": "玩家爬上天空岛大柱子顶端彩蛋任务",
"723374244": "与派蒙对话",
"723469552": "检查背包里要有道具-黑铜号角",
"723613484": "和兰纳伽对话",
"723983646": "隐藏标记阿鸟开启",
"724043180": "离开遗迹",
"724258948": "使用「苦舍桓」解除「耶然草」的封印",
"724698414": "修理「归终机」",
"725273455": "璃月港平静的一天",
"725639036": "收集霄灯",
"725694140": "完成任一调查点",
"726200740": "前往「金砂之旅」",
"727284415": "雾与风的旅行",
"727413492": "刷出魔剑",
"727436588": "计时完成",
"727725167": "井上",
"727961892": "离岛间谍-战斗",
"728255188": "与安娜对话",
"730009758": "海灯节结束记录1",
"730258439": "冒险就要大步向前",
"730541580": "9骑士",
"730606036": "挑战开始,失败回滚",
"731306700": "倒数第二个树根完成后播放remidner",
"731697220": "驱散「风」的淤积点",
"731801612": "向墨田回报",
"732258359": "因果命运的花神诞祭",
"732290754": "击败魔物",
"732400516": "前往指定的位置",
"732516964": "对话香菱",
"733228756": "与荒泷一斗和卓也再会",
"733986084": "沿途返回维摩庄",
"734614548": "与万叶对话",
"734766660": "解救小狸子",
"735059929": "怀宝应自珍",
"735096832": "将蒲公英籽交给葛罗丽",
"735370644": "前往螭虎岩",
"735929926": "和派蒙一起总结情报",
"736162212": "在附近收集资料(2/3)",
"736825436": "前往「镇石」的所在地",
"737162276": "与瓦尔坦和古尔根对话",
"737271628": "与克罗丽丝对话",
"737951460": "与纳西妲对话",
"738500519": "文泽送礼任务",
"738525020": "找到总务司专员「沐宁」",
"738582476": "与范兵卫对话",
"739706134": "观察风筝(待隐藏)",
"739796612": "继续向前探索",
"740367388": "将三份铁矿石交给大岛纯平",
"740728276": "配方选择结果判断-正确",
"741060708": "隐藏计时天数",
"741441844": "在指定地点,弹奏「大梦的曲调」",
"741500100": "击败看守此处的流浪武士",
"741532254": "前往可疑地点查看",
"742085340": "前往调查地点",
"742292700": "加载和删除NPC的逻辑配置",
"742669735": "将特瓦林的泪水结晶滴在天空之琴上",
"742888276": "前往柯莱在化城郭的居所",
"743251420": "继续寻找鬼兜虫",
"743569700": "修复桥梁",
"743635676": "从残魂处取得供奉之物",
"744340604": "与北斗交谈",
"745067967": "喵…喵喵?喵!喵。",
"745087084": "与阿贝多对话",
"745144212": "继续深入洞窟,寻找优丹",
"745757322": "与「服务生」阿飞对话",
"745817678": "向志华回报",
"746588708": "与古德温对话",
"746801628": "与寡言的廷方对话",
"746916300": "与龟井宗久对话",
"746986508": "已废弃",
"747163692": "前往志琼提到的大门处",
"747345902": "寻找宝藏,或者去听听博来的建议",
"747678327": "良药难成",
"749064156": "解开星象谜题",
"749364732": "进入圣显厅",
"749458908": "向食盆中放入「禽肉」",
"749537540": "击败树上的蕈兽",
"749615956": "击败塔杰",
"749619519": "亘古的苍星",
"750304188": "前往地图所示之处",
"750534263": "潜身敌营无人知",
"750617182": "寻找供奉食物的痕迹",
"750678636": "与嘉义对话",
"750830084": "制作「满足沙拉」",
"750914812": "寻找成功",
"751047804": "随宵宫为朔次郎准备船只",
"751193788": "为安娜演示操纵风之翼的方法",
"751312332": "与言笑对话",
"751444892": "与阿守交谈",
"751453460": "与神里绫华对话",
"751711944": "向琴传达居民的委托",
"751769294": "击败盗宝团成员",
"751973364": "返回五歌仙广场",
"752727406": "地城完成",
"752767188": "兰那罗的家",
"752931188": "获得「冷鲜肉」",
"753026527": "凝成泥土",
"753196796": "与妮露交谈",
"753367476": "向孙宇和小雀儿回报",
"753896439": "长按元素战技",
"754033308": "前往指定地点回收霄灯",
"754526188": "最终换时间",
"754633980": "调查黑主的画像",
"755056780": "与荒谷对话",
"755282449": "南风与冒险",
"755352444": "攻击猫狗失败1",
"755357108": "在「蓄财之地」寻找哈特姆",
"755447556": "继续深入调查",
"755695154": "任务开启",
"756463580": "与寒锋对话",
"756546188": "第二天",
"756635996": "前往离岛码头",
"756934943": "与雷泽、北风狼对话",
"757620582": "寻找「老地方」…?",
"757676900": "与福本对话",
"757685428": "清理望舒客栈西三处营地",
"757754292": "与阿旭对话",
"757830900": "刷出魔剑",
"758131172": "壶内-到达壶中天最上层",
"758530124": "教程",
"760342607": "遗迹龙兽引起的混乱",
"760807471": "光钉自循环运作报告·实验步骤",
"761058268": "与福本对话",
"761086340": "与后援会成员对话",
"761724732": "悄悄接近神社后的樱树",
"761795772": "继续寻找符文",
"762352956": "与芭努对话",
"762440842": "与葛瑞丝对话",
"762456318": "玉京台请仙场景:正式台面任务(待隐藏)",
"763116940": "与渔船上的船夫对话",
"763359364": "追查声音的来源",
"763484590": "与可莉一起追逐深渊法师(>50米失败)",
"763774668": "给幼苗施肥",
"763782097": "独木难支",
"765447628": "前往「猎鹿人」",
"765573108": "阅读「眼」处的石碑",
"766184876": "与索赫尔对话",
"766429391": "通往黯道的曲调",
"767776444": "打倒所有盗宝团",
"767862436": "与一斗交谈",
"767983780": "拿到通行证,完结任务",
"768514180": "点燃元能火炬",
"769205100": "与早柚交谈",
"769613148": "向士兵们打听情报",
"770327212": "与纳西妲在广场见面",
"770789847": "最强的对手!至大的危机!",
"770849788": "与安娜对话",
"771183596": "在客栈的病患中寻找弗里茨",
"771349748": "将五罐糖交给贾汉",
"771635576": "酒豪玛格丽特的当前位置",
"771674508": "开启挑战",
"771832740": "将「晦暗的戒指」卖个好价钱",
"772072332": "寻找「丘丘人萨满草药汤」",
"772180860": "小安B1",
"772348372": "江舟B2",
"772516103": "寻找怪鸟遗留的痕迹",
"773118558": "寻找派蒙想要的材料",
"773149895": "笔友、小说鉴赏会与超幸运的大将",
"773251119": "前往风起地",
"773268118": "去案犯现场再看看",
"773328508": "与豆助和柴助对话",
"773394206": "寻找宝藏,或者去听听博来的建议",
"773518695": "龙蛇洞宫试炼记",
"773824724": "前往屋檐上方搜寻小团雀的巢",
"774634260": "在空间内寻找更多线索",
"774806556": "与藤原俊子对话",
"774859633": "山雨欲来风满楼",
"775143905": "望舒",
"775421820": "与李锤子对话",
"776406700": "查看盗宝团遗留的笔记",
"776802156": "击败愚人众及党羽",
"776843708": "3处地面整理完成",
"776898652": "前去取得「宝藏」",
"777074548": "与莱依拉交谈",
"777339652": "暗号对话3",
"777569631": "进入深渊教团据点",
"777695348": "与胭儿对话",
"777857788": "击败激进派人士",
"778091839": "快乐的味道",
"778199452": "调查地脉异常之地",
"778525292": "座点8",
"778561444": "与兰罗摩对话",
"778730487": "触发羽球节后的浪船教学",
"779112196": "与芷若对话",
"779228604": "与阿旭对话",
"779636316": "在「舞台」旁,弹奏曲调",
"779835180": "共鸣",
"781154519": "唯有睡觉不可耽误",
"781227820": "与引渡人对话",
"782132212": "引来史莱姆,找回朱老板的戒指",
"782585636": "反抗者的冲锋",
"783045252": "打听荒泷一斗的消息",
"783090276": "小仓优对话",
"783649084": "向纳杰特回报",
"783788687": "盘问守卫以获得线索",
"784164297": "艾琳,未来的骑士——",
"784183110": "前往骑士团",
"784347607": "兰纳罗小游戏2",
"784750768": "前往异常地点",
"784944332": "向内尔敏回报",
"785144455": "特殊的基底饮品",
"785324292": "解救被围困的杰克",
"785622740": "与兰那罗对话",
"785667084": "回报古拉布吉尔",
"786036900": "冰凉凉瀑布",
"786159863": "苗圃玩法成就计数",
"786706294": "前往总务司,与嘉义对话",
"788508076": "与寝子对话 隐藏",
"789119236": "与新之丞对话",
"789160252": "继续深入寻找奔奔",
"789207431": "磨坊主送礼任务",
"790357716": "与山道上的阿幸对话",
"790862028": "刷出魔剑",
"791581252": "到隐蔽地点联络温迪",
"791963652": "与八重神子交谈",
"792606612": "跟随神里绫华",
"792742404": "【废弃】返回小仓屋",
"793468076": "与小白对话",
"793606876": "进入酒馆",
"794129927": "杰里的蒙德城美食回忆",
"795530732": "等待种植_01",
"795774236": "与瓦希德对话",
"796288052": "第3天隐藏控制出圈",
"796393716": "打开神秘盒子",
"797114329": "琴章节显示",
"797183820": "寻找放出漂流瓶的地方",
"797685268": "在挂上霄灯1",
"797772388": "与NPC对话",
"797874236": "前往竺子家",
"798159348": "与弗莱琪对话",
"798640828": "*废弃",
"798685004": "寻找一把「北陆长柄武器原胚」",
"799016831": "盘问守卫以获得线索",
"799028676": "修复镇物",
"799467108": "查看卷宗",
"799899230": "与深渊法师交涉",
"800666124": "领取任务前置",
"801394292": "回去向拉菲克说明情况",
"801568708": "收集雷光电石",
"802179543": "执望三千里",
"802600271": "与1号房NPC对话",
"802735044": "与八重神子对话",
"802847796": "与安娜对话",
"803155804": "与托克交谈I",
"803592612": "前往诺艾尔想去的地方",
"803781332": "简单三花判定",
"804561388": "使用机关正确引导光路",
"804794039": "无信者的使徒",
"804889188": "完成对话",
"805132175": "寒锋的铁块需求",
"805821951": "寻找谜题中所指的地点",
"806009700": "在破碎的空间中前进",
"806889508": "与多莉的线人见面",
"807147676": "与丘丘人对话",
"807176484": "前往「三碗不过港」",
"807376132": "向稻叶久藏回报情况",
"807690476": "在指定地点与阿瑠交谈",
"807898852": "击败目的地附近的魔物",
"807927532": "前往镇守地点",
"808072388": "打倒盗宝团",
"808329356": "击败天领奉行众",
"808358244": "与藤原俊子对话",
"809831559": "长冈秀满送礼任务",
"809973812": "暂时屏蔽",
"810001916": "进入大世界开车",
"810340284": "与宜年对话",
"810581543": "献给某人的蔷薇·度过长日的方式",
"810866276": "挑战完成后领奖环节",
"811016916": "按照纳西妲的吩咐收集情报",
"811094700": "召集众人,整理情况",
"812223935": "正法炬书后续二级wq后日谈",
"812697423": "玛格丽特NPC送礼任务",
"812784844": "与派蒙对话",
"813018308": "以正确的角度打碎地下石堆4",
"813503972": "前往目的地",
"813765228": "与克里托夫对话",
"813828372": "击败愚人众",
"814317924": "【废弃】搜集齐所有零件",
"814329052": "在材料堆放区调查3",
"815365975": "奥博伦玩法白盒任务",
"815643167": "节日里的不谐音",
"815860860": "找到所有藏宝图碎片",
"815945124": "拾取深渊咏者的遗留物",
"816088454": "回到西风骑士团向琴汇报",
"817380183": "花儿为谁开其一",
"817394204": "在征文现场打听读者喜好",
"817643876": "前往冒险家协会",
"817871628": "将霄灯交给江雪",
"817929223": "冒险家测验·起飞方式",
"818618740": "再次与阿凡和赛芭对话",
"818628740": "前往布置「普尔希娜光钉」",
"819246468": "与布洛克对话",
"819381524": "隐藏任务:世界树CS1",
"819800916": "返回离岛五歌仙广场",
"820073814": "播片",
"820305684": "和兰那罗对话",
"820594732": "追踪遗留的痕迹",
"820597652": "完成交付",
"820715908": "调查镀金旅团的营地",
"820830364": "与吉法师对话",
"821189140": "与影交谈,整理情况",
"822024340": "前往吧台并完成营业准备",
"822342684": "与拉娜对话出发",
"822796900": "与凯万对话",
"822847340": "回报「越石丸」",
"822954516": "与班尼特对话",
"823386574": "用「火」加热大锅",
"823860980": "前往「阳面的营地」寻找日志",
"823973932": "与瓦格纳对话",
"824110700": "将食材交给龟井宗久",
"824182644": "前往西北方的冥鱼池处",
"824661044": "前往危危岛",
"824755084": "清理死域",
"825094388": "阅读日志并和派蒙对话",
"825469300": "寻找落落莓与日落果",
"825666124": "与卡塔琳娜对话",
"825974135": "通关遗迹",
"826069668": "抓住鱼获取鳞片",
"826103839": "告诉迪卢克「战书」的事",
"826280876": "集齐四份秘宝的线索",
"826714900": "与影交谈",
"827001148": "启动机关引出丘丘人",
"827195503": "兰那罗交付08",
"827358884": "打开锁住的抽屉",
"828308168": "触发交流成功分支",
"828524068": "前往鸣神大社",
"828779166": "消灭所有魔物",
"828867164": "安抚驮兽",
"828893076": "第三个挑战",
"829289369": "古代文明的智慧",
"829330660": "挑战兰伊舍的下一个谜语",
"829415190": "寻找「留云借风真君」",
"829793452": "回滚保护",
"829836719": "等待夜幕降临后(18~6点时前往摘星崖)",
"829940564": "返回大世界",
"830040364": "前往城北的瀑布",
"830933156": "与申鹤对话",
"830998796": "追上可疑的大使",
"831308264": "和阿瑟尔对话",
"831314220": "「说服」群众演员们",
"831831887": "替丘丘行道!",
"832198860": "寻找望舒客栈附近的陨石",
"832628692": "操作装置,深入探查",
"832959064": "收集「牢固的箭簇」",
"833036820": "第一次抽到大吉、凶以外的东西1",
"833183364": "负责正常完成父任务",
"833348838": "对话计数*2(隐)",
"833445412": "计时",
"833550756": "派蒙对话完成",
"833739684": "隐藏-回滚隔离",
"834187552": "消灭全部史莱姆",
"834387668": "到达引魂之地",
"834661732": "与立本对话(任务面板隐藏)",
"834859519": "琳NPC送礼任务",
"835298700": "与诺艾尔对话",
"835306380": "与魈对话",
"835995038": "等待夜晚(18点到23点)",
"836100164": "与留云借风真君对话",
"836216852": "向芙萝拉回报",
"836518068": "与赛诺对话",
"836751124": "前往尼古拉日志中提及的地点",
"837021136": "陪同艾拉·马斯克与丘丘人对话",
"837456494": "控制温迪的空闲对话",
"838504028": "言灵线索6触发",
"839099892": "隐藏-传送玩家到营地",
"839169908": "询问拦路少女的来意",
"839340391": "坐着的对话测试任务",
"839367359": "快刀陈送礼任务",
"839894984": "与杰克对话",
"840008172": "前往轻策庄,打听情况",
"840110492": "目睹少女击败最后的愚人众",
"840118345": "丘占木巢",
"840791151": "预兆如窃贼到来…",
"840899335": "猫的留影",
"840975396": "第一天",
"841013076": "调查「祭坛」",
"841092860": "播放CS",
"841235831": "6号房间-战斗环&标记任务",
"841336988": "打败来袭的魔物",
"841659268": "前往洞穴出口",
"842063332": "B分支未见克巳开了二郎的门",
"842261892": "与宁禄对话",
"843198692": "与兰般度对话",
"843307292": "与悬崖边的怪人对话",
"843322353": "回滚隔离",
"843878524": "解冻所有「碎片」",
"844071356": "和水上村庄村长对话",
"844425244": "与维克多对话",
"844907593": "磨刀不误砍柴工",
"845048447": "安柏的分析(已改为开车)",
"845320324": "检测固定时间卸载元素紊乱-无人岛部分",
"845467175": "病例隐藏对话",
"845519404": "探索秘仪圣殿下层",
"845643740": "找到小姜",
"845741223": "张顺送礼小任务",
"845869743": "防止进度值被重置",
"846194207": "给丽莎挑选礼品",
"846587084": "和封印前的残魂对话",
"847105671": "海灯节,大生意?",
"847811863": "愿鲜花气息逗留",
"847815164": "方尖碑交付完成",
"847968335": "解除风龙废墟封印",
"849137692": "调查四周寻找所需道具",
"849237804": "继续探索",
"849605328": "接近醒着的丘丘人,不能吵醒其他丘丘人",
"849647060": "深入探索遗迹",
"850063806": "派蒙对话",
"850767503": "领取绫华",
"851193248": "和特纳对话",
"851314412": "前往忍术训练地点",
"851812324": "前往大日御舆",
"852158524": "与塞琉斯对话",
"852313572": "与维克多对话",
"852405716": "击败突然出现的史莱姆",
"852598956": "活动界面接取任务",
"853046492": "前往「万民堂」为重云补充冰棍",
"853068280": "与凯瑟琳对话,询问详情",
"853677284": "对话任务记录进度3-2(自动)",
"854036060": "配方1判断",
"854187572": "击败所有丘丘人",
"855134244": "向蒙德进发,前往望舒客栈",
"855442958": "前往约定地点,与魈对话",
"855967892": "在果酒湖畔和楠塔克见面",
"856020764": "向云堇回报情况",
"856176300": "寻找雷锤前锋军口中的徽记",
"856267366": "与岚姐对话",
"856946932": "与出现的老何对话",
"857109316": "驾船穿越雷暴",
"857383646": "与博来对话",
"857611628": "*隐藏*回滚隔离",
"857707804": "向附近的人们打听情报",
"857955020": "与寝子对话",
"858010100": "前往取景地",
"858087964": "前往望风山地收集新鲜的落落莓",
"858168612": "依照蔷薇的图形,弹奏乐曲",
"858269911": "守卫自动触发对话",
"858478932": "失败交付回滚",
"858518244": "与荒泷一斗对话",
"858547828": "与兰纳迦对话",
"858834444": "寻找被水淹没的洞窟",
"859149535": "解除风龙废墟封印",
"859723255": "替身计划",
"859804884": "接触拉娜",
"859878951": "借助元素视野寻找可疑的人",
"859978884": "与万叶交谈",
"860151839": "雷军二大世界残留对话",
"860825052": "隐藏",
"861117294": "回璃月港找石头",
"861363692": "组合虚界暗塔",
"861824391": "夜中飞鸟坠于三段",
"861855452": "小白闲置对话",
"861993852": "与菲谢尔对话",
"862527716": "交付普通之后对话",
"863049199": "与蒙德守卫的对话",
"863865734": "战斗I",
"864320012": "回滚保护",
"864544244": "前往璃月港码头附近",
"864599884": "与钟离对话",
"865280428": "(废弃)任务回退保底",
"865475012": "*隐藏*完成增加变量",
"865909548": "与星稀对话",
"866374928": "与「猎鹿人」的莎拉小姐对话,了解她的烦恼",
"866636932": "*废弃",
"866685108": "一阶段特殊交付",
"867316812": "江舟C3",
"867818180": "回滚隔离",
"868087927": "三色档案",
"868496132": "与弥生七月对话",
"868604780": "与纳西妲对话",
"868928724": "打倒所有魔物",
"869085119": "寝子是只猫·神社食谱 后续",
"869184380": "小安A2",
"869205218": "寻找遗失的封魔珠",
"869474030": "供奉「美味的摩拉肉」",
"869828487": "身后事",
"870307244": "与五郎一起吃蛋糕",
"870694108": "与小千对话",
"870763076": "查看落雷之处",
"870784820": "对话任务记录进度1-2(手动)",
"870876311": "人约曲终后",
"870908743": "霄灯发奖励用任务",
"871070548": "将三份「新鲜的绯樱绣球」带给朱莉",
"871206692": "与泽维尔对话",
"871408719": "贾瓦德NPC送礼任务",
"871644028": "追寻元素痕迹",
"872125612": "与卢卡对话,进入酒馆",
"872278548": "找到八重神子所说的帮手",
"872511127": "消灭守卫怪物",
"872830820": "对话中做仙灵移动表现1",
"872856820": "废弃",
"872926940": "与夜兰对话",
"873861071": "眷属的践行",
"874023724": "回报古拉布吉尔",
"874456716": "解开最后解谜",
"874624476": "完成对话",
"874676572": "向附近的人打听消息(2/3)",
"875124332": "参与赛跑",
"875265764": "询问战备情况进度记录",
"875657956": "调查机关,开启密室大门",
"875666132": "击败盗宝团",
"875673556": "清理矿工营地中的盗宝团",
"875804468": "继续向上调查",
"876309775": "终章",
"876669292": "将准备好的菜品带给汤雯",
"876800188": "与剧团团长对话",
"876947676": "与派蒙对话",
"877287128": "陪同艾拉·马斯克与丘丘人对话",
"877651852": "调查眼前的黑雾",
"877882988": "在夜晚(18点~24点)前往轻策庄门口",
"877903160": "将战利品和信交给特纳",
"878296180": "击败三处深渊法师",
"878553516": "将老何带回营地见瑾武",
"878942820": "寻找带着小包的可疑人士",
"879012228": "判定说过特殊分支1",
"879079020": "与丽莎和琴对话",
"879448852": "第一次参拜1",
"879456052": "任务回滚",
"879821785": "无人之家",
"879993268": "与芭尔瓦涅对话",
"880441260": "回滚隔离",
"880610796": "击败兽境猎犬",
"880706264": "消灭所有魔物",
"881121364": "与优菈交谈",
"882367900": "抽到了大吉",
"882529612": "第二段区域",
"882555940": "*废弃",
"883468615": "丰饶之箱",
"883518676": "找到害怕的舒特",
"883772028": "对话任务记录进度1",
"883879772": "向阿茂回报结果",
"883949292": "见证稻叶久藏的宿命。",
"883967388": "*隐藏*回滚隔离",
"884112732": "献上风车菊",
"884914472": "与凯瑟琳对话",
"885066516": "寻找坚固的木板",
"885359012": "严严实实的藤蔓",
"885845060": "将「触媒」能量分给赞玛兰",
"885974076": "与海祇岛士兵们对话",
"886378332": "弹奏兰纳真的曲调",
"886863820": "使用元素视野寻找史莱姆",
"886993204": "击败遗迹守卫",
"887214812": "将六份禽肉交给布洛克",
"887276852": "与哲伯莱勒对话",
"887318863": "如诗如歌,夏之梦",
"887375460": "将三份「肉类」带给重佐",
"887636620": "前往惑饲滩",
"887715524": "找到小姜",
"887986796": "向路边的商人打听消息",
"888124764": "击退魔物",
"888237671": "与玛乔丽沟通还书的事",
"888936976": "与杜兰对话",
"889015692": "言灵线索5触发",
"889089812": "与新之丞交谈",
"889198956": "说服赫尔曼",
"889201060": "与豆助和柴助对话",
"889406508": "前往破破岛附近的礁石",
"889470708": "竹签·吉(抽到竹签变量1,交付竹签变量0)",
"889680500": "在活动界面接取第4天任务",
"889710084": "竹签·吉",
"889961460": "将霄灯交给枭总管",
"890037588": "将「画」送给顾客",
"890333412": "向玛乔丽询问有关礼物的事",
"891136279": "趁梦想气息逗留",
"891319030": "海灯节做灯教学奖励",
"891404828": "与NPC对话",
"891891844": "帮忙清扫摊位附近",
"892599588": "向荒泷一斗了解鬼族的过去",
"893254470": "回「案发地点」看看",
"893408452": "搬运备料2",
"893476804": "与戴因对话",
"893666884": "丘丘人选项",
"893690460": "查看公子的工作情况",
"894247705": "留空任务",
"894258356": "返回「品梦一刻」",
"894408824": "在附近寻找装有石珀的矿车",
"894859884": "与若心对话",
"894900039": "污染之始",
"895217644": "织梦之森的真相",
"896099444": "通过冥鱼,前往虚界暗塔",
"897343732": "顺着声音去一探究竟",
"897530284": "与占据洞口的家伙们交涉",
"897975276": "借助「笼状物」破坏其余三座「磐键」",
"898607812": "跟随气息寻找线索",
"898838862": "前往厨房",
"898994444": "探索山洞",
"899249471": "聆听吟游诗人的弹奏",
"899999444": "使用元素视野追踪痕迹",
"900186524": "已击败古岩龙蜥对话",
"900402236": "寻找最后一座「磐键」",
"900866628": "将准备好的菜品带给汤雯",
"901168596": "与江雪对话",
"901296540": "第三天再来",
"901446276": "清除覆盖石头的孢子",
"901572684": "解救被魔物围困的人",
"901798636": "进入渊下宫",
"902394788": "消灭愚人众",
"902531548": "前去与「大肉丸」对话",
"902600796": "未接取任务获得秘料",
"902614991": "万端珊瑚事件簿·搜索工作",
"903052974": "与盗宝团成员对话",
"903374263": "岸边的忍犬",
"903395500": "前往海乱鬼的营地",
"904669788": "继续深入",
"904865932": "与猫对话",
"905266028": "到达山洞前",
"905857324": "离开兰穆护昆达的家",
"905917732": "与芭尔瓦涅对话",
"906514184": "将战利品和信交给特纳",
"906572148": "与加尔恰对话",
"907123476": "将「活源水」带给兰阿帕斯",
"907436868": "前往风龙废墟探查水晶矿",
"907797818": "寻找宝藏的线索",
"907847452": "【废弃】寻找丢失的货物2",
"908060102": "偶遇公子和女士",
"908791959": "开雪山后第一次对话",
"909422260": "返回薇尔处",
"909446548": "开启伊达的密室,取得宝藏",
"910450372": "与泽维尔对话",
"911159118": "寻找「征兆」",
"911420831": "进入遗迹",
"911638148": "将三朵霓裳花交给畅畅",
"911655956": "返回化城郭",
"912046516": "前往死域洞穴",
"912382106": "前往闪光处调查",
"912806428": "与芭努对话",
"912881743": "食莲者",
"913062436": "解开渌华池的秘密",
"913122612": "竹签·凶",
"913215031": "用「火焰」让深渊法师屈服",
"913254132": "等待至第二天8点到12点",
"913468636": "再次尝试射箭演示",
"913632812": "将霄灯挂在屋子上",
"913746980": "向冒险家协会回报",
"913894820": "与班尼特对话",
"914251548": "与康纳对话",
"914283620": "触碰奇异的摆件",
"914313820": "隐藏清理杂草",
"914354047": "在晚上进入教堂(18点~6点)",
"914893052": "第一次参拜2",
"914900759": "发羽毛究极版道具",
"914984116": "QTE1",
"915744959": "雾与风之境",
"915876444": "击败一定数量的「棘冠鳄」",
"916223972": "焕发蕈兽的潜能",
"916345284": "与塞琉斯对话",
"916384820": "玩法开始",
"916756828": "【废弃】与申鹤对话",
"916781262": "前往「明霄灯」建设现场",
"916900700": "阿瑠自动进对话",
"916979980": "前往风龙废墟",
"917295620": "前往「眼」之所在",
"917713919": "离开深渊教团据点",
"917941364": "仙灵环绕之石",
"918307108": "与老章对话",
"918528004": "根据钟离提示,点亮附近的方碑",
"918554940": "询问关于现状的线索",
"918555366": "向莺儿请教",
"918743628": "前往镀金旅团据点",
"918992148": "与寝子对话",
"919530468": "与可疑人物对话",
"919575052": "击败发狂的「公义」",
"919895068": "前往绀田村东北方的荒废神社",
"919918732": "到码头附近找工头老戴",
"920003732": "与众人对话",
"920262268": "拜访老夫妻,寻求帮助",
"920262968": "在附近寻找装有石珀的矿车",
"920395111": "探索庙宇深处",
"920558078": "寻找前往群玉阁的方法",
"920693532": "前往死兆星号",
"921004831": "深入腹地",
"921084452": "和兰那库拉一起找到「枝」",
"921560732": "解谜成功",
"922038340": "和泽维尔对话",
"922816478": "寻找白萝卜",
"923323244": "问问李晓的意见",
"923341948": "与小雨对话",
"924285260": "击败可疑人士",
"924433428": "将六份兽肉交给布洛克",
"924708028": "跟随小蒙放出漂流瓶",
"924965588": "前往和谈现场",
"925269612": "询问拦路少女的来意",
"926121132": "等待到第二天上午(8:00-10:00)",
"926364578": "对话NPC",
"926404596": "调查四周",
"926859983": "「兰那罗的世界」",
"927498996": "寻找五郎",
"928171860": "与兰沙恭对话",
"928371895": "「海祇之鳍」",
"929335511": "黎明",
"929764140": "前往蒙德城的炼金铺",
"929776428": "与下一位道歉对象对话",
"930213070": "与可莉对话",
"930852812": "寻找手岛先生的记忆线索",
"931026364": "结束对话",
"931071972": "前往指定地点战斗",
"931533540": "找到通往圣显厅的道路",
"931802516": "前往回复柴门二郎",
"931860956": "与朝雾对话",
"931865990": "大仙买书",
"932381100": "向里瑟回报",
"932542900": "在蒙德城内寻找海报与告示牌",
"932631471": "骑士团手册问答",
"932673562": "完成玩法",
"932860772": "与派蒙对话",
"932874164": "将相应材料交给嘉义",
"933269348": "接头点Talk",
"933901378": "前往闪光处调查",
"933916292": "阅读「工作手册」",
"933949876": "向布兰琪回报",
"934057692": "打倒丘丘人",
"934758791": "实验之三,生命",
"935051956": "前往留影小组",
"935145452": "派蒙对话",
"935305044": "登上神像的掌心",
"935863908": "与泽维尔对话",
"935890940": "完成挑战",
"936307438": "与杰克对话",
"936761558": "进行仪式3",
"937026212": "与凝光和北斗对话",
"937343700": "带托克去玩具摊逛逛",
"937390724": "打倒右侧魔物营地内所有魔物",
"937484300": "与诺艾尔对话",
"937665014": "派蒙开车台词",
"937678633": "岩城逢仙迹",
"937681396": "再次启动装置",
"937998148": "给幼苗施肥",
"938038476": "与五郎一起商议对策",
"938690068": "壶外-进入壶中天",
"938906516": "清除附近魔物威胁",
"938997692": "进入「尘歌壶」",
"939032068": "与迪卢克对话",
"939237932": "在蒙德城的屋顶寻找小猫",
"939450703": "行于黎明前夜幕里",
"939513572": "前往「祭场」",
"939609004": "与坏调查员对话",
"940146828": "暗号获得回滚隔离",
"940285908": "进入「仇忌森动之寮」",
"940542156": "开关天气专用 船区域2",
"940658148": "为安娜演示操纵风之翼的方法",
"940801081": "火堆派蒙2",
"941046292": "*废弃",
"941399932": "隐藏-倒计时缓冲任务",
"941554312": "取得制作好的餐品",
"941559276": "采摘嘟嘟莲",
"942192892": "与艾拉·马斯克对话",
"942202404": "前往五歌仙广场找阿贝多",
"942635492": "与戴因斯雷布对话",
"942893382": "将「美味的翡玉什锦袋」交给香菱",
"943410940": "找到「玲珑霄灯图」上标注的藏宝地",
"944204063": "踏鞴物语·数据大收集",
"944296156": "前往轻策庄",
"945900816": "和艾拉·马斯克一起前往丘丘人营地",
"945965580": "寻找剩余的键纹",
"946458556": "与伯恩哈德对话",
"946630260": "将「霄灯」挂在店门一侧",
"947261020": "前去寻找雅科夫",
"947521388": "返回阿贝多的营地",
"947766404": "前往蒙德冒险家协会找凯瑟琳",
"948809332": "与查耶维奇对话",
"949761097": "听凭风引",
"949770460": "将准备好的菜品带给汤雯",
"949835332": "与班尼特对话",
"949989372": "帮助翔太查明原因",
"950946676": "隐藏 天气控制",
"951560047": "骑士团对话测试",
"951762980": "向木南杏奈请教",
"951915732": "完成group后传送",
"952464824": "收集甜甜花",
"952481772": "与加尔恰对话",
"952610076": "与露子对话",
"953072642": "完成玩法",
"953128111": "极夜幻想剧·王女执剑记!",
"953582716": "和阿肥捉迷藏(五)二阶段",
"953929196": "与维克多对话",
"954053860": "击败尾随而来的佣兵团",
"954102668": "与志琼交谈",
"954916308": "与「大肉丸」对话",
"954976548": "跟北斗在渔村散散步",
"955315972": "发第1个阅读物",
"955317820": "赶走丘丘人,解救货车",
"956292086": "继续帮助香菱",
"956351428": "将信件放置在接头点",
"956500228": "进圈",
"956745028": "前往调查点进行解救",
"957050324": "隐藏克里托夫给饮料2",
"957198823": "情境独占测试3",
"957314588": "与加尔恰对话",
"957823252": "清理望舒客栈西三处营地",
"957943140": "前往璃月冒险家协会",
"958068639": "兰那罗交付04",
"958358228": "打黑烟1",
"958614119": "如凯旋的英雄一般",
"958627828": "监听传送门完成",
"958648684": "*废弃",
"958777980": "离开晨曦酒庄",
"958831212": "讨价还价",
"959886596": "陪宵宫和可莉一起去容彩祭看看",
"960021276": "隐藏-老臭常驻开启minigame",
"960235532": "跟随伊萨克",
"960832356": "前往魔物营地,并打倒所有魔物",
"960958444": "*废弃",
"961149568": "酒豪的评价:中!",
"961558684": "穿过「圆拱」",
"961627276": "寻找伯桓子",
"961740660": "传送进入酒馆",
"961790222": "与派蒙对话",
"961863812": "73207后闲置对话",
"962127508": "启动「神居岛崩炮」击破裂隙",
"962273740": "与提米对话",
"962275079": "兰那罗打怪05",
"962414430": "寻找派蒙想要的材料",
"962672383": "塞琉斯NPC送礼任务",
"963197780": "与拉娜对话",
"963373444": "(隐藏)传送完成父任务",
"963388052": "与小仓澪对话",
"963833644": "解救被魔物围困的人",
"965283884": "守护之森后创生",
"965348690": "清扫落叶堆",
"965476970": "对话NPC",
"965914295": "问题的转化·负载问题",
"965988676": "与芙萝拉对话",
"966015780": "与旭东对话",
"966451762": "与宝儿交谈",
"966746287": "启动黑日族祭坛的元素机关",
"966870527": "七天神像1解锁",
"967012804": "继续寻找宝箱",
"967060436": "与远处的影交谈",
"967225372": "与「稻妻的凯瑟琳」对话",
"967423792": "判断08或10完成",
"967569996": "与鲸井椛对话",
"967748220": "使用「苦舍桓」解除「钵参花」的封印",
"967827598": "寻找宝藏",
"967916460": "与凝光交谈",
"968518348": "隐藏任务用于出圈回滚",
"968617556": "寻找鲸井小弟的手鞠",
"968851868": "与大岛纯平对话",
"968970732": "返回清泉镇",
"969098660": "靠近任意九柱",
"969439420": "与阿宽、小昭和小安谈谈",
"969504751": "门户清理",
"969515567": "特效管理",
"969526094": "将蒲公英交给德贵",
"970019183": "死域观测站织梦1(隐藏任务)",
"970138380": "与影交谈",
"970199114": "寻找宝藏的线索",
"970467964": "寻找冒险家「志琼」",
"970468716": "打倒所有敌人",
"970599676": "向花散里复命",
"970862500": "计时完成",
"970919428": "询问拉姆齐关于纹样的事",
"970982124": "检测是不是带回了奇怪的杏仁豆腐",
"971098204": "提前钥匙reminder",
"971499260": "回滚隔离",
"971501252": "与众人对话",
"971767204": "前往「寒锋铁器」",
"971768060": "向龙二回报",
"971810036": "到标记点附近附着雷元素15秒",
"972043780": "击败蕈兽",
"972117412": "观看花神之舞",
"972289988": "前往南方的虚界暗塔",
"972495268": "度厄厅入口方尖碑对话",
"972749060": "废弃",
"973190071": "三田的面具绘材需求",
"974048156": "随机饮料游戏2",
"974090142": "与李当对话",
"974225294": "面见「理水叠山真君」",
"974487489": "障壁",
"975027679": "伊达的挑战状",
"975393092": "隐藏-与沐宁对话",
"975960756": "与八重神子对话",
"976056246": "前往不卜庐",
"976218975": "隐藏的存档回滚点",
"976296340": "隐藏回滚隔离",
"976353401": "乌有亭留言板",
"976359796": "向芙萝拉回报",
"976876932": "与嫣朵拉对话",
"977004084": "*废弃",
"977026716": "隐藏任务,发成功的酒",
"977058940": "到兰巴德酒馆与哈特姆交谈",
"977197905": "远古的馈赠",
"977206212": "与吉法师对话",
"978862020": "前往鸣神大社向八重神子道歉",
"979087628": "与泽维尔对话",
"979204252": "抵达终点,避免被击飞或受到伤害",
"979680300": "刷出鱼群",
"979703796": "初始对话",
"979887300": "与胡塞尼对话",
"980390692": "与珊瑚宫心海对话",
"980931948": "前往教令院外与艾尔海森汇合",
"981368180": "前往货车所在地点",
"981823503": "花影瑶庭·其三",
"981845260": "隐藏-与阿牧了解层岩巨渊的情况",
"982041196": "回滚隔离",
"982059900": "前往兰那库拉照料的苗圃",
"982282575": "长鬓虎,嗷呜嗷呜",
"982372775": "落叶归风",
"982414716": "海灯节领取任务",
"982509180": "继续向前追踪",
"982525404": "前往普斯帕咖啡馆与福本会合",
"983158932": "完成「第一幕第二场」的拍摄",
"983321636": "打听传说中的岛屿",
"983370084": "与爱拉尼对话",
"983574916": "调查区域,回收石板",
"983801532": "阿志离开-克里托夫",
"984001900": "在南面码头清理水面上的漂浮物",
"984103991": "维多利亚NPC送礼任务测试",
"984138423": "回到蒙德城",
"984281988": "与加尔恰对话",
"984785364": "与吉法师对话",
"985365028": "与小仓澪对话",
"985518116": "将老何带回营地见瑾武",
"986005876": "与众人对话",
"986292924": "桥接",
"987313612": "与龙二对话",
"987539652": "探索日志提及的地点",
"987962612": "向镀金旅团的人打听情报",
"988220068": "等到第二天下午(次日12-18点)",
"988459908": "前往碧波附近",
"988527774": "与张顺对话",
"988584308": "与海迪夫谈论层岩蘑菇之事",
"988798940": "小安B3",
"988868321": "回滚隔离",
"989390972": "与泽维尔对话",
"989802870": "向志华回报",
"989928172": "到花见坂逛逛",
"990244476": "与士兵交谈",
"990533156": "通过三重试炼",
"991268844": "开车任务",
"991899260": "打倒愚人众",
"992165359": "山间的饮品调配师",
"992176574": "与淮安对话",
"992384964": "前往离岛,寻找伯特兰",
"992574628": "与兰般度对话",
"993096940": "(废弃)前往货物存放地点",
"993391756": "按照纳西妲的吩咐收集情报",
"993607668": "言灵线索9创生对话",
"993748356": "前往兰那库拉所说的地方",
"994353812": "与薇尔对话",
"994895009": "拿到货单",
"995370828": "与甜甜对话",
"995639460": "在附近寻找呼救的兰那罗",
"995798692": "进入鹤观",
"996315964": "收集柴禾",
"996370375": "跟随标识,在规定时间内飞到终点",
"996592252": "将饮品交给钟离",
"996835276": "播放CS 隐藏",
"997284084": "在附近海滩寻找「大肉丸」的碎片",
"998099212": "日常入口对话",
"998270583": "进入遗迹深处",
"998586576": "触发交流失败分支",
"999300900": "回望舒客栈向魈回报",
"999740932": "驾船前往「宝藏」所在之地",
"999859759": "天有不测风云",
"1000227599": "山海八所巡礼·炎炎连歌百韵",
"1001061420": "回去向萍姥姥报告",
"1001126484": "返回实验室",
"1001452724": "跟上藤原俊子",
"1001484383": "说到做到!",
"1001577695": "变乱似流,磐石不转",
"1001815924": "寻找笼子的钥匙",
"1003122318": "清剿「邪气」丘丘人聚集的洞天",
"1003630498": "寻找宝藏的线索",
"1003786428": "与荷贝特和凯万对话",
"1003820164": "返回「天目锻冶屋」",
"1003978015": "新功能测试专用",
"1004289728": "事件系统开启",
"1004732636": "(接取任务)",
"1006000604": "击败火史莱姆并收集凝液",
"1006868188": "离开神社",
"1007006432": "前往新月轩窃听茂才公谈话",
"1007045420": "与众人对话",
"1007307692": "与花之骑士法里斯对话",
"1007463895": "灰中之秘",
"1007848820": "随机分支用",
"1007910916": "与芭芭拉对话",
"1008054352": "寻找污秽的面具",
"1008465388": "记录全部获得任务",
"1008905071": "万端珊瑚事件簿·黑影之谜",
"1009297543": "深林狸囃子",
"1009382964": "矿洞入口方尖碑对话",
"1010134295": "鬼之恶",
"1010397535": "寻找怪鸟遗留的痕迹",
"1010968260": "打倒盗宝团成员",
"1010989044": "与北斗对话",
"1011139612": "将十份铁块交给老章",
"1011175175": "层岩间章Part3.5",
"1011200708": "前去取得「宝藏」",
"1011304524": "前往离岛的容彩祭会场",
"1011803900": "前往魔鳞病医院",
"1012625481": "前往轻策庄的「最高处」寻找碎片",
"1012695568": "与艾琳对话",
"1013094212": "向哈马维回报",
"1013526975": "因为她的罪恶滔天…",
"1013617284": "与小昭对话",
"1014197852": "依照蔷薇的图形,弹奏乐曲",
"1014646860": "调查区域,回收石板",
"1014749840": "控制刷怪",
"1014996785": "搜寻轻策石刻碎片",
"1015358364": "将糖交给兰萨卡",
"1015364292": "种植完成等待天数_06",
"1015933308": "封印「镇石」",
"1015968644": "与兰利遮对话",
"1016781828": "调查异常的地脉淤积点",
"1017087036": "前往赛场",
"1017612764": "与长次分享自己做的料理",
"1017672116": "玩法开始",
"1017683913": "可莉线彩蛋",
"1018413124": "检查大社周边",
"1018531388": "记录根系的情况",
"1018751134": "寻找杰克与斯坦利",
"1018824276": "与托马对话",
"1018896998": "在玉京台进香许愿",
"1020002036": "与北斗和万叶交谈",
"1020072735": "须弥告示牌交易所",
"1020369868": "创生NPC",
"1020902560": "根据杰克的描述找到怪物",
"1020965833": "乌有亭留言板",
"1021763428": "与墨田对话",
"1021820532": "判定完成",
"1021935550": "进入琉璃亭",
"1021999060": "前往矿区营地前寻找须弥学者",
"1022534348": "战斗B判定额外击杀遗迹守卫",
"1022654740": "与小蒙对话",
"1022759687": "容彩祭插花隐藏任务发奖励",
"1023253524": "前往大日御舆入口处",
"1023590687": "岳川送礼任务",
"1023611479": "海面之下",
"1023648292": "与希尔米对话",
"1023675900": "与小蒙对话",
"1023812932": "检查1点开车",
"1024697884": "下半段完成",
"1025544732": "与兰拉娜对话",
"1025739983": "兰纳罗交付02",
"1025888911": "提米,对不起!",
"1026392132": "打倒所有蕈兽",
"1026518692": "与索拉雅对话",
"1026923484": "隐藏任务用于出圈销毁浪船",
"1027268132": "前往北国银行",
"1027391124": "与珊瑚对话",
"1027713999": "森林的孩子们",
"1028967015": "为了「果实」、「种子」,还有「树」",
"1029438060": "解锁传送锚点开车3",
"1029454569": "飞行测试任务",
"1029533836": "与杜拉夫对话",
"1029754860": "与迪娜泽黛对话",
"1030712948": "到达兰那罗附近或过24小时",
"1031516932": "与帕拉德对话",
"1031568724": "向雅丝敏回报",
"1032222772": "与龙二对话",
"1032240260": "放置五个信标进度总控",
"1032399228": "追击盗宝团",
"1032585124": "与墨田对话",
"1033109740": "跟鬼魂对话",
"1033414892": "前往巨大陨石坠落之地",
"1033464774": "甘雨对话,获得异种琉璃百合",
"1033561348": "去劝说约会者保持安静",
"1033617279": "lifeline机关隐藏控制器",
"1033632884": "打倒无相之冰",
"1033808983": "风带来的思念",
"1033975695": "达纳NPC送礼任务",
"1034024420": "与寝子对话 隐藏",
"1035027052": "向铁块儿回报",
"1035131343": "千里之信",
"1035206095": "完成挑战,消灭守卫怪物",
"1035491196": "将画片带回给太田太郎",
"1035541164": "继续与韦尔纳交涉",
"1035641440": "前去查看详请",
"1036984273": "冒险等阶突破·四",
"1037606439": "阿夫辛NPC送礼任务",
"1037675503": "任务隔离,防止回滚",
"1038790028": "对话2开始调时间",
"1039132372": "和孩子们对话",
"1039743567": "帮萍奶奶种花",
"1040619828": "将五个白铁块交给妲卡玛忒",
"1041192332": "登上「死兆星号」",
"1041293087": "逐月食材",
"1042144692": "帮哈特姆选择一份「吞金料理」",
"1042177620": "在蒙德城内寻找海报与告示牌",
"1043246020": "与安娜一同完成冒险家协会的委托",
"1043280792": "完成对话",
"1043676876": "「帮助兰那罗」",
"1043732764": "向诺艾尔与阿洛瓦回报",
"1043757412": "隐藏神龛总控",
"1044015961": "温迪的新计划",
"1044340452": "击败兰那罗小屋旁的丘丘人",
"1044373204": "向杰克回报",
"1044477140": "播放生长cs",
"1044584380": "向瞭望员徐六石请教",
"1044665812": "击败2个飘浮灵获得4份核心动力",
"1044772996": "启动中继装置",
"1045059335": "穷途望归路",
"1045110359": "小小的远行·防身的方法?",
"1045791404": "打开盖子",
"1045900364": "进入洞穴",
"1046029935": "死域观测站失落1(隐藏任务)",
"1046139932": "获取了至少一个乐谱,任务进度+1",
"1046324868": "再寻找三枚奇异的「牙齿」",
"1047007148": "山顶的挑战",
"1047070452": "开启「元素视野」搜集线索",
"1047295156": "将浮生石片交给聪子",
"1047641188": "把酒交给「无名武士」",
"1047973900": "隐藏任务用于剧情中显示人群",
"1048083016": "返回对话艾琳",
"1048460168": "在2秒内摧毁所有木桩",
"1048498108": "进圈接任务流转",
"1048589718": "用「火」加热大锅201隐藏状态",
"1048615454": "与刘苏对话",
"1048790636": "与烟绯说悄悄话(废弃)",
"1048923095": "与迪卢克对话",
"1048940401": "客从远方来",
"1049262756": "帮助赞玛兰的同族",
"1049328692": "向泽维尔回报",
"1049455036": "对话刷好琴",
"1050229316": "到隐蔽地点联络温迪",
"1050333212": "与大岛纯平对话",
"1050355428": "前往港口调查愚人众的踪迹。",
"1050558036": "在晚上(21点~23点)等待假玄冬",
"1050646476": "再次与商人韦尔纳交涉",
"1051249759": "达达乌帕谷之影",
"1051686916": "帮助翔太供奉神龛",
"1052098604": "与迪奥娜对话",
"1052303876": "与小蒙对话",
"1052384988": "隐藏-真正的玩法开启",
"1052875252": "献上甜甜花",
"1053113836": "与帕拉德对话",
"1053425786": "回滚保护",
"1054049898": "丘丘语辱骂句子1",
"1055148892": "采集12支鸣草",
"1055199231": "当剧目不再上演",
"1055344428": "帮言笑下楼搬运烹饪用材料",
"1055354860": "前往第二处机关所在地",
"1055431172": "向艾尔海森询问测试情况",
"1055768884": "劝服1-1",
"1055925372": "配方选择结果判断-错误",
"1056013036": "在附近海滩寻找「大肉丸」的碎片",
"1056064210": "与「船长」小蒙对话",
"1056232484": "向小仓澪回报",
"1056251060": "将做好的便当带给海芭夏",
"1056353028": "倒计时",
"1056407794": "【玄幻分支】再次与常九爷对话",
"1056815652": "与小姜对话",
"1057020508": "在大树上搜索三处「风」的痕迹",
"1057058620": "拜访莫娜",
"1057498468": "与芷若对话",
"1058067132": "跟随舒伯特",
"1058146348": "根据石板的指引获取全部权能",
"1058219111": "利益链条",
"1058291948": "保护环",
"1059566855": "苗圃梦见花种植计时任务_02",
"1059743868": "与坎蒂丝对话",
"1059789679": "层岩巨渊寻访记",
"1060061583": "前往考试地点",
"1060388412": "与安娜一同完成冒险家协会的委托",
"1060525996": "靠近巨大的花朵",
"1060806396": "隐藏任务:用于刷新死域",
"1061177207": "古谷升送礼任务",
"1061672916": "打倒山顶上的所有魔物",
"1061926415": "前往垂直风场",
"1062585412": "抽B签",
"1062853396": "向瑾武回报老何留下的线索",
"1062915076": "去城里寻找烟花材料",
"1063021554": "与言笑对话",
"1063722120": "完成玛格丽特的委托",
"1063796396": "对话 遗忘了了60%",
"1064095916": "去劝说约会者保持安静",
"1064144540": "和翠玦坡附近的考古学家完成对话。",
"1064214596": "与兰罗摩对话,进入莎兰树的梦",
"1064603828": "调查洞穴",
"1065218124": "与班尼特对话",
"1065329863": "深锁之迹",
"1065399092": "在晚上8点以后前往岩上茶室",
"1065516356": "进入遗迹",
"1065970116": "回报夜鸦船长",
"1065994148": "与偷走神之眼的盗宝团交谈",
"1066312908": "寻找妈妈的踪迹",
"1066403092": "将两份香肠交给言笑",
"1066856820": "选取适合的调料",
"1067040260": "与爱德琳对话",
"1067115092": "回到20134",
"1067217975": "与派蒙对话",
"1067306212": "向纳杰特回报",
"1067436956": "与扎卡里亚对话",
"1067542284": "与兰那库拉对话",
"1067856052": "与朱老板对话",
"1068106903": "及时浇灌",
"1068679020": "与急躁的瓦里特对话",
"1068777532": "和雅丝敏一起播撒药水",
"1068868308": "与奥列格对话",
"1068896892": "刷出第一波人群",
"1069107884": "阅读「信号指南」",
"1069931844": "前往维摩庄",
"1070289236": "用来检测是否完成过相关解密",
"1070297636": "劝服2-2",
"1070495004": "追寻元素痕迹",
"1070528044": "与万叶对话",
"1070671636": "为正二做射箭示范",
"1071290932": "自动与魈对话",
"1072703583": "第12张画",
"1072750852": "与丹吉尔对话",
"1073045932": "击败「大怪物」",
"1073212004": "等到约定的时间,前往蒙德广场",
"1073369844": "完成种植",
"1074134508": "回滚隔离",
"1074484161": "使用碎片打开遗迹门",
"1074762564": "寻找声音的来源",
"1075354140": "对话中开花",
"1075699084": "乘上「大肉丸」",
"1075971932": "寻找盗宝团营地",
"1076242020": "寻找线索",
"1076687460": "将餐品送给茱萸",
"1077171196": "触碰「纸垂」",
"1077453380": "解除死域",
"1077697860": "继续与阿金对话",
"1077970884": "记录根系的情况",
"1078359940": "询问战备情况进度记录",
"1078716156": "与麻美婆婆对话",
"1078894100": "打倒出现的敌人",
"1079170311": "在他乡",
"1079206535": "佳节里的小问题",
"1079376983": "海岛beta任务三阶段",
"1080204377": "餐品订单",
"1080351716": "解决死域危机",
"1080453348": "与璃月港的凯瑟琳交谈",
"1080478932": "回报古拉布吉尔",
"1080782636": "与嫣朵拉对话",
"1080819508": "听听当地人的对话",
"1080994244": "在雷樱树旁捕捉螃蟹",
"1081021308": "帮芙罗拉收集一朵蒲公英籽",
"1081623008": "交付惊雷精油",
"1081681902": "记录寻找贡物线索进度",
"1081790684": "将三个史莱姆凝液交给阿金",
"1081925756": "四阶段桥接任务",
"1082042076": "与阿幸对话",
"1082587020": "与龙二对话",
"1082624943": "到教学点4",
"1082855684": "研究画板",
"1083277244": "与藤原俊子对话",
"1083601060": "与一成对话",
"1084018780": "显示scenepoint",
"1084323823": "言笑的食材需求",
"1084721068": "返回乌有亭",
"1084925175": "到教学点1",
"1084966076": "搜集冰雾花对话",
"1085277740": "扮演「长鬓虎」,抓到所有「兰那罗」",
"1086454612": "与塞琉斯对话",
"1086641159": "踩中1号触发器",
"1086875868": "寻找哲平",
"1087035767": "寻物航行",
"1087134492": "与妲卡玛忒对话",
"1087418804": "与盗宝团对话",
"1087552476": "前往璃月港",
"1087590644": "再次前往盗宝团营地调查",
"1087722796": "前往船只上调查",
"1088184404": "与望雅对话",
"1088272020": "清除怪物营地2",
"1088778732": "与众人对话",
"1088982596": "与嫣朵拉对话",
"1089300660": "与清昼对话",
"1089622236": "寻找佩尔西科夫的笔记",
"1089783694": "与魈对话",
"1089910044": "比武获胜后衔接用",
"1090264780": "前往阿贝多的营地",
"1090982183": "文谷疑云",
"1091126340": "将三朵清心交给阿桂",
"1091367943": "不属于森林的孩子",
"1091578364": "了解参赛者的实力",
"1091579452": "派蒙对话隐藏",
"1091834636": "与老臭对话",
"1092033524": "与芙萝拉对话",
"1092227484": "与小绿对话",
"1092564044": "与雷电影交谈",
"1092618020": "解开「石头」的谜",
"1092630492": "前往奉行所与裟罗对话",
"1092796983": "雪山活动任务给玩家发放活动任务剑",
"1092921447": "玲珑霄灯图之二",
"1093315788": "解救遭到围困的反抗军",
"1093754391": "到达目标点5",
"1093816820": "设法解除封印",
"1093940212": "靠近发出声音的门扉",
"1094264924": "与兰罗摩同行,寻找「记忆的铭文」",
"1094333159": "寻找并解救兰那罗",
"1094639908": "使用「四方八方之网」抓捕小动物",
"1094731732": "等待到第二天上午(8:00-10:00)",
"1094825916": "将准备好的菜品带给汤雯",
"1095085143": "「海祇之眼」",
"1095136732": "查看狸猫的情况",
"1095332855": "寻猫要诀",
"1095424876": "前往可疑点调查并消除威胁",
"1095584260": "准备出发",
"1095783876": "自动触发与菲谢尔对话",
"1096115604": "与珊瑚对话",
"1096213172": "换个风景好看的地方",
"1096294132": "与朱老板对话",
"1096788004": "等到第二天晚上(20点~24点)",
"1097159812": "清理商道上的魔物及障碍物",
"1097221252": "前往猫尾酒馆附近寻找芭芭拉",
"1098076431": "继续与琴对话",
"1098494676": "与行秋对话",
"1098768524": "返回「修梨薜那」",
"1098794588": "跟随平藏前往关押犯人的地点",
"1098807476": "在规定时间内将菜送给玉霞",
"1098863116": "倾听并解决蒙德居民的烦恼",
"1099093471": "内嘉NPC送礼任务",
"1099171412": "与提纳里交谈",
"1099454311": "维多利亚修女的担忧",
"1100769678": "桥接进行下一环随机",
"1100885100": "向罗尔德交付「幽灯蕈」",
"1101987020": "与拉娜对话",
"1102162415": "导能圆盘发奖励二",
"1102683364": "打倒所有魔物",
"1103009052": "隐藏任务用于父任务发放「四方八方之网」",
"1103328111": "进军玩具市场·核心动力",
"1103590236": "将木材带给歌德",
"1103913782": "弹引导图",
"1104225356": "与幻影对话",
"1104229940": "等待到第二天早上(7-8点)",
"1104256724": "成功",
"1104392756": "到城内熟悉的长椅处整理思路",
"1104949322": "对话NPC",
"1105236332": "将情报告诉赛诺",
"1105326948": "向石头回报",
"1105686879": "异国的披萨",
"1106119328": "完成玛格丽特的委托",
"1106223857": "蒙德酒客",
"1106750292": "与安东尼对话",
"1106775007": "秘境来风",
"1107116108": "找到并供奉阿倍良久残魂寄寓之物",
"1107120900": "与荷贝特和凯万对话",
"1107782020": "调查盗宝团营地",
"1108186639": "替丘丘行道!",
"1108409828": "在不被发现的情况下,跟随庆次郎",
"1108449588": "与温迪对话",
"1108457820": "与莫娜交谈,享用美食",
"1108460791": "轻策庄寻宝纪事",
"1108722132": "帮助偶遇的少女",
"1108780524": "凋零之森机兵2完成",
"1108965612": "向军士打听酒的事",
"1109255252": "调查愚人众临时营地",
"1109741028": "向龙二打听消息",
"1109766735": "隐藏环,防回滚",
"1109917060": "搜集三只「鬼兜虫」",
"1110044204": "与NPC对话",
"1111020964": "与「凯瑟琳」对话",
"1111419810": "完成玩法",
"1111529428": "与自称「渊上」之物对话",
"1111930342": "寻找宝藏",
"1112238510": "前往绝云间入口寻找机关",
"1112492228": "观察拍品的情况",
"1113229620": "竹签·大吉",
"1113244550": "寻找涤尘铃",
"1113439862": "与所有人完成对话",
"1113646692": "与兰般度对话",
"1114397394": "完成玩法",
"1114574932": "隐藏任务用于对话激活潜行",
"1115056460": "离开町奉行所",
"1115090167": "松本送礼任务",
"1115108676": "继续寻找线索",
"1115352620": "与薇尔对话",
"1116683612": "隐藏 reminder",
"1117430783": "天赐良机?",
"1117612924": "与玉霞对话",
"1118192492": "寻找失败",
"1118208364": "前往稻妻城外",
"1118387100": "前往荒海附近寻找特殊的魔晶矿",
"1118391204": "与大家一起讨论",
"1118582718": "向神像供奉香膏",
"1118591668": "击败雷电将军",
"1119079052": "找到甘雨并与她对话",
"1119241236": "调查点回滚隔离",
"1119662908": "寻找巨大草种子之曲",
"1121074732": "与众人对话",
"1121398020": "与言笑对话",
"1121709388": "找个位置坐下,等候镀金旅团的人",
"1122366540": "与老孙对话",
"1122487044": "在望风山地钓一条观赏鱼",
"1122892292": "拍摄「御影炉心」的状况",
"1123132588": "万皮小子说话",
"1123171932": "二阶段桥接任务",
"1123627103": "诺艾尔的力量",
"1123659012": "派蒙对话",
"1123676388": "解除9颗岩柱",
"1124092348": "查看候选人的规划书",
"1124420252": "与派蒙对话",
"1124514260": "向泽维尔回报",
"1124891236": "防御回滚1-----",
"1125093724": "收集3块特殊的魔晶矿",
"1125376524": "将「石头」归位",
"1125738564": "与杰里对话",
"1125948040": "带信给「飞云商会」的家丁",
"1126263260": "与齐格芙丽雅对话",
"1126377228": "追查声音的来源",
"1126461228": "询问汤雯关于纹样的事",
"1126796300": "护送货物离开离岛",
"1126876492": "与艾尔海森对话",
"1127619284": "根据提示探查可疑之处",
"1127721092": "与仓库管理员交谈",
"1127733575": "派蒙的疑问",
"1127843489": "阿卡狄亚遗迹之谜",
"1127903943": "痼疾",
"1128339580": "喝药效果(测试后隐藏)",
"1128455015": "扫兴而归",
"1128781991": "回忆终章",
"1129122055": "问题的转化",
"1129801424": "调制酒品",
"1130447052": "进入社奉行本部",
"1130702316": "遗失4",
"1130722940": "帮助小羽收拾店里",
"1130723444": "开启挑战",
"1130789564": "寻找破坏「磐键」的方法",
"1130995236": "前往爆炎树所在的洞窟深处",
"1131023927": "由通关3地城解锁",
"1131233420": "与吉法师对话",
"1131258420": "打倒所有盗宝团",
"1131485724": "调查并修复道路",
"1131580540": "等待至次日早晨(8点-10点)",
"1132278348": "前往海祇岛东部寻找平藏",
"1132484492": "离开柊家,整理信息",
"1132605044": "前往须弥城",
"1133281208": "将结实的木板交给法拉",
"1133614239": "孤岛诊疗谭",
"1133846615": "自往昔飘起的酒香",
"1134308124": "探索「呿波境」",
"1134761862": "前往天衡山",
"1134867540": "前往镀金旅团的据点",
"1134889164": "与迪奥娜对话",
"1135760300": "在指定地点与阿瑠交谈",
"1136484692": "前往长门家中了解情况",
"1137213492": "炎刀后回滚隔离",
"1137627342": "烹饪「美味的野菇鸡肉串」",
"1138415364": "进度记录",
"1138535524": "前往村子,搜集维修用材料",
"1138773956": "保存选择炼化",
"1138831172": "播放reminder",
"1139279577": "「蒙德最强战力」之争",
"1139514700": "打倒丘丘人",
"1139770015": "秋月送礼任务",
"1139828983": "将三块兽肉带给雷泽",
"1140373380": "与萨义德对话",
"1140651068": "隐藏-真正的玩法开启",
"1140713836": "向寝子回报",
"1140929812": "织梦之森的真相",
"1141197039": "伊萨克送礼任务",
"1141220612": "找到「那个人」",
"1141289060": "前往指定地点",
"1141339420": "前往奥藏山附近,寻找甘雨",
"1141533348": "前往和裕茶馆",
"1141818916": "查找话语声音的来源",
"1141820353": "「红衣女孩宝物」之谜",
"1142770988": "向八重神子发起「最终挑战」",
"1142814276": "废弃",
"1144244215": "击败怪物后自动对话",
"1144389808": "收集木材",
"1144468884": "随机对话测试",
"1144596132": "击败「七叶寂照秘密主」",
"1144910732": "制作「美味的辣肉窝窝头」",
"1145128564": "破坏「栖木」",
"1145658628": "桥接任务薇尔",
"1145923172": "与久岐忍对话",
"1146189488": "酒豪的评价:差!",
"1147422652": "前往「狩眼仪式」现场",
"1147795476": "*隐藏*关门",
"1147914980": "与博来谈谈",
"1148232359": "春庭景如旧",
"1148236926": "前往送仙典仪现场",
"1148427396": "制作「满足沙拉」交给莎拉",
"1148559252": "前往吧台并完成营业准备",
"1148902684": "向北斗和万叶打听",
"1148977852": "遗失3",
"1149009228": "与梵米尔对话",
"1149589839": "兰那罗唤醒14",
"1150064732": "隐藏-预先接取的任务",
"1151012479": "杰里送礼任务",
"1151043092": "将三份鸣草交给大岛纯平",
"1151375020": "击败伏击的魔物",
"1151497612": "对话任务记录进度1-1(自动)",
"1153071895": "上前查看前方异响",
"1153198380": "与柊千里会面",
"1153350276": "跟上赛诺",
"1153369135": "无止境的开题报告",
"1153527447": "猎鹿急送",
"1153613623": "海盗隐藏任务 发钥匙 101585",
"1154164164": "开启挑战",
"1154261340": "准备种植_06",
"1154389732": "与天领奉行众对峙",
"1154956380": "与贾法尔对话",
"1155033932": "与扎卡里亚对话",
"1155185884": "抽C签",
"1155266700": "与凝光共进早餐",
"1155339476": "完成施肥",
"1155549052": "和森之子交谈",
"1155579068": "调查树屋",
"1155718732": "询问莺儿",
"1155738132": "合上《圣国的咏唱》",
"1156197564": "前往附近神龛调查",
"1156206708": "与赛诺对话",
"1156275252": "触碰「纸垂」",
"1156310078": "控制艾琳的空闲对话",
"1156385612": "与哈里斯对话",
"1156510020": "隐藏-玩法准备",
"1156521503": "前往深渊教团据点",
"1156909004": "在限定时间内逃离",
"1156964716": "等到一天后",
"1157347252": "去查看肥料的情况",
"1157355844": "献上塞西莉亚花",
"1157851343": "一号房间-完成标记任务",
"1157992380": "与七七对话",
"1158558372": "确认声音的来源",
"1158583972": "回到教令院,寻找尼特",
"1158734420": "废弃",
"1158735676": "与歌德对话",
"1159060748": "开启挑战",
"1159389708": "与兰罗摩对话",
"1159517588": "了解真相",
"1159543196": "获得贾汗吉尔的订单",
"1159558463": "隐藏克里托夫给饮料2",
"1159747887": "林中遇变",
"1159841081": "NPC调查对话",
"1159855244": "前往容彩祭会场",
"1160060180": "与胡桃一起回到往生堂",
"1160501580": "离开村长家",
"1160614212": "修复通往高塔的道路",
"1160855468": "去村口调查被废弃的破车",
"1161383932": "与重云交谈",
"1161621716": "与泽维尔对话以开始拍摄",
"1161769476": "到周围调查",
"1161933364": "领取「意智宝珠」",
"1162012740": "与纳西妲对话",
"1162202343": "寝子是只猫·孩子们",
"1162234796": "*隐藏*直接到阿如村",
"1162374132": "回到住处附近",
"1162449412": "猜猜第二个灯谜",
"1162559156": "将两份火火肉酱面交给杰里",
"1163587062": "向淮安回报",
"1163706292": "任务B普通完成奖励发放",
"1164044708": "进入雷电将军地城",
"1164626900": "荒神社幽灵NPC1-2",
"1164753134": "前往归终机附近",
"1164787376": "退出地城/完成交互 摧毁gadget",
"1165014764": "与宏朗对话",
"1165076780": "向老戴汇报调查结果",
"1165508383": "小畑送礼任务",
"1165624764": "跟随拉齐寻找丹吉尔",
"1165666060": "点燃元能火炬",
"1165703012": "等到一天后",
"1165748452": "向弥生七月询问线索",
"1166170092": "复核船只上的货物",
"1166381748": "休息到翌日上午11点-下午14点,与长次对话。",
"1166748783": "残留的谜团?",
"1166929600": "将战利品和信交给特纳",
"1167067764": "向嘉义回报",
"1167387452": "与小千对话",
"1167396372": "与托马一起逛街",
"1167567060": "与查尔斯对话",
"1167628887": "到达深渊教团据点的最深处",
"1167646129": "海灯节任务奖励",
"1167664188": "采摘小灯草",
"1168040476": "去码头送别心海和五郎(次日18点~20点)",
"1168487980": "与梢对话",
"1168679692": "与阿赫玛尔之眼成员进行武力对话",
"1169629052": "调查附近,寻找线索",
"1169960876": "对话刷破琴",
"1170040972": "与贾法尔对话",
"1170247740": "解除封印",
"1170625447": "追随鸣雷的踪迹",
"1170680967": "熠熠生辉之樱",
"1170708255": "月夜,泊船码头",
"1171013828": "向纪芳回报",
"1171598212": "沿着水流寻找「邪气」的源头",
"1171653617": "寻人启事刷新",
"1172020132": "一天之后",
"1172394641": "打倒盗宝团,获得钥匙",
"1173403732": "任务隔离,防止回滚",
"1173420068": "判断来到山顶",
"1173686244": "与小卷对话",
"1174326476": "与安娜一同完成冒险家协会的委托",
"1174445599": "埋葬丰饶的沙丘·中",
"1174477004": "完成第二幕的拍摄",
"1174579356": "隐藏-兜底闲置对话",
"1174654876": "跟随奇特的星星",
"1175460924": "前往取景地,摆好姿势",
"1175467708": "穿过通道,前往散兵所在地",
"1175879015": "必要手续",
"1175889648": "与琴对话",
"1176403049": "艾伯特先生,别再冲了——!",
"1176404559": "飞过断崖",
"1176483036": "与柴门二郎对质",
"1177000940": "隐藏-玩法准备",
"1177272847": "神樱大祓-巫女面具",
"1177640172": "与兰那罗对话",
"1177692871": "宛烟头衔控制",
"1178031559": "热销的木刻",
"1178805444": "废弃",
"1179000116": "寻找走失的驮兽",
"1179231588": "前往和裕茶馆楼下",
"1179614708": "劝服2-1",
"1179739471": "突如其来的不适",
"1179818583": "乌尔法NPC送礼任务",
"1179996756": "完成任意交互点后开车",
"1180327116": "与加尔恰对话",
"1180390956": "复原「石头」,解开谜团",
"1180690028": "抵达阿贝多所在地",
"1180746284": "回报古拉布吉尔",
"1181514588": "与派蒙对话",
"1181554450": "对话NPC",
"1182520804": "前往雪山山顶",
"1182613247": "康纳的酿酒材料需求",
"1182956204": "与阿圆对话",
"1183072948": "开启「普尔希娜光钉」",
"1183383076": "第三次参拜神像2",
"1183401384": "清剿烽火台上的魔物",
"1183410156": "前往璃月港",
"1183723207": "兰那罗音乐09",
"1183725180": "向编辑们询问",
"1183971372": "将礼服交给凝光",
"1184287852": "与沐宁、志琼对话",
"1184591016": "和玛伽对话",
"1184682996": "前往虚界暗塔",
"1184760239": "大树",
"1184838764": "回收勘测信标",
"1184960660": "与卢卡对话,进入酒馆",
"1185163983": "维摩庄的孩子",
"1185265844": "与万叶交谈",
"1185654050": "对话NPC",
"1185760676": "继续探索遗迹",
"1185939140": "前往崖顶,采摘三朵清心",
"1186130172": "与众人对话",
"1186563500": "与莉莉对话黑屏刷掉狗",
"1186857580": "接近声音传来的方向",
"1187234860": "寻找线索",
"1187446540": "收集3块特殊的魔晶矿",
"1187893756": "和宇陀对话",
"1188037148": "将「特殊的磐石精油」交给克里托夫",
"1188246100": "向前探索",
"1188536356": "解开渌华池的秘密",
"1188723428": "向小昭回报",
"1188929796": "查看地脉提取装置",
"1189104612": "与扎卡里亚对话",
"1189152972": "等待至翌日上午(次日早8点-12点),与柴染对话",
"1190442668": "前往笈名海滨",
"1190776220": "与解救出的少年交谈",
"1190854292": "容彩祭活动结束后清除多余的任务道具",
"1191401828": "深入探索秘仪圣殿",
"1191693874": "击败营地的敌人",
"1191992332": "进入水池",
"1192278860": "去见「情报人」",
"1193066447": "吉祥具书·加扎里篇",
"1193710228": "2.8测试用任务传送至地城指定坐标",
"1193757500": "与众人对话",
"1193822916": "与「越石丸」对话",
"1194416639": "阿卜送礼任务",
"1194588564": "回滚保护",
"1194784911": "烟花试玩计划",
"1196101700": "收集破破岛藏宝图",
"1196523278": "与大厨对话",
"1196653833": "进考古营地任务完成",
"1197396008": "回到骑士团",
"1197618468": "向寝子回报",
"1197900004": "刷纳西妲闲置",
"1198670124": "再寻找三枚奇异的「牙齿」",
"1199153844": "与艾伦对话",
"1199618135": "回到塔顶",
"1199651748": "抄写有关新经营许可证的公告",
"1199865420": "打倒所有敌人",
"1200134614": "和慕胜对话领取奖励",
"1200409548": "竹签·大吉(抽到竹签变量1,交付竹签变量0)",
"1200452703": "旧日之影",
"1200838164": "寻找散落在岛周围的墓碑废弃",
"1201433364": "消灭所有魔物,并清除障碍",
"1201552476": "操纵大炮击碎封山岩石",
"1201895036": "继续深入,击败敌人",
"1201950644": "击败所有敌人",
"1202068119": "与丽莎一起分析线索",
"1202474284": "和三人坐在同一桌",
"1202829103": "神秘怪谈",
"1203393852": "竹签·末吉(抽到竹签变量1,交付竹签变量0)",
"1203774532": "帮助木南杏奈赶走盗宝团",
"1204709711": "须弥告示牌大巴扎",
"1204770367": "花船传送任务",
"1204857092": "任务领取,玩家是男",
"1204923636": "调查往生堂周围,等待胡桃",
"1205058468": "击败丘丘岩盔王",
"1205552640": "退出地城/完成交互 摧毁gadget",
"1205735596": "继续深入寻找奔奔",
"1205775404": "将礼物带给维克多",
"1205864492": "凶签绘马交付·凶2",
"1206114172": "用草元素的力量「唤醒」金蔷薇",
"1206184108": "从遗迹猎者处获取霞生石",
"1206724575": "冒险家的入门考试",
"1207155348": "增加任务进度",
"1207329623": "兰纳罗小游戏",
"1207541170": "与「船长」小蒙对话",
"1207564076": "用于控制回滚创建圈",
"1207659508": "判定是否进入了训练和沙场线",
"1207671098": "寻找遗失的封魔珠",
"1207702036": "完成演出·终幕",
"1207725753": "邀约",
"1208896300": "和眼前的残影对话",
"1209300284": "对话1",
"1209373772": "探索神社",
"1209380908": "向岚姐回报",
"1209514620": "前往第二个点观察",
"1209773396": "与花散里交谈",
"1209964596": "获得彩蛋3道具",
"1210032692": "在四周搜集食材",
"1210562652": "与吉法师、派蒙一同在「琉璃亭」内用餐",
"1210563716": "隐藏-回滚隔离",
"1210666684": "失败",
"1210698468": "与阿扎莱对话",
"1211926388": "打破三组「须陀流心」",
"1212046244": "中位回滚任务",
"1212062428": "与扎卡里亚对话",
"1212971772": "收集瞳孔石增加7100607进度记录二",
"1213334844": "在梦中的桓那兰那,与兰那罗共度无忧节",
"1213360076": "击败拦路的魔物",
"1213978596": "陪同甘雨回到璃月港",
"1214069716": "与豆助和柴助对话",
"1214097100": "击败海乱鬼",
"1214434644": "随托马一起,前往远国监司办理手续",
"1214488628": "寻找呼喊芭芭拉的人",
"1214815380": "在营地中搜索维修材料",
"1215255900": "继续向上调查",
"1215261036": "将铃铛挂在神社周围",
"1215441188": "询问弘毅",
"1215514748": "将三份野菇鸡肉串交给男子汉杰克",
"1215969020": "根据索赫尔的考古笔记,深入沙漠探索",
"1216086076": "整理当下的情报",
"1216164564": "与矢田幸喜对话",
"1216768172": "调查矿堆",
"1217026964": "调查特定地点的植物",
"1217139223": "玛拉NPC送礼任务",
"1217333116": "与托克对话",
"1217344239": "对NPC3贿赂",
"1217616863": "驱邪之行",
"1217735140": "与丹吉尔对话",
"1217978359": "兰那罗唤醒13",
"1218391508": "与江城对话",
"1218417612": "种植完成等待天数_09",
"1218642988": "回报古拉布吉尔",
"1219026062": "与香菱交谈",
"1219860564": "回到本部,与珊瑚宫心海对话",
"1219948660": "和商人对话",
"1220127436": "回骑士团商讨对策",
"1220741356": "与维克多对话",
"1220849076": "返回之前岔路寻找线索",
"1221157580": "继续向前探索",
"1221516212": "增加进度",
"1221783788": "探听知易和尤苏波夫的谈话",
"1221877159": "风起地飞行训练-传送环",
"1222001804": "离岛封锁初始状态",
"1222139996": "了解参拍者的想法",
"1222391324": "接近「御影炉心」",
"1222602028": "与露子对话",
"1222922436": "去挖宝",
"1223753244": "找到总务司专员「沐宁」",
"1223764740": "清理盗宝团留在雷樱树上的「小手脚」",
"1224082807": "送礼任务测试",
"1224193660": "潜行失败之被发现了",
"1224520540": "继续跟随神里绫华",
"1224538383": "清籁逐雷记·其二",
"1224560300": "在附近寻找宝藏的线索",
"1224681980": "73193与赛芭闲聊",
"1225839734": "用「火」加热大锅202隐藏状态",
"1225921223": "层岩巨渊驻军控制任务",
"1226759180": "寻找藏镜仕女丢失的照片",
"1227159916": "打倒所有魔物",
"1227239572": "跟随孙宇",
"1227727148": "与派蒙交谈",
"1228032636": "击败被吸引过来的魔物",
"1228804847": "春水送礼任务",
"1228835380": "去教令院看看",
"1229826588": "回收雪山中七天神像附近的包裹",
"1229924180": "取得食材",
"1230098252": "进入「钵参花」的所在",
"1230247332": "布下陷阱",
"1231103828": "与凯万对话",
"1231577884": "帮纪芳送书",
"1232109215": "在C点对话",
"1233269688": "与查尔斯对话",
"1233513532": "记录调查点进度",
"1233740308": "对话任务记录进度3-1(手动)",
"1233784548": "与兰百梨迦对话",
"1233975348": "特殊显示任务",
"1234305484": "收集丢失的五本图书",
"1234404780": "与吉法师对话",
"1234612495": "一日巫女",
"1234618156": "前往目的地,使用「羽毛」",
"1234677860": "与派蒙讨论",
"1234696468": "与纳杰特对话",
"1234722964": "接取任务",
"1234969212": "渊下宫变成黑夜",
"1235401567": "听听琴和神秘人的对话",
"1235589328": "收集绳索",
"1235645932": "与可莉对话",
"1236060895": "与温迪对话",
"1236736591": "乱世轮舞",
"1236771300": "前往征文现场提交稿件",
"1236982564": "靠近巨大的花朵",
"1237078119": "容彩诗镜·其二",
"1237113684": "靠近御座",
"1237418612": "击败「公义」",
"1237657204": "废弃",
"1237680640": "收集「史莱姆凝液」",
"1237726036": "获得丘丘人暴徒战利品",
"1238138367": "被守护者的灵柩",
"1238203600": "与蒂玛乌斯对话",
"1238350148": "桥接任务(购买礼物)",
"1238825079": "在B点对话",
"1239511276": "将漂流瓶带给小蒙",
"1239773364": "找到机关",
"1240290460": "收集丢失的五本图书",
"1240324911": "与派蒙对话",
"1240373996": "探索地下区域4",
"1240675644": "在附近寻找宝藏的线索",
"1240773698": "前往闪光处调查",
"1240909480": "找到宁禄先生",
"1241157092": "回到营地",
"1241232796": "*废弃",
"1242085764": "与玛达赫对话",
"1242140954": "跟随阿飞找到船长",
"1242287908": "与奥列格对话",
"1242796612": "与老何一起前往收集「蘑菇肉」",
"1243040172": "与盗宝团成员对话",
"1243067020": "和森之子交谈",
"1243798276": "刷NPC",
"1244320144": "与凯瑟琳对话",
"1245320908": "监测看见黑烟1",
"1246487436": "进圈接取任务",
"1246567190": "回到清泉镇,参加料理对决",
"1246699100": "完成对话",
"1246706484": "与茅葺对话",
"1246755884": "靠近黑雾",
"1247212332": "前往城门附近,寻找出城的办法",
"1247350044": "与兰那罗一起享用大餐",
"1247566740": "向加尔恰回报",
"1247977932": "与沐宁对话",
"1248003967": "与迪卢克对话",
"1248477484": "与线人对话",
"1248556596": "跟随艾尔海森",
"1248795951": "飘浮之灵,调查完毕",
"1249019230": "还差一次完成对话的控制环(隐)",
"1249355868": "对话旭东",
"1249370826": "完成玩法",
"1249992324": "前往「天目锻冶屋」",
"1250114404": "与戚楠对话",
"1250445676": "隐藏检测获取物品",
"1250601940": "再度离开-克里托夫",
"1250708364": "向萍姥姥回报",
"1251042716": "与云堇对话",
"1251094460": "将材料交给阿贝多",
"1251410276": "返回大日御舆处,寻找阿祇",
"1251446105": "一锤定音的食材",
"1251952642": "与索拉雅对话",
"1252196860": "在荒废神社中继续调查",
"1252888948": "启动虚界塔控制器",
"1253108244": "与返回的阿贝多交谈",
"1253123692": "前往小卷所说的洞窟",
"1254202940": "(废弃)",
"1254410132": "向拉玛询问情况",
"1254529601": "寻找开启石碑的线索",
"1254603308": "试着与罗杰交流",
"1254865159": "海灯节的诗与画之一",
"1254931676": "击败雷之神",
"1255092948": "一阶段完成对话",
"1255243756": "前往训练场",
"1255699348": "向阿芷回报",
"1256087934": "寻找涤尘铃",
"1256602508": "与魈对话",
"1257111548": "进入地道尽头的秘境",
"1257243868": "隐藏完成对话子任务",
"1257348350": "海灯节完成标记任务",
"1257866428": "废弃",
"1258187796": "完成志琼的委托",
"1258198127": "须弥告示牌酒吧",
"1258497484": "开始调制酒品",
"1258978784": "将调酒材料交给查尔斯",
"1259173732": "根据提示探索周围",
"1259265924": "前往迪弗旧窟",
"1259603388": "与清昼对话",
"1260139196": "前往「万民堂」",
"1260237404": "前往营地",
"1260308660": "对话刷绘马",
"1260352655": "心怀叵测之人…?",
"1260897612": "获取「兰赫玛」灵药",
"1261447500": "前往乌有亭",
"1261485580": "失落之森机兵13完成",
"1261492916": "在半决赛中获胜",
"1261871556": "将一份蒲公英带给葛瑞丝",
"1263022980": "与哈里斯对话",
"1263284583": "低温预警",
"1263352991": "班卡NPC送礼任务",
"1263395012": "跟奶奶讲话",
"1263583980": "与工匠对话",
"1263586826": "防止进度被重置",
"1263629703": "沙姆斯NPC送礼任务",
"1263816175": "情报交换",
"1263839260": "询问村中老人关于秘华石的情报",
"1264373284": "第一波营地清剿",
"1264388612": "reminder",
"1264422188": "以正确的角度打碎地下石堆3",
"1264572870": "从战备室获取材料",
"1265303012": "与汤雯对话",
"1265326940": "海底遗迹沉船",
"1265774962": "将杏仁豆腐带给沉香",
"1265883736": "将《神霄折戟录》物归原主",
"1265924404": "跟随故事的指引进入城堡",
"1266281436": "将收集到的日志交给史蒂文斯",
"1266497828": "判定交付禽肉",
"1266536572": "播放翠光CG",
"1266852148": "隐藏判断是否选择入战",
"1267589028": "前往达达乌帕谷",
"1268056612": "开启挑战",
"1268787508": "准备",
"1269272492": "前往璃月港的码头",
"1269309116": "尝试挖掘埋藏的物件",
"1270216764": "继续探索山洞",
"1270970804": "2.6对话后不能传送到未解锁的场景",
"1271021852": "将图纸交给「留云借风真君」",
"1271066001": "表现控制逻辑",
"1271153492": "派蒙开车用",
"1271392188": "再寻找三枚奇异的「牙齿」",
"1271426596": "三阶段桥接任务",
"1271747492": "找到兰梨娄!",
"1271918668": "收集雷光电石",
"1272381551": "画外旅照·青植之篇",
"1272419916": "继续前进,前往觉树之堂",
"1273003092": "疏通岛屿水脉",
"1273876558": "寻找深渊法师的踪迹",
"1275350332": "陪班尼特购物",
"1276182980": "回收「式大将」的「拓本」",
"1276674084": "前往珊瑚宫",
"1276820900": "与古拉布吉尔对话",
"1277062172": "前往采摘蘑菇",
"1277102767": "隐藏传送点光源控制",
"1277293284": "倾听并解决蒙德居民的烦恼",
"1277313396": "与小仓澪对话",
"1277610356": "追查声音的来源",
"1278058028": "前往盗宝团营地",
"1278550172": "前往第一个点观察",
"1278651252": "与龟井宗久对话",
"1278824940": "竹签·末吉(抽到竹签变量1,交付竹签变量0)",
"1278948111": "进入庙宇",
"1279015868": "与提尔扎德对话",
"1279291351": "神工天巧",
"1279414916": "在祭坛处与露子对话",
"1279664220": "回滚隔离",
"1279802228": "将信带给塞琉斯",
"1280582572": "与加扎里先生对话",
"1281048012": "前往城门口",
"1281572396": "前往荼诃之座寻找兰百梨迦",
"1282191663": "葛罗丽的心愿",
"1282499580": "保护我的保护",
"1283285796": "与旭东对话",
"1283426972": "前往甘雨的修炼地点,与甘雨对话",
"1283508791": "近在咫尺的目标",
"1283695076": "和派蒙对话",
"1283717132": "调查丘丘人营地中的线索",
"1283867652": "打听传说中的岛屿",
"1284419164": "与言笑对话",
"1284479508": "前往海祇岛约定地点",
"1284563964": "与泽维尔对话",
"1284731607": "寻宝的方法之一",
"1285413316": "与班尼特对话",
"1285509242": "对话NPC",
"1286028900": "(隐藏任务)回到蒙德城,寻找维多利亚修女",
"1286724684": "与「背上鼓鼓的人」对话",
"1286758532": "回收勘测信标",
"1286917100": "为沃尔夫冈留下提示的刻痕",
"1287097156": "暗号获得Talk",
"1287257636": "对话任务记录进度3-1(自动)",
"1287681004": "寻找一块夜泊石样品",
"1287791580": "向两人询问情况",
"1287947924": "前往夜兰指引的地点",
"1288245444": "与托马和九条镰治交谈",
"1288265708": "与爱德琳对话",
"1288606044": "与云堇对话",
"1288958420": "找到海灯图标记的位置",
"1290355404": "回滚执行",
"1290520844": "与迪希雅对话",
"1290731340": "继续跟随气息寻找线索",
"1291630396": "与镀金旅团对话",
"1291890804": "隐藏-阅读过盗宝鼬训练手册检测",
"1292011916": "与哈特姆交谈",
"1292246484": "前往千风神殿",
"1292488018": "与若心对话",
"1292779164": "糖果选择2号后续",
"1292867372": "前往石门附近",
"1293032679": "拆除QQ人营地",
"1293501340": "回到鸣神大社,与八重神子对话",
"1293707372": "隐藏-玩法完成",
"1293979012": "前往明冠峡寻找艾伦",
"1293985596": "在风神像手上播撒蒲公英",
"1294066548": "沿着通道进行探索",
"1294205908": "追上离开的孩子们",
"1294295919": "物归原主又归原主",
"1294439900": "将三份制作霄灯的材料交给清昼",
"1294538393": "神秘的声音",
"1294603012": "击败史莱姆,完成实验",
"1294672108": "开启元素视野追踪痕迹",
"1295081748": "在蒙德野外寻找史莱姆",
"1295377260": "与唐无仇对话",
"1296033324": "回到木漏茶室",
"1296562183": "拿到剑冢中心宝物",
"1296777172": "搜集三份星银矿石",
"1297698596": "与维克多对话",
"1297720692": "与阿桂对话",
"1298098244": "与法莎对话",
"1298124847": "互通有无?",
"1298146388": "向胆小的莫罗回报",
"1298154004": "陪同影逛街",
"1298542144": "与玛乔丽对话",
"1298808530": "聆听志华与绮命的对话",
"1299084124": "与莎拉对话",
"1299839052": "与平藏交谈",
"1300404604": "将材料交给伯桓子",
"1300964095": "与温迪对话",
"1300983703": "法卢克NPC送礼任务",
"1301067644": "与胭儿对话",
"1301075884": "与扎卡里亚对话",
"1301205263": "领取雷泽",
"1302184756": "阻击逃窜的盗宝团",
"1302603692": "与派蒙对话",
"1303840271": "测试前",
"1303855846": "向岚姐回报",
"1304067156": "与荒泷一斗对话",
"1304278167": "阿兹拉NPC送礼任务",
"1304578196": "与荒泷派众人对话",
"1304605676": "解救小狸子",
"1304727532": "调查前方区域",
"1304785924": "reminder",
"1304990284": "击败深渊法师",
"1305059116": "将优丹送回维摩庄",
"1305187476": "向寝子回报",
"1305229564": "击退镀金旅团",
"1305321124": "雕像二镶嵌进度记录",
"1305523580": "前往死兆星号",
"1305552636": "派蒙对话",
"1305865116": "与志琼对话",
"1305894916": "向望雅回报",
"1306185044": "与甜甜对话",
"1306334020": "与「式大将」对话",
"1306457268": "继续向前追踪",
"1306684047": "钙化池主题玩法彩蛋任务",
"1306737215": "与安柏对话",
"1306739359": "家乡之味",
"1306753964": "与平藏交谈",
"1306845191": "派中法度",
"1307790050": "调查周边的营地",
"1307908468": "追查深渊教团的踪迹",
"1309828047": "重大决定",
"1310403828": "将两罐果酱交给阿拉耶什",
"1310590160": "与葛罗丽对话",
"1310590375": "哈里NPC送礼任务",
"1310670380": "花散里消散CS后切换天气场景1",
"1310917540": "前往下方的房间",
"1310943708": "与兰利遮对话",
"1310946204": "前往远国监司会场",
"1311301100": "与芭尔瓦涅对话",
"1311723692": "传送",
"1311789012": "交错洞穴碎片CS",
"1312342369": "蒙德传送点教学",
"1312545172": "隐藏任务用于收束前往灰色交易线",
"1312574156": "跟烟绯对话",
"1312979684": "前往层岩巨渊下层",
"1313421404": "前往雪山中的洞窟放置包裹",
"1313423162": "完成玩法",
"1314035508": "到约定地点与迪娜泽黛对话",
"1314070332": "击败遗迹重机",
"1314106692": "与早柚交谈",
"1314146948": "陪老兵祭奠之前的战友废弃",
"1314318140": "与兰那库拉对话",
"1314440276": "放置勘测信标",
"1314692884": "与八重神子对话",
"1314779276": "任务领取条件,玩家是男是女",
"1315246492": "前往镀金旅团营地",
"1315322188": "前往稻妻城的町街",
"1315646999": "坚冰,易溶于酒",
"1316411263": "逢岩送礼任务",
"1316535015": "删除试用角色",
"1317077700": "回去向拉菲克说明情况",
"1317245846": "向巴顿了解最近的话题",
"1317539644": "劝服3-1",
"1317909148": "开启",
"1317918148": "与杰克对话",
"1318112212": "进度记录1",
"1318734142": "向淮安回报",
"1318954144": "进入「飞云商会」",
"1319521236": "隐藏-完成两个楔子后播reminder用任务",
"1319814096": "找莎拉听取委托内容",
"1319998060": "对「天狐雕像」使用「雷」的力量",
"1320004652": "继续向前探索",
"1320859980": "触碰「纸垂」",
"1321160468": "在营地进行调查",
"1321968060": "与莫娜对话",
"1322026204": "隐藏任务发瓶子",
"1322032572": "追随孩子们,前往拉娜的家",
"1322581295": "盖曼送礼任务",
"1322716564": "与梵米尔对话",
"1323791540": "将寻到的戒指交给塔列辛",
"1323962116": "与修斯对话",
"1324016784": "前往异常地点",
"1324443644": "开启挑战",
"1324536198": "与参加典仪之人交谈",
"1324837556": "获取柳达希卡的衣服",
"1325659087": "龙蜥寻踪",
"1325885636": "与安东对话",
"1325964100": "和阿凡聊聊",
"1326089620": "与言笑对话",
"1326230004": "与早柚交谈",
"1326383551": "棋定风寂",
"1327057092": "*隐藏发石板",
"1327144688": "与艾拉·马斯克对话",
"1327237442": "对话NPC",
"1327408820": "巫女首次对话隔离",
"1327950316": "隐藏任务用于记录任务进度",
"1327959831": "兰那罗打怪06",
"1328371940": "与阿汉格尔对话",
"1328609292": "回到海祇岛",
"1328856332": "回滚隔离",
"1329185129": "语言交流",
"1329468272": "与玛格丽特对话,完成委托",
"1330975996": "与小蒙对话",
"1331273124": "继续找市民交谈",
"1331489212": "隐藏刷怪物Group",
"1331707108": "继续用「元素视野」寻找古物",
"1332155604": "废弃",
"1332219100": "询问大家的口味(2/3)",
"1332238996": "失败",
"1332433406": "在厨房查看",
"1332910007": "前所未闻的奇妙比赛?",
"1332953532": "击败海妮耶",
"1333189220": "等待种植_00",
"1333485444": "前往指定地点战斗",
"1334164180": "前往珊瑚宫,寻找心海",
"1334905012": "与稻妻的凯瑟琳谈谈",
"1335134247": "机关烹饪之法·之三",
"1335179340": "拜访阿茂和顺吉",
"1335362548": "将石板交给索赫尔",
"1335570612": "劝说小吉",
"1335641564": "隐藏-记录一天的游玩次数",
"1336197519": "直面悠远的回响",
"1336569076": "前往誓言岬",
"1336764668": "与若心对话",
"1337289588": "使用机关正确引导光路",
"1337506516": "与鲁道夫对话",
"1337778260": "第6天隐藏控制出圈",
"1337930438": "判断是否完成海灯节",
"1338066244": "种植完成等待天数_04",
"1338279836": "将3个帕蒂沙兰交给芭尔瓦涅",
"1338489492": "深入「桓那兰那」",
"1339289127": "清籁逐雷记·其三",
"1339493892": "回去找阿贝多",
"1339750420": "与辛焱对话",
"1340038620": "与NPC对话",
"1340172596": "以正确的角度打碎地下石堆1",
"1340649780": "竹签·大吉(抽到竹签变量1,交付竹签变量0)",
"1341302620": "与加扎里先生对话",
"1342707756": "与迪希雅对话",
"1342823860": "击败来袭的愚人众",
"1343078623": "诺艾尔的侦察行动",
"1343626103": "海乱鬼与浮浪人引起的混乱",
"1344041844": "找寻庆次郎作恶的证据",
"1344047740": "搜集「炽热的骗骗花蜜」",
"1344094796": "寻找宝藏",
"1344578796": "与凯万对话",
"1344645388": "与托克对话",
"1345090431": "治愈的本职",
"1345103596": "前往鸣神大社下方的洞窟",
"1345174956": "抓住鬼兜虫",
"1345365988": "与神里绫华对话",
"1345664770": "击败魔物",
"1345672752": "前去查看详请",
"1345885372": "进入道场击败对手",
"1346489724": "帮纪芳送书",
"1346506204": "与兰般度对话",
"1347019492": "守护地脉镇石,击退敌人",
"1347308780": "前往长野原烟花店",
"1347479118": "寻找「征兆」",
"1348186612": "检测是否直接完成了苗圃之后才来对话",
"1348255420": "调制饮品",
"1348438804": "击退来侵扰的怪物",
"1348594927": "送礼任务测试",
"1348662588": "隐藏-开始顺序击破",
"1348701534": "在蒙德城与凯瑟琳对话",
"1349287036": "返回勘探队营地,与志琼对话",
"1349517124": "和泽维尔对话",
"1349771479": "跟上雷泽",
"1350143516": "播CS",
"1350250684": "与派蒙对话",
"1350306783": "海灯节d1-2解谜",
"1351250948": "与派蒙对话",
"1351580231": "来试试「七圣召唤」吧!",
"1351686223": "搜集线索,追踪「怪鸟」",
"1351851071": "派蒙的说明",
"1352468124": "茶馆氛围",
"1352989180": "寻找缺失部件",
"1353252137": "新的风暴尚未出现",
"1353253060": "*废弃",
"1353485748": "启动机关",
"1353848588": "与上杉交谈",
"1354087015": "渡-钓鱼小子",
"1354664582": "与李丁对话",
"1354844551": "搜集线索,追踪「怪鸟」",
"1355159868": "前往快刀陈的小吃摊",
"1355189468": "检测是否完成挑战2",
"1355237348": "找到炮弹",
"1355287180": "跟随早柚前往休息地点",
"1355292572": "流沙坑方尖碑对话",
"1355486436": "与勘定奉行的成员交谈",
"1355538116": "与莱依拉切磋",
"1355580567": "暂留此影",
"1355683247": "山洞栖木",
"1355887140": "击败所有丘丘人",
"1355891481": "璃月游戏",
"1355902052": "解冻所有「碎片」",
"1356290148": "等交付",
"1356324460": "焕发蕈兽的潜能",
"1356840444": "与诺艾尔对话",
"1357450129": "遗失之书",
"1357796788": "发阅读物A",
"1357995164": "前往大日御舆底部",
"1358250708": "向玉霞回报",
"1358845351": "幻影心流活动任务_控制闲置对话",
"1359816337": "冒险等阶突破·二",
"1360041119": "忧郁先生",
"1360417396": "追上艾尔海森",
"1360421014": "收集仪式所用道具——冰雾花",
"1360752956": "将失物搬运上「浪船」",
"1361380004": "使用草元素的力量为幼苗「施肥」",
"1362469060": "回滚隔离",
"1362920500": "完成元素视野解谜",
"1362952376": "与凯瑟琳对话",
"1363459556": "竹签·大凶(抽到竹签变量1,交付竹签变量0)",
"1363523636": "烹制「黄金蟹」",
"1363561276": "与若心对话",
"1363640567": "兰那罗打怪08",
"1363689351": "兰那罗交付14",
"1363943652": "调查周围",
"1364732756": "将情况告诉百代",
"1365061964": "监测看见黑烟2",
"1365241516": "清除路障",
"1365934348": "*隐藏*探索魔鳞医院",
"1366188620": "对话任务记录进度4-3(自动)",
"1367498670": "玉京台请仙场景:只剩香炉任务(待隐藏)",
"1367937124": "拍摄化石照片",
"1367946072": "订餐人判定2",
"1368059500": "与维克多对话",
"1368205116": "与戴因斯雷布对话",
"1368454404": "打扫浅濑神社周围的落叶",
"1368546351": "无",
"1368838804": "探索透明遗迹",
"1368956508": "找到海灯图标记的位置",
"1369007220": "与黑田交谈",
"1369302348": "与汤雯对话",
"1369501844": "与九条裟罗对话",
"1369745060": "打开石中植物",
"1370638612": "打倒丘丘岩盔王",
"1371546596": "进入乌有亭",
"1371619276": "与万叶交谈",
"1371792908": "与泽维尔对话",
"1371845911": "隐藏矿石图鉴成就控制",
"1372593972": "与菲尔戈黛特对话",
"1372728484": "到城外调查线索",
"1373011415": "日轮与菅名山",
"1373346804": "尝试到达特别的洞口",
"1373424172": "挖掘蓬蓬果的根部",
"1373468252": "随爱德琳进入晨曦酒庄",
"1373499116": "隐藏传送回大世界",
"1373647526": "防止进度被重置",
"1373802927": "善后工作",
"1373989092": "和夜鸦团长对话",
"1374136092": "回收雪山中水域边的包裹",
"1374832268": "与诺艾尔对话",
"1374861948": "抵达试刀之所",
"1375056212": "为琴调制指定饮品",
"1375549860": "村长初次对话检测",
"1375722092": "与安东尼对话",
"1377160944": "将日落果交给昆恩",
"1377198295": "好奇的帕琪NPC送礼任务",
"1377628980": "击败流浪武士",
"1377837348": "与托克对话",
"1377848956": "进行一次「挖宝」挖出老臭的赔礼",
"1377986044": "与阿妮萨对话",
"1378214780": "使用睦疏之匣,完成挑战",
"1379393724": "漂流瓶1",
"1379816492": "与派蒙交谈",
"1380251900": "前往八重堂",
"1380360110": "与「信众」们交谈,了解「掇星攫辰天君」",
"1380727540": "第2天隐藏控制出圈",
"1381102636": "回收洞窟附近的包裹",
"1381306625": "调查狂风之核的去向",
"1381476860": "与幻影对话",
"1381565052": "与派蒙对话",
"1381568004": "从盗宝团身上拿到宝物",
"1381629092": "到达位置1范围时开车",
"1382099724": "回滚隔离",
"1382190356": "与钱眼儿对话",
"1382202343": "清籁旧宝",
"1383545015": "2.1新手引导新增",
"1383585004": "向留云借风真君回报",
"1383635313": "调查奇怪的扎营地",
"1383706684": "跟上吉法师",
"1383810996": "前往密室",
"1384364908": "桥接",
"1384396556": "与大伴对话",
"1384689132": "与兰犍多对话",
"1384819804": "进入最终的房间",
"1385582236": "向清昼回报",
"1385711116": "与阿贝多对话",
"1385796447": "更新计时变量",
"1386263820": "向王平安回报",
"1386322847": "与安柏对话",
"1386355991": "画册Group6",
"1387521719": "初窥戏中意",
"1387734292": "向路爷回报",
"1387818868": "调查走廊深处的庭院",
"1388173383": "给丽莎挑选花",
"1388424852": "将餐品送给随缘的铃官",
"1388571831": "山海八所巡礼·风来坊内鉴录",
"1388933119": "离岛逃离计划",
"1389130364": "对话,回滚用",
"1389313556": "前往菅名山",
"1389387236": "与诺艾尔对话",
"1389771111": "神社占卜假扮巫女常驻",
"1389779383": "加斯顿NPC送礼任务",
"1389896276": "*隐藏*到地方强制进入对话",
"1390464364": "测试玩家离开 scene3",
"1390698892": "获得另一个「伊达的认可状」",
"1390857196": "跟随脚印寻找阿晃",
"1391780824": "收集木材",
"1391917972": "前往璃月港",
"1392423036": "根据元素痕迹寻找百代",
"1392607116": "判断是否找齐龙牙",
"1393988562": "直接清理营地",
"1394820087": "万民鲜食",
"1394969108": "逃离主岛处理",
"1395171756": "种植完成等待天数_05",
"1395433252": "隐藏-璃月三阶段完成后-千岩军的对话",
"1395698412": "任务A普通完成奖励发放",
"1395866143": "信盛送礼任务",
"1396056308": "(hide)隐藏检测信件",
"1396059692": "与「大姐」对话",
"1396385968": "酒豪的评价:中!",
"1396528588": "跟随大和田",
"1397124020": "登上山顶",
"1397190636": "等待到晚上(19:00-22:00)",
"1397464484": "江舟衔接",
"1397849156": "最后完成哨塔",
"1398072844": "与绀田传助对话",
"1398123516": "组合虚界暗塔",
"1398177452": "打黑烟2",
"1399757127": "稻妻七本刀",
"1400623775": "位置保护尝试",
"1400960060": "与面前的愚人众交谈",
"1401357231": "*隐藏*探索地下洞穴",
"1401617780": "跟孙女对话",
"1402020868": "了解参赛者的实力",
"1402145372": "与兰贡迪对话",
"1402230460": "前往指定地点,搭乘「浪船」",
"1402442692": "与众人讨论",
"1402674180": "与小雨对话",
"1402955092": "击杀鳄鱼王",
"1403054420": "*废弃",
"1403459271": "爬上岩台",
"1403459924": "交出猎鹿人特产",
"1403609452": "与安娜对话",
"1404106168": "酒已经调好,快去给酒豪喝吧!",
"1404970852": "将材料交给百代",
"1404996148": "与吉盖克斯对话",
"1405290839": "向霍夫曼了解骑士团的情况",
"1405477124": "选择炼化",
"1406093356": "废弃",
"1406111932": "领取任务用任务",
"1406496518": "向刘苏回报",
"1406943367": "隐藏-唐无仇任务后续闲置对话和彩蛋控制",
"1407142220": "古树碎片进度记录",
"1407322076": "reminder",
"1407343420": "进入晨曦酒庄",
"1407437252": "玩法开始",
"1407482676": "与马鲁夫对话",
"1407634700": "前往地下",
"1409302260": "与万叶对话",
"1410686844": "前往取景地",
"1411016508": "深入流浪武士的藏身处",
"1411499416": "保证木桩存活",
"1411834668": "记录下存储装置的画片",
"1412169620": "前往奥摩斯港",
"1412182052": "向丘丘人回复",
"1412474175": "人前人后",
"1412733772": "激活祭坛",
"1412917060": "与稻叶久藏对话",
"1412917860": "搜寻线索",
"1413161172": "前往不卜庐",
"1413224060": "与瓦尔坦和古尔根对话",
"1413775764": "前往前方的遗迹处",
"1413776660": "完成「反雷电将军特训」",
"1413912295": "「那位先生」的计划",
"1414251396": "找多莉打听情报",
"1414302447": "成长的烦恼",
"1414640852": "与谢夫凯特对话",
"1414800718": "寻找三位工人",
"1414881444": "沿道路前进",
"1415255484": "再寻找三枚奇异的「牙齿」",
"1415735396": "使用「苦舍桓」开辟通路",
"1415844535": "初识暗渊毒瘴现",
"1416116084": "言笑上菜用",
"1416152572": "与学者对话接取任务",
"1416620004": "与柳达希卡对峙",
"1416628964": "前往「大肉丸」感应之处",
"1417136215": "装作顾客与迪卢克搭话",
"1417316676": "与薇尔对话",
"1417555518": "隐藏 钟离登场CS(琉璃亭室内)",
"1417693980": "前往平台上的裂口",
"1417933340": "与莎莉对话",
"1417949884": "cs树叶生长",
"1418770028": "玩法完成",
"1419027876": "调查在此驻足的人的痕迹",
"1419624812": "清除怪物营地3",
"1420003420": "解开无人岛的秘密",
"1420126321": "花洲有客栈",
"1420275631": "恩忒卡NPC送礼任务",
"1420632188": "帮小白搜集制作霄灯的材料",
"1420723729": "占位",
"1420908524": "拉回玩家",
"1421304631": "七星选拔",
"1421692900": "回滚保护",
"1422153524": "与经纶对话",
"1422585583": "兰那罗打怪03",
"1422712012": "与提尔扎德对话",
"1422718764": "与楠塔克对话",
"1422735249": "日志对话1",
"1423096428": "与莺儿对话取得香膏",
"1423385708": "寻找机关零件",
"1423460020": "离开洞穴",
"1423513884": "寻找阿贝多",
"1423691740": "跟随气息寻找线索",
"1423890447": "依据丽莎的喜好来点选菜品",
"1424082036": "向言笑回报",
"1424112471": "云与雾之信",
"1424390948": "解除9颗岩柱",
"1424662343": "画册Group5",
"1424791036": "获得神秘道具后与派蒙对话",
"1425285668": "回收勘测信标",
"1425563743": "予人以花",
"1425764260": "将十朵甜甜花交给海伦",
"1426652660": "9骑士",
"1426783708": "询问荒谷",
"1426860020": "完成对话",
"1426971076": "与万叶交谈",
"1427014791": "不速之客",
"1427467460": "前往骑士团",
"1427700351": "容彩诗镜·其一",
"1428098612": "商人和士兵闲置对话",
"1428311174": "触发NPC对话,绝对领域",
"1428416622": "谈判成功",
"1428832532": "前往天领奉行府附近指定地点",
"1428935548": "与安娜一同完成冒险家协会的委托",
"1428940940": "与派蒙交谈",
"1429598212": "寻找奔奔",
"1429915492": "与顺吉对话",
"1430201791": "漂流瓶任务用,发奖励",
"1430248604": "晚上豹子刷新时间",
"1430817404": "与泽维尔对话",
"1431123292": "使用「羽毛」寻找线索",
"1431516780": "将三份蒲公英籽交给葛罗丽",
"1431813012": "前往稻妻",
"1432039684": "跟随藤原俊子前往营地",
"1432241620": "完成栖木供奉",
"1432559800": "到达目标",
"1433062199": "苗圃梦见花种植计时任务_03",
"1433144120": "酒豪昆恩的当前位置",
"1434010940": "触碰「纸垂」",
"1434185156": "第二次关门",
"1434756556": "与朝仓对话",
"1434944380": "糖果选择3号",
"1435007468": "将样本带回给阿金",
"1435388393": "占位",
"1435726892": "前往稻妻冒险家协会",
"1435850196": "前往风龙废墟探查水晶矿",
"1435862684": "与菲尔戈黛特对话",
"1435924071": "镜头相关的对话测试任务",
"1436011735": "替丘丘行道!",
"1436027332": "前往附近的矿点",
"1436247292": "击退蕈兽",
"1436397628": "前往窗边",
"1436509591": "被抛出的徽记",
"1437084148": "前往「万有铺子」,与博来对话",
"1437103798": "与刘苏对话",
"1437634639": "冈崎陆斗送礼任务",
"1437824724": "回滚隔离",
"1438157500": "与雷电影交谈",
"1438332649": "调查并抄写石碑上的内容",
"1438676664": "前往调查遗迹",
"1439255036": "与甜甜对话",
"1439297868": "前往风起地",
"1439655612": "开启挑战",
"1439885591": "发二阶段羽毛",
"1439962918": "与博来对话",
"1440050644": "向志琼回报仓库发生的事",
"1440207775": "阿布丁NPC送礼任务",
"1440729500": "与顺吉一同前往「九十九物」",
"1440865604": "竹签·大吉",
"1441010044": "跟随夜兰",
"1441019412": "寻找塔列辛被偷走的戒指",
"1441066788": "与太郎丸对话",
"1441380860": "前往风起地",
"1441432932": "再次前往异常的地脉淤积点",
"1441453788": "等到第二天,再次前往木漏茶室",
"1441710452": "按照「航路留书」的指示航行,找到秘宝的线索",
"1442330492": "回滚隔离",
"1442762044": "在鸣神偶遇小男孩",
"1443196612": "与扎卡里亚对话",
"1443395860": "调查前方线索",
"1443562804": "前往临时营地",
"1443666684": "与关宏对话",
"1443754532": "获得道具block",
"1444002292": "发书4",
"1444058495": "铁块儿送礼任务",
"1444392932": "拦住盗宝团",
"1445013444": "与戴因斯雷布对话",
"1445245924": "击败「不怀好意的大家伙」",
"1445670327": "自律机关能源研究·结论",
"1446306495": "探索庙宇深处",
"1446635116": "刷走主角的面具",
"1446901703": "愿鲜花气息逗留",
"1447917388": "利用草元素使兰那罗恢复",
"1447988756": "与卯师傅对话",
"1448148308": "前往观看烟花会的地方",
"1448694788": "询问美和的建议",
"1448941340": "前往寻找深渊咏者",
"1449085468": "前往北边岛屿",
"1449558142": "询问小蒙",
"1449769356": "解救被怪物围攻的艾伦",
"1449893596": "打碎所有树枝",
"1449905940": "荒神社幽灵NPC1-3",
"1449925388": "解放所有「高门之火」",
"1449952036": "寻找雅科夫",
"1450258340": "与众人对话",
"1450737182": "前往购买夜泊石",
"1450756076": "与广海交付漂流瓶后的对话",
"1451511752": "与艾拉·马斯克对话",
"1451947724": "与辛焱对话",
"1452093284": "拜访蒂玛乌斯",
"1452419138": "在林中寻找遗落的书",
"1452435028": "已获得时通用对话",
"1452966788": "寻找藏起来的三人",
"1453300980": "废弃",
"1453926023": "克罗丽丝的植物研究",
"1453985486": "谈判失败",
"1454040668": "测试任务隐藏",
"1454077689": "水手的秘宝",
"1454224972": "隐藏-与沐宁对话",
"1454684732": "与亚琉对话",
"1455754932": "隐藏任务A完成发放奖励",
"1456326734": "向德贵回报",
"1456753023": "处理桌椅隐藏",
"1457123028": "前往蒙德炼金铺",
"1457131679": "来自关卡的开门回调-销毁钥匙",
"1457298156": "前往八重堂完成荐言",
"1457315188": "暗中观察情报商与陌生女子的争吵",
"1457364836": "寻找能完整看到残骸上图案的位置",
"1457365636": "与诺艾尔对话",
"1457484964": "回滚隔离",
"1457503540": "传送回去后的对话",
"1457676303": "与派蒙对话",
"1458309004": "与寝子对话 隐藏",
"1458314705": "委托人莎拉的忧愁",
"1458790860": "江舟B1",
"1458921662": "开始鉴定前的对话",
"1459071703": "重岩之意",
"1459253780": "前往指定区域进行调查",
"1460063660": "调配三个「特殊的磐石精油」",
"1460212356": "再寻找三枚奇异的「牙齿」",
"1460720580": "与云堇一同去「泡茶」",
"1461238780": "用正确的方式点亮元素方碑",
"1461307772": "与幻影对话",
"1462074860": "交付后对话",
"1462309108": "监听是否获取海螺2号",
"1462384932": "交付矿石",
"1462927508": "与卓也交谈",
"1463159596": "打倒看守在此的役人",
"1463349100": "前往降灵仪式现场",
"1463562752": "静置",
"1463648540": "寻找装置缺失的晶核",
"1463830652": "与众人对话",
"1464053836": "与五郎对话",
"1464114104": "古德温先生好像有烦恼",
"1464156892": "完成花题",
"1464337116": "寻找谜题的答案",
"1464489772": "与阿娜耶交谈",
"1464702167": "和村民三对话",
"1465475764": "与旭东对话",
"1465482700": "解冻所有「碎片」",
"1466031156": "偶遇镀金旅团",
"1466160108": "与派蒙对话",
"1466365828": "击败对手",
"1466678287": "层岩间章Part2.5",
"1466704740": "刷水壶辅助",
"1466852255": "书抵万金",
"1467339044": "与法伽尼对话",
"1467630740": "小安A3",
"1468008060": "帮助赞玛兰的同族",
"1468153079": "龙二送礼任务",
"1468671696": "收集1个「牢固的箭簇」",
"1468896895": "寻找元素痕迹",
"1468936668": "前往市集,执行纳西妲的计划",
"1469021524": "向霍夫曼回报",
"1469308340": "进度回滚隔离",
"1470165492": "和福迪尔对话",
"1470322236": "帮助旭东增大火力",
"1470478300": "回滚隔离",
"1470541868": "阿志离开-塔列辛",
"1470820716": "前往木漏茶室寻找托马",
"1470837708": "前往天使的馈赠",
"1470883156": "前往指定地点战斗",
"1471032225": "安柏深渊",
"1471203431": "开始飞行教学",
"1471415284": "将错位的海螺放回原位",
"1471807124": "打倒所有盗宝团",
"1472256268": "前往目标点,寻找食材",
"1472663524": "与小蒙对话",
"1473261380": "在桌边坐下",
"1473404783": "光钉自循环运作报告·摘要",
"1473580593": "红树寻宝任务Group3",
"1473635516": "触碰「纸垂」",
"1474260092": "判定插剑",
"1474815380": "与葛瑞丝对话",
"1474945436": "去信标放置处寻找志琼",
"1474968668": "防御回滚------",
"1475502329": "钥匙是易丢品",
"1475508708": "*废弃",
"1475922080": "完成莎拉的委托",
"1476070964": "与慧心对话",
"1476561985": "追击狂风之核",
"1476741887": "隐藏-层岩巨渊上层WQ关于若陀的内容的reminder控制任务",
"1476974508": "创建椅子",
"1478218548": "将相应材料交给小昭",
"1478253652": "继续前往沙漠拍卖会",
"1478804457": "与轻风同行",
"1478861143": "冒险…以外的事?",
"1479417308": "回到「三碗不过港」听书",
"1479512145": "太山宝贝满船归",
"1480522010": "完成玩法",
"1480972647": "前往蒙德",
"1481186868": "与云堇对话",
"1481267732": "和兰那罗们对话",
"1481935004": "和楠塔克对话",
"1482047164": "向琴汇报",
"1482258980": "*废弃",
"1482414084": "击败来袭的魔物",
"1482841572": "驾船前往「宝藏」所在之地",
"1482877356": "前往调查点进行解救",
"1483118884": "防御回滚------",
"1483370690": "将书页交给常九爷",
"1483934164": "竹签·末吉",
"1484101876": "寻找九条镰治",
"1484745604": "与吉法师对话",
"1485244340": "回滚保护",
"1485359252": "前往阿金标记的地点,取得泥土",
"1485598204": "刷键纹",
"1486224372": "与罗小妹对话",
"1486719428": "使用「羽毛」寻找线索",
"1486884716": "击败「瘴晦瘤」",
"1487661020": "与诺玛对话",
"1488158292": "与吉法师对话",
"1488216604": "与鹿野奈奈交谈",
"1488329876": "前往清籁岛,拍摄画片",
"1488485308": "前往「牙」之所在",
"1488540135": "听凯亚解释「宝藏」的真相",
"1488951268": "回收雪山中七天神像附近的包裹",
"1489163844": "最后一环传送",
"1489696716": "击退来袭的愚人众",
"1489732716": "取得「御灵珠」",
"1489864548": "与千岩军对话",
"1490006927": "勇气戴于心上",
"1490072164": "向民众打听消息",
"1490232590": "记录讲价进度",
"1490382604": "与北斗交谈",
"1491105359": "绝处逢生",
"1491220796": "阿瑠说话",
"1491243516": "差分1:对话结束休息",
"1491932343": "回滚的存档点",
"1492116396": "进入城堡上层",
"1492429736": "退出地城/完成交互 摧毁gadget",
"1492829788": "依照露子的指引激活所有祭坛",
"1493962532": "与哲平对话",
"1494234548": "寻找迪娜泽黛",
"1494813716": "循着猫的足迹向前探索",
"1494877543": "古田送礼任务",
"1495436988": "捡起面具",
"1495501791": "远吕羽氏遗事·其四",
"1495904223": "踏鞴物语·侦察是第一要务",
"1496031236": "回小仓屋取货品",
"1496705644": "寻找谜题的答案",
"1497365788": "打倒所有盗宝团",
"1497415364": "返回大日御舆,调查情况",
"1497526940": "向当地人打听",
"1497978148": "去到安静的地方",
"1498063756": "判断烧掉草垛",
"1498217892": "前往河滩边采集新鲜的嘟嘟莲",
"1498337268": "沿路前进",
"1498655836": "废弃",
"1498723212": "与阿釜对话",
"1498800732": "隐藏-如果完成了钟离线2",
"1498812447": "第一次搜索完成+ 可疑痕迹 对话",
"1499576052": "与菲利斯·尤格对话",
"1499678406": "与「公子」作战",
"1499694556": "为安娜演示操纵风之翼的方法",
"1500071284": "第4天隐藏控制出圈",
"1500178088": "烹饪蜜酱胡萝卜煎肉",
"1500259294": "与博来对话",
"1501820724": "废弃",
"1502314636": "跟随妮露前去参观舞台",
"1502399444": "跟上「被寻找之人」",
"1502643103": "知人知面",
"1502834220": "将机械零件送还给商人",
"1502926892": "送外卖倒计时",
"1503957444": "萨义德拍照隐藏任务",
"1503959927": "深泥奇谭",
"1504136008": "与吉丽安娜对话",
"1504326622": "结尾处理魈",
"1504664172": "将新鲜的金鱼草带给旭东",
"1504956804": "与兰拉迦对话",
"1505365428": "和江木对话",
"1505498004": "击碎周围的铁矿",
"1505679436": "前往雪山寻找「海中月」化石",
"1505721188": "点燃元能火炬",
"1505947734": "将情形告知言笑",
"1506191319": "三界路飨祭·其三",
"1506247356": "前往「月莲杯」赛场",
"1506335748": "调查特定地点的植物",
"1506545044": "前往路口查看情况",
"1506883988": "与「无名武士」对话",
"1507332112": "向特纳回报",
"1507437788": "前往「特训场地」",
"1507582768": "给查尔斯回报信息",
"1507604828": "前往有魔物威胁的地点",
"1507608872": "找查尔斯听取委托内容",
"1507710980": "劝说小威",
"1507824519": "鱼钩的奇异时光?",
"1508287036": "判定是否收集完成",
"1508391868": "与格奥尔格交涉",
"1508642068": "清扫「健康之家」附近的污渍",
"1508767042": "阅读笔记",
"1508953164": "向索拉雅回报",
"1509606148": "隐藏-开始顺序击破",
"1509857153": "父亲能做的事",
"1510448868": "与兰罗摩对话",
"1511221292": "与奥列格战斗",
"1511303543": "击败封魔龙弹结算",
"1511618516": "前往散兵所在地",
"1511624948": "保底",
"1511682905": "与索拉雅对话,玩家选择接取任务",
"1511774804": "与丘丘人对话",
"1511815532": "废弃",
"1511900455": "烈火踏歌行",
"1513279202": "找到藏起来的孩子",
"1513507623": "消灭埋伏的敌人",
"1513814177": "艾琳,未来的骑士——",
"1513972156": "再次降低水位",
"1514721476": "最后一环传送",
"1515309164": "与迪希雅对话",
"1515361148": "加载天气",
"1515476252": "等待晚上的驱邪仪式开始(18~24时)",
"1515521308": "跟随完",
"1517007052": "与「式大将」碰面",
"1517346980": "前往玉京台",
"1517760808": "检查背包里要有道具-霜劫精油",
"1517823996": "与小五交谈",
"1518339772": "向稻叶久藏回报情况。",
"1518381276": "前往远航之风",
"1518501975": "酒庄大扫除之二",
"1518701516": "在营地进行调查",
"1518744084": "向周围的人发出邀请",
"1518790268": "隐藏任务传送到化成郭",
"1519184903": "与琴对话",
"1520658585": "在终曲之前",
"1521336404": "跟随五郎寻找裕明",
"1521444060": "刷走食物",
"1521639380": "荒神社幽灵NPC1-3",
"1521750424": "与艾琳对话",
"1521781540": "NPC坐下站起",
"1521994092": "发现通往山顶的封印",
"1522008084": "寻找芭芭拉",
"1522447396": "依照渊上的指引,向前探索",
"1522536124": "与芭芭拉对话",
"1522661759": "千里寻音迹难觅",
"1522762247": "情境独占测试1",
"1522831556": "打倒所有魔物,并清除路障",
"1522876188": "回复酒井",
"1523181239": "给丽莎挑选礼品",
"1523270140": "击败盗宝团成员",
"1523449188": "#追上「{PLAYERAVATAR#SEXPRO[INFO_MALE_PRONOUN_SHE|INFO_FEMALE_PRONOUN_HE]}」",
"1523512428": "与伊凡诺维奇对话",
"1523555772": "探索透明遗迹",
"1523629766": "接受香菱的感谢",
"1524358876": "【废弃】与胡塞尼对话",
"1524419012": "与小姜对话",
"1524542415": "孤岛诊疗谭",
"1524550460": "第三次参拜神像3",
"1524815708": "陪阿芷前往磨坊",
"1524926558": "与「信众」们交谈,了解「掇星攫辰天君」",
"1525084604": "安抚弗莱琪姐弟",
"1525378460": "与龟井宗久对话",
"1525840820": "寻找兰纳真",
"1525920428": "跟随芷若",
"1526191420": "操作圣显棱柱,设法前往圣显厅上层",
"1526841460": "到南天门调查异常",
"1527140812": "绀田村封印",
"1527153159": "前往安柏指示的地点",
"1527282796": "打开第四扇门",
"1527489300": "向留云借风真君回报",
"1527703006": "与千岩军战斗",
"1528118444": "(废弃)前往猎鹿人",
"1528166548": "差分2:在原地时间到达结束休息",
"1528199070": "被NPC呵斥,绝对领域",
"1528447828": "与银杏对话",
"1528700631": "画册Group4",
"1528770932": "隐藏-控制老臭对话任务",
"1529046110": "与可疑人对话",
"1529055052": "了解周遭的情况",
"1529116964": "探索这座遗迹",
"1529124233": "孤芳",
"1529449852": "与清泉镇附近的埃德蒙德对话",
"1529450236": "再次与影交谈",
"1529797324": "操作装置,深入探查",
"1530151804": "与塔列辛对话获得诗篇",
"1530435279": "布特罗斯NPC送礼任务",
"1530521332": "废弃",
"1530692204": "隐藏-大侠拦住玩家摘花",
"1530774791": "落子定局",
"1530951088": "和法拉对话",
"1531275420": "将所需材料交给重云",
"1531362996": "【废弃】记录分支进度",
"1531423959": "霄宫线最后的闲置对话",
"1532890391": "兰那罗唤醒03",
"1533162900": "获取忘川之水",
"1533300332": "竹签·吉(抽到竹签变量1,交付竹签变量0)",
"1533382079": "控制温迪治疗的特效",
"1533422268": "进入走廊,深入探查",
"1533524068": "刷隐形NPCI",
"1533665858": "让丘丘人高兴后续对话",
"1533800140": "与悬空牢的残影对话",
"1534017260": "与寡言的廷方对话",
"1534062932": "前往下面的洞窟",
"1534429140": "向薇尔回报",
"1534511024": "运送餐品给活跃的欧琳",
"1534646767": "轻策来客任务奖励发放C",
"1534786532": "回滚隔离",
"1534893180": "前往绀田村了解情况",
"1534969620": "与罗因贾对话",
"1535244500": "黑屏文字和自动对话",
"1535311316": "放置测算用的信标",
"1535803924": "赤王陵地下方尖碑对话",
"1536121015": "派蒙提示对话-pre",
"1536242537": "离岛大告示板",
"1536370244": "与魈对话",
"1536700964": "与花散里交谈",
"1536826420": "与派蒙交谈",
"1537116695": "和温迪对话、结束测试",
"1537969383": "紧急措施",
"1538442212": "与香菱对话",
"1538605132": "寻找阿守等人的踪迹",
"1538871108": "向民众打听消息",
"1539073612": "找到秘宝的埋藏之地",
"1539096412": "跟踪熟悉的身影",
"1539251268": "发阅读物C",
"1539392612": "与NPC对话",
"1540112128": "前去查看详情",
"1540165068": "继续前往污染区深处",
"1540355660": "给北斗留影",
"1540365500": "与戴因对话",
"1540691548": "从卢妮雅手中夺回「须罗蕈」",
"1541389924": "捕捉邪恶狂风吧!(分支)",
"1541504604": "与荷贝特和凯万对话",
"1541610364": "调查枫原家的旧物",
"1541912526": "寻找宝藏,或者去听听博来的建议",
"1542135892": "将收集器交给伯特兰",
"1542249124": "将枣椰交给扎卡里亚",
"1543343044": "与早柚商量对策",
"1543425252": "在大巴扎附近逛逛",
"1543583031": "鱼之味",
"1543629436": "隐藏刷新对话中怪物",
"1544137100": "向阿茂展示正确的轻小说",
"1544580836": "探索地下区域3",
"1544711135": "林中奇遇",
"1544837012": "刷出常九爷",
"1545146038": "任务隔离,防止回滚",
"1545660590": "前往可疑地点查看",
"1545855108": "将三份海草带给木南杏奈",
"1546119556": "检测巫女解谜完成与否",
"1546583620": "陪蒙蒙去见小羽",
"1546741697": "派蒙总结",
"1546917520": "与凯瑟琳对话,询问详情",
"1547196196": "与钟离对话",
"1547364884": "与赛诺对话",
"1547369535": "D",
"1548510204": "和派蒙对话",
"1548620468": "继续下山清理",
"1548944076": "前往万民堂",
"1549225383": "贝海姆NPC送礼任务",
"1549682927": "海灯节D3-1解谜",
"1549865084": "依照渊上的指引,向前探索",
"1550219335": "与派蒙商量下一步行动",
"1550369284": "前往「三碗不过港」",
"1550654324": "与芙萝拉对话",
"1551703556": "遗迹玩法-解谜部分2_1",
"1552003884": "与索拉雅对话",
"1552064516": "隐藏scenepoint",
"1552761180": "在不被发现的情况下前进",
"1553847676": "寻找提纳里",
"1553944004": "与剧团成员合影",
"1554241188": "寻找散失的文献",
"1554605780": "寻找「丘丘人萨满草药汤」",
"1554705212": "研究画板",
"1554965836": "击败蕈兽",
"1555008556": "前往指定区域进行调查",
"1555029436": "与小月对话",
"1556064359": "帕森的墩墩桃需求",
"1556593852": "与豆助和柴助对话",
"1556817527": "潜行失败回滚",
"1556964212": "闲置对话",
"1557092364": "收集霄灯",
"1557251372": "前往码头附近的仓库",
"1557545468": "跟随塞塔蕾",
"1558140495": "鸣海栖霞",
"1558490220": "击败魔物,向万叶展示元素力",
"1558750204": "跟随气息的踪迹,寻找食材",
"1558856036": "与镀金旅团成员对话",
"1559996460": "寻找「昆布丸」",
"1560037804": "废弃",
"1560118535": "茱萸送礼任务",
"1560360144": "任务隔离,防止回滚",
"1560363636": "与玉霞对话",
"1561130192": "继续与瓦格纳对话",
"1561216124": "与盗宝团对话",
"1561461306": "对话NPC",
"1561626052": "前往蒙德冒险家协会",
"1561898116": "探索透明遗迹",
"1562048367": "全能美食队·美食小问答",
"1562660444": "第五日",
"1562660748": "陪宵宫和可莉一起去容彩祭看看",
"1563336500": "等待至翌日上午(次日早8点-12点),与大伴对话",
"1563542060": "寻找并点亮所有装置",
"1563999812": "与旭东对话",
"1564683591": "与安柏对话",
"1564737780": "将木材带给歌德",
"1564743410": "与沉香对话",
"1564778449": "清理元素紊乱点2",
"1565407756": "向船上的人讨要邀请函",
"1566564260": "前往「长野原烟花店」",
"1566913852": "丘丘人战斗开车",
"1567184279": "跟随安柏",
"1567443524": "废弃",
"1567714468": "防御回滚2-----",
"1567925708": "寻找伯桓子",
"1568575428": "与可莉对话",
"1568618263": "非自愿的祭献",
"1568654860": "抽到了大凶",
"1569369572": "向嘉义回报",
"1569473791": "踏鞴物语·终幕",
"1569597732": "和兰纳真对话",
"1569813663": "与冒险家对话,打听情报",
"1569819895": "翔太送礼任务",
"1570065132": "与甜甜对话",
"1570379420": "将餐品送给乔姨",
"1570389108": "完成挑战",
"1570427823": "神奇的霍普金斯NPC送礼任务",
"1570596164": "在材料堆放区调查2",
"1570597124": "废弃",
"1570943412": "指导小蒙进行烹饪",
"1571320412": "与柴染对话",
"1571354332": "隐藏播放镜头",
"1572107004": "击败遗迹守卫",
"1572151167": "食莲者后续玛乔丽",
"1572210700": "扮演愚人众与五郎对话",
"1572322892": "离开「遗迹巨像」",
"1572554711": "传送出去&回滚",
"1572744340": "解救被围困的武士",
"1572811180": "烹饪【美味的萝卜时蔬汤】",
"1573743324": "继续拜访「潜在客户」",
"1573845620": "击败蕈兽",
"1574085012": "(废弃)将钓上来的鱼交给楠塔克",
"1574229207": "花与云之诗",
"1574641476": "与季同对话",
"1575030660": "与莱依拉切磋",
"1575041284": "再次与纳西妲交谈",
"1575491428": "协助蒂玛乌斯和莺儿",
"1576125780": "73206与阿凡闲聊",
"1576288956": "破除洞天结界",
"1576700868": "将霄灯交给王扳子",
"1576804604": "寻找关于老何的线索",
"1577160796": "去城外寻找阿娜耶",
"1577305428": "向阿幸回报",
"1578393284": "与神里绫人交谈",
"1578558140": "跟随九条裟罗前往天领奉行府",
"1578779348": "回滚保护",
"1579011519": "前往奔狼领",
"1579214388": "前往望舒客栈旁边的小渔村",
"1579327743": "获得风龙泪滴",
"1580080852": "合成薄荷精油",
"1580440255": "兰纳真洞二竞争",
"1580447239": "破碎证言",
"1580489124": "向路人询问",
"1580846308": "玩法开启",
"1580941620": "遗失2",
"1580953412": "用于完成成就的隐藏任务",
"1581132428": "与卯师傅对话",
"1581597076": "回滚隔离",
"1581673774": "与霖铃对话",
"1582173348": "击败深渊使徒",
"1582549436": "打倒所有蕈兽",
"1583187516": "前往路线最后的营地",
"1583730180": "回去和望雅对话",
"1583760820": "打听小说销售情况",
"1583997436": "(hide)删除洋葱哥",
"1584633716": "去信标放置处寻找志琼",
"1584856492": "爆炸演出",
"1584900431": "万端珊瑚事件簿·迷惑行动",
"1585369924": "前往码头给渔夫留影",
"1585747584": "与吉丽安娜对话",
"1586065268": "提前找到久利须",
"1586626220": "回报古拉布吉尔",
"1586653356": "与阿茂对话",
"1586764170": "找到莲蓬",
"1587009484": "与凯瑟琳交谈",
"1587321660": "与神里绫华对话",
"1587461004": "向路人询问",
"1587550404": "隐藏任务用于完成主任务",
"1588973772": "询问周平的建议",
"1589495903": "继续前往蒙德城",
"1589674204": "桥接任务A",
"1590246900": "返回团长办公室",
"1590276948": "参赛并获胜",
"1590707636": "抵达目标点,避免被击飞或受到伤害",
"1590905204": "与男子对话",
"1590973511": "畅畅想要编花环!",
"1591030452": "与众人对话",
"1591115620": "跟随诺艾尔",
"1592210448": "酒豪的评价:中!",
"1592354382": "走近观礼人群,等待典仪开始",
"1592438874": "靠近古石台",
"1592776892": "种植完成等待天数_10",
"1593027063": "隐藏勇气余晖结束后第二天",
"1593354312": "消灭所有魔物并摧毁路障",
"1593551156": "整理信件",
"1593650964": "前往救援遇到危险的人",
"1594139127": "与琴对话",
"1594301772": "与「公义」对话",
"1594882159": "丘丘人萨满的草药汤",
"1595243881": "鸟瞰风物",
"1595281004": "安抚驮兽",
"1595766836": "与NPC对话",
"1595956644": "回去向五郎报告情况",
"1596163124": "前往西风骑士团",
"1596650540": "制作翡玉什锦袋",
"1596859444": "继续与阿金对话",
"1597006044": "播放reminder",
"1597006646": "魈CS",
"1597222743": "远足",
"1597272748": "询问长次料理的口感",
"1597300516": "进入水下空间",
"1597456900": "去神里屋敷取得茶具",
"1598652364": "调查心海的秘密基地",
"1599067052": "与赛诺会合",
"1599130900": "去图书馆找艾拉·马斯克",
"1599403412": "击败对手",
"1599464468": "抵达归寂之庭深处",
"1599532056": "和行秋交谈",
"1600333924": "调查地下遗迹",
"1600552632": "与赫尔曼对话",
"1600573754": "寻找遗失的封魔珠",
"1600739564": "击退自律机关",
"1601014906": "让丘丘人生气后续对话",
"1601197232": "返回对话艾琳",
"1601543908": "击败志琼周围的怪物",
"1601683372": "完成施肥",
"1602349540": "失败交付回滚",
"1603177228": "休息到第二天(6点-24点)",
"1603770708": "查看神秘石头",
"1603772327": "4号房间-战斗环&标记任务",
"1603779436": "设法打开封印",
"1603981084": "前往北方进行探查",
"1604030684": "与卖力的西瑞对话",
"1604200951": "穷途末路",
"1604680671": "失物匿于繁华",
"1604933548": "解放所有「高门之火」",
"1605074004": "*废弃",
"1605113940": "与派蒙对话",
"1605232624": "向杜拉夫回报",
"1605887116": "与志琼对话",
"1605932967": "踏破矿贼结新缘",
"1606039439": "调查线索",
"1606063215": "加尔恰的赞歌·关键物品",
"1606493191": "(废弃)在历史被遗忘前(古代文献任务)",
"1606526276": "与派蒙对话",
"1606816308": "初到营地-塔列辛",
"1606824324": "到璃月港街头转转",
"1606824476": "在层岩巨渊外围巡查",
"1606872492": "调查点进度记录",
"1607069892": "在破碎的空间中前进",
"1607071180": "离开木漏茶室",
"1607144830": "桥接进行下一环",
"1607885004": "监测看见黑烟2",
"1608203356": "寻找其他壁画",
"1608431564": "设法解除封印",
"1608459692": "糖果选择",
"1609317012": "将鱼饵的材料交给凯万",
"1610188196": "前往璃月的「玩具研究所」",
"1610456676": "找到「玲珑霄灯图」上标注的藏宝地",
"1610911780": "对话任务记录进度4-2(自动)",
"1610977828": "(hide)进入梦境发送自由通知",
"1611137276": "返回水池之外查看沃尔夫冈的笔记",
"1611196692": "和兰迦鲁对话",
"1611802180": "去信标放置处寻找志琼",
"1612388460": "向多莉打听神明罐装知识的下落",
"1612528292": "帮助祭典的游客",
"1612888452": "计时",
"1613005116": "前往迪娜泽黛准备的住处",
"1614175892": "与哈贾娜德对话",
"1614345884": "将泥土交给尼姆",
"1614366396": "将零件带回给泽维尔",
"1614746500": "画册10",
"1615553348": "回滚用任务环",
"1615838028": "与龙二对话",
"1615937476": "前往「仇忌森动之寮」的深处",
"1615947948": "与急匆匆的一平交谈",
"1616489508": "向兰帕卡提回报",
"1616732944": "消灭全部史莱姆",
"1617110884": "击败盗宝团",
"1617499799": "情境独占测试5",
"1618573836": "进行第一场战斗测试",
"1618846628": "与参加宴会的各位对话",
"1619137388": "寻找卓也留下的痕迹",
"1619362348": "与班尼特和雷泽对话",
"1619761540": "前去面见将军",
"1620121020": "与藏镜仕女对话",
"1620799588": "与提纳里交谈",
"1620948153": "暗夜英雄的不在场证明",
"1621710932": "前往北码头寻找博来",
"1622301094": "派蒙巴顿开车",
"1623122764": "击败对手",
"1623903036": "与阿尔伯对话",
"1623920420": "村长前置",
"1623945972": "离开社奉行本部",
"1624376055": "万民鲜食",
"1624668735": "希拉非NPC送礼任务",
"1624749732": "与派蒙对话",
"1624904676": "向沐宁说明志琼离开之事",
"1625136628": "调查附近,寻找线索",
"1625455116": "击败出现的魔物",
"1625945863": "望月送礼任务",
"1626078796": "向留云借风真君回报",
"1626225188": "打倒所有魔物",
"1626432972": "*废弃",
"1626575127": "前往奔狼领",
"1626966721": "骑士团长的一日假期",
"1627035148": "寻找鱼饵材料",
"1627153284": "与阿桂对话",
"1627568476": "取得「流明石触媒」",
"1627811743": "派蒙指引切换岩能力",
"1628174780": "保护子任务组",
"1628340592": "寻找借书离开的行秋",
"1628797772": "打倒所有史莱姆",
"1628914796": "关闭提取装置",
"1628924447": "与安柏对话",
"1629006940": "前去察看画画的人",
"1629580348": "仅用于随机",
"1629597340": "前往秘境,试验「烟霰魔药」",
"1629689420": "等到第二天早上(8~10时)",
"1629919871": "布置「元素诱饵」",
"1630137884": "将美味的烤吃虎鱼送给汤雯",
"1630630108": "与凯叔对话",
"1631526148": "到鸣神岛消灭丘丘人",
"1631851836": "前往洞窟的最深处",
"1631857854": "刷货物",
"1632093820": "获得离岛间谍的信任",
"1632285580": "跟随艾伯特",
"1632757044": "与派蒙对话",
"1632930847": "沙漠苗圃后续玩法1第2天",
"1633048865": "蒙德之围",
"1633122140": "与老何对话黑屏特效",
"1633214772": "与塞琉斯对话",
"1633501991": "击败史莱姆",
"1633843212": "与泽维尔对话",
"1634224082": "把言笑做好的菜送给江雪",
"1634278924": "回到茶匠所在之处",
"1634599220": "合上《圣国的咏唱》",
"1634640068": "找齐分支",
"1634798255": "海盗隐藏任务 发钥匙 101583",
"1636356372": "追上芭芭拉",
"1636786480": "在教堂附近找到艾伯特",
"1636818836": "回到剧场",
"1636958207": "亘古的苍星",
"1637741076": "击败遗迹守卫",
"1638179111": "旧日的阴云",
"1638960704": "用「风」驱散尘埃",
"1639336188": "向阿扎莱回报",
"1639370180": "和阿肥对话吧(五)",
"1639422863": "智慧之神的踪影",
"1639524164": "击败树上的蕈兽",
"1639710764": "派蒙对话",
"1639957172": "与受困之人对话",
"1640007111": "互通有无?",
"1640097580": "与诺艾尔对话",
"1640278324": "荒神社幽灵NPC1-3",
"1640506247": "与迪卢克对话",
"1641179884": "打开门扉",
"1641183960": "事件系统开启",
"1641264972": "使用「苦舍桓」开辟通路",
"1641590222": "将情形告知言笑",
"1641654236": "带托克前往万民堂",
"1641679620": "烹饪「美味的甜甜花酿鸡」",
"1641741452": "对话结束",
"1641784716": "继续跟随气息寻找线索",
"1642367228": "隐藏任务用于解锁时间",
"1642579199": "万端珊瑚事件簿·隐秘踪迹",
"1642631628": "与罗纳克交谈",
"1643094364": "与荷贝特和凯万对话",
"1643119292": "继续向前探索",
"1644001812": "与阿贝多对话",
"1644062951": "等待酒馆打烊(0~6点期间酒馆打烊)",
"1644173428": "破坏所有供能机关",
"1644322726": "回去找铜雀先生",
"1645186380": "等到第二天",
"1645477106": "四个对话",
"1645523804": "将十份铁块交给梢",
"1645550692": "废弃",
"1646080756": "击杀雷祸之源",
"1646882916": "言灵线索2触发",
"1646919636": "食材",
"1646978055": "途中与市民交谈",
"1646992876": "继续寻找符文",
"1648053439": "晓东NPC送礼任务",
"1648123044": "前往璃月烟花摊",
"1648170644": "与斯万对话",
"1648171740": "开启残魂的试炼",
"1648247905": "前往轻策庄,向村长若心报告",
"1648436871": "海灯节的诗与画之二",
"1648758468": "刷出罗小妹",
"1648789724": "前往指定地点战斗",
"1649105612": "与博来对话",
"1649128343": "奥博伦玩法白盒任务",
"1649310084": "与奥列格对话",
"1649738340": "与加扎里对话",
"1649835572": "与玉霞对话",
"1650948911": "山海八所巡礼·琥珀仙岳绮语",
"1650954772": "在璃月港与北斗碰头",
"1650966780": "与迪奥娜对话",
"1651039468": "疏通岛屿水脉",
"1651296124": "与阿贝多对话",
"1651931292": "刷出魔剑",
"1651955188": "帮助祭典的摊主",
"1651989404": "与丽莎对话",
"1652548900": "等待到第二天凌晨(3:00-5:00)",
"1653158471": "箭术示范",
"1653260324": "参加决赛",
"1653362764": "为高老六送上轻策农家菜",
"1653828388": "与派蒙对话",
"1654035231": "绀田事话",
"1654674364": "战斗结束,与早柚交谈",
"1654850156": "与布洛克对话",
"1654943492": "与丹吉尔对话",
"1655052439": "龙蜥蛰伏,谜题尚存",
"1655072004": "在附近打听情报",
"1655252860": "与小蒙对话",
"1655425044": "控制人群group",
"1655572492": "前往阿贝多的营地",
"1655748236": "采集「蒲公英籽」",
"1655871263": "1号房间-交涉成功、获得钥匙任务标记",
"1656350332": "前往无明砦",
"1656652972": "用元素视野追随雷元素痕迹",
"1656655335": "学院越野彩蛋控制任务",
"1656765895": "百闻送礼任务",
"1657451409": "回滚隔离",
"1658061100": "前往标记地点附近留影",
"1658226084": "与志琼交谈",
"1658227959": "兰那罗打怪02",
"1658396892": "等待玩家饵料数低于1",
"1658649612": "打倒敌人,捞取失物",
"1658679700": "跟随小白回到磨坊",
"1658714583": "丘丘人引起的混乱",
"1659041004": "返回驱邪仪式处",
"1659494996": "向前探索,搜集调酒材料",
"1659620856": "与诺拉对话",
"1659686292": "与刻晴对话",
"1660063580": "击退遗迹龙兽",
"1660345116": "与被救出的二郎对话传送后",
"1660691892": "与魈对话",
"1660848460": "打开通往大日御舆地下的通路",
"1661079860": "召唤派蒙",
"1661669510": "沿路向上,寻找合适的食材",
"1661746372": "供奉「美味的珍珠翡翠白玉汤」",
"1661907686": "与博来对话",
"1662189020": "博来对话拒绝桥接任务",
"1662297192": "与玛乔丽对话",
"1662312612": "将十份薄荷交给阿桂",
"1662528375": "磨尖箭头,抓住盾牌…",
"1662716615": "走到B点",
"1663282652": "海域情况开车",
"1663732924": "完成与朝仓的对练",
"1664053791": "神社地城对话",
"1664096476": "寻找他爱人的遗物",
"1664339496": "酒豪的评价:好!",
"1664762218": "选缺心眼",
"1666123684": "与埃泽对话",
"1666799290": "第二次对话",
"1666918212": "循着猫的足迹向前探索",
"1667156972": "放置测算用的信标",
"1667667700": "击杀特定香菇猪",
"1667785788": "与神里绫华一起进入祭典",
"1667821164": "【废弃】跟踪熟悉的身影",
"1668038844": "钓鱼2条",
"1668679084": "隐藏-预先接取的任务,控制reminder播放和闲置对话",
"1668763823": "进入林中废墟",
"1669135716": "和海亚姆对话",
"1669421196": "举行兰赫玛仪式",
"1669478572": "与云堇对话",
"1669744303": "神殿栖木",
"1669833132": "进入场地,参加决赛",
"1670100668": "衔接用隐藏任务",
"1670397092": "寻找带着小包的可疑人士",
"1670451570": "前往闪光处调查",
"1670938556": "和影一起去街上逛逛",
"1671092148": "深入其中,击败敌人",
"1671128983": "隐藏对话",
"1671631631": "图书馆请安静!",
"1671638052": "与万叶交谈",
"1672530228": "与风神像附近的居民们交谈",
"1673128351": "黑翳渐浓隐凶险",
"1673830108": "寻找关于老何的线索",
"1674030484": "被人撞",
"1674178724": "开启「普尔希娜光钉」",
"1674448084": "探听知易与琳琅的聊天",
"1674545532": "前往「桓那兰那」所在之处",
"1674606804": "与众人对话",
"1674773084": "前往「蒙德百货」",
"1676132601": "诸境神游忽觉迷",
"1676195436": "向珊瑚回报",
"1676296719": "时与风",
"1676307268": "继续前进,前往觉树之堂",
"1676642156": "与哈里斯对话",
"1676961052": "沿道路向前方探索",
"1677176692": "前往安全的地点",
"1677481452": "前往盗宝团营地",
"1677916374": "锁定时间I",
"1678349468": "与心海交谈",
"1678350396": "监测看见黑烟2",
"1678908716": "与兰纳真对话",
"1679255636": "前往指定地点",
"1679318716": "寻找机关零件",
"1679335007": "力量特训",
"1679352431": "感谢相助的少年",
"1679407956": "将八份兽肉交给阿米尔",
"1679526380": "与哈特姆交谈",
"1679616238": "击败盗宝团成员",
"1680170140": "寻找失踪的矿工戚定",
"1680198353": "花见坂大告示板",
"1680973479": "兰那罗唤醒09",
"1681167476": "继续沿路搜寻线索",
"1681475332": "前往阿金标记的地点,取得泥土",
"1681536220": "对话日志完成",
"1681561980": "衔接用隐藏任务",
"1681941495": "与雷泽对话",
"1682065356": "与芭芭拉一同回到蒙德城",
"1682196567": "堇庭风雅盛会",
"1682355628": "准备种植_05",
"1682464263": "永无止境的研究",
"1682680972": "与安东尼对话",
"1682718431": "到达目标点4",
"1682866988": "击败遗迹猎者",
"1683079884": "第一次抽到凶",
"1683384687": "勺起万民足",
"1683390676": "与胡桃一起拜访「潜在客户」",
"1683520188": "前往布丁岛附近的礁石",
"1683719766": "收集莲蓬",
"1683815464": "和守卫交谈,探听消息",
"1684004540": "与霖铃对话",
"1684010924": "兰纳罗下游戏4玩法3",
"1684211932": "进入神秘空间",
"1684295092": "刷菜品",
"1684585132": "收集堇瓜、禽肉和面粉各一份",
"1684595380": "与NPC对话",
"1684689652": "让三个「叶」都朝向「枝」的方向",
"1684705984": "询问舒特",
"1684819660": "将单据带给江舟",
"1684829580": "调查另一侧的走廊",
"1685283756": "获取道具",
"1685467780": "阅读阅读物",
"1685757362": "阅读奇怪的信",
"1686024828": "与武士黑泽对话",
"1686366948": "根据诗文的线索找到宝藏",
"1687088804": "收集雷光点球",
"1687096764": "*隐藏*透明遗迹4",
"1687526580": "打倒所有赤鹫",
"1687795868": "与小千对话",
"1687862300": "*隐藏*播放能源核心启动CS",
"1688800344": "前往商铺购买石珀",
"1689369423": "中度冰寒",
"1689388012": "获取道具保底",
"1689452406": "(遭遇巨大冰雾花,开车)",
"1689720298": "与璐璐、阿飞、小蒙对话",
"1689908209": "桥接任务",
"1689973911": "加尔恰的赞歌",
"1690292212": "与魈对话",
"1690504508": "遇到过玩法等的森之子交谈",
"1690628124": "与莎拉交谈",
"1690677999": "狂风,听谁号令",
"1690771796": "检测玩家是否有破坏雪堆",
"1691568260": "进入「木漏茶室」",
"1691740886": "询问阿飞",
"1692289455": "埃伊亚遗迹冒险",
"1692749116": "寻找芭芭拉",
"1693107860": "完成降灵仪式的准备",
"1693627556": "进入大慈树王最后的记忆中",
"1693634991": "琳琅送礼任务",
"1693701620": "将霄灯送给寒锋",
"1693840756": "与奇怪的愚人众对话",
"1693864180": "破坏雷电封印",
"1694218796": "击败驼兽",
"1694315164": "将找到的两种矿石交给老章",
"1694911380": "跟随气息的踪迹,寻找食材",
"1695314100": "与众人对话",
"1695422564": "寻找清籁岛上的冒险家",
"1695860076": "清除丘丘人",
"1695993156": "前往遗迹中有光亮的房间",
"1696395580": "与剧团团长对话",
"1696692684": "返回城门与诺艾尔对话",
"1696792148": "回到本部,与珊瑚宫心海对话",
"1696966126": "向霖铃回报",
"1697156780": "与「大肉丸」对话",
"1697252716": "破坏所有供能机关",
"1697391764": "与麻纪对话",
"1697519138": "搜集书页3",
"1698000335": "幽灵控制荒神社2",
"1698378676": "与「无名武士」对话",
"1698634556": "返回花见坂查看情况",
"1698707934": "寻找宝藏",
"1699326796": "与安娜对话",
"1699371668": "前往万民堂",
"1699696756": "帮迪娜泽黛引开追兵",
"1700036660": "9骑士",
"1700062652": "与加尔恰对话",
"1700078252": "接近拦路的天领奉行众",
"1700185788": "调查附近,寻找线索",
"1700292878": "与淮安对话",
"1700820636": "与薇尔对话",
"1701073796": "换个地方与纳西妲继续对话",
"1701092740": "向百代报告信息-跟百代对话",
"1701271367": "发现副本后让丽莎消失",
"1702158492": "向泽维尔回报",
"1702161732": "假扮巫女神社创生",
"1702818764": "跟孙女对话",
"1702867868": "与「舞台」边的兰那罗们对话",
"1703131100": "等到第二天早上(7-8点)",
"1703390031": "导能圆盘发奖励一",
"1703699836": "第二天大世界解谜",
"1704088772": "废弃",
"1704328874": "与江雪交谈",
"1705377772": "测试跨场景npc指引",
"1705386076": "等待时间到达第二天(8点-12点)",
"1705582460": "向卫兵打听情报",
"1706010324": "把蒲公英籽交给葛瑞丝",
"1706224892": "与赞玛兰对话",
"1706693844": "到南天门调查异常",
"1707051570": "前往遗迹,寻找奇怪的圆盘",
"1707329268": "再次与珠函交谈并参赛",
"1707397192": "把信件送给莎拉",
"1707661868": "等待至宴会开始(两天后19-24点)",
"1707695492": "第一个小游戏",
"1707704164": "自然日刷新4",
"1708030596": "向沐宁回报",
"1708844676": "任务C普通完成奖励",
"1708923748": "与阿金对话",
"1709018532": "前往璃月港,答复曲清",
"1709074004": "与志琼交谈",
"1709144577": "客从远方来",
"1709370428": "与兰罗摩、兰修提袈对话",
"1709763332": "搬运备料1",
"1710907036": "查看奇怪的机器",
"1711064868": "恢复炼金台",
"1711190036": "进度计数",
"1711324566": "海灯节结束记录2",
"1711353151": "踩中5号触发器",
"1711581063": "冒险家,安娜!",
"1711994564": "将「新鲜的海草」带给旭东",
"1712104726": "父任务完结",
"1712154156": "给芙萝拉留影",
"1712275756": "与留云借风真君对话",
"1713346550": "敲碎山路旁的琥珀救人",
"1713706788": "向丘丘人回复",
"1713760420": "将三份绯樱绣球交给久美",
"1714079582": "自动对话",
"1714792612": "与安娜对话",
"1715198292": "清理清泉镇附近的魔物营地",
"1715428255": "前往冒险家协会打听情报",
"1715572340": "隐藏敲钟水没遗迹",
"1715968108": "调查遗迹守卫的线索",
"1716637852": "帮助泽维尔制作「映影」",
"1716808548": "玩法开始",
"1716899660": "回报摊主石田",
"1716959524": "深入探索遗迹",
"1717335681": "红树寻宝任务Group1",
"1717349164": "调查附近的病患(1/3)",
"1717357412": "与一柱对话",
"1717760764": "与天狐雕像对话",
"1718003212": "回到「三碗不过港」听书",
"1718101196": "完成交付",
"1718208263": "柚子送礼任务",
"1718522340": "与戴因斯雷布对话",
"1718558519": "好吃的谜语",
"1718813006": "向岚姐回报",
"1718837183": "前往酒馆",
"1719182935": "流放者·花期",
"1719212356": "返回营地",
"1719701852": "与凯瑟琳交谈,帮莫娜寻找住处",
"1720236527": "苏尔塔尼NPC送礼任务",
"1721155876": "与随缘的铃官对话",
"1721192071": "冒险家协会的诸多事宜",
"1721300543": "酒庄大扫除",
"1721371527": "通过风场,远离大教堂",
"1721497964": "与公子交谈I",
"1721565764": "前往厨房",
"1721676540": "与珊瑚对话",
"1721694708": "追上宛烟",
"1722139060": "前往咖啡馆与玛达赫对话",
"1722466916": "与宁禄对话",
"1722963060": "与旭东会合",
"1723428071": "小千送礼任务",
"1723658636": "击败盗宝团",
"1723775703": "城中诸事",
"1724034524": "寻找凯万需要的材料",
"1724246116": "进入新的空间",
"1724620996": "种植完成等待天数_02",
"1724654151": "郊野觅芳踪",
"1724748652": "和海亚姆对话",
"1725193808": "酒豪杰克的当前位置",
"1725616258": "前往遗迹,寻找奇怪的圆盘",
"1726135780": "帮助翔太供奉神龛",
"1726289940": "前往与托马约定的地点",
"1726484588": "去四周看看",
"1726657567": "迷失的丘丘",
"1726993444": "依照露子的指引激活所有祭坛",
"1727229484": "继续向着声音前进",
"1727817231": "离开区域(隐)",
"1727940143": "刀剑成梦",
"1728084903": "孤独的海兽",
"1728153228": "获得全部小信物",
"1728170112": "与提米对话",
"1730320788": "幕间·大贤者阿扎尔前往净善宫",
"1730369428": "与弗莱琪对话",
"1730572876": "取得御辔",
"1730915959": "寻找失踪的精灵",
"1730987567": "兰迦鲁的涂鸦",
"1731214863": "小小的远行·常备药",
"1731324180": "与迪卢克对话",
"1731748060": "打开大门",
"1731899385": "寻找开启石碑的线索",
"1732139140": "打倒魔物",
"1732344268": "与安东尼对话",
"1732705788": "跟随藤原俊子前往营地",
"1732957999": "隐藏任务拉回玩家",
"1733362884": "沿路寻找「星银矿触媒」",
"1733926652": "搜寻莱纳德的著作",
"1733986732": "和伯特兰对话",
"1734396084": "隐藏敲钟下层遗迹",
"1734708860": "与奥列格战斗",
"1734898804": "进入安全屋寻找玄冬林檎",
"1735273070": "向志华回报",
"1735944804": "桥接任务(交付素材)",
"1736378753": "离岛大告示板 (2",
"1736461036": "与珊瑚对话",
"1736465287": "天气变换",
"1736632788": "解封方碑",
"1736909364": "与梵米尔对话",
"1737393532": "与村中长者对话",
"1737940556": "再次调查「奇怪的机关」",
"1738439999": "全能美食队·突破性思维",
"1738805916": "询问梨绘的意见",
"1738925863": "菜菜子送礼任务",
"1739299804": "与面前的人对话",
"1739387756": "与葛瑞丝对话",
"1740103708": "隐藏-收集齐所有的供物",
"1740256319": "冒险等阶到达",
"1740522548": "竹签·吉(抽到竹签变量1,交付竹签变量0)",
"1740589228": "抵达任务目标点",
"1740602204": "隐藏-跟沐宁对话",
"1740947388": "前往万端珊瑚侦探社",
"1740972388": "向布特罗斯询问情况",
"1741125511": "璃沙郊宝藏",
"1741206516": "返回勘探队营地",
"1741347100": "与一平和新之丞交谈",
"1741829940": "寻找龙二并与龙二对话",
"1743099124": "与勘定奉行慎介对话",
"1743339972": "与哈特姆交谈",
"1743399886": "向霖铃回报",
"1743529724": "计时",
"1743840028": "将图纸送至「留云借风真君」面前",
"1743990695": "兰那罗打怪09",
"1744174724": "完成战斗A回去交任务",
"1744393252": "返回店铺,了解义卖的进展",
"1744726895": "与NPC3交涉失败-战斗环",
"1745044556": "隐藏瑾武送汤",
"1745131076": "前往危危岛附近的礁石",
"1745164164": "将三份烈焰花花蕊交给康纳",
"1745292764": "解除9颗岩柱",
"1745739876": "找到「玲珑霄灯图」上标注的藏宝地",
"1745900190": "随钟离寻找野生琉璃百合",
"1745989908": "与莎拉对话",
"1746462548": "等到晚上(0~5时)",
"1747203276": "与万叶一起确认线索",
"1747255052": "看看吉丽安娜的态度",
"1747406513": "调查机关,开启太山府",
"1747482807": "蒙蒙送礼任务",
"1747547708": "沿着风龙废墟的高塔前进",
"1748776980": "向歌德回报",
"1748791604": "采集三枚老石交给沐宁",
"1749437892": "前往离岛的柊家府邸",
"1749492396": "帮助残影寻找身份的线索",
"1749818756": "与贝雅对话",
"1749837984": "进行烹饪",
"1749840588": "与盗宝团战斗",
"1750024521": "暗夜英雄的危机",
"1750130023": "天降的某物",
"1750333716": "将事实告诉重云",
"1750591084": "等待藤原俊子开启宝箱",
"1750742324": "与安东尼对话",
"1750764476": "与士兵对话",
"1750787599": "猫之迹",
"1750820828": "与矢部对话",
"1751061447": "白皑谜影·希望",
"1751106284": "与玛亚姆对话",
"1751192631": "「璃月千年」",
"1752137135": "飞往喷泉广场",
"1752246316": "与柯莱汇合",
"1752777124": "取得霄灯制作材料",
"1752962056": "完成找猫猫",
"1753770215": "杰里的蒙德城美食回忆",
"1753902263": "隐藏发鱼饵",
"1754020308": "等待至翌日",
"1754401456": "进行烹饪",
"1754491076": "与丘丘人对话",
"1754597444": "寻找机关零件",
"1754752252": "在野外搜寻迟到的货车",
"1754766316": "与随缘的铃官对话",
"1755093303": "平野现紫影",
"1755373999": "等到白天",
"1755451716": "维修营地围墙",
"1755492412": "触碰突然出现的鸟羽",
"1755729716": "接近树洞并观察",
"1755974052": "与泽维尔对话",
"1756099902": "在望舒客栈附近查看",
"1756794172": "调查神秘装置",
"1756926458": "没有对话直接清理完成任务",
"1757030428": "前往指定地点调查",
"1757930860": "尝试开启棺椁",
"1757998254": "防止回滚隔离(隐)",
"1758037004": "配方2判断",
"1758100156": "前往明冠峡",
"1758252508": "与小蒙对话",
"1758268816": "与凯瑟琳对话",
"1758390534": "寻找三位工人",
"1758464980": "*废弃",
"1758591134": "刷新寻人启示",
"1759089860": "与卯师傅对话",
"1759317996": "调查密室",
"1759502132": "寻找下一个训练目标",
"1760116308": "进入归寂之庭",
"1760455172": "等待到晚上(18点-6点)",
"1760474252": "向留云借风真君回报",
"1760868089": "林间相会",
"1761608452": "回报古拉布吉尔",
"1762002058": "搜集三份蒲公英",
"1762128188": "前往团长办公室",
"1762255433": "「遗落」的文物",
"1762409332": "给花种浇水",
"1762970292": "将霄灯带给阿桂",
"1763984460": "与北斗对话",
"1764075540": "保存选择杀戮",
"1765110420": "小黑屋Talk",
"1765840468": "与芙罗拉对话",
"1765964356": "与众人对话",
"1766326732": "判定捡起渊下宫的刀",
"1766380020": "寻找上山的路",
"1766596404": "将晶核放入装置",
"1766716916": "陪班尼特打开宝箱",
"1766790828": "第一次抽到大吉",
"1767466900": "与大祐对话",
"1767644623": "刷兽境猎犬",
"1767900780": "听听大家的看法",
"1768452918": "寻找宝藏",
"1768795996": "返回天领奉行所",
"1768953308": "与王平安对话",
"1769035284": "跟海祇岛的士兵们聊几句",
"1769052284": "解开星象谜题",
"1769154038": "听刘苏开新书",
"1769189428": "废弃",
"1769692076": "群玉阁传送1",
"1769938863": "阿贝多任务线替代子任务",
"1770039487": "互通有无?",
"1770101943": "隐藏任务对话海迪夫",
"1771120705": "红树寻宝",
"1771682479": "反复挑战的决斗者",
"1771954111": "重新发放老石",
"1772327720": "冰地城通关神树指引",
"1772467212": "前往璃月港",
"1772622428": "和兰纳真对话",
"1772747036": "前往指定地点,搭乘「浪船」",
"1772804900": "回收雪山中水域边的包裹",
"1773365292": "回收「式大将」的「拓本」",
"1774129538": "与桥西对话",
"1774425284": "利用「元素视野」跟随阿贝多的足迹",
"1774476156": "使用草元素的力量为种子「施肥」",
"1774532036": "击败特异的蕈兽",
"1774782556": "向望雅回报",
"1774958372": "循着踪迹寻找包裹",
"1775231884": "观察哈里森",
"1775285764": "废弃",
"1775330756": "追随孩子们,前往拉娜的家",
"1775540004": "等到一天后",
"1776158569": "璃月港,有海盗!",
"1776358468": "与迪娜泽黛对话",
"1776834068": "与吉法师对话",
"1776961364": "逃离圣显厅",
"1777377332": "前往虚界暗塔",
"1777557542": "与香菱交谈",
"1777633180": "和兰纳迦对话",
"1778051372": "前往森之子指定的区域",
"1779159348": "四处搜索",
"1779168839": "丝织之愿",
"1779649860": "准备完成后进入地道",
"1779996620": "给教堂前的神像留影",
"1780519047": "修炼之路",
"1781583980": "与派蒙对话",
"1781860516": "与阿笨对话",
"1781923780": "前往营地",
"1782559796": "与NPC对话",
"1782683716": "扮演八重神子与五郎对话",
"1782693176": "把钥匙给怀尔德",
"1783174828": "和派蒙对话(废弃)",
"1783230572": "预留",
"1783778468": "跟随塞塔蕾",
"1784261036": "与北斗交谈",
"1785159828": "与江城对话",
"1785690876": "(hide)回滚隔离环",
"1785796172": "与兰那罗一同冒险",
"1786086356": "城下町间谍-柳达情报",
"1786317703": "探索并解开三层封印",
"1786559172": "将采摘到的发光蘑菇交给海迪夫进行鉴定",
"1786697391": "迷雾灯指引",
"1786725396": "尝试离开离岛",
"1787063767": "站起来",
"1787764692": "与花店的芙萝拉对话",
"1788042108": "与海妮耶对话",
"1788657852": "通过三重试炼",
"1789293772": "与戴因斯雷布对话",
"1789304172": "与阿芷交谈",
"1789362889": "料理之约",
"1789603240": "登上瞭望塔",
"1789742463": "食与学",
"1790037162": "在楼下找到丹迪",
"1790052436": "等待到第二天(6点到8点)",
"1790169052": "跟随影前往智树的摊位",
"1790254416": "收集1个「沉重号角」",
"1790910876": "拿到盗宝团所携带的徽印,并带给加尔恰",
"1791029543": "击败来袭的敌人",
"1791032892": "判断TALK4是否完成",
"1791107823": "要求特别多的作家",
"1791111038": "寻找宝藏,或者去听听博来的建议",
"1791329464": "接近醒着的丘丘人,不能吵醒其他丘丘人",
"1791372932": "开门2对",
"1791538612": "参观营地中的设施",
"1792203255": "稻妻销售员",
"1792312372": "播放CutScene",
"1792489812": "前往「噩兆幽伏之寮」的深处",
"1792544148": "将「日落果」交给豆助",
"1793287652": "前往「西风之鹰」庙宇",
"1793389420": "雕像一镶嵌进度记录",
"1793393956": "将相应材料交给小安",
"1793502796": "和莫娜聊聊有关陨石和占卜的事",
"1793789660": "回收雪山中七天神像附近的包裹",
"1794123564": "前往调查点进行解救",
"1794548524": "离岛间谍-柳达情报",
"1794936956": "等待至翌日8点至12点",
"1795075375": "达到巢穴大门",
"1796363732": "与矢部对话",
"1796699980": "搬货刷suite辅助环",
"1797065472": "与芬德修女对话",
"1797315452": "回码头找老戴聊聊",
"1797437065": "与巨龙重逢",
"1797465932": "前往「御影炉心」的顶部",
"1797882620": "进入图特摩斯的秘密据点",
"1798861548": "与谢夫凯特对话",
"1798968564": "给花种浇水",
"1799905041": "暗夜英雄的传说",
"1800202636": "击败「七叶寂照秘密主」",
"1800236740": "第二波营地清剿",
"1800545100": "继续深入寻找奔奔",
"1800941278": "寻找宝藏,或者去听听博来的建议",
"1801631711": "向满腹心事的少女打听情报",
"1802555932": "询问大家的口味(1/3)",
"1803275228": "前往魈所说的地点",
"1804000268": "一下井,拍照门",
"1804261732": "将新鲜的鱼肉交给迪奥娜",
"1804501404": "继续深入探索",
"1804721988": "与朝仓对话",
"1804874900": "向加尔恰回报",
"1805272895": "「风」味美食",
"1805490135": "进入高塔",
"1805642455": "大世界营地隐藏任务",
"1805843980": "消灭所有魔物",
"1806180468": "与负责报名的珠函交谈",
"1806454391": "八衢彦之试炼",
"1806684428": "寻找删除花之曲",
"1806749615": "与派蒙对话",
"1806863631": "寝子是只猫·木头架",
"1806936359": "到教学点2",
"1807015212": "前往有异象的岛屿",
"1807208623": "对NPC2贿赂",
"1807897876": "破除洞天结界",
"1807956055": "古拉布吉尔NPC送礼任务",
"1808064252": "前往鸣神大社寻找八重神子",
"1808084948": "和兰般度一起去高处",
"1808391852": "将绝云椒椒交给小蒙",
"1808451988": "播放葵之翁CG",
"1808814172": "进入门内",
"1808920366": "与凯亚对话",
"1809325980": "保存对话的隐藏任务",
"1809406480": "前往茂才公府,探听消息",
"1809638572": "寻求「火炽之心」的帮助",
"1809695124": "与影交谈",
"1810063119": "膏腴土地下的唤雨之曲",
"1810252292": "与梶对话。",
"1810277436": "与芭尔瓦涅对话",
"1810428492": "继续向前探索",
"1810506007": "回答迪卢克的质问",
"1810864588": "在挂上霄灯2",
"1810911796": "与投降的盗宝团成员对话",
"1811029788": "与坎蒂丝对话",
"1811266476": "再次调查「奇怪的机关」",
"1811350924": "调查光点",
"1811523967": "应付尽付",
"1811845308": "将盗宝团押送回冒险家协会",
"1811948652": "前往深处,夺回城防图",
"1812087380": "与派蒙对话",
"1812166214": "与大家聊聊天",
"1812439167": "触发羽球元素台座教学的任务",
"1812698663": "奥博伦玩法白盒任务",
"1812751287": "隐藏-老臭挖掘minigame",
"1812861596": "与大和田聊聊",
"1813932020": "愚人众对话",
"1813960092": "玩家选错水晶虾",
"1814035948": "在破碎的空间中前进",
"1814132866": "前往遗迹,寻找奇怪的圆盘",
"1814352044": "寻找丢失的零件",
"1814480551": "宵暗御所黑染",
"1814939836": "将餐品送给寡言的廷方",
"1816012780": "等到第二天",
"1816404478": "与派蒙对话",
"1816698340": "与五郎一起前往八重堂提交回信",
"1816721082": "对话后直接清理营地完成任务",
"1816765044": "继续往里走,寻找情报",
"1816951132": "第三张",
"1817116428": "搬运植物",
"1817192119": "冰棍的妙用",
"1817662903": "与三岛道世之战",
"1817705908": "73206与阿凡闲聊",
"1818006908": "向嘉义回报",
"1819327628": "与吉法师对话",
"1819444452": "寻找柯莱",
"1819931532": "为江舟对话打开心情值",
"1820107127": "音游活动一阶段",
"1821447020": "调查矿道深处的大炮",
"1821489084": "与诺艾尔对话",
"1822225412": "与若心对话",
"1822257996": "与维多利亚修女对话",
"1822289942": "击败丘丘人902隐藏状态",
"1822635529": "离岛大告示板",
"1822684404": "制作「满足沙拉」交给莎拉",
"1823176692": "与大隆和小乐交谈",
"1823638636": "获得布特罗斯的订单",
"1823653220": "将准备好的菜品带给汤雯",
"1823956248": "在附近寻找装有石珀的矿车",
"1824037716": "与大伴对话",
"1824049620": "随影离开驻地",
"1824439092": "隐藏任务用于记录任务进度",
"1824686796": "将钓起的奇怪物件交给海迪夫鉴定",
"1825809620": "调查前方的秘密通道",
"1826002288": "完成对话",
"1826042279": "给丽莎挑选花",
"1826471680": "击退帮助茂才公的愚人众",
"1826963932": "搜集「碎果残块」",
"1827060340": "查耶维奇战斗B结果判定",
"1827358983": "神社之行",
"1827464473": "花洲有客栈",
"1827515220": "前往晨曦酒庄寻找爱德琳",
"1827604983": "吞金和蓄财",
"1828067607": "先扫一屋",
"1828368844": "隐藏任务用于对话中激活地图mark",
"1828495151": "和迪卢克商量下一步行动",
"1828648412": "与岩田对话",
"1829086402": "选玄幻",
"1829371140": "与孙宇对话",
"1829929564": "战斗C判定B",
"1830367852": "完成幻梦之种的试炼",
"1830787556": "回到神秘空间的入口处",
"1831538220": "与重云分头行动,寻找妖邪",
"1831601380": "与慕珍对话",
"1832079964": "与霍夫曼对话",
"1832154148": "在不被发现的情况下前进",
"1832405372": "与八重神子对话",
"1832465839": "腐殖之剑",
"1832542084": "点燃篝火",
"1832599599": "坠落之梦",
"1832772295": "与神秘的诗人对话",
"1833081364": "在营地进行调查",
"1833088292": "到达须弥",
"1833131420": "播cs",
"1833639580": "与阿金对话",
"1834695100": "与岚姐对话",
"1834913180": "设法与纳西妲的意识进行连接",
"1834965276": "与福本对话",
"1835163705": "扭蛋功能开启发蛋卷",
"1835230111": "调查塔顶封印",
"1835881694": "前往低语森林,找到藏宝地",
"1836033708": "向北斗回报",
"1836083320": "运送餐品给活跃的欧琳",
"1836471972": "前往大巴扎观看花神之舞",
"1836693556": "靠近御座",
"1837052940": "准备",
"1837459500": "与众人对话",
"1837830852": "为吉法师拍照",
"1838587796": "任务隔离,防止回滚",
"1838950985": "跑道牙子",
"1839190676": "与派蒙对话",
"1839402588": "把嘉义的信交给小六",
"1839901924": "制作「美味的扣三丝」",
"1840193702": "采集三朵莲蓬",
"1840223740": "等交付",
"1840549054": "去北国银行找钟离",
"1840715228": "向留云借风真君回报",
"1840743716": "与墨田对话",
"1840859031": "与雷泽对话",
"1841536348": "与拉德普同行",
"1841647094": "隐藏 钟离登场CS(室外)",
"1841661508": "跟随望雅",
"1841741404": "调查遗迹守卫的线索",
"1842042308": "帮哈特姆选择一份「吞金料理」",
"1842114132": "凶签绘马交付·凶2",
"1842245588": "前往灵矩关一带调查线索",
"1842393972": "设法与魈取得联系",
"1842394628": "解谜失败1",
"1842661780": "将东西带回给里夫",
"1842806615": "七天神像演出-二净甸",
"1842834564": "与法莎对话",
"1843098372": "低评价",
"1843191404": "隐藏",
"1843411880": "创新-黑铜号角",
"1843498772": "捕捉蕈兽",
"1843566260": "再寻找三枚奇异的「牙齿」",
"1843848212": "劝服3-2",
"1844012668": "与急躁的瓦里特对话",
"1844040844": "尽情杀戮",
"1844631780": "与龟井宗久对话",
"1845876618": "与工坊主人对话(暂时弃用)",
"1846241980": "交出天使的馈赠特产",
"1846333292": "隐藏下沉钟表现",
"1846468775": "找到书本后的对话",
"1846713408": "控制刷怪",
"1847349652": "糖果选择2号",
"1847614276": "进入降灵仪式现场",
"1848233868": "寻找小羽和蒙蒙",
"1848509455": "维斯科NPC送礼任务",
"1848943812": "探索周围寻找出口",
"1849201036": "去图书馆寻找莫娜",
"1849409745": "瑶光滩天气改变",
"1849806199": "洗刷耻辱的一战",
"1849964804": "判断离开原地改变量使差分失败",
"1850704836": "前往西风骑士团",
"1851538940": "向志村勘兵卫询问线索",
"1851727500": "与远处的第四人对话",
"1852025894": "向志华回报",
"1852150332": "(hide)隐藏刷新雕像和书",
"1852353162": "找到藏起来的孩子",
"1852485988": "第一个挑战",
"1852741962": "搜寻「祖训」",
"1853084148": "与胡塞尼对话",
"1853217148": "言灵线索4触发",
"1853315484": "与乌帽子对话",
"1853476588": "与阿金对话",
"1853683020": "跟奶奶讲话",
"1853807972": "找掌柜借用厨房,为莫娜加菜",
"1854395908": "等待葛瑞丝制作蒙德土豆饼",
"1854519500": "解除9颗岩柱",
"1854677460": "向维克多回报",
"1855116116": "击退伏击的流浪武士",
"1855238308": "*隐藏*击毁藤蔓核心",
"1855318428": "为吉法师拍照",
"1855404884": "等到两天之后(20点~22点)",
"1855406716": "击败蕈兽",
"1855451244": "刷新氛围脚印辅助环",
"1855472604": "将石板交给索赫尔",
"1855731452": "解除最后的封印",
"1856055860": "前往楼顶查看",
"1856067127": "神明啊,我做得对吗?",
"1856191783": "进军玩具市场·大量生产",
"1856295988": "废弃",
"1856519244": "沿路寻找「星银矿触媒」",
"1856611943": "兰那罗交付10",
"1856941658": "丘丘语赞美句子1",
"1857145111": "幕后疑云深",
"1857256108": "2解救兰那罗",
"1858449260": "*废弃",
"1858503383": "踏鞴物语",
"1858923284": "寻找凯万需要的材料",
"1859235996": "将药带给古尔根",
"1859845364": "*废弃",
"1860446888": "等待玛乔丽的生意成功…",
"1861506700": "寻找秘华石",
"1861651180": "前往往生堂寻找钟离",
"1862326820": "回到大本营,向学者询问和日志有关的线索",
"1862367199": "隐藏线索完成",
"1862817796": "寻找兰萨卡",
"1863272164": "与赛诺对话",
"1863460812": "前往「长野原烟花店」",
"1863907759": "卡姆拉的树莓需求",
"1863982188": "与寝子对话 隐藏",
"1864167914": "击败遗迹守卫",
"1864369460": "与市民交谈,旁观优菈的示范",
"1864496636": "延迟完成任务",
"1864993352": "在附近寻找装有石珀的矿车",
"1865084244": "回收霄灯",
"1865096732": "与派蒙对话",
"1865128663": "镀金旅团引起的混乱",
"1865337536": "完成对话",
"1865602836": "与阿贝多对话",
"1866107263": "游过星落湖",
"1866426844": "与纳西妲对话",
"1866638590": "与参加典仪之人交谈",
"1867378892": "回滚隔离",
"1867521740": "与艾尔海森对话",
"1867787908": "与「剑鱼二番队」成员对话",
"1868103428": "与刻晴对话",
"1869315852": "清理矿工营地内的盗宝团",
"1870911492": "小安C2",
"1871067908": "启动机关,打开密室大门",
"1871358732": "前往吧台并完成营业准备",
"1871860804": "对话任务记录进度4-3(手动)",
"1872107820": "与阿米尔对话",
"1872168652": "四处看看,寻找妖邪情报",
"1872933372": "*隐藏*先找凯瑟琳",
"1872970879": "离开神庙",
"1873229935": "苗圃甜甜花园判断任务",
"1873401868": "解救莱昂",
"1873455876": "与芙萝拉对话",
"1873593244": "凶签绘马交付·大凶",
"1873650596": "第4天隐藏控制出圈",
"1873944436": "隐藏任务判断挑战成功或失败(不存档)",
"1874110868": "继续前进寻找矿点",
"1874642932": "与凯瑟琳对话",
"1874677831": "教堂的诸多事宜",
"1874979340": "寻找机关零件",
"1875094612": "向丘丘人回复",
"1875481980": "铁门消失",
"1875930932": "前往发生火灾的仓库",
"1876349500": "接入成功?",
"1876698652": "与纳西妲对话",
"1877070068": "给楠塔克看看「观赏鱼」",
"1877888928": "酒豪的评价:好!",
"1878034940": "完成对话",
"1878219820": "与泽维尔对话",
"1878238300": "与里夫对话",
"1878309476": "启动光界锥凿",
"1878597156": "前往五歌仙广场等候",
"1879263884": "对话第二次刷不卜庐药材",
"1879602324": "与阿金对话",
"1879832316": "与乌尔班对话",
"1880105423": "仓储事务",
"1880263399": "挑战北风之狼",
"1880440740": "进入奉行所仓库",
"1880529431": "真实亦是谎言",
"1880630388": "探索地下区域2",
"1880714012": "寻找咖啡馆内的线索",
"1880841991": "消灭所有魔物",
"1880922172": "聆听影的决断",
"1881448271": "尘封的疑云",
"1882059284": "前往风起地,采摘三朵风车菊",
"1882072572": "与卜劳恩交谈",
"1882102716": "与阿米对话",
"1882401175": "控制派蒙对话后消失",
"1882476447": "教令院,小问题",
"1882494428": "向社奉行成员问询",
"1882715036": "前往常夜灵庙",
"1883017423": "(好感+2)事成之后,五十万摩拉?",
"1883243111": "拾枝者·戴因斯雷布",
"1883306084": "(hide)进对话删除投影门",
"1883431556": "返回阿如村与索赫尔对话",
"1883648684": "迪希雅草王对话外设装置显示",
"1883991228": "用元素视野追踪假玄冬",
"1884072087": "与安柏对话",
"1884215052": "在晚上(21点~5点)与小千对话",
"1884651412": "水下狐狸(解谜终环)",
"1884941004": "调查莎兰树",
"1885045388": "寻找起始点任务1",
"1885225044": "使用「苦舍桓」解除「须罗蕈」的封印",
"1885397567": "茶馆氛围",
"1885444772": "与迪奥娜对话",
"1885474388": "与派蒙对话",
"1885912292": "前往吧台并完成营业准备",
"1886174420": "前往太郎丸所说的地点",
"1886976140": "(隐藏)开车_检查玩家到达神像附近",
"1887257209": "回滚隔离",
"1887359252": "前往月海亭,与慧心对话",
"1887370596": "预留",
"1888321924": "击败敌人",
"1888326148": "言灵线索1触发",
"1888508724": "设法解除封印",
"1888798348": "敲响造型奇特的植物",
"1889933028": "将泥土交给阿金",
"1890502084": "*废弃",
"1890664494": "与千岩军守卫对话",
"1890809076": "与辛焱对话",
"1890976268": "和留言板的隐藏对话",
"1891049956": "向哲伯莱勒回报发现",
"1891317892": "自然天计数任务",
"1891479556": "四处看看,寻找妖邪情报",
"1891765036": "与纳西妲对话",
"1892024270": "与岚姐对话",
"1892181767": "小漫送礼任务",
"1892396679": "神秘的羊皮卷(隐藏任务)",
"1892479100": "到岸边和凝光一起烤鱼",
"1892764287": "雾海与树之祭",
"1892944732": "等待到第二天上午10点 - 12点",
"1893186071": "与安柏对话",
"1893467943": "与安柏对话",
"1893994036": "【废弃】第6-2天逃出须弥城黑屏传送",
"1894071876": "穿过深渊",
"1894387228": "踏上石板",
"1894431932": "隐藏刷夜鸦船长",
"1894504263": "绀田传助交付",
"1895302572": "完成所有的奖励发放",
"1895582548": "跳入裂口",
"1895937580": "杀戮检测3",
"1896055351": "守乡人",
"1896327356": "阿瑠对话",
"1896553132": "与兰迦鲁对话",
"1896661476": "*废弃",
"1896836556": "打开石中植物",
"1896974420": "向附近的人们打听情报",
"1897231023": "检查提前完成图特蒙斯藏匿处",
"1898242708": "前往长次的家",
"1898602204": "与安东尼对话",
"1899551012": "完成蕈兽培养4",
"1899943244": "消除死域",
"1900008668": "与剧团团长对话",
"1900039708": "与犯人交谈",
"1900179484": "与派蒙对话",
"1900446271": "苗圃梦见花种植计时任务_07",
"1900735788": "隐藏活动开启",
"1900970092": "判断交付完成",
"1901317764": "前往高台处",
"1901526884": "避开魔物,继续深入达达乌帕谷",
"1901607839": "前往摘星崖",
"1901698759": "死域观测站凋零1(隐藏任务)",
"1902141588": "跟琳琅对话",
"1902591068": "与梵米尔对话",
"1902703868": "向黑田打听情报",
"1903335655": "地城内cs",
"1903335764": "寻找「栖木」逸散的能量",
"1903351564": "与雅丝敏同行",
"1903422444": "和海亚姆对话",
"1903431065": "痕迹对话3",
"1903449623": "食莲者后续琳琅",
"1903539502": "询问香菱是否还需帮忙",
"1903697617": "测试跨场景创建NPC",
"1904583404": "激活古阵核心封印",
"1904813524": "利用风场追上丘丘人",
"1905122728": "酒豪的评价:恐怖!",
"1905835460": "与优菈交谈,了解训练内容",
"1905948638": "返回璃月",
"1906009052": "二郎救出前对话2",
"1906639132": "与凯亚对话",
"1906853201": "为了青色的身影",
"1906930148": "与早柚交谈",
"1906985652": "将文献交给学者",
"1907474316": "跟随脚印前进",
"1907487932": "将收集器交给伯特兰",
"1907542500": "与万叶交谈",
"1908298268": "和豆助、柴助对话",
"1908343092": "出圈恢复天气",
"1908687823": "向安柏了解前方的骚乱",
"1909170828": "前往佳酿节会场",
"1909243700": "继续跟随气息寻找线索",
"1909326972": "前往喀万驿",
"1909471924": "寻找钥匙",
"1909489711": "卡齐姆送礼任务",
"1909660468": "前往晨曦酒庄询问康纳",
"1910064060": "等到凌晨(0:00-5:00)",
"1910142724": "与「公义」对话",
"1910443863": "手岛送礼任务",
"1910636980": "刷出车车",
"1910878014": "向志华回报",
"1910939156": "与若心对话",
"1911158956": "检查船体",
"1911328169": "骑士的现场教习",
"1911383812": "前去查看沃尔夫冈的笔记",
"1911838956": "击破「红色稻草人」",
"1911857038": "与艾琳对话",
"1912254668": "与龙二对话",
"1912325884": "任务计数",
"1913314692": "与派蒙对话",
"1913381240": "消灭所有魔物并摧毁路障",
"1913506340": "将霄灯交给碧波",
"1913831100": "追上可疑的大使",
"1914018340": "前往流浪猫狗聚集处与托马会合",
"1914227796": "前往捕捉区域",
"1914228636": "与阿拉米对话",
"1914285348": "赶往战场前线",
"1914646292": "「帮助兰那罗」",
"1914686300": "隐藏任务UI界面领取用",
"1914726712": "与凯瑟琳对话,询问详情",
"1914810162": "对话NPC",
"1914961625": "料理对决",
"1915084764": "乘坐升降梯",
"1915693828": "和加扎里对话",
"1916053860": "隐藏任务用于失败解锁时间",
"1916226012": "寻找吉丽安娜",
"1917740590": "与博来对话",
"1918152625": "寻找石碑",
"1918292140": "刷出魔剑",
"1918373884": "前往西风骑士团",
"1919197204": "返回拉娜身边",
"1919348188": "与町街附近的商户对话",
"1919717896": "在2秒内摧毁所有木桩",
"1919871486": "进入秘境",
"1920389612": "回到社奉行所,面见神里绫华",
"1920915340": "在须弥城附近转一转",
"1920936212": "使用「羽毛」",
"1921174708": "与众人交换情报",
"1921208902": "打开牢笼",
"1921651692": "设法开启深处的房间",
"1921715356": "去疑似陨石附近调查(删除)",
"1921759582": "与参加典仪之人交谈",
"1921771260": "(tes)到达一处封印区域",
"1922122340": "与朱特对话",
"1922125300": "与负责准备的秘书交谈",
"1922623420": "抵达蒙德城",
"1922690282": "寻找遗失的封魔珠",
"1923622510": "前往璃月港",
"1923706668": "询问蒙德的凯瑟琳",
"1924053084": "击败眼前的愚人众连队",
"1924130420": "调查愚人众临时营地",
"1924529044": "继续向前追踪",
"1924670719": "与冒险家对话,打听情报",
"1925210396": "击杀豹子王",
"1925570343": "翠石砌玉壶·其二",
"1925854844": "在「不卜庐」附近寻找诗歌灵感",
"1926009044": "寻找「丹剂宗匠」",
"1926297478": "刷货物",
"1927154690": "任务开启",
"1927169103": "狸猫WQ隐藏",
"1927175620": "前往图书馆探望诺艾尔",
"1927513367": "与琴对话",
"1927774476": "与派蒙对话",
"1927834556": "把内尔敏做好的饮料带给里夫",
"1927925404": "使用「苦舍桓」解除「须罗蕈」的封印",
"1928353376": "将调好的酒给玛格丽特尝试",
"1928409348": "与塞琉斯对话",
"1928452183": "向前追踪,逮捕「怪鸟」!",
"1928851044": "玩家选了左边",
"1928940306": "与常九爷对话",
"1929311692": "与派蒙对话",
"1929321628": "前往阿凡的苗圃",
"1929474879": "岩巅大侠往事",
"1929693444": "不合适的时间",
"1929760268": "散兵cs后的对话",
"1929895732": "在资料室内寻找线索",
"1930559377": "海灯节遇到魈的标记",
"1930621956": "增加任务进度",
"1930920657": "蒙德百货订货版",
"1930923884": "前往帮助哈巴奇",
"1931385732": "前往西风骑士团",
"1931428838": "与小冥对话",
"1931760511": "阿桂的药材需求",
"1931930375": "沙漠苗圃后续玩法2第1天",
"1932155156": "向荒谷回报",
"1932786375": "村上的食材需求",
"1933218900": "废弃",
"1933855260": "与海迪夫对话",
"1934168300": "与立本对话(任务面板隐藏)",
"1934281223": "前往风龙废墟正门",
"1934435434": "任务开启",
"1934932076": "统计进度",
"1935136828": "【废弃】提前找到行秋",
"1935396852": "与派蒙对话",
"1935773804": "隐藏-玩法准备",
"1936297756": "寻找另一块奇怪的石头回滚隔离",
"1936402004": "与维克多对话",
"1936424044": "借助「笼状物」破坏其余三座「磐键」",
"1936641058": "向常九爷回报",
"1936734556": "与小蒙对话",
"1936781722": "进入明蕴镇",
"1937391768": "与店主玛乔丽对话",
"1937506556": "前往调查异常的寒流",
"1937608447": "沙漠苗圃后续总和",
"1937934900": "继续前进",
"1938263260": "获得拉玛的订单",
"1938418940": "找到兰罗希陀留下的线索",
"1938420777": "报答神明的方式",
"1938466380": "调查痕迹",
"1938572396": "前往遗迹顶层中心的房间",
"1938913076": "清理盗宝团留在雷樱树上的「小手脚」",
"1939322132": "战胜埋伏的盗宝团",
"1939608068": "寻找两把火药库房的钥匙",
"1940578140": "击败「雷音权现」",
"1941336943": "甲斐田龙马送礼任务",
"1941522521": "导光仪式",
"1941580484": "与叶夫卡对话",
"1941734788": "与畅畅对话",
"1941745140": "与「公义」对话",
"1941951351": "与凯亚对话",
"1942182505": "绯云坡公告板",
"1942191964": "跟上机械螃蟹",
"1942268375": "甘乐的相思之意",
"1943082612": "完成一次「洛蒂娅的愤怒」挑战 (完成后需返回单人模式以继续)",
"1943301076": "前往蒙德城门口",
"1943975116": "废弃",
"1944279185": "痕迹对话3",
"1944303116": "继续向前探索",
"1944426500": "与萍姥姥对话",
"1944818028": "锅巴吃菜用",
"1945036508": "竹签·凶",
"1945666844": "向营地中的冒险家询问消息",
"1945689855": "影向祓行",
"1945739636": "与纳西妲交谈,了解现状",
"1945818692": "隐藏 天气控制",
"1945915180": "解锁传送锚点开车1",
"1945949156": "与岩田对话",
"1945976220": "前往货车所在地点",
"1946040372": "寻找走失的驮兽",
"1946556644": "与鲁道夫对话",
"1946701156": "调查货物",
"1947339513": "书页里的电火花",
"1947457764": "打倒清泉镇附近的魔物",
"1948087246": "寻找宝藏",
"1948177836": "将三份铁块带给路通",
"1948277276": "在不被发现的情况下前进",
"1948769944": "与凯亚对话",
"1948906924": "与迪奥娜对话",
"1949057964": "清理后山的陨石(1/2)",
"1949114020": "击退丘丘人",
"1949536268": "进入地城",
"1949852276": "焕发蕈兽的潜能",
"1950104420": "与瓦希德对话",
"1950639911": "轻策来客任务奖励发放A",
"1951275820": "与范二爷对话",
"1951329284": "寻找「祭司」",
"1951349788": "在孤云阁附近的海面上打捞失物",
"1951381676": "主线结束后-克里托夫",
"1951995100": "寻找薇尔",
"1952108903": "与丽莎一起吃下午茶",
"1952137036": "前往蒙德图书馆寻找线索",
"1952161732": "进入水池",
"1952717832": "回教堂看看琴的情况",
"1952744548": "返回露营地,与拉娜对话",
"1952942620": "击杀无留坨(前)",
"1954026812": "与众人对话",
"1954704119": "今夜窗明,花灯藏影",
"1954746447": "雪山活动线控制混乱营地",
"1954788964": "抽到了小吉",
"1955297812": "击败出现的水史莱姆",
"1955308260": "抗击「雷樱树力量结晶」",
"1955327798": "找到《护法仙众夜叉录》",
"1955628500": "将文献二交给学者",
"1955655708": "清理田地里的陨石",
"1956146948": "前往深处,夺回城防图",
"1956262116": "7012401未开始",
"1956279532": "与凯瑟琳对话",
"1956491652": "打黑烟1",
"1956859356": "将一份能吃饱的料理交给一成",
"1957444095": "苗圃梦见花种植计时任务_10",
"1957743959": "优素福NPC送礼任务",
"1958266903": "提米的心愿",
"1958929700": "清除孢子",
"1960228300": "回到营地",
"1960261087": "与温迪对话",
"1960268620": "与托马交谈",
"1960475248": "与米拉娜对话",
"1960795684": "寻找晨曦酒庄的工人弗里茨",
"1960868548": "挑选一本合适的轻小说",
"1961748092": "寻找降灵仪式线索",
"1961787884": "向哈马维回报",
"1961974668": "前往清籁岛",
"1962414190": "与阿大沟通",
"1962824428": "再寻找三枚奇异的「牙齿」",
"1963244428": "向大坤回报",
"1963419700": "与田铁嘴对话",
"1963830828": "解救关押在此处的人",
"1963964100": "找到「玲珑霄灯图」上标注的藏宝地",
"1964158204": "与孙宇对话",
"1964366900": "与查尔斯对话",
"1964402532": "前往离岛,寻找伯特兰",
"1964927730": "点燃篝火",
"1965115950": "玉京台请仙场景:破损台面任务(待隐藏)",
"1965185366": "与魈对话",
"1965198993": "昔日的风",
"1965338588": "前往「大肉丸」感应之处",
"1965569060": "等待至会合时间(19-21点)",
"1965677452": "取得「千岩军的宝藏」",
"1965684700": "与蔡乐对话",
"1966198652": "与季同对话",
"1966733716": "在大巴扎附近逛逛",
"1966986404": "花落",
"1967237380": "前往八重堂帮忙望风",
"1967892508": "与万叶对话",
"1968730652": "前往下个捕捉区域",
"1968786456": "消灭所有丘丘人",
"1968903140": "与埃勒曼交谈",
"1969504487": "未染尘埃的秋霜",
"1969650120": "前去查看详情",
"1969792444": "对话任务记录进度3",
"1970045108": "前往遗迹顶层中心的房间",
"1970774988": "前往八重堂",
"1970782740": "操控装置进入新区域",
"1970996028": "与泽维尔对话",
"1971013684": "打开「遗迹巨像」的封印",
"1971786004": "回去与留守的同伴会合",
"1972140380": "与志琼对话",
"1972280900": "与戴因斯雷布对话",
"1972282868": "寻找「纳尔吉斯」",
"1972358284": "将五份白铁块交给矢田幸喜",
"1972499940": "探索圣显厅下层",
"1972587732": "与扎卡里亚对话",
"1972693396": "将一份能吃饱的料理交给一成",
"1973159996": "对话任务记录进度1-3(手动)",
"1973220228": "时间检测任务",
"1973321716": "给喷泉广场上空的花饰留影",
"1973340841": "解禁5-隐藏",
"1973872964": "*废弃",
"1974069270": "寻找骑士团禁闭室的门",
"1974805108": "将美味的烤吃虎鱼送给汤雯",
"1974828596": "消灭盗宝团",
"1974936628": "清理元素紊乱点3",
"1975218748": "沿路深入,前往边界",
"1975700260": "与沙寅对话",
"1976063116": "清理魔物",
"1976159964": "收集附近的维修材料",
"1976883604": "与黄衫对话",
"1977000623": "往日的谜影",
"1977145260": "放置供物",
"1977324127": "被丢失的合照",
"1977732220": "进入鹤观,寻找阿瑠",
"1977933636": "隐藏控制刷出流明石",
"1978060311": "恒常机关判定",
"1978436692": "在海滩上四处走走",
"1978531212": "踩圈遇怪引导对话",
"1978692220": "前往训练地点",
"1978946644": "与寝子对话 隐藏",
"1979372292": "收集霄灯",
"1979450300": "跟随班尼特前进",
"1979547980": "和可莉一起转转",
"1980052399": "击败深渊法师后的对话",
"1980925900": "与盗宝团成员对话",
"1981326452": "启动装置",
"1981356828": "击退强盗",
"1982192100": "最后一环传送",
"1982521884": "进入医院下层",
"1982536044": "破坏雷电封印",
"1983063836": "与迪娜泽黛对话",
"1983067140": "石板1",
"1983598514": "对话NPC",
"1984570246": "离开地城(隐藏显示,玩家不进行操作)",
"1984598500": "与杰里对话",
"1984618271": "啊,新鲜的肉!",
"1985164724": "前往鹰司家的隐秘驻地",
"1985512764": "前往化城郭,寻找「背上鼓鼓的人」",
"1985608460": "前往阿如村寻找蒙德商人",
"1986048236": "向凯瑟琳打听前往稻妻的情报",
"1986905444": "与武士黑泽对话",
"1987130076": "厨房对话",
"1987417108": "启动虚界塔控制器",
"1988093508": "寻找并点亮所有装置",
"1988310935": "发小道具一",
"1989090276": "帮助莱昂离开深井",
"1989158887": "渡-失忆重孙",
"1989423316": "等待到四天后",
"1989593332": "跟随神里绫华",
"1989631388": "取得第二则「记忆的铭文」",
"1989702116": "前往码头",
"1990456193": "凯亚的收获",
"1990950364": "抢夺道具",
"1991121716": "向丘丘人交付物品",
"1991892404": "击败对手",
"1991982460": "2 永不能完成",
"1992716854": "与魈对话,交还「百无禁忌箓」",
"1992718575": "探索并解开三层封印",
"1993034420": "前往「阎迦由玛」奉上灵药",
"1993185748": "调查拍卖会现场",
"1993491916": "与旭东对话",
"1993800740": "寻找宝藏",
"1994389588": "前往兰提沙之前所在的洞窟",
"1994772516": "与志琼对话",
"1994876319": "无",
"1995090812": "与索拉雅对话",
"1995119204": "触碰萍姥姥的壶",
"1996418766": "采集三个绝云椒椒",
"1996471372": "*隔离环",
"1996796828": "跟随脚印追踪丘丘人",
"1997221940": "击退盗宝团",
"1997931532": "打倒所有魔物",
"1998043924": "跟随脚印前进",
"1998045404": "与五郎对话",
"1998491692": "追赶九条裟罗,前往天守阁",
"1998843192": "与凯瑟琳对话",
"1998946948": "跟奶奶讲话",
"1999256228": "与剧团团长对话",
"1999729852": "检测时间任务",
"1999819415": "实验之末,枯荣",
"1999835862": "绝云间遇仙",
"2000026716": "沿着风龙废墟的高塔前进",
"2000483980": "与凝光对话",
"2001012095": "台上台下",
"2002540799": "判断玩家回到大世界 把酒馆里得人搞出来",
"2002598567": "遗弃的工具(已改为开车)",
"2002831852": "与艾尔海森对话",
"2003432452": "进入更下层",
"2003525740": "与砂糖对话",
"2003579884": "与「公子」对话",
"2003872913": "完成对话·日晷",
"2003967438": "观察夜泊石(待隐藏)",
"2004951612": "回收货物",
"2005605039": "躲进酒馆",
"2005933388": "将两份甜甜花酿鸡交给杰里",
"2006273268": "找出工厂内的幕后黑手",
"2006497956": "等到第二天(20点~24点)",
"2006835359": "传闻中的炼金术士",
"2006977919": "海灯节常驻2",
"2007277516": "与旭东对话",
"2007285246": "寻找「归终机」",
"2007575748": "与露子对话",
"2007693290": "念诗给丘丘人听",
"2008853036": "倒计时",
"2008878596": "前往下一项实验的地点",
"2009075532": "进入「噩兆幽伏之寮」",
"2009150788": "与海妮耶对话",
"2009613322": "与索拉雅对话",
"2010167868": "发书2",
"2010177860": "进入乌有亭",
"2010328796": "与赛诺一起抓捕嫌犯",
"2010501644": "完成第三幕的拍摄",
"2011297940": "继续向前探索",
"2011466799": "容彩诗镜·其三",
"2012045860": "废弃在第二天10点到指定地方见森之子",
"2012160988": "判断进入壶2",
"2012185988": "与阿釜对话返程",
"2012629916": "与镀金旅团对话",
"2012682076": "控制画架显示",
"2012757284": "尽快返回禅那园",
"2012954324": "与哲平对话",
"2013613460": "与小仓澪对话",
"2013820236": "准备种植_07",
"2013959740": "与轰大叔对质",
"2014266148": "与学者对话",
"2014446324": "调查神龛",
"2014514095": "涉过未知的雷云",
"2014688796": "向云堇回报情况",
"2014838532": "前往离岛",
"2015544900": "在「蓄财之地」寻找哈特姆",
"2015768220": "向五百藏复命",
"2016023892": "再寻找三枚奇异的「牙齿」",
"2016399911": "三界路飨祭·其一",
"2016556831": "到教学点2",
"2016797692": "放置信标",
"2016878140": "一同返回须弥城",
"2017093156": "休息至翌日清晨(次日早6点-8点)",
"2017360972": "尝试开启棺椁",
"2017366479": "他乡之食",
"2017401108": "击败魔物",
"2017475620": "神官神社创生",
"2017658156": "探索四周",
"2017830964": "与派蒙商量对策",
"2017843524": "击败三处深渊法师",
"2018188967": "料理是快乐的回忆",
"2018311184": "火地城通关神树指引",
"2018398014": "将三块兽肉交给香菱",
"2018930159": "对话中物件状态变化",
"2019045916": "前往上层",
"2019304575": "灯下未归人",
"2019583180": "与格奥尔格交涉",
"2020284604": "取得「特殊的绯樱绣球」",
"2020782983": "风神与蒙德",
"2020949458": "将「什么花什么鸡」带给朱老板",
"2021394396": "前往水池中的岛查看过去的遗迹",
"2021727500": "与清昼对话",
"2021922697": "沿着「岩尊像」寻找碎片",
"2022007588": "栖木供奉",
"2022282532": "将情况告知枫",
"2022597487": "黯淡蘑菇的求救",
"2022875556": "向内尔敏回报",
"2022945436": "与派蒙商量对策",
"2023645223": "与温迪对话",
"2024054705": "尾声,风停之后",
"2024096644": "获得宝藏",
"2024945940": "寻找万叶",
"2024949916": "前往琉璃亭,与璃彩对话",
"2025242228": "与瑞锦对话",
"2025584412": "解锁死兆星号传送点用",
"2026162348": "寻找宝藏",
"2026386625": "猫尾酒馆留言板",
"2026427500": "与豆助和柴助对话",
"2026889524": "调查狂风之核的去向(分支)",
"2027104887": "潜行完成&再次进入教堂",
"2027138914": "击败所有魔物",
"2027767188": "和兰那罗对话",
"2028057172": "沿路前进",
"2028133316": "与众人对话",
"2028644260": "前往教令院",
"2029690863": "疗养观察",
"2029956748": "摘除田地里的蘑菇",
"2030471556": "与工匠和拉齐对话",
"2030669108": "挖出宝物",
"2030931302": "查看愚人众的研究",
"2031037940": "*隐藏*关闭能量网",
"2031107380": "将一份「美味的扣三丝」带给清昼",
"2031138599": "神龛啊,再次显灵吧!",
"2031243316": "与布洛克对话",
"2031304369": "暂行之策",
"2033378628": "准备种植_10",
"2033651327": "通关遗迹",
"2033753700": "击退怪物",
"2033948324": "前往喀万驿与迪希雅会合",
"2034182108": "在附近收集资料(1/3)",
"2034205580": "调查前方的遗迹",
"2034322676": "监测看见兰那罗",
"2034456212": "调查奇怪的木桶",
"2035266151": "兰那罗唤醒10",
"2035326023": "使用元素爆发",
"2035676588": "探索洞穴,进入遗迹",
"2035732364": "与蒙德的凯瑟琳对话",
"2035881252": "跟随赛诺继续调查",
"2036116396": "桥接任务猎鹿人餐馆",
"2036434292": "与柴门二郎对话",
"2036648088": "陪同艾拉·马斯克与丘丘人对话",
"2036690972": "投喂流浪猫狗",
"2036695476": "二郎小岛创生时+强制对话",
"2036761860": "镜子状态关闭",
"2037125020": "与露子对话",
"2038315364": "与丘丘人对话",
"2038380092": "对话切换suite",
"2038612863": "低温调查】与【山中之物",
"2039153380": "阅读「尾」处的石碑",
"2039577316": "隐藏任务用于回滚隔离",
"2039637948": "向两人询问情况",
"2039920684": "清理望舒客栈西三处营地",
"2039993580": "回去",
"2040087970": "将提米的信交给杜拉夫",
"2040153609": "轻策庄限时抵达挑战",
"2040827193": "意外的收获",
"2040928209": "被夺之泪",
"2041503260": "隐藏任务用于播放八重神子闲置对话",
"2041919636": "与万叶对话",
"2042266431": "离开酒庄",
"2042267012": "再次与影交谈",
"2042389919": "蓝川丞送礼任务",
"2042418780": "击败周围的敌人,打开宝箱",
"2042523564": "与小蒙对话",
"2042571278": "与「信众」们交谈,了解「掇星攫辰天君」",
"2043327396": "和学者对话",
"2044487636": "和可莉一起转转",
"2044519364": "寻找古拉布吉尔的蛇口粮",
"2044661492": "与雅丝敏对话",
"2044779156": "隐藏判断是否进入地下",
"2044983836": "点燃火堆",
"2045148036": "依照渊上的指引,向前探索",
"2045284078": "前往约好的地点,与信主碰头",
"2045490892": "询问长次料理的口感",
"2045605300": "竹签·末吉(抽到竹签变量1,交付竹签变量0)",
"2045881236": "与神里绫华对话",
"2045996751": "间章隐藏任务临时传送",
"2046160977": "绝云访友",
"2046185436": "在七座御陵墓石前献上珊瑚真珠",
"2046204092": "成功交付",
"2046630514": "选感情",
"2046717777": "绝对领域控制",
"2046881516": "与坏调查员对话",
"2047459732": "织梦之森机兵6完成",
"2047745916": "与寝子对话 隐藏",
"2047911360": "巩固-烈火精油",
"2047942964": "探索莎兰树的梦",
"2048204780": "打倒所有魔物",
"2048293119": "风行迷踪",
"2048906708": "参观营地中的设施",
"2049636836": "查看货物",
"2049700036": "探索四周",
"2049882932": "跟随脚印追踪丘丘人",
"2050175108": "与兰罗摩对话",
"2050231060": "进入颠倒织梦",
"2050823975": "兰那罗打怪01",
"2050852655": "三隅道大演武",
"2050858468": "第三波营地清剿",
"2051009412": "与苦恼的工匠对话",
"2051128796": "为凝光调制指定饮品",
"2051691436": "将「冷鲜肉」交给汤米",
"2051927676": "通过长廊,向前探索",
"2052122348": "*隐藏*回滚隔离",
"2052183108": "学习并制作「渡来禽肉」",
"2052376444": "击败怪物",
"2052439004": "向维多利亚修女回报",
"2052998380": "与琴和丽莎对话",
"2053537495": "冒险家的入门考试",
"2054452948": "前往阿贝多所说的地点",
"2054708228": "隐藏-高级的宝箱开启",
"2054864844": "与派蒙商量对策",
"2055146874": "搜寻「祖训」",
"2055258439": "机械之心",
"2055531588": "解除「鳍」的封印",
"2055867324": "获得料理",
"2056105500": "击败「漩涡的余威」跋掣",
"2056192756": "*隐藏*与商队成员对话",
"2056247364": "击败敌人",
"2056537895": "任务中第一次涉及loading场景让派蒙出来说句话",
"2057210260": "*废弃",
"2057248351": "雕猫之法",
"2057431948": "前往救助海芭夏",
"2057439476": "前往芭芭拉说的位置",
"2057545084": "前去查看沃尔夫冈留下的刻痕",
"2057610428": "第一次开门",
"2057629916": "探望实验室中的莫娜",
"2057900244": "与齐里亚布交谈",
"2058085620": "前往上船点",
"2058117620": "前往晨曦酒庄询问康纳",
"2058235428": "到阿如村村长家外面查看情况",
"2058373484": "向天目十五了解情况",
"2058680564": "将新做的冰棍送给大隆",
"2058781284": "切雕像",
"2058796868": "与志琼交谈",
"2058912264": "把钥匙交给怀尔德",
"2058930220": "向珊瑚打听更多消息",
"2059757988": "打扫所有污渍",
"2059808900": "前往发生火灾的仓库",
"2060241404": "与法莎一起前往桓那兰那的苗圃",
"2060705460": "与塞琉斯对话",
"2060774852": "隐藏任务卸载group",
"2060965724": "前往「三碗不过港」",
"2062257092": "向乔尔回报",
"2062616844": "和保本对话",
"2062944468": "返回冒险家营地",
"2063162935": "远处的视线",
"2063269847": "织梦之森其二",
"2063920208": "消灭所有魔物并摧毁路障",
"2063953836": "竹签·末吉(抽到竹签变量1,交付竹签变量0)",
"2064280556": "与迪奥娜对话",
"2064619007": "听海人",
"2064782572": "将霄灯交给言笑",
"2065340100": "找到「玲珑霄灯图」上标注的藏宝地",
"2065376391": "采矿之道",
"2065413196": "离开小树林",
"2065613548": "兰纳罗移动功能测试",
"2065715455": "情境独占测试4",
"2066225052": "和兰纳罗20816第二次对话(闲聊)",
"2066574884": "查看卷宗",
"2066585500": "前往望泷村",
"2066791527": "来自冬天的故事",
"2066930796": "进入水下空间",
"2067909260": "收集齐四块石板",
"2068356948": "击败被黑泥影响的怪物",
"2068845828": "与布兰琪对话",
"2068904719": "全能美食队·食材在哪呀?",
"2068975212": "与歌德对话",
"2068999828": "与班尼特对话",
"2069010412": "阅读「鳍」处的石碑",
"2069643580": "通过第一个降魔印机关",
"2069884020": "与伤兵们对话",
"2070018292": "隐藏任务移除箱子",
"2070294940": "与小蒙对话",
"2071205388": "将老臭的事告知唐无仇",
"2071304404": "(废弃)与阿佑对话",
"2071724452": "向言笑回报",
"2072294255": "失踪的矿工",
"2072547775": "「百人一揆·最强武斗大会」",
"2072671268": "*废弃",
"2073001148": "向胡塞尼回报",
"2073096748": "在不被发现的情况下前进",
"2073138924": "拉妮家对话2",
"2073178912": "本环完成",
"2073508724": "回复莫娜",
"2074572908": "等待至第二天早上(6-8点)",
"2074588356": "与翠儿对话",
"2074778012": "江舟B3",
"2074889140": "调查心海的秘密基地",
"2074972271": "打开宝箱,获得风龙泪滴",
"2075045572": "关闭玩家操作",
"2075096927": "光钉自循环运作报告·摘要",
"2075281508": "根据「循路留书」寻找秘宝的线索",
"2075839596": "古代正文对话1-8",
"2075972852": "沿着水域向西北调查",
"2076058148": "*隐藏*启动三个机关",
"2076213652": "在铁匠铺附近寻找小猫",
"2076334404": "帮汤米寻找热源",
"2076712612": "寻找古拉布吉尔的蛇口粮",
"2076993724": "与泽维尔对话",
"2077123196": "根据提示探索周围",
"2078730335": "凶猛动物在哪里",
"2078780548": "选择合适地点留下提示刻痕",
"2079133060": "跟随迪希雅一同「追踪」博士",
"2079592940": "陪小冥玩捉迷藏",
"2079757108": "与稻妻渔师鲸井椛对话",
"2079794060": "前往鸣神岛的海边",
"2080201236": "与旭东对话",
"2080424991": "兰那罗打怪11",
"2080477967": "赫尔曼NPC送礼任务",
"2080874116": "前往雪山,在水域放置包裹",
"2081255663": "居尔城的记忆",
"2082397356": "与众人对话",
"2082847572": "打倒所有蕈兽,并拿回木板",
"2083031031": "奥罗巴洛斯之心",
"2084343332": "前往龙脊雪山",
"2084344268": "与班尼特对话",
"2085111564": "前往望舒客栈拜访魈",
"2085384948": "对话 遗忘了了30%",
"2085421575": "兰那罗唤醒11",
"2085478303": "与迪卢克对话",
"2085699884": "向百闻回报",
"2085768052": "寻找宝藏",
"2085794143": "审问深渊法师,了解其计划",
"2086190986": "四个对话",
"2086233852": "在材料堆放区调查",
"2086267788": "见证漫长战斗的尾声",
"2086274180": "初始调整时间",
"2086376313": "在轻策地区寻找碎片",
"2086445692": "到达阿如村神像触发对话",
"2087243036": "前往丘丘人营地放置兔兔伯爵",
"2087250916": "与路爷对话",
"2088927692": "与海妮耶对话",
"2089137252": "与莎拉对话",
"2089155020": "与兰那罗对话",
"2089261588": "与帕森对话",
"2089404764": "击败蛮横的武士。",
"2089426073": "大生意",
"2089547452": "击败蕈兽",
"2089974188": "与小安对话",
"2090076380": "交付完对话",
"2090209732": "调查拍卖会现场",
"2090387780": "找到丢失的娃娃",
"2090402660": "跟随拉娜",
"2090490596": "与吉法师对话",
"2090567420": "先找到九条的对话",
"2090709732": "前往海边,将小猫带回神社",
"2090808432": "清扫位于晨曦酒庄的七天神像",
"2091256412": "探索莎兰树的梦",
"2092194564": "向霍夫曼回报",
"2092223116": "刷掉魔剑",
"2092345284": "协助留云借风真君完成烹饪",
"2092923167": "纳巴提NPC送礼任务",
"2093204816": "酒豪的评价:意外的好!",
"2093206966": "和慕胜对话",
"2093503420": "找小五寻求信物",
"2093956860": "与长次对质",
"2094695214": "向志华回报",
"2094797316": "讨价还价之继续讲价",
"2095037788": "与江舟对话",
"2095837628": "监听巨大草种子之曲进度",
"2096621980": "向玛格丽特回报",
"2097485308": "隐藏-开启游戏",
"2097639524": "寻找古拉布吉尔的蛇口粮",
"2097721236": "与「南十字船队」的船员对话",
"2097735692": "刷出茶具",
"2098042444": "与泽维尔对话",
"2098204031": "延迟解锁披萨",
"2098362990": "在钟离身边坐下",
"2098629820": "再次与早柚商量对策",
"2099336548": "(hide)进对话删除投影门",
"2099480604": "帮助被困的兰那罗",
"2099487644": "刷头盔",
"2099951140": "拍摄「御影炉心」的状况",
"2100170324": "前往稻妻",
"2100408553": "蒙德城的飞行者",
"2100524796": "取得灵药",
"2100888273": "海灯节氛围npc控制",
"2101210052": "等候至次日晚间(19-21点)",
"2101872308": "与坎蒂丝对话",
"2102184060": "继续向前,寻找更多线索",
"2102414548": "依靠意识之舟离开此地",
"2102683600": "触发交流失败分支",
"2102836735": "团聚于此的意义",
"2103084924": "击败所有愚人众新兵",
"2103419164": "寻找散失的文献三",
"2103472334": "询问璐璐",
"2104484543": "飞星聚彩,愿刻华年",
"2104829252": "等待至中午(12点 - 14点)",
"2105067076": "向泽维尔回报",
"2105134660": "前往蒙德冒险家协会找凯瑟琳",
"2105444772": "取回「土质样本」",
"2105897692": "刷怪杀掉刷NPC",
"2106458828": "与岚姐对话",
"2106600828": "与乌尔班对话",
"2106800468": "与鲸井椛对话",
"2106810436": "解除封印",
"2107728116": "与寡言的廷方对话",
"2107799316": "前往「死域」",
"2107877321": "与索拉雅对话",
"2108136732": "与纳赫蒂加尔会合",
"2108662390": "在玉京台进香许愿",
"2108683788": "劝服2-3",
"2108852876": "再寻找三枚奇异的「牙齿」",
"2109944287": "寻找不存在之人",
"2110059508": "在井底寻找宝藏(废弃)",
"2110162828": "二郎救出前对话3",
"2110368084": "与贾法尔对话",
"2110560828": "根据石板的指引获取全部权能",
"2111547382": "击败盗宝团成员",
"2112472727": "茶香氤氲间",
"2112938628": "与戴因斯雷布对话",
"2112978708": "与珊瑚对话",
"2113577924": "前往遗迹顶层中心的房间",
"2113730292": "与柴染对话",
"2114356476": "向古谷升询问线索",
"2114657296": "与石壮对话",
"2114714132": "交付黄金蟹",
"2115136532": "回去见小孩子们",
"2115444199": "丹剂与魔药",
"2115451719": "背后的非议",
"2115789876": "跟随脚印前进",
"2115834796": "与纳杰特对话",
"2115910423": "宝藏线索·危危岛",
"2115973788": "用来检测是否开启了其他的任务",
"2115998873": "痕迹对话3",
"2116695119": "如临神之畔",
"2116943015": "渡-捉迷小鬼",
"2117183284": "调查「黑泥」",
"2117494375": "调酒师之间的切磋",
"2117524556": "将十五根胡萝卜交给鹿野奈奈",
"2117572705": "占位",
"2117768092": "与NPC对话",
"2117998388": "离开净善宫",
"2118116684": "与心海一同说服士兵",
"2118511784": "给查尔斯回报信息",
"2118898852": "与兰罗摩、兰陀娑对话",
"2119075748": "*废弃",
"2119309612": "回流之柱壁画",
"2119341180": "失败交付回滚",
"2119510524": "与莎拉对话",
"2119672748": "激活大厅中央的装置",
"2119918762": "任务开启",
"2120276908": "采摘新鲜的花",
"2120284900": "和NPC对话",
"2120884900": "寻找下一个训练目标",
"2120887268": "与贾维对话",
"2121054220": "寻找第一处合适的景观点并拍照",
"2121395292": "前往崖顶,采摘三朵清心",
"2121507852": "见证梦想的起点",
"2122296332": "与霖铃对话",
"2122339678": "前往南风之狮的庙宇",
"2122350580": "打开藤蔓球",
"2122536188": "打黑烟2",
"2122602172": "将灰灰带给岚姐",
"2122928332": "隐藏-开启游戏",
"2123003368": "返回对话蒂玛乌斯",
"2123146476": "炼化检测3",
"2123514324": "被击败的愚人众术士似乎有话要说",
"2123741740": "家族迁徙首位隐藏任务",
"2124013308": "陪凝光制作棋子",
"2124154476": "向卯师傅回报",
"2124336908": "寻找古拉布吉尔的蛇口粮",
"2124599340": "击败「毛毛脸面具魔王」",
"2124696644": "去码头送别心海和五郎",
"2125446068": "与柴染对话",
"2125555495": "离岛之路",
"2125974020": "将炮弹带回勘探队营地",
"2126064132": "解开星象谜题",
"2126543524": "与瓦希德对话",
"2126748183": "回到酒馆",
"2126775460": "判断不是特色菜谱",
"2126897468": "与众人对话",
"2127179383": "与2号房NPC对话",
"2127248396": "攻击猫狗失败2",
"2127604815": "康纳的酿酒材料需求",
"2127703980": "与阿贝多交谈",
"2128509244": "清除附近魔物威胁",
"2128767356": "前往莫娜所说的岛屿",
"2129050884": "等待到第二天(8-24点)",
"2129579252": "采集洞口的星银矿",
"2129701308": "废弃",
"2129756976": "与特纳对话",
"2129816588": "【废弃】迪希雅草王对话切时间",
"2129829068": "击败盗宝团",
"2129837316": "与公子对话",
"2129857932": "与嘉义对话",
"2130167078": "与博来对话",
"2130455783": "喜儿NPC送礼任务",
"2130647692": "找迪希雅的熟人打听线索",
"2130967628": "与奥列格战斗",
"2131035050": "登上庆云顶最高处,观察绝云间",
"2131093783": "猎鹿急送",
"2131133655": "光钉自循环运作报告·结论",
"2131266188": "与阿祇对话",
"2132460676": "与云堇对话",
"2133159044": "再次与盗宝团交谈",
"2133162991": "古代生物调查",
"2133622772": "与木南杏奈对话",
"2133885238": "制作一份「美味的满足沙拉」",
"2134221180": "前往八重堂",
"2134330636": "将礼品送给蔡乐",
"2134337764": "小姜防止出圈",
"2134840623": "(废弃)找到星银矿石",
"2135073836": "和海亚姆对话",
"2135159988": "根据石板的指引前往「衡准大厅」",
"2135369736": "酒豪的评价:意外的好!",
"2135532812": "前往大日御舆的地下",
"2135673308": "备用",
"2135870908": "*废弃",
"2135978620": "判断小男孩B获胜",
"2136626751": "大将恒遵道",
"2136642228": "双子线完成",
"2136854692": "结束的早上刷到suite5",
"2136896728": "运送餐品给恩内斯特",
"2136906996": "和泽维尔对话",
"2138035052": "居民委托领取任务",
"2138044420": "与迪希雅对话",
"2138081972": "*废弃",
"2138538364": "将1个「烈焰花花蕊」交给柴助",
"2138918020": "组合虚界暗塔",
"2138953308": "启动「神居岛崩炮」击破裂隙",
"2139098172": "与千岩军对话",
"2139245244": "与八重神子对话",
"2139442004": "与朱莉对话",
"2139446308": "和镀金旅团长老说话",
"2139850572": "追踪可疑人物的踪迹(2/3)",
"2140281678": "放置夜泊石",
"2140353332": "乘坐升降梯",
"2140458292": "与铺中的少女交谈",
"2140768516": "与柳达希卡战斗",
"2141439748": "体验船员培训",
"2141644714": "搜寻「祖训」",
"2141727604": "隐藏控制激活流明石",
"2141755004": "*废弃",
"2141819868": "在会场采购书籍",
"2142115352": "击败来袭的愚人众",
"2142276524": "前往调查地点",
"2142514788": "和老板对话",
"2142663068": "寻找冰雾花与清心",
"2142748479": "冒险等阶到达",
"2143226820": "隐藏",
"2143533168": "消灭所有魔物",
"2143855288": "调查酒杯取证",
"2143930321": "奔狼的领土",
"2144203702": "与「公子」对话",
"2144255392": "收集甜甜花与禽肉各三份",
"2144351356": "前往盗宝团出没地",
"2144533956": "观察须弥蔷薇,寻找隐藏的歌曲",
"2144688860": "击退愚人众",
"2145146780": "登上桅杆",
"2145198927": "祭神奏上",
"2145386180": "与加尔恰对话",
"2146239212": "向王扳子回报",
"2146260356": "根据笔记内容,在正午时分(10点至14点)突破迷雾",
"2146730508": "等到晚上(20点~24点)",
"2146802260": "击败营地内的愚人众",
"2147397724": "与季同对话",
"2147743935": "寻找通往塔顶的道路",
"2148014380": "开启挑战",
"2148067572": "安慰迷茫的早柚",
"2148453177": "宝藏归离",
"2148677724": "等待托克跑到船锚旁",
"2148860092": "调查四周寻找所需道具",
"2149451180": "前往大门内进行调查",
"2149465092": "开启小千对面的宝箱",
"2149503684": "与兰罗摩对话,进入莎兰树的梦",
"2149710223": "束手就擒",
"2149795975": "礼物与心意",
"2149856484": "前往大门内进行调查",
"2149888956": "【废弃】与绫华对话",
"2149914564": "和森之子交谈",
"2150058660": "查看玩家是否询问细节",
"2150334359": "继续前进",
"2150692022": "合成霓裳花精油",
"2150906500": "将一盏霄灯交给弗莱琪",
"2150907716": "与今谷佳祐和朔次郎交谈",
"2150934432": "寻找「小王子」",
"2150955596": "帮助龟井宗久制作「串串三味」",
"2151071404": "与凝光交谈",
"2151488380": "前往绝云间,寻找孙宇与小雀儿",
"2151508924": "整理情报",
"2151536948": "焕发蕈兽的潜能",
"2151551660": "交付草药2",
"2151924428": "解救害怕的舒特",
"2152016636": "家政挑战:取水",
"2152193620": "在名椎滩等待流浪武士出现",
"2152262924": "使用「苦舍桓」解除「耶然草」的封印",
"2152877408": "与艾拉·马斯克对话",
"2152911380": "利用「元素视野」跟随阿贝多的足迹",
"2153038540": "将山石放入盆景",
"2153296127": "进入「怪鸟藏身地」",
"2154266732": "与咲耶对话",
"2154456796": "跟踪盗宝团",
"2154930436": "玩法完成",
"2155126015": "幸雄送礼任务",
"2155461316": "在蒙德城内寻找海报与告示牌",
"2155631956": "与拉德普对话",
"2156306839": "邪眼",
"2156822442": "对话NPC",
"2157134057": "护法夜叉前踪疑",
"2158001364": "进入仙府",
"2158195348": "完成父任务",
"2158515743": "领取温迪",
"2158757164": "等交付",
"2158784492": "等待到第二天上午(8点-12点)",
"2159055156": "追上发出声音的门扉",
"2159131172": "检测时间任务",
"2159396736": "向宁禄回报",
"2159432084": "和卢卡对话,进入酒馆",
"2159723804": "在附近打听情报",
"2159835948": "按照孩子们指示的方向前进",
"2159933604": "与言笑对话",
"2160942884": "和兰那罗对话",
"2161027160": "完成全部委托",
"2161118860": "前往指定地点,寻找与觉树之堂有关的线索",
"2161239172": "*废弃",
"2161456548": "进行第二场战斗测试",
"2161833268": "与汤雯对话",
"2162410580": "与德鲁苏对话",
"2162493876": "与阿妮萨对话",
"2162678700": "与葛瑞丝对话",
"2163462636": "在大巴扎附近逛逛",
"2163776604": "触碰鸟羽",
"2163947548": "找旅行商人购买逢春草",
"2164114420": "向伊凡诺维奇回报",
"2164339492": "向污染区深处进发",
"2164624852": "与戴因斯雷布对话",
"2164904748": "与兰罗摩对话",
"2165371064": "前去查看详情",
"2165747262": "剧情对话后接CS",
"2166109588": "找杜拉夫聊聊清泉镇的情况",
"2166375580": "驱赶林猪",
"2166493084": "在营地里寻找愚人众据点的线索",
"2166795860": "与卢卡对话",
"2167054580": "到五歌仙广场寻找阿贝多",
"2167148540": "击败魔物开启宝箱",
"2167410255": "曼达娜NPC送礼任务",
"2167415860": "完成志琼的委托",
"2167624124": "前往望舒客栈找言笑",
"2167800183": "兰那罗音乐04",
"2168048988": "与接应的奥列格对话",
"2168374345": "指月",
"2168496420": "与看起来困扰的人对话",
"2168527100": "与鲸井椛对话",
"2168677812": "调查机关,解开大门",
"2168971388": "前往附近的山顶",
"2169017924": "前往社奉行所",
"2169103196": "隐藏任务用于发放道具",
"2169422740": "击败前来偷袭的幕府军小队",
"2169435788": "打倒所有魔物",
"2169500495": "兽有失蹄",
"2169637535": "开启稻妻传送点任务",
"2170273980": "根据石板的指引获取全部权能",
"2170475527": "灯下暗流深",
"2170647700": "完成对话",
"2170768980": "寻找《圣国的咏唱》第三卷",
"2171351674": "没有接取任务,回滚",
"2172205716": "劝说艾伯特离开",
"2172363212": "与芭芭拉对话",
"2172465012": "将「墩墩桃」带给内尔敏",
"2172505393": "一个男孩的去信",
"2173182388": "和森之子对话",
"2173809692": "使用「羽毛」",
"2173830612": "触发对话",
"2173865300": "【废弃】第6天隐藏控制出圈",
"2173906916": "叫魈下来参加庆典",
"2173908188": "判定交付兽肉",
"2174192788": "(hide)第三段对话",
"2174832884": "前往教堂与芭芭拉对话",
"2174952636": "与莉兹交谈",
"2175151207": "进入庙宇",
"2175308308": "隐藏传送2",
"2175598750": "与钟离对话",
"2175786935": "哈特姆NPC送礼任务",
"2176075023": "与派蒙对话",
"2177864124": "记录是否击杀无相冰-隐藏",
"2178031588": "隐藏子任务带闲置对话",
"2178051783": "到达蒙德大教堂门前",
"2178085694": "向绮命请教",
"2178485420": "废弃",
"2178565439": "木南杏奈送礼任务",
"2178965295": "失落之物",
"2179139388": "判断是特色菜谱",
"2179574068": "返回住处休息",
"2179644020": "抽签引导对话",
"2179777207": "万端珊瑚事件簿·收尾工作",
"2179812606": "派蒙开车台词",
"2181774724": "座点4",
"2181847588": "回到幻境中使用碎片",
"2181852272": "执行回滚",
"2182509292": "与望雅对话",
"2183269980": "检测是否和调查员说过话",
"2183486508": "判断选择非骗子线",
"2184108076": "完成对话",
"2184601788": "参加比赛",
"2184698388": "与兰罗摩对话",
"2185202684": "前往古代遗迹调查",
"2185211428": "在山洞附近放置包裹",
"2185271884": "调查巨型装置",
"2185335068": "击退遗迹龙兽",
"2185568076": "与贾法尔对话",
"2185727844": "完成后刷新签筒Group",
"2185970412": "向寝子回报",
"2186024044": "和长次对话",
"2186344804": "跟随清昼",
"2186619020": "提前去其他店铺踩点",
"2186829932": "狸猫、五百藏闲置对话用",
"2186999188": "救出托马",
"2187278695": "领取香菱",
"2187292308": "*废弃",
"2187991988": "与采珊对话",
"2188459084": "与芭尔瓦涅对话",
"2188520999": "寝子是只猫·神社大扫除",
"2188989572": "利用水元素反应激活奇怪物件",
"2189082540": "刷新烤菫瓜",
"2189306700": "在店内打听消息",
"2189419612": "前往鸣神大社调查",
"2189449044": "将准备好的材料带回重云处",
"2190158828": "与瓦尔坦和古尔根对话",
"2190394087": "富拉特NPC送礼任务",
"2190740660": "前往莫娜指定的占卜地点",
"2191617788": "挖掘",
"2191666100": "与胡桃交谈,等待两人叙旧",
"2192237340": "在低语森林与芭芭拉会合",
"2192538628": "追踪脚印",
"2193245804": "与思妤对话",
"2193756524": "---回滚隔离---",
"2193828638": "寻找「留云借风真君」",
"2193949396": "寻找矿石文献",
"2194096268": "中评价",
"2194342463": "在安柏的指导下重考",
"2194508207": "3号房间-完成标记任务",
"2194605916": "击败敌人",
"2194812332": "与汤雯对话",
"2195654236": "与康纳对话",
"2196221548": "回滚隔离",
"2196282748": "收集重物",
"2196302012": "最后完成篝火",
"2196645132": "为申鹤调制指定饮品",
"2196842164": "前往孤云阁",
"2197178383": "小霄灯与小愿望",
"2197225668": "向沐宁报告戚定的事",
"2197581940": "与花散里交谈",
"2197604260": "与幻影对话",
"2197910844": "收集剧场成员的想法",
"2198356580": "前往「猎鹿人」小憩",
"2198761591": "一千零一杯咖啡",
"2198855687": "在约定地点与凯亚对话",
"2198948708": "*隐藏*回滚隔离",
"2199480780": "前往位于离岛的万国商会",
"2200470604": "*废弃",
"2200503532": "寻找兰拉迦与兰罗摩",
"2200514895": "死域观测站织梦2(隐藏任务)",
"2200989276": "与布洛克对话",
"2201282804": "用于接取任务",
"2201422838": "试着与斯坦利交谈",
"2201692230": "与参加典仪之人交谈",
"2201970484": "座点2",
"2202005692": "将徽记交给雷锤前锋军",
"2202146084": "与深渊使徒对话",
"2202319040": "前往「象征温妮莎的大树」",
"2202681876": "与卯师傅对话",
"2202833311": "农园逸犯",
"2203425380": "向留云借风真君回报",
"2203543284": "夺回沙鼬偷走的钥匙",
"2203583012": "与龙二交谈",
"2203756820": "与森彦交谈",
"2204291076": "在指定地点与阿瑠交谈",
"2204443044": "向嘉义回报",
"2204786588": "指导小蒙进行烹饪",
"2205231892": "瞳孔石镶嵌进度记录(1/1)",
"2205839308": "第五张",
"2206123430": "前往望舒客栈",
"2206237567": "翠庵酩酊疑闻",
"2206487830": "寻找贡物线索回滚隔离",
"2206701527": "等量再交换!",
"2206929188": "在附近寻找早柚",
"2207089199": "衔接对话用",
"2207111724": "击败对手",
"2207324631": "画册Group3",
"2207546156": "搜查附近可疑的地点",
"2207739220": "向附近的人们打听情报",
"2208201596": "使用机关正确引导光路",
"2208231666": "击败来敌",
"2208279764": "保底询问任务",
"2208532652": "困难两花判定",
"2209383244": "找到「玲珑霄灯图」上标注的藏宝地",
"2209598284": "与纳西妲对话",
"2209660540": "寻找放置小摊的合适地点",
"2210092572": "前往鹰翔海滩",
"2210262316": "修炼之路",
"2210387956": "*废弃",
"2210589780": "向林中继续前进",
"2210853276": "与众人对话",
"2210959727": "埋葬丰饶的沙丘·上",
"2210973724": "与八重神子对话",
"2211041668": "回滚隔离",
"2211258796": "废弃",
"2212029505": "调查并抄写石碑上的内容",
"2212175716": "将「那件东西」交给她",
"2212320145": "归终",
"2213235892": "与阿贝多交谈,获取结论",
"2213328916": "在璃月港逛逛",
"2213345740": "寻找「秘密基地」",
"2213637716": "扫除房顶上的枯花堆",
"2213704868": "击败镀金旅团刺客",
"2213861924": "开启挑战",
"2214038207": "已然来临的花神诞祭",
"2214313726": "把精油带给莺儿",
"2214518676": "前往「剑鱼二番队」驻扎地点",
"2214623956": "为吉法师拍照",
"2215057464": "消灭怪物",
"2215225260": "与哈特姆交谈",
"2215556519": "进入偷书者的藏身处",
"2215698748": "前往沙漠拍卖会现场",
"2215828985": "望舒须筑阶",
"2216015956": "与莉莉对话",
"2216093729": "艾琳,未来的骑士——",
"2216279820": "挑选一本合适的轻小说",
"2216428996": "跟随奥列格",
"2217173028": "回滚隔离",
"2217512356": "去船尾了解宛烟的问题",
"2217814212": "备用",
"2218058327": "与NPC2交涉破裂-战斗前触发",
"2218385716": "与萍姥姥对话",
"2218644676": "前往拉娜所在的位置",
"2219058455": "将风龙泪滴滴在天空之琴上",
"2219061284": "废弃",
"2219238060": "将蘑菇带给范兵卫",
"2219910988": "与刻晴对话",
"2220256316": "计算完成进度",
"2220474172": "与寝子对话 隐藏",
"2220954191": "风与花之梦",
"2221056863": "冒险等阶到达",
"2221798804": "进度记录",
"2221843628": "寻找幻境出口",
"2221911660": "和派蒙对话(废弃)",
"2222131334": "向菲尔戈黛特回报",
"2222642492": "通过第二个降魔印机关",
"2222647124": "向前探索,搜集调酒材料",
"2222711540": "寻找狂风之核",
"2222901752": "任务隔离,防止回滚",
"2223127908": "制作两份美味的野菇鸡肉串",
"2223356476": "向芙萝拉道歉",
"2223502340": "与齐里亚布交谈",
"2224259326": "寻找「留云借风真君」",
"2224454348": "前往水池中岛上的笔记遗留之处",
"2224707700": "和大岛纯平一起向寝子回报",
"2224747372": "前往寻找爱拉尼",
"2224946936": "询问维多利亚修女",
"2225829692": "打倒所有蕈兽",
"2226189964": "继续打捞失物",
"2226773662": "小贼从B到A",
"2226810380": "用元素视野追随雷元素痕迹",
"2226889508": "开启残魂的试炼",
"2227164180": "向竺子回报",
"2227274767": "隐藏愚人众日志成就",
"2227454620": "将鱼饵的材料交给凯万",
"2227611884": "隐藏-接取存档点",
"2227829700": "成功交付",
"2228659852": "帮助龟井宗久调小火力",
"2228815254": "触碰萍姥姥的壶",
"2229441132": "调查点三",
"2230083463": "*隐藏*沙漠苗圃WQ死域解除差分",
"2230238332": "与菲尔戈黛特对话",
"2230648632": "与艾琳对话",
"2230898716": "前往湖中心",
"2231417087": "为了更好的再会",
"2231520644": "(hide)回滚隔离环",
"2232076004": "追查声音的来源",
"2232833516": "成就判断任务",
"2232903118": "将与「璃月」有关的东西交给慕胜",
"2232941800": "击退债务处理人",
"2233084466": "用「风」或「水」来清洗甲板",
"2233104247": "踏鞴物语·净化装置",
"2234071492": "放置测算用的信标",
"2234176802": "完成玩法",
"2234877196": "在第一个地点埋放食物补给",
"2234910148": "完成对话",
"2235121708": "开启挑战",
"2235131996": "观察附近异动",
"2235139676": "开启最终试炼的通道",
"2235215604": "与志琼、瑾武进行交谈",
"2235223215": "她的秘密",
"2236028271": "前往塔顶",
"2236130228": "前往约定地点",
"2236186604": "与田铁嘴对话",
"2236307540": "向安娜回报",
"2236697780": "找到「污秽逆位神像」",
"2237250532": "与绀田传助对话",
"2237741759": "沉睡的根系",
"2238460535": "痴念虚错拂袖去",
"2238946852": "离开赛场",
"2238993902": "寻找宝藏,或者去听听博来的建议",
"2239152948": "探索周围寻找出口",
"2239375948": "与派蒙对话",
"2240036180": "与岚姐对话",
"2240335847": "对话商店老板",
"2240410924": "收集三块碎片",
"2240468172": "与阿贝多会合",
"2241819068": "与众人对话",
"2241841796": "与维多利亚修女对话",
"2241893244": "前往月海亭进行考察",
"2241964108": "劝服3-3",
"2242610684": "向留云借风真君回报",
"2242910444": "与大伴对话",
"2243333820": "与赛诺对话",
"2243812454": "用「火」加热大锅",
"2243825604": "前往「祭场」",
"2243967860": "判断进入壶3",
"2244116151": "情境独占测试8&仅加载group测试",
"2244137404": "与扎卡里亚对话",
"2244197228": "休息到第二天(6点-24点)",
"2244221644": "用来检测是否完成过相关解密",
"2244421884": "在野外采集3个矿物",
"2244439052": "前往指定地点,寻找与觉树之堂有关的线索",
"2244643348": "击败箱子边的深渊怪物",
"2245734732": "与查尔斯对话",
"2245872135": "进入遗迹",
"2245891988": "前往珊瑚宫",
"2245957020": "将饮品交给凯亚和罗莎莉亚",
"2246052940": "*废弃",
"2246096308": "返回住处附近",
"2246166828": "完成对话",
"2246439660": "解冻所有「碎片」",
"2246503988": "第二次参拜1",
"2247215647": "广海的守望",
"2247584372": "判断玩家是否摘干净了",
"2248107860": "使用「元素视野」寻找古物",
"2248388436": "盘问剩下的盗宝团成员",
"2248421300": "和派蒙对话",
"2249054884": "前往安置宝箱的水车处",
"2249388436": "与小千对话",
"2249852796": "到陷坑下方寻找线索",
"2249870359": "和村民二对话",
"2250075316": "与天目优也一较高下",
"2250223020": "寻找阿贝多",
"2250356575": "丘丘人引起的混乱",
"2250411311": "对话派蒙",
"2250748158": "向志华回报",
"2251081348": "前往城外的神龛",
"2251670196": "准备四张以蒙德特产为主题的画片",
"2251740031": "薄墨淡朱新绘",
"2251931895": "特训完成对话",
"2252042644": "寻找合适的地点播撒蒲公英籽",
"2252050468": "与神里绫华对话",
"2252669964": "继续前进,察看情况",
"2252777487": "扇底春秋",
"2252990060": "换个地方,与赛诺交换情报",
"2253053295": "进入遗迹",
"2253102095": "秘密身份",
"2253174708": "对话中开门",
"2253748036": "前往维摩庄",
"2253811400": "与昆恩对话",
"2254094620": "隐藏",
"2254228884": "焕发蕈兽的潜能",
"2254449716": "沐宁似乎为什么事而烦恼…",
"2254761772": "解开钙化池谜题桥接任务",
"2254783548": "与迪奥娜对话",
"2255076297": "此路不通?",
"2255110244": "打开旁边的箱子",
"2255292271": "全能美食队·烹饪对决",
"2255313135": "不荣誉的试炼",
"2255387759": "与丽莎一起吃下午茶",
"2255507855": "万端珊瑚事件簿",
"2255522359": "进军玩具市场",
"2255717216": "酒豪的评价:差!",
"2255814772": "暂时屏蔽",
"2256089380": "独自寻找妖邪的线索",
"2256357540": "击退蕈兽",
"2256526340": "继续寻找合适地点",
"2256627468": "无相之水碎片进度记录",
"2256694388": "与安彦太郎对话",
"2256967196": "与瓦尔坦和古尔根对话",
"2257216340": "离开木漏茶室",
"2257231943": "失落之物",
"2257274700": "与言笑对话",
"2257350012": "回滚隔离",
"2257921540": "与安东尼对话",
"2257976820": "失败交付回滚",
"2259494476": "前往奥摩斯港",
"2260510888": "把钥匙给怀尔德",
"2260606844": "与八重神子对话",
"2260619740": "清除怪物营地4",
"2261197724": "前往鸣神大社见八重神子",
"2261421017": "在指定地点焚香祈祷",
"2261695236": "通用时间改变",
"2261721000": "将绳索交给法拉",
"2262532540": "将「树叶」交给艾迪丝",
"2262532828": "前往风神像附近",
"2262715236": "对话第一次刷不卜庐药材",
"2262874876": "继续深入,寻找朔次郎",
"2262948580": "采集3份新鲜的香辛果",
"2264575284": "击败幕府军",
"2265113564": "隐藏水没钟表现",
"2265124116": "调查古朴的房间",
"2265211967": "回头客",
"2265243356": "探索秘密基地",
"2265477316": "参加比赛",
"2265901516": "回滚隔离",
"2266383498": "完成玩法",
"2266470460": "已废弃",
"2266839036": "将3个慕风蘑菇带给葛瑞丝",
"2267217516": "再次调查「奇怪的机关」",
"2267351580": "衔接用的隐藏任务",
"2267624828": "调查觉树之堂中的树木",
"2268032617": "风起地飞行特训",
"2268272028": "前往影的身边",
"2268303100": "前往附近的丘丘人营地",
"2268767540": "将收集器交给伯特兰",
"2268883239": "沙姆斯NPC送礼任务",
"2269012404": "与众人对话",
"2269223142": "询问小女孩的情况",
"2269370055": "青莲送礼任务",
"2269756076": "为小安对话打开心情值",
"2270226132": "在高炉偶遇小男孩",
"2270802724": "监听删除花完成",
"2271063468": "调查机关,启动大门",
"2271424263": "吉祥具书·罗因贾篇",
"2271432508": "穿过通道,前往散兵所在地",
"2271827588": "与草神像共鸣",
"2272391004": "向阿瑠回报",
"2273096756": "和派蒙对话",
"2273117606": "共同抵御远古魔神",
"2273134452": "前往影向山底部的裂口,与花散里交谈",
"2273555964": "重新启程,前往石门",
"2274699892": "与墨田对话",
"2274739644": "击败敌人,避免被击飞或冻结",
"2275922380": "准备种植_04",
"2275973468": "寻找供奉在纪念石前的供物",
"2276095398": "打听消息",
"2276142184": "击退捣乱的史莱姆",
"2276255428": "天气变化用 隐藏",
"2277322124": "进入隐秘驻地",
"2277408240": "和玛伽对话",
"2278103180": "将取到的水交给兰阿帕斯",
"2278144228": "继续拜访「潜在客户」",
"2278701980": "唤雨之森机兵12完成",
"2278770620": "最后一环传送",
"2279208007": "苗圃梦见花种植计时任务_01",
"2279219436": "与胡塞尼对话",
"2279323188": "废弃",
"2279573556": "与久利由卖对话",
"2279992180": "与范兵卫对话",
"2280469263": "七天神像演出-失落之森",
"2280548423": "靖世九柱",
"2281000559": "前往晨曦酒庄",
"2281016132": "与阿尔弗雷德对话",
"2281019836": "前往低语森林调查",
"2281355039": "琼台玉阁",
"2281514367": "苗圃梦见花种植计时任务_04",
"2281787284": "解锁表现(release后隐藏)",
"2282003079": "隐藏任务用于切换五歌仙板子",
"2282054967": "私人委托",
"2282270672": "与赫尔曼对话",
"2282361662": "与淮安对话",
"2282614943": "归乡漫漫路",
"2282765732": "与众人对话",
"2282956620": "废弃",
"2283150964": "找到小姜",
"2283766900": "与嘉义对话",
"2283931516": "查看并启动机关",
"2283978076": "取得「镇物」",
"2284516476": "玩法开始",
"2284609068": "废弃",
"2284850852": "在离岛打发时间",
"2284869727": "领取芭芭拉",
"2285426183": "猎鹿急送",
"2286044388": "向丘丘人回复",
"2286084548": "前往东北方的冥鱼池处",
"2286115396": "前去调查须罗蕈",
"2286254980": "跟随奇特的星星",
"2286767660": "等到夜晚(18:00-次日6:00)",
"2286788468": "废弃",
"2286864548": "监听删除花之曲进度",
"2288523428": "江舟C2",
"2288658908": "判定第一环暗杀完成",
"2288701705": "火堆对话2",
"2288727151": "音游活动五阶段",
"2288937340": "与博来对话",
"2290154820": "隐藏判断玩家在地下",
"2290478940": "前往深处",
"2290696444": "回滚隔离",
"2290726988": "前往第六个点观察",
"2290850444": "击败周边的怪物",
"2291018420": "开启挑战",
"2291929012": "与九条镰治与鹰司进交谈",
"2292095204": "和保本对话",
"2292237335": "浮浪人引起的混乱",
"2292260948": "与夜兰对话",
"2292618484": "刷出食物",
"2293065564": "检测完成暗号对话",
"2293379342": "与莺儿对话",
"2293844044": "销毁陨石核心",
"2294534456": "赶走鸽子",
"2294558380": "将餐品送给茱萸",
"2294579038": "寻找宝藏",
"2294580228": "刷掉墙2",
"2294705508": "与诺艾尔对话",
"2294848314": "与提米对话",
"2295774492": "继续打听决赛对手的信息",
"2295943276": "前往阿金标记的地点,取得泥土",
"2296055127": "突如其来的呼喊",
"2296409212": "等待两天后的辩论会(15点~18点)",
"2296851564": "去北码头陪孩子们玩",
"2297260716": "前往埋藏之地获得秘宝",
"2297394752": "返回对话蒂玛乌斯",
"2297515900": "再次与役人交谈",
"2297542684": "与加扎里先生对话",
"2297908660": "赛芭前5天的闲置",
"2298183332": "隐藏-玩法完成",
"2298192135": "与安柏对话",
"2298648409": "全蒙德最好的听众",
"2298771268": "与菲利斯·尤格对话",
"2299111948": "与宏朗对话",
"2299160660": "计时完成",
"2299179126": "撤掉剑",
"2299317940": "汲取「寒山甘泉」",
"2299658516": "进入兰那罗房子",
"2299705540": "与玛乔丽对话",
"2299744276": "监测看见黑烟1",
"2299836574": "从蓬蓬果处获取岚生石",
"2299849428": "73204与阿凡闲聊",
"2300022351": "漂流瓶任务用",
"2300169460": "将铃铛挂在神社周围",
"2300319964": "击退海乱鬼",
"2300476596": "保护任务进度",
"2300541268": "打败丘丘人",
"2300576295": "涤荡秽浊之光",
"2301026444": "玩法完成",
"2302023132": "前往声音源头,寻找线索",
"2302943476": "精简交付对话用",
"2303061828": "与哈特姆交谈",
"2303489460": "追踪保本",
"2303710676": "第四张",
"2304162604": "与公子对话",
"2304184750": "与市民交谈",
"2304213108": "与派蒙对话",
"2304237276": "在货物堆中寻找浮生石片",
"2304333060": "隐藏-如果没完成钟离线2",
"2304493404": "继续与阿金对话",
"2306371167": "怪鸟的去向",
"2306413524": "与王平安对话",
"2306429508": "解救被藤条缠住的兰那罗",
"2306471204": "向妮露法回报",
"2306537543": "音游活动四阶段",
"2307150348": "9骑士",
"2307360044": "与托克对话",
"2307562548": "隐藏-获得钟离线老石检测",
"2307659964": "与卢卡对话",
"2308101812": "告知赞玛兰「邪气」已被清除",
"2308294148": "(hide)检查是否已经集齐",
"2308981580": "寻找凯万需要的材料",
"2309445004": "离开维摩庄,前往指定地点",
"2309733948": "和钙化池附近的画家对话",
"2309824124": "与妮露交谈,等待活动开始",
"2310705612": "获取八块兽肉",
"2310811145": "击败所有怪物",
"2311239740": "击败来袭的盗宝团",
"2311415735": "黑蛇骑士的荣光",
"2311469252": "跟随北斗前往外行鱼铺",
"2311864732": "前往教令院附近",
"2312004446": "与石头对话",
"2312113812": "将餐品送给寡言的廷方",
"2312149092": "向一弦与一柱询问蔡乐的去向",
"2312470980": "与凝光对话",
"2312693820": "继续前进,察看情况",
"2312736620": "与摩可和海莉对话",
"2312982076": "完成元素视野解谜",
"2313182734": "判断讲价1结束",
"2313243892": "前往赤王陵的最上层",
"2313359100": "打倒所有魔物",
"2314190156": "与芙罗拉对话",
"2314726948": "与昆恩对话",
"2314928553": "花见坂大告示板",
"2315138980": "江舟C1",
"2315160796": "询问弥生七月的意见",
"2315208100": "前往飞云商会寻找行秋",
"2315272007": "隐藏选项1解锁",
"2315469590": "战前cs",
"2315571679": "任务隔离,防止回滚",
"2315578960": "酒豪的评价:意外的好!",
"2315719471": "与丽莎对话",
"2315771708": "向伊凡诺维奇回报",
"2315929159": "乔尔NPC送礼物",
"2316267572": "废弃",
"2316343012": "与吉法师对话",
"2316874684": "与旭东对话",
"2316888433": "海灯节活动完成记录",
"2317065476": "与温迪对话",
"2317320172": "和雅丝敏一起播撒药水",
"2317483855": "兰那罗交付06",
"2317512740": "使用元素视野寻找日志里的线索",
"2317605142": "在材料区调查",
"2317740604": "与兰纳真对话",
"2317897775": "海乱鬼引起的混乱",
"2318016428": "带迪希雅前往纳西妲处",
"2318226676": "与玛格丽特对话",
"2318634055": "获取足够的兽肉",
"2318644124": "废弃",
"2318977625": "且听下回分解",
"2319484812": "与安娜对话",
"2319796430": "战斗II",
"2320050918": "前往神像广场某处",
"2320130263": "清理附近的丘丘人营地",
"2320155828": "与派蒙对话",
"2320199296": "击退生气的丘丘人",
"2320528356": "与塞琉斯对话",
"2320657348": "与裕明对话",
"2321247200": "与蒂玛乌斯对话",
"2321348908": "前往绀田村外帮忙送货",
"2321465996": "计算进度保护",
"2321645873": "永不停歇的风与米歇尔小姐",
"2321705852": "追踪可疑人物的踪迹(1/3)",
"2322062252": "前往聚砂厅门口等待迪希雅",
"2322307228": "与盗宝团对话",
"2322645156": "与派蒙对话",
"2322922556": "前往后山寻找艾伦",
"2323263032": "和艾拉·马斯克一起前往丘丘人营地",
"2323623452": "避开魔物,深入达达乌帕谷",
"2323860268": "在海滩上四处走走",
"2324173260": "与可莉交谈,回收箱子",
"2324398457": "第一次通关地城指引",
"2324761676": "第二天再来",
"2325095828": "前往晨曦酒庄",
"2325737692": "与木村交谈",
"2325825834": "回滚保护",
"2326302231": "方入巨渊初探勘",
"2326332964": "控制荷花宝箱开启",
"2326386095": "罗娅NPC送礼任务",
"2326507932": "解除束缚",
"2326815028": "进入层岩巨渊矿洞",
"2327428910": "在望舒客栈附近查看",
"2327823943": "层岩间章魈闲置对话",
"2328406124": "前往「觉王之殿」",
"2328421759": "对话NPC",
"2328728484": "第四次参拜神像2",
"2329450700": "温泉间谍-柳达情报",
"2329481303": "石头的记忆",
"2329617436": "前往指定位置打倒盗宝团",
"2329814959": "须弥告示牌铁匠",
"2330051008": "交付霜劫精油",
"2330475404": "回滚隔离点",
"2330779924": "广告coop对话1",
"2331645385": "试问,藏锋何处?",
"2332020228": "去码头送别心海和五郎",
"2332282516": "击败自称古华派弟子的唐无仇",
"2332505984": "完成玛格丽特的委托",
"2332613236": "「帮助兰那罗」",
"2332900596": "跟随皮特查看梦中之人的情况",
"2333749284": "帮哈特姆选择一份「吞金料理」",
"2333891196": "将编好的霄灯交给黄衫",
"2334001324": "通过星空的挑战",
"2334122108": "寻找班尼特",
"2334401660": "前置不认识兰那罗",
"2334679988": "小姜防止出圈",
"2334801340": "寻找晨曦酒庄的送货工人",
"2334891396": "与白术对话",
"2335364436": "失败回滚传送任务",
"2335893804": "研究画板",
"2336570086": "向菲尔戈黛特回报",
"2336653996": "获取龙骨花凝珠",
"2336933276": "等待莺儿熬制香膏",
"2337096556": "击败雷莹术士",
"2337295588": "等到第二天(18:00~21:00)",
"2337360852": "和兰那罗对话",
"2337475164": "调查树洞(隐藏对话02)",
"2337631564": "向朱特询问情况",
"2338001604": "到高处确认情况",
"2338452908": "前往「迷宫」终点",
"2338988796": "与盗宝团对话",
"2339014716": "前往圣显厅",
"2339447708": "雷光电石收集",
"2339453196": "播放reminder",
"2339485687": "和村民一对话",
"2339549660": "陪宵宫和可莉一起去容彩祭看看",
"2339654743": "兰罗摩日记",
"2340124423": "千岩牢固",
"2340647398": "解救杰克与斯坦利",
"2341132612": "确认附近是否有残留陨石",
"2341266740": "与路爷对话",
"2341429948": "跟孙女对话",
"2342008879": "第一次分析后对话的正确选择(隐)",
"2342991735": "善后工作",
"2343420440": "和铁匠瓦格纳交谈",
"2343853828": "试玩「机关棋谭」",
"2344123708": "与众人进行讨论",
"2344321068": "与渊上对话",
"2344575996": "回收信标",
"2344703172": "前往蒙德城附近",
"2344808860": "与莫娜交谈",
"2345078468": "与小蒙对话",
"2345112564": "前往层岩巨渊下层",
"2345516980": "与凯瑟琳交谈",
"2346134967": "巨渊的馈赠",
"2346247972": "击败史莱姆,取得5个水史莱姆的精华液",
"2346871244": "与扎卡里亚对话",
"2347087460": "与索拉雅对话",
"2347128004": "前往玉京台听凝光演讲",
"2347309020": "废弃",
"2347403186": "清扫落叶堆",
"2347501828": "自动完成播reminder",
"2347598548": "清理死域",
"2347762804": "海灯节领取任务",
"2347871052": "无忧节完成NPC出现",
"2348327996": "清理商道上的魔物及障碍物",
"2348840436": "原地刷出npc,闲置对话,等到第二天",
"2349547868": "寻找散失的文献二",
"2350145912": "前往询问艾琳",
"2350240431": "身后事 刷香",
"2350400468": "跟随深海龙蜥的痕迹,寻找密室",
"2350890972": "与旭东对话",
"2351082628": "与哈巴奇对话",
"2351569140": "调查营地",
"2351658127": "海上盛珠钿",
"2351781364": "与阿扎莱对话",
"2351898372": "对话中发芽",
"2352119308": "与众人对话",
"2352220460": "刷出会场第二波人群",
"2352554732": "击退野伏众",
"2352707716": "刷出第一波人群",
"2352760020": "探索遗迹",
"2352842780": "前往五歌仙广场与阿贝多对话",
"2352937047": "一项神秘的命令",
"2353121503": "勇气的余晖",
"2353853004": "打开石中植物",
"2353990172": "与万叶交谈",
"2354361748": "追击狂风之核",
"2354751572": "言灵线索2创生对话",
"2355317524": "击败魔物",
"2355507084": "与众人对话",
"2356247220": "前去藏镜仕女离开的方向查看",
"2356352096": "寻找三份蒲公英籽",
"2356565799": "猎鹿急送",
"2356651684": "(废弃)前往图书馆探望诺艾尔",
"2356984036": "断剑房间对话开门标记(release后隐藏)",
"2356998788": "找两位演员谈谈",
"2357118316": "与阿贝多交谈,获取结论",
"2357350386": "与宝儿交谈",
"2357540116": "与戴因对话",
"2357752284": "向凝光回报",
"2357875692": "前往木漏茶室调查线索",
"2358074476": "(废弃)刷出阿佑和阿左",
"2359451972": "击败盗宝团",
"2359870060": "排净积水,取得「须罗蕈」",
"2360073414": "与盗宝团成员对话",
"2360152820": "击败愚人众",
"2360353004": "击败树上的蕈兽",
"2360361372": "尝试与机械螃蟹沟通",
"2360524284": "进入通往深处的通道",
"2360843020": "(hide)回滚隔离环",
"2361733708": "与舒特对话",
"2361960116": "村子周围货堆寻找盐",
"2362003556": "与工作人员交谈",
"2362156636": "与附近民众对话",
"2362503204": "前往群玉阁见凝光",
"2362668144": "与生气的提米对话",
"2362725970": "寻找宝藏的线索",
"2362801841": "红树寻宝任务Group5",
"2362844284": "击败「大盗卡西姆」",
"2362853516": "与埃泽对话",
"2363196412": "调查最近流行的怪谈",
"2363749108": "与派蒙对话",
"2363880348": "前往轻策庄",
"2364065628": "驱赶林猪",
"2364475692": "与神里绫华对话",
"2364553230": "到达天衡山南部的庙宇",
"2364760860": "前往黑岩厂调查",
"2364840321": "在「密藏」中搜索",
"2365093194": "与常九爷对话",
"2365116908": "放置供物",
"2365278636": "进入遗迹",
"2365410079": "曲生酌微梦",
"2365552564": "了解现场情况",
"2365759436": "前往「歇脚处」",
"2365892380": "与兰犍多对话",
"2366119854": "在蒙德寻找凯亚",
"2366702732": "层岩故事判断",
"2367413212": "等待到第二天8点后",
"2367791236": "把香膏交给璐璐",
"2368528036": "回报老夫妻",
"2368570324": "拿到「冒险币」",
"2368805416": "调查前方",
"2368920788": "向玉霞回报",
"2368963240": "把餐费交给莎拉",
"2369084420": "与泽维尔对话以开始拍摄",
"2369515676": "调查拍卖会现场",
"2369637220": "离开天守阁",
"2369748927": "兰纳真的老友",
"2370000524": "找到废弃的遗迹守卫",
"2370043812": "前往千手百眼神像",
"2370108036": "设法开启深处的房间",
"2370386044": "对话中怪物演出",
"2370622892": "跟随完",
"2370737095": "小海盗,要出海!",
"2370963372": "进入鹤观",
"2370985740": "击败火史莱姆",
"2371156932": "调查遗迹内部",
"2371158572": "找两位演员谈谈",
"2371328390": "寻找宝藏,或者去听听博来的建议",
"2371363204": "(废弃)到达开车",
"2371506948": "进入「凶煞折行之寮」",
"2371722252": "操作装置修复道路",
"2371946520": "将调好的酒给杰克尝试",
"2372351596": "寻找若紫",
"2372428806": "询问璐璐",
"2372545500": "与兰利遮对话",
"2372727972": "将鱼饵的材料交给凯万",
"2372810887": "风神与蒙德后续菜单蒲公英",
"2373238676": "回轻策庄向经纶回报",
"2373405919": "烈火踏歌行",
"2373559092": "将十五个薄荷交给村上",
"2373624036": "刷出明宵灯",
"2373886740": "用来创建npc任务",
"2374103884": "与小蒙对话",
"2374402684": "开始对话3",
"2374496884": "完成「反雷电将军特训」下一阶段",
"2374654596": "交付柳达的衣服",
"2375074636": "回滚隔离",
"2375212580": "将咸萝卜送给村里的聪",
"2375255132": "消灭丘丘人",
"2375557972": "与鲸井小弟对话",
"2376344271": "花园回忆",
"2376980327": "侯赛因NPC送礼任务",
"2377272572": "与拉菲克对话",
"2377328484": "在时限内击毁所有木桩",
"2378306636": "织梦之森核心壁画",
"2378533476": "前往「桓那兰那」所在之处",
"2378680066": "丘丘语辱骂句子2",
"2379400023": "购买后对话派蒙",
"2379417652": "利用「黯道的曲调」,进入「迷宫」",
"2380128492": "与朝仓对话",
"2380493972": "返回营地",
"2380808140": "继续寻找「记忆的铭文」",
"2380947284": "竹签·凶(抽到竹签变量1,交付竹签变量0)",
"2381012160": "完成全部委托",
"2381502940": "隔天隐藏",
"2381772852": "遗迹重机进度记录",
"2381830790": "与博来对话",
"2381988660": "和爱拉尼一起去找岩田",
"2382076868": "与兰利遮对话",
"2382090956": "前往「毛毛脸面具魔王」的营地",
"2382342284": "与阿贝多对话",
"2383292300": "与辛焱碰面",
"2383310551": "愿与君同",
"2383492388": "观察面前的草神像",
"2383808455": "对NPC3宣战",
"2383813148": "与维克多对话",
"2383852777": "遗落之泪",
"2384073100": "对话刷仙灵移动",
"2384309756": "向前门打开",
"2384516100": "与秋歌对话",
"2384717452": "等待到翌日晚间18点—21点,与保本对话",
"2385256508": "跟踪秀夫,不要被发现",
"2385302652": "将「午后之死」交给派恩",
"2385781079": "清籁逐雷记·其一",
"2385942159": "音律岛指引隐藏任务",
"2386402876": "取得两颗新鲜的鸟蛋",
"2386452343": "阿提亚送礼任务",
"2386520919": "长谷川送礼任务",
"2386697847": "小吉NPC送礼任务",
"2387202460": "于水天丛林北部狩猎暝彩鸟",
"2387293360": "找吉丽安娜配药",
"2387489164": "与乌尔曼对话",
"2387515764": "向薇尔回报",
"2387911588": "与维克多对话",
"2387951988": "与托马对话",
"2387993944": "与艾拉·马斯克对话",
"2388171407": "兰那罗交付05",
"2388382068": "【废弃】保护我的保护",
"2388399804": "回到轻策庄",
"2388857164": "在剩余病患中寻找弗里茨",
"2389144604": "在岛上寻找秘宝的线索",
"2389461860": "和海亚姆对话",
"2389465321": "记录任务进度",
"2389721512": "与艾拉·马斯克对话",
"2389797370": "对话NPC",
"2389949772": "继续向前探索",
"2390595948": "吸引教令院卫兵进入埋伏圈",
"2391463783": "离开区域失败回滚",
"2392991004": "清理陨石",
"2393111935": "神明啊,回应我吧!",
"2393293452": "击败黑蛇骑士",
"2393566816": "触发交流成功分支",
"2393767060": "进入「噩兆幽伏之寮」",
"2394435812": "配方3判断",
"2395438479": "画册Group8",
"2395595180": "前往备选地点",
"2396001244": "清除赞玛兰周围的「邪气」",
"2396068444": "整理营地",
"2396081975": "鬼婆婆闲置对话任务",
"2396188684": "陪心海去见笔友",
"2396278100": "将货物送到城外",
"2396582292": "离开兰巴德酒馆",
"2396805700": "与畅畅对话",
"2398243180": "前去寻找丢失的海螺",
"2398466780": "最后一环传送",
"2398470196": "前往天领奉行所",
"2398651343": "艾伦NPC送礼任务",
"2398837721": "桥接任务",
"2399454912": "收购常九爷的矿石",
"2399787239": "未知之星",
"2399836852": "采集新鲜的绝云椒椒",
"2399966924": "寻找三株薄荷",
"2400147904": "前去查看详请",
"2400310396": "前往西北方的虚界暗塔",
"2400479308": "进入污染区的源头",
"2400721452": "将相应材料交给嘉义",
"2400782804": "跟奶奶讲话",
"2401285692": "陪同万叶答复九条镰治",
"2401406852": "竹签·中吉(抽到竹签变量1,交付竹签变量0)",
"2402448284": "(hide)发送水池通知",
"2402487324": "查看公告板内容",
"2402874108": "帮助老夫妻清理庭院",
"2403219920": "与杰克对话",
"2403224954": "与「富商」璐璐对话",
"2404356732": "完成对话",
"2404520014": "击败丘丘人",
"2404601012": "与村民对话",
"2404735924": "上菜",
"2404965356": "古代正文对话1-8",
"2405422564": "追寻元素痕迹",
"2405460455": "孤舰履孤云",
"2405628244": "接近交谈中的两人",
"2405653807": "南天门之谜",
"2405788916": "暂时躲藏起来,等待机会",
"2406234988": "与冒险王对话",
"2406994974": "解救笼子里的人",
"2407044916": "寻找打开雅科夫穿行道路的办法",
"2407090988": "与众人对话",
"2407092383": "巴顿NPC送礼任务",
"2407282398": "向志华回报",
"2407805388": "和派蒙对话",
"2407962542": "与参加典仪之人交谈",
"2408291356": "对「邪气」源头使用「才慧之瑞佑」",
"2408342876": "循着有风的方向寻找出口",
"2408587114": "完成玩法",
"2408784492": "返回绿洲旁的营地",
"2409644476": "去庄里参加宴会",
"2409885156": "到禅那园见提纳里",
"2409890615": "大病初愈",
"2410020807": "卯师傅送礼任务",
"2410139492": "与安东尼对话",
"2410434692": "前往污染区深处",
"2410441815": "踏鞴物语·最后的准备",
"2410703460": "前往曾经的世界树下",
"2410986060": "与稻妻城的凯瑟琳交谈",
"2411577583": "海灯节D3-3解谜",
"2411657044": "打倒所有丘丘人",
"2411677924": "带上神秘的剑去战斗",
"2411690692": "与站在前面的人对话",
"2411873836": "完成父任务",
"2412786348": "与亚琉对话",
"2412848369": "旧味难寻",
"2413129948": "与兰罗摩对话",
"2413243508": "触发对话",
"2413489044": "测试解锁scene5",
"2413515679": "武者的宿命",
"2413567468": "将堇瓜带回给木南杏奈",
"2413574506": "回去找小九九",
"2414078271": "完成玩法",
"2414296676": "与江城对话",
"2414407745": "壶天",
"2414433828": "将2个土豆带给芭尔瓦涅",
"2414472556": "废弃",
"2414493462": "与博来对话",
"2414530052": "找到阿贝多,了解他的秘密",
"2414696012": "推荐合适的留影姿势",
"2414727476": "打倒所有魔物",
"2415099311": "(hide)调饮品活动关卡信息保底",
"2415236708": "(hide)删除洋葱哥",
"2415247558": "与杜拉夫交谈,等待结果",
"2415258836": "在佳酿节的会场逛一逛",
"2415504772": "刷掉魔剑",
"2415517716": "拜访八重神子",
"2415559102": "潜行开始触发器(隐)",
"2415658318": "向观众们询问刘苏说书的内容",
"2416593228": "进入酒馆",
"2416761508": "打倒所有魔物",
"2417145447": "镀金旅团引起的混乱",
"2417204316": "寻找带着小包的可疑人士",
"2417373124": "给汤米制作一份美味的萝卜时蔬汤",
"2418334308": "前往指定地点回收霄灯",
"2418392567": "途中与市民交谈(宁禄)",
"2418416548": "派蒙对话",
"2418511772": "启动虚界塔控制器",
"2418947439": "踩中4号触发器",
"2419030372": "与渊上对话",
"2419112242": "【玄幻分支】完成飞行挑战",
"2419251412": "使用「羽毛」",
"2419345996": "击退袭击者",
"2419353668": "前往天衡山寻找甜甜",
"2419595340": "寻找洋平的兄长",
"2419967556": "第一日",
"2420111748": "将清心交给孙宇",
"2420424692": "前往「阎迦由玛」奉上灵药",
"2420535820": "前往鸣神大社",
"2420794660": "与派蒙对话",
"2420867628": "将五朵月莲交给阿里娜",
"2421188655": "四方八方之网",
"2421290324": "寻找三位间谍",
"2421560154": "寻找宝儿丢失的东西",
"2422091620": "隐藏-玩法完成",
"2422609916": "向梶回报情况",
"2422713556": "向留云借风真君回报",
"2423368788": "与兰利遮对话",
"2423548364": "与茶室内的拉姆齐对话",
"2423724639": "「猫尾酒馆」的调酒师",
"2423745984": "收集「沉重号角」",
"2424599434": "对话NPC",
"2424681911": "烟海梭巡",
"2425065921": "轻策之藏(废弃)",
"2425339036": "确认愚人众装置的情况",
"2426206900": "糖果选择3号后续",
"2426282672": "与莎拉对话",
"2426473164": "向芭芭拉回报",
"2426509516": "前往「噩兆幽伏之寮」的深处",
"2426874303": "西风呼呼义卖铺!",
"2427065828": "与小姜对话",
"2427544788": "将食材交给龟井宗久",
"2428500028": "前往万端珊瑚侦探社",
"2429090124": "与刻晴和香菱对话",
"2429264980": "前往海面遗迹寻找沃尔夫冈的踪迹",
"2429534735": "试胆大会",
"2429537132": "狐仙洞计数桥接1",
"2429682903": "与安柏对话",
"2429717320": "收集日落果",
"2430108964": "收集丢失的五本图书",
"2430318303": "工作迫近",
"2431882966": "跟上打算离开的香菱",
"2431974820": "前往北国银行",
"2432157628": "与凯瑟琳对话",
"2432339900": "驱散「风」的聚集点(废弃)",
"2432419337": "璃月入口镜头",
"2432972324": "清扫路障",
"2433327420": "与阿守等人对话",
"2433383788": "采集三枚老石交给沐宁",
"2434547969": "捕风的异乡人",
"2434834660": "将礼物转交给莉莉",
"2435197060": "种植完成等待天数_01",
"2435298116": "寻找丢失的零件",
"2435320508": "将准备好的菜品带给汤雯",
"2435433279": "隐藏说书人",
"2435497276": "向薇尔回报",
"2435914004": "与维克多对话",
"2435969708": "与斑目百兵卫对话",
"2436183436": "继续向前探索,打开大门",
"2436585164": "和兰那罗对话",
"2437012415": "柊千里送礼任务",
"2437026911": "借助元素视野寻找可疑的人",
"2437253334": "前往霄市",
"2437697404": "调查内容2",
"2437840119": "库玛莉NPC送礼任务",
"2438452932": "与阿宽、小昭和小安谈谈",
"2439919711": "循礼知心",
"2440096639": "73025发放老旧的诗琴",
"2440323420": "寻找「结界」",
"2441032236": "在晚上(21点~5点)与小千对话",
"2441536556": "与伤兵们对话",
"2441779988": "(废弃)到达开车",
"2442287167": "奇趣秘园",
"2442334583": "海渊仙草灵验记",
"2442844932": "跟鬼魂对话",
"2442900350": "与可疑人士对话",
"2442901420": "前往酒馆一楼,寻找那位「陌生人」",
"2443039159": "雪山迷踪",
"2443113823": "莎拉NPC送礼任务",
"2443962145": "夜叉之愿",
"2444178604": "将鱼饵的材料交给凯万",
"2445162276": "将材料交给百代",
"2445233615": "到垂直风场",
"2445645902": "与凝光对话1",
"2446105463": "触发羽球元素发球机或节奏机教学的任务",
"2446427068": "与兰那库拉对话",
"2446641740": "调查石壁上的灌木",
"2447040692": "向彦博回报战果",
"2447155362": "接近丘丘人",
"2447160810": "取得宝藏",
"2447425060": "在维卡拉商栈内隐蔽身形",
"2447520172": "取得「御灵珠」",
"2447530316": "接触墩墩桃边的兰那罗",
"2447601020": "保护兰那罗",
"2448187724": "前往风起地",
"2448408172": "与甜甜对话",
"2448852140": "帮贾维寻找「梦想」",
"2449362420": "与阿贝多对话",
"2449377836": "寻找绝云椒椒并交给小五",
"2449481463": "一柱的甜食需求",
"2449635124": "遇到过玩法等的森之子交谈",
"2449754580": "将船的位置转告朔次郎",
"2450038484": "移动雕像解开谜题",
"2450225300": "与嫣朵拉对话",
"2450706332": "前往上层平台",
"2450983268": "回收霄灯",
"2451060204": "与吉盖克斯对话",
"2451095932": "向柊千里道别",
"2451110044": "在七座御陵墓石前献上珊瑚真珠",
"2451406140": "离开乌有亭",
"2451584095": "与莎拉沟通还书的事",
"2451682106": "击败魔物",
"2451950823": "与丽莎一起吃下午茶",
"2452372412": "给周围居民送药",
"2452617892": "和阿肥捉迷藏(五)",
"2452922960": "酒已经调好,快去给酒豪喝吧!",
"2452964972": "跟随奇异的痕迹",
"2453034692": "回复八重",
"2453746932": "与「剑鱼二番队」成员对话",
"2454258364": "与派蒙对话",
"2454342548": "收集重物",
"2454397460": "与芙萝拉对话",
"2454644672": "消灭怪物",
"2454644740": "击败出现的魔物",
"2454763186": "交付道具",
"2454834092": "蓝叹号对话",
"2455328444": "与须弥凯瑟琳对话",
"2455389428": "跟随戴因斯雷布",
"2455696239": "神社占卜一阶段",
"2455748735": "阿莲佐NPC送礼任务",
"2456225156": "在「修梨薜那」前,弹奏「大梦的曲调」",
"2456485175": "实验之二,世界",
"2456798870": "清剿附近的魔物",
"2458361436": "对一道(小安完成江舟失败)",
"2458889641": "所谓狼藉",
"2459293591": "隐藏发流明石小道具",
"2459549140": "与托马一起为流浪猫狗穿上毛衣",
"2459808092": "前往大巴扎",
"2460032431": "坐下与丽莎一同进餐",
"2460087718": "向霖铃回报",
"2460340364": "获取三颗海灵芝",
"2460502052": "将写好的回信送到八重堂",
"2460553552": "将信送给葛罗丽",
"2460638308": "巫女创生用 守护之森",
"2460868686": "寻找三位工人",
"2460881335": "神社大扫除",
"2461057100": "开启挑战",
"2461389815": "鸣神寻踪",
"2461939916": "解放所有「高门之火」",
"2462139980": "隐藏-记录第二天",
"2462268884": "与兰那罗对话",
"2462380636": "打倒所有魔物",
"2462549796": "在洞窟中寻找同伴",
"2462642516": "寻找藏镜仕女丢失的照片",
"2463034740": "与派蒙对话",
"2463080724": "出圈则解除时间锁定",
"2463301730": "对话NPC",
"2463614300": "顺着脚印寻找",
"2463913660": "与老章对话",
"2463957084": "向胡塞尼回报",
"2464192916": "与塞琉斯对话",
"2464470540": "前往镇守之森,拜访五百藏",
"2464568716": "与优菈交谈",
"2464744026": "任务开启",
"2465126263": "大未来星",
"2465315204": "监测看见黑烟1",
"2465481148": "跟随气息寻找线索",
"2465753436": "墓碑任务",
"2465890159": "勇气的余晖·谨记微芒",
"2466032732": "判定进圈",
"2466115004": "安全降落到洞天最底层",
"2466278924": "击败深渊咏者",
"2466371908": "按查耶维奇的要求打倒丘丘人",
"2466837140": "向哲伯莱勒回报找到的线索",
"2467101820": "与志琼对话",
"2467755444": "将「晦暗的戒指」卖个好价钱",
"2468361636": "搜集三份「晶化骨髓」",
"2468620103": "六指乔瑟送礼任务",
"2468763460": "与妮露法对话",
"2469189356": "与NPC对话",
"2469196148": "协助爱拉尼收集食材",
"2469268196": "与大祐对话",
"2469357735": "此心安处",
"2469483484": "救下被围攻的学者",
"2469860500": "参加比赛",
"2470120684": "与萍姥姥对话",
"2470135348": "与兰罗摩对话",
"2470194712": "与赫尔曼对话",
"2470249148": "与纳西妲对话",
"2470462724": "跟上跑开的狗狗",
"2470517719": "阿米尔的兽肉需求",
"2470903012": "采摘一份蒲公英籽",
"2471365188": "隔天去查看肥料的情况",
"2471759382": "任务隔离,防止回滚",
"2471796860": "在房顶上寻找村长的笔记",
"2471993972": "前往雪山",
"2472617972": "计算进度",
"2472671271": "玥文NPC送礼任务",
"2473077324": "观察「玲珑霄灯图·鹤」",
"2473272919": "秘宝所藏",
"2473424980": "与康纳对话",
"2473597108": "与哲平对话",
"2473771240": "与吉丽安娜对话",
"2473818940": "与好奇的子瑞对话",
"2473953028": "干掉特效门",
"2474320849": "留云",
"2474356655": "远吕羽氏遗事·其三",
"2474425332": "与香菱对话",
"2474489260": "探索遗迹",
"2474757332": "久利须对话刷掉小车",
"2474899044": "隐藏刷出戚定",
"2475186311": "丘丘人引起的混乱",
"2475683844": "与兰加惟对话",
"2475799548": "进入秘境",
"2475863700": "与海伦对话",
"2475882620": "与李九郎对话",
"2476316284": "与青鬼交谈",
"2476805316": "将两份庄园烤松饼交给杰里",
"2476913964": "检测是不是带回了杏仁豆腐",
"2477109012": "解除9颗岩柱",
"2477380180": "向阿弗拉图回报",
"2478269831": "击败遗迹守卫",
"2478416532": "与马鲁夫对话",
"2478963889": "这本小说会很厉害!",
"2479323180": "与芷若对话",
"2479721268": "前往愚人众营地寻找线索",
"2479737236": "地图雾",
"2479885380": "设法解除封印",
"2480045508": "获得【雷樱大祓要略】",
"2481125359": "诗言志辩",
"2481265108": "重新与阿贝多对话",
"2481265164": "坐下与派蒙和吉法师一同享用美食",
"2481434900": "采购豆腐、杏仁和稻米各三份",
"2481926092": "看看久岐忍的情况",
"2482051614": "在璃月港与凯瑟琳对话",
"2482211748": "进入梦境的最深处",
"2482581719": "法厄同们全跳舞后续",
"2482668868": "寻找蛇骨矿洞的镇物",
"2482686980": "成功交付",
"2482976656": "与查尔斯对话",
"2483781844": "击退突然出现的魔物",
"2484214324": "进入城堡藏书阁",
"2484340284": "从誓言岬拍摄鹰翔海滩的景色",
"2484957871": "到风起地的七天神像附近",
"2485063310": "接近林中的少女",
"2485064076": "进圈接任务",
"2485125460": "回到猫尾酒馆",
"2485356903": "千手百眼",
"2485441236": "传送回到指定点",
"2485550366": "逃离千岩军的追捕",
"2485833398": "等待夜晚降临",
"2486066004": "与维克多对话",
"2486355100": "隐藏-跟小轻策对话",
"2486774663": "在水边采集冰雾花花朵",
"2487022924": "前往石门附近",
"2487299356": "调查前方区域",
"2487684684": "寻找城堡模型的碎片",
"2487774940": "回滚保护",
"2487917092": "与阿玛兹亚对话",
"2488384585": "港口驶过几艘船,二四六七八",
"2488825956": "在果酒湖钓鱼",
"2489211484": "与泽维尔对话",
"2489602828": "织梦之森机兵7完成",
"2489626876": "跟捉迷说话",
"2490706986": "找到藏起来的孩子",
"2490775116": "将披萨交给神里绫华",
"2491118332": "与慧心对话",
"2491387271": "山中之物",
"2491642812": "穿过迷雾",
"2491826087": "梦境与树",
"2491966644": "刷掉魔剑",
"2492224020": "与兰加惟对话",
"2492524620": "将准备好的菜品带给汤雯",
"2492972956": "协助赛诺抓捕镀金旅团",
"2493478836": "向阿桂回报",
"2493613607": "为那菈献上珍馐",
"2493900468": "与岳川对话",
"2494406297": "清理元素紊乱点0/4",
"2494711100": "与「大肉丸」对话",
"2495011820": "「唤醒」种子",
"2495488036": "战斗后的对话",
"2495768575": "未来送礼任务",
"2495956583": "隐藏任务控制迷雾",
"2496019756": "查看甜甜花",
"2496155948": "前往玉京台拜访萍姥姥",
"2496262500": "向铜雀敬香",
"2496456364": "隐藏任务刷新物件",
"2496509860": "竹签·末吉(抽到竹签变量1,交付竹签变量0)",
"2496795932": "拿起水壶",
"2497205508": "将铃铛挂在神社周围",
"2497805540": "前往长野原烟花店",
"2497937036": "道具检测",
"2498392196": "前往稻妻城内的冒险家协会",
"2498969772": "调查附近的病患(0/3)",
"2499033652": "发书1",
"2499621508": "前往清泉镇附近调查",
"2499954940": "击败深渊使徒",
"2499977756": "与迪希雅对话",
"2500821084": "寻找千岩军",
"2500836618": "呈交封魔珠",
"2500961588": "与云堇对话",
"2501198100": "前往盆景处",
"2501363020": "与阿洛瓦对话",
"2501451948": "将货物交还给商人",
"2501669388": "前往海芭夏所在地",
"2502392260": "与阿兹拉对话",
"2502719273": "每天都是新的冒险",
"2502791956": "与言笑对话",
"2502814063": "奥博伦玩法白盒任务",
"2502867828": "与瓦格纳对话",
"2502881220": "到约定地点与迪娜泽黛对话",
"2503069375": "情境独占测试2",
"2503239964": "与豆助对话",
"2503589108": "询问冒险家",
"2503722140": "与旅行商人分析对策",
"2503860476": "上城区间谍-战斗",
"2504061124": "到鸣神岛消灭海乱鬼",
"2504485560": "前往风神像顶端播撒蒲公英籽",
"2505942628": "在书架处归还图书",
"2506039335": "兰那罗唤醒07",
"2506227328": "帮查尔斯收集信息进度",
"2506526484": "击败看守的丘丘人",
"2506762652": "前往稻妻的冒险家协会",
"2506777444": "废弃",
"2506906151": "吉祥具书·初篇",
"2506953892": "寻找「边角料」",
"2507105319": "兰那罗打怪13",
"2507167548": "与兰罗摩、兰耶娑对话",
"2507336588": "获得「冷鲜肉」",
"2507449276": "触碰鸟羽",
"2507493356": "返回阿如村村长家与众人会合",
"2507555436": "前往金忽律口中的「墟散人离处」",
"2507555548": "向嘉义回报",
"2507660860": "与深渊使徒交涉",
"2507860740": "仅剩画架没有处理",
"2508239287": "奈何明月",
"2508290412": "阿志离开-海迪夫",
"2508533604": "与藤原俊子对话",
"2508544524": "在「修梨薜那」前,弹奏「大梦的曲调」",
"2508926428": "与派蒙对话",
"2510458940": "在不被发现的情况下前进",
"2510595143": "与安彦太郎之战",
"2511476828": "将准备好的菜品带给汤雯",
"2511635068": "陪班尼特点餐",
"2511717604": "完成种植",
"2511945020": "与NPC对话",
"2511998308": "返回苗圃",
"2512102748": "观看厨王争霸赛",
"2512702433": "逃亡",
"2512731100": "前往「花花琼脂」摊位",
"2512913836": "隐藏-璃月三阶段完成前-千岩军的对话",
"2512999452": "与玛乔丽对话",
"2513214116": "复活等一天",
"2513277607": "到教学点1",
"2513335124": "与三人对话",
"2513722044": "与兰那库拉对话",
"2514557636": "击败遗迹机械",
"2514775268": "参加晨曦酒庄附近的捕猎",
"2515222102": "选择璞石种类",
"2515349692": "前往层岩巨渊外围,寻找帕特里克",
"2515857308": "与卯师傅对话",
"2516303940": "卸载炼金台",
"2516492524": "寻找鸣霞浮生石",
"2516841700": "将信件交给潮汐",
"2517209928": "巩固-霜劫精油",
"2517883452": "将占卜材料交给齐米亚",
"2517916239": "代价",
"2517975495": "三界路飨祭·后日谭",
"2518202060": "将信件送给九条镰治",
"2518264700": "向寝子回报",
"2518628015": "决意自分野",
"2519356676": "根据地图指示寻找归寂之庭",
"2519430297": "拿到货单总",
"2519549332": "与商华对话",
"2519660900": "与派蒙整理情报",
"2519893012": "等待至翌日上午(次日早8点-10点)",
"2520130716": "与旭东对话",
"2520449775": "沙漠苗圃后续奖励管理1",
"2520695012": "在四周搜集食材",
"2520782860": "将准备好的菜品带给汤雯",
"2521616796": "前往迪亚法饭店",
"2521721972": "将事情始末告诉鬼婆婆",
"2521875500": "仅用于随机",
"2522354658": "清除范木堂内所有丘丘人(暂时弃用)",
"2522790244": "与柊千里见面交谈",
"2523022212": "捡起钥匙",
"2523242380": "与兰加惟对话",
"2523650124": "与安娜对话",
"2524321583": "向前寻找怪鸟",
"2524665596": "与兰般度对话",
"2524849212": "差分1.1:对话结束休息后表现",
"2525016398": "收集仪式所用道具——香炉",
"2525043268": "帮哈特姆选择一份「吞金料理」",
"2525086367": "萍姥姥送礼任务测试",
"2527173116": "前往社奉行所打听忍犬主人的消息",
"2527215996": "前往阿贝多的营地",
"2527707900": "隐藏-预先接取的任务",
"2527712300": "开关天气专用 BOSS区域 后",
"2528640164": "拍摄化石照片",
"2528758855": "定罪公文",
"2529146399": "A",
"2529251940": "与NPC对话",
"2529376156": "回滚执行",
"2529969348": "与影交谈",
"2530416740": "与阿飞、小蒙和璐璐对话",
"2531068388": "老爹告示牌创生",
"2532168910": "与凝光对话",
"2532265560": "创新-污秽的面具",
"2532669622": "观察香炉(待隐藏)",
"2532799876": "回到铜雀雕像所在地",
"2533332335": "安提戈努斯",
"2533581156": "与拉娜对话",
"2533710932": "与派蒙对话",
"2533755183": "萨勒NPC送礼任务",
"2534897548": "将美味的腌笃鲜送给汤雯",
"2535220788": "将1枚晶核交给吉法师",
"2535440836": "向木南杏奈回报",
"2535466260": "与赛诺对话",
"2536098628": "击败对手",
"2536442108": "调查黑色雾气附近的线索",
"2536506444": "第7天隐藏控制出圈",
"2536531223": "愚忠与愚勇",
"2536730172": "家政挑战:浇水",
"2537360024": "击败附近怪物",
"2537371063": "画册Group7",
"2537930636": "寻找维克多丢失的盒子",
"2538333652": "兰纳罗对话功能测试",
"2538405108": "与婕德对话",
"2539282631": "走私疑案",
"2539531468": "调查奇怪的箱子",
"2539785740": "将信件放置在接头点",
"2540037839": "清理丘丘人设施",
"2540277788": "与婕德对话",
"2540571588": "增加任务进度",
"2540846028": "完成第三幕的拍摄",
"2540987814": "接近林中的少女",
"2541189463": "根据地图找到宝藏埋藏地",
"2541381839": "与派蒙对话",
"2541791348": "与派蒙对话",
"2541877828": "进入区域完成",
"2542372716": "在绯木村找到鹫津的财物",
"2542930868": "挖掘埋藏之物",
"2543070748": "等待至翌日上午(次日早8点-12点),与大伴对话",
"2543415972": "返回璃月港",
"2543714896": "在2秒内摧毁所有木桩",
"2544105144": "雷地城通关神树指引",
"2544294444": "与小千对话",
"2544416940": "废弃",
"2544617132": "与宁禄对话",
"2544961540": "监听草种子完成",
"2545753374": "派蒙开车台词",
"2546023913": "那个绿色的家伙",
"2546382020": "在远处观察",
"2546673564": "与平山对话",
"2546746212": "与索赫尔对话",
"2547039540": "打倒所有魔物",
"2547557148": "搜查附近可疑的地点",
"2547757604": "与维克多对话",
"2547819896": "触发和派蒙的对话",
"2548163916": "前往茸蕈窟附近",
"2548337375": "倾听木簧笛的八音曲",
"2548397564": "回滚隔离",
"2548921308": "寻找钟离",
"2549145972": "等待仙灵返回台座",
"2550821932": "与吴老二对话,重新尝试取得宝物",
"2551096438": "依据仪式流程,进行仪式",
"2551219308": "前往离岛寻找万叶",
"2551588596": "在破碎的空间中前进",
"2551904632": "赶走鸽子",
"2552670076": "与雷泽对话",
"2553494855": "前往大教堂,领取飞行执照",
"2553849692": "从右侧为寝子拍摄画片",
"2554392602": "完成玩法",
"2554508612": "NPC开关神之眼",
"2554522447": "塔娜玛尔NPC送礼任务",
"2554574916": "前往盆景处",
"2555239996": "继续向前探索",
"2555885356": "偷听教令院学生的谈话",
"2556124164": "拜访莫娜",
"2557114524": "在约定时间(18~24时)与柊家小姐见面",
"2557387252": "与朱老板对话",
"2557503684": "等到两天之后",
"2557531100": "与茅葺对话",
"2557870732": "交出花语特产",
"2558238124": "寻找小猫",
"2558781900": "驾船前往「宝藏」所在之地",
"2559515032": "收集1个「史莱姆凝液」",
"2559586468": "疏通贯穿山体的水脉",
"2560152180": "营地对话",
"2560348508": "激活机关",
"2560903774": "消灭所有魔物",
"2561128326": "向观众们询问刘苏说书的内容",
"2561132092": "准备完成后,与纳西妲对话",
"2561232431": "兰纳罗小游戏",
"2561636748": "前往笔记中提到的地点",
"2561784460": "与大祐对话",
"2563127516": "前往兰拉迦的家休息",
"2563165719": "与奥特对话",
"2563464428": "与扎卡里亚对话",
"2564114732": "与泽维尔对话",
"2564157639": "好好学习",
"2564551940": "击败来袭的草史莱姆",
"2564565335": "继续前往蒙德城",
"2564919204": "完成「第一幕第二场」的拍摄",
"2565202732": "将甜甜花交给伊凡诺维奇",
"2565256895": "他乡迷失客·觅迹",
"2565392439": "惊喜大礼",
"2565408671": "派蒙提示对话",
"2565614404": "交付草药4",
"2565815204": "传送进小黑屋Talk",
"2566213748": "与仓皇的天领奉行众交谈",
"2566245607": "鬼之傲",
"2566614324": "寻找兰拉迦与兰罗摩",
"2566671338": "将杏仁豆腐带给沉香",
"2567007164": "机关1进入",
"2567192676": "跟随五郎寻找锦囊",
"2567303324": "护送两人前往高处放飞霄灯",
"2567321820": "前往城外的神龛",
"2568312904": "击败来袭的愚人众",
"2568638236": "前往洞穴深处寻找线索",
"2568812252": "清除盗宝团营地",
"2569207612": "传送玩家",
"2569210628": "前往达达乌帕谷",
"2569283719": "加尔恰的赞歌·适配性赠礼",
"2569514625": "留空任务",
"2569786788": "与芭芭拉对话",
"2570770966": "寻找「留云借风真君」",
"2571809207": "前往更深处",
"2571820628": "前往冒险家协会",
"2571902244": "返回「祭场」",
"2573038575": "寻找怪鸟遗留的痕迹",
"2573885231": "苗圃梦见花种植计时任务_06",
"2573962327": "击败来袭的敌人",
"2574265839": "羽球节一阶段迷雾探索图文教学",
"2574388684": "前往城内的公告板确认现状",
"2574920167": "常九爷送礼任务",
"2575139631": "哥哥妹妹NPC相关测试",
"2575331724": "与急躁的瓦里特对话",
"2575472412": "上层封印解除",
"2575514660": "前往五歌仙广场",
"2575613796": "与汤米对话",
"2575972191": "玉霞NPC送礼任务",
"2576500188": "与龟井宗久对话",
"2576534423": "与派蒙对话",
"2578805236": "将娃娃带回营地交给戚定",
"2578950636": "和兰那罗对话",
"2579116816": "向玛乔丽小姐领取报酬",
"2579412324": "击败盗宝团",
"2579423066": "找到常九爷",
"2579689540": "处理桌椅隐藏",
"2579784724": "隐藏等待一天",
"2579854372": "与纳西妲的意识对话",
"2579933596": "与图书馆内的残影对话",
"2580260191": "情境独占测试7",
"2580572529": "飞行的许可",
"2580645876": "调查房间,寻找线索",
"2580771692": "帮哈特姆选择一份「吞金料理」",
"2581190772": "在破碎的空间中前进",
"2581568300": "前往烟绯指定的地点",
"2581790188": "与派蒙对话",
"2581805852": "找到钟离",
"2581985716": "用元素视野追随雷元素痕迹",
"2582520167": "正法炬书结束后彩蛋",
"2582632252": "前往五歌仙广场",
"2582674070": "看看酒馆的成年人",
"2582713148": "和藏身处的残影对话",
"2582729124": "隐藏对话环",
"2582880092": "隐藏检测获取物品",
"2583237596": "拜访阿茂和顺吉",
"2583476044": "前往西南方的岛屿",
"2583516524": "寻找机关零件",
"2583587175": "海灯节二阶段结束",
"2584077236": "在附近继续搜查",
"2584536633": "苹果教学",
"2584697452": "抵达神秘岛屿",
"2584957036": "与众人对话",
"2586708353": "愿风带走思念",
"2586711519": "因提瓦特的记忆",
"2586719780": "调查「秘密基地」",
"2586910287": "进度记录-三次记录",
"2587317388": "在荒神社附近寻找神樱封印的位置",
"2587394812": "将寻到的戒指交给塔列辛",
"2587858260": "为迪卢克调制指定饮品",
"2587868828": "与柴门克巳对话",
"2588193004": "与小卷对话",
"2588861380": "与行秋对话",
"2588869524": "与离岛的人交谈",
"2589305489": "知己知彼定良策",
"2589442364": "与镀金旅团交涉",
"2589536175": "伊尔佳NPC送礼任务",
"2590330204": "与康纳对话",
"2590497164": "Delete将御守交给老婆婆",
"2590833631": "光钉自循环运作报告·实验步骤",
"2591126236": "前往第四个点观察",
"2591342252": "对话接取",
"2592586404": "向百代报告跟踪结果",
"2592729636": "在野外采集6颗果实",
"2592864831": "库什基NPC送礼任务",
"2593328860": "与慕珍对话",
"2593719559": "趁鲜花气息逗留",
"2594202340": "将三朵塞西莉亚花交给阿尔弗雷德",
"2594400420": "协助留云借风真君完成烹饪",
"2594821356": "到璃月港码头附近逛逛",
"2594881711": "将天空之琴带回酒馆",
"2594948310": "追逐III",
"2595219612": "隐藏-楔子4的cutscene",
"2595440964": "把「梦想」交给贾维",
"2595943407": "自律机关引起的混乱",
"2596390756": "与瑾武对话",
"2596406892": "追踪可疑人物的踪迹(0/3)",
"2596444756": "离开丘丘人营地",
"2596526348": "蒙德图书馆",
"2596701636": "前往石门",
"2597177724": "心海闲置对话",
"2597468364": "清理盗宝团的后勤营地",
"2597640456": "完成购买",
"2597755180": "保护地脉镇石",
"2597756284": "增加任务进度",
"2597786103": "与NPC2交涉失败-返回",
"2597808759": "曼苏尔NPC送礼任务",
"2597870324": "将信件放置在接头点",
"2597875188": "开启挑战",
"2597886852": "与云堇对话",
"2597970076": "与拉娜对话",
"2598054676": "寻找更多线索",
"2598500380": "取得鳞片进度记录",
"2598648524": "寻找「小狸子」",
"2598662780": "抵达石板指引的位置",
"2598895999": "层岩巨渊寻访记",
"2598906972": "与影和八重神子交谈",
"2600003732": "对话3",
"2600205599": "乃亚卜NPC送礼任务",
"2601603191": "葛瑞丝NPC送礼任务",
"2601647884": "回清泉镇确认病患的状况",
"2601720236": "与阿汉格尔对话",
"2601977055": "佳酿节天气控制",
"2602326692": "触碰「栖木」",
"2602448396": "踩圈接取蓝叹号",
"2603116428": "与迪奥娜对话",
"2603149233": "清理元素紊乱点3",
"2603382679": "蒙德人,在璃月",
"2603710140": "检测第一阶段完成",
"2603877111": "风花与雪花",
"2604167980": "潜行失败之跟丢了",
"2604234644": "实现妖刀的心愿",
"2604347767": "机关棋谭",
"2604567190": "与李丁、李当对话",
"2606024759": "老号解锁死兆星号传送点用",
"2606135852": "寻找另一块奇怪的石头",
"2606626492": "前往指定地点回收霄灯",
"2606853609": "璃月港,有海盗!",
"2606885780": "调查异常区域",
"2606905370": "与若心对话",
"2607473180": "四处搜索",
"2607551964": "隐藏活动开启",
"2607788436": "前往面见反抗军将领五郎",
"2607890204": "特殊交付3后加载group",
"2608175748": "没有遇到过任何玩法的森之子交谈",
"2608259743": "后日谈",
"2608610452": "与兰那罗对话",
"2608708644": "向王扳子回报",
"2609161927": "单元测试",
"2609386988": "前往安全屋",
"2609677388": "跟踪盗宝团",
"2610162636": "沿着山路前行",
"2610182980": "解开黑雾",
"2610380644": "完成对话",
"2611178044": "盐盏处对话(release后隐藏)",
"2611206876": "回报胡塞尼",
"2611374604": "隐藏-开启游戏",
"2611445788": "拍摄化石照片",
"2611944028": "与竺子对话",
"2612403884": "废弃",
"2612678580": "前往「阎迦由玛」奉上灵药",
"2612934876": "向丘丘人交付物品",
"2613560220": "前往岩上茶室与夜兰会合",
"2613669068": "等到第二天白天去找朱老板(12点~18点)",
"2613818188": "进入新的空间",
"2614101956": "和孩子们交谈",
"2614375040": "消灭所有魔物",
"2614471322": "获得宝藏",
"2614834380": "寻找线索",
"2614885100": "立即完成随机数",
"2614952327": "失败任务回滚",
"2615133446": "锁定时间II",
"2615173020": "逃离鸣神岛,前往踏鞴砂寻找反抗军",
"2615429980": "询问太田太郎",
"2615647759": "须弥告示牌奥莫斯杠",
"2615708468": "将五份电气水晶交给三田",
"2617183716": "击败出现的镀金旅团",
"2618005780": "向经纶汇报",
"2618320975": "兰那罗音乐02",
"2618446836": "与泽维尔对话",
"2618954420": "调查附近,寻找出去的方法",
"2619130676": "向查耶维奇报告",
"2619362468": "献上钩钩果",
"2619583108": "在「修梨薜那」前,弹奏「大梦的曲调」",
"2619863924": "调查矿堆",
"2619911753": "轻策庄公告板",
"2619957732": "与烟绯对话",
"2620018868": "前往调查遗迹,寻找路线",
"2620351284": "清理残留陨石",
"2620418404": "将情报告知百代",
"2620595556": "实现妖刀的心愿",
"2620775172": "等待云堇到来",
"2620790936": "前往调查遗迹",
"2620912119": "隐藏任务控制莫娜地城传送2",
"2620922148": "前往阿金推荐的地点",
"2621152964": "向城内商人宣传家政课",
"2621263500": "在荒废神社中进行调查",
"2621545049": "烹饪的诀窍",
"2621561852": "与兰迦鲁对话",
"2621667300": "与蒙德的凯瑟琳对话",
"2621698876": "将货物带给阿尔伯",
"2622127052": "在「常夜」状态下调查蛇心之地",
"2622389042": "搜寻「祖训」",
"2622390759": "月升之时",
"2622578204": "前往璃沙郊附近寻找仙人洞天",
"2622688540": "与坎蒂丝对话",
"2623077396": "留声机播放",
"2623104868": "与绀田传助对话",
"2623368444": "与莉兹交谈",
"2623430716": "将文献三交给学者",
"2623988727": "望舒客栈主题玩法",
"2625164046": "仙人加持下的战斗",
"2625952542": "前往「天使的馈赠」",
"2626007900": "与加尔恰对话",
"2626193812": "狐仙洞封印",
"2626690420": "追往早柚消失的方向",
"2627097598": "与香菱交谈",
"2627164996": "逃离圣显厅",
"2627396151": "兰那罗交付13",
"2627799780": "前去寻找老臭",
"2627819599": "光钉自循环运作报告·结论",
"2628846756": "与众人对话",
"2629050212": "与露子对话",
"2629074884": "依次确认战备情况",
"2629386628": "与柳达希卡谈谈",
"2630094158": "寻找声音来源",
"2630364396": "将10份「御伽木」交给大岛纯平",
"2630461079": "跟随派蒙",
"2630860716": "深入探索遗迹",
"2630961572": "判断是否完成group",
"2631003972": "隐藏-跟岚姐对话",
"2631170582": "向岚姐请教",
"2631743626": "任务的开启",
"2631867744": "和艾伦对话",
"2632375068": "与戴因对话",
"2632644623": "1号房间-战斗成功、获得钥匙任务标记",
"2632875212": "打倒深渊使徒",
"2632935060": "与铁块儿对话",
"2633349796": "与众人对话",
"2633440228": "删瓶子",
"2633918740": "跟随芷若",
"2633950980": "与芷若对话",
"2634266356": "对话中做仙灵移动表现2",
"2634306460": "竹签·大吉(抽到竹签变量1,交付竹签变量0)",
"2634543132": "告知巫女暂离神社",
"2634677444": "前往已沉于海中的高处遗迹",
"2634726124": "将回收的花交给芙萝拉",
"2634854628": "收集制作御守所需的材料",
"2635090324": "与松本对话",
"2635154396": "沿途返回维摩庄",
"2635452680": "完成找猫猫",
"2635511894": "与温迪对话",
"2636161884": "依照蔷薇的图形,弹奏乐曲",
"2636878804": "隐藏任务用于雷电将军转圈1",
"2636901503": "正法炬书壁画管理",
"2637200680": "前往猎鹿人餐馆询问莎拉",
"2637290428": "与王扳子对话",
"2637370004": "击败盗宝团",
"2637528983": "无意义的等待的意义",
"2637582452": "进入区域",
"2637711044": "再次进入遗迹",
"2637890588": "*隐藏*开门",
"2638013831": "远吕羽氏遗事·其一",
"2638073951": "紫微送礼任务",
"2638559396": "与派蒙对话",
"2638618324": "寻找「无名武士」提到的刀",
"2638861428": "前往风起地",
"2639227196": "与斑目百兵卫对话",
"2639497479": "到达目标点1",
"2640720366": "在门外与钟离对话",
"2640947940": "离开酒馆",
"2641158772": "与芭尔瓦涅对话",
"2641500372": "回到中央的岛屿",
"2641628124": "与克罗索对话",
"2641839788": "击败袭来的魔物",
"2642542812": "与迪希雅对话",
"2642649008": "消灭怪物",
"2643259012": "向阿拉米回报",
"2643696884": "前往封印「镇石」",
"2644028612": "前去拿取修船物资",
"2644101166": "捡起地上的本子(不出现)",
"2644400372": "与奇怪的小猫交流",
"2644639028": "等到月上中天之时(23点到1点)",
"2644921612": "将餐品送给寡言的廷方",
"2645091420": "查看「触发器」",
"2645170540": "在轻策庄周边清扫魔物",
"2645519140": "与阿贝多对话",
"2645600164": "将回收的包裹交给芙萝拉",
"2645633660": "*废弃",
"2645653556": "将食材交给贾法尔",
"2646027956": "前往玉京台",
"2646227898": "寻找常九爷",
"2646372575": "以文会友",
"2646440292": "采掘三份水晶块",
"2646604428": "(hide)莫娜防摔指南",
"2648382884": "逃离所在地",
"2648610876": "将1个「烈焰花花蕊」交给吉法师",
"2648963172": "将餐品送给寡言的廷方",
"2648971166": "寻找好肉族大锅",
"2649159108": "跟随迪娜泽黛",
"2649241303": "女仆与修行",
"2649452399": "幽夜默示录",
"2650069644": "清理陨石时弹教学提示",
"2650302766": "地城对话",
"2650461196": "前往绿洲",
"2650511932": "与歌德对话",
"2650591084": "与驹形对话",
"2650896172": "前往广场与菲谢尔见面",
"2651357012": "与库洛什对话",
"2651627012": "回答正确",
"2651957308": "与影和武士们交谈",
"2652346353": "忽得一信向天飞",
"2652969556": "与兰纳真对话",
"2653327948": "跟上豆助和柴助",
"2653551812": "使用「苦舍桓」解除「须罗蕈」的封印",
"2654115996": "将两份火腿交给言笑",
"2654779743": "购买「渔人吐司」",
"2655385996": "完成「神樱大祓」",
"2655403436": "追查声音的来源",
"2655536900": "废弃",
"2657705780": "获得追叙之石reminder",
"2658276004": "废弃",
"2658517692": "救醒海芭夏",
"2658533868": "根据藏宝图上的线索搜寻宝藏",
"2659092740": "解放所有「高门之火」",
"2659199388": "等时间",
"2659248470": "向霖铃回报",
"2659744316": "薇尔寻找盗宝团奸细隐藏任务",
"2659786255": "刨根问底",
"2660245620": "寻找藏起来的三人",
"2660296428": "深入「御影炉心」",
"2660423839": "特别留影",
"2660438556": "心情值判定成功",
"2660460108": "与三人对话",
"2660812772": "(废弃)击败怪物",
"2660866644": "与安东尼对话",
"2661188956": "享受宴会时光",
"2661438764": "让梦境中的三个「叶」都朝向「枝」的方向",
"2661585730": "寻找玩偶",
"2661826420": "总结陈词阶段",
"2661893260": "和兰纳罗门对话开启苗圃",
"2661894332": "调查觉王的梦之树",
"2662457516": "与小千对话",
"2662642319": "寻找怪鸟遗留的痕迹",
"2662749396": "与旭东对话",
"2662879119": "大树·统计态",
"2664258623": "锦野玲玲送礼任务",
"2664328732": "(hide)开宝箱给钥匙",
"2664714652": "跟捉迷说话",
"2664772676": "领取预留的小说",
"2664821460": "找到小姜",
"2665148964": "前往谈话中提到的地点",
"2665792236": "前往璃月冒险家协会找凯瑟琳",
"2665878628": "与寡言的廷方对话",
"2665913332": "击退袭来的魔物",
"2666153844": "等到佳酿节开幕(两天后8-10点)",
"2667834324": "前往「三碗不过港」",
"2667876940": "查看丽莎桌前的索引目录",
"2668682396": "与可莉对话",
"2669295840": "前往查看详请",
"2670005337": "蒙德城的酒",
"2670111092": "前往「祭场」",
"2670288841": "玉京台潜入测试",
"2670998161": "试问,藏锋何处?",
"2671125356": "与鲁道夫对话",
"2671945279": "借助元素视野寻找可疑的人",
"2671965252": "与「幽夜菲谢尔」对话",
"2672527830": "根据情报寻找盗宝团",
"2672703684": "在井底探索",
"2673011762": "与朱老板对话",
"2673509876": "找到兰难世!",
"2673571972": "与鲸井小弟交谈",
"2674358436": "寻找物品小游戏3",
"2674553551": "踏鞴物语·流程为上",
"2674709236": "与神里绫华对话",
"2674785284": "将食材交给言笑",
"2675129239": "凝成泥土的它用",
"2675187820": "与伤员对话",
"2675332607": "对话派蒙",
"2675687652": "与加尔恰对话",
"2675753356": "向留云借风真君回报",
"2676639372": "向经纶回报",
"2677194316": "给幼苗施肥",
"2677370716": "倒计时(release后隐藏)",
"2678421302": "与淮安对话",
"2678525351": "隐藏-初见层岩巨渊鸟瞰CS",
"2679138292": "去明星斋委托定做",
"2679702012": "到达兰那罗小屋",
"2679727785": "探索剑冢封印",
"2680590044": "向韦尔纳展示来自璃月的物品",
"2680594924": "净化大晶石",
"2680803388": "与艾尔海森对话",
"2681239916": "与查尔斯对话",
"2681281175": "海岛beta任务二阶段",
"2681593820": "与凯瑟琳对话",
"2681685460": "发一阶段小道具",
"2681741199": "窥见白夜",
"2681840300": "与慕珍对话",
"2681993372": "兰那罗刷出来,对话",
"2682138892": "帮萍姥姥在播种璃月百合花",
"2682314284": "与优菈交谈",
"2682353476": "将一份能吃饱的料理交给一成",
"2682628948": "与深渊咏者对话",
"2682830857": "「遗落」的文物",
"2682949623": "时不再来",
"2683088092": "前往琉璃亭赴宴",
"2683870324": "靠近鬼兜虫出没的大树",
"2683990361": "温迪的计划",
"2684409476": "收集丢失的五本图书",
"2684423252": "与另一个愿意交流的丘丘人对话",
"2684523724": "在珊瑚宫附近等候心海",
"2684653966": "刷group",
"2684810484": "利用神之眼寻找碎星铁矿",
"2685170420": "与芙萝拉对话",
"2685660716": "和「哥哥们」交谈",
"2685728028": "4和兰纳罗对话",
"2685981935": "调查线索",
"2686622676": "采摘风车菊",
"2686797948": "与兰百梨迦对话",
"2686844934": "与淮安对话",
"2687036988": "前往风龙废墟探查水晶矿",
"2687488340": "与纳西妲对话",
"2688423919": "音游活动三阶段",
"2688744074": "点燃火把",
"2688790364": "前往可疑地点调查并消除威胁",
"2688837796": "开启挑战",
"2689106188": "击败敌人",
"2689533988": "击败敌人",
"2690101422": "收集仪式所用道具——七星灯",
"2690786607": "直到「桓那」痊愈",
"2690823703": "铁块紫微一相逢…",
"2691153161": "离岛大告示板",
"2691181396": "找到这里的祭具—采配",
"2691372612": "与幻影对话",
"2691719628": "与愚人众士兵交谈",
"2691903196": "击败来袭的魔物",
"2691979444": "与福本对话",
"2692096676": "前往水池中的岛查看过去的遗迹",
"2692125375": "蒲公英、蔷薇、风车菊",
"2692420324": "使用风或水元素清理小广告",
"2692450156": "捡起面具",
"2692624855": "言笑的食材需求",
"2693082028": "与「公子」对话",
"2693506084": "前往圣树根系所在的位置",
"2693605852": "与小六对话",
"2693920308": "与久利由卖对话",
"2694683543": "互通有无?",
"2694692863": "零级结束后幻梦门家具隐藏group",
"2694838326": "面见「留云借风真君」",
"2695012472": "消灭所有魔物并摧毁路障",
"2695177052": "前往盆景处",
"2696050004": "通过前往山顶的封印",
"2696114484": "对话任务记录进度2-1(自动)",
"2696318044": "等到晚上(18点~6点)",
"2696788004": "交付完成后对话废弃",
"2696966980": "将餐品送给随缘的铃官",
"2697560212": "击败前来的愚人众",
"2697736876": "和兰迦鲁对话",
"2697992854": "回去蒙德骑士团",
"2698377516": "与九条孝行对话",
"2698662292": "搜集霓裳花对话",
"2699188343": "苗圃梦见花种植计时任务_00",
"2699352916": "监测看见兰那罗",
"2699610766": "向观众们询问刘苏说书的内容",
"2699906140": "前往吧台并完成营业准备",
"2700004892": "与NPC对话",
"2700264772": "隐藏任务用于发放任务道具",
"2700746591": "售后服务",
"2701912188": "点燃元能火炬",
"2702186764": "向望雅回报",
"2702291284": "倒计时",
"2702574412": "采摘12支鸣草",
"2702753668": "在第三个地点埋放食物补给",
"2702975556": "将却砂木带给王平安",
"2703352900": "将制作霄灯的材料交给小白",
"2703550799": "冒险家测验·起飞方式",
"2703773772": "扫除房顶上的枯花堆",
"2703823844": "击败所有敌人",
"2703866471": "百晓送礼任务",
"2703953924": "向蒂玛乌斯回报「烟霰魔药」的效果",
"2703976788": "和阿贝多交谈",
"2704102260": "前往夜兰所在处",
"2704484764": "确认秘境是否通向外界",
"2705085239": "冒险家的入门考试",
"2705415036": "调查盗宝团营地",
"2705562340": "与矢部对话",
"2705631471": "「那位先生」的委托",
"2705668876": "将三份蒙德烤鱼交给男子汉杰克",
"2705909644": "打黑烟2",
"2706052612": "交付完成后对话",
"2706316996": "将绝云椒椒和禽肉交给卯师傅",
"2706385852": "寻找三位间谍",
"2706852820": "与NPC对话",
"2707412880": "找莎拉听取委托内容",
"2707655932": "前往另一处调查地点",
"2707773508": "用来检测是否开启了其他的任务",
"2708079580": "与夜鸦船长对话",
"2708654452": "回到璃月港",
"2708988615": "逃出魔鳞医院成就2管理",
"2709492044": "查看树莓的状况",
"2709540472": "订餐人判定1",
"2710061144": "给查尔斯回报信息",
"2710465756": "击败盗宝团",
"2710631428": "(hide)销毁夜鸦雕像",
"2711213660": "前往雷元素异常点并完成挑战",
"2711394708": "与琳对话",
"2711680020": "与众人讨论岛屿的情况",
"2711847212": "查看海芭夏的情况",
"2711937124": "与夜兰一同考察候选人",
"2712021060": "寻找画家曾经画画的地方(废弃)",
"2712050743": "法伯德NPC送礼任务",
"2712099876": "前往需要清理的死域",
"2712431988": "回滚隔离",
"2713171004": "隐藏任务UI界面领取用",
"2713187356": "击败盗宝团",
"2713631406": "派蒙提示线索",
"2713991150": "放置夜泊石",
"2714462340": "将回收的包裹交给芙萝拉",
"2714837732": "触碰盆景",
"2715275684": "再次与凝光交谈",
"2715364988": "与可莉对话",
"2715435841": "寻找并击败水边的深渊法师",
"2715737287": "与霍夫曼对话",
"2715857876": "前往约定地点",
"2715877236": "用来检测是否完成过相关解密",
"2716518436": "完成心海策略-先杀BOSS",
"2717510855": "画册后续版本发画",
"2717676951": "自律机关能源研究·实践样例",
"2717946367": "机关烹饪之法·之二",
"2718284060": "进入任务载具即可完成任务",
"2718421316": "探索四周",
"2718586212": "对一道(江舟完成小安失败)",
"2718782188": "解开机关谜题",
"2719366220": "偷听诗筠与博易的对话",
"2719633271": "阿桂的药材需求",
"2719917732": "特殊显示逻辑控制任务",
"2720549820": "完成对话",
"2720587596": "提前完成所有差分",
"2721149751": "击败深渊法师",
"2721198436": "将十朵甜甜花交给阿桂",
"2721443220": "与兰那罗对话",
"2721808452": "与霖铃对话",
"2721826599": "恨繁囿兮作土",
"2721966990": "开始玩法",
"2722143348": "探索周围寻找出口",
"2722159124": "(废弃)陪诺艾尔在猎鹿人坐下",
"2722355740": "寻找失败",
"2722856236": "听听大家的看法",
"2723244068": "找到咕噜声的来源",
"2723330324": "继续打听弗里茨的下落",
"2723441604": "与迪卢克和凯亚对话",
"2723573900": "与迪奥娜对话",
"2723685764": "开启残魂的试炼",
"2723850516": "与唐无仇对话",
"2723854836": "与魈对话",
"2723908340": "与顺吉对话",
"2724781316": "收集剧场成员的想法",
"2724828362": "交付道具",
"2725039944": "在2秒内摧毁所有木桩",
"2725972758": "同时摧毁所有木桩",
"2726213812": "监测看见兰那罗",
"2726568841": "久久望故人",
"2726930692": "(活动接取任务)",
"2727157348": "与布洛克对话",
"2727791436": "与拉德普对话",
"2728068292": "监测看见黑烟2",
"2728466716": "去老地方探查",
"2729328340": "与芭芭拉对话",
"2729605724": "寻找阿贝多",
"2729679572": "离开地下遗迹",
"2729829012": "向士兵们打听情报",
"2729899684": "与兰帕卡提对话",
"2729991420": "前往大屋,与兰拉迦对话",
"2730321132": "寻找「北风的王狼」",
"2730683444": "与清昼对话",
"2730712660": "与久利由卖对话",
"2731030887": "雪山上的贼影",
"2731089828": "前往塔杰家中寻找线索",
"2731314972": "在刃连岛找到柴门二郎",
"2731615724": "帮助小白准备三份兽肉与三份禽肉",
"2732095182": "消灭所有魔物",
"2732437532": "询问宏一的意见",
"2732587654": "和石头玩一把",
"2732599457": "在「密藏」中搜索",
"2732625188": "与小月对话3",
"2732733428": "判断是否1.5更新后才完成04/05/06",
"2732990252": "判定三环暗杀都完成",
"2732996144": "酒豪的评价:恐怖!",
"2733688748": "竹签·末吉",
"2733759255": "拉玛NPC送礼任务",
"2733817876": "点燃灶火",
"2734141964": "与望雅对话",
"2734160868": "将八个鸟蛋交给陆",
"2734490860": "与阿金对话",
"2734983700": "先解封碎片派蒙对话",
"2735084343": "《无生忍》",
"2735162452": "【废弃】提前找到用与行秋对话",
"2735196943": "晕厥",
"2735690655": "风物之歌",
"2735935572": "滚滚隔离",
"2736280180": "隐藏-玩法成功了",
"2736350916": "前往望泷村",
"2736719588": "发阅读物B",
"2737011308": "击退袭击者",
"2737244220": "到达兰纳真身旁",
"2737492820": "找出工厂内的幕后黑手",
"2737754516": "向留云借风真君回报",
"2738008148": "大碎片完成",
"2738069164": "找到小姜",
"2738227583": "特殊的调酒辅料",
"2738367212": "收集三块碎片",
"2738604044": "与提纳里对话",
"2739239292": "前往炉心关闭装置",
"2739377372": "调查士兵与商人的争执",
"2739747820": "向瑾武讲述发生的事",
"2739787604": "兰纳罗小游戏4玩法2",
"2740286036": "与众人对话",
"2740787148": "等待时间到晚上(19点~4点)",
"2740946892": "与安东尼对话",
"2741388678": "隐藏 for钟离开车",
"2741855983": "前往风龙废墟入口",
"2742022628": "与落霞对话",
"2742722692": "隐藏任务:用于出圈解锁时间",
"2742760764": "将符合条件的料理交给塞琉斯",
"2743002300": "前往鸣神大社",
"2743400932": "与艾伦对话",
"2743719012": "第四天再来",
"2744436812": "与谷口的人对话",
"2745251972": "护送两人前往高处放飞霄灯",
"2745385484": "种植完成等待天数_08",
"2745422484": "前往万国商会,了解商会成员的处境",
"2745487241": "开启事件系统",
"2745581230": "坐到斯坦利身后",
"2745606420": "遗失1",
"2745948308": "交互壁画",
"2745964812": "竹签·末吉",
"2746127375": "与丽莎对话",
"2746556759": "与安柏对话",
"2746815860": "击败深渊咏者·紫电",
"2747691628": "打倒所有盗宝团成员",
"2747716252": "继续深入寻找奔奔",
"2747718847": "将军孤居净土",
"2748183615": "死域观测站唤雨1(隐藏任务)",
"2748199252": "与刻晴会合",
"2748556980": "与淮安对话",
"2748784444": "等待到第二天下午(14点-18点)",
"2748895484": "与迪奥娜对话",
"2748899156": "将薄荷交给小蒙",
"2749041732": "进入神秘遗迹",
"2749564415": "土门送礼任务",
"2749974180": "清理海贼营地",
"2750180796": "完成心海策略-引爆炸药桶",
"2751239463": "突破瓶颈",
"2751309041": "任务结束后与温迪的空闲对话",
"2752119660": "与托马去见酒井",
"2752259839": "与派蒙对话",
"2752421884": "追踪盗宝团",
"2752774924": "询问阿汉格尔",
"2752821956": "(hide)隐藏销毁洋葱哥",
"2753629236": "击退袭击者",
"2753638204": "回滚隔离",
"2753842151": "女士登场cs",
"2754139188": "监测看见兰那罗",
"2754217284": "废弃",
"2754271052": "小安判定心情值",
"2754398500": "和祭坛中出现的残影对话",
"2754726692": "给荷尔德林和卡斯帕上菜",
"2754814508": "使用「苦舍桓」开辟通路",
"2755180876": "73205与阿凡闲聊",
"2755651972": "前往教令院,寻找旭东",
"2755928479": "吞金和蓄财",
"2756001527": "璃月之行",
"2756013817": "宝藏归离",
"2756350860": "跟随完",
"2757773820": "没有接到任务时和小女孩的闲聊",
"2757781322": "与派蒙交谈",
"2758172476": "在遗迹里拍摄壁画",
"2758234852": "隐藏 第一次对话后 然后闲置对话",
"2758258332": "保护TransMit",
"2758549164": "与早柚交谈",
"2759022175": "与温迪对话",
"2759367580": "将通行证明还给八重神子",
"2759534468": "和兰迦鲁对话",
"2759597215": "逃走对话",
"2759765804": "与扎卡里亚对话",
"2760080220": "前往「桓那兰那」所在之处",
"2760218396": "与铁算盘交谈",
"2760668932": "送阿洛瓦离开蒙德城",
"2760971450": "与宝儿交谈",
"2761113471": "暗影重重",
"2761320372": "打倒所有盗宝团",
"2762367604": "搜集12枚晶化骨髓",
"2762482908": "和NPC对话,获取特殊容器",
"2763058287": "室内派考古入门",
"2763280876": "对话任务记录进度2-2(自动)",
"2763821588": "与冒险家对话",
"2764034014": "返回璃月",
"2764279735": "调查派蒙发现的东西",
"2764543148": "破除「结界」",
"2765669036": "与嘉义对话",
"2765910020": "前往圣树根系所在的位置",
"2766709796": "reminder差分",
"2766820748": "与鲸井椛对话",
"2767275372": "隐藏言笑白天闲置对话判断",
"2767446716": "保护我的保护",
"2767514481": "若你困于无风之地",
"2767653620": "隐藏回滚隔离",
"2767752388": "净化大晶石",
"2767812140": "击退天领奉行众",
"2768324900": "击败来袭的敌人",
"2768737628": "扫除城墙上的枯花堆",
"2768801436": "(hide)回滚隔离环",
"2769972932": "调查拍卖会现场",
"2770132916": "第一次抽到大吉、凶以外的东西2",
"2770422638": "清剿附近的魔物",
"2770493308": "给店铺「天顶屋」及其店主留影",
"2770587300": "在蒙德野外寻找史莱姆",
"2770590511": "月浴之渊",
"2770880828": "寻找「奇怪的声音」的源头",
"2771030228": "为钟离调制指定饮品",
"2771080532": "放置勘测信标",
"2771400030": "拾取辉煌勇气之剑",
"2771515823": "社奉行的委任",
"2771555118": "与市民交谈",
"2771649244": "接头点踩圈完成任务",
"2771945570": "向仙人了解封魔珠之谜",
"2772017972": "挖掘「阿麦塔机关」",
"2772411956": "与艾斯特尔对话",
"2772430764": "打倒所有魔物",
"2772768383": "与丽莎一起吃下午茶",
"2773397724": "回滚保护",
"2774360060": "与平藏交谈",
"2774796492": "探索四周",
"2774939988": "与申鹤对话",
"2775848340": "击败镀金旅团",
"2776476980": "前往「法留纳法宝」附近",
"2776490036": "前往「不卜庐」",
"2777234172": "等候至比赛开始(次日10点-14点)",
"2777616316": "前往清籁岛,拍摄画片",
"2777971804": "参加比赛",
"2778175680": "与「飞云商会」的家丁对话",
"2778241204": "继续向前探索",
"2778414079": "久美送礼任务",
"2778501516": "竹签·末吉(抽到竹签变量1,交付竹签变量0)",
"2779268760": "与查尔斯对话",
"2779564865": "深渊法师",
"2780247156": "判断是否在海灯节见过凝光时装",
"2780266575": "2号房间-交涉成功、获得钥匙任务标记",
"2780691993": "任务测试任务",
"2780964201": "靖妖祓恶起傩舞",
"2781002132": "与言笑对话",
"2781241428": "向瓦格纳打听那位「陌生人」的消息",
"2781577796": "前往大巴扎",
"2781606492": "解锁传送锚点开车2",
"2782180791": "月浴之渊",
"2782441196": "尝试开启棺椁",
"2782506492": "清理营地",
"2782590100": "查看被砸中的地方",
"2782965820": "第四天",
"2783989212": "前往岩上茶室",
"2784098316": "进入天领奉行府",
"2784316524": "增加任务进度",
"2784673660": "将准备好的菜品带给汤雯",
"2784705540": "与维克多对话",
"2784803932": "将相应材料交给嘉义",
"2784918100": "将蒲公英籽带给古德温",
"2785659199": "在第二天的晚上前往酒馆",
"2785710172": "击败盗宝团",
"2786028868": "与负责报名的珠函交谈",
"2787253556": "仙人磨炼",
"2787794103": "保护我的传送",
"2787864775": "渌华景画",
"2788086440": "和琴对话",
"2788765158": "谈判失败后的对话",
"2789211351": "远航的准备",
"2789731572": "前往胡桃所说的「寻常之地」",
"2789807756": "差分3:离远判定/离远了结束休息",
"2790259564": "高评价",
"2790299460": "穿过未知空间",
"2790499086": "玩家选择二号石头",
"2791178415": "隐藏彩蛋",
"2791274340": "询问长次料理的口感",
"2791480911": "群岛任务一",
"2791507588": "再寻找三枚奇异的「牙齿」",
"2791896660": "开启挑战",
"2791977508": "与贾汉对话",
"2792230172": "观察房间内的断剑",
"2792275156": "采摘3朵霓裳花",
"2792278412": "击败雷之神",
"2792690524": "与心海交谈",
"2792934391": "勇气的余晖·日落当归",
"2793240633": "「冒险家」的能力极限",
"2793245375": "海灯节一阶段结束",
"2793291884": "与纳西妲碰头",
"2793803524": "废弃",
"2793918801": "前往轻策庄,向村民们询问与碎片相关的线索",
"2793978124": "前往被打劫的地点",
"2794897095": "奔雷手秦师傅送礼任务",
"2795450884": "休息到次日(6点-24点)",
"2795579439": "沙漠苗圃赛芭交付",
"2795892612": "(hide)刷新假山",
"2796067116": "用草元素的力量「唤醒」金蔷薇",
"2796799390": "海灯节遇到魈的标记",
"2796844684": "与心海交谈",
"2797206492": "获得汲取了生命力的龙牙",
"2797213268": "寻找「萝赞」",
"2798134436": "与九条裟罗对话",
"2798176556": "参加比赛",
"2798422028": "前往第二个营地",
"2798440380": "与王平安对话",
"2798700983": "最后的宝藏",
"2798751103": "曲生酌微梦·后记",
"2799026682": "清扫落叶堆",
"2799857020": "与迪奥娜对话",
"2800308444": "交付材料",
"2800678036": "向附近的人打听消息(1/3)",
"2800746044": "镜子状态打开",
"2800760964": "在不被发现的情况下前进",
"2800872740": "用于控制混乱营地显示",
"2800975180": "与艾伦对话",
"2801053388": "寻找卓也的去向",
"2801348791": "须弥告示牌港口",
"2801804055": "苗圃梦见花种植计时任务_09",
"2801831599": "容彩祭插花隐藏任务发奖励",
"2802170044": "进入机器人内部",
"2802925356": "第一日刷group",
"2803063871": "与NPC3交涉破裂-战斗前触发",
"2803253748": "离开骑士团总部",
"2803337836": "继续沿路搜寻线索",
"2803469204": "启动开关",
"2803565887": "3.0木刻隐藏奖励",
"2803641062": "寻找宝藏",
"2803971860": "继续在码头寻找线索(0/2)",
"2804120508": "2.1新增安柏地城引导用",
"2804374017": "与宝儿对话",
"2804510124": "与纳西妲交谈",
"2804716732": "成功",
"2804837940": "与奇怪的生物对话",
"2806017620": "与派蒙讨论当前的情况",
"2806569396": "与兰般度对话",
"2806847135": "圣显厅后控制NPC",
"2806998498": "点燃火把",
"2807631775": "兰那罗唤醒02",
"2807673652": "与早柚对话",
"2807688996": "将餐品送给偷懒的安杰洛",
"2808027332": "寻找供奉在纪念石前的供物",
"2808441652": "向雅丝敏回报",
"2809632652": "回滚隔离",
"2809778572": "寻找雷泽",
"2810238695": "与迪卢克对话",
"2810369652": "前往遗迹顶层中心的房间查看情况",
"2810401764": "解锁锚点用",
"2810608748": "将真相回报给心海",
"2811217375": "娜斯米儿NPC送礼任务",
"2811471540": "击败附近的魔物",
"2811826612": "海神之心大门交付",
"2811879140": "给「危危岛」上的壁画留影",
"2811948664": "与宁禄对话",
"2812272199": "在蒙德城四处转转",
"2812351022": "回到霄市,与慧心对话",
"2812607980": "与安娜对话",
"2812953108": "对话中切换糖果盒",
"2813062135": "识藏日",
"2813405028": "与来到此地的志琼对话",
"2814371540": "锁时间用 隐藏",
"2814397630": "清剿附近的魔物",
"2815222158": "在现场寻找钟离",
"2816055616": "消灭全部史莱姆",
"2816513633": "风神瞳说明",
"2816554428": "与旭东对话",
"2816989460": "营救阿妮萨",
"2817638999": "击退围攻线人的怪物",
"2817733276": "找乔尔对话",
"2817819628": "寻找「丘丘人萨满草药汤」",
"2817942215": "检测获得所有武器图纸",
"2818233148": "击败盗宝团",
"2818305239": "收集强化核心",
"2818598980": "与班尼特对话",
"2818712764": "跟随藤原俊子前往营地",
"2818887316": "前往遗迹区域",
"2818898950": "与菲尔戈黛特对话",
"2819295844": "*废弃",
"2819376036": "与魈对话",
"2819392460": "切换翠含岩碎片",
"2819682182": "与凯亚对话",
"2819904217": "西风吹拂的日常",
"2820112340": "击败黑蛇骑士",
"2820266444": "与顺吉一同观察同心们的工作",
"2820575372": "废弃",
"2820764770": "回滚隔离",
"2820994311": "诺艾尔的代理工作",
"2821343556": "与卯师傅对话",
"2821469684": "救出托马",
"2822337335": "幻影心流幻想剑",
"2822356166": "去建设工地看看",
"2822913569": "石门公告板",
"2823042948": "与另一队汇合",
"2823094380": "返回维摩庄,与阿玛兹亚对话",
"2823316236": "解锁传送锚点",
"2823729887": "狭间的叩问",
"2823897945": "无人注意的盖伊",
"2824197972": "与韦尔纳讨论后续计划",
"2824290508": "与砂糖对话",
"2825148276": "跟随哲平,帮助训练中的反抗军",
"2825293260": "击败影狼丸",
"2826386548": "到码头附近找工头老戴",
"2826440692": "击败狂风之核",
"2826605337": "阴影下的蒙德",
"2826741868": "对「天狐雕像」念出「言灵」",
"2828031052": "寻找「公义」提到的刀",
"2828583052": "寻找「全能商人」",
"2828603295": "复苏之梦",
"2828829348": "和卡兰塔里一起进入阿如村",
"2829201271": "剑与鱼与反抗者",
"2829298135": "借助元素视野寻找可疑的人",
"2829589948": "与鲁道夫对话",
"2829919068": "与墨田对话",
"2830168063": "失败回滚、传送出来",
"2830273784": "与凯瑟琳对话",
"2830715772": "废弃",
"2830750524": "废弃",
"2831098924": "前往「范木堂」,与路爷对话",
"2831188132": "调查莎兰树",
"2831267556": "与拉赫曼对话",
"2831543047": "沙上花",
"2831563812": "等待假玄冬出现",
"2831953327": "「百人一揆·鸣神擂台」",
"2832078828": "继续接待客人",
"2832162466": "完成玩法",
"2833088820": "为北斗调制指定饮品",
"2833611100": "在酒馆中稍作休息",
"2833785380": "与须弥城的凯瑟琳对话",
"2834416076": "与阿釜对话",
"2834727012": "到高处寻找哲伯莱勒",
"2834765783": "货比两价",
"2835035940": "与胡塞尼对话",
"2835340767": "秘密失物",
"2835409764": "前往沙海东部",
"2835452775": "八衢姬之试炼",
"2835783556": "跟随巴哈利前往阿如村",
"2836286071": "死域观测站凋零2(隐藏任务)",
"2836393527": "法拉NPC送礼任务",
"2836518572": "播放表现",
"2836831180": "前往乌有亭",
"2836896538": "对话NPC",
"2837705724": "帮助旭东制作「珍珠翡翠白玉汤」",
"2837759644": "前往「志村屋」",
"2838276748": "与克罗索协商",
"2838764516": "前往「凶煞折行之寮」的深处",
"2838907724": "前往高处,将小猫带回神社",
"2839051910": "与银行人员对话",
"2839455996": "愚人众开车",
"2839501271": "丽莎阅读物奖励",
"2839725116": "计时变量",
"2839810444": "回到月海亭,与慧心对话",
"2839882740": "为炉灶鼓火",
"2839979732": "与阿里娜对话",
"2839998918": "击败丘丘人901隐藏状态",
"2840099639": "苗圃梦见花种植计时任务_11",
"2840123023": "哥哥妹妹NPC回滚测试",
"2840451079": "解锁须弥鱼店",
"2841148215": "片刻闲暇",
"2841178140": "与藤原俊子对话",
"2841184996": "与NPC对话",
"2841668071": "乌尔班NPC送礼物",
"2841766268": "将灵药注入小型巨人之杯",
"2842084628": "带小川去社奉行府对质",
"2842442972": "与赛诺对话",
"2842604444": "与维克多对话",
"2842834767": "等量再交换!",
"2842868352": "检查背包里要有道具-惊雷精油",
"2842981988": "与芭芭拉对话",
"2843106676": "隐藏任务用于传送角色出地城",
"2843380332": "前往矿工仓库",
"2843498164": "与温迪对话",
"2843589040": "将战利品和信交给特纳",
"2843803503": "各有职责",
"2843919956": "击败被惊动的丘丘人",
"2844150527": "布洛克NPC送礼任务",
"2844527876": "前往天衡山西南侧",
"2844533356": "与鲁道夫对话",
"2844848140": "到璃月港码头附近逛逛",
"2844965295": "待客之道",
"2845027176": "向杜拉夫回报",
"2845129972": "与兰罗摩继续前进",
"2845179036": "与黛安交涉",
"2845334247": "苗圃梦见花种植计时任务_12",
"2845371228": "在附近寻找宝藏的线索",
"2845632788": "向当地人打听",
"2845974964": "与戴因对话",
"2845993324": "与泽维尔对话",
"2846196807": "失败回滚",
"2846281583": "进入骑士团总部",
"2846489476": "竹签·中吉",
"2847120260": "第二次跟广海对话",
"2847128860": "了解泽维尔的映影拍摄进展",
"2847896684": "前往天遒谷的遗迹空洞",
"2848737180": "进入「遗迹巨像」",
"2848948556": "寻找《圣国的咏唱》第二卷",
"2849428300": "与哈里斯对话",
"2849435409": "送仙",
"2849440580": "与安柏交谈",
"2849862548": "返回兰纳迦的小小园圃",
"2850701340": "与兰巴德对话",
"2851153812": "埋藏之宝",
"2851543980": "前往指定地点",
"2852509615": "消灭场景内怪物",
"2852580716": "计时",
"2852747012": "前往约定的授课地点",
"2853102756": "隐藏-选择现在就去后传送玩家",
"2853190716": "前往约定地点等待对方",
"2853931996": "寻找供奉在纪念石前的供物",
"2854416060": "与众人一起用餐",
"2854674687": "应付尽付",
"2854982004": "与托马一起陪伴野外的忍犬",
"2855908924": "向留云借风真君回报",
"2856461588": "逃离圣显厅",
"2856577751": "等到晚上(19点~6点)",
"2856599399": "凯瑟琳,在稻妻",
"2856642196": "小安C3",
"2857116916": "参加比赛",
"2857215084": "与福本对话",
"2857607967": "蛇心的叩问",
"2857727583": "古谷升",
"2857740892": "跟随阿贝多下山",
"2857865956": "与纳西妲对话",
"2858106444": "击败附近的愚人众",
"2858296732": "向平野宣传家政课",
"2858533732": "合上《圣国的咏唱》",
"2858574204": "前往遗迹地点",
"2859314452": "(废弃)与诺艾尔对话",
"2859375460": "回到镇守之森,拜访五百藏",
"2859592092": "与齐里亚布交谈",
"2860193948": "与贝雅特丽奇对话",
"2860385828": "陪宵宫和可莉一起去容彩祭看看",
"2860611724": "打倒所有盗宝团",
"2860755892": "向赛芭寻求帮助",
"2860924980": "前往「祭场」",
"2861193455": "等待温迪的“借”琴之道",
"2861793631": "去图书馆找丽莎",
"2861816764": "靠近清泉镇的泉水",
"2862304108": "将药带给阿兹拉",
"2862531148": "与兰提沙对话",
"2864145351": "宝藏线索·布丁岛",
"2864146500": "完成炮弹的组装",
"2864408836": "前往「大肉丸」感应之处",
"2864674860": "与望雅对话",
"2864855876": "与立本对话(任务面板隐藏)",
"2864998220": "交付完成后的对话",
"2865091608": "完成对话",
"2865188119": "前往晨曦酒庄",
"2865484959": "洁净与健康",
"2865556092": "与玛格丽特对话",
"2865655596": "与拉娜对话",
"2865925609": "潜入守卫提示",
"2866064708": "进入梦境的深处",
"2866191556": "与菲谢尔对话",
"2866277900": "在营地中搜索维修材料",
"2866507796": "播放开车和镜头",
"2866528295": "吉星似火,福禄成喜",
"2866680199": "梢的铁块需求",
"2866929783": "纪芳送礼任务",
"2867016223": "取得《提瓦特游览指南》",
"2867116303": "朝南送礼任务",
"2867304620": "寻找芷巧",
"2867704532": "完成盗宝团的测试,取得宝物",
"2867809740": "前往轻策庄野外看看",
"2867996508": "前去拿取修船物资",
"2868208404": "前往埃勒曼提到的地方",
"2868415788": "连通驾驶舱的动力系统",
"2868637668": "与哈里斯对话",
"2870399012": "打倒所有敌人",
"2870455244": "与反抗军成员对话",
"2870522588": "隐藏-玩法失败了",
"2870703041": "坐下后派蒙的提示",
"2871682860": "前往拜祭铜雀",
"2871776039": "龙蛇藏归辑录",
"2871858105": "收集风之印的少女",
"2873165319": "正因其徒劳",
"2873170108": "向芙萝拉回报",
"2873241848": "完成查尔斯的委托",
"2873695724": "前往灵矩关寻找云堇",
"2874200908": "取得血枝珊瑚",
"2874753308": "废弃",
"2875147828": "与寝子对话",
"2875581676": "与绫华对话",
"2876154676": "抽A签",
"2876343044": "切场景",
"2876406244": "*废弃",
"2877175436": "与哈特姆交谈",
"2877395420": "(隐藏)镜头中通知group关闭孢子",
"2877524212": "等到第二天早上(7~9时)",
"2877653055": "与线人对话",
"2878883828": "进入城堡藏书阁",
"2878986236": "回滚隔离",
"2879166644": "为心海朗读兵书",
"2879589071": "开璃月后第一次对话",
"2879725783": "海灯节d1-3解谜",
"2879863678": "与魈对话",
"2880147036": "前往「凶煞折行之寮」的深处",
"2880165260": "解开兰罗希陀的谜语",
"2880317959": "潺潺向前·其一",
"2880643292": "特殊交付2后加载group",
"2880716516": "调查奇怪的地方",
"2880799364": "前往愚人众装置所在地",
"2880861636": "击败急冻树",
"2881539052": "刷出宵灯",
"2881804079": "「手鞠游戏」",
"2881940084": "与塞琉斯对话",
"2882074372": "盘问卡西姆",
"2882205332": "返回清泉镇,向格奥尔格提出采购订单",
"2882445908": "回到蒙德城,寻找学者",
"2882961572": "爬上岩石顶部",
"2883630180": "与乌尔曼对话",
"2883861124": "如果玩家提前把魔物清理了",
"2884105978": "从魔物手里拿回宝儿的东西",
"2884302140": "拍摄更多的化石照片",
"2884932820": "摧毁电桩",
"2884978332": "完成「玲珑霄灯图·鹤」",
"2885163886": "派蒙开车台词",
"2885876271": "放假时间!",
"2885887532": "向杰克回报",
"2886502348": "与常九爷对话",
"2886695276": "去陨石附近采集植物",
"2886916207": "地城失败",
"2886959172": "*废弃",
"2887035572": "将晶化骨髓交付给长次",
"2887508775": "家乡之味",
"2887881516": "与众人对话",
"2887895468": "在晚上前往鲸井椛提到的海滩",
"2888066650": "让丘丘人生气",
"2888232388": "击败来袭的丘丘人",
"2888542484": "竹签·末吉",
"2889617140": "确认秘境内的情况",
"2890038808": "加入材料",
"2890385980": "寻找缺失的「石头」",
"2890520844": "与伊凡诺维奇对话",
"2890683759": "艾尔海森任务隐藏环",
"2890695887": "隔离回滚",
"2890898916": "与戴因斯雷布对话",
"2891318852": "前往附近的海滩",
"2891455612": "与村上对话",
"2891572903": "分头行动",
"2891600100": "和艾尔海森找个人少的地方继续谈话",
"2891657108": "根据「循路留书」寻找秘宝的线索",
"2892036432": "清扫位于星落湖的七天神像",
"2892841356": "将一些食物交给愚人众",
"2893151436": "前往八重堂找八重神子",
"2894004820": "*隐藏*对话开门",
"2894385708": "将「翡玉什锦袋」交给齐格芙丽雅",
"2894547313": "主角Freestyle动作测试",
"2894992612": "选是保护黑屏",
"2895427143": "冒险等阶到达",
"2895586300": "到附近查看情况",
"2896017636": "在材料堆放区调查1",
"2896046404": "清除死域的污染",
"2896054068": "到达合适的位置",
"2896390585": "寻找失踪的学者",
"2896902196": "探索四周",
"2897007652": "询问大岛纯平",
"2897458676": "与小姜对话",
"2897568327": "花影瑶庭·其四",
"2897580708": "给荷尔德林和卡斯帕上菜",
"2897679212": "与芭芭拉对话",
"2897854543": "在约定地点与线人见面",
"2897993076": "前往雪山,进行仪态训练",
"2898252255": "诸国游记",
"2898332884": "返回孤云阁的会场",
"2898537727": "兰纳罗小游戏",
"2898614968": "桥接",
"2899259452": "阻止正在挖掘的盗宝团",
"2900120012": "将画材交给梵米尔",
"2900171199": "大树·扎根态",
"2900348330": "四个对话",
"2900999524": "调查驾驶舱",
"2901037692": "与胭儿对话",
"2901465700": "前往指定地点,寻找与觉树之堂有关的线索",
"2901662932": "与阿贝多对话",
"2901801620": "跟随清昼",
"2901903428": "与拉姆齐对话",
"2901908900": "抵达目标点,避免被击飞或受到伤害",
"2901931748": "送别裕明",
"2902035903": "大张旗鼓的宣传",
"2902092620": "与志琼对话",
"2903146892": "寻找流落野外的忍犬",
"2903336036": "帮助被攻击的人",
"2903606084": "与杰克对话",
"2904001228": "隐藏-倒计时缓冲任务",
"2904464000": "找到日落果",
"2905323188": "设法与纳西妲的意识进行连接",
"2906112492": "与阿桂对话",
"2906443620": "寻找优质甜甜花",
"2906468494": "向淮安回报",
"2906764236": "帮助班尼特收集材料",
"2906863300": "返回珊瑚宫,与露子对话",
"2906980132": "与王平安对话",
"2907473084": "隐藏传送去梦",
"2908154856": "用「风」驱散尘埃",
"2909056260": "随托马一起,前往监察站登记",
"2909167161": "考古迷踪",
"2909200100": "唤醒凝光",
"2909326063": "与丽莎对话",
"2909326916": "前往鸣神大社寻找八重神子",
"2909557648": "用元素视野寻找钥匙",
"2909672092": "解除9颗岩柱",
"2910155164": "将鱼饵的材料交给凯万",
"2910403284": "与阿贝多会合",
"2910446948": "与薇尔对话",
"2910996444": "向虎之助回报",
"2911135772": "与兰罗摩对话,进入莎兰树的梦",
"2911203223": "与丽莎对话",
"2911871128": "陪同艾拉·马斯克与丘丘人对话",
"2912214580": "与小姜对话",
"2913022750": "向岚姐回报",
"2913128508": "前往化城郭",
"2913239407": "兰那罗唤醒12",
"2913349292": "调查洞内的情况",
"2913507644": "继续与尼姆对话",
"2914056716": "清扫路障",
"2914246553": "钥匙是易丢品",
"2915096992": "清扫落叶堆",
"2915531284": "寻找红色的钩钩果",
"2915575983": "独占NPC1(A)",
"2915634740": "前往盆景处",
"2916192244": "沿道路向前方探索",
"2916374702": "与派蒙对话",
"2916576132": "去猎鹿人餐馆寻找莫娜",
"2917217516": "与焦急的瑾武对话",
"2917537580": "与「式大将」对话",
"2917540588": "前往冒险家协会向凯瑟琳求助",
"2917796604": "前往前方小岛,寻找线索",
"2918034276": "察看遗迹深处的情况",
"2918061631": "这本小说…好像看过?",
"2918394364": "找当地居民打听消息",
"2918457247": "协助安柏、凯亚、丽莎攻略地城",
"2918590886": "选取一张「碎雪」",
"2919345972": "与塞琉斯对话",
"2919979620": "选否",
"2920681092": "与龙二对话",
"2920813412": "在「常夜」时调查池水",
"2921119820": "寻找柯莱",
"2921636556": "疏通岛屿水脉",
"2921708444": "向泽维尔回报",
"2921760388": "回滚隔离",
"2921763268": "前往离岛确认情况",
"2921791276": "等待至翌日8点至12点",
"2921821532": "与众人对话",
"2921906164": "与万民堂前的人们对话",
"2922042516": "隐藏对话刷木桩",
"2922506220": "向若紫回报",
"2922677084": "和森之子交谈",
"2922844332": "与泽维尔对话",
"2922972764": "打倒深渊咏者·渊火",
"2923071199": "隐藏志琼的信",
"2923134220": "寻找害怕的舒特",
"2923446615": "风后宝矿",
"2923595407": "与温迪对话",
"2923899548": "在材料堆放区调查",
"2923952599": "查看沿路的异样",
"2924008292": "向志琼回报「磐键」已破坏之事",
"2924457812": "与艾伯特对话",
"2924769372": "寻找供奉在纪念石前的供物",
"2925269364": "与拉娜对话",
"2925420660": "去野外寻找宝箱",
"2925816012": "出瓶子",
"2926000783": "义卖活动?资金筹备?",
"2926011820": "与喀万驿驻守士兵交涉",
"2926083556": "收集两个零件",
"2926212284": "继续用「元素视野」寻找古物",
"2926247668": "进入雪山寻找安柏",
"2926275761": "控制温迪的空闲对话",
"2926287255": "神社占卜-焰刀望里须",
"2926416644": "将精心挑选的礼物交给贝雅",
"2927566505": "紧急修理",
"2928320324": "时间切换",
"2928753996": "击败镀金旅团",
"2928891924": "与荒泷一斗交谈",
"2929209116": "回去和拉菲克对话",
"2929942644": "探索洞穴",
"2930275135": "与迪卢克对话",
"2930512204": "寻找谜题的答案",
"2930541540": "开关天气专用 船区域3",
"2930660660": "与迪娜泽黛对话",
"2930910911": "雪山大勘测",
"2931007460": "找到并供奉阿倍良久残魂寄寓之物",
"2931256415": "与3号房NPC对话",
"2931870316": "发鱼竿的隐藏任务",
"2932375620": "陪宵宫和可莉一起去容彩祭看看",
"2932609692": "回去找广海",
"2932703780": "与阿洛瓦对话",
"2932826228": "等到第二天白天(6点到18点)",
"2933446846": "消灭沾染「邪气」的丘丘人",
"2934382652": "与望雅对话",
"2934626596": "启动光界锥凿",
"2934748767": "天叔送礼小任务",
"2934864295": "行踪难觅",
"2935246588": "与「菲谢尔」对话",
"2935436210": "重返庆云顶最高处,查看变化",
"2935595940": "靠近紫色物体",
"2935695396": "与兰纳真对话",
"2935915382": "与派蒙对话",
"2936798316": "刷新氛围脚印辅助环",
"2936808980": "来到山顶播放reminder,先壁画后山顶",
"2937205580": "击败盘踞在此的机械怪物",
"2937208204": "采摘蘑菇",
"2937401916": "根据矢部指示的方向,寻找线索",
"2938043100": "跟随藤原俊子前往营地",
"2938425500": "前往海边的小木屋",
"2938713100": "与塞琉斯对话",
"2938812836": "隐藏-将三枚老石交给沐宁",
"2939030284": "73203与赛芭闲聊",
"2939138972": "与阿内交谈",
"2939190292": "开始先山顶后壁画reminder",
"2939491836": "与小姜对话",
"2939964225": "璃月港,有海盗!",
"2940013991": "渡魂人",
"2940169020": "击败「机械螃蟹」",
"2940233548": "把嘉义的信送给小六",
"2940348132": "解签引导对话",
"2940363004": "清理盗宝团的后勤营地",
"2940557908": "聊聊有关岛屿的事",
"2940735908": "与朱特对话",
"2940847316": "与八重神子会合",
"2941228108": "询问最近货物进出情况",
"2941647500": "前往「诀箓阴阳寮」",
"2942374484": "与迪希雅对话",
"2942756716": "第二个小游戏",
"2942820936": "惊醒丘丘人",
"2942845484": "死亡CS",
"2943776345": "幕后谈话",
"2944305764": "寻找尼古拉留下的线索",
"2944319556": "测试独占提示,独占九条",
"2944847924": "前往天领奉行府",
"2944903628": "与泽维尔对话",
"2944922668": "3击败困住兰纳罗的丘丘人",
"2945427033": "灯自何处来",
"2945512752": "与诺拉对话",
"2946314431": "夏日征程!千万要注意安全",
"2946715012": "前往蛇心之地",
"2946837244": "寻找向下的通路",
"2947070516": "击败无相元素获得4份核心动力",
"2947254260": "利用「元素视野」跟随阿贝多的足迹",
"2947343412": "与法伽尼对话",
"2947516212": "启动大厅中央的装置",
"2947915020": "与NPC对话",
"2948018092": "卸载菜品用",
"2948082982": "观看典礼",
"2948106151": "为了圆满的送别",
"2948217300": "进入道场击败对手",
"2949470828": "与安彦太郎对话",
"2949566159": "消灭史莱姆",
"2949752860": "与芭芭拉和罗莎莉亚对话",
"2949895940": "向哈里回报",
"2949974676": "驱散「风」的聚集点",
"2950025007": "阿尔弗雷德的花束",
"2950079980": "陪芭芭拉治疗乌维",
"2950330716": "制作「美味的水晶虾」",
"2950407756": "开启挑战",
"2950538764": "进入阿如村村长家",
"2950603743": "万民鲜食",
"2951017676": "与派蒙说话",
"2951038871": "香川送礼任务",
"2951536212": "在奇异的石碑前,弹奏「大梦的曲调」",
"2951627650": "选热血",
"2952122308": "登上「大肉丸」",
"2952435628": "拉妮救优丹表现",
"2952604916": "与安东尼对话",
"2952832876": "前往璃月港",
"2952929492": "进入智慧宫寻找艾尔海森",
"2952935028": "寻找小六",
"2953608972": "最后一环传送",
"2953665327": "百发百中",
"2953684092": "寻找阿贝多",
"2953748735": "山海八所巡礼·荻原川狩百景",
"2954199116": "尝试使用奇怪的装置",
"2954690639": "桃子送礼任务",
"2955011271": "前往达达乌帕谷的黑日族部落",
"2955105612": "通过冥鱼,前往虚界暗塔",
"2955241708": "等到三天后",
"2955501220": "前往下个捕捉区域",
"2955798292": "夕阳对话调时间",
"2955824372": "返回水池之外查看沃尔夫冈的刻痕",
"2955887620": "挖掘「阿麦塔机关」",
"2956116508": "去找长平和德富聊聊",
"2956136444": "离开地下遗迹",
"2956172532": "与大雨对话",
"2956522047": "温迪的空闲对话",
"2957022708": "与突然相遇的兰那罗对话",
"2957088815": "音游活动二阶段",
"2957197982": "钟离创建隐藏环节",
"2957471932": "前往万叶所说的岛屿",
"2957630300": "开始降灵仪式",
"2958556204": "跟捉迷说话",
"2958980447": "再访望舒",
"2959174615": "回到酒馆",
"2959263268": "前往绀田村",
"2959578084": "隐藏任务用于潜行失败播放开车2",
"2959734855": "消灭史莱姆",
"2959886015": "3.1石板引导任务刷NPC的Group",
"2960118788": "与神里绫华对话",
"2960307854": "将莲蓬带给阿二",
"2960338583": "与温迪对话",
"2960434756": "等到16点,去净善宫找纳西妲",
"2960670367": "艾琳NPC送礼任务",
"2960990380": "与赞玛兰对话",
"2961432020": "获取情报后与柴门克巳对话",
"2961439412": "跟孙女对话",
"2961550420": "在晚上六点,回去找哈里斯",
"2961770687": "前往奔狼领",
"2962460359": "*隐藏发石板",
"2962733276": "与萍姥姥对话",
"2963680265": "叠山",
"2964063223": "发现丘丘圣山剑冢",
"2964980756": "前往港口",
"2965514244": "进范围判定",
"2965540468": "2.6隐藏任务,用于雷电将军2完成后刷出海祇岛特产店",
"2965556422": "消灭所有魔物",
"2965637380": "观察拍品的情况",
"2965653054": "寻找宝藏",
"2965941836": "将社奉行的危机告诉托马",
"2966082988": "使用「苦舍桓」解除「钵参花」的封印",
"2966663668": "在花见坂附近寻找一斗",
"2966795836": "前往僻静处",
"2966869732": "2.5对话新功能测试 2",
"2967425908": "前往抽奖台",
"2967664572": "上城区间谍-中间对话",
"2967772164": "在七座御陵墓石前献上珊瑚真珠",
"2967824999": "隐藏-藏石者言后续1",
"2969426340": "与另一个愿意交流的丘丘人对话",
"2969475612": "与荷贝特和凯万对话",
"2969584212": "将制作「霄灯」的材料交给阿笨",
"2970053999": "搜索元素痕迹指向的方向",
"2970181860": "隐藏任务用于刷新桌面的餐品",
"2970799288": "前往猎鹿人餐馆询问莎拉",
"2971286836": "与派蒙对话",
"2971805612": "进入水池",
"2971809060": "破除洞天结界",
"2971963783": "未来星坠落的地方",
"2972716452": "与派蒙对话",
"2972767633": "前往轻策庄,向村长询问情况",
"2973036452": "将内有照片的怀表交给藏镜仕女",
"2973160292": "与天领奉行众对峙",
"2973296300": "观察「御影炉心」的情况",
"2974355620": "在桌边坐下,接受莫娜的宴请",
"2974836799": "进入大世界",
"2975429036": "刷掉魔剑",
"2975843540": "将十个香辛果交给侯赛因",
"2976015324": "用忘川之水浇灌龙骨花",
"2976031444": "抓住鱼获取鳞片",
"2976321936": "向古德温回报",
"2976344588": "自然日刷新5",
"2976371791": "万象之录",
"2976468284": "跟上兰百梨迦",
"2976672196": "再寻找三枚奇异的「牙齿」",
"2976888012": "与藤原俊子对话",
"2977003583": "老章的铁块需求",
"2977042980": "采集植物",
"2977365127": "与大久保三左卫门之战",
"2977446708": "保护环",
"2977539036": "清除周围怪物营地废弃",
"2977561532": "与齐米亚对话",
"2977927932": "与幻影对话",
"2978205783": "破坏栖木",
"2978323276": "清理元素紊乱点2",
"2978708604": "寻找元太等人的踪迹",
"2979013260": "跟随班尼特前进",
"2979412788": "废弃",
"2979413364": "与沐宁对话",
"2979507468": "对话龟井宗久",
"2979564992": "追击深渊教团的敌人",
"2979617500": "寻找「大肉丸」的碎片",
"2979911596": "到达吞羊岩附近",
"2980069740": "击退丘丘人",
"2980188116": "与龙二对话",
"2980768660": "回复莱内",
"2981090719": "玉京台潜行,创建NPC",
"2981149631": "被发现了!",
"2981183820": "采集植物",
"2981205190": "控制三口锅的火势",
"2981472460": "隐藏播放镜头",
"2981509407": "领取迪卢克",
"2981886060": "向艾斯特尔回报",
"2982233020": "寻找被妖狸拿走的钥匙",
"2982319948": "与参加宴会的各位对话",
"2982327300": "领取任务,解锁5个封印",
"2982356774": "消灭沾染「邪气」的丘丘人",
"2982802775": "身后事 废弃",
"2982975756": "与诺艾尔对话",
"2983028564": "与淮安对话",
"2983061084": "联动下层动力系统",
"2983530568": "触发交流成功分支",
"2983655228": "与离岛的人交谈",
"2983713919": "奇药庐中来",
"2983716052": "判定进圈接任务",
"2984156844": "与阿尔弗雷德对话",
"2984581943": "冒险家…该干嘛?",
"2984653860": "清除遗迹守卫的威胁",
"2984878628": "领任务",
"2985536620": "将餐品送给寡言的廷方",
"2985948864": "与琴对话",
"2986041820": "与「式大将」对话",
"2986185630": "对话中创建怪物",
"2986252788": "打黑烟2",
"2988278068": "找到npc对话",
"2988387916": "前往丘丘人营地",
"2988461380": "和兰那罗对话",
"2988628620": "第一次检测",
"2989066873": "那家伙叫「怪鸟」",
"2989255391": "兰那罗交付11",
"2989391095": "洛伽NPC送礼任务",
"2989446804": "与法拉比汇合",
"2989736084": "沿着「覆雪之路」寻找乔尔的父亲",
"2989754908": "与内尔敏对话",
"2990011484": "与荷贝特和凯万对话",
"2990101564": "检测固定时间刷新元素紊乱-无人岛部分",
"2990429332": "回滚隔离",
"2990514500": "与杰里对话",
"2990519406": "与博来对话",
"2990568047": "战舰前置任务",
"2991209756": "沿脚印追赶卓也",
"2991264641": "红树寻宝任务Group2",
"2991430060": "通过三重试炼",
"2991444684": "前往「晨曦酒庄」,与迪奥娜会合",
"2991638964": "与公子对话",
"2991672948": "与吉法师玩耍",
"2992343548": "*废弃",
"2992384452": "隐藏-完成一个楔子后播reminder用任务",
"2992488276": "搬运植物",
"2992776524": "废弃",
"2993127204": "接取料理王一阶段",
"2993473228": "与北斗交谈",
"2993646908": "对话任务记录进度2-3(自动)",
"2993906484": "收集8只发光的蘑菇",
"2994242220": "隐藏任务传送进世界树空间",
"2994471862": "与枭总管对话",
"2994836964": "去酒馆二楼靠栏杆的座位坐下等待",
"2994948148": "漂流瓶3",
"2995205935": "料理是自然的风味",
"2995401020": "与葛瑞丝修女对话",
"2995471006": "击败来袭的魔物",
"2995545599": "全能美食队·职责之内",
"2995575702": "离开骑士团办公室",
"2995664700": "*废弃",
"2995968868": "开启挑战",
"2996149359": "间章隐藏任务刷群玉阁",
"2996174207": "离岛双人游",
"2996599065": "乘坐升降机",
"2996831084": "确认锚点解锁后完成父任务",
"2996918612": "向劳伦斯打听那位「陌生人」的消息",
"2997829652": "调查墙壁上的地图",
"2997830204": "凋零之森机兵3完成",
"2997840420": "椅子",
"2997982972": "前往璃月港北郊",
"2998003228": "前往轻策庄,答复关垂",
"2998021428": "与阿祇对话",
"2998226732": "与托马一起逛街",
"2998876588": "隐藏-直接跟阿牧接取层岩巨渊任务",
"2999364020": "和孩子们对话",
"2999806791": "幽夜默示录",
"3000142948": "与凯西娅交谈",
"3000193111": "观看温迪的借琴之道",
"3000453988": "随机饮料游戏3",
"3000843680": "与艾拉·马斯克对话",
"3001040791": "此菜不应人间有",
"3001134116": "供奉「栖木」",
"3001193324": "抵达最深处",
"3001218812": "废弃",
"3002150332": "打听决赛对手的信息",
"3002174636": "调整时间",
"3002250404": "在教令院内打听艾尔海森所在地",
"3002404967": "庆功晚宴",
"3002519151": "播片-寓言",
"3002684788": "与可疑的愚人众手下对话",
"3003005596": "将三份海草带给木南杏奈",
"3003221404": "与鲸井小弟对话",
"3003238206": "向戈黛特求助",
"3003418855": "E",
"3003601839": "远道而来的学者送礼任务",
"3003747354": "清扫通往下层的所有落叶堆",
"3003853399": "向树林的深处前进",
"3004073212": "与志琼交谈",
"3004872236": "刷掉魔剑",
"3005151263": "在夜晚的蒙德转转(18点~6点)",
"3005728756": "探索幻境",
"3005882551": "潺潺向前·其二",
"3006090684": "与关垂对话",
"3006156796": "和江雪对话",
"3006227676": "进度重连保护",
"3006931356": "击败深渊咏者",
"3006957964": "竹签·大吉",
"3007209588": "前往奥摩斯港",
"3007226508": "将三份绯樱绣球交给久美",
"3007773532": "特殊交付talk2",
"3008292676": "与稻妻的凯瑟琳交谈",
"3008345468": "寻找安贞的下落",
"3008425116": "与众人对话",
"3008794996": "隐藏任务用于回滚隔离",
"3008945863": "与迪卢克对话",
"3009029852": "二郎救出前对话5",
"3009299028": "与迪奥娜对话",
"3010181148": "讨价还价之直接花钱",
"3010476940": "对话云散镜头2",
"3010681655": "事出有因,矿山奇石",
"3011945636": "与朱特对话",
"3012483220": "回复大伴",
"3012646415": "花儿为谁开其二",
"3013250816": "收集「导能绘卷」",
"3013508764": "第五日刷group",
"3014161484": "与安娜对话",
"3014281124": "根据索赫尔的考古笔记,深入沙漠探索",
"3014794863": "愿为一炊之梦",
"3015017788": "清怪",
"3015069244": "靠近奇怪的大蘑菇",
"3015118356": "与宏宇对话",
"3015494868": "与九条裟罗对话",
"3016077716": "统计任务进度",
"3016864852": "继续与韦尔纳交涉",
"3016981364": "把刀交给「公义」",
"3016999076": "护送失败处理回滚",
"3017533852": "取得一桶水",
"3017581140": "与魈对话",
"3017723364": "调查往生堂周围,等待胡桃",
"3017793692": "跟随藤原俊子前往营地",
"3019055812": "与言笑对话",
"3019220535": "静态风景·后篇",
"3019443804": "给无名岛屿上的壁画留影",
"3019703382": "寻找「理水叠山真君」",
"3019763164": "寻找「无名武士」提到的刀",
"3020020887": "意识之舟所至之处",
"3020768196": "前往神里屋敷见神里绫人",
"3020970020": "竹签·大吉(抽到竹签变量1,交付竹签变量0)",
"3021472532": "把灯谜挂起来",
"3021578617": "高级潜入测试",
"3021790362": "前置隐藏",
"3022053940": "偷听诗筠与博易的对话",
"3022585647": "沙漠苗圃后续玩法2第2天",
"3023700716": "与斑目百兵卫对话",
"3023900164": "沿着风龙废墟的高塔前进",
"3023924620": "向清昼回报",
"3024202452": "弹奏「大梦的曲调」",
"3024232404": "与坏调查员对话",
"3024319460": "跟随迪娜泽黛",
"3024465978": "点燃平原瞭望塔上的火把",
"3024777143": "往事如尘",
"3025108492": "前往久利由卖处",
"3025175036": "取得木板",
"3026096356": "糖果选择1号后续",
"3026159284": "回往生堂向老孟了解情况",
"3026431484": "与骆丰对话",
"3026680551": "须弥告示牌驿站",
"3027049324": "向路人询问",
"3027268844": "与铁块儿一起去找紫微",
"3027404148": "*废弃",
"3028238604": "循着足印,寻找考古队的踪迹",
"3028372116": "等时间",
"3028558638": "看看艾琳",
"3028567252": "向银杏回报",
"3028616348": "与拉德普对话",
"3028695052": "与派蒙交谈",
"3028885892": "与平山对话",
"3029029068": "在七座御陵墓石前献上珊瑚真珠",
"3029083457": "璃月漂流瓶收集任务",
"3029687740": "向顺吉回报",
"3029710948": "使用「羽毛」寻找线索",
"3029738889": "掇星攫辰惑众心",
"3030185204": "前往蒙德炼金铺",
"3030258892": "与凝光对话",
"3030274212": "准备四张以稻妻特色动物为主题的画片",
"3030306148": "(hide)隐藏刷新花朵复苏",
"3030511919": "冒险家,安娜!",
"3030512892": "隐藏-选择了炼金营地",
"3030760844": "解冻所有「碎片」",
"3030852640": "消灭所有魔物",
"3031092412": "打倒所有盗宝团",
"3031246980": "上菜",
"3031272166": "进入群玉阁建筑内",
"3031523134": "结束对话",
"3031903487": "意外相遇",
"3031914012": "与「奇怪的雕像」对话",
"3031970228": "与柴染对话",
"3032200148": "解决长次的烦恼",
"3032677780": "调查莎兰树",
"3033400100": "查看候选人的规划书",
"3033621972": "与托马商议「招待」的内容",
"3033843996": "废弃",
"3034242702": "与香菱和瑟瑟发抖的人交谈",
"3034429148": "没有遇到过任何玩法的森之子交谈",
"3034788780": "击败海妮耶",
"3034928031": "我,游学者",
"3035436628": "对话任务记录进度1-1(手动)",
"3035993276": "自动跟阿釜墨田说话",
"3036057452": "向绘真展示图书",
"3036088876": "交完了",
"3036270116": "破除「结界」",
"3036347092": "回收雪山中七天神像附近的包裹",
"3036493831": "水生环境调查",
"3036551732": "与哈里森对话",
"3036578716": "与奥列格对话",
"3036926788": "开启挑战",
"3037161004": "等待夜晚降临",
"3037213412": "击败天领奉行护卫",
"3037295052": "前往笈名海滨",
"3037516356": "观察须弥蔷薇,寻找隐藏的歌曲",
"3038191876": "回营地找阿贝多",
"3038300548": "继续深入,击败敌人",
"3038459980": "打倒所有愚人众",
"3038804252": "言灵线索8创生对话",
"3038955732": "激活大厅中央的装置",
"3038979860": "深入探索遗迹",
"3039222508": "拦住盗宝团",
"3039404868": "到谜底指引位置寻找宝箱",
"3039636312": "与查尔斯对话,准备开始调酒",
"3039863460": "与古尔根对话",
"3040085764": "进入深处的房间",
"3040480228": "与「三十人团」佣兵对话",
"3040584612": "与对手对话",
"3040736727": "寝子是只猫·石头和猫",
"3040833460": "回收勘测信标",
"3040858068": "将信件送给诗筠",
"3041262855": "给丽莎挑选花",
"3041324158": "放置香膏和涤尘铃",
"3041671156": "与若心对话",
"3041703076": "和老兵对话废弃",
"3041932186": "击败生气的丘丘人",
"3042674135": "无底之胃",
"3043155164": "与派蒙对话",
"3043276596": "与班尼特对话",
"3043460380": "与小蒙对话",
"3043545116": "与立本对话(任务面板隐藏)",
"3043569468": "前往南码头调查",
"3043740727": "于狱中绽放之花",
"3043942191": "全能美食队·收束",
"3044819140": "将三盏霄灯交给霖铃",
"3045015799": "胡桃线最后老孟的控制",
"3045211916": "随婕德与其他人会合",
"3045474327": "「那位先生」的委托",
"3045757791": "借助元素视野寻找可疑的人",
"3045807836": "言灵线索7触发",
"3045846204": "与玛乔丽对话",
"3046211628": "摧毁挡路的落石",
"3046377959": "循仙踪兮天遒",
"3046414412": "前往祭祀点",
"3046494612": "顺着脚印寻找",
"3046694668": "寻找烟柱升起之处",
"3046997260": "前往约定地点与哲平汇合",
"3047004164": "座点6",
"3047441108": "激活方碑",
"3047626177": "与兰达对话",
"3047745548": "将一份「蒙德烤鱼」交给贝雅",
"3047949927": "兰那罗交付07",
"3048640508": "与琳阳对话",
"3048715236": "与小六对话",
"3048862172": "判断TALK3是否完成",
"3049128252": "与班尼特对话",
"3049216092": "阿志离开-阿武",
"3049512700": "竹签·吉",
"3049624401": "招募新伙伴",
"3049696324": "与NPC对话",
"3050091540": "前往蛇骨矿洞,同幕府武士交涉。",
"3050177168": "与莎拉对话",
"3050351644": "竹签·凶(抽到竹签变量1,交付竹签变量0)",
"3050560268": "击败敌人",
"3050830054": "人群系统控制任务(待隐藏)",
"3050881308": "前往标记出的地点",
"3052397140": "宛烟头衔改变",
"3052595876": "参加半决赛",
"3052756631": "到达目标点3",
"3052819676": "与可疑人士对话",
"3053327548": "行囊与书籍",
"3053402199": "兰那罗打怪07",
"3053672952": "前往猎鹿人餐馆询问莎拉",
"3053747228": "与众人对话",
"3053787084": "循着足印,寻找考古队的踪迹",
"3054352764": "与阿夫塔对话",
"3054510140": "向胡塞尼回报",
"3054804964": "拼好城堡模型",
"3054934380": "与提尔扎德对话",
"3055227788": "前往喀万驿与赛诺会合",
"3055401868": "最后完成哨塔",
"3055751452": "reminder",
"3056283508": "击退海乱鬼与浮浪人",
"3056443140": "将十份小麦交给康纳",
"3056725644": "播开车",
"3056762124": "前往山上,寻找线索",
"3056859180": "将霄灯送给路爷",
"3057187940": "放置测算用的信标",
"3057613159": "地城失败",
"3057828060": "完成对话",
"3058514284": "切魔剑State",
"3058606084": "清除最后的死域",
"3059221676": "与安东尼对话",
"3059733268": "和小川去见海乱鬼",
"3060051535": "兰那罗交付12",
"3060649191": "离开酒馆",
"3060656052": "与可疑人士对话",
"3061584660": "第三次拜访阿凡",
"3061711204": "检测是否见过踏鞴砂调查员",
"3062161124": "打倒所有愚人众",
"3062172756": "调查并修复道路",
"3062583023": "智中之宝·新计划",
"3062826788": "击败「无名武士」",
"3063214687": "退出秘境",
"3063455375": "此灯寄何人",
"3063502052": "与神里绫华对话",
"3063572844": "击败对手",
"3064194556": "消除死域",
"3064264896": "和法拉对话",
"3065306636": "设法开启深处的房间",
"3065609556": "(完成父任务)废弃",
"3065622100": "找木木寻求信物",
"3065996004": "开始调制酒品",
"3066080092": "与「剑鱼二番队」成员对话",
"3066403206": "前往玉京台",
"3067316972": "跟随奇特的星星",
"3068383412": "劝说清昼远离陨石",
"3068748348": "与霍夫曼对话",
"3068901944": "收集木材",
"3069112484": "追上逃走的老孟",
"3069544047": "在同一片树荫下",
"3069780796": "陪小冥玩捉迷藏",
"3069879206": "搜集5块木板",
"3069947143": "应急补给",
"3070323108": "在约定地点与心海会合",
"3070609796": "选择合适的位置留影",
"3070624785": "异常的权柄",
"3071306372": "前往清籁岛,拍摄画片",
"3071624084": "与阿茂对话",
"3071820785": "诺拉快跑!",
"3071831116": "前往洞穴深处",
"3072130460": "获得侵染龙牙与派蒙对话",
"3072203636": "寻找安娜",
"3072644180": "前往奔狼领",
"3072837694": "寻找三位工人",
"3073043700": "与托马去见「一个朋友」",
"3073212836": "指导小蒙进行烹饪",
"3073485004": "【废弃】前往说书人处商议计划",
"3073653204": "清理占据仓库的敌人",
"3073691260": "打倒所有盗宝团",
"3073719316": "与鲸井椛对话",
"3073940972": "击败伏击的魔物",
"3074082052": "休息至翌日上午(次日早8点-10点)",
"3074520812": "将一份蒲公英籽交给弗莱琪",
"3074745892": "前往万民堂看看",
"3074753196": "调查「地图石刻」",
"3074786284": "废弃",
"3074833196": "设法解除封印",
"3074855916": "与艾尔海森对话",
"3075037460": "开车判断",
"3075060988": "与木南杏奈对话",
"3076021188": "寻找八重神子",
"3076295588": "与小姜对话",
"3076375660": "问问秋月的意见",
"3076397400": "检查背包里要有道具-污秽的面具",
"3077923526": "前往骑士团",
"3078065660": "与沙寅对话",
"3078393108": "调查并修复道路",
"3078404980": "与歌德对话",
"3078487636": "设法与纳西妲的意识进行连接",
"3078534084": "废弃",
"3078798204": "与兰罗摩对话",
"3078884780": "调查村长家后面的枯井",
"3078982260": "与木南杏奈对话",
"3079349132": "返回「天目锻冶屋」",
"3079456460": "寻找梵米尔的画笔与颜料",
"3079531492": "向客人通知剧场停演的消息",
"3079990212": "前往璃月港",
"3080069892": "前往商业氛围浓厚的离岛",
"3080131548": "与阿祇对话",
"3080224040": "完成全部委托",
"3080368367": "麻纪送礼任务",
"3081026988": "使用「苦舍桓」解除「钵参花」的封印",
"3081130692": "找到海灯图标记的位置",
"3081185100": "与露子对话",
"3081304372": "将三份琉璃袋交给阿桂",
"3081333420": "幕间·迪希雅与拉赫曼的对话",
"3081484503": "开车阶段-隐藏任务",
"3081618820": "将相应材料交给小安",
"3081753044": "和「哥哥们」交谈",
"3081760407": "导能圆盘发奖励三",
"3081866308": "回去找罗尔德",
"3081963108": "去附近跟平藏聊聊",
"3081999460": "返回「修梨薜那」",
"3082111767": "前往骑士团总部",
"3082458623": "神社大扫除",
"3083073564": "与海妮耶会合",
"3083286756": "跟奶奶讲话",
"3083888100": "废弃",
"3083988924": "隐藏回滚隔离",
"3084439804": "与若心对话",
"3085078100": "与盈珠对话",
"3085200519": "索赫尔的心愿",
"3085655692": "海灯节领取任务",
"3085788668": "与玛格丽特对话",
"3085918164": "测试玩家离开 璃月港",
"3086338855": "岩下迷境",
"3086730666": "寻找宝藏的线索",
"3086926412": "返回五歌仙广场",
"3087040420": "打倒所有魔物",
"3087484588": "将餐品送给随缘的铃官",
"3088380760": "击败附近怪物",
"3088570175": "达莉亚NPC送礼任务",
"3089112988": "前往教令院附近",
"3089189932": "自然日刷新2",
"3089535932": "收集危危岛藏宝图",
"3089746017": "一阶段结束",
"3090270604": "与派蒙对话",
"3091210268": "前往晨曦酒庄",
"3091432940": "赤人与墨染CG后刷到suite4",
"3091546908": "前往捕捉区域",
"3091760606": "追逐II",
"3092106948": "完成间幕3",
"3092131087": "与忧郁先生的再会",
"3092399559": "解救兰那罗",
"3092911852": "沿路寻找「星银矿触媒」",
"3093212919": "路过锅子旁",
"3093923996": "碎片收集进度记录",
"3094229276": "回滚隔离",
"3094503812": "倒计时",
"3094876975": "与NPC3交涉成功-返回",
"3095101764": "与维克多对话",
"3095428604": "四处看看,寻找妖邪情报",
"3095622580": "与五郎一同查看锦囊",
"3095868988": "地城对话1",
"3095900076": "隐藏-倒计时专用缓冲任务",
"3095951140": "利用「新芽的曲调」,开启通路",
"3096163420": "与派蒙对话",
"3097055190": "向志华回报",
"3097387468": "击败敌人",
"3097590348": "前往指定位置打倒盗宝团",
"3098862420": "继续跟随驮兽前进",
"3099128052": "前往呼救声来源处探查",
"3099185967": "随水而来的烦恼",
"3099575700": "与迪奥娜对话",
"3099896599": "海中魔王!静候已久之人",
"3099982052": "将十个墩墩桃交给帕森",
"3100459500": "离开赛场",
"3100986164": "调查营地的货物",
"3101227535": "「海祇之尾」",
"3101549764": "前往风景优美的留影地",
"3101660484": "与诺艾尔对话",
"3101836996": "对话亚历山德拉",
"3102458168": "与米歇尔小姐对话",
"3102942692": "前往拾取耶然草",
"3103109292": "寻找冰霜骗骗花的花蜜",
"3103454076": "击败深渊使徒",
"3104052111": "山海八所巡礼·双城风土名迹",
"3105356852": "将「美味的珍珠翡翠白玉汤」交给朱老板",
"3105499036": "解除祭坛的封印",
"3107471404": "和泽维尔对话",
"3107868196": "帮助翔太供奉神龛",
"3108197268": "与众人对话",
"3108726092": "前往「密室」寻找日志",
"3109220684": "再次解冻所有碎片",
"3109995868": "与玉霞对话",
"3110042167": "锋NPC送礼任务",
"3110602455": "处置之方",
"3110684588": "从蓬蓬果处获取岚生石",
"3110752452": "与纳西妲对话",
"3111176726": "逃离千岩军的追捕",
"3111603700": "将「美味的活力喵饭」带给小猫们",
"3111879439": "隐藏选项2解锁",
"3112827620": "与泽维尔对话",
"3112858255": "渡-海螺宝藏",
"3112968564": "竹签·中吉(抽到竹签变量1,交付竹签变量0)",
"3113569748": "使用风或水元素清理小广告",
"3113747516": "五歌仙广场与派蒙对话",
"3113870806": "利用「元素视野」,追踪「邪气」丘丘人",
"3114680036": "与小蒙对话",
"3115967948": "打黑烟2",
"3116383100": "与豆助和柴助对话",
"3116450268": "解放所有「高门之火」",
"3116770430": "看看提米",
"3116801887": "小威NPC送礼任务",
"3116984276": "与「迪娜泽黛」对话",
"3117503804": "寻找另外「半截船」",
"3117514244": "与久利须对话",
"3118074905": "与淮安对话",
"3118199516": "向柊千里回报",
"3118371580": "隐藏刷新派蒙的画像",
"3118424423": "同在烟花之下",
"3118665606": "在材料堆放区调查",
"3119207668": "回到秘密基地和老人们对话",
"3119302964": "向朱老板回报",
"3119316441": "桥接任务",
"3119902188": "与爱拉尼对话",
"3120484908": "寻找修复古琴所需的琉璃百合",
"3120834359": "购买前对话派蒙",
"3121770044": "选是",
"3121773708": "废弃和森之子交谈",
"3121911476": "接近协会公告板",
"3121919204": "前往和裕茶馆寻找云堇",
"3122489340": "前往鸣神大社",
"3122861390": "刷新寻人启示",
"3122864438": "与志华对话",
"3123141396": "与楠塔克对话",
"3123430668": "进入壁画之后的密道",
"3123585388": "(hide)删除定标特效",
"3123637940": "选支持阿茂",
"3123770383": "万端珊瑚事件簿·合适的身份",
"3124600516": "与小安对话",
"3125509860": "与阿金对话",
"3125587020": "和兰那罗对话",
"3125663484": "待翌日早晨赴约(次日6-8点)",
"3126017879": "起航之日",
"3126366404": "将餐品送给卖力的西瑞",
"3126412100": "寻找成功",
"3127100673": "此路不通?",
"3127298654": "与博来对话",
"3127375953": "测试对话编辑器",
"3128611191": "1.2沉没的遗迹",
"3128862167": "复命",
"3128960631": "实战练习",
"3129039764": "在璃月港外远眺,整理思绪",
"3129058260": "与凝光交谈",
"3129500188": "与绫华对话",
"3129662094": "寻找「征兆」",
"3129989865": "这本小说真厉害",
"3130134796": "发奖励",
"3130433084": "抵达海岛",
"3130782060": "与言笑对话",
"3131649070": "前去寻找千岩军",
"3132225132": "询问小千",
"3132985276": "打开「宝库」的石门",
"3133165572": "前往营地",
"3133180980": "到万叶所在的地方去",
"3133616668": "与神里绫华对话",
"3133814708": "隐藏任务用于回滚隔离",
"3134273836": "调查奇怪的地方",
"3134566996": "前往遗迹顶层中心的房间",
"3134640380": "与季同对话",
"3134815260": "击败散兵的手下",
"3135037020": "播放夜阑cutscene",
"3135140977": "瑶光滩限时抵达挑战",
"3135367532": "前往无妄坡",
"3135396312": "与帕琪对话",
"3135654476": "阻止被影响的魔物们上山",
"3135747178": "清扫落叶堆",
"3136198196": "与徐六石对话",
"3136230904": "与莎拉对话",
"3136266564": "等待至翌日上午(次日早8点-12点),与柴染对话",
"3136402972": "准备种植_09",
"3136546647": "岛与海的彼端",
"3136873596": "帮助赞玛兰的同族",
"3137074724": "与柳达希卡谈话",
"3137110383": "新蓓萌生",
"3137264748": "了解参赛者的实力",
"3137554012": "桥接任务昆恩",
"3137932111": "海上生活",
"3138028180": "隐藏判断",
"3138234660": "观察小男孩",
"3138305196": "回到愚人众堡垒附近",
"3138390172": "前往炼金铺",
"3138505559": "肥料…推销员?",
"3138756796": "等到第二天晚上(次日19-24点)",
"3139607252": "前往雪山脚下的营地",
"3139610012": "前往冒险家协会",
"3139611108": "与雷泽会合",
"3140194452": "与驹形对话",
"3140295932": "观察「御影炉心」的情况",
"3140414620": "寻找石板0/4",
"3140703060": "前往无妄坡,参加试胆大会",
"3140754596": "与众人对话",
"3140800703": "进入存放圣物的地方",
"3141056284": "在第二个地点埋放食物补给",
"3141575428": "与兰罗摩会合",
"3141609356": "到达兰纳真所在的地区",
"3141742388": "QTE2",
"3141787631": "进入遗迹",
"3142099628": "到村子门口集合",
"3142196964": "完成限时家政任务",
"3142324054": "与阿三沟通",
"3142666716": "与NPC对话",
"3142834945": "炼金术,大突破?",
"3142874364": "将成果告知「冰封之心」",
"3143450476": "废弃",
"3143594860": "抓住「命运」",
"3143849668": "教学指导计数",
"3143857628": "试玩「机关棋谭」",
"3144009540": "与凝光交谈",
"3144481196": "沿路寻找「星银矿触媒」",
"3145449916": "自动触发与派蒙的对话",
"3146037007": "3号房间-战斗成功、获得钥匙任务标记",
"3146345108": "尝试击破死域瘤",
"3146662940": "和伯桓子对话",
"3146734100": "与班尼特对话",
"3147159148": "回滚隔离",
"3147450548": "前往町街",
"3147477084": "与海乱鬼头目对质",
"3147494684": "沿路继续追踪",
"3147657180": "继续寻找符文",
"3147726092": "废弃击退",
"3148391364": "与言笑对话",
"3148446660": "将千奇核心与仙家符箓交给秘书",
"3148829228": "准备四张以稻妻区域特产为主题的画片",
"3149053687": "与凯亚对话",
"3149115948": "播放开车",
"3150611916": "将莱纳德的著作带给莫娜",
"3150942974": "寻找宝藏",
"3151072092": "与加尔恰对话",
"3151452292": "前往教堂前的广场",
"3151610934": "前往「黄金屋」",
"3152127575": "神社占卜二阶段",
"3152198577": "水手的秘宝",
"3152704188": "继续向深处探索",
"3152894996": "前往金苹果群岛",
"3152977592": "与杰克对话",
"3153149580": "联机进度桥接环",
"3153324852": "织梦之森的真相",
"3153388559": "狗子隐藏任务",
"3153438444": "前往指定地点",
"3153847156": "与托克交谈IV",
"3154012380": "收集柴禾",
"3154152798": "接近大锅",
"3154279836": "撤菜",
"3154546844": "找到并供奉阿倍良久残魂寄寓之物",
"3154879348": "与男子汉杰克对话",
"3154902844": "第一次关门",
"3155216188": "与派蒙对话",
"3155633836": "与小千对话",
"3156689516": "连通中层四个中继装置",
"3157034524": "向宏宇回报",
"3157123956": "与阿山婆沟通",
"3157209732": "献上蒲公英",
"3157253580": "跟上吉法师",
"3157379180": "与伊达的残影对话",
"3157629263": "春庭景如旧",
"3157855473": "独钓江雪",
"3157983804": "前往指定区域进行调查",
"3158517470": "寻找宝藏",
"3158835332": "寻找泽维尔",
"3159388812": "演奏",
"3159431215": "衡量世界之人!",
"3159668748": "看见卷轴开车",
"3160389620": "*废弃",
"3160523428": "前往中央平台",
"3161260833": "古云有「螭」",
"3161861564": "与心海分析战术",
"3162184380": "与大副重佐对话",
"3162187220": "跟随完",
"3162629884": "取得「被草史莱姆吞下去过的树莓」",
"3162982934": "研磨霓裳花精油",
"3163228228": "回到营地",
"3163597263": "实验之一,元素",
"3163832292": "调查后的对话",
"3164189183": "商机无限",
"3164348084": "为反抗军示范射箭技巧",
"3164815276": "寻找兰迦鲁",
"3165701156": "将一份能吃饱的料理交给一成",
"3165947692": "和剧场的人随便聊聊",
"3166212396": "制作「满足沙拉」交给莎拉",
"3166364396": "接近「御影炉心」",
"3166737532": "前往入口接待客人",
"3167364844": "试着与派斯利交流",
"3167417508": "凯叔闲置对话",
"3168155047": "派蒙的说明",
"3168416788": "打倒所有魔物",
"3168695564": "与阿贝多对话",
"3168737500": "向航海士绘星请教",
"3168828697": "「骑士团的宝物」其人",
"3169201116": "与阿贝多对话",
"3169359391": "开启地城入口",
"3169462308": "交付材料",
"3169622388": "与海芭夏交谈",
"3170170948": "向里夫回报",
"3170177764": "与申鹤对话",
"3170376212": "找到盗宝鼬藏匿的摩拉",
"3170480255": "朱特NPC送礼任务",
"3170892100": "向村民打听洋平兄弟",
"3171677655": "山海八所巡礼·远岛孤山独语",
"3171910732": "在不被发现的情况下前进",
"3172137956": "在午夜时分(0点至6点),前往采摘莲蓬",
"3172144892": "跟着罗纳克逃跑",
"3172241982": "放置永生香",
"3172930465": "寻找失踪的学者",
"3173154556": "检查沿途的路灯",
"3173444516": "回去告诉冒险王的见闻(完成父任务)",
"3173983084": "和猎人对话",
"3174035900": "与志琼交谈",
"3174041628": "等待到翌日上午(次日10点—12点),与稻叶久藏对话。",
"3174426249": "钥匙是易丢品",
"3174633076": "与「群玉阁」的秘书们对话",
"3174677172": "前往渊下宫",
"3174819316": "隐藏任务用于记录任务进度",
"3175066164": "从梦境中醒来",
"3175234788": "与塞琉斯对话",
"3175709772": "与派蒙对话",
"3175789063": "码头的饮品小店",
"3175830156": "回到清泉镇与布洛克对话",
"3176249196": "将三份铁矿石交给大岛纯平",
"3177094116": "完成第一幕的拍摄",
"3177350316": "与吉法师对话",
"3177844268": "选取适合的调料",
"3177976612": "解冻所有「碎片」",
"3178114476": "将老何带回营地见瑾武",
"3178395380": "隐藏任务上线就完成",
"3178457628": "继续跟随气息寻找线索",
"3179065028": "巫女创生用 绀田村井下常驻",
"3179205727": "稻城萤美送礼任务(神樱大祓后送花散里面具)",
"3179211468": "再次解冻所有碎片回滚保护",
"3179695812": "与莎拉对话",
"3179935616": "前往新月轩,窃听茂才公的谈话",
"3179937308": "跟随驮兽前进",
"3180237884": "继续追踪痕迹",
"3181666484": "帮助赞玛兰的同族",
"3181675028": "与可莉对话",
"3182059055": "神社占卜引导对话",
"3182090036": "在层岩巨渊外围巡查",
"3182344095": "到教学点3",
"3182370132": "回报胡塞尼",
"3182371628": "至少,算是找到了下降的通路",
"3182619908": "与「大肉丸」对话",
"3183193516": "与吉盖克斯对话",
"3183366428": "「唤醒」种子",
"3183514431": "大病初愈",
"3183858492": "前往盗宝团营地",
"3184312460": "回去",
"3184403103": "画外旅照",
"3184745868": "隐藏计时天数",
"3184909172": "探索遗迹",
"3185431980": "与木南杏奈对话",
"3185823076": "打开机关",
"3185866927": "踏鞴物语·功能性测试",
"3186140356": "与兰利遮对话",
"3186208140": "*调查小金字塔",
"3186879636": "隐藏任务UI界面领取用",
"3187537868": "日记消失",
"3187842063": "问题的转化·关键在何?",
"3187859652": "跟随仙灵",
"3187870135": "灵石何故堕此间",
"3187936892": "与马鲁夫对话",
"3188094830": "送仙典仪空闲对话",
"3188436652": "击败海乱鬼",
"3188478172": "前往白狐之野",
"3188488964": "与阿贝多对话",
"3188561556": "将「神舆之辔」投入水池",
"3188672111": "深入愚人众藏身地寻找钥匙",
"3188851780": "与豆助和柴助对话",
"3189008302": "依据仪式流程,射击两座夜叉雕像的发光处",
"3189332740": "击败山洞里的镀金旅团",
"3190276780": "在指定地点弹奏「大梦的曲调」以引出兰那罗",
"3190341988": "破坏「栖木」",
"3190923652": "检测玩家是否到达地城入口",
"3191732116": "言灵线索4创生对话",
"3192920948": "古云有螭和漂流瓶任务检测",
"3192947740": "寻找剩余的键纹",
"3192965116": "记录圣树全貌",
"3193432956": "挑战开启,失败回滚",
"3194287305": "吃虎岩公告板",
"3194630564": "与马克西姆对话",
"3194647356": "与芭芭拉对话",
"3194802612": "前去寻找丢失的海螺",
"3194857030": "清理史莱姆(加分点)",
"3195052692": "与优菈交谈",
"3195071304": "前去查看详请",
"3196362820": "与寝子对话",
"3197417476": "返回「月莲杯」赛场",
"3197705004": "打倒盗宝团",
"3197851428": "回到拉娜所在的地方",
"3198332380": "跳下山崖,寻找鬼兜虫",
"3198526532": "第四次参拜神像3",
"3198587668": "与八重神子对话",
"3199255500": "制作一份「蒙德烤鱼」",
"3199302164": "返回层岩巨渊的勘探队营地",
"3199312108": "前往孤云阁",
"3199439812": "陪同舒伯特面见「帮手」",
"3199994692": "唤醒凝光",
"3200112572": "利用「元素视野」跟随阿贝多的足迹",
"3200321308": "降下山洞内的水面",
"3200370287": "望舒外送",
"3200640316": "去信标放置处寻找志琼",
"3200701084": "前往野外试用罐装知识",
"3200750164": "第二次参拜3",
"3201146311": "蒙德天气变化cs",
"3201278239": "借助元素视野寻找可疑的人",
"3201615878": "献上贡物回滚隔离",
"3201698176": "加入材料",
"3201810996": "与戴因对话",
"3201890153": "海内有明霄",
"3202325620": "寻找贩卖晶化骨髓的商人",
"3203350244": "废弃和森之子交谈了解灵药的作用",
"3203549958": "与琴谈话",
"3203578148": "将鱼肉喂给小猫们",
"3203648652": "根据书中提示,前往马斯克礁",
"3203869628": "与谢赫祖拜尔对话",
"3204050012": "(tset)解除最终核心",
"3204595724": "看看吉丽安娜的态度",
"3204629660": "前往雪山寻找舒特",
"3204813580": "和猎人对话",
"3205294121": "与甄强对话",
"3205444716": "离开房间",
"3206165844": "在玉京台附近寻找诗歌灵感",
"3207215748": "与派蒙商量对策",
"3207253742": "前往取水",
"3207523620": "监测看见黑烟1",
"3207611958": "同时摧毁所有木桩",
"3208198972": "帮哈特姆选择一份「吞金料理」",
"3208792276": "获取「澄亮之水」",
"3209786444": "与莫塞伊思交谈",
"3209918676": "对加藤信悟进行「驱邪」",
"3210914585": "风魔龙飞过",
"3211276052": "进入「凶煞折行之寮」",
"3211346292": "*废弃",
"3211562292": "前往海边,将小猫带回神社",
"3211786620": "前往珠钿舫",
"3212255212": "找到兰难世!",
"3212543684": "最后对话",
"3213255100": "隐藏 任务接取对话",
"3213579636": "与摩可和海莉对话",
"3213781052": "阅读「日志本」",
"3213804844": "在大巴扎附近逛逛",
"3214332972": "与寂寞的乔尔对话",
"3214851004": "向铁膀子打听黑岩厂新人",
"3214972668": "跟随完",
"3215605428": "调查镀金旅团的营地",
"3215681132": "与九条裟罗对话",
"3215681556": "对话中开门",
"3215990180": "与乌尔班对话",
"3216090020": "前往渌华池附近",
"3216227871": "男子汉杰克的男子汉之路",
"3216257476": "对话",
"3216959540": "用元素视野追随雷元素痕迹",
"3217137412": "隐藏任务用于完成be结局102",
"3217256580": "进入「音乐的殿堂」",
"3217259375": "到教学点3",
"3217387332": "做一份轻策农家菜",
"3217459332": "烹饪一份「美味的珍珠翡翠白玉汤」",
"3217810532": "进入花园",
"3217864991": "(好感+2)他也被我顺手解决了",
"3218481500": "登场",
"3218525372": "73193与赛芭闲聊",
"3218947758": "登上通向玉京台的山路",
"3219122764": "根据种子的震动与图画的内容,找到最后的地点",
"3219146884": "继续寻找有关矿石的记录",
"3219364964": "与琴对话",
"3219553356": "前往「花花琼脂」摊位",
"3219564049": "童心的隐秘",
"3219976332": "拿取桌上的药水",
"3219986692": "与「大肉丸」对话",
"3220139492": "抵达归寂之庭深处",
"3220214756": "前往洞窟的最深处",
"3220411452": "找到并启动机关",
"3220480452": "与三田对话",
"3221011700": "将护身符交还兰沙恭",
"3221471540": "兰那罗围成一圈对话",
"3221662476": "前往能望到荻花洲的地方",
"3221858204": "将药剂带给马鲁夫",
"3221935004": "陪心海去见笔友",
"3221960692": "在指定地点与阿瑠等一行人交谈",
"3222002724": "前往璃月港口寻找大副重佐",
"3222105644": "与韦尔纳分析情况",
"3222374780": "为「蔷薇」浇水",
"3222626052": "在群玉阁上与凝光对话",
"3223517332": "战胜埋伏的愚人众",
"3224432775": "轻飘飘的花与芙萝拉",
"3224593604": "调查秘境周围的情况",
"3224816844": "向留云借风真君回报",
"3224851911": "隐藏任务循环龙牙材料",
"3224852708": "前往觉王之殿深处",
"3225154876": "石板3",
"3225235228": "领取预留的小说",
"3225421439": "进军玩具市场·能源储备",
"3225598892": "与扎卡里亚对话",
"3226024228": "【废弃】和绫华在周围稍事休息",
"3226964940": "解开荆棘封锁的洞口",
"3227015148": "下半段隐藏控制",
"3227900748": "开启牢门",
"3228238444": "寻找求救声来源",
"3228335058": "交付道具",
"3228591639": "所谓「工作」",
"3229450644": "进入「西风之鹰」庙宇",
"3229506364": "与NPC对话",
"3229829092": "将美味的烤吃虎鱼送给汤雯",
"3230041204": "击败萨梅尔的手下",
"3230614372": "废弃子任务",
"3230859980": "战胜今谷佳祐",
"3231012932": "二郎笼子内创生",
"3232209596": "*废弃",
"3232973044": "击败幻形兽,回收古物",
"3233138900": "活动首环隐藏任务",
"3233532831": "南十字武斗会",
"3233636868": "前往指定地点",
"3234460612": "对话任务记录进度1-2(自动)",
"3234558745": "灯下暗流深",
"3234761116": "播放镜头",
"3234974380": "随40029第二段对话完成。",
"3235272508": "向霍夫曼回报结果",
"3235289028": "前往实战训练地点",
"3235309580": "与北斗交谈",
"3235788060": "进入弃屋地下",
"3236261246": "寻找群玉阁引路人",
"3236261599": "跟随派蒙",
"3236440916": "播开车用",
"3236460104": "酒豪的评价:中!",
"3236722188": "跟着罗纳克逃跑",
"3236784868": "向芙萝拉回报",
"3237121284": "前往剧场看看阿娜耶",
"3237152967": "阿米尔NPC送礼任务",
"3239067628": "与瓦希德对话",
"3239164324": "为吉法师拍照",
"3239168996": "与幻影对话",
"3239483236": "指引2",
"3239493516": "失落之森机兵14完成",
"3240270308": "击败愚人众",
"3240868620": "与墨田对话",
"3240996652": "完成战斗B回去交任务",
"3241092996": "与言笑对话",
"3241279036": "和豆助、柴助对话",
"3241321764": "与派蒙总结",
"3242467340": "寻找宝藏",
"3242835028": "调查丘丘人营地中的线索",
"3243775364": "完成所有执念灵心愿",
"3243956388": "与索赫尔对话",
"3244270068": "找到真正的宝藏",
"3244408336": "击退生气的丘丘人",
"3244621980": "调查树屋",
"3244774724": "向阿扎莱回报",
"3244945020": "净化大晶石",
"3245426855": "如朝露一般",
"3245592444": "记录根系的情况",
"3245878929": "扫梯而下",
"3245935097": "女神像解锁",
"3246046092": "解开渌华池的秘密",
"3246111860": "完成对话·日晷·分支1",
"3246416148": "打黑烟2",
"3246592548": "黑主晚上交互后刷到suite7",
"3246938156": "与晨曦酒庄附近的瓦尔特对话",
"3247008332": "与送货工人对话",
"3247253724": "葵之翁CG后刷到suite3",
"3247489164": "收取凯亚的作业",
"3247747972": "再次与纳西妲交谈",
"3247970396": "与大和田对话",
"3249210012": "解决大营里的盗宝团走私团伙",
"3249346900": "将甜甜花交给小蒙",
"3249504820": "回到装置旁与可莉对话",
"3249923516": "回滚隔离",
"3250026964": "与德鲁苏一起布置宝藏",
"3250184940": "与小月对话",
"3250188855": "兰那罗音乐12",
"3250275412": "调查神秘装置",
"3250890004": "与附近民众对话",
"3251145601": "紧急修理",
"3251516628": "前往冒险家协会",
"3251827132": "和言笑对话",
"3251854497": "解救考古学家-隐藏任务",
"3251868676": "寻找货车",
"3252154188": "与拉菲克对话",
"3252344839": "缄默的求知者",
"3252604594": "搜集书页1",
"3252908895": "寻找谜题中所指的地点",
"3253022156": "避开魔物,继续深入达达乌帕谷",
"3253049761": "向若心询问与碎片相关的线索",
"3253454796": "与婕德一起继续探索遗迹",
"3254114492": "解救小狸子",
"3254676772": "与望雅对话",
"3255389847": "逃离主岛处理",
"3255691532": "刷走魔剑",
"3255847436": "隐藏",
"3255894412": "打扫浅濑神社周围的污渍",
"3256054196": "与胡塞尼对话",
"3256055540": "完成栖木供奉",
"3256065132": "祭拜",
"3256709228": "废弃",
"3256839500": "将画片交给大岛纯平",
"3256870095": "与太郎丸之战",
"3256933974": "等待到第二天",
"3257040452": "询问老章关于千奇核心的情报",
"3257043748": "reminder",
"3257367692": "前往雪山回收包裹",
"3257471892": "与小六对话",
"3257815369": "花洲有客栈",
"3258711332": "前往兰巴德酒馆",
"3259104004": "刷兽境猎犬",
"3259265724": "向风神献上「风之花」",
"3259317668": "寻找关于老何的线索",
"3259382660": "与龙二对话",
"3259844236": "击败晨曦酒庄附近的盗宝团",
"3260115028": "前往玉京台",
"3260265988": "前往「猎鹿人」",
"3261353292": "盒子打开遮挡用",
"3261590884": "保护加扎里",
"3261668836": "进入「一心净土」",
"3261742308": "与凝光交谈",
"3262310956": "在村子内寻找遗留的记录",
"3262314300": "与江城对话",
"3262391767": "冒险家测验·冒险诀窍",
"3262464070": "与丘丘人对话",
"3263056852": "检测是不是带回了美味的杏仁豆腐",
"3263640801": "望舒客栈公告板",
"3264759831": "兰那罗音乐01",
"3264880396": "在周围调查",
"3264928846": "寻找辉煌勇气之剑",
"3265094052": "前往「荣光之风」",
"3265900340": "前往品尝须弥特色美食",
"3265982876": "与小蒙对话",
"3266222812": "追查声音的源头",
"3267073620": "将「画」送给顾客",
"3267183724": "与万叶交谈",
"3267586880": "追击深渊教团的敌人",
"3267598807": "朋友之道",
"3268229959": "送礼任务测试",
"3268822708": "与拉德普同行",
"3268922212": "前往「万民堂」",
"3269224156": "获得彩蛋2道具",
"3269358484": "与班尼特对话",
"3269414356": "将药带给阿夫塔",
"3269524676": "将新鲜的鸟蛋带回给龟井宗久",
"3270277268": "小安A1",
"3270478572": "帮助翔太供奉神龛",
"3270826600": "找玛格丽特听取委托内容",
"3270937652": "放灯表现",
"3272753103": "星夜之章",
"3272886892": "数鸽子彩蛋",
"3273340356": "隐藏-跟门口的千岩军接取层岩巨渊主线",
"3273352804": "佯装购买拖延时间",
"3273785524": "保护回滚~",
"3273893508": "将盆景左右两侧转换为优悠山石",
"3274278540": "织梦之森机兵5完成",
"3274707172": "前往海祇岛打听消息",
"3274758100": "与维克多对话",
"3275315276": "休息至翌日清晨(次日早6点-8点)",
"3276714588": "与吉盖克斯对话",
"3276741396": "消灭所有魔物,并拆除营地",
"3276905820": "观察山洞里的情况",
"3277174689": "七神的赐福",
"3277289121": "派蒙日志对话完成",
"3277306356": "座点5",
"3277370076": "与福本对话",
"3277804604": "记录前7个任务完成的子任务",
"3277953846": "寻找声音来源",
"3278181684": "与云堇对话",
"3279056495": "是郊游…还是冒险?",
"3279300705": "客从远方来",
"3279442412": "将情报告知艾尔海森",
"3280588892": "最后完成爆炸桶",
"3280895356": "将饮品交给申鹤",
"3281784148": "与胡塞尼对话",
"3281793194": "与宝儿交谈",
"3282109740": "与赛诺会合",
"3282293700": "前往魔物出没的地点",
"3282440124": "回到浅濑神社,维修「塞钱箱」",
"3282781212": "村长前置",
"3282919852": "与风神像附近的居民们交谈",
"3283527560": "击败附近怪物",
"3283768980": "与派蒙对话",
"3284464484": "前往天顶屋询问",
"3285115463": "康纳的酿酒材料需求",
"3285116136": "酒已经调好,快去给酒豪喝吧!",
"3285149500": "向玉霞回报",
"3285217708": "找玛乔丽买卖",
"3285290391": "孤身犯险",
"3285571268": "与赫塔对话",
"3285613732": "去信标放置处寻找志琼",
"3285669724": "前往安全屋查看",
"3285910044": "准备种植_11",
"3286044236": "解救莱昂",
"3286126012": "与兰罗摩对话",
"3286318524": "与大岛纯平对话",
"3287067631": "与众不同的饮品",
"3287111852": "和保本对话",
"3287132415": "岩神像第一次解锁",
"3287608692": "与珊瑚对话",
"3287669996": "和心海一起散步",
"3288320404": "翻开《圣国的咏唱》第二卷",
"3288448620": "隐藏-三次宝箱获得检测",
"3288759319": "莱拉NPC送礼任务",
"3289543572": "开关天气专用 BOSS区域 前",
"3289658276": "回滚隔离",
"3289840983": "结束后刷新group",
"3289956260": "前往约好的地点,与信主碰头",
"3290239436": "完成对话",
"3290468831": "对NPC威胁",
"3290505228": "前往奉行所与上杉对话",
"3291058367": "到达目标点2",
"3291079788": "前往轻策庄寻找路爷",
"3291728986": "与艾拉·马斯克对话",
"3291788844": "再次进入遗迹",
"3291995511": "浮浪双梦记",
"3292175593": "进圈调查后接任务",
"3292272036": "获取「饱含心愿的水」",
"3292467972": "布置水晶并等待",
"3292574332": "去「死兆星」号见北斗",
"3293319908": "与卢卡对话,进入酒馆",
"3293893260": "与阿桂对话",
"3294152956": "前往蒙德冒险家协会找凯瑟琳",
"3294305084": "寻找万叶",
"3294326580": "测试范围无Tips",
"3294718956": "启动虚界塔控制器",
"3294805588": "沙中花三个分支各完成一次",
"3295139724": "与阿贝多对话",
"3296210079": "兰那罗音乐13",
"3296756972": "桥接任务玛乔丽",
"3296894364": "与愚人众对话",
"3297083236": "到达「大日御舆」顶端",
"3297125224": "在附近寻找装有石珀的矿车",
"3297504452": "跟踪轰大叔与德田",
"3297612348": "第二个挑战",
"3297629828": "与可疑的人对话",
"3297764668": "进入酒庄,寻找迪卢克的书桌",
"3298621604": "与拉菲克对话",
"3299381540": "惩罚克列门特",
"3299482268": "与派蒙对话",
"3299495796": "等到第二天(次日8点~12点)",
"3299702716": "回到兰那罗的小屋",
"3299852950": "离开地城(隐藏显示,玩家不进行操作)",
"3300482276": "演奏后对话,消失",
"3300507558": "与温迪对话",
"3300905471": "塔拉内NPC送礼任务",
"3300983812": "与戎世交谈",
"3301838268": "与诺艾尔对话",
"3301841036": "离开禅那园后与迪希雅对话",
"3302272844": "跟随荒泷一斗与大辅斗虫",
"3302326647": "恰如其分的收场",
"3303129820": "与艾登和卡里玛对话",
"3303265508": "cs树叶生长",
"3303322092": "前去拿取修船物资",
"3304426369": "寻找开启石碑的线索",
"3304445191": "天之谜,水之解",
"3304488372": "询问柚子的意见",
"3305493063": "海祇见闻",
"3305968839": "鱼群大爆发",
"3306005234": "回滚隔离",
"3306315428": "使用元素视野寻找史莱姆",
"3307031028": "将饮品交给凝光和北斗",
"3307411524": "追查深渊教团的踪迹",
"3308273116": "与砂糖对话",
"3308366239": "与NPC3交涉失败-返回",
"3308537380": "与众人对话",
"3308674505": "玑衡",
"3308788124": "与莉兹交谈",
"3309002852": "调查医院区域的元素方碑",
"3309322644": "和剧场的人随便聊聊",
"3309357580": "捕捉蕈兽",
"3309461039": "冒险等阶到达",
"3309958940": "与芭芭拉对话",
"3311049367": "旅行商人送礼任务",
"3311270580": "与小白对话",
"3311278348": "劝服1-3",
"3311649244": "销毁陨石用任务",
"3311919407": "按指定路线限时飞抵终点",
"3311998844": "观察「御影炉心」的情况",
"3312136942": "寻找群玉阁引路人",
"3312244372": "废弃",
"3312433156": "前往货物存放地点与黄衫对话",
"3313780663": "再临!金苹果假日",
"3313825692": "返回五歌仙广场",
"3314297804": "返回道成林治疗亚拉",
"3314389444": "继续探索",
"3314975340": "与赞玛兰对话",
"3315163508": "刷出桌椅",
"3315423244": "地图雾散开",
"3315546948": "与兰那罗对话下降水面",
"3315582700": "前往「御影炉心」的底部",
"3315628956": "寻找并点亮所有装置",
"3315955076": "与营地中的愚人众对话收集线索",
"3316117028": "利用「黯道的曲调」,开启通路",
"3316190516": "跟随迪娜泽黛",
"3316461639": "打开紧闭的大门",
"3316856228": "跟随藤原俊子前往营地",
"3316983276": "为托克介绍港口",
"3317009348": "玩法完成",
"3317344511": "与安柏对话",
"3317811455": "霖铃的「绝对」",
"3318070196": "等待到第二天(6点到8点)",
"3318119574": "开启地城大门用",
"3318328196": "抽签引导(废弃)",
"3318867908": "前往「西南面的遗迹地窖」寻找日志",
"3319083028": "与阿贝多对话",
"3319332980": "与璐璐对话",
"3319479900": "前往社奉行庭院参加家政课",
"3319693487": "给丽莎挑选花",
"3319825692": "在附近寻找更多线索",
"3319901343": "海内有明霄",
"3319919358": "前往「明星斋」",
"3320004388": "收集雷光点球",
"3320595623": "破解谜题(到骑士团找凯亚可获取提示)",
"3320633796": "将三份萝卜时蔬汤交给杰里",
"3321282527": "百年一梦",
"3321807380": "击败遗迹守卫",
"3322200716": "*隐藏*主动和冒险家对话",
"3322202783": "异国骑士璃月行记",
"3323077420": "将食材交给贾法尔",
"3323141612": "与宏朗对话",
"3323145516": "打黑烟1",
"3323166684": "回收信标",
"3323344495": "退出秘境",
"3323439164": "对话5",
"3323460244": "前往「无郁夷摩」",
"3324093575": "风龙废墟残留",
"3324463516": "跟随诺艾尔",
"3324627820": "刷头盔(2)",
"3324704076": "向梵米尔回报",
"3324811332": "小安B2",
"3324856044": "与阿茂对话",
"3325067551": "艾依曼NPC送礼任务",
"3325083116": "与璃月渔师嘉玮对话",
"3325192844": "与平海对话,返回璃月港",
"3325389255": "农民的宝藏",
"3325628404": "与纳西妲对话",
"3325682268": "破解附近的机关",
"3326152254": "供奉「美味的珍珠翡翠白玉汤」",
"3326176980": "与魈一起用餐",
"3326263540": "向丘丘人交付物品",
"3327071476": "击败敌人",
"3327096732": "循着迷雾,找到并供奉「栖木」",
"3327610591": "有隔阂的魂灵",
"3328151564": "与兰罗摩对话",
"3328164540": "失败交付回滚",
"3328478087": "2.6隐藏任务,用于雷电将军2完成后刷出海祇岛特产店",
"3328561612": "与凯瑟琳对话",
"3328642588": "进入帐篷休息",
"3328852652": "与兰百梨迦对话",
"3328914610": "开启机关",
"3328964300": "去万文集舍寻找「枕玉」",
"3329401676": "进入新月轩调查",
"3329456268": "开始对话2",
"3329464412": "隔天任务隐藏环",
"3329722628": "击败魔物",
"3329736652": "离开营地",
"3329771228": "将画片交给萨义德",
"3330498503": "缝隙间的梦",
"3330881769": "史莱姆投篮",
"3331324388": "拍摄化石照片",
"3331339476": "寻找呼救声的来源",
"3331676652": "前往秘境一带,调查情况",
"3332054908": "派蒙对话",
"3332075468": "开启挑战",
"3332217804": "与摩可和海莉对话",
"3332276740": "关停地脉抽取装置",
"3332610932": "与谢赫祖拜尔对话",
"3333534076": "消灭狂风之核",
"3333653188": "与鲁道夫对话",
"3333731143": "躲到酒馆的楼上",
"3333785708": "凶签绘马交付·凶1",
"3333881911": "与冒险家对话,打听情报",
"3333981792": "接近醒着的丘丘人,不能吵醒其他丘丘人",
"3334183007": "远吕羽氏遗事·其二",
"3334782287": "「风」味饮料",
"3334851879": "与丽莎对话",
"3335541148": "返回小仓屋",
"3335626966": "寻找宝藏",
"3335774308": "废弃",
"3335841303": "阿巴克NPC送礼任务",
"3336819444": "前去寻找第五块石板",
"3337444231": "白皑谜影·重逢",
"3337548636": "判定全错",
"3337561276": "自然日刷新",
"3337630311": "静态风景",
"3337822820": "与维克多对话",
"3337977431": "B",
"3338107980": "等到两天后",
"3338180831": "兰加惟NPC送礼任务",
"3338250660": "向梵米尔回报",
"3338830815": "向查尔斯打听最近的传闻",
"3338836104": "向维多利亚修女回报",
"3338950500": "*废弃",
"3339115652": "与萨尼娅对话",
"3339410881": "雾海云间寻访记",
"3339451436": "将「混沌装置」交给田铁嘴",
"3339614460": "在「蓄财之地」寻找哈特姆",
"3339859404": "与卡西姆对话",
"3340166156": "与玛乔丽对话",
"3340598884": "与托马对话",
"3340695252": "根据笔记内容,在正午时分(10点至14点)突破迷雾",
"3341014924": "与菲利斯·尤格对话",
"3341104364": "使用元素视野寻找史莱姆",
"3341142888": "根据杰克的描述找到怪物",
"3341391223": "望舒外送",
"3341686972": "对话任务记录进度3-2(手动)",
"3341688040": "给查尔斯回报信息",
"3341923228": "继续寻找「记忆的铭文」",
"3342221724": "雷光电球收集",
"3342257948": "对话任务记录进度4-2(手动)",
"3342521450": "寻找遗失的封魔珠",
"3343126324": "【废弃】海域情况开车",
"3343218985": "商店街大告示板",
"3343278548": "去埋伏点探查",
"3343443316": "将准备好的菜品带给汤雯",
"3343451060": "再寻找三枚奇异的「牙齿」",
"3343517356": "跟随迪奥娜",
"3343880276": "回「案发地点」看看",
"3344235772": "调查医院区域的元素方碑",
"3344603980": "监测看见兰那罗",
"3344660431": "兰那罗交付01",
"3345052732": "启动虚界塔控制器",
"3345403204": "无相之水碎片CS",
"3345581652": "限时到达",
"3345717439": "迷境之岛!无法预测的旅行",
"3346504911": "开启风障",
"3346637068": "在大巴扎附近逛逛",
"3348533748": "江舟A2",
"3348844684": "与瓦希德对话",
"3349237503": "遗迹龙兽引起的混乱",
"3349356372": "在营地进行调查",
"3349506812": "前往营地",
"3349610399": "机不可失",
"3349762316": "找到小姜",
"3349802956": "前往鸣神大社,面见大巫女",
"3350540972": "进入层岩巨渊·地下矿区",
"3350741135": "流沙如泪的神殿",
"3351152556": "与北斗对话",
"3351159756": "与阿芬迪对话",
"3351384884": "隐藏-将三枚老石交给沐宁",
"3352024964": "莽进达达乌帕谷时用于完成父任务",
"3352259500": "与宵宫交谈",
"3352676516": "与兰般度对话",
"3352689532": "等待时间",
"3352760084": "返回古树下",
"3353023476": "向蒙德民众打听进度记录",
"3353091700": "去建设工地拿材料",
"3353384084": "与五郎对话",
"3353527636": "与哈马维对话",
"3353557700": "善后处理默认接取的任务",
"3353631324": "在「秘密基地」和罗因贾对话",
"3353905119": "山海八所巡礼",
"3354506708": "清理后山的陨石(0/2)",
"3354583476": "前往名椎滩",
"3354740847": "独占NPC1和2(A)",
"3354788836": "将找到的线索告诉卡塔琳娜",
"3354846292": "跟着罗纳克逃跑",
"3355148993": "红树寻宝任务总",
"3355533164": "放灯",
"3355602908": "与兰加惟对话",
"3355922396": "与藤原俊子对话",
"3355943108": "与里瑟对话",
"3356395703": "占星术与五十年之约",
"3356414864": "将结实的木板交给玛伽",
"3357108796": "与玉霞对话",
"3357318719": "将风神瞳供奉给神像",
"3357876740": "解开星象谜题",
"3358591252": "竹签·大吉(抽到竹签变量1,交付竹签变量0)",
"3359089756": "(')闲置对话",
"3359315247": "进入教堂地下室",
"3359586068": "整理营地",
"3359757895": "隐藏任务判定等量交换是否完成",
"3360149188": "向玛格丽特回报",
"3360368663": "(好感+1)别指望了,根本没见这个人",
"3362163048": "与芬德修女对话",
"3362217372": "取得「新鲜的史莱姆凝液」",
"3363103180": "完成NPC的委托",
"3363338340": "回到「秘密基地」",
"3363461532": "击倒出现的怪物",
"3363499896": "与查尔斯对话完成调酒",
"3363911276": "cs",
"3364109945": "狮牙之牙",
"3364405676": "击退来袭的愚人众",
"3364591968": "将结实的木板交给艾伦",
"3365371279": "奥博伦玩法白盒任务",
"3365894868": "隐藏-搞定三个楔子",
"3365921900": "跟随仙灵",
"3365975068": "(hide)第二段对话",
"3366235132": "破坏「栖木」",
"3366470844": "解决废墟内风场紊乱的问题",
"3366806820": "把「香水」送给里夫",
"3367360476": "抵御对方的攻势",
"3367382036": "在不被发现的情况下前进",
"3367996844": "与内尔敏对话",
"3368147252": "和「哥哥们」交谈",
"3368444500": "与须弥凯瑟琳对话",
"3368554190": "击败丘丘人",
"3368671646": "看看芙萝拉",
"3368949108": "前往风起地",
"3369257972": "将「墩墩桃」带给内尔敏",
"3369272164": "回滚隔离",
"3369453644": "跟随奇特的星星",
"3370218700": "第四日",
"3370259908": "跟随班尼特前进",
"3370897244": "*隐藏*透明遗迹2",
"3371022764": "完成父任务",
"3371191191": "覆雪之国",
"3371358548": "击败敌人",
"3371497796": "隐藏-层岩巨渊上层主线WQ结束后的阿志彩蛋对话",
"3371736628": "回到无妄坡,为狼哥送别",
"3371790108": "返回轻策庄",
"3372725047": "西风哗哗义卖联盟!",
"3373299300": "与艾拉·马斯克对话",
"3373433000": "前往璃月港「万文集舍」",
"3373661756": "特殊交付talk1",
"3374082116": "将拍摄完成的化石照片交给海迪夫",
"3374137596": "找到「解决办法」",
"3374180622": "寻找「征兆」",
"3374725212": "在征文现场打听读者喜好",
"3374835444": "离开水室",
"3375330044": "NPC开关神之眼",
"3375820684": "与云堇对话",
"3376063132": "和胡塞尼聊聊",
"3376225204": "深入风龙废墟",
"3377074372": "初到营地-克里托夫",
"3377332972": "隐藏-挖出炸弹",
"3377647028": "种植完成等待天数_12",
"3378126828": "判定军营对话完成",
"3378130836": "与北斗对话",
"3378204472": "和胆小的莫罗对话",
"3378610564": "交付矿石废弃",
"3378667436": "前往天领奉行府",
"3378783060": "与奥贝德对话",
"3379606260": "开启「普尔希娜光钉」",
"3379884412": "与吉法师对话",
"3380476716": "前往骗骗花出现的地点",
"3380646159": "与安柏对话",
"3380934868": "在指定地点钓上3条鱼",
"3381171336": "触发交流失败分支",
"3381617374": "进入酒馆",
"3381659020": "将礼品送给弘毅",
"3382204956": "打倒所有魔物",
"3382331468": "启动蛇心之地的祭坛密文",
"3382385860": "继续追踪痕迹",
"3382458076": "73205与阿凡闲聊",
"3382523863": "他乡迷失客",
"3383510159": "筵席终散",
"3383725676": "与田铁嘴对话",
"3383803375": "卡乌斯NPC送礼任务",
"3384128975": "暗影重重",
"3384287647": "幕切——倾奇之末",
"3384291766": "向真君供奉美食",
"3384605231": "史蒂文斯NPC送礼物",
"3384925060": "尝试消除死域",
"3385927616": "向玛乔丽交付丘丘人有关的战利品",
"3386362727": "众人祈祷中…",
"3386646460": "找到藏在盘丝后的宝箱",
"3386708599": "深泥奇谭",
"3386745348": "与诺艾尔对话",
"3386795284": "前往南天门寻找新的线索",
"3387241644": "与小蒙对话",
"3387476716": "清理盗宝团留在雷樱树上的「小手脚」",
"3387587599": "海灯节三阶段结束",
"3387802660": "与寝子对话",
"3387904900": "前去寻找「一头菇」",
"3387990055": "给猫猫狗狗的礼物",
"3388308128": "摇晃",
"3388673367": "自歌谣汇聚的牵绊",
"3389325452": "第三次开门",
"3389623188": "与卢卡对话,进入酒馆",
"3389706372": "刷出怪物用",
"3390120327": "阅读安柏的飞行课本(隐)",
"3390161476": "与武士对话。",
"3390438084": "与阿金对话",
"3390770296": "桥接",
"3390939372": "仅用于随机",
"3390986292": "前往璃沙郊附近寻找仙人洞天",
"3391303052": "聆听妖刀此时的想法",
"3391312724": "在蒙德城内寻找海报与告示牌",
"3391714100": "向老孟阐明误会",
"3392031812": "打倒所有魔物",
"3392390292": "收集霄灯",
"3392558900": "破碎石块",
"3392594292": "贝雅BE诺艾尔残留闲置",
"3392690604": "废弃",
"3392870828": "防御回滚------",
"3392908836": "收集柴禾",
"3393184484": "四阶段beta桥接任务",
"3393368116": "离开「仇忌森动之寮」",
"3393509625": "凯亚的难题",
"3393623764": "提前完成两处差分",
"3393689055": "宝藏线索·双双岛",
"3393847164": "与谢赫祖拜尔对话",
"3394160724": "前往老戴所说的矿区",
"3394227975": "言笑的食材需求",
"3394260044": "触发trigger",
"3394326788": "前往月海亭公布考察结果",
"3394935764": "进入新的秘境",
"3395070228": "与万叶对话",
"3395488209": "澄净之泪",
"3395613732": "进入天守阁,面见将军",
"3395802982": "收集铁块",
"3395825620": "与葛瑞丝对话",
"3396187359": "渴望旅行的妖狸",
"3396896404": "调查树屋",
"3397078575": "危机四伏",
"3397250423": "向凯亚报告",
"3397681871": "终末番的任务",
"3397686492": "监测看见黑烟1",
"3397966324": "回去向拉菲克说明情况",
"3398115260": "共鸣按钮",
"3398541654": "在北国银行与「公子」对话",
"3398904540": "隐藏任务,领取任务用",
"3398960196": "第一次对暗号获取后Talk第二环",
"3399099100": "与柴染对话",
"3399347964": "说服舒茨",
"3399537772": "前往阻拦洗劫黑泽家的盗宝团",
"3399561116": "与老板对话",
"3399846340": "向淮安回报",
"3400373036": "避开魔物,继续深入达达乌帕谷",
"3400851756": "清理元素紊乱点4",
"3401150844": "向龟井宗久回报",
"3401287556": "与唉声叹气的学者对话",
"3401457680": "和铁匠瓦格纳交谈",
"3401459796": "跟随清昼",
"3401911780": "与立本对话(任务面板隐藏)",
"3402053124": "预留",
"3402259236": "前往约定地点寻找刻晴",
"3402448220": "和兰那罗对话",
"3402477924": "隐藏-璃月三阶段后领取",
"3402579484": "调查光点",
"3402784999": "初次拿到风神瞳",
"3402812575": "进入遗迹",
"3403721721": "往生",
"3404958284": "前往有风的山头",
"3405471756": "与村长交涉",
"3406224204": "与纳西妲对话",
"3406380652": "与绀田传助对话",
"3406546836": "和兰百梨迦一起找到「枝」",
"3406585884": "跟孙女对话",
"3406630415": "喜欢游戏",
"3406872484": "和兰那罗对话",
"3407153628": "返回住处休息",
"3407223151": "等待温迪召唤风魔龙",
"3407541122": "与阿佑对话",
"3407588692": "给无名小岛上的壁画留影",
"3407957232": "将调好的酒给杜拉夫尝试",
"3408199860": "击败海乱鬼头领的部下",
"3408597148": "沿路寻找「星银矿触媒」",
"3408746924": "与阿宽对话",
"3408854103": "无忧节兰穆护昆达对话",
"3408856060": "向城内主妇宣传家政课",
"3409221276": "去金苹果群岛寻找羽球",
"3409554583": "蒙德城的骑士",
"3409954036": "9骑士",
"3410070992": "与酒保查尔斯对话",
"3410156575": "废弃",
"3410459164": "放置给盗宝团的情报信件保存2",
"3410588588": "(hide)和投影门1对话",
"3410939244": "快回咖啡馆去!",
"3412348324": "与鲁道夫对话",
"3412602598": "与派蒙对话",
"3412834812": "与艾伯特对话",
"3412915564": "*废弃",
"3413126484": "前往雷元素异常点并完成挑战",
"3413236268": "返回大日御舆处,寻找阿祇",
"3414202668": "前往图书馆寻找诺艾尔",
"3415132156": "再次返回「品梦一刻」",
"3415473871": "花开之时",
"3415709348": "击败兽境猎犬",
"3416483463": "离开骑士团",
"3416857916": "将鱼肉带给大岛纯平",
"3416879191": "任务完成、传送出来",
"3417279100": "挑战兰伊舍的谜语",
"3417529620": "寻找小猫",
"3417670996": "与剧团团长对话",
"3417734180": "第三日",
"3418516967": "钓鱼引导任务",
"3419067084": "与爱拉尼对话",
"3419267948": "击退盗宝团",
"3419574023": "替丘丘行道!",
"3419907348": "悄悄的把NPC换成怪物",
"3420075188": "疏通岛屿水脉",
"3420108450": "第二次对话",
"3420137244": "进圈",
"3420315666": "丘丘语赞美句子3",
"3420413798": "在香味的源头和香菱对话",
"3420638652": "古代正文对话1-8",
"3420715793": "浮城",
"3420767020": "前往雷元素异常点并完成挑战",
"3421401196": "与久美对话",
"3421653124": "拜访阿茂和顺吉",
"3421827543": "兰那罗音乐03",
"3422272820": "广告coop对话3",
"3422274772": "前往寻求宵宫的帮助",
"3422733964": "与戴因对话",
"3423209684": "与齐格芙丽雅对话",
"3423406202": "与宝儿交谈",
"3423812772": "跟随赛诺",
"3423817140": "与八重神子交谈",
"3424527383": "凝成泥土",
"3424600004": "与万叶整理信息",
"3424977764": "前往第三个营地",
"3425519676": "寻找圣显厅",
"3425618844": "与朱莉对话",
"3425660788": "创生CS",
"3425758924": "与莱依拉会合",
"3425978804": "废弃",
"3426393084": "再次调查「奇怪的机关」",
"3427268447": "艰厄得解谜境中",
"3427534276": "于水天丛林南部狩猎暝彩鸟",
"3428677020": "前往约定地点寻找阿桂",
"3428847004": "在雷樱树旁放置诱饵",
"3429731776": "与艾琳对话",
"3429923870": "烹制「美味的萝卜时蔬汤」",
"3429928428": "与行秋对话",
"3430106392": "与艾拉·马斯克对话",
"3430111828": "阅读所有涂鸦",
"3430243260": "判断进入壶5",
"3430337676": "获得认可前,但认识兰那罗",
"3430662540": "回滚隔离",
"3430685452": "摘取「新鲜的海草」",
"3430848396": "采摘三份新鲜的金鱼草",
"3430978580": "言灵线索3触发",
"3431111532": "用元素视野追随雷元素痕迹",
"3431562700": "对话任务记录进度4-1(自动)",
"3431894764": "与纳杰特对话",
"3432198060": "把水晶块交给瓦格纳",
"3433703924": "与八重神子对话",
"3434182535": "师兄的考验",
"3434578340": "*隐藏*探索透明遗迹",
"3434854249": "圆滚滚的大团骚乱!",
"3435268020": "在不被发现的情况下前进",
"3435410332": "清理田地里的陨石",
"3435536028": "跟随兰那罗去他的苗圃看看",
"3436102004": "回收雪山中七天神像附近的包裹",
"3436137623": "解锁传送点任务",
"3436344596": "与蒙德渔师楠塔克对话",
"3436785303": "沙漠苗圃后续奖励管理3",
"3436928071": "暂留此影",
"3437052380": "清扫路障",
"3437136532": "向艾斯特尔回报",
"3437274364": "和班尼特一起打开机关",
"3437280244": "击败驻守营地的盗宝团成员",
"3437404132": "向龙二回报",
"3437444764": "播放reminder",
"3437536932": "进入鹤观",
"3437670076": "将美味的绝云锅巴送给汤雯",
"3437703884": "竹签·中吉(抽到竹签变量1,交付竹签变量0)",
"3437992116": "前往目的地,与阿瑠对话",
"3438041004": "继续前进寻找鸣霞浮生石",
"3438339479": "献给某人的蔷薇·曾有人战胜消逝",
"3438398612": "与塞琉斯对话",
"3438476892": "前往鸣神岛北端寻找阿顺的踪迹",
"3438980124": "与小白对话",
"3439011180": "向城内老人宣传家政课",
"3439751020": "以正确的角度打碎洞口的石堆",
"3439854503": "青花卷底残章",
"3440040495": "追踪「怪鸟」",
"3440107844": "与迪奥娜对话",
"3440118831": "家乡之味",
"3440437186": "与小蒙对话",
"3440824684": "回滚隔离",
"3441104964": "继续向前探索",
"3442813068": "抵达归寂之庭深处",
"3442978583": "进入遗迹",
"3444272268": "向内尔敏回报",
"3444272967": "检测兰那罗回家数量开宝箱",
"3444628496": "桥接",
"3444725068": "随婕德与其他人会合",
"3445489708": "回滚隔离",
"3445493492": "逃离现场,回到木漏茶室",
"3445519612": "击败蕈兽",
"3445645612": "向葛瑞丝修女回报",
"3445868412": "回到20134",
"3446066575": "《异邦人喧哗旅!!》",
"3446131100": "去城外试玩烟花",
"3446441172": "击败遗迹守卫",
"3447507887": "高处清理",
"3447618284": "调查附近的病患(2/3)",
"3447696044": "触发对话",
"3448307791": "阿里娜的月莲需求",
"3448379740": "前往驱咒地点",
"3449459900": "进度记录2",
"3449481212": "寻找丢失的零件",
"3449842772": "前往吧台并完成营业准备",
"3449853636": "黑屏派蒙说话",
"3450469108": "第三次参拜神像1",
"3450934118": "与笼中人对话",
"3451524884": "返回阿如村村长家",
"3451822500": "任务隔离",
"3451845839": "与奥特对话,领取奖励",
"3452208276": "与大久保三左卫门对话",
"3452757236": "创建兰那罗一直显示",
"3452929092": "击败幕府军",
"3452945279": "解锁离岛外锚点",
"3452980852": "寻找凯万需要的材料",
"3452988476": "前往华光林",
"3453257228": "在层岩巨渊附近找到发布委托的矿工",
"3453460343": "凉子送礼任务",
"3453924844": "与社奉行代行博彦交谈",
"3453989838": "与香菱交谈",
"3454419324": "放入零件激活稻妻装置",
"3454482572": "前往「觉王之殿」",
"3454626108": "与利文斯通对话",
"3454681892": "与赛诺对话",
"3454770052": "与思鹤对话。",
"3454919644": "将餐品送给卖力的西瑞",
"3455005892": "把内尔敏做好的饮料带给里夫",
"3455936940": "击败火斧丘丘暴徒",
"3456062743": "去吧!黄金旋风!",
"3456197652": "与长次对话",
"3456296016": "接受大胆创新的试炼",
"3457298524": "跟随望雅",
"3457339649": "获得宝藏",
"3457375924": "与梢对话",
"3457445452": "与莫娜交谈",
"3457501548": "回去原地查看亚历山德拉情况",
"3457549532": "向芙萝拉道歉",
"3458246055": "目标,雪山之主!",
"3459789220": "收集3块特殊的魔晶矿",
"3460045636": "寻找杰克的踪迹",
"3460360684": "协助武士们,击败兽境猎犬",
"3460636396": "寻找山崖附近的线索",
"3460698639": "罗因贾篇·阴卷",
"3460754108": "与派蒙对话",
"3461277972": "取得「活源水」",
"3462403940": "找到「公子」并对话",
"3462645008": "消灭史莱姆",
"3462882140": "回到幻境中使用碎片",
"3463090316": "将相应材料交给小安",
"3463352620": "把货物运至仓库",
"3463535484": "抓住鱼获取鳞片",
"3463855076": "击败营地内的愚人众",
"3463860180": "和兰纳真对话",
"3463888292": "回到群玉阁工地寻找申鹤",
"3464220380": "与剧团团长对话",
"3464440748": "驱赶林猪",
"3464635148": "给船的残骸拍照",
"3465465996": "翻阅桌上的书",
"3465748156": "闯入空间之内",
"3466310036": "与派蒙对话",
"3466415148": "交付【美味的萝卜时蔬汤】",
"3466492108": "成功交付",
"3466836148": "向着声音的方向前进",
"3466853432": "收集1个「破损的面具」",
"3467536028": "继续追踪痕迹",
"3468194260": "前往风龙废墟",
"3468278908": "离开勘定奉行所",
"3468693364": "前往存放炮弹的库房",
"3469957324": "寻找关于老何的线索",
"3470076444": "与运货商人对话",
"3470154394": "让丘丘人高兴",
"3470267532": "向两人询问情况",
"3470306588": "启动秘仪台座",
"3470741108": "击败周围的机械怪物",
"3470905636": "前往奥摩斯港",
"3471225974": "自动与仙人对话",
"3471266148": "心情值判定失败",
"3471550583": "止水之潘",
"3471624380": "返回化城郭",
"3471838820": "打倒来袭的魔物",
"3472333984": "前往「飞云商会」的仓库",
"3472493452": "设置任务全局变量",
"3472656736": "与葛罗丽对话",
"3472741156": "和森之子交谈相约苗圃见面",
"3472785704": "酒豪的评价:意外的好!",
"3473314535": "一路随风",
"3473831270": "开启隐藏机关",
"3473851644": "将陨石的信息告诉莫娜",
"3473873644": "与被击败的愚人众对话",
"3473914172": "清理阿凡的苗圃",
"3474116310": "用「火」加热大锅",
"3474298871": "激活入口的封印",
"3474459604": "追上迪娜泽黛",
"3474641148": "与孙宇对话",
"3474845316": "与芙洛拉对话",
"3474980156": "黑蛇骑士完成",
"3475021988": "等待到第二天(8-24点)",
"3475325308": "击败丘丘人",
"3475814532": "击败怪物",
"3475882452": "调查海面上的礁石",
"3476204612": "奇怪的狗狗",
"3476441012": "跟孙女对话",
"3476747932": "与莎拉对话",
"3476920543": "前往晨曦酒庄",
"3477040596": "封印「镇石」",
"3477433148": "了解参赛者的实力",
"3477845220": "合唱团任务满足接取条件",
"3477880868": "搜集两份制作「霄灯」的材料",
"3477903772": "挂霄灯",
"3479056928": "与玛格丽特对话",
"3479137487": "搜集线索,追踪「怪鸟」",
"3479582548": "救出小动物们",
"3479862799": "兰那罗打怪10",
"3479962724": "回复安武",
"3480119028": "与随缘的铃官对话",
"3480609572": "将餐品送给好奇的子瑞",
"3481186857": "检测固定时间卸载元素紊乱",
"3481364868": "*废弃",
"3481431516": "救出小动物们",
"3481602284": "等待种植_02",
"3482002740": "继续跟随凝光,谨慎观察四周",
"3482158198": "触发ui教程用",
"3482239500": "在指定地点,记录圣树全貌",
"3482294988": "前往层岩巨渊深处",
"3482584272": "用元素视野寻找钥匙",
"3482598767": "乾子送礼任务",
"3482955668": "与NPC对话",
"3483278527": "难以揣测的心理防线",
"3484716852": "击碎周围的水晶矿",
"3484748532": "接待神社中的客人",
"3484866564": "和森之子交谈",
"3485752228": "寻找剩余的键纹",
"3485845300": "向泽维尔回报",
"3486042236": "击退镀金旅团",
"3486676908": "言灵线索9触发",
"3487132044": "离开安全屋",
"3487409668": "(隐藏)刷出立牌",
"3487412116": "使用「冰封之心」的力量",
"3487562772": "将回收的包裹交给芙萝拉",
"3487779828": "等到第二天早上(6~8时)",
"3487787247": "沙上花·余香",
"3488043428": "与早柚一同用餐",
"3488054908": "与吉盖克斯对话",
"3488558932": "返回店铺,了解义卖的进展",
"3488585460": "用奇异的「牙齿」汲取「心脏」中的生命力",
"3488783396": "与五郎一起去查看可疑人士",
"3489439502": "同时摧毁所有木桩",
"3490214062": "战斗II",
"3490274868": "佯装购买拖延时间",
"3491445468": "是否经过一天",
"3492336996": "寻找宝藏",
"3492618420": "破坏所有供能机关",
"3492941948": "前往观察勘定奉行眼线的行动",
"3494016212": "挑战兰伊舍的第三个谜语",
"3494295582": "与博来对话",
"3494314868": "寻找画家曾经画画的地方(废弃)",
"3494524356": "清除死域",
"3494803935": "闲散的镖师送礼任务",
"3494890943": "进入愚人众的藏身地",
"3494897100": "向龙二回报",
"3495079431": "双重任务,晋级与调查!",
"3495769463": "兰那罗音乐07",
"3495913052": "向阿旭回报",
"3496414708": "击败深渊司铎",
"3496479172": "与优菈和安柏对话",
"3496923268": "前往「须罗蕈」所在的山洞",
"3497504852": "和古田聊聊",
"3498955564": "收集霄灯",
"3499082060": "继续深入,击败敌人",
"3499465353": "望舒客栈限时抵达挑战",
"3499840740": "前往蒙德城门口",
"3500305612": "获取「渊之钥」",
"3500594156": "从残魂处取得供奉之物",
"3500898740": "与立本对话(任务面板隐藏)",
"3501063943": "与温迪对话",
"3501200415": "*隐藏发开门石板A",
"3501471039": "进入庙宇",
"3501571180": "将回收的包裹交给芙萝拉",
"3501684612": "将却砂木带给王平安",
"3501940556": "前往奉行所仓库",
"3502029092": "B 接取任务后 获得秘料",
"3502644900": "操作装置修复道路",
"3503669678": "观察香膏(待隐藏)",
"3504086114": "寻找宝儿丢失的东西",
"3504099919": "杜拉夫NPC送礼任务",
"3504135695": "终归沉寂",
"3504244424": "找到优律小姐",
"3504326916": "与弗莱琪对话",
"3504963772": "荒神社幽灵NPC1-1",
"3505324540": "进入智慧宫",
"3505354700": "向稻城萤美询问信息",
"3505629740": "等到第二天白天(6点到18点)",
"3507028844": "与主编对话",
"3507534116": "回报古拉布吉尔",
"3507539908": "利用「元素视野」跟随阿贝多的足迹",
"3507689884": "与托马对话",
"3507743508": "陪小冥玩捉迷藏",
"3507822457": "回滚隔离",
"3508134471": "漩涡之遗",
"3508668132": "前往「露营地」",
"3509347612": "判定摸过神像",
"3509396095": "身后事·归于山中",
"3509474596": "将「冒险币」交给宏朗",
"3509623276": "与扎卡里亚对话",
"3510234604": "采摘塞西莉亚花",
"3510553404": "向丘丘人交付物品",
"3511032188": "跟随星星指引找到终点",
"3512337932": "前往「万民堂」",
"3513029076": "陪班尼特在附近散步",
"3513371708": "机关2失败过",
"3514123820": "跟北斗往渔村里走走",
"3514124092": "逃出洞穴对话表现",
"3514738343": "水天供书",
"3515220516": "9骑士",
"3515331692": "启动开关",
"3515475847": "灯后勤绩",
"3515566236": "任务接取环",
"3516500700": "雷根岛计数桥接2",
"3516594900": "判定玩家偷走蒲公英的时间是白天",
"3516823956": "向丘丘人回复",
"3516901684": "切桌子上的菜",
"3516927272": "陪同艾拉·马斯克与丘丘人对话",
"3517100420": "打听传说中的岛屿",
"3517149135": "永恒的葱茏之梦",
"3517341620": "差分1.2.1:对话结束选否并继续对话休息后表现",
"3517588460": "指引到女神像广场上一个npc",
"3517599484": "保护托克,想办法与托克汇合",
"3517755577": "餐品订单",
"3518109774": "寻找宝藏",
"3518420988": "跟随兰纳真",
"3518481484": "初到营地-海迪夫",
"3519062564": "自动完成任务",
"3519185932": "将杏仁豆腐带给铁块儿",
"3520425743": "实验室里的莫娜",
"3520689183": "古代王国之皇室没落",
"3520883716": "与玛格丽特对话",
"3521056711": "古代正文任务召唤派蒙引导用",
"3521179420": "与吉法师对话",
"3521315076": "选支持顺吉",
"3521415988": "向查耶维奇报告",
"3521688180": "回收零件",
"3521697591": "游戏一场",
"3522517028": "击败3个史莱姆获得3份核心动力",
"3522790796": "隐藏传送回梦境",
"3522976200": "酒豪杜拉夫的当前位置",
"3523105026": "对话NPC",
"3523424484": "与阿拉米对话",
"3523428604": "与兰纳真对话",
"3523578148": "合适的时间",
"3523923087": "杰里的蒙德城美食回忆",
"3523986284": "完成花题",
"3524034188": "与侯赛因对话",
"3524069556": "小姜防止出圈",
"3524201404": "与NPC对话",
"3524747196": "向轻策庄里的人询问小六的去向",
"3525101060": "陪小冥玩捉迷藏",
"3525214612": "调查古代遗迹",
"3525628572": "与法伽尼对话",
"3525755540": "*废弃",
"3526095842": "对话NPC",
"3526124460": "先发现封印派蒙对话",
"3526250268": "还原桌面交互",
"3526326308": "击败来袭的魔物",
"3526367439": "海灯节D2-1解谜",
"3526525748": "与九条裟罗对话",
"3526747436": "对话中开门",
"3527011172": "调查附近的病患(2/3)",
"3527127596": "与索赫尔对话",
"3527315142": "与博来对话",
"3527349063": "愚人众引起的混乱",
"3527733316": "拍摄画片,记录塞西莉亚花的生长环境",
"3527846268": "与散兵对话",
"3528152335": "光钉自循环运作报告·环境记录",
"3528431388": "到南天门调查异常",
"3528489996": "苗圃变化",
"3528530718": "击败来袭的丘丘人",
"3528888169": "冒险等阶突破·三",
"3529286972": "与影交谈",
"3529304422": "去蒙德城找蒂玛乌斯",
"3529473044": "搜集两份制作「霄灯」的材料",
"3529642266": "与璐璐、阿飞、小蒙对话",
"3529807308": "与平藏交谈",
"3529958343": "谨遵医嘱",
"3530276036": "战斗A判定是否超时",
"3530315548": "说服苏西",
"3530351804": "清理周围",
"3530643428": "不同角度为流浪猫狗拍摄照片(1/2)",
"3531146588": "前往「须罗蕈」所在的山洞",
"3532056852": "与小月对话",
"3532245492": "拜托百代进行制作",
"3533455396": "陪宵宫和可莉一起去容彩祭看看",
"3533608932": "向留云借风真君回报",
"3533712348": "最后完成篝火",
"3533791096": "把餐费交给莎拉",
"3533877508": "前往勘定奉行所,询问离开离岛的方法",
"3534475631": "cutscene哥哥/妹妹登场",
"3535139914": "守桥人任务开启",
"3535850380": "打倒所有丘丘人",
"3536162812": "与纳西妲对话",
"3536289460": "寻找仙人的气息",
"3536489228": "寻找丢失的零件",
"3536910263": "击败特瓦林",
"3537519364": "调查机关",
"3538170268": "与迪娜泽黛对话",
"3538233164": "取得「御灵珠」",
"3538234660": "跟上再次跑开的影狼丸",
"3538369172": "自动完成任务",
"3538839084": "击败深海龙蜥",
"3538978604": "去码头寻找废弃的货物",
"3539234212": "寻找有价值的事物",
"3539267321": "在绝云间内寻找仙人的线索",
"3539834884": "与卯师傅沟通",
"3540057428": "解放所有「高门之火」",
"3540535711": "必须精进的武艺",
"3540580860": "修复镇物",
"3540932588": "用「寒山甘泉」浇灌「火炽之心」",
"3541451551": "向前追击「怪鸟」",
"3541478212": "寻找刻晴",
"3541552484": "与大祐对话",
"3541611860": "跟随气息寻找线索",
"3541653207": "兰纳罗小游戏2",
"3541869316": "前往奔狼领",
"3542236116": "合上《圣国的咏唱》",
"3542360903": "玩家爬上天空岛大柱子顶端彩蛋任务",
"3542934671": "海灯节D3-2解谜",
"3543382964": "寻找邪眼的制造地点",
"3543452679": "容彩祭插花隐藏任务发奖励",
"3543622508": "寻找凯万需要的材料",
"3543684880": "与艾拉·马斯克对话",
"3543986143": "「月莲杯驯兽师大赛」",
"3544030332": "打倒所有魔物",
"3544179724": "向淮安回报",
"3544515004": "帮助赞玛兰的同族",
"3544558308": "派蒙对话",
"3544700884": "跟随吉法师",
"3544986846": "派蒙的提议",
"3545644623": "前往奔狼领深处",
"3546068040": "赶走鸽子",
"3546225775": "隐藏九骑士判断",
"3546586828": "废弃",
"3546745951": "隐藏盗矿者续",
"3546850766": "与未知人士对话",
"3546959668": "返回与梶对话",
"3547012436": "寻找物品小游戏2",
"3547031308": "前往大日御舆前的断桥处",
"3547366127": "慈盐之末",
"3547620628": "将装有意识的容器交给教令院",
"3547702463": "情境独占测试6",
"3547723572": "寻找缺失的「石头」",
"3548060356": "消除死域",
"3548173876": "1判断是否击败丘丘人",
"3548576196": "向大祐和悦子回报",
"3548635068": "解除9颗岩柱",
"3548681833": "结尾处理魈",
"3548691572": "前往遗迹入口处",
"3548965340": "购买并学习派蒙爱吃的菜的菜谱",
"3548989711": "翠石砌玉壶·其一",
"3549474119": "罗尔德日志发奖",
"3549711908": "若没在对话用于开教程UI",
"3550267716": "偷听两人的对话",
"3550331772": "打开大门",
"3550338487": "在蒙德正门迎击深渊教团",
"3550361215": "森林书长期闲置对话管理",
"3550501614": "更新group状态",
"3550533460": "对话开始调时间",
"3550928127": "到教学点2",
"3551055628": "废弃",
"3552036020": "沿着风龙废墟的高塔前进",
"3552072220": "获取四块白铁块",
"3552609280": "和派蒙对话",
"3552751316": "前往冒险家营地",
"3553789436": "前往璃月港北侧一带寻找万叶",
"3554193076": "击退出现的盗宝团",
"3554280004": "将3块新鲜的鱼肉带给芭尔瓦涅",
"3554596732": "盗宝团选项",
"3554942412": "与霍夫曼对话",
"3555023212": "进入幻境之门",
"3555161844": "判定交付鱼肉",
"3555315276": "与德鲁苏一起布置谜题",
"3555340508": "与申鹤对话",
"3555955068": "探讨面前的「神秘人士」",
"3555977428": "与阿贝多对话",
"3556769996": "与龙二对话",
"3556819476": "前往维卡拉商栈寻找艾尔海森",
"3557100271": "萨义德NPC送礼任务",
"3557534372": "刷掉魔剑",
"3557978932": "阿瑠说话",
"3558293476": "与龙二对话",
"3558501417": "好兆头",
"3558542076": "再次与竺子的父母对话",
"3559420604": "净化大晶石",
"3559502428": "前往鸣神大社下方的洞窟",
"3559651484": "跟随拉娜行动",
"3560136316": "前往稻妻",
"3560182068": "与杰里对话",
"3560226516": "采集洞口的星银矿",
"3560310767": "通关遗迹",
"3560729812": "净化大晶石",
"3560753991": "阿拉米告示牌前置任务",
"3560882223": "群玉阁…再现?",
"3560934252": "获得彩蛋1道具",
"3560943452": "进入鹤观",
"3562001056": "进入酒馆",
"3562146180": "跟孙女对话",
"3562242724": "前往事发地点查看情况",
"3562583860": "特殊交付1后加载group",
"3562789652": "保底",
"3562806084": "计时",
"3563537044": "跟随五郎寻找美和",
"3563578348": "深入「桓那兰那」",
"3564338508": "破除洞天结界",
"3564470188": "进入鹤观",
"3565059004": "与五郎对话",
"3565268572": "拍摄画片,记录嘟嘟莲的生长环境",
"3565322247": "赤王七柱成就管理",
"3565727623": "询问安柏奔狼领男孩的事情",
"3566303111": "隐藏选项2解锁",
"3566842884": "水池",
"3567320860": "离开秘密实验室",
"3567473012": "阿贝多开车",
"3567490380": "找到海灯图标记的位置",
"3567600788": "前往轻策庄",
"3568100892": "与兰迦鲁对话",
"3568210110": "水:持续时间延长|1名角色{param5:F2}秒",
"3568215636": "爬上树取下霄灯",
"3568747175": "烟花少女与奇妙童话",
"3568777444": "询问胡塞尼",
"3568812516": "调整时间",
"3568848428": "机关2回滚",
"3569154556": "废弃",
"3569195956": "交付美味之后对话",
"3569385084": "在店内打听消息",
"3569648412": "打破三组「须陀流心」",
"3571088775": "隐藏选项1解锁",
"3571309207": "流转存续的花神诞祭",
"3571538046": "与温迪对话",
"3571555580": "与兰罗摩对话",
"3571628463": "兰那罗唤醒04",
"3572028308": "成功交付",
"3572398916": "焕发蕈兽的潜能",
"3572549348": "寻找更多线索",
"3572584748": "使用「苦舍桓」解除「耶然草」的封印",
"3572887367": "妲卡玛忒的白铁块需求",
"3573286996": "判定获得道具",
"3573524292": "扫清落叶堆",
"3573925708": "寻找另一个小队成员的线索",
"3574128508": "完成对话",
"3574689671": "失败回滚",
"3574859548": "参观营地中的设施",
"3575132900": "解开天遒谷的秘密",
"3575133700": "*废弃",
"3575593644": "等待至翌日上午(次日早8点-12点),与柴染对话",
"3575670492": "找到下去方法",
"3575683591": "荒泷极上盛世豪鼓大祭典",
"3575707108": "击败镀金旅团",
"3575804711": "蒲公英的归宿",
"3575865540": "依照露子的指引激活所有祭坛",
"3575985324": "将事情的原貌告知万国商会",
"3576025108": "判断coop完成用",
"3576432932": "前去寻找丢失的海螺",
"3576774708": "靠近「万叶」",
"3576786516": "找到三个觉树之堂",
"3576817180": "寻找正胜师傅",
"3576818855": "异乡人的忏悔录",
"3576947276": "与优菈交谈",
"3577707572": "前往编辑家",
"3577720836": "取得「水史莱姆的浓厚凝液」",
"3577847436": "与塞琉斯对话",
"3577881964": "与霖铃对话",
"3578118052": "与斯万对话",
"3578144804": "与荷贝特和凯万对话",
"3578212420": "和兰般度一起去高处",
"3578515356": "与安娜对话",
"3578656580": "等到傍晚(18:00-20:00)",
"3578823407": "将「野菇鸡肉串」交给琳",
"3578935636": "等到第二天(10-14点)",
"3579102684": "废弃和兰那罗对话",
"3579484860": "与吉法师对话",
"3579979886": "前往三碗不过港",
"3580225980": "待海岛异状平息后,前往盆景处",
"3580628351": "骑士团手册问答",
"3580659268": "继续向前探索",
"3581026932": "清理盗宝团留在雷樱树上的「小手脚」",
"3581161244": "播放cutscene",
"3581502644": "凶签绘马交付·大凶",
"3581650388": "疏通贯穿山体的水脉",
"3582236348": "与莱昂对话",
"3582425916": "转告一平和新之丞",
"3582653348": "前往岩上茶室二楼",
"3582722255": "风魔龙的原谅",
"3582764996": "随机饮料游戏1",
"3582896580": "给花种浇水",
"3583099636": "与刻晴对话",
"3584120452": "前往谒颂幽境寻找兰那库拉",
"3584189564": "与小姜对话",
"3584208612": "与龙二对话",
"3585031791": "冲击!颠倒织梦!",
"3585121836": "与铁算盘交谈",
"3585179892": "与迪奥娜对话",
"3585374927": "阿桂的药材需求",
"3585594180": "进入地下遗迹",
"3586184948": "等待到约定日期(第二天)",
"3586769724": "控制回滚创建圈",
"3587654812": "触碰鸟羽",
"3587684385": "与爱拉尼对话",
"3587934396": "对话任务记录进度2-2(手动)",
"3588164364": "与雷电将军对话",
"3588205316": "寻找宝藏",
"3589387937": "与宝儿对话",
"3589867202": "搜寻「祖训」",
"3590462584": "判断08或10完成",
"3590660804": "跟随奇怪的痕迹",
"3590711388": "判定蒲公英被吹走",
"3590726247": "将一枚钩钩果交给雷泽",
"3590742012": "前往「孩子们的藏身处」",
"3590768572": "隐藏-回滚隔离",
"3590781431": "与派蒙对话",
"3591065855": "人之海的秘书",
"3592046840": "惊醒丘丘人",
"3592207204": "前往「花花琼脂」摊位",
"3592224452": "完成志琼的委托",
"3592314988": "与派蒙对话",
"3592641383": "隐藏瑾武送礼",
"3592902388": "为影推荐并讲解书中内容",
"3593042879": "山之召唤",
"3593093692": "与莉尔对话",
"3593266727": "阿汉格尔NPC送礼任务",
"3593406572": "与「式大将」对话",
"3593953500": "糖果选择5号",
"3594255532": "解冻所有「碎片」",
"3594354292": "继续在码头寻找线索(1/2)",
"3594491759": "控制活动氛围布置",
"3594551124": "向加扎里询问资料的事",
"3594551260": "与久岐忍对话",
"3595233004": "前往圣显厅上层",
"3595412900": "仅用于随机",
"3595750988": "向阿扎莱回报",
"3596423782": "黄金屋对话",
"3596603743": "与丽莎对话",
"3596759052": "前往璃月港北侧一带寻找万叶",
"3597014948": "将一份蒲公英籽交给布洛克",
"3597050836": "隐藏任务用于发放家具",
"3598432167": "「百人一揆·黄金旋风」",
"3598663700": "前往「秋沙钱汤」上方探查",
"3598941388": "活动首环隐藏任务",
"3599056696": "酒豪的评价:好!",
"3599481620": "按查耶维奇的要求打倒丘丘人",
"3599653788": "学习并调制指定饮品",
"3600303340": "收集「须弥蔷薇」的种子",
"3600854788": "与朝仓对话",
"3601371542": "判断是否回滚",
"3601376068": "在夜间点亮火把(20点~24点)",
"3601511908": "跟随九条裟罗闯入天领奉行府",
"3601757511": "待客之道",
"3602327703": "达丽娜NPC送礼任务",
"3603219964": "与吉盖克斯对话",
"3603298084": "解放所有「高门之火」",
"3603333636": "向古德温回报",
"3603652718": "玩家选择一号石头",
"3603677668": "和大家汇合",
"3603735316": "对话刷仙灵改天气",
"3603820660": "清理附近魔物",
"3604152198": "探索秘境,寻找深渊法师",
"3604492612": "织梦之森机兵8完成",
"3604582396": "在大日御舆的地下寻找阿祇",
"3604856444": "隐藏任务:世界树CS2",
"3604962908": "废弃",
"3605612436": "与奇怪的愚人众对话",
"3606455590": "寻找派蒙想要的材料",
"3606811367": "库洛什的鲜花需求",
"3606984132": "废弃",
"3607090060": "隐藏-玩法成功了",
"3607143060": "搭乘「浪船」,继续打捞失物",
"3607164452": "开启挑战",
"3607351564": "隐藏任务用于记录开船成功失败",
"3607497316": "任务隔离,防止回滚",
"3607787012": "等到第二天",
"3608254084": "寻找前往「镇石」的方法",
"3608573684": "玩家选错扣三丝",
"3608637927": "扑朔迷离的命运",
"3609170156": "与旭东汇合",
"3610437020": "与小姜对话",
"3610923036": "继续前往沙漠拍卖会",
"3611125319": "肉食者,布洛克",
"3611726671": "兰那罗音乐14",
"3611731343": "特别训练",
"3612436844": "前往总务司,向千岩军报案",
"3612691980": "与派蒙对话",
"3612935500": "向塞琉斯回报",
"3613610524": "与兰罗摩对话",
"3613881214": "在料理对决现场与香菱交谈",
"3614298160": "酒豪的评价:差!",
"3614326332": "隐藏-开始顺序击破",
"3614423679": "须弥告示牌咖啡厅",
"3614690492": "前往新月轩赴宴",
"3615419996": "在七座御陵墓石前献上珊瑚真珠",
"3616002956": "继续跟随气息寻找线索",
"3617007087": "与琳对话",
"3617063470": "将清心带给阿大",
"3617222596": "返回水池之外查看沃尔夫冈的笔记",
"3617732804": "解除9颗岩柱",
"3617925628": "安全降落至指定位置",
"3617977196": "调查觉树之堂中的树木",
"3617985231": "隐藏卡了琳娜失踪",
"3618152836": "回滚保护",
"3618401756": "回复莱内",
"3618629879": "到温迪附近",
"3619293828": "探索进入机器人内部的方法",
"3619403444": "向千岩军了解附近的情况",
"3619709996": "离开乌有亭",
"3619823455": "小小的远行·非应急食物",
"3619986808": "对话生气的艾琳2",
"3620270239": "逐月节的诸多事宜",
"3620472828": "进入新的空间",
"3620554148": "对话 遗忘了了90%",
"3620740303": "与珍稀之鸟的短暂邂逅",
"3621217276": "用元素视野寻找维克多丢失的盒子",
"3621282858": "防御回滚",
"3621612088": "与艾拉·马斯克对话",
"3621817828": "选不给料理",
"3621863492": "判断读过笔记",
"3622500516": "璃月纪念品商店",
"3622522172": "打倒盗宝团",
"3622790527": "远渡重洋的邂逅",
"3622865900": "再寻找三枚奇异的「牙齿」",
"3623462327": "途中与市民交谈(塞琉斯)",
"3624971012": "向提纳里打听情况",
"3625025772": "放置手鞠球",
"3625703924": "与海乱鬼对话",
"3625906300": "离开洞穴",
"3626118188": "跟上豆助和柴助",
"3626530908": "打开笼子",
"3626637764": "与温迪对话",
"3627762492": "与长次分享自己做的差的料理废弃",
"3628123132": "播放cutscene",
"3628125756": "将一份能吃饱的料理交给一成",
"3628624164": "记录分支进度",
"3629279572": "前往派蒙指示的地点",
"3629393212": "使用背包中的罐装知识",
"3630786956": "将租金交给歌德",
"3631955287": "寻找藏匿的书籍",
"3632004572": "彩蛋2 爬架开车提示",
"3632257548": "小安衔接",
"3632437023": "采集钩钩果",
"3632729108": "计数",
"3633102340": "与众人对话",
"3633315804": "与夜兰对话",
"3633474671": "与琴对话",
"3633579180": "岛屿上升",
"3633614628": "打开石中植物",
"3634199612": "废弃",
"3634791164": "*废弃",
"3634810508": "离开秘境",
"3635228655": "击败史莱姆",
"3635575420": "与歌德对话",
"3636476972": "座点3",
"3636481796": "与八重神子对话",
"3636519824": "收集指定食材",
"3636645028": "寻找城堡模型的碎片",
"3636706199": "与骑士团门口的霍夫曼对话",
"3636879172": "与派蒙对话",
"3638075212": "与芭尔瓦涅对话",
"3638382852": "与杰克对话",
"3638929220": "隔天接取",
"3639085430": "向志华回报",
"3639592404": "打破风琥珀",
"3640040580": "打倒所有魔物",
"3640708476": "与阿贝多对话",
"3641697200": "与杜拉夫对话",
"3642134748": "将鱼饵的材料交给凯万",
"3642167159": "热沙中的秘密",
"3642423687": "下层对话控制器",
"3644647495": "六情通七仙贺八方飘香九霄得闻十分完满",
"3645107556": "解放所有「高门之火」",
"3645136596": "进入梦境",
"3645207911": "学术的往来",
"3645291452": "在附近寻找秘宝的线索",
"3645337164": "向轻策庄里的人询问小六的去向",
"3645397012": "使用元素视野寻找史莱姆",
"3645585768": "摇晃",
"3645722316": "前往洞窟寻找兰沙恭",
"3645777884": "前往清籁岛,拍摄画片",
"3646012687": "隐藏-兰那罗小游戏-顺序击破2",
"3646034948": "荒神社幽灵NPC1-1",
"3646070756": "与海宁对话",
"3646232984": "给查尔斯回报信息",
"3646296684": "隐藏-如果接到了层岩主线,且完成了钟离线2,就把71071的全局变量设为1",
"3646653311": "飞雀扰剑意",
"3646720860": "寻找藏起来的三人",
"3646984020": "完成演出·中间幕",
"3647129972": "隐藏-真正的玩法开启",
"3647343239": "隐藏循环挑战boss",
"3647965308": "继续前进",
"3648670060": "前往大巴扎",
"3648869580": "近路发现愚人众营地",
"3649081519": "兰纳迦的回忆",
"3649108372": "继续向前,见证欢送仪式",
"3649254423": "按指定路线限时飞抵终点",
"3650062412": "读信",
"3650441372": "尝试开启棺椁",
"3651228188": "前往营地",
"3651586012": "破坏「栖木」",
"3651796084": "(废弃)等待时间进入晚上(18-24点)",
"3651953304": "与艾拉·马斯克对话",
"3652190428": "花散里消散CS后切换天气场景2",
"3652214788": "与兰迦鲁对话",
"3652289068": "指引到渊下宫",
"3652480324": "第二次检测",
"3652717820": "与被救出的二郎对话传送前",
"3652860876": "向前搜索,寻找食材",
"3653258652": "陪同可莉,把箱子带给莫娜",
"3653291516": "观察须弥蔷薇,寻找隐藏的歌曲",
"3653459108": "在海边捡到一个带有藏宝图的海螺",
"3653467188": "控制古代正文父任务完成的子任务",
"3654480020": "切换千奇核心状态",
"3654551826": "聆听思思与潮汐的对话",
"3654785455": "矢田幸喜的白铁块需求",
"3654969116": "与莱昂对话",
"3655319903": "博来送礼任务",
"3655730316": "进入「凶煞折行之寮」",
"3656202736": "退出地城/完成交互 摧毁gadget",
"3656337660": "调查废弃营地",
"3656442599": "与NPC2交涉失败-战斗环",
"3656533247": "「你好」、「谢谢」;最后是「再见」",
"3657382516": "寻找与「荣发商铺」交易的收据",
"3657769108": "入夜后前往指定位置打倒盗宝团(0点~6点)",
"3657815911": "全能美食队·深潜者",
"3658027060": "将事实告诉重云",
"3658378052": "完成花题",
"3658705924": "用风或水元素帮助江城清扫屋子",
"3658881128": "击退生气的丘丘人",
"3658908327": "解锁传送锚点",
"3658944308": "获得盗宝团战利品",
"3658988516": "与随缘的铃官对话",
"3659187500": "与寡言的廷方对话",
"3659360348": "设法与纳西妲的意识进行连接",
"3659982527": "给丽莎挑选花",
"3660153799": "未尽的硝烟",
"3660481476": "激活大厅中央的装置",
"3660900548": "进入驾驶舱",
"3661812168": "客户端数据验证",
"3662060068": "回到阿晃的藏身处",
"3662141260": "遗迹守卫选项",
"3662186180": "将盆景右侧转换为优悠山石",
"3662373668": "废弃子任务",
"3662420380": "与悦子对话",
"3662479952": "观察宁禄先生的近况",
"3662571100": "(活动接取任务)",
"3662713351": "镜花听世",
"3663228972": "前往蒙德商业街",
"3663266252": "在酒馆外寻找宁禄",
"3663587956": "悄悄跟上沉默的行人",
"3663965798": "尝试操控机关",
"3666504452": "前往指定的位置",
"3666608975": "在风起地寻找温迪",
"3666678972": "二郎小岛创生后判定进入路线A",
"3666987496": "是否加料",
"3667396916": "找到传送门之曲",
"3667424292": "暗号对话2",
"3667549148": "寻找合适的取景地",
"3667767860": "调查附近的病患(1/3)",
"3668047876": "前往离岛与托马对话",
"3668368080": "消灭史莱姆",
"3668563551": "击退风魔龙",
"3668759228": "清理盗宝团留在雷樱树上的「小手脚」",
"3668965646": "战斗后对话",
"3669469532": "与莎拉对话",
"3670176366": "向酒客们打听「最强战力」的事",
"3670723084": "赶往锦囊指示的地点",
"3670802556": "前往巨大海螺所在处",
"3670877868": "向哈里展示命令书",
"3670918279": "群玉阁传送",
"3670927828": "击败遗迹守卫",
"3671074140": "等时间",
"3671271508": "与王扳子对话",
"3671326268": "和塞琉斯对话",
"3672122268": "陪妮露取回最后的货物",
"3672128500": "跟捉迷说话",
"3672163380": "第四次关门",
"3672559260": "帮哈特姆选择一份「吞金料理」",
"3672787244": "巫女消失Talk2",
"3672939068": "送矿工去附近的营地休息",
"3673196271": "兰那罗交付09",
"3673261444": "完成挑战",
"3673358084": "与亨利莫顿对话",
"3673603918": "寻找涤尘铃",
"3673732436": "前往净善宫",
"3673750548": "与悦子对话",
"3673929236": "在城内寻找旧贵族",
"3673972676": "前往调查奇怪的冰",
"3674031148": "BOSS点",
"3674375316": "与班尼特一起调查房间",
"3674775839": "启动好睡族祭坛的元素机关",
"3674875710": "追上闯入遗迹的香菱",
"3674986072": "和铁匠瓦格纳交谈",
"3675000140": "前往五歌仙广场等候",
"3675248892": "与莱昂对话",
"3675358151": "前往骑士团",
"3675459964": "与塞琉斯对话",
"3675518236": "倒计时",
"3675844385": "在绝云间内寻找仙人的线索",
"3675850700": "第二张",
"3675884716": "前往雪山西面的山坡寻找乔尔的父亲",
"3676249831": "与莎拉对话",
"3676532209": "无罪推定",
"3677123284": "(hide)发送水池通知",
"3677540188": "玩法开始",
"3677685012": "战胜无留陀的化身",
"3677720004": "返回营地,获取阿贝多的结论",
"3677936524": "从残魂处取得供奉之物",
"3678464064": "与蒂玛乌斯对话",
"3679238508": "与维多利亚修女对话",
"3679876524": "前往离岛,寻找伯特兰",
"3681025372": "清理盗宝团的后勤营地",
"3681328656": "收集绳索",
"3681842956": "继续陪妮露取回货物",
"3682043446": "寻找「公子」",
"3682077071": "前往特训地点",
"3682411242": "与璐璐、阿飞、小蒙对话",
"3682705823": "5号房间-战斗环&标记任务",
"3683052556": "是否已交付食材",
"3683198103": "断绝旧日之途",
"3683199500": "与派蒙对话",
"3683323503": "在大教堂里创建凯亚",
"3683961412": "与丘丘人对话",
"3684829036": "领取邮件",
"3685222364": "和森之子交流",
"3685775084": "寻找两把火药库房的钥匙",
"3685782356": "前往雪山的七天神像附近放置包裹",
"3685999380": "与神里绫华对话",
"3687361292": "第四日刷group",
"3687452924": "击败草史莱姆",
"3687483908": "寻找声音的来源",
"3687668948": "扫清所有魔物并清除路障",
"3687857860": "帮哈特姆选择一份「吞金料理」",
"3687869359": "神秘的「往生堂」",
"3688909073": "勿言勿笑",
"3689348844": "回滚隔离",
"3689700492": "跟着脚印继续追踪",
"3689751164": "前往木漏茶室",
"3689911687": "小范围的改变",
"3690003196": "用于控制混乱营地显示",
"3690113396": "去北国银行对质",
"3690263588": "继续找市民交谈",
"3690341556": "打倒所有魔物",
"3690342436": "参加比赛",
"3690529340": "陪小冥玩捉迷藏",
"3690620916": "增加任务进度",
"3690644748": "观察大门,寻找前进的方法",
"3690835999": "鱼钩的物尽其用",
"3691023892": "等待拍卖会开始(16-18点)",
"3691157380": "前往水池中岛上的笔记遗留之处",
"3691394868": "在层岩巨渊外围巡查",
"3692219468": "与石头对话",
"3692450566": "与丘丘人交涉",
"3692548887": "万民鲜食",
"3692829756": "与瑾武交谈",
"3692941092": "前往可疑地点调查并消除威胁",
"3693276468": "找到大慈树王残留的意识",
"3694156310": "前往散发「业障」气息的洞天",
"3694762852": "前往甘金岛",
"3694775644": "寻找线索",
"3694787191": "跑到C点",
"3694994801": "调查并抄写石碑上的内容",
"3695182428": "班尼特Coop天气恢复处理",
"3695395086": "控制海灯节npc活动模式",
"3695871380": "二郎救出前对话1",
"3695992391": "隐藏-控制塔列辛、海迪夫和瑾武在上层的闲置对话",
"3696666948": "与沐宁对话",
"3696670356": "调查矿堆",
"3697095196": "隐藏-创建小轻策",
"3697931572": "继续向前探索",
"3698861340": "等到第二天晚上(18点~6点)",
"3699073239": "与迪卢克对话",
"3699268532": "前往指定区域进行调查",
"3700139652": "确认提纳里和迪希雅的状况",
"3700146084": "前往训练地,启动地脉镇石",
"3700277876": "前往轻策庄",
"3700528716": "与长次分享自己做的一般料理废弃",
"3700554100": "寻找独自冒险的志琼",
"3700557980": "与塞琉斯对话",
"3700942783": "稻妻时尚入门",
"3701001436": "去河边抓鱼",
"3701237956": "与小千对话",
"3701832300": "向胡塞尼回报",
"3702065052": "荒神社幽灵NPC1-2",
"3702381444": "追上诗筠与博易",
"3702434708": "沿路前进",
"3702598916": "准备露营",
"3702878428": "听心海发表演说",
"3703049348": "困兽之斗",
"3703068719": "风花节与冒险家",
"3703164316": "与烟绯对话",
"3703820324": "机关1回滚",
"3703991964": "与莉莉对话",
"3704006516": "前往兰罗摩所说的地方",
"3704506388": "*废弃",
"3704611212": "找到发布委托的朝仓",
"3704993204": "将三朵塞西莉亚花交给克罗丽丝",
"3705340031": "大号脚印开车",
"3705444062": "与淮安对话",
"3705493636": "在营地中搜索维修材料",
"3705516486": "刷送仙物品",
"3705599111": "阿尔弗雷德的花束",
"3705621548": "与莱依拉对话",
"3705680620": "与雅丝敏对话",
"3705777436": "回到「祭场」",
"3706205044": "隐藏任务用于回滚隔离",
"3706248844": "与提尔扎德对话",
"3706311391": "千年千岩",
"3706441140": "与众人对话",
"3706600756": "与温迪对话",
"3707042844": "将一份「美味的萝卜时蔬汤」交给兰帕卡提",
"3707062838": "将书交给阿旭",
"3707553868": "古代正文对话1-8",
"3708198375": "轻策之围",
"3708220407": "前往林中废墟",
"3708318697": "寻找开启石碑的线索",
"3708535656": "与艾拉·马斯克对话",
"3708786420": "前往郊外的丘丘人营地",
"3709242804": "寻找优丹",
"3709841279": "使用安柏消灭空中的史莱姆",
"3709977652": "追上可莉,取回箱子",
"3709997964": "击败游荡的愚人众",
"3710364228": "与派蒙对话",
"3711190192": "回蒙德城与琴对话",
"3711300460": "清理丘丘人营地",
"3711576166": "听千岩军宣布通告",
"3711742788": "Start",
"3711746076": "和森之子交谈",
"3711860972": "回滚隔离",
"3711972436": "从走私营地密道进入",
"3712358340": "前往蒙德城门口",
"3713881756": "放置鳞片",
"3714017496": "完成4个每日委托后与凯瑟琳对话",
"3714694292": "将圣金虫交给扎卡里亚",
"3715060820": "在「常夜」时调查池水",
"3715218508": "与梢对话",
"3715245380": "与兰犍多对话",
"3715410500": "对话中开门",
"3715569724": "唤雨之森机兵9完成",
"3716021612": "寻找两把火药库房的钥匙",
"3716105516": "刷掉强A",
"3716732766": "与博来对话",
"3716816367": "九霄之石悬残片",
"3716860052": "破解附近的机关",
"3716989964": "开车",
"3717077759": "告别之梦",
"3717150188": "与钟离和宛烟交谈",
"3717666252": "在乌有亭门口商量下一步计划",
"3717696924": "携带定位器离开拍卖会",
"3717739959": "叶戈尔送礼任务",
"3717743900": "对话中开门",
"3717781092": "言灵线索1创生对话",
"3718073692": "寻找宝藏",
"3718985255": "全能美食队·寻食之旅",
"3719539564": "任务领取,玩家是女",
"3719577380": "寻找船上运送的东西",
"3719592327": "恒久之约",
"3719629724": "劝服失败对话",
"3719639708": "为地脉中的妖怪灵魂送别",
"3720826076": "寻找古拉布吉尔的蛇口粮",
"3721185340": "继续向前探索,寻找出口",
"3721569588": "寻找咖啡馆内的线索",
"3721659148": "与五郎对话",
"3721726199": "玛亚姆NPC送礼任务",
"3721732076": "跟随故事的指引进入城堡",
"3721846588": "前往「天使的馈赠」打探情报",
"3722092756": "击败出现的水岩龙蜥",
"3722152298": "搜集书页2",
"3722303284": "与言笑对话",
"3722443367": "完成大擂台挑战",
"3722601820": "与吉法师对话",
"3722828916": "击败来袭的魔物",
"3723249228": "陪宵宫和可莉一起去容彩祭看看",
"3724033575": "标记对话完成",
"3724234876": "判定小黑屋完成",
"3724554911": "完美留影",
"3725271884": "按查耶维奇的要求打倒丘丘人",
"3725355592": "将石珀散落的位置告诉石壮",
"3725627804": "与提米对话",
"3726313031": "婕叶NPC送礼任务",
"3726739596": "换个安静的地方",
"3726864196": "前往九条家,与九条镰治交谈",
"3726907551": "轻按元素战技",
"3726993588": "在海滩上四处走走",
"3727284404": "主线结束后-海迪夫",
"3727446540": "向凯瑟琳回报",
"3727451140": "打倒所有盗宝团",
"3727504292": "与兰巴德对话",
"3728246844": "与甘雨对话",
"3728560572": "操作装置修复道路",
"3728961108": "使用「羽毛」寻找线索",
"3729363975": "寻找可疑的人",
"3729385228": "打黑烟1",
"3729871716": "倾听并解决蒙德居民的烦恼",
"3729881212": "将两份烤肉排交给男子汉杰克",
"3730374260": "启动装置",
"3730681374": "回璃月港,见证海灯节最后一日",
"3731639428": "与法伽尼对话",
"3731686548": "在七座御陵墓石前献上珊瑚真珠",
"3731769036": "与众人交谈",
"3731975119": "加入镀金旅团,拥抱美好生活!",
"3732392470": "触发开车和注目镜头用",
"3732419311": "任务编辑器测试",
"3733012948": "逃离主岛处理",
"3733739135": "消灭来袭的敌人",
"3733781668": "与芭努对话",
"3733783188": "与玉霞对话",
"3734286972": "隐藏 播放cs",
"3735275503": "罗因贾篇·阳卷",
"3735859628": "与托马和神里绫人交谈",
"3736288976": "进行烹饪",
"3736407012": "与阿洛瓦对话",
"3737220471": "料理是思归的香气",
"3737551660": "花骨朵出现",
"3738073708": "等待印刷完成(次日14点~16点)",
"3738263788": "(tes)到达一处封印区域",
"3739404580": "获得汲取了生命力的龙牙",
"3739636572": "与纳西妲对话",
"3739679828": "寻找「无名武士」",
"3740245716": "向阿扎莱回报",
"3740679244": "调整时间到9点",
"3740962132": "前往播撒药水",
"3741061116": "与平藏交谈",
"3741238996": "与兰巴德对话",
"3741404991": "寻找元素痕迹",
"3741624687": "(好感+0)这个苹果给你吃?",
"3742422180": "城下町间谍-中间对话",
"3742954124": "与「九十九物」的葵对话",
"3743208708": "前往需要清理的死域",
"3743984276": "抓捕二保底",
"3744068708": "前往逢岳之野",
"3744569447": "苏二娘送礼任务",
"3744749850": "安抚小蒙和阿飞",
"3744860332": "参加决赛",
"3745150236": "与麻纪对话",
"3745276676": "前往屋顶收拾",
"3745289508": "前往沙漠拍卖会现场",
"3745744292": "与朝雾对话",
"3745877828": "击退镀金旅团",
"3746457804": "返回化城郭",
"3746757857": "检测固定时间刷新元素紊乱",
"3746778620": "询问关于现状的线索",
"3747169660": "创生NPC保底",
"3747353324": "消灭所有魔物,并拆除魔物营地",
"3747891988": "击败来袭的魔物",
"3748145828": "回复心海",
"3748224599": "榜样冒险家!",
"3748798639": "古德温NPC送礼任务",
"3748848012": "击败层岩巨渊深处的怪物",
"3749305124": "与薇尔对话",
"3749981687": "「八重堂」的邀约",
"3750104252": "与兰拉娜对话",
"3750219399": "隐藏渊下宫传送用任务",
"3750463180": "向芙萝拉道歉",
"3750577425": "解禁4-隐藏",
"3750921591": "良药难求",
"3751139372": "回到幻境中使用碎片",
"3751319444": "将鱼饵的材料交给凯万",
"3751406836": "前往八酝岛寻找荒泷一斗",
"3751942399": "把4个冰雾花花朵交给迪卢克",
"3752046604": "与魈对话",
"3752558836": "出圈还原群玉阁+删除孤儿NPC",
"3752805740": "与罗因贾对话",
"3752976076": "渊下宫黑夜任务完成",
"3753238724": "壶内-地城失败",
"3753716212": "播片换时间",
"3754060508": "调查临时营地",
"3754064047": "此诗送此城",
"3754284999": "与安柏坐在同桌",
"3754582724": "前往设置信标处",
"3754907774": "向志华回报",
"3754943780": "去千风神殿外围,寻找维克多丢失的盒子",
"3755066460": "跟随北斗去见交易对象",
"3755148372": "与卡姆拉对话",
"3755251132": "与另一个愿意交流的丘丘人对话",
"3755337004": "帮助提纳里修复死域",
"3755543260": "与宛烟交谈,见证真相",
"3756195876": "凶签绘马交付·凶1",
"3756675631": "为了过去的孩子们",
"3756686268": "与大祐和悦子对话",
"3756975300": "计算进度保护",
"3757666055": "奥博伦玩法白盒任务",
"3757844884": "与八重神子交谈",
"3757851255": "故事构思法",
"3758013060": "与云堇对话",
"3758275564": "明天再找阿釜",
"3758423168": "防止进度被重置",
"3758606052": "与兰罗摩对话",
"3758916860": "击败眼前的魔物",
"3759440751": "《召唤王》",
"3759585708": "判定对话1是否完成",
"3759615495": "康纳的酿酒材料需求",
"3759758798": "围观修桥",
"3760071884": "向商人卖出材料",
"3760082172": "操作装置修复道路",
"3760160495": "芬得NPC送礼任务",
"3760289620": "与九条镰治交谈",
"3760390820": "与阿凡对话",
"3760400399": "隐藏计时补给站",
"3760646782": "向酒客们打听「最强战力」的事",
"3761212988": "与门前的毅交谈",
"3761627532": "用于保证独占",
"3761682668": "与提纳里对话",
"3761851956": "与福本对话",
"3762755788": "与五郎对话",
"3762786113": "武器强化",
"3763579996": "在左侧魔物营地内寻找食材",
"3763593464": "和铁匠瓦格纳交谈",
"3763729156": "与凝光交谈",
"3763857247": "前往猎鹿人餐馆",
"3763963668": "前往指定地点",
"3763983532": "寻找海盗宝藏",
"3764036460": "与阿桂对话",
"3764069148": "跟随万叶前往海边",
"3764343294": "学习做霄灯",
"3764650972": "回八重堂找阿茂",
"3765115412": "打倒史莱姆",
"3765191668": "糖果选择4号",
"3765333711": "万民鲜食",
"3765969340": "与凯瑟琳对话",
"3766062676": "取得血枝珊瑚",
"3766125588": "与NPC对话",
"3766367927": "易地则明,失线则弗",
"3766607476": "和NPC对话",
"3766645476": "打黑烟1",
"3766729084": "与芬德对话",
"3767082164": "阅读尼古拉留下的信息",
"3767568244": "与贾法尔对话",
"3767634276": "回滚用任务环",
"3767961584": "与查尔斯对话",
"3767972084": "拜访鲁哈维",
"3767998991": "狩猎提示",
"3768036988": "拼接「恒动械画」",
"3768297124": "放置信标",
"3768932345": "离岛大告示板 (2",
"3769100748": "共鸣",
"3769751356": "打倒所有史莱姆",
"3769774236": "将单据带给小安",
"3769988836": "与舒伯特交谈",
"3770241855": "海灯节常驻1",
"3770355020": "与派蒙对话",
"3770990420": "与汤米对话",
"3771190180": "前往乌有亭",
"3771243791": "御用在他乡",
"3771620460": "开启「净化装置」",
"3771966868": "前往山崖下方寻找同伴",
"3771987364": "调查货物",
"3772322863": "兰那罗音乐06",
"3773003276": "向稻叶久藏回报情况",
"3773282812": "询问最近货物进出情况",
"3773656564": "(hide)隐藏更换假山",
"3773671988": "前往勘探队营地",
"3773672068": "测试城市等级大于等于",
"3773804876": "等到两天后早上7时",
"3773892820": "完成任务",
"3774126588": "前往刻晴所说的地点",
"3774804660": "前往阿贝多的营地",
"3775335538": "回滚隔离",
"3775339740": "与纳西妲对话",
"3775427680": "给查尔斯回报信息",
"3775506148": "种植完成等待天数_00",
"3775898785": "璃月石龙",
"3776904404": "盐尺处对话(release后隐藏)",
"3776944164": "前往资料室打听情报",
"3777054308": "开启靖世九柱",
"3777087308": "跟随皮特前往「品梦一刻」",
"3777116255": "向蒙德进发",
"3777557372": "前去野外调查",
"3777602540": "新版收集齐四块石板",
"3777872257": "猪突…猛进!",
"3777947396": "解除封印",
"3777956180": "与威拉格交谈",
"3778084878": "供奉「美味的松茸酿肉卷」",
"3778366220": "收集制作御守所需的材料",
"3778969420": "和路人NPC们的隐藏对话",
"3779057876": "到标记点附近附着火元素15秒",
"3779311862": "在玉京台进香许愿",
"3779319284": "选择杀戮",
"3779355196": "与安贞的残影对话",
"3779413780": "复杂对话删除NPC桥接任务",
"3779996636": "再度离开-阿武",
"3780077196": "跟汤米一起回营地",
"3780144519": "卸去铠甲之时",
"3780526156": "将样本带回给阿金",
"3780865796": "召唤派蒙",
"3782381639": "常世入口",
"3782931908": "击败鲍连卡与他的喽啰。",
"3782996332": "向士兵们打听情报",
"3783064740": "与弗朗西斯对话",
"3783693892": "与维克多对话",
"3783774935": "优丹NPC送礼任务",
"3783945596": "与鹿野奈奈对话",
"3784010244": "和NPC对话",
"3784718730": "清扫落叶堆",
"3785147284": "将拍到的奇怪岩石交给海迪夫进行鉴定",
"3785217199": "智慧筑屋,凿成七柱",
"3785750524": "与「一心净土」中的雷电将军对话",
"3785935700": "前往雪山,搜寻线索",
"3786324356": "探索饱饮之陵",
"3786373236": "击打净化后的大晶石",
"3786514524": "寻找下一个遗迹",
"3786527384": "酒豪的评价:恐怖!",
"3787268028": "与希尔米对话",
"3787275404": "继续与雅丝敏同行",
"3788251172": "寻找合适地点,准备烹饪",
"3788469372": "寻找并点亮所有装置",
"3788693487": "花园的精灵",
"3788701268": "与阿釜对话",
"3789028524": "前去清除最后的死域",
"3789233308": "跟踪诗筠与博易",
"3789465092": "前往游击艇的位置",
"3789689924": "前往龙脊雪山",
"3789694732": "回去稍微休息片刻",
"3789806257": "麻烦的工作",
"3789883025": "侦察骑士,又一天!",
"3790591545": "钥匙是易丢品",
"3790880132": "前往「大肉丸」感应之处",
"3791177792": "前往询问艾拉·马斯克",
"3792196636": "前往蒙德大教堂",
"3792422564": "与重佐对话",
"3792806609": "解除黑日族封印",
"3793408615": "若心送礼任务",
"3793717396": "与玛乔丽对话",
"3793754716": "与法伽尼对话",
"3794487140": "与清昼对话",
"3794773247": "主角动作测试",
"3794986404": "将东西带回给里夫",
"3795750868": "逃离圣显厅",
"3796025585": "与兰达对话",
"3796525908": "前往社奉行所见证危机落幕",
"3796773270": "回答看狗",
"3796901924": "翻开《圣国的咏唱》第三卷",
"3797109974": "与可莉对话",
"3797649836": "第6天最后对话调时间",
"3797768135": "失踪的守村人",
"3797916844": "与「群玉阁」的秘书们对话",
"3798270886": "询问阿飞",
"3798296516": "离开喀万驿",
"3799244956": "隐藏 播CS",
"3799297583": "阿弗拉图之惑",
"3799540476": "查看石碑",
"3799735012": "用钥匙打开「宝库」前门",
"3800409380": "跟随气息寻找线索",
"3800505260": "前往神里屋敷见神里绫华",
"3800552084": "前往玉京台",
"3800675092": "前往狭间之街",
"3801361276": "与兰纳真对话",
"3801368420": "与NPC对话",
"3801428759": "林中小曲",
"3802635156": "离开「西风之鹰」的庙宇",
"3802885588": "回去和拉菲克对话",
"3803162500": "与班尼特对话",
"3803371820": "前去回收泥土",
"3803488580": "与瓦尔坦和古尔根对话",
"3803618668": "将蒲公英籽与史莱姆凝液交给布洛克",
"3803636791": "显示章节ui用",
"3803796188": "跟随脚印追踪丘丘人",
"3804306009": "水手的秘宝",
"3804753524": "与安娜对话",
"3804905423": "扳手与锤子",
"3804906428": "石川对话",
"3805175228": "与旭东对话",
"3805809746": "与艾拉·马斯克对话",
"3805916935": "七天神像演出-化成郭",
"3806214671": "愿望",
"3806653799": "音游活动六阶段",
"3806675540": "9骑士",
"3806764518": "从遗迹猎者处获取霞生石",
"3806783628": "判断HE支线用",
"3807380082": "完成玩法",
"3807452743": "稻妻时尚入门",
"3807532359": "艾拉·马斯克NPC送礼任务",
"3807715884": "向长野原龙之介回报",
"3807919068": "与兰罗摩对话",
"3808011503": "阿什帕齐NPC送礼任务",
"3808236823": "爱德琳NPC送礼任务",
"3808634383": "海灯节D2-3解谜",
"3808717292": "言灵线索8触发",
"3809129172": "返回阿如村",
"3809538204": "启动热气球进行「光钉」的运输",
"3809677527": "百识送礼任务",
"3809806740": "与古尔根对话",
"3810169769": "岩神像切换能力教学",
"3810432724": "向清昼回报",
"3810452492": "与哲平对话",
"3810638588": "隐藏任务:炉灶点火",
"3810818183": "无忧节",
"3811171116": "*废弃",
"3811198276": "与随缘的铃官对话",
"3811701622": "击败丘丘人",
"3812077636": "「跳进去」",
"3812184511": "鹤观壁画对话",
"3812525516": "与龟井宗久对话",
"3812551244": "前往咖啡馆与玛达赫对话",
"3812567628": "杀戮检测1",
"3812858524": "*废弃",
"3812879892": "与寝子对话",
"3812891884": "增加任务进度",
"3812982465": "冒险从捉迷藏开始",
"3813058324": "寻找供奉在纪念石前的供物",
"3813438551": "古星命定之地",
"3814214956": "与盗宝团对话",
"3814419636": "与百识交谈",
"3814493564": "以理服人",
"3814536716": "跟随仙灵",
"3815028028": "与安东尼对话",
"3815174276": "监听传送门之曲进度",
"3815351980": "保护任务",
"3815485836": "继续向前探索",
"3816179868": "与雅丝敏对话",
"3816259886": "切香炉",
"3816737196": "播放五歌仙CG",
"3816748780": "与派蒙对话",
"3816864660": "去蒙德城看望葛罗丽",
"3817492892": "参与拍卖会",
"3818168324": "前往「桓那兰那」所在之处",
"3818658312": "制作烈火精油",
"3818830575": "月浴之渊",
"3819251332": "打开「海祇之心」的大门",
"3819267335": "(好感+1)他们突然有急事回至冬国",
"3819598988": "前往第一处变异点进行调查",
"3819685876": "与豆助和柴助对话",
"3820560868": "采摘新鲜的花",
"3821761479": "与迪卢克对话",
"3821840428": "前往甘金岛寻找荒泷派",
"3822860140": "调查黑蛇骑士守护的东西",
"3823093220": "等待班尼特开启门口的机关",
"3823229500": "为云堇留影",
"3823319188": "2.5对话新功能测试 1",
"3824091724": "在大树上搜索三处「风」的痕迹",
"3824522116": "与神里绫华对话",
"3824917703": "和NPC对话",
"3825010020": "与NPC对话",
"3825121644": "与嘉义对话",
"3825482823": "无",
"3825924308": "调查兰那罗房子里的信息",
"3826181287": "医樱",
"3826310764": "与大岛纯平对话",
"3826841644": "击败魔物",
"3827436628": "在指定地点与阿瑠交谈",
"3827451292": "寻找泽维尔",
"3827563199": "织梦之森其三",
"3827842388": "隐藏 cs中卸载怪物group",
"3828037684": "寻找有价值的事物",
"3828571692": "取得「苏生之辔」碎片",
"3828844804": "获得《日月前事》",
"3829006852": "与心海交谈",
"3829080729": "点石成…什么",
"3829272239": "探索庙宇深处",
"3829490945": "瀑布群限时抵达挑战",
"3829728761": "乌有亭留言板",
"3829860823": "飘浮之灵,调查启动",
"3830795415": "一筷食二轮烹三餐尽欢四海扬名五味俱全",
"3830826188": "回滚隔离",
"3831293412": "与残魂对话",
"3831557271": "进入飞行测试场景",
"3831665292": "A分支见过克巳开了二郎的门",
"3832016548": "在教堂附近寻找小猫",
"3832053836": "保护我的传送",
"3832539726": "寻找钟离",
"3834435644": "倒计时",
"3834764836": "与班尼特对话",
"3835015220": "与萍姥姥对话",
"3835096087": "学院越野一阶段隐藏环",
"3835235824": "前往询问怀尔德",
"3835366364": "与甘雨对话",
"3835437542": "与博来对话",
"3835463568": "前往询问艾琳",
"3835482452": "击败埋伏的镀金旅团",
"3835527700": "跟随脚印前进",
"3836140492": "与对手对话",
"3836874663": "在安柏的指导下重考",
"3836954964": "雷根岛封印",
"3837361495": "献给某人的蔷薇·来自往日的歌谣",
"3838914724": "前往抽奖台",
"3839356738": "【玄幻分支】到绝云间找常九爷",
"3839419212": "用一份禽肉向小狗喂食",
"3839863311": "与NPC交涉失败-返回",
"3840081524": "前往打探二郎的情报",
"3840800247": "给丽莎挑选礼品",
"3841353252": "回报古拉布吉尔",
"3841500388": "返回菅名山",
"3841556124": "离开喀万驿",
"3841694161": "灵矩有宝予何人",
"3841744556": "跟随迪奥娜",
"3841858860": "发现灵药的线索",
"3842162276": "刷出第二波人群",
"3842172324": "继续向前探索与寻找",
"3842470628": "监听是否获取海螺1号",
"3842651332": "检测荒神社完成,通知group切suit",
"3842827908": "与鲁道夫对话",
"3843056732": "激活机关",
"3843259884": "消灭史莱姆",
"3843992188": "追上戴因斯雷布",
"3844171452": "与丘丘人对话",
"3844272780": "前往普斯帕咖啡馆",
"3844348580": "与安东尼对话",
"3844860772": "前往指定地点",
"3844912777": "解禁6-隐藏",
"3844929900": "前去拿取修船物资",
"3844969916": "与纳西妲对话",
"3845001572": "前往需要清理的死域",
"3845364423": "对NPC2威胁",
"3845574108": "向阿望回报宝藏一事",
"3845755260": "解救妖狸",
"3845848084": "与加扎里对话",
"3845853705": "在轻策庄向人们询问关于碎片的线索",
"3845956239": "侯赛因的香辛果需求",
"3845967724": "寻找适合搭帐篷的地点",
"3845986364": "与芙蓉对话",
"3846069084": "关照失落的埃勒曼",
"3846214488": "进行烹饪",
"3846558620": "完成留云借风真君的修炼内容",
"3846768748": "制作「美味的翡玉什锦袋」",
"3846976452": "吞羊岩方尖碑对话",
"3847004220": "前往海祇岛寻找对策",
"3847576044": "寻找鱼饵材料",
"3847590580": "打倒所有魔物",
"3847622268": "与嘉义对话",
"3847818620": "在附近寻找兰那库拉",
"3847950834": "前往遗迹,寻找奇怪的圆盘",
"3848008943": "月升之章",
"3848490612": "等待至约定时间(两天后)",
"3848657620": "*废弃",
"3848789300": "前往喀万驿",
"3848805116": "听胡桃对洛成讲述诅咒真相",
"3849038156": "遗迹玩法-解谜部分2_2",
"3849582532": "和兰纳罗对话获得奖励",
"3850261036": "竹签·大吉",
"3850301796": "居民委托领取任务",
"3850389058": "点燃火把",
"3850743214": "围观修桥",
"3851109460": "进入梦境的更深处",
"3851168428": "与众人对话",
"3851262300": "与志琼一同装填炮弹",
"3851623831": "给丽莎挑选纪念品",
"3851701478": "与萍姥姥对话",
"3851797468": "第四次参拜神像1",
"3852263596": "制作霄灯",
"3852405335": "法厄同们全跳舞",
"3852765670": "小贼从A到B",
"3853380084": "与可莉对话",
"3853802924": "前往深处,夺回城防图",
"3854607487": "雪山活动延迟销毁npc",
"3854745244": "回到木漏茶室",
"3854789556": "前往调查点进行解救",
"3854853215": "在审判的雷鸣声中",
"3855179327": "林中小曲",
"3855238884": "在篝火处制作饭菜",
"3855367536": "向杜拉夫回报",
"3855694964": "与奥尔罕对话",
"3856173300": "*隐藏*播放显圣厅的CS切scenetag",
"3857715751": "幽灵控制荒神社1",
"3858118724": "与兰罗摩对话",
"3858235100": "与枫对话",
"3858725644": "与塞琉斯对话",
"3858955836": "前往「天使的馈赠」",
"3859485287": "给丽莎挑选花",
"3859506580": "前往圣树根系所在的位置",
"3859672580": "与琴对话",
"3859693951": "风起风息",
"3859726948": "去附近跟平藏聊聊",
"3859811484": "等待托克跑过到门前",
"3859925209": "清理元素紊乱点4",
"3860386324": "打倒所有魔物",
"3860542551": "潜行失败回滚",
"3861047239": "沙漠苗圃后续玩法1第1天",
"3861759710": "完成细节探听",
"3861889724": "完成对话",
"3862260268": "与加扎里先生对话",
"3862293215": "《第七个武士》",
"3862433604": "前往「月莲杯」赛场",
"3862944476": "用钥匙打开门扉",
"3863322524": "前往奔狼领",
"3863626084": "获得朱特的订单",
"3864405968": "用元素视野寻找钥匙",
"3865362828": "前往剧场,见证辩论",
"3865424980": "打开笼子",
"3866410583": "忒耳摩冬遗迹冒险",
"3866463695": "互通有无?",
"3866498644": "向「品梦一刻」的人告知现状",
"3866531884": "跟随藤原俊子前往营地",
"3866746956": "打倒敌人",
"3866820936": "将战利品和信交给特纳",
"3867047684": "前往封印解除的地方",
"3867225110": "寻找三位工人",
"3867225143": "新蓓萌生",
"3867412740": "(hide)删除指引点",
"3867505188": "炼化检测2",
"3867772372": "前往黑暗笼罩的渊下宫调查",
"3867827830": "向杜拉夫道歉",
"3868086972": "献上小灯草",
"3868150108": "前往「蒲公英绿地」",
"3868274672": "在附近寻找装有石珀的矿车",
"3868472780": "在「常夜」状态下调查蛇心之地",
"3868522402": "与言笑交谈",
"3869186548": "聆听码头上的声音",
"3869293004": "回滚隔离",
"3869576884": "控制学院宝箱开启",
"3869725564": "将花盆带给内尔敏",
"3869982654": "战斗后对话",
"3870008868": "前往「天使的馈赠」",
"3870696020": "与派蒙对话",
"3870720958": "消灭所有魔物",
"3871083191": "古代正文阅读物配置",
"3871400828": "与海妮耶对话",
"3871516948": "与瓦尔坦和古尔根对话",
"3871631282": "交付道具",
"3871930764": "种植完成等待天数_11",
"3871976252": "与芭尔瓦涅一行人前往教令院",
"3872077916": "获得遗迹守卫战利品",
"3872128431": "寝子是只猫·叮当的铁球",
"3872569996": "乌帽子的对话",
"3872683752": "击败附近怪物",
"3873422671": "借助元素视野寻找可疑的人",
"3873565161": "返尘",
"3874052828": "启动光界锥凿",
"3874507260": "与慕珍对话",
"3874585358": "使用合成台制作霄灯",
"3875092148": "跟奶奶讲话",
"3875936548": "调查发生变化的画框",
"3876545644": "与正在歇息的莫娜交谈",
"3876778108": "与出现的人交谈",
"3877069720": "给查尔斯回报信息",
"3877187513": "委托人查尔斯的烦恼",
"3877433260": "阿瑠自动对话",
"3877899484": "向韦尔纳展示来自蒙德的物品",
"3878189648": "向一位酒豪询问特色酒品",
"3878423724": "击败来袭的魔物",
"3878537158": "与淮安对话",
"3879020847": "纳西尔NPC送礼任务",
"3879111032": "陪同艾拉·马斯克与丘丘人对话",
"3879143260": "清点货物",
"3879506988": "将信件送给九条镰治",
"3880393823": "阿佐送礼任务",
"3880703428": "对话任务记录进度2-1(手动)",
"3881076812": "前往「桓那兰那」所在之处",
"3881584664": "控制刷怪",
"3881868694": "与阿二沟通",
"3882533340": "前往盗宝团营地",
"3882604428": "与贾法尔对话",
"3882846724": "等待托克跑到鱼摊",
"3882876652": "净化大晶石",
"3882926276": "与珊瑚宫心海对话",
"3883009206": "击败盗宝团",
"3883015628": "若对话完开教程",
"3883113036": "帮寝子把信放在神像旁",
"3883113232": "前去查看详请",
"3884221660": "古代正文对话1-8",
"3884448948": "与乔尔对话",
"3884626652": "(hide)第一段对话",
"3884939556": "与万叶对话",
"3885037020": "寻找「公义」提到的刀",
"3886182772": "(hide)回滚隔离环",
"3886330340": "追查深渊教团的踪迹",
"3886360724": "守护之森封印",
"3886378780": "清理小广告保底",
"3886585492": "刷新围墙",
"3887014788": "与王扳子对话",
"3887537215": "隐藏-层岩巨渊WQ主线第四章之前,控制沐宁的闲置对话",
"3887778172": "在南码头附近寻找诗歌灵感",
"3887925420": "提前完成透明遗迹差分",
"3887951999": "奇怪的标记(已改为开车)",
"3888033444": "前往镇守之森",
"3888174199": "吉祥具书·降迪弗篇",
"3888413912": "寻找史莱姆清",
"3888642367": "寻找书籍留下的元素痕迹",
"3888943972": "与璃月港的凯瑟琳交谈",
"3889239276": "取得长次所说的「财宝」",
"3889976376": "把钥匙交给怀尔德",
"3890741828": "等待到两天后",
"3890990076": "与阿瑠对话",
"3891114535": "「终末番」疑云",
"3891216502": "任务隔离,防止回滚",
"3891403532": "监测看见黑烟2",
"3891407444": "返回鸣神大社,找到八重神子",
"3892625737": "寻找进入「密藏」的方法",
"3892887164": "与琴对话",
"3892919092": "与兰罗摩对话,进入莎兰树的梦",
"3892950196": "继续深入梦境",
"3893093612": "和加扎里对话",
"3893106076": "与福本对话",
"3893820324": "删掉达摩",
"3894074956": "在纪念石前献上供物",
"3894236783": "机关棋谭·巧策之局",
"3894388679": "冒险家,安娜!",
"3894744852": "与凯万对话",
"3895107028": "竹签·末吉(抽到竹签变量1,交付竹签变量0)",
"3895569980": "将尼卡带去镀金旅团营地",
"3895637735": "愚人者人愚之",
"3896561796": "与赛诺对话",
"3896649724": "与神秘的巫女对话",
"3897031340": "在鸣神偶遇小男孩废弃",
"3897211788": "洞外对话调时间",
"3897292753": "/",
"3897555356": "完成NPC的委托",
"3897635393": "此路不通?",
"3898083644": "与安娜一同完成冒险家协会的委托",
"3898103580": "与「式大将」对话",
"3898327004": "离开赛场",
"3898375556": "前往「三十人团」驻地",
"3898682380": "将「特殊的绯樱绣球」交给旭东",
"3898714615": "画册Group9和10",
"3898841334": "离开北国银行",
"3898957076": "菜品全部完成",
"3900319196": "和大门对话",
"3900539711": "米歇尔NPC送礼任务",
"3900873468": "驾船前往「宝藏」所在之地",
"3902622134": "与菲尔戈黛特对话",
"3903301964": "判断菜谱是否足够",
"3904462692": "前往「草神的国度」",
"3904756340": "第一次黑屏后的对话",
"3904820751": "测试中,到达对岸",
"3905089188": "调查内容6",
"3905227364": "与奥列格战斗",
"3905369084": "合上《圣国的咏唱》",
"3905463708": "在奔狼领搜索与深渊教团有关的线索",
"3905593348": "焕发蕈兽的潜能",
"3906020004": "与对手对话",
"3906138980": "与兰罗摩对话",
"3906166508": "前往町奉行所救援正胜师傅",
"3906405428": "仔细查看规划书",
"3906486263": "检查提前完成水没之间",
"3906543228": "前往盗宝团营地",
"3906742316": "前往琥牢山的仙家洞府",
"3906864572": "走出这片区域",
"3907312780": "与平藏交谈",
"3907900372": "与兰罗摩对话,进入莎兰树的梦",
"3908151540": "查看狸猫的情况",
"3908323492": "击败出现的魔物",
"3908560624": "将小麦交给提米",
"3909435780": "点火",
"3910625708": "江舟判定心情值",
"3910802644": "指导小蒙进行烹饪",
"3910839937": "冒险要朝着远方",
"3911169048": "酒豪的评价:差!",
"3911286028": "取得「记忆的铭文」",
"3911439540": "地图雾散开",
"3911699372": "开关天气专用 船区域1",
"3911733759": "苗圃一笔画奖励用任务",
"3912062196": "前往青墟浦",
"3912173812": "将赛诺的介绍信带给纳比尔",
"3912486708": "隐藏任务用于雷电将军转圈2",
"3912569584": "订餐人判定3",
"3913403980": "进圈刷狗",
"3914117988": "帮「无名武士」寻找酒",
"3914123548": "打倒所有蕈兽,并拿回木板",
"3914171900": "与影交谈",
"3914279660": "设法解除封印",
"3914397284": "在喀万驿中寻找赛诺",
"3914576132": "选给料理",
"3914620296": "与昆恩对话",
"3914653348": "为赛诺拍摄画片",
"3914798180": "向周围的人发出邀请",
"3914939236": "前往高处,将小猫带回神社",
"3915285668": "与诺艾尔对话",
"3915703246": "判断讲价2结束",
"3916100220": "打听荒泷一斗的消息",
"3917061540": "遵循夜鸦船长的指示穿越迷雾",
"3917101996": "将饮品交给迪卢克",
"3917235735": "加尔恰的赞歌·举手之劳",
"3917400580": "二郎小岛创生后判定进入路线B",
"3917870087": "逃走",
"3918613596": "玩法开始",
"3919220652": "完成玩法",
"3920920932": "将合适的染料原料交给小仓澪",
"3921242460": "小野对话",
"3921930484": "寻找红色的钩钩果",
"3922460260": "前往附近的矿点",
"3923022500": "与昆恩对话",
"3923163492": "将「风之花」交给砂糖",
"3923174940": "刷出遗迹守卫",
"3923429556": "隐藏判断瑾武是否说过闲置",
"3923514252": "继续寻找符文",
"3924419828": "逃离主岛处理",
"3924740791": "寝子是只猫·迟来的「好事」",
"3924753140": "与菲尔戈黛特对话",
"3925461284": "回滚隔离",
"3925641564": "*废弃",
"3925963068": "与五郎交谈",
"3926283572": "不同角度为流浪猫狗拍摄照片(0/2)",
"3926334460": "祝祭厅方尖碑对话",
"3926503420": "继续寻找通往树洞上层的道路",
"3926855540": "CS",
"3926918687": "退出秘境",
"3927579652": "击败海妮耶",
"3928138383": "梦里生花",
"3928231534": "完成细节探听",
"3928314556": "与城墙边的人交谈",
"3928936020": "观察日晷上的影子",
"3929062919": "海灯节d1-1解谜",
"3929063900": "与莱内对话",
"3929165700": "前往「大肉丸」感应之处",
"3929433940": "前往遗迹顶层中心的房间",
"3929511572": "继续跟随舒伯特",
"3929579007": "隐藏线索解锁",
"3929680236": "击败蕈兽",
"3929727548": "与凝光交谈",
"3929956908": "清除死域的污染",
"3930095802": "开启镜头任务",
"3930170372": "与提纳里对话",
"3930393476": "打倒所有魔物,并清理所有障碍物",
"3930592871": "为了小孩子的笑容",
"3930606792": "收集1个「导能绘卷」",
"3930655004": "前往水天丛林东边的山上狩猎暝彩鸟",
"3931374724": "*隐藏*回滚隔离",
"3931475148": "获得「大雪猪王」的肉",
"3931674108": "激活机关",
"3932765436": "与「一心净土」中的雷电将军对话",
"3933296444": "与派蒙对话",
"3933547644": "攻击猫狗失败",
"3933586244": "与优菈对话",
"3933655596": "与北斗交谈",
"3933736276": "收集柴禾",
"3933935924": "向巫女了解情况",
"3934067790": "继续前进,寻找合适的食材",
"3934520839": "到派蒙附近",
"3934570812": "竹签·末吉(抽到竹签变量1,交付竹签变量0)",
"3934919876": "9骑士",
"3936308732": "向前方搜索",
"3936440878": "寻找宝藏",
"3936481175": "特别来客",
"3937379332": "刷出压草",
"3938038588": "刷掉防御圈",
"3938463655": "阿桂的药材需求",
"3938889540": "调查愚人众临时营地",
"3939014020": "计算进度",
"3939118864": "找到两颗鸟蛋",
"3939341892": "判定进圈",
"3939457863": "问题的转化·理论强度",
"3940239836": "前往枭总管附近",
"3940515724": "检测玩家是否打猫",
"3940799300": "地下透明遗迹方尖碑对话",
"3941275156": "与菲利斯·尤格对话",
"3941393895": "画册Group2",
"3941762502": "寻找能见到完整降魔印的地方",
"3941963124": "竹签·吉(抽到竹签变量1,交付竹签变量0)",
"3942097671": "许伯利翁哀歌",
"3942654476": "监测看见黑烟2",
"3942672660": "寻找蛇神之首的镇物",
"3942799124": "前往群玉阁",
"3943122380": "调查海面上的礁石",
"3943182252": "与兰百梨迦对话",
"3943762028": "指引1",
"3943814084": "离开遗迹",
"3944441316": "与扎卡里亚对话",
"3944441583": "奇药庐中来",
"3944702351": "隐藏-兰那罗小游戏-木箱下的东西1",
"3945119460": "与卯师傅对话",
"3945217591": "雪山迷踪",
"3945686575": "关于拯救狸猫合影板这件事",
"3945776711": "绝对独特的美食",
"3945967240": "去湖边播撒小麦",
"3946012988": "进入璃月「玩具研究所」",
"3946941215": "冲破雷暴之法",
"3947114874": "搜索明蕴镇",
"3948223300": "顺着脚印寻找",
"3948500297": "恢复酒保日常",
"3948586836": "和帕拉德对话",
"3948706892": "与哈马维对话",
"3948778580": "清理商道上的魔物及障碍物",
"3948836284": "完成了全部抽签",
"3949010916": "收集到任意一块石板",
"3949262116": "向清昼回报",
"3949539703": "对话条件判断用",
"3949559756": "对话刷霄灯",
"3949963748": "调查新生的植物",
"3951170880": "去树林里找到鸽子群",
"3951287932": "在活动界面接取第5天任务",
"3951413332": "跟踪熟悉的身影",
"3952036412": "用元素视野寻找维克多丢失的盒子",
"3952186140": "击败「无名武士」",
"3952223537": "拿到货单",
"3952407079": "刺骨幽寒",
"3952421756": "与纳西妲对话",
"3952646396": "检查沿途的路灯",
"3952917812": "与阿瑠对话",
"3952981383": "骑士与牧师,战斗表示!",
"3953268548": "前往风龙废墟",
"3953810866": "清扫落叶堆",
"3953848948": "与霖铃对话",
"3953901332": "与泽维尔对话",
"3954064754": "帮言笑找到绝云椒椒和莲蓬",
"3954215311": "向迪卢克提供情报",
"3954376903": "隐藏瑾武送汤",
"3955404444": "刷出魔剑",
"3955459604": "和剧场的人随便聊聊",
"3955546036": "与夜兰对话",
"3955649228": "用豆子击中荒泷一斗",
"3955987940": "将饮品交给优菈",
"3956376428": "隐藏任务:多莉摊子2",
"3957139775": "通关遗迹",
"3958104012": "和兰贡迪一起找到「枝」",
"3958854196": "前往盗宝团营地",
"3958855332": "寻找安娜",
"3959069044": "收集双双岛藏宝图",
"3959305655": "兰那罗WQ监控专用任务",
"3959356204": "前往可疑点调查并消除威胁",
"3959705263": "兰那罗打怪14",
"3960346676": "从左侧为寝子拍摄画片",
"3960462860": "未找齐分支",
"3960681484": "与优菈交谈并告别",
"3961332132": "到达位置2范围时开车",
"3962054548": "击败浪人",
"3962516372": "在夜间前往营地(次日0-4时)",
"3962705220": "向海边靠近",
"3962826348": "准备种植_12",
"3963171056": "与「飞云商会」的家丁对话",
"3963447476": "击败雷电将军",
"3963787055": "振晶射影",
"3964030020": "与鉴秋对话",
"3964310503": "进入场景1023",
"3964326471": "久利须送礼任务",
"3964353428": "隐藏回滚隔离",
"3964587428": "废弃",
"3965364476": "前往前方建筑物处",
"3965646540": "跟随罗纳克前往仓库",
"3965911127": "寝子是只猫最后 后续",
"3965920295": "新的开始",
"3965956924": "与艾伦对话",
"3967492852": "结尾隐藏逻辑",
"3968791508": "前往码头",
"3968830924": "解除炮闩的保险机",
"3968938436": "整理营地",
"3969036111": "天目十五送礼任务",
"3969518764": "给花种浇水",
"3970633612": "获得任意一个信物碎片",
"3970896572": "继续向前探索",
"3971560391": "沙海迷踪",
"3971625150": "回到望舒客栈附近,寻找「掇星攫辰天君」",
"3971858564": "返回兰茶荼的锅边",
"3971931772": "交付之后对话A",
"3972253236": "种下「冰封之心」的花瓣",
"3972334924": "传送1",
"3972933732": "从莎拉处取得「酱菜煎肉」",
"3972979636": "言灵线索7创生对话",
"3973428242": "对话NPC",
"3973450820": "将餐品送给随缘的铃官",
"3973815876": "与艾尔海森一起进入教令院",
"3973976255": "小六送礼任务",
"3974008207": "兰纳真洞一竞争",
"3974969649": "侦察骑士的作风",
"3974971908": "击败愚人众",
"3975068679": "音游活动七阶段",
"3975079198": "与守庙人谈话",
"3975261047": "兰那罗音乐05",
"3975533975": "对话条件判断用",
"3975830732": "回到教堂",
"3976349500": "找到星银矿石",
"3976535108": "找香菱和言笑聊聊",
"3976627372": "回滚隔离",
"3976783668": "将石板还原至正确位置",
"3977010887": "童话里的守梦人",
"3977312564": "监测看见黑烟1",
"3977400900": "前往「特训场地」",
"3977677308": "沿小路前进",
"3977817972": "常驻对话",
"3978277692": "检测水面是否下降",
"3978631910": "寻找宝藏,或者去听听博来的建议",
"3979124012": "调查排水之后的区域",
"3979419164": "与泽维尔对话",
"3980518943": "到骑士团看看",
"3980551671": "「御建鸣神主尊大御所大人像」购入须知",
"3980594777": "托风问故人",
"3980598124": "与老者对话",
"3980633380": "与拉娜对话",
"3981137626": "靠近封印机关",
"3981311220": "前往南方的冥鱼池处",
"3981399223": "雅瓦娜尼的苹果需求",
"3981424047": "灯自何处来",
"3981630188": "将三份美味的鸟蛋烧交给可莉",
"3981670780": "巫女消失Talk1",
"3982031868": "与荒泷一斗交谈",
"3982333344": "完成找猫猫",
"3983167396": "返回鸣神大社",
"3983168956": "继续深入梦境",
"3983466956": "将绝云椒椒交给小蒙",
"3983783588": "破坏雷电封印",
"3984170484": "继续向前探索",
"3984581503": "诺艾尔的情报工作",
"3985004095": "三界路飨祭·其二",
"3985481119": "上菜",
"3986638700": "前往海祇岛的神社",
"3987219492": "与凝光交谈",
"3987271652": "击破所有「红色稻草人」,避开「蓝色稻草人」",
"3987434348": "隐藏-楔子3的cutscene",
"3987775436": "协助留云借风真君完成烹饪",
"3987855908": "将三份兽肉带给大岛纯平",
"3988276476": "前往吧台并完成营业准备",
"3988840140": "继续向前探索",
"3988983916": "发放二阶段羽毛",
"3989354644": "继续寻找盒子",
"3989911812": "与派蒙对话",
"3990101364": "前往万国商会",
"3990229340": "与北斗交谈",
"3990247908": "查看存放神之眼的箱子",
"3990599460": "与二层的人对话",
"3990749076": "与随缘的铃官对话",
"3991457652": "将一份「蒙德烤鱼」交给贝雅",
"3991998484": "前往声音源头处",
"3992221140": "初始对话",
"3992241372": "废弃",
"3992326119": "兰巴德NPC送礼任务",
"3992385398": "返回璃月港外",
"3992423860": "返回清泉镇,向黛安提出采购订单",
"3993024604": "寻找藏起来的三人",
"3993049532": "与胡塞尼对话",
"3993247204": "与拉娜对话",
"3993272852": "等到第二天",
"3993292452": "2隐藏判断瑾武是否说过闲置",
"3993566340": "与残魂对话",
"3993570316": "寻找小猫",
"3993574828": "击败来袭的丘丘人",
"3993794416": "完成查尔斯的委托",
"3993978479": "东道主的邀请",
"3994031748": "再次进入鹤观,寻找阿瑠",
"3994258916": "与陆对话",
"3994620572": "回璃月港找小千",
"3994632548": "继续打捞失物",
"3994721311": "战胜无留陀后常驻",
"3994768919": "经典游戏",
"3994820172": "与乌尔班对话",
"3994903692": "与众人对话",
"3995251631": "石锁机关秘话",
"3995274084": "与众人对话",
"3995446103": "解锁任何一个剑冢封印",
"3995757404": "地城对话2",
"3995969719": "*隐藏*探索魔鳞医院",
"3996259708": "与一成对话",
"3996333284": "打扫教堂的周围",
"3996612540": "检查神樱大树",
"3996781423": "破坏栖木",
"3998125508": "与志琼交谈",
"3998868079": "万货通送礼任务",
"3998945396": "风龙废墟残留",
"3998953644": "与「无名武士」对话",
"3999030828": "前往教堂前的风神像",
"4000206468": "草史莱姆成功",
"4000310396": "与神秘的兰那罗对话",
"4000377196": "击败雷电将军",
"4000469551": "音律岛指引,先山顶后壁画",
"4000889644": "与残影对话",
"4000901276": "寻找机械螃蟹",
"4000994276": "和兰纳罗20816对话(闲聊)",
"4001155424": "找玛格丽特听取委托内容",
"4001346244": "采摘蒲公英籽",
"4001438624": "用元素视野寻找钥匙",
"4001611428": "为丽莎调制指定饮品",
"4002201492": "向查尔斯打听那位「陌生人」的消息",
"4002426532": "控制活动氛围",
"4003340620": "等待至约定时间(次日8点至12点)",
"4003356100": "与兰罗摩对话",
"4003454692": "跟随星星指引找到终点",
"4003560471": "隐匿的佣兵",
"4003668407": "与芭芭拉对话",
"4004159020": "前往岛上,查看四周的情况",
"4004231604": "与妮露交谈",
"4004359716": "前往勘探队营地",
"4004591668": "遇见深渊法师的开车",
"4004787756": "寻找三份「新鲜的绯樱绣球」",
"4005340412": "夺回食材,且保护货运热气球的完整",
"4005667300": "【废弃】鉴别宝物并与绫华对话",
"4006271015": "正法炬书彩蛋",
"4006784975": "世多古怪,横生盗匪",
"4006987604": "与魈对话",
"4007314668": "水面下降对话检测",
"4007317020": "清理丘丘人营地",
"4007409903": "第一次搜索完成+ 遗弃工具 对话",
"4007880204": "跟随小广告寻找阿晃",
"4007886340": "找当地居民打听消息",
"4007957308": "与派蒙对话",
"4007994396": "观察「玲珑霄灯图·琉璃百合」",
"4008138044": "协助留云借风真君完成烹饪",
"4008160260": "调查可疑的士兵",
"4008560928": "检查背包里要有道具-史莱姆清",
"4008636788": "与安娜对话",
"4008646436": "陪宵宫和可莉一起去容彩祭看看",
"4008716164": "使用「月浴渊之钥」打开门扉",
"4009214788": "幕间·大贤者阿扎尔前往净善宫",
"4009287327": "在教堂找到琴与温迪",
"4009483900": "前往蒙德广场",
"4009770076": "到标记点附近附着水元素15秒",
"4010090764": "将风车菊交给玛乔丽",
"4010339908": "进入「凶煞折行之寮」",
"4010420692": "前往屋檐上方搜寻小团雀的巢",
"4010532431": "抓捕小动物隐藏父任务",
"4010642012": "与龙二对话",
"4010807290": "完成玩法",
"4010948359": "第13张画",
"4011123884": "根据藏宝图上的线索搜寻宝藏",
"4011196687": "石头送礼任务",
"4011566244": "寻找「冰封之心」",
"4012048732": "与阿金对话",
"4012117172": "刷新氛围脚印辅助环",
"4012155676": "陪宵宫和可莉一起去容彩祭看看",
"4012178276": "与吉法师对话",
"4012195948": "废弃",
"4012511108": "与布洛克对话",
"4012528316": "进入秘境",
"4012655439": "庙前的叩问",
"4013006380": "和兰那罗对话",
"4013488724": "击败女士cs",
"4013492474": "完成玩法",
"4013589724": "返回营地",
"4013965366": "与淮安对话",
"4014226876": "对话任务记录进度3-3(自动)",
"4014652182": "(地城中击败第一战斗区域的敌人后,开车)",
"4015037812": "隐藏-楔子2的cutscene",
"4015309239": "浮世遍历风流",
"4015380676": "隐藏任务:黑主像交互期间用于出圈回滚",
"4015517708": "前往早柚的睡觉地点",
"4015995351": "冰雪往事",
"4016127807": "渡-卖花奶奶",
"4016172823": "花儿为谁开其三",
"4016615943": "渴求神明注视之人",
"4016880574": "寻找前往璃月的香菱",
"4017252220": "与大和田对话",
"4017271564": "将史莱姆凝液交给小蒙",
"4017432817": "回滚隔离",
"4017650612": "与维多利亚修女对话",
"4017860468": "*废弃",
"4018438977": "与宝儿对话",
"4018875384": "制作惊雷精油",
"4018915564": "在会场附近寻找朋友们",
"4020013124": "回报「越石丸」",
"4020600284": "将食材交给贾法尔",
"4020792908": "与可莉交谈,回收箱子",
"4020798260": "史莱姆前开车",
"4020823183": "踩中3号触发器",
"4021952244": "将「新鲜的史莱姆凝液」交给迪奥娜",
"4022357263": "凯亚cutscene",
"4022397767": "许伯利翁哀歌常驻NPC提示",
"4022443268": "用忘川之水浇灌龙骨花",
"4022775372": "与上野一同前往黑暗笼罩的渊下宫",
"4022805903": "鬼之义",
"4023433839": "无忧节兰拉迦对话",
"4023579244": "江舟A3",
"4023617204": "跟随脚印前进",
"4023696854": "完成任务,删除小贼",
"4024233244": "阅读石碑",
"4024255572": "前往调查「镇石」",
"4024488740": "检测时间任务",
"4024611343": "狗子隐藏任务",
"4024715495": "昨日佳酿",
"4026025268": "调查附近的病患(0/3)",
"4026275044": "将餐品送给好奇的子瑞",
"4026704620": "前往山顶,采摘清心",
"4027024932": "(hide)刷柯莱的早餐",
"4027245652": "发芽刷suite",
"4027451343": "醉今朝送礼任务",
"4027503167": "穿过风墙",
"4028069476": "回到社奉行所做最后准备",
"4028214828": "挑战开启倒计时",
"4028223406": "调查仙祖法蜕",
"4028282700": "与兰般度对话",
"4028369324": "与落石旁的西风骑士对话",
"4028721212": "等到第二天,npc消失",
"4029512924": "在不被发现的情况下前进",
"4029918204": "将钩钩果带给玛乔丽",
"4030076970": "交付道具",
"4030459188": "向锅中注入清水",
"4030555132": "与小蒙对话",
"4030587196": "与兰纳迦对话",
"4030630706": "与派蒙对话",
"4031029735": "流放者·萌芽",
"4031532871": "与安柏对话",
"4031716924": "开始对话1",
"4031895204": "前往札齐所说的地点",
"4032026567": "(好感+1)我们会向蒙冬友爱协会引荐你。",
"4032530292": "派萌跳转",
"4032629841": "三束火光,照亮前路",
"4033148884": "在指定时间内抵达终点",
"4033155564": "调查下方的区域",
"4033664668": "beat用 解锁稻妻传送点",
"4034895359": "成功",
"4034921759": "吃菜",
"4035483492": "与安娜对话",
"4035659740": "赤王陵前方尖碑对话",
"4036162588": "在会场附近寻找朋友们",
"4036500863": "隐藏任务控制莫娜地城传送",
"4037460972": "前往影向山下主干道",
"4037916470": "与参加典仪之人交谈",
"4038058916": "与哲平对话",
"4038060132": "查看石碑",
"4038184124": "调查往生堂周围,等待胡桃",
"4038233748": "将鱼饵的材料交给凯万",
"4038364700": "与云堇对话",
"4038424652": "继续和长次对话废弃",
"4038523340": "射箭挑战失败",
"4038706351": "画册Group1",
"4039183868": "击败愚人众士兵",
"4039886036": "击败蕈兽",
"4040136084": "与吉盖克斯对话",
"4040838791": "寝子是只猫·神社食堂",
"4040984615": "春庭景如旧",
"4041781196": "与考什克对话",
"4042366700": "将礼物送给畅畅",
"4042630079": "花影瑶庭·其一",
"4043321415": "幽灵控制荒神社3",
"4043410516": "和兰般度一起找到「枝」与「叶」",
"4044101912": "酒豪的评价:好!",
"4044102468": "自动触发找猫对话",
"4044258127": "饰猫之法",
"4045126356": "与工作人员交谈",
"4045182879": "寻找谜题中所指的地点",
"4045288604": "根据藏宝图上的线索搜寻宝藏",
"4045310316": "尝试唤醒雅科夫",
"4045403969": "前往归离集遗迹寻找古代石碑",
"4045628332": "与茅葺对话",
"4045889695": "3.0隐藏任务用于开教程UI",
"4045981775": "献给某人的蔷薇·如荆棘一般多刺",
"4046720612": "回报古拉布吉尔",
"4047186276": "前往「天光流泻之处」",
"4047497876": "向重佐回报",
"4048193646": "与市民交谈",
"4048854508": "前往南天门附近,与魈对话",
"4048881468": "将画片展示给影看",
"4049331596": "打倒左侧魔物营地内所有魔物",
"4049356020": "刷出魔剑",
"4049536668": "与优菈对话",
"4049784311": "寻找谜题中所指的地点",
"4050025652": "随万叶追寻神之眼的去向",
"4050310540": "寻找圣显厅",
"4050493484": "进度保存",
"4050676396": "继续深入探索",
"4051466532": "前往七天神像",
"4051481480": "交付日落果",
"4051805700": "调查奇怪的营地",
"4051843228": "沿脚印追踪",
"4052334100": "将霄灯交给卯师傅",
"4052363791": "跨越时间的托付",
"4052595793": "玩家在璃月沿途的营地中发现NPC",
"4052865735": "赤王方尖碑交付",
"4053036876": "前往下方的房间",
"4053236132": "前往清泉镇查看情况",
"4053270820": "与女子对话",
"4053425620": "使用「苦舍桓」解除「钵参花」的封印",
"4053446924": "与众人对话",
"4053458676": "再寻找三枚奇异的「牙齿」",
"4053487124": "观察镇物",
"4053505228": "与阿釜对话",
"4053563054": "火腿",
"4054003012": "待演出结束后赴约(次日20-23点)",
"4054074868": "成功交付",
"4054512236": "派蒙对话",
"4055250300": "与龙二对话",
"4055476932": "寻找爱拉尼",
"4055585460": "回收洞窟附近的包裹",
"4055792380": "寻找艾尔海森所说的人",
"4055975873": "痕迹派蒙3",
"4056126252": "将奇怪物件放至水边",
"4056213692": "*废弃",
"4056218276": "增加任务进度",
"4056336372": "打开大门",
"4056705575": "逃出大教堂",
"4056892191": "监听3个海螺是否被拾取",
"4057003468": "与哲平对话",
"4057147540": "前往桥下进行探查",
"4057864668": "启动遗迹守卫",
"4058343263": "班尼特Coop天气恢复处理",
"4058780844": "第一次对暗号获取后Talk第一环",
"4059374420": "打倒所有魔物",
"4059512788": "与霍夫曼对话",
"4059817156": "隐藏任务:进入地城",
"4059851055": "隐藏-兰那罗小游戏-木箱下的东西2",
"4060361100": "活动界面接取任务",
"4060451340": "与戈尔珊对话",
"4060560612": "劝服1-2",
"4060667764": "将十支须弥蔷薇交给库洛什",
"4061323172": "开宝箱开车用",
"4061496692": "与豆助和柴助对话",
"4061700684": "检测玩家是否有破坏雪堆",
"4061964751": "到达冒险家协会门口",
"4062110812": "前往雪山山顶,寻找乔尔的父亲",
"4062148249": "回天",
"4062260868": "向轻策庄里的人询问小六的去向",
"4062374932": "召唤派蒙",
"4062511996": "等到晚上(21:00-24:00)",
"4062603172": "寻找奔奔",
"4062782143": "且闻天下人心",
"4063407580": "与兰那罗们对话",
"4063558316": "reminder",
"4063672628": "小姜防止出圈",
"4063819252": "前往禅那园",
"4063968980": "与清昼对话",
"4064113036": "翻开《圣国的咏唱》第三卷",
"4064256959": "一阔送礼任务",
"4064397919": "与凯亚对话",
"4064527572": "完成对话",
"4064596524": "闲置对话提示和交付道具",
"4064910876": "在会场附近寻找朋友们",
"4065007204": "前往武斗会举办地",
"4065085809": "狩猎中的小厨师",
"4065178860": "回滚隔离",
"4065475824": "与诺拉对话",
"4065482969": "「遗落」的文物",
"4065642044": "判定大凶成就",
"4065673204": "与望雅对话",
"4065912284": "调查奇怪的装置",
"4066233132": "与迪奥娜对话",
"4066337932": "*废弃",
"4066396996": "与哈特姆交谈",
"4066961556": "前往冒险家协会",
"4066987156": "与万叶交谈",
"4067574380": "与柴田交谈",
"4068767809": "圆滚滚的大团骚乱!",
"4068890020": "3.0木刻隐藏奖励",
"4069099972": "前往反抗军营地",
"4069333656": "与芬德修女对话",
"4069488596": "成功交付",
"4069761594": "找到莲蓬",
"4070254636": "梦境失控",
"4070607236": "前往社奉行庭院参加家政课",
"4071222196": "封印「镇石」",
"4071370868": "击败对手",
"4071874444": "和兰纳真对话",
"4072014772": "与小姜对话",
"4072207076": "前往鸣海栖霞洞天",
"4072360180": "海底遗迹主View",
"4072425916": "在营地旁躲藏",
"4072564582": "自由对话可莉",
"4072748692": "播放CS",
"4073146063": "荒神社言灵玩法",
"4073332223": "到崖壁下方",
"4073616527": "这本小说…有问题?",
"4073663588": "跟随奇特的星星",
"4074025700": "交付适合作为伤药的材料",
"4074127260": "前往璃月港的「万民堂」餐馆",
"4074181316": "回收霄灯",
"4074286460": "问问派蒙的意见",
"4074912068": "回去给绿植浇水",
"4075327500": "到蒙德街头逛逛",
"4075809716": "前往木漏茶室",
"4076165910": "与「掇星攫辰天君」对话,了解情况",
"4076347980": "前往赛场",
"4076467212": "隐藏-跟塔列辛接取任务",
"4076700788": "敲响两侧遗迹中的钟",
"4077110212": "跟随芷若",
"4077133324": "【废弃】正常流程用前往万文集舍寻找行秋",
"4078056924": "用钥匙救出新之丞",
"4078059974": "与千岩军小队对话",
"4078363583": "在庙宇门口跟丽莎见面",
"4079320990": "寻找宝藏",
"4079397641": "尾声的尾声",
"4079517108": "把盒子交给百闻",
"4080551248": "护送货运热气球",
"4080881828": "前往鸣神大社附近",
"4080896916": "完成NPC的委托",
"4081270860": "小安C1",
"4081452124": "与加尔恰对话",
"4081595764": "与托克交谈II",
"4082273444": "向下进入洞穴",
"4082712836": "跟捉迷说话",
"4082945604": "调查深处的房间",
"4083220292": "收集瞳孔石增加7100607进度记录一",
"4084147860": "三阶段beta桥接任务",
"4084209916": "与阿拉耶什对话",
"4084479732": "与凯亚和罗莎莉亚对话",
"4084906863": "替丘丘行道!",
"4084913860": "与荷贝特和凯万对话",
"4084996420": "与鲸井小弟对话",
"4086070764": "前往万端珊瑚侦探社",
"4086327991": "获取「意智宝珠」",
"4086369796": "前往港口",
"4086525815": "与轻盈的少女对话",
"4087282495": "轻策庄的霄灯",
"4087509484": "搜集晶化骨髓12枚",
"4087620839": "消灭游荡的丘丘人",
"4087651716": "将餐品送给寡言的廷方",
"4087922335": "借助元素视野寻找可疑的人",
"4088396800": "判断08或10完成",
"4088443596": "与八重神子对话",
"4088820900": "石板2",
"4089298036": "将三份清心带给秋歌",
"4090198132": "和兰迦鲁对话",
"4090870612": "去确认船的情况",
"4090989508": "任务变量随机",
"4092135879": "隐藏对话",
"4092414220": "击退浮浪人",
"4092768871": "蕈兽引起的混乱",
"4093009516": "参加半决赛",
"4093106382": "清剿丘丘人与路障",
"4093153143": "趁热食用",
"4093588751": "健忘大王历险记",
"4093903732": "领取任务",
"4094645820": "前往佳酿节会场进行酒浆调制",
"4095027764": "与路爷对话",
"4095172783": "纳瓦兹送礼任务",
"4095192212": "废弃",
"4095297124": "返回「月莲杯」赛场",
"4095599212": "前往救助新之丞",
"4095681092": "靠近栈桥上的门",
"4095758500": "将准备好的菜品带给汤雯",
"4095802087": "请饮下祝胜之酒",
"4096079124": "为吉法师拍照",
"4096239644": "在指定地点与阿瑠等一行人交谈",
"4096622844": "与胡塞尼对话",
"4096925788": "与泽维尔对话以开始拍摄",
"4096951492": "前往稻妻城町街",
"4097360964": "寻找奔奔的踪迹",
"4097676679": "全能美食队·吃饱的重要性",
"4097754764": "对话凯瑟琳",
"4097916932": "启动虚界塔控制器",
"4097985772": "竹签·吉(抽到竹签变量1,交付竹签变量0)",
"4098021572": "前往镇守之森",
"4098730455": "隐藏-藏石者言后续2",
"4098810271": "五彩光华本相",
"4098843268": "幕间·大贤者阿扎尔的疑虑",
"4099457716": "烹饪「黄油煎鱼」并交给阿贝多",
"4099624500": "与景明对话",
"4099676191": "剑道家的道路铺满剑道梦的碎片",
"4099732260": "与小姜对话",
"4100020604": "刷死域",
"4100085264": "完成找猫猫",
"4100144372": "与偷懒的安杰洛对话",
"4100663196": "前往佳酿节会场",
"4101074687": "向喷泉广场上的路人打听情报",
"4101114836": "前往「结界」的所在",
"4101566732": "强冷气流封印消失reminder",
"4101988076": "与阿宽、小昭和小安谈谈",
"4102361124": "与万叶对话",
"4102384404": "传达丽莎小姐的意思",
"4102883996": "穿过机器人手臂",
"4103164855": "赤王陵顶竞争用",
"4103663420": "进入禅那园内部",
"4104246332": "与走私营地前的千岩军彦博汇合",
"4105096934": "询问阿飞",
"4105550279": "须弥3.0主线第一天锁时间逻辑处理",
"4105919628": "进入「仇忌森动之寮」",
"4106227660": "等待托克跑到终点",
"4106254393": "假扮考古学家的盗宝团干部指引线开启",
"4106619612": "寻找杰克的踪迹",
"4107101332": "向赛芭寻求帮助",
"4107346996": "唤醒愚人众",
"4107396332": "等待至次日早上(6-12点)",
"4108036340": "解除死域影响",
"4108075924": "收集剧场成员的想法",
"4108312351": "路过商业街旁",
"4108407388": "调查前方区域",
"4108696316": "跟兰那罗对话",
"4109030292": "前往指定地点战斗",
"4109162108": "与夜兰对话",
"4109781908": "第二日刷group",
"4110375468": "拜见「留云借风真君」",
"4111011454": "向菲尔戈黛特回报",
"4111939535": "萨古NPC送礼任务",
"4112458932": "追击埃尔欣根",
"4112552636": "与埃尔欣根对话",
"4112694796": "前往离岛码头",
"4113037759": "安普叔NPC送礼任务",
"4113278804": "与凝光交谈",
"4113491956": "向玉霞回报",
"4113650476": "击败幕府军",
"4113759084": "隐藏传送回大世界",
"4113829358": "传送出来,同时回滚",
"4114316052": "与卯师傅对话",
"4114737988": "解开「石头」的谜",
"4114841380": "询问长谷川的意见",
"4114841999": "池田总四郎送礼任务",
"4114917468": "等待至第二天白天(6-18时)",
"4114967732": "给「破破岛」上的壁画留影",
"4116137500": "与派蒙对话",
"4116282228": "与害怕的舒特对话",
"4116399772": "调查隐藏的通路",
"4116964916": "与迪娜泽黛对话",
"4117063124": "向被害者了解情况",
"4117215428": "提前获取钥匙",
"4117851460": "寻找兰非拉",
"4118154284": "第三次关门",
"4118191159": "移动水母(隐藏任务)",
"4118232380": "前往兰那库拉照料的苗圃",
"4118385106": "询问索拉雅",
"4118987028": "进对话刷新元素方碑机关",
"4120425628": "进度回滚隔离",
"4120905514": "寻找藏宝处",
"4121029204": "前往大巴扎",
"4121280471": "家书难递",
"4121333196": "寻找线索",
"4121654044": "给周围居民送药",
"4121904830": "观察挂画",
"4122045102": "将书带去飞云商会",
"4122367724": "调查黛比的情况",
"4122579940": "检测固定时间刷新元素紊乱-千风神殿部分",
"4122860020": "前往赤王陵",
"4122950647": "万民鲜食",
"4122990426": "和萍姥姥对话",
"4123036052": "与留云借风真君对话",
"4123065097": "调查并抄写石碑上的内容",
"4123100340": "托克找公子",
"4123189991": "与派蒙对话",
"4123207103": "与丽莎一起吃下午茶",
"4123355580": "前往「寒锋铁器」",
"4123571364": "与瓦尔坦和古尔根对话",
"4124156004": "告诉海迪夫在水边发生的事",
"4124374100": "到营地询问和奇怪的气流相关的线索",
"4124467108": "打开石中植物",
"4124644343": "兰那罗唤醒05",
"4124681092": "寻找了解小草神的少女",
"4125259172": "带早柚去高处散心",
"4126557215": "特效管理",
"4126916052": "击败蕈兽",
"4126962580": "深入探索遗迹",
"4127383136": "与常九爷对话",
"4127484796": "与孙宇对话",
"4127672012": "继续前进,穿过树洞",
"4128180844": "竹签·中吉",
"4128518652": "在四周搜集食材",
"4128552036": "等纳西妲进入居民的意识,与塞塔蕾对话",
"4128635134": "发现鬼魂",
"4128891607": "承仙所托",
"4128983100": "与兰加惟对话",
"4129051863": "敌神者",
"4129066884": "取得「御灵珠」",
"4129559335": "农民的宝藏",
"4130014680": "找到恩内斯特",
"4130746527": "玲珑霄灯图之一",
"4131149796": "前往达达乌帕谷",
"4131328492": "与八重神子对话",
"4131348108": "将「美味的活力喵饭」带给小猫们",
"4131673020": "向风龙废墟的高塔前进",
"4131683569": "清理元素紊乱点1",
"4132048460": "跟荣一郎说话",
"4132453932": "击败「无名武士」",
"4132977164": "重新进圈重新锁定",
"4133412220": "使用「苦舍桓」解除「须罗蕈」的封印",
"4133691564": "与斯万对话",
"4133760076": "击败幕府军",
"4133760956": "修复能量核心",
"4133828724": "将遗物投入海中",
"4133860772": "播放死域净化cs",
"4134004140": "与珊瑚对话",
"4134331268": "与龙二对话",
"4134709140": "将消息告诉朔次郎",
"4134807276": "寻找兰那罗",
"4135191143": "壶中闲事",
"4135277612": "与三人对话",
"4135352140": "若心闲置对话",
"4135736356": "最后一环传送",
"4135994412": "将家书交给满与曜",
"4136209452": "传送进入渊下宫",
"4136361300": "与拉菲克对话",
"4136417548": "与豆助汇合",
"4136749956": "与重云交谈,讨论方案",
"4137661644": "和阿凡聊聊",
"4138003040": "与恩内斯特对话",
"4138184852": "与快拳阿凌对话",
"4138480772": "对话任务记录进度4-1(手动)",
"4138537908": "转动「桓摩达」",
"4138627348": "回复五郎",
"4138778380": "与昆恩对话",
"4138803143": "林中小曲隐藏监听",
"4139148210": "完成玩法",
"4139362004": "前往前线战场",
"4139612742": "与岚姐对话",
"4140253820": "与大隆和小乐交谈",
"4140321260": "进入鹤观,寻找阿瑠",
"4140327940": "质问薇尔",
"4140459396": "言灵线索6创生对话",
"4140762204": "检测焰刀对话",
"4140973388": "向布伦回报",
"4141907412": "与稻妻冒险家协会的凯瑟琳对话",
"4142428556": "(hide)进入对话开启特殊天气",
"4142565898": "寻找宝儿丢失的东西",
"4143308068": "(tes)到达一处封印区域",
"4143323708": "与维克多对话",
"4143446444": "进入酒庄,寻找迪卢克的书桌",
"4144000182": "回滚隔离",
"4144708964": "清除死域的污染",
"4144781908": "跟随奇特的星星",
"4145026668": "荒神社幽灵NPC1-2",
"4145092908": "与阿扎莱对话",
"4145358980": "带迪娜泽黛到附近休息",
"4145910260": "消灭史莱姆",
"4146294820": "带托克前往港口",
"4147196324": "与鲸井椛对话",
"4147231252": "最后一环传送",
"4147319820": "前往蒙德城的「猎鹿人」餐馆",
"4147527908": "回滚隔离",
"4147781148": "调查附近,寻找线索",
"4147950700": "随兰罗摩,深入「往昔的桓那兰那」",
"4148438678": "向客栈老板娘请教",
"4148642996": "与众人对话",
"4148651772": "回到北国银行",
"4149357943": "与齐格芙丽雅对话",
"4149590220": "与小羽对话",
"4149717599": "无忧节其它一级WQ对话",
"4149855956": "回收洞窟附近的包裹",
"4150536396": "和赛芭聊聊",
"4150876908": "与五百藏对话",
"4150957047": "地城失败",
"4150964977": "搜索宝藏",
"4151153972": "将甜甜花交给小蒙",
"4152027151": "丰饶绿洲竞争用",
"4152034951": "渡-顽皮小子",
"4152111988": "消除小路上的荆棘",
"4152313500": "与丹吉尔对话",
"4152519823": "与NPC2交涉成功-返回",
"4152673484": "第四次开门",
"4152730804": "将餐品送给急躁的瓦里特",
"4152841972": "与八重神子交谈",
"4153226148": "跟随哲平,帮助受伤的反抗军",
"4153842852": "等时间",
"4154022068": "追赶舒伯特",
"4154047348": "向玛格丽特回报",
"4154611868": "顺着脚印寻找",
"4155151279": "远吕羽氏遗事·序",
"4155511188": "与兰般度对话",
"4155765548": "隐藏判断钓鱼是否进包",
"4155774044": "取得「苏生之辔」碎片",
"4155801108": "保护货车",
"4155992895": "三界路飨祭",
"4156014684": "前往木漏茶室寻找托马",
"4156193663": "与温迪会和准备逃走",
"4156799719": "兰那罗音乐08",
"4157173884": "打倒所有魔物",
"4157279319": "玩法判断任务封装一",
"4157465516": "调查盗宝鼬留下的洞",
"4157546044": "前往柯莱住所",
"4158062684": "织梦之森的真相",
"4158157876": "与派蒙对话",
"4158398151": "轻策来客任务奖励发放D",
"4158636612": "废弃",
"4158668174": "与张顺对话",
"4158722136": "与艾伯特对话",
"4158859180": "与豆助和柴助对话",
"4159029086": "去蒙德城找蒂玛乌斯",
"4159907354": "与朱老板对话",
"4159956919": "兰帕卡提NPC送礼任务",
"4159968796": "调查丘丘人营地中的线索",
"4160018528": "冒险等级到达4级,完成随风而来的骑士(35403)",
"4160619092": "查看躺倒的人",
"4160891356": "触碰「纸垂」",
"4161853852": "糖果选择5号后续",
"4161870332": "与清昼对话",
"4161938692": "竹签·凶(抽到竹签变量1,交付竹签变量0)",
"4161986711": "抢在霍夫曼之前回到酒馆",
"4161991652": "击败史莱姆",
"4162194484": "解放所有「高门之火」",
"4162396260": "与阿拉米对话",
"4162555220": "击败魔物",
"4162655206": "任务隔离,防止回滚",
"4163618876": "前往碧水河附近",
"4163857428": "向清昼回报",
"4163960508": "与阿兹拉对话",
"4164179863": "破解谜题(到骑士团找凯亚可获取提示)",
"4164363688": "将调好的酒给昆恩尝试",
"4164538460": "沿着风龙废墟的高塔前进",
"4164601732": "击败敌人,夺回素描本",
"4165051692": "前往晨曦酒庄",
"4165330335": "取得天空之琴",
"4166005044": "与留云借风真君对话",
"4166140716": "与天叔交谈",
"4166676708": "采摘新鲜的花",
"4166976236": "安装净化装置",
"4167180836": "向玛格丽特回报",
"4167208364": "打倒所有盗宝团",
"4167728388": "与众人会合",
"4168330484": "与诺艾尔对话",
"4168498732": "开启游戏",
"4168627359": "与迪卢克对话",
"4168772743": "我本将心",
"4169114919": "恒动械画",
"4169314322": "将蒲公英交给提米",
"4169370516": "抵达阿贝多指定的终点",
"4169927612": "判断是否第一次解谜成功",
"4170246756": "和兰那罗对话",
"4170496084": "击退执行「眼狩令」的追兵",
"4170809364": "打倒所有蕈兽",
"4170917828": "机关2进入",
"4171391468": "前往「死兆星」号",
"4171602704": "关闭商店后得对话",
"4171714063": "一线希望",
"4172068388": "判断是否完成过旧活动",
"4172256047": "等量交换",
"4172374956": "前往活动场地",
"4172767652": "等到一天后",
"4172876940": "与阿贝多对话",
"4173861559": "鱼钩上的绝景?",
"4173999932": "将「竹签」交给玄冬",
"4174129036": "返回绿洲",
"4174194788": "与维克多对话",
"4174353305": "与索拉雅对话",
"4175458540": "收集霄灯",
"4175582340": "渊下宫NPC指引测试",
"4175736732": "与对手对话",
"4176124260": "跟上赛诺",
"4176275185": "冒险等阶突破·一",
"4176614310": "战斗I对话",
"4176619287": "潜行成功,先不完成父任务",
"4176765668": "为吉法师拍照",
"4176891476": "将勘测信标放置在雪山山顶",
"4177234996": "任务隔离,防止回滚",
"4177250606": "寻找宝藏,或者去听听博来的建议",
"4177542380": "与另一个愿意交流的丘丘人对话",
"4177977160": "前往层岩巨渊购买石珀",
"4178217396": "与菲谢尔对话",
"4178933940": "前往远国监司会场",
"4179872452": "继续向前追踪",
"4179967055": "风障开启后,与琴对话",
"4180722444": "安抚伊凡诺维奇",
"4181215988": "消除死域",
"4181726116": "与一成对话",
"4181844740": "与莫塞伊思交谈",
"4182208870": "追逐鬼魂",
"4182445468": "与离岛的人交谈",
"4182447244": "与豆助和柴助对话",
"4182842420": "解除9颗岩柱",
"4183161388": "去万民堂看看香菱的情况",
"4183272412": "继续沿路搜寻线索",
"4183298292": "与残魂对话",
"4183467724": "使用「苦舍桓」解除「耶然草」的封印",
"4183946484": "将美味的腌笃鲜送给汤雯",
"4184058220": "到璃月港街头转转",
"4184093780": "前往「荣光之风」的西北方询问线索",
"4184219276": "与阿贝多交谈,获取结论",
"4184477890": "回去找言笑回报",
"4184647758": "寻找光耀意志之盾",
"4185076692": "与派蒙对话",
"4185121548": "班尼特开机关BE",
"4185173327": "冒险等阶到达",
"4185466052": "调查附近,寻找线索",
"4185657748": "隐藏-直接打大营地检测",
"4186158596": "废弃",
"4186435127": "无忧节~最终战花冠管理",
"4186721852": "将黄金蟹(普通或美味)赠予莫娜",
"4186880937": "语言交流",
"4187279391": "傲慢偏见",
"4187681652": "前往西侧的丘丘人营地",
"4188094028": "击败爆炎树",
"4188157953": "触不可及的恋人",
"4188563276": "在会场采购书籍",
"4188738380": "*废弃",
"4189086068": "根据石板的指引获取全部权能",
"4189773534": "寻找供奉食物的痕迹",
"4190031700": "前往巡查,并清除障碍物",
"4190444495": "连队消失在深岩",
"4190581439": "轻策来客任务奖励发放B",
"4190650652": "(保护统计进度)",
"4190924396": "前往木漏茶室附近的神龛",
"4191036655": "捕盗",
"4191622148": "寻找漂流瓶",
"4192091577": "拿到货单",
"4192176732": "判定全对",
"4192183588": "与赛诺对话",
"4192380788": "和NPC对话",
"4192570292": "派蒙对话检测",
"4192634132": "将礼品送给向明",
"4193060452": "将戒指还给朱老板",
"4193410953": "诗歌交流",
"4193499724": "逃跑失败,确保传送后回滚",
"4193952196": "前往大日御舆下方,调查情况",
"4194315388": "稻叶久藏的宿命(废弃)",
"4194759188": "向残影回报",
"4195049284": "沿路出城寻找线索",
"4195113012": "检测时间任务",
"4195987807": "意外之客",
"4196096748": "进入邪眼生产工厂",
"4196826728": "静置",
"4197202748": "与言笑对话",
"4197715372": "尝试开启棺椁",
"4198835228": "与范兵卫对话",
"4199108660": "竹签·大吉(抽到竹签变量1,交付竹签变量0)",
"4199559649": "海灯节做灯教学奖励",
"4200207980": "从居民区地道进入",
"4200424428": "与纯也对话",
"4200595127": "茶博士送礼任务",
"4200791868": "前往镇守之森,向五百藏回报",
"4200869172": "回滚",
"4201270044": "前往北斗准备的小型舰船驾驶点",
"4201339364": "和孩子们对话",
"4202784588": "与戴因对话",
"4202952436": "回到群玉阁工地寻找申鹤",
"4203008524": "将准备好的材料带回重云处",
"4203536900": "隐藏任务:炉灶点火",
"4204025847": "魔鳞病医院的哭声",
"4204494316": "去陨石附近采集植物",
"4204547884": "与神里绫人交谈",
"4205064543": "吞金和蓄财",
"4205071444": "向天叔汇报考察结果",
"4205351284": "登上「死兆星」号,寻找北斗",
"4205408420": "与拉娜对话",
"4206432396": "刷出漂流瓶",
"4206973420": "与旅店老板对话",
"4207222236": "击败盗宝团并拿到化石",
"4207333732": "与言笑对话",
"4207424548": "找澜阳取礼服",
"4207440700": "闯入空间之内",
"4207639148": "废弃像森之子证明自己的实力",
"4207916212": "等待至约定时间(次日8点至12点)",
"4208088252": "完成魈的修炼内容",
"4208510004": "完成心海策略-让怪物感电",
"4209199108": "寻找足轻庆次郎的踪迹",
"4209467196": "前往第一处机关所在地",
"4209649351": "对NPC2宣战",
"4209838140": "打黑烟1",
"4210115260": "解谜失败2",
"4210537284": "吸引教令院卫兵进入埋伏圈",
"4210764340": "跟随巴哈利前往阿如村",
"4211142652": "将一份「蒙德烤鱼」交给贝雅",
"4211186116": "帮助被困的兰那罗",
"4211462204": "前往指定地点战斗",
"4211532156": "将清心交给孙宇",
"4211580156": "探望柯莱",
"4211899988": "隐藏-选择了炊事营地",
"4211900724": "向古田宣传家政课",
"4212452423": "从零开始",
"4212476812": "前往鸣神大社寻找八重神子",
"4212732348": "前往大巴扎参加宴会",
"4212916628": "回滚隔离",
"4212988100": "废弃",
"4213914532": "与梨绘对话",
"4213966976": "在2秒内摧毁所有木桩",
"4214021100": "与艾尔海森对话",
"4214274807": "沙漠苗圃后续玩法3第1天",
"4214610471": "主动寻找修女",
"4214886236": "与运货商人对话",
"4215482304": "找查尔斯听取委托内容",
"4215689404": "前往二楼清理酒杯",
"4215781620": "(废弃)带可疑人员进入蒙德城",
"4215925614": "与莺儿汇合",
"4216485620": "等到第二天8点",
"4217192431": "互通有无?",
"4217223023": "结束父任务",
"4217609476": "找正二重新布置标靶",
"4218000396": "前往城内与商人进行交涉",
"4218220684": "调查房间",
"4218613468": "隐藏任务B完成发放奖励",
"4219098703": "寝子是只猫·石头人类的麻烦",
"4219164956": "与小畑对话",
"4219375535": "3号房间-交涉成功、获得钥匙任务标记",
"4219553372": "前往研究场所",
"4220023892": "继续与阿金对话",
"4220139332": "与奥列格对话",
"4220384836": "收集制作御守所需的材料",
"4220531823": "稻妻主线下-父任务10",
"4220592316": "刷掉压草",
"4220710999": "蔓延的危机",
"4220760300": "查看公子的工作情况",
"4220779159": "向前追击「怪鸟」",
"4221628756": "触碰「纸垂」",
"4221662463": "再访群玉阁",
"4222536143": "林中秘影",
"4223243140": "刷新group专用",
"4224191180": "*隐藏*解除斯芬克斯遗迹",
"4224739756": "与芙萝拉对话",
"4225019732": "在野外采集3朵花",
"4225047526": "前往「万文集舍」",
"4225216196": "前往东北方的虚界暗塔",
"4225392300": "废弃",
"4225447964": "使用「羽毛」",
"4225728420": "废弃",
"4226039393": "商店街大告示板",
"4226459580": "荒神社封印",
"4226638150": "搜集5块木板",
"4226845316": "继续寻找合适地点",
"4226900976": "向杜拉夫回报",
"4227451420": "与艾尔海森对话",
"4227877614": "登上通向玉京台的山路",
"4227896316": "摧毁陨石后的对话",
"4227934006": "寻找三位工人",
"4228062340": "前往「猎鹿人」准备见面礼",
"4228478932": "与一斗交谈",
"4228506620": "取得「须罗蕈」",
"4228625188": "隐藏回滚隔离",
"4228666444": "与众人一起返回营地",
"4228918348": "目睹双方的决斗",
"4229594308": "*废弃",
"4229723884": "凶签绘马交付·凶2",
"4230495007": "被嫌弃的木刻",
"4230565822": "向琴了解「最强战力」的情报",
"4230592772": "与阿釜对话",
"4230730852": "与柯莱对话",
"4231334092": "和寝子一同回到清籁岛",
"4231450340": "暂停封锁的停留环",
"4231472836": "玩法完成",
"4231691172": "将芊芊的事告诉重云",
"4231823180": "打扫神社屋子里的污渍",
"4231919876": "到达龙骨花顶部",
"4232321516": "回到木漏茶室",
"4232639047": "到教学点3",
"4232642175": "归离原寻宝纪事",
"4232739892": "第三天大世界解谜",
"4232911478": "战后CS",
"4233068964": "前往图书馆后山,寻找御辔",
"4233116420": "离开木漏茶室",
"4233120406": "失败回滚(隐)",
"4233598996": "焰刀对话后创生",
"4233957348": "打倒所有史莱姆",
"4234093996": "与纳赫蒂加尔对话",
"4234138364": "将漂流瓶带给小蒙",
"4234389260": "与艾尔海森对话",
"4234431964": "与维克多对话",
"4234609492": "与莫娜对话",
"4234957175": "料理是分享的美好",
"4236009038": "烹饪「美味的翡玉什锦袋」",
"4236357492": "前去取得「宝藏」",
"4236460924": "隐藏-上层主线已完成且主线第四章未领取",
"4236936516": "愚人众任务完成",
"4236952244": "与荒泷一斗确认情况",
"4237449212": "寻找另外「半截船」",
"4238672831": "兰那罗音乐10",
"4238775308": "找到打开密室的办法",
"4238961804": "与愚人众术士继续被打断的对话",
"4239299332": "凋零之森机兵4完成",
"4239321364": "和「哥哥们」交谈",
"4239877732": "与「女士」对话",
"4240241636": "向五百藏复命",
"4240287396": "打倒魔物",
"4240299999": "砰砰大作战",
"4241962420": "前往「千手百眼神像」",
"4242504964": "返回璃月冒险家协会",
"4243098900": "查看候选人的规划书",
"4243580572": "与内尔敏对话",
"4243649036": "设置信标",
"4244540676": "前往八重堂",
"4244865516": "向船医银杏请教",
"4245368896": "与凯瑟琳对话",
"4245692964": "帮哈特姆准备一份苹果酿",
"4245790700": "帮助戚定寻找丢失的娃娃",
"4245804924": "追踪遗留的痕迹",
"4245838092": "保护环",
"4246098801": "龙灾",
"4246433244": "与柴门二郎对话",
"4246470716": "前往第二处被占据的营地",
"4246580636": "采摘3朵冰雾花",
"4246755820": "与沐宁对话,了解层岩巨渊的情况",
"4246844257": "蒂玛乌斯的炼金指导",
"4246870127": "祓行",
"4247168020": "观察「玲珑霄灯图·摩拉」",
"4247383593": "解禁2-隐藏",
"4247734508": "找聪子寻求信物",
"4248166248": "完成对话",
"4248462238": "与市民交谈",
"4248536948": "与寝子对话 隐藏",
"4248903428": "与派蒙对话",
"4249003332": "前往聚砂厅寻找阿斯法德",
"4249063460": "与泽维尔对话",
"4249141223": "言笑的喧闹厨房",
"4249325223": "到教学点4",
"4249390567": "迪卢克干掉一批袭击者",
"4249615284": "与大岛纯平对话",
"4249868716": "跟随拉娜",
"4250095908": "隐藏任务计时",
"4250207892": "刷新蒲公英",
"4250614428": "离开赛场",
"4251075033": "西风骑士团",
"4251380988": "*废弃",
"4251644444": "使用睦疏之匣,打倒魔物",
"4251817684": "前往蒙德冒险家协会前台",
"4252242852": "与「式大将」对话",
"4252278436": "一同前往地中之盐",
"4252325084": "陪同莫娜,向朱老板道别",
"4252762476": "调查四周",
"4252865412": "前往「木南料亭」拿取点心",
"4253722794": "与杜拉夫对话",
"4254079204": "击败海妮耶",
"4254345311": "奥博伦玩法白盒任务",
"4254465024": "前往询问艾拉·马斯克",
"4254518508": "与桌边的钟离交谈",
"4254789820": "与铁块对话",
"4254990532": "和兰利遮对话",
"4255658108": "交付成功后对话桥接",
"4255721124": "与帕拉德对话",
"4256482468": "关闭大门",
"4256618724": "增加任务进度",
"4256978908": "放置给盗宝团的情报信件保存1",
"4257057892": "琳琅对话拒绝桥接任务",
"4257098412": "没有接到任务时和小女孩第一次对话",
"4257154820": "与珊瑚交谈",
"4257532684": "在黑岩厂寻找线索",
"4257777668": "感受顺吉的「故事」",
"4258283647": "须弥告示牌教令院",
"4258341022": "寻找宝藏",
"4258460959": "无形壁障",
"4260031620": "击败来袭的怪物",
"4260223588": "前往万端珊瑚侦探社",
"4260511087": "伊凡诺维奇送礼任务",
"4260518252": "前往甘金岛西北边的滩涂",
"4260525732": "与利文斯通对话",
"4260529460": "前去寻找「一头菇」",
"4261079364": "向维多利亚修女回报",
"4261292948": "前往狸猫合影板附近",
"4261651839": "到达目标地点",
"4261909783": "完成与清泉镇NPC的调查对话(隐)",
"4262064940": "前往冒险家协会",
"4262323607": "隐藏-兰那罗小游戏-木箱下的东西3",
"4262405684": "与云堇对话",
"4262443732": "击败三处深渊法师",
"4263134580": "调查装置,关闭密道",
"4263282284": "前往白狐之野",
"4263868623": "山海八所巡礼·大雪隐御伽话",
"4264102975": "在庙宇门口跟凯亚见面",
"4264210308": "与参加宴会的各位对话",
"4264390460": "调查营地附近的「流明晶石」",
"4264617852": "跟上优丹",
"4265281572": "将霄灯挂在树上",
"4265947335": "寻得龙蛇踪",
"4266231340": "与派蒙对话",
"4266694655": "天才学者与异世之种",
"4266795767": "「送给你的故事」",
"4267442564": "触碰奇异的摆件",
"4267531142": "与凯亚的线人对话",
"4267686268": "倒计时",
"4267957980": "回去查看情况",
"4268321103": "talk完成后接取任务2",
"4268576284": "7012401已完成",
"4268647952": "交付烈火精油",
"4268921311": "御先祖大人的委托",
"4268964404": "燃放烟花引开守卫",
"4269108116": "与坎蒂丝对话",
"4270094972": "前往梦景林莽寻找兰贡迪",
"4270380676": "与「群玉阁」的秘书们对话",
"4270733700": "竹签·大吉(抽到竹签变量1,交付竹签变量0)",
"4272016688": "到教堂内向维多利亚报告",
"4272301911": "对NPC贿赂",
"4272457047": "与NPC交涉成功-返回",
"4272608564": "与安东尼对话",
"4272691356": "与宵宫对话",
"4272784668": "根据索赫尔的考古笔记,深入沙漠探索",
"4273693503": "寻找怪鸟遗留的痕迹",
"4274057759": "与修女对话",
"4274092364": "收集丢失的五本图书",
"4274107412": "无忧节壁画",
"4274120708": "解除「尾」处的封印",
"4274391012": "将琉璃百合交给万叶",
"4274392807": "通关遗迹",
"4274491900": "与正二对话",
"4274533628": "与重佐对话",
"4274887092": "帮助兰茶荼调整火候",
"4274890274": "询问索拉雅",
"4275037396": "刷新草人血量用",
"4275976308": "寻找声音的主人",
"4275983223": "最终谜题!秘藏至今的答案",
"4276637020": "进入驾驶舱",
"4276644820": "将「美味的活力喵饭」带给小猫们",
"4276689772": "回收勘测信标",
"4277037212": "与鲸井椛对话",
"4277706487": "陆的鸟蛋需求",
"4277870548": "打倒盗宝团",
"4278369084": "*废弃",
"4278447919": "光钉自循环运作报告·环境记录",
"4278826156": "开启挑战",
"4279174876": "进入鹤观",
"4279513364": "计时经过1天",
"4279696287": "踩中6号触发器",
"4280019524": "对话用",
"4280684244": "与长次对话",
"4280963679": "轮回意志的花神诞祭",
"4281445983": "须弥告示牌珠宝店",
"4281460336": "前往异常地点",
"4282850473": "丽莎地城,丽莎书本奖励",
"4283002348": "战斗A超时判定回滚保护",
"4283590703": "沙中花",
"4284282734": "与霄市上的人们交谈",
"4285001804": "取回调酒材料",
"4285038644": "没有遇到过任何玩法的森之子交谈",
"4285105828": "群玉阁传送2",
"4285205543": "镀金旅团引起的混乱",
"4285231799": "流言疑云",
"4285384159": "向冬日回归",
"4285620444": "击败「无名武士」",
"4285863652": "拜访「式大将」",
"4285958007": "与安柏对话",
"4286180020": "和森之子交谈",
"4286357380": "进入「尘歌壶」",
"4286677156": "测试锁上scene5",
"4286755092": "与龟井宗久对话",
"4287035588": "与接洽人托马对话",
"4287277452": "解锁5个封印",
"4287283492": "人物故事判断",
"4287346036": "与禁区的残影对话",
"4288289916": "【废弃】把菜谱交给木南杏奈",
"4288453004": "翠光篇CG后刷到suite2",
"4288541876": "靠近并确认情况",
"4288891796": "前往清泉镇与老芬奇对话",
"4289457159": "前往北风之狼墓地",
"4289974972": "再次打捞",
"4290132560": "捡起训练用木桩材料",
"4290393143": "阿米NPC送礼任务",
"4290411460": "在右侧魔物营地内寻找食材",
"4290813488": "给查尔斯回报信息",
"4291185212": "与芭芭拉对话",
"4291193676": "向兰非拉回报",
"4291256180": "将彦博的字条带回愚人众连队",
"4291376201": "商店街大告示板",
"4291508740": "解救被魔物围困的人",
"4291538836": "与宏朗对话",
"4291911007": "奥博伦玩法白盒任务",
"4292114156": "前往万端珊瑚侦探社",
"4292481292": "与派蒙对话",
"4293057854": "消灭所有魔物",
"4293074340": "与王平安对话",
"4293293748": "前往群玉阁参加庆功宴",
"4293495312": "消灭所有魔物",
"4293594524": "跟随砂糖前往冒险家营地",
"4293794740": "玩家选错来来菜",
"4294068820": "失落之森机兵15完成",
"4294228548": "询问大祐和悦子",
"4294363364": "在秘密基地附近与心海交谈",
"4294821508": "在山上寻找柴助",
"4294935300": "与修女安内特对话"
}
================================================
FILE: src/i18n/data/zh-CN/route.ts
================================================
export const route: Message['route'] = {
launcher: '启动器',
common: '常用',
artifact: '圣遗物',
item: '物品',
quest: '任务',
mod: 'Mod',
setting: '设置',
about: '关于'
}
================================================
FILE: src/i18n/data/zh-CN/sceneItem.json
================================================
{
"1": "BigWorld_LevelStreaming",
"2": "BigWorld_LevelStreaming",
"3": "BigWorld_LevelStreaming",
"4": "LostParadise_LevelStreaming",
"5": "AbyssalPalace_LevelStreaming",
"6": "TheChasm_LevelStreaming",
"7": "MichiaeMatsuri_LevelStreaming",
"9": "DreamIsland_LevelStreaming",
"1001": "移动平台性能测试(test)",
"1002": "ClimbTest2",
"1003": "TheBigWorld",
"1004": "Knight_Inside_Test",
"1005": "ChurchSteal",
"1006": "密林、废墟与龙之泪",
"1008": "ChurchLobby",
"1009": "AngelShare",
"1011": "角色战斗测试(test)",
"1013": "SneakAdvancedTest",
"1015": "飞翔是勇气的奖励",
"1016": "飞翔是勇气的奖励",
"1017": "壶中天",
"1018": "Chateau",
"1019": "洞天云海地城玩法测试(test)",
"1023": "Level_Yurenzhong",
"1024": "突破:清扫遗迹中的魔物(test)",
"1030": "TestIntercept_LiYue",
"1031": "爬塔丘丘人模板(test)",
"1032": "云海白盒测试(test)",
"1033": "Indoor_Ly_Bank",
"1034": "Indoor_Ly_Liuliting",
"1035": "Indoor_Ly_Xinyuexuan",
"1050": "水boss测试场景(test)",
"1051": "群玉阁剧情",
"1052": "留云借风洞天",
"1053": "壶中天_轻量变形1(test)",
"1054": "壶中天_轻量变形2(test)",
"1055": "「独眼小宝大世界」",
"1056": "盐中之谜",
"1057": "Indoor_Ly_Qunyuge",
"1058": "留云借风洞天",
"1059": "步入「边界」",
"1060": "IndoorScene_Dq_Teahouse",
"1061": "IndoorScene_Dq_Syabugyo",
"1062": "山中隐秘之地",
"1063": "IndoorScene_Dq_Donjon",
"1064": "IndoorScene_Dq_TenryuBugyo",
"1065": "天领奉行府",
"1066": "IndoorScene_Dq_Uyutei",
"1068": "IndoorScene_Md_AngelShare_Bartender01",
"1069": "IndoorScene_Ly_CyRoom",
"1070": "Level_Tower_Moon_01",
"1071": "被占领的旧地",
"1072": "IndoorScene_Xm_Barbecue",
"1073": "IndoorScene_Xm_Biglibrary",
"1074": "IndoorScene_Xm_Coffeehouse",
"1075": "IndoorScene_Xm_Csd",
"1076": "IndoorScene_Md_CattailTavern",
"1077": "IndoorScene_Xm_Chunzhangjia",
"1078": "IndoorScene_Xm_Zls",
"1079": "IndoorScene_Xm_Alhouse",
"2001": "Homeworld_Exterior_Above",
"2002": "Homeworld_Exterior_Karst",
"2003": "Homeworld_Exterior_Uncharted",
"2004": "Homeworld_Exterior_Ukiyo",
"2005": "Homeworld_Exterior_Sumeru",
"2201": "Homeworld_Interior_Md_Apartment_01",
"2202": "Homeworld_Interior_Ly_Apartment_01",
"2203": "Homeworld_Interior_Dq_Apartment_01",
"2204": "Homeworld_Interior_Xm_Apt_01",
"20000": "关卡玩法测试(test)",
"20005": "一锤定音的食材",
"20006": "丘丘人大据点(test)",
"20007": "小岩洞秘境(test)",
"20008": "丘丘人巢穴(test)",
"20009": "深入鹰之殿",
"20010": "探索:坍塌的古建筑群(test)",
"20011": "深入狮之殿",
"20012": "愚人众营地(test)",
"20013": "凯亚战斗训练任务地城(test)",
"20014": "试炼:临时周常本(test)",
"20015": "丽莎常驻地城低(test)",
"20016": "阿卡狄亚的失落秘宝",
"20017": "暴风般狂啸之龙",
"20018": "风魔龙-净化(test)",
"20019": "解读暗文的妙法",
"20020": "风魔龙-初战(test)",
"20022": "追击深渊法师",
"20023": "夺回天空之琴",
"20024": "Level_UCDungeon01",
"20025": "追忆:暴风般狂啸之龙 Ⅵ",
"20026": "突破:清扫遗迹中的魔物",
"20027": "突破:清扫遗迹中的魔物",
"20028": "突破:清扫遗迹中的魔物",
"20031": "夺回宝物",
"20032": "大冒险家斯坦利",
"20034": "追忆:黄金与孤影 IV",
"20035": "失落的忒耳摩冬遗迹",
"20036": "失落的埃伊亚遗迹",
"20037": "深入敌阵",
"20101": "黄金与孤影",
"20102": "再次偏航",
"20103": "「深渊」的踪迹",
"20104": "「深渊」的诱惑",
"20105": "「深渊」的诱惑",
"20106": "追忆:摇撼山岳之龙 IV",
"20107": "古树之底",
"20108": "追忆:摇撼山岳之龙 IV",
"20109": "追忆:摇撼山岳之龙 IV",
"20110": "追忆:摇撼山岳之龙 IV",
"20111": "町奉行所收监处",
"20112": "千手百眼",
"20113": "邪眼工厂",
"20114": "鸣神岛·天守",
"20115": "追忆:红莲的真剑试合 IV",
"20116": "雷电将军个人线千手百眼(test)",
"20117": "千手百眼二阶段(test)",
"20118": "小说家的冒险(test)",
"20119": "摇摇欲坠的罪恶",
"20120": "漩涡之下",
"20121": "鸣海栖霞洞天",
"20122": "雷电将军第二章(test)",
"20123": "降灵密室",
"20124": "武卫重溟",
"20125": "追忆:永恒的守护者 IV",
"20126": "(test)2.6容彩祭仓库",
"20127": "鹤径折旋之所",
"20128": "机符遁藏之城",
"20129": "迷错幻渺之境",
"20130": "IndoorScene_Ly_CyRoom",
"20131": "青墟浦地下遗迹",
"20132": "须弥兰娜罗梦境地城(test)",
"20133": "烈火踏歌行",
"20134": "亘古的苍星",
"20135": "春庭景如旧·其二",
"20136": "亘古的苍星",
"20137": "幽夜默示录·其一",
"20138": "幽夜默示录·其二",
"20139": "幽夜默示录·其三",
"20140": "春庭景如旧·其三",
"20141": "幽夜默示录·其三",
"20142": "春庭景如旧·其一",
"20143": "幽夜默示录·其一",
"20144": "幽夜默示录·其二",
"20145": "(test)3.0零级WQ织梦之森一次性地城",
"20146": "(test)3.0零级WQ唤雨之森一次性地城",
"20147": "(test)3.0零级WQ失落之森一次性地城",
"20148": "(test)3.0零级WQ葱头地城",
"20149": "污染区的源头",
"20150": "世界树地城(test)",
"20151": "神秘的遗迹",
"20152": "(test)3.2散兵boss地城",
"20153": "(test)3.2散兵boss地城",
"20154": "追忆:七叶中尊琉璃坛 IV",
"20155": "Level_ScaramoucheBoss",
"20156": "Level_ScaramoucheBoss",
"20157": "归寂之庭",
"20158": "大慈树王的残留意识",
"20159": "沙下灵囿",
"20160": "蜃气楼的后台",
"20161": "终端的一隅",
"20162": "(test)图书馆地城版本",
"20163": "「降神工坊」",
"20164": "「那一日」的世界树下",
"20165": "3.2梦境俱乐部(test)",
"20166": "3.3间章地城01(test)",
"20167": "3.3间章地城02(test)",
"20168": "正机之神殿",
"20169": "漂浮的回忆",
"20170": "3.3间章地城03(test)",
"20171": "3.3间章地城04(test)",
"20172": "3.3间章地城05(test)",
"20173": "隐秘山洞",
"30001": "迷雾迷宫(test)",
"30100": "Level_Tower_Morning_01",
"30101": "Level_Tower_Morning_01",
"30102": "Level_Tower_Morning_01",
"30103": "Level_Tower_Morning_01",
"30104": "Level_Tower_Morning_01",
"30200": "Level_Tower_01_Water",
"30201": "Level_Tower_Morning_01",
"30202": "Level_Tower_01_Water",
"30203": "Level_Tower_Morning_01",
"30204": "Level_Tower_Morning_01",
"30300": "Level_Tower_Morning_01",
"30301": "Level_Tower_Morning_01",
"30302": "Level_Tower_01_Water",
"30303": "Level_Tower_01_Water",
"30304": "Level_Tower_Morning_01",
"30400": "Level_Tower_Dusk_01",
"30401": "Level_Tower_Dusk_01",
"30402": "Level_Tower_Dusk_01",
"30403": "Level_Tower_Dusk_01",
"30404": "Level_Tower_Dusk_01",
"30500": "Level_Tower_Dusk_01",
"30501": "Level_Tower_Dusk_01",
"30502": "Level_Tower_Dusk_01",
"30503": "Level_Tower_Dusk_01",
"30504": "Level_Tower_Dusk_01",
"30600": "Level_Tower_01_Open",
"30601": "Level_Tower_01_Open",
"30602": "Level_Tower_01_Open",
"30603": "Level_Tower_01_Open",
"30604": "Level_Tower_Night_01",
"30700": "Level_Tower_Dusk_01",
"30701": "Level_Tower_01_Water",
"30702": "Level_Tower_Dusk_01",
"30703": "Level_Tower_Dusk_01",
"30704": "Level_Tower_Dusk_01",
"30800": "Level_Tower_Universe_01",
"30801": "Level_Tower_Universe_01",
"30802": "Level_Tower_Universe_01",
"30803": "Level_Tower_01_Water",
"30804": "Level_Tower_Universe_01",
"30900": "Level_Tower_Moon_01",
"30901": "Level_Tower_Moon_01",
"30902": "Level_Tower_Moon_01",
"30903": "Level_Tower_Moon_01",
"30904": "Level_Tower_Moon_01",
"31000": "Level_Tower_Night_01",
"31001": "Level_Tower_Night_01",
"31002": "Level_Tower_Night_01",
"31003": "Level_Tower_Night_01",
"31004": "Level_Tower_Night_01",
"31100": "Level_Tower_Night_01",
"31101": "Level_Tower_Night_01",
"31102": "Level_Tower_Night_01",
"31103": "Level_Tower_Night_01",
"31104": "Level_Tower_Night_01",
"31200": "Level_Tower_Night_01",
"31201": "Level_Tower_Night_01",
"31202": "Level_Tower_Night_01",
"31203": "Level_Tower_Night_01",
"31204": "Level_Tower_Night_01",
"31300": "Level_Tower_Element_Fire_01",
"31301": "Level_Tower_Element_Fire_01",
"31302": "Level_Tower_Element_Fire_01",
"31303": "Level_Tower_Element_Fire_01",
"31304": "Level_Tower_Element_Fire_01",
"31400": "Level_Tower_Element_Thunder_01",
"31401": "Level_Tower_Element_Thunder_01",
"31402": "Level_Tower_Element_Thunder_01",
"31403": "Level_Tower_Element_Thunder_01",
"31404": "Level_Tower_Element_Thunder_01",
"31500": "Level_Tower_Element_Ice_01",
"31501": "Level_Tower_Element_Ice_01",
"31502": "Level_Tower_Element_Ice_01",
"31503": "Level_Tower_Element_Ice_01",
"31504": "Level_Tower_Element_Ice_01",
"31600": "Level_Tower_Element_Water_01",
"31601": "Level_Tower_Element_Water_01",
"31602": "Level_Tower_Element_Water_01",
"31603": "Level_Tower_Element_Water_01",
"31604": "Level_Tower_Element_Water_01",
"31700": "Level_Tower_Moon_01",
"31701": "Level_Tower_Moon_01",
"31702": "Level_Tower_Moon_01",
"31703": "Level_Tower_Moon_01",
"31704": "Level_Tower_Moon_01",
"31800": "Level_Tower_Universe_01",
"31801": "Level_Tower_Universe_01",
"31802": "Level_Tower_Universe_01",
"31803": "Level_Tower_Universe_01",
"31804": "Level_Tower_Universe_01",
"31900": "Level_Tower_Universe_01",
"31901": "Level_Tower_Universe_01",
"31902": "Level_Tower_Universe_01",
"31903": "Level_Tower_Universe_01",
"31904": "Level_Tower_Universe_01",
"32000": "Level_Tower_Universe_01",
"32001": "Level_Tower_Universe_01",
"32002": "Level_Tower_Universe_01",
"32003": "Level_Tower_Universe_01",
"32004": "Level_Tower_Universe_01",
"32100": "Level_Tower_Morning_01",
"32101": "Level_Tower_Morning_01",
"32102": "Level_Tower_Morning_01",
"32103": "Level_Tower_Morning_01",
"32104": "Level_Tower_Morning_01",
"32200": "Level_Tower_Morning_01",
"32201": "Level_Tower_Morning_01",
"32202": "Level_Tower_Morning_01",
"32203": "Level_Tower_Morning_01",
"32204": "Level_Tower_Morning_01",
"33100": "爬塔第一档-ZHT第1关(单路)(test)",
"33101": "爬塔第一档-ZHT第2关(单路)(test)",
"33102": "爬塔第一档-ZHT第3关(单路)(test)",
"33103": "爬塔第一档-ZHT第4关(单路)(test)",
"33401": "爬塔第一档-第五层第1关(双路)(test)",
"33402": "爬塔第一档-第六层第1关(双路)(test)",
"33403": "爬塔第一档-第七层第1关(双路)(test)",
"33404": "爬塔第一档-第八层第1关(双路)(test)",
"33700": "爬塔第一档-MC第1关(双路)(test)",
"33701": "爬塔第一档-MC第2关(双路)(test)",
"33702": "爬塔第一档-MC第3关(双路)(test)",
"33703": "爬塔第一档-MC第4关(双路)(test)",
"33704": "爬塔第一档-MC第5关(双路)(test)",
"33705": "爬塔第一档-MC第6关(双路)(test)",
"33706": "爬塔第一档-MC第7关(双路)(test)",
"33707": "爬塔第一档-MC第8关(双路)(test)",
"33708": "爬塔第一档-MC第9关(双路)(test)",
"33709": "爬塔第一档-MC第10关(双路)(test)",
"33710": "爬塔第一档-MC第11关(双路)(test)",
"33711": "爬塔第一档-MC第12关(双路)(test)",
"33712": "爬塔第一档-MC第13关(双路)(test)",
"33713": "爬塔第一档-MC第14关(双路)(test)",
"33714": "爬塔第一档-MC第15关(双路)(test)",
"33715": "爬塔第一档-MC第16关(双路)(test)",
"33716": "爬塔第一档-MC第17关(双路)(test)",
"33717": "爬塔第一档-MC第18关(双路)(test)",
"33718": "爬塔第一档-MC第19关(双路)(test)",
"33719": "爬塔第一档-MC第20关(双路)(test)",
"33720": "爬塔第一档-MC第21关(双路)(test)",
"33721": "爬塔第一档-MC第22关(双路)(test)",
"33722": "爬塔第一档-MC第23关(双路)(test)",
"33723": "爬塔第一档-MC第24关(双路)(test)",
"33724": "爬塔第一档-MC第25关(双路)(test)",
"33725": "爬塔第一档-MC第26关(双路)(test)",
"33726": "爬塔第一档-MC第27关(双路)(test)",
"33727": "爬塔第一档-MC第28关(双路)(test)",
"33728": "爬塔第一档-MC第29关(双路)(test)",
"33729": "爬塔第一档-MC第30关(双路)(test)",
"33730": "爬塔第一档-MC第31关(双路)(test)",
"33731": "爬塔第一档-MC第32关(双路)(test)",
"33732": "爬塔第一档-MC第33关(双路)(test)",
"33733": "爬塔第一档-MC第34关(双路)(test)",
"33734": "爬塔第一档-MC第35关(双路)(test)",
"33735": "爬塔第一档-MC第36关(双路)(test)",
"33736": "爬塔第一档-MC第37关(双路)(test)",
"33737": "爬塔第一档-MC第38关(双路)(test)",
"33738": "爬塔第一档-MC第39关(双路)(test)",
"33739": "爬塔第一档-MC第40关(双路)(test)",
"33740": "爬塔第一档-MC第41关(双路)(test)",
"33741": "爬塔第一档-MC第42关(双路)(test)",
"33742": "爬塔第一档-MC第43关(双路)(test)",
"33743": "爬塔第一档-MC第44关(双路)(test)",
"33744": "爬塔第一档-MC第45关(双路)(test)",
"33745": "爬塔第一档-MC第46关(双路)(test)",
"33746": "爬塔第一档-MC第47关(双路)(test)",
"33747": "爬塔第一档-MC第48关(双路)(test)",
"33748": "爬塔第一档-MC第49关(双路)(test)",
"34100": "爬塔第二档-ZHT第1关(单路)(test)",
"34101": "爬塔第二档-ZHT第2关(单路)(test)",
"34102": "爬塔第二档-ZHT第3关(单路)(test)",
"34103": "爬塔第二档-ZHT第4关(单路)(test)",
"34401": "爬塔第二档-第五层第2关(双路)(test)",
"34402": "爬塔第二档-第六层第2关(双路)(test)",
"34403": "爬塔第二档-第七层第2关(双路)(test)",
"34404": "爬塔第二档-第八层第2关(双路)(test)",
"34700": "爬塔第二档-MC第1关(双路)(test)",
"34701": "爬塔第二档-MC第2关(双路)(test)",
"34702": "爬塔第二档-MC第3关(双路)(test)",
"34703": "爬塔第二档-MC第4关(双路)(test)",
"34704": "爬塔第二档-MC第5关(双路)(test)",
"34705": "爬塔第二档-MC第6关(双路)(test)",
"34706": "爬塔第二档-MC第7关(双路)(test)",
"34707": "爬塔第二档-MC第8关(双路)(test)",
"34708": "爬塔第二档-MC第9关(双路)(test)",
"34709": "爬塔第二档-MC第10关(双路)(test)",
"34710": "爬塔第二档-MC第11关(双路)(test)",
"34711": "爬塔第二档-MC第12关(双路)(test)",
"34712": "爬塔第二档-MC第13关(双路)(test)",
"34713": "爬塔第二档-MC第14关(双路)(test)",
"34714": "爬塔第二档-MC第15关(双路)(test)",
"34715": "爬塔第二档-MC第16关(双路)(test)",
"34716": "爬塔第二档-MC第17关(双路)(test)",
"34717": "爬塔第二档-MC第18关(双路)(test)",
"34718": "爬塔第二档-MC第19关(双路)(test)",
"34719": "爬塔第二档-MC第20关(双路)(test)",
"34720": "爬塔第二档-MC第21关(双路)(test)",
"34721": "爬塔第二档-MC第22关(双路)(test)",
"34722": "爬塔第二档-MC第23关(双路)(test)",
"34723": "爬塔第二档-MC第24关(双路)(test)",
"34724": "爬塔第二档-MC第25关(双路)(test)",
"34725": "爬塔第二档-MC第26关(双路)(test)",
"34726": "爬塔第二档-MC第27关(双路)(test)",
"34727": "爬塔第二档-MC第28关(双路)(test)",
"34728": "爬塔第二档-MC第29关(双路)(test)",
"34729": "爬塔第二档-MC第30关(双路)(test)",
"34730": "爬塔第二档-MC第31关(双路)(test)",
"34731": "爬塔第二档-MC第32关(双路)(test)",
"34732": "爬塔第二档-MC第33关(双路)(test)",
"34733": "爬塔第二档-MC第34关(双路)(test)",
"34734": "爬塔第二档-MC第35关(双路)(test)",
"34735": "爬塔第二档-MC第36关(双路)(test)",
"34736": "爬塔第二档-MC第37关(双路)(test)",
"34737": "爬塔第二档-MC第38关(双路)(test)",
"34738": "爬塔第二档-MC第39关(双路)(test)",
"34739": "爬塔第二档-MC第40关(双路)(test)",
"34740": "爬塔第二档-MC第41关(双路)(test)",
"34741": "爬塔第二档-MC第42关(双路)(test)",
"34742": "爬塔第二档-MC第43关(双路)(test)",
"34743": "爬塔第二档-MC第44关(双路)(test)",
"34744": "爬塔第二档-MC第45关(双路)(test)",
"34745": "爬塔第二档-MC第46关(双路)(test)",
"34746": "爬塔第二档-MC第47关(双路)(test)",
"34747": "爬塔第二档-MC第48关(双路)(test)",
"34748": "爬塔第二档-MC第49关(双路)(test)",
"35100": "爬塔第三档-ZHT第1关(单路)(test)",
"35101": "爬塔第三档-ZHT第2关(单路)(test)",
"35102": "爬塔第三档-ZHT第3关(单路)(test)",
"35103": "爬塔第三档-ZHT第4关(单路)(test)",
"35401": "爬塔第三档-第五层第3关(双路)(test)",
"35402": "爬塔第三档-第六层第3关(双路)(test)",
"35403": "爬塔第三档-第七层第3关(双路)(test)",
"35404": "爬塔第三档-第八层第3关(双路)(test)",
"35700": "爬塔第三档-MC第1关(双路)(test)",
"35701": "爬塔第三档-MC第2关(双路)(test)",
"35702": "爬塔第三档-MC第3关(双路)(test)",
"35703": "爬塔第三档-MC第4关(双路)(test)",
"35704": "爬塔第三档-MC第5关(双路)(test)",
"35705": "爬塔第三档-MC第6关(双路)(test)",
"35706": "爬塔第三档-MC第7关(双路)(test)",
"35707": "爬塔第三档-MC第8关(双路)(test)",
"35708": "爬塔第三档-MC第9关(双路)(test)",
"35709": "爬塔第三档-MC第10关(双路)(test)",
"35710": "爬塔第三档-MC第11关(双路)(test)",
"35711": "爬塔第三档-MC第12关(双路)(test)",
"35712": "爬塔第三档-MC第13关(双路)(test)",
"35713": "爬塔第三档-MC第14关(双路)(test)",
"35714": "爬塔第三档-MC第15关(双路)(test)",
"35715": "爬塔第三档-MC第16关(双路)(test)",
"35716": "爬塔第三档-MC第17关(双路)(test)",
"35717": "爬塔第三档-MC第18关(双路)(test)",
"35718": "爬塔第三档-MC第19关(双路)(test)",
"35719": "爬塔第三档-MC第20关(双路)(test)",
"35720": "爬塔第三档-MC第21关(双路)(test)",
"35721": "爬塔第三档-MC第22关(双路)(test)",
"35722": "爬塔第三档-MC第23关(双路)(test)",
"35723": "爬塔第三档-MC第24关(双路)(test)",
"35724": "爬塔第三档-MC第25关(双路)(test)",
"35725": "爬塔第三档-MC第26关(双路)(test)",
"35726": "爬塔第三档-MC第27关(双路)(test)",
"35727": "爬塔第三档-MC第28关(双路)(test)",
"35728": "爬塔第三档-MC第29关(双路)(test)",
"35729": "爬塔第三档-MC第30关(双路)(test)",
"35730": "爬塔第三档-MC第31关(双路)(test)",
"35731": "爬塔第三档-MC第32关(双路)(test)",
"35732": "爬塔第三档-MC第33关(双路)(test)",
"35733": "爬塔第三档-MC第34关(双路)(test)",
"35734": "爬塔第三档-MC第35关(双路)(test)",
"35735": "爬塔第三档-MC第36关(双路)(test)",
"35736": "爬塔第三档-MC第37关(双路)(test)",
"35737": "爬塔第三档-MC第38关(双路)(test)",
"35738": "爬塔第三档-MC第39关(双路)(test)",
"35739": "爬塔第三档-MC第40关(双路)(test)",
"35740": "爬塔第三档-MC第41关(双路)(test)",
"35741": "爬塔第三档-MC第42关(双路)(test)",
"35742": "爬塔第三档-MC第43关(双路)(test)",
"35743": "爬塔第三档-MC第44关(双路)(test)",
"35744": "爬塔第三档-MC第45关(双路)(test)",
"35745": "爬塔第三档-MC第46关(双路)(test)",
"35746": "爬塔第三档-MC第47关(双路)(test)",
"35747": "爬塔第三档-MC第48关(双路)(test)",
"35748": "爬塔第三档-MC第49关(双路)(test)",
"35800": "奇趣秘园",
"35801": "2.1换人挑战1阶段(test)",
"35802": "2.1换人挑战2阶段(test)",
"35803": "2.1换人挑战3阶段(test)",
"35804": "2.1换人挑战4阶段(test)",
"35805": "2.1换人挑战5阶段(test)",
"35806": "2.1换人挑战6阶段(test)",
"35807": "2.5百人二揆关卡1(test)",
"35808": "2.5百人二揆关卡2(test)",
"35809": "2.5百人二揆关卡3(test)",
"35810": "2.5百人二揆关卡4(test)",
"35811": "2.5百人二揆关卡5(test)",
"35812": "2.5百人二揆关卡6(test)",
"35813": "3.1百人三揆关卡1(test)",
"35814": "3.1百人三揆关卡2(test)",
"35815": "3.1百人三揆关卡3(test)",
"35816": "3.1百人三揆关卡4(test)",
"35817": "3.1百人三揆关卡5(test)",
"35818": "3.1百人三揆关卡6(test)",
"35820": "选BUFF挑战地城阶段一第1关(test)",
"35821": "选BUFF挑战地城阶段一第2关(test)",
"35822": "选BUFF挑战地城阶段一第3关(test)",
"35823": "选BUFF挑战地城阶段一第4关(test)",
"35824": "选BUFF挑战地城阶段二第1关(test)",
"35825": "选BUFF挑战地城阶段二第2关(test)",
"35826": "选BUFF挑战地城阶段二第3关(test)",
"35827": "选BUFF挑战地城阶段二第4关(test)",
"35828": "选BUFF挑战地城阶段三第1关(test)",
"35829": "选BUFF挑战地城阶段三第2关(test)",
"35830": "选BUFF挑战地城阶段三第3关(test)",
"35831": "选BUFF挑战地城阶段三第4关(test)",
"35840": "2.6连线buff挑战1(test)",
"35841": "2.6连线buff挑战2(test)",
"35842": "2.6连线buff挑战3(test)",
"35843": "2.6连线buff挑战4(test)",
"35844": "2.6连线buff挑战5(test)",
"35845": "2.6连线buff挑战6(test)",
"35846": "初次探索",
"35847": "直击强敌",
"35848": "初次探索",
"35849": "直击强敌",
"35850": "初次探索",
"35851": "直击强敌",
"35852": "初次探索",
"35853": "直击强敌",
"35860": "(test)爆炸魔药活动1",
"35861": "(test)爆炸魔药活动2",
"35862": "(test)爆炸魔药活动3",
"35863": "(test)爆炸魔药活动4",
"35870": "3.3大活动打砖块特殊关1(test)",
"35871": "3.3大活动打砖块特殊关2(test)",
"35872": "3.3大活动打砖块特殊关3(test)",
"35880": "(test)3.4连线挑战地城1",
"35881": "(test)3.4连线挑战地城2",
"35882": "(test)3.4连线挑战地城3",
"35883": "(test)3.4连线挑战地城4",
"35884": "(test)3.4连线挑战地城5",
"40001": "调查遗迹深处的骚动(test)",
"40002": "Level_UCDungeon01",
"40003": "Level_UCDungeon01",
"40004": "Level_KaeyaTutorialMission02",
"40005": "Level_KaeyaTutorialMission01",
"40006": "Level_KaeyaTutorialMission01",
"40007": "探索:失陷的城塞",
"40008": "凯亚挑战本测试(test)",
"40009": "安柏教学本挑战本(test)",
"40010": "Level_AmborTutorialMission01",
"40012": "Level_LisaTutorialMission03",
"40013": "安柏地城个人挑战二阶(test)",
"40014": "丽莎挑战测试(test)",
"40015": "寻访·水月侠行记",
"40016": "寻访·桃源逗留记",
"40017": "云海挑战玩法测试2(test)",
"40018": "壶中天挑战测试2(test)",
"40019": "寻访·霞蔚征涛记",
"40020": "寻访·云蒸奇遇记",
"40021": "无相雷挑战(test)",
"40022": "间奏曲·暴风之蝶 I",
"40023": "协奏曲·紫电之光 I",
"40024": "奏鸣曲·磐石之心 I",
"40025": "大地、风与雷的圆舞曲",
"40026": "元素试炼:蒸发",
"40027": "间奏曲·暴风之蝶 II",
"40028": "协奏曲·紫电之光 II",
"40029": "奏鸣曲·磐石之心 II",
"40030": "元素试炼:融化",
"40031": "元素试炼:超载",
"40032": "元素试炼:超导",
"40033": "元素试炼:感电",
"40034": "元素试炼:冻结",
"40035": "元素试炼:结晶",
"40036": "元素试炼:扩散",
"40037": "演武:古岩之若龙·其之一",
"40038": "演武:古岩之若龙·其之二",
"40039": "斗剧:机巧无常对剑·其之一",
"40040": "斗剧:机巧无常对剑·其之二",
"40041": "浪曲:苦水嗟恨·其之一",
"40042": "浪曲:苦水嗟恨·其之二",
"40043": "风来坊,三番胜负!",
"40044": "稽古·千扉绘卷",
"40045": "稽古·御馆绘卷",
"40046": "BOSS挑战深测地城(test)",
"40047": "稽古·恶王亭",
"40048": "稽古·御前府邸",
"40049": "稽古·砺伏之巢床",
"40050": "弃屋之底",
"40051": "颠倒梦想的丛林",
"40052": "晴雨自性",
"40053": "梵蕈同一",
"40054": "灵树之馆",
"40055": "『标准乐谱』模式的『奏鸣曲·霜锐之阵』",
"40056": "『标准乐谱』模式的『三部曲·燃灼之炉』",
"40057": "『标准乐谱』模式的『谐谑曲·束浪之池』",
"40058": "『标准乐谱』模式的『回旋曲·森郁之笼』",
"40059": "『激奏乐谱』模式的『奏鸣曲·霜锐之阵』",
"40060": "『激奏乐谱』模式的『三部曲·燃灼之炉』",
"40061": "『激奏乐谱』模式的『谐谑曲·束浪之池』",
"40062": "『激奏乐谱』模式的『回旋曲·森郁之笼』",
"40063": "亡者的叹息",
"40064": "渐逝的冥想",
"40100": "精通秘境:焚尽之环 I",
"40101": "精通秘境:焚尽之环 II",
"40102": "精通秘境:焚尽之环 III",
"40103": "Level_CycleDungeon01_Fire",
"40104": "Level_CycleDungeon01_Fire",
"40105": "精通秘境:焚尽之环 IV",
"40200": "精通秘境:沉睡之国 I",
"40201": "精通秘境:沉睡之国 II",
"40202": "精通秘境:沉睡之国 III",
"40203": "精通秘境:沉睡之国 IV",
"40300": "炼武秘境:渴水的废都 I",
"40301": "炼武秘境:渴水的废都 II",
"40302": "炼武秘境:渴水的废都 III",
"40303": "炼武秘境:渴水的废都 IV",
"40400": "炼武秘境:古雷试炼场 I",
"40401": "炼武秘境:古雷试炼场 II",
"40402": "炼武秘境:古雷试炼场 III",
"40403": "炼武秘境:古雷试炼场 IV",
"40404": "祝圣秘境:告死之霜 I",
"40405": "Level_CycleDungeon01_Thunder",
"40406": "Level_CycleDungeon01_Thunder",
"40407": "Level_CycleDungeon01_Thunder",
"40408": "祝圣秘境:告死之霜 II",
"40409": "祝圣秘境:告死之霜 III",
"40410": "祝圣秘境:告死之霜 IV",
"40500": "祝圣秘境:净化之炎 I(test)",
"40501": "祝圣秘境:净化之炎 I",
"40502": "祝圣秘境:净化之炎 II",
"40503": "祝圣秘境:净化之炎 III",
"40504": "祝圣秘境:净化之炎 IV",
"40505": "祝圣秘境:净化之炎 V",
"40506": "祝圣秘境:净化之炎 VI",
"40507": "祝圣秘境:净化之炎 VIII(test)",
"40508": "祝圣秘境:钢铁之舞 I",
"40509": "祝圣秘境:钢铁之舞 II",
"40510": "祝圣秘境:钢铁之舞 III",
"40511": "祝圣秘境:钢铁之舞 IV",
"40512": "祝圣秘境:钢铁之舞 V",
"40513": "祝圣秘境:炽炎与寒霜 VI(test)",
"40514": "祝圣秘境:不移 I",
"40515": "祝圣秘境:不移 II",
"40516": "祝圣秘境:不移 III",
"40517": "祝圣秘境:不移 IV",
"40600": "祝圣秘境:惊蛰 I",
"40601": "祝圣秘境:惊蛰 II",
"40602": "祝圣秘境:惊蛰 III",
"40603": "祝圣秘境:惊蛰 IV",
"40604": "祝圣秘境:惊蛰 V",
"40605": "祝圣秘境:惊蛰 VI",
"40606": "祝圣秘境:惊蛰的霜雷 VII(test)",
"40607": "祝圣秘境:寒霜 I",
"40608": "祝圣秘境:寒霜 II",
"40609": "祝圣秘境:寒霜 III",
"40610": "祝圣秘境:寒霜 IV",
"40611": "祝圣秘境:还寒的雪水 V(test)",
"40612": "祝圣秘境:岩牢 I",
"40613": "祝圣秘境:岩牢 II",
"40614": "祝圣秘境:岩牢 III",
"40615": "祝圣秘境:岩牢 IV(test)",
"40616": "璃月-预留(test)",
"40617": "祝圣秘境:机巢 I",
"40618": "祝圣秘境:机巢 II",
"40619": "祝圣秘境:机巢 III",
"40620": "祝圣秘境:机巢 IV",
"40650": "祝圣秘境:七识 I",
"40651": "祝圣秘境:七识 II",
"40652": "祝圣秘境:七识 III",
"40653": "祝圣秘境:七识 IV",
"40660": "祝圣秘境:沙中孤城 I",
"40661": "祝圣秘境:沙中孤城 II",
"40662": "祝圣秘境:沙中孤城 III",
"40663": "祝圣秘境:沙中孤城 IV",
"40700": "Level_CycleDungeon01_Rock",
"40701": "Level_CycleDungeon01_Rock",
"40702": "Level_CycleDungeon01_Rock",
"40703": "Level_CycleDungeon01_Rock",
"40750": "精通秘境:律藏 I",
"40751": "精通秘境:律藏 II",
"40752": "精通秘境:律藏 III",
"40753": "精通秘境:律藏 IV",
"40754": "炼武秘境:引业 I",
"40755": "炼武秘境:引业 II",
"40756": "炼武秘境:引业 III",
"40757": "炼武秘境:引业 IV",
"40800": "Level_CycleDungeon02_ThunderCave_Dq",
"40801": "祝圣秘境:椛狩 I",
"40802": "祝圣秘境:椛狩 II",
"40803": "祝圣秘境:椛狩 III",
"40804": "祝圣秘境:椛狩 IV",
"40805": "Level_CycleDungeon01_Thunder",
"40806": "祝圣秘境:骸馆 I",
"40807": "祝圣秘境:骸馆 II",
"40808": "祝圣秘境:骸馆 III",
"40809": "祝圣秘境:骸馆 IV",
"40900": "炼武秘境:流沙之葬 I",
"40901": "炼武秘境:流沙之葬 II",
"40902": "炼武秘境:流沙之葬 III",
"40903": "炼武秘境:流沙之葬 IV",
"40950": "精通秘境:真葛废都 I",
"40951": "精通秘境:真葛废都 II",
"40952": "精通秘境:真葛废都 III",
"40953": "精通秘境:真葛废都 IV",
"41000": "角色试玩关-温迪(test)",
"41001": "角色试玩关-芭芭拉(test)",
"41002": "角色试玩关-菲谢尔(test)",
"41003": "角色试玩关-可莉(test)",
"41004": "角色试玩关-行秋(test)",
"41005": "角色试玩关-砂糖(test)",
"41006": "角色试玩关-公子(test)",
"41007": "角色试玩关-辛焱(test)",
"41008": "角色试玩关-北斗(test)",
"41009": "角色试玩关-重云(test)",
"41010": "角色试玩关-钟离(test)",
"41011": "角色试玩关-迪奥娜(test)",
"41012": "角色试玩关-凝光(test)",
"41013": "角色试玩关-雷泽(test)",
"41014": "角色试玩关-甘雨(test)",
"41015": "角色试玩关-阿贝多(test)",
"41016": "角色试玩关-行秋(test)",
"41017": "角色试玩关-菲谢尔(test)",
"41018": "角色试玩关-砂糖(test)",
"41019": "角色试玩关-班尼特(test)",
"41020": "角色试玩关-胡桃(test)",
"41021": "角色试玩关-魈(test)",
"41022": "角色试玩关-凝光(test)",
"41023": "角色试玩关-北斗(test)",
"41024": "角色试玩关-辛焱(test)",
"41025": "角色试玩关-班尼特(test)",
"41026": "角色试玩关-行秋(test)",
"41027": "角色试玩关-重云(test)",
"41028": "角色试玩关-罗莎莉亚(test)",
"41029": "角色试玩关-刻晴(test)",
"41030": "角色试玩关-迪奥娜(test)",
"41031": "角色试玩关-芭芭拉(test)",
"41032": "角色试玩关-烟绯(test)",
"41033": "角色试玩关-优菈(test)",
"41034": "角色试玩关-桐生万叶(test)",
"41035": "角色试玩关-神里绫华(test)",
"41036": "角色试玩关-宵宫(test)",
"41037": "角色试玩关-早柚(test)",
"41038": "角色试玩关-雷电将军(test)",
"41039": "角色试玩关-珊瑚宫心海(test)",
"41040": "角色试玩关-九条裟罗(test)",
"41041": "角色试玩关-托马(test)",
"41042": "角色试玩关-荒泷一斗(test)",
"41043": "角色试玩关-五郎(test)",
"41044": "角色试玩关-申鹤(test)",
"41045": "角色试玩关-云堇(test)",
"41046": "角色试玩关-八重神子(test)",
"41047": "角色试玩关-神里绫人(test)",
"41048": "角色试玩关-久岐忍(test)",
"41049": "角色试玩关-夜兰(test)",
"41050": "角色试玩关-鹿野院平藏(test)",
"41051": "角色试玩关-多莉(test)",
"41052": "角色试玩关-柯莱(test)",
"41053": "角色试玩关-提纳里(test)",
"41054": "角色试玩关-坎蒂丝(test)",
"41055": "角色试玩关-妮露(test)",
"41056": "角色试玩关-赛诺(test)",
"41057": "角色试玩关-莱依拉(test)",
"41058": "角色试玩关-纳西妲(test)",
"41059": "角色试玩关-流浪者(test)",
"41060": "角色试玩关-法露珊(test)",
"41061": "角色试玩关-瑶瑶(test)",
"41062": "角色试玩关-艾尔海森(test)",
"42001": "去年双燕来还去:难度3",
"42002": "解鞍倚枕画仙桥:难度2",
"42003": "春水蛾眉各分飞:难度5",
"42004": "金锁重门华堂空:难度7",
"42005": "霓裳一曲复登楼:难度6",
"42006": "苇风可凋井边桐:难度1",
"42007": "三星参差争电光:难度4",
"42008": "溪山兴无尽,不见白驹来:特殊模式",
"42009": "解鞍倚枕画仙桥:难度3",
"42010": "去年双燕来还去:难度4",
"42011": "霓裳一曲复登楼:难度7",
"42012": "三星参差争电光:难度5",
"42013": "春水蛾眉各分飞:难度6",
"42014": "苇风可凋井边桐",
"43001": "试玩地城-下落攻击主题",
"43002": "试玩地城-护盾主题",
"43003": "试玩地城-治疗主题",
"43004": "试玩地城-元素反应主题",
"43005": "试玩地城-近战主题",
"43006": "试玩地城-远程主题",
"43007": "迷城战线二期-永冻主题(test)",
"43008": "迷城战线二期-魔王武装(test)",
"43009": "迷城战线二期-增幅(test)",
"43010": "迷城战线二期-剧变(test)",
"43011": "迷城战线二期-速充(test)",
"43012": "迷城战线二期-扩散(test)",
"43013": "迷城战线二期-BOSS战(test)",
"44001": "龙蜥安眠之穴",
"44002": "暗影蠢动之地",
"44003": "冰蚀霜侵之处",
"44004": "诡爆之境",
"44005": "混沌之境",
"44006": "雷怒之境",
"44007": "邪从之境",
"44011": "诡境·垂罚旋舞",
"44012": "诡境·血狼集群",
"44013": "诡境·幽浮之海",
"45000": "枕仙桥",
"45001": "双燕来",
"45002": "枕仙桥",
"45003": "井生秋",
"45004": "春几回",
"45005": "梦登楼",
"45006": "Level_PFDungeon02_ReActive06",
"45007": "梦登楼",
"45008": "双燕来",
"45009": "枕仙桥",
"45010": "井生秋",
"45011": "春几回",
"45012": "梦登楼",
"45013": "塔防残局01(test)",
"45014": "塔防残局02(test)",
"45015": "塔防残局03(test)",
"45016": "塔防残局04(test)",
"45017": "塔防残局01(test)困难",
"45018": "塔防残局02(test)困难",
"45019": "塔防残局03(test)困难",
"45020": "塔防残局04(test)困难",
"45050": "叠楼",
"45051": "长廊",
"45052": "回巷",
"45053": "联屋",
"45054": "方场",
"45055": "出口在高点",
"45056": "飞跃长走廊",
"45057": "高空坠物",
"45058": "快点,再快点!",
"45059": "手快者得",
"46001": "机巧阵陔",
"46101": "挑战·犬流之道",
"46201": "(test)层岩地城1肉鸽高难",
"46202": "(test)层岩地城2肉鸽高难",
"46203": "(test)层岩地城3肉鸽高难",
"46300": "test 时停挑战1",
"46301": "test 时停挑战4",
"46302": "test 时停挑战2",
"46303": "test 时停挑战3",
"46304": "test 时停挑战5",
"46305": "test 时停挑战6",
"46306": "test 时停挑战7",
"47001": "Rogue地城01-1(test)",
"47002": "Rogue地城02-2(test)",
"47003": "Rogue地城03-2(test)",
"47004": "Rogue地城01-2(test)",
"47005": "Rogue地城02-1(test)",
"47006": "Rogue地城03-1(test)",
"47007": "Rogue地城04-1(test)",
"47008": "Rogue地城04-2(test)",
"47009": "Rogue地城05-1(test)",
"47010": "Rogue地城05-2(test)",
"47011": "Level_OnmyoMaze_05",
"47012": "TestLevel_Dq_Rouge_SLL03",
"47013": "Level_OnmyoMaze_03",
"47014": "TestLevel_Dq_Rouge_SLL05",
"47015": "TestLevel_Dq_Rouge_SLL06",
"47016": "TestLevel_Dq_Rouge_LX01",
"47017": "TestLevel_Dq_Rouge_LX02",
"47018": "TestLevel_Dq_Rouge_LX03",
"47019": "TestLevel_Dq_Rouge_LX04",
"47020": "TestLevel_Dq_Rouge_LX05",
"47021": "融风之境",
"47022": "滔风之境",
"47023": "熏风之境",
"47024": "厉风之境",
"47025": "巨风之境",
"47101": "(test) 蕈兽活动-进攻5",
"47102": "(test) 蕈兽活动-防守5",
"47103": "(test)3.2蕈兽活动剧情地城6",
"47201": "(test)3.3迷城复刻01",
"47202": "(test)3.3迷城复刻02",
"47203": "(test)3.3迷城复刻03",
"47204": "(test)3.3迷城复刻04",
"47205": "(test)3.3迷城复刻05",
"47206": "(test)3.3迷城复刻06",
"47207": "(test)3.3迷城复刻07",
"47301": "(test)3.4拼刀地城01",
"47302": "(test)3.4拼刀地城02",
"47303": "(test)3.4拼刀地城03",
"47304": "(test)3.4拼刀地城04",
"47305": "(test)3.4拼刀地城05",
"47306": "(test)3.4拼刀地城06",
"47307": "(test)3.4拼刀地剧情地城",
"50002": "低温关卡白盒(test)",
"50003": "战斗性能测试(test)",
"50004": "电桩电源白盒(test)",
"50005": "Level_ElementGameplay_Test",
"50006": "Level_KaeyaTutorialMission02",
"50007": "雷之试炼(test)",
"50008": "关卡玩法黑盒测试(test)",
"50009": "关卡玩法白盒CX(test)",
"50010": "机关玩法白盒(test)",
"50011": "暂未开放(test)",
"50012": "扩散试炼(test)",
"50013": "燃烧融化试炼(test)",
"50014": "怪物元素对抗地城(test)",
"50015": "关卡测试(test)",
"50016": "新角色Pattern白盒(test)",
"50017": "若陀龙王Boss战(test)",
"50018": "守护玩法白盒测试(test)",
"50019": "岩元素白盒测试(test)",
"50020": "美术测试test1(test)",
"50021": "LevelTest_TestTest_WG",
"50022": "TA测试关卡(test)",
"50023": "随机圈球测试关卡1(test)",
"50024": "随机圈球测试关卡2(test)",
"50025": "圣遗物新因子测试关卡1(test)",
"50026": "圣遗物新因子测试关卡2(test)",
"50027": "圣遗物新因子测试关卡3(test)",
"50028": "火之高兴-测试(test)",
"50029": "塔防玩法测试(test)",
"50030": "塔防玩法测试2(test)",
"50031": "龙王BOSS测试(test)",
"50032": "Level_PFDungeon02_Active03",
"50033": "Level_PFDungeon02_Active04",
"50034": "Level_PFDungeon02_Active05",
"50041": "lx关卡测试",
"50042": "活动地板测试关卡",
"50043": "风花节活动测试关卡1(test)",
"50044": "风花节活动测试关卡2(test)",
"50045": "塌陷地板白盒(test)",
"50046": "擂台挑战白盒(test)",
"50047": "记忆道路白盒(test)",
"50048": "塌陷6x6地板白盒(test)",
"50049": "塌陷地板回字型白盒(test)",
"50050": "1.5测试关卡(test)",
"50051": "1.5试玩活动测试(test)",
"50052": "羽球活动联机测试(test)",
"50053": "Level_LadyBoss01",
"50054": "BOSS挑战复刻测试(test)",
"50055": "Rouge地城白盒(test)",
"50056": "Rouge白盒yqt01(test)",
"50057": "TestLevel_Dq_Rouge_YQT02",
"50058": "2.1影深测地城(test)",
"50059": "TestLevelSLL_SpringFestival",
"50060": "TestLevel_Dq_UGC_LX01",
"50061": "怪物性能测试(test)",
"50062": "TestLevel_Dq_UGC_LX02",
"50063": "TestLevel_Dq_UGC_LX03",
"50064": "TestLevel_Dq_UGC_LX04",
"50065": "TestLevel_Dq_UGC_LX05",
"50066": "TestLevel_FCdungeon_ShenheCloud01",
"50067": "场景测试白盒(test)",
"50068": "Level_Tower_01_Open",
"50069": "TestLevel_ClimbBox",
"50070": "渊下宫物件测试白盒(test)",
"50071": "TestWorld_APA_ZQQ",
"50072": "塔防V3测试(test)",
"50073": "PerformanceTest_LevelStreaming",
"50074": "须弥地城白盒(test)",
"50075": "须弥物件白盒(test)",
"50076": "Level_XMDungeon_GrassDragon",
"50077": "Level_Tower_Moon_01",
"50078": "(test)2.8测试地城1",
"50079": "(test)2.8测试地城3",
"50080": "(test)2.8测试地城2",
"50081": "(test)2.8测试地城4",
"50082": "(test)2.8测试地城5",
"50083": "(test)2.8测试地城6",
"50084": "(test)2.8测试地城7",
"50085": "(test)2.8测试地城8",
"50086": "(test)2.8测试地城9",
"50087": "(test)2.8测试地城10",
"50088": "(test)2.8测试地城11",
"50089": "(test)2.8测试地城12",
"50090": "TestLevel_WhiteBox_Xm_03",
"50091": "Level_DahakaBoss01",
"50092": "(test)风场地城测试01",
"50093": "(test)风场地城测试04",
"50094": "Level_Tower_Moon_01",
"50095": "Level_Tower_Moon_01",
"50096": "Level_Tower_Moon_01",
"50097": "Level_Tower_Moon_01",
"50098": "Level_Tower_Moon_01",
"50099": "Level_Tower_Moon_01",
"51000": "测试秘境 I",
"51001": "测试秘境 II",
"51002": "测试秘境 III",
"51003": "Level_Tower_Moon_01",
"51004": "Level_Tower_Moon_01",
"51005": "Level_Tower_Moon_01",
"51006": "新人流程测试白盒(test)",
"51007": "镜像大世界测试(test)",
"51008": "(test)奇趣秘园2.0",
"51009": "(test) 蕈兽活动战斗白盒",
"51010": "(test)LCM测试秘境",
"51011": "TestLevel_WhiteBox_Xm_04",
"51013": "(test)须弥单线白盒",
"51015": "(test)吃豆人白盒",
"51019": "(test)任务地城白盒",
"79999": "(test)卡牌测试场景"
}
================================================
FILE: src/i18n/data/zh-CN/weaponItem.json
================================================
{
"WEAPON_SWORD_ONE_HAND": {
"10002": "(test)穿模测试",
"11101": "无锋剑",
"11201": "银剑",
"11301": "冷刃",
"11302": "黎明神剑",
"11303": "旅行剑",
"11304": "暗铁剑",
"11305": "吃虎鱼刀",
"11306": "飞天御剑",
"11401": "西风剑",
"11402": "笛剑",
"11403": "祭礼剑",
"11404": "宗室长剑",
"11405": "匣里龙吟",
"11406": "试作斩岩",
"11407": "铁蜂刺",
"11408": "黑岩长剑",
"11409": "黑剑",
"11410": "暗巷闪光",
"11412": "降临之剑",
"11413": "腐殖之剑",
"11414": "天目影打刀",
"11415": "辰砂之纺锤",
"11416": "笼钓瓶一心",
"11417": "原木刀",
"11418": "西福斯的月光",
"11419": "「一心传」名刀",
"11420": "「一心传」名刀",
"11421": "「一心传」名刀",
"11422": "东花坊时雨",
"11501": "风鹰剑",
"11502": "天空之刃",
"11503": "苍古自由之誓",
"11504": "斫峰之刃",
"11505": "磐岩结绿",
"11509": "雾切之回光",
"11510": "波乱月白经津",
"11511": "圣显之钥",
"11512": "裁叶萃光",
"20001": "(test)竿测试"
},
"WEAPON_CLAYMORE": {
"10003": "(test)穿模测试",
"12101": "训练大剑",
"12201": "佣兵重剑",
"12301": "铁影阔剑",
"12302": "沐浴龙血的剑",
"12303": "白铁大剑",
"12304": "石英大剑",
"12305": "以理服人",
"12306": "飞天大御剑",
"12401": "西风大剑",
"12402": "钟剑",
"12403": "祭礼大剑",
"12404": "宗室大剑",
"12405": "雨裁",
"12406": "试作古华",
"12407": "白影剑",
"12408": "黑岩斩刀",
"12409": "螭骨剑",
"12410": "千岩古剑",
"12411": "雪葬的星银",
"12412": "衔珠海皇",
"12414": "桂木斩长正",
"12415": "玛海菈的水色",
"12416": "恶王丸",
"12417": "森林王器",
"12501": "天空之傲",
"12502": "狼的末路",
"12503": "松籁响起之时",
"12504": "无工之剑",
"12510": "赤角石溃杵"
},
"WEAPON_POLE": {
"10004": "(test)穿模测试",
"13101": "新手长枪",
"13201": "铁尖枪",
"13301": "白缨枪",
"13302": "钺矛",
"13303": "黑缨枪",
"13304": "「旗杆」",
"13401": "匣里灭辰",
"13402": "试作星镰",
"13403": "流月针",
"13404": "黑岩刺枪",
"13405": "决斗之枪",
"13406": "千岩长枪",
"13407": "西风长枪",
"13408": "宗室猎枪",
"13409": "龙脊长枪",
"13414": "喜多院十文字",
"13415": "「渔获」",
"13416": "断浪长鳍",
"13417": "贯月矢",
"13419": "风信之锋",
"13501": "护摩之杖",
"13502": "天空之脊",
"13504": "贯虹之槊",
"13505": "和璞鸢",
"13507": "息灾",
"13509": "薙草之稻光",
"13511": "赤沙之杖"
},
"WEAPON_CATALYST": {
"10005": "(test)穿模测试",
"10006": "(test)穿模测试",
"14101": "学徒笔记",
"14201": "口袋魔导书",
"14301": "魔导绪论",
"14302": "讨龙英杰谭",
"14303": "异世界行记",
"14304": "翡玉法球",
"14305": "甲级宝珏",
"14306": "琥珀玥",
"14401": "西风秘典",
"14402": "流浪乐章",
"14403": "祭礼残章",
"14404": "宗室秘法录",
"14405": "匣里日月",
"14406": "试作金珀",
"14407": "万国诸海图谱",
"14408": "黑岩绯玉",
"14409": "昭心",
"14410": "暗巷的酒与诗",
"14412": "忍冬之果",
"14413": "嘟嘟可故事集",
"14414": "白辰之环",
"14415": "证誓之明瞳",
"14416": "流浪的晚星",
"14417": "盈满之实",
"14501": "天空之卷",
"14502": "四风原典",
"14504": "尘世之锁",
"14506": "不灭月华",
"14509": "神乐之真意",
"14511": "千夜浮梦",
"14512": "图莱杜拉的回忆"
},
"WEAPON_BOW": {
"10008": "(test)穿模测试",
"15101": "猎弓",
"15201": "历练的猎弓",
"15301": "鸦羽弓",
"15302": "神射手之誓",
"15303": "反曲弓",
"15304": "弹弓",
"15305": "信使",
"15306": "黑檀弓",
"15401": "西风猎弓",
"15402": "绝弦",
"15403": "祭礼弓",
"15404": "宗室长弓",
"15405": "弓藏",
"15406": "试作澹月",
"15407": "钢轮弓",
"15408": "黑岩战弓",
"15409": "苍翠猎弓",
"15410": "暗巷猎手",
"15411": "落霞",
"15412": "幽夜华尔兹",
"15413": "风花之颂",
"15414": "破魔之弓",
"15415": "掠食者",
"15416": "曚云之月",
"15417": "王下近侍",
"15418": "竭泽",
"15501": "天空之翼",
"15502": "阿莫斯之弓",
"15503": "终末嗟叹之诗",
"15507": "冬极白星",
"15508": "若水",
"15509": "飞雷之弦振",
"15511": "猎人之径"
}
}
================================================
FILE: src/i18n/data/zh-CN/weatherItem.json
================================================
{
"1": "BigWorld_Md_General",
"2": "BigWorld_Md_WindDragon",
"3": "BigWorld_Md_City_Storm",
"4": "Monster_Monster_LupiBoreas",
"1000": "BigWorld_Md_General",
"1001": "BigWorld_Md_General",
"1002": "BigWorld_Md_General",
"1003": "BigWorld_Md_General",
"1004": "BigWorld_Md_General",
"1005": "BigWorld_Md_General",
"1006": "BigWorld_Md_General",
"1007": "BigWorld_Md_WindDragon",
"1008": "BigWorld_Md_City_Fenghuajie",
"1009": "BigWorld_Md_General",
"1010": "BigWorld_ActivityArena_Fire",
"1011": "BigWorld_ActivityArena_Sunny",
"1012": "BigWorld_Md_General",
"2000": "BigWorld_Ly_General",
"2001": "BigWorld_Ly_QingCeVilla",
"2002": "BigWorld_Ly_General",
"2003": "BigWorld_Ly_General",
"2004": "BigWorld_Ly_StoneNeedles",
"2005": "BigWorld_Ly_City_General",
"2006": "BigWorld_Ly_General",
"2007": "BigWorld_Ly_LandLakeMaze",
"2008": "BigWorld_Ly_LiShaCountrySide",
"2009": "BigWorld_Ly_General",
"2010": "BigWorld_Ly_QingCeVilla",
"2011": "BigWorld_Ly_BeachMine",
"2012": "BigWorld_Ly_BlackFroest",
"2013": "BigWorld_Ly_SaltOfGround",
"2014": "BigWorld_Ly_Treasure",
"2015": "BigWorld_Ly_NinePillars_Tomb",
"2016": "BigWorld_Ly_NinePillars_Tomb",
"2017": "Monster_Monster_Regisvine_Ice_01",
"2018": "Monster_Monster_Regisvine_Fire_01",
"2019": "BigWorld_Md_General",
"2020": "BigWorld_Ly_TianQiuGu",
"2021": "BigWorld_Ly_Fountain_General",
"2022": "BigWorld_Md_SnowMountain_General",
"2023": "BigWorld_Md_SnowMountain_Peak",
"2024": "BigWorld_Md_SnowMountain_Cave",
"2025": "BigWorld_Md_SnowMountain_Cave_Underboss",
"2026": "BigWorld_Ly_SaltOfGround",
"2027": "BigWorld_Md_SnowMountain_DunlinsHeart",
"2028": "BigWorld_Md_SnowMountain_South",
"2029": "BigWorld_Md_SnowMountain_EastCoast",
"2030": "Monster_Monster_Drake_Primo_Rock_01",
"2031": "BigWorld_Md_SnowMountain_Cave_Long",
"2032": "BigWorld_Md_SnowMountain_Chamber",
"2034": "BigWorld_Md_SnowMountain_Boss",
"2035": "BigWorld_Md_SnowMountain_General",
"2036": "BigWorld_Md_SnowMountain_GeneralTransition",
"2037": "BigWorld_Md_SnowMountain_PeacePeak",
"2038": "BigWorld_Md_SnowMountain_Cave",
"2039": "BigWorld_Md_SnowMountain_GeneralTransition",
"2107": "BigWorld_Ly_LandLakeMaze",
"2113": "BigWorld_Ly_General",
"2114": "BigWorld_Ly_QingCeVilla",
"2115": "BigWorld_Ly_NinePillars_General",
"2116": "BigWorld_Ly_NinePillars_General",
"2117": "BigWorld_Ly_General",
"2118": "BigWorld_Ly_General",
"2121": "BigWorld_Ly_General",
"2124": "BigWorld_Md_SnowMountain_Peak",
"2125": "BigWorld_Md_SnowMountain_Boss",
"2126": "BigWorld_Ly_LiShaCountrySide",
"2127": "BigWorld_Md_SnowMountain_General",
"2130": "BigWorld_Ly_General",
"2131": "BigWorld_Md_SnowMountain_Peak",
"2132": "BigWorld_Md_SnowMountain_General",
"2135": "BigWorld_Md_SnowMountain_General",
"2138": "BigWorld_Md_SnowMountain_PeacePeak",
"2139": "BigWorld_LP_Fog_Light",
"2140": "BigWorld_LP_Fog_Heavy",
"2141": "BigWorld_LP_Fog_Light",
"2142": "BigWorld_LP_Fog_Light",
"2143": "BigWorld_LP_Fog_Light",
"2144": "BigWorld_LP_General",
"2145": "BigWorld_LP_Fog_Heavy",
"2146": "BigWorld_LP_Fog_Light",
"2147": "BigWorld_LP_Fog_Light",
"2148": "BigWorld_LP_Fog_LowL_Boundry",
"2149": "BigWorld_LP_Fog_Light",
"2150": "BigWorld_LP_Fog_Light",
"2151": "BigWorld_LP_Fog_Light",
"2152": "BigWorld_Ly_DakahaEntrance",
"2153": "BigWorld_LP_Fog_Clear",
"2154": "BigWorld_LP_Fog_Clear",
"2155": "BigWorld_LP_Fog_Clear",
"2156": "BigWorld_LP_Fog_Clear",
"2157": "BigWorld_LP_Fog_Clear",
"2158": "BigWorld_LP_Fog_LowL_Boundry",
"2159": "BigWorld_LP_Fog_Heavy",
"2160": "BigWorld_LP_Fog_Heavy",
"2161": "BigWorld_LP_Fog_Light",
"2162": "BigWorld_LP_HighL_General",
"2163": "BigWorld_LP_General",
"2164": "Monster_Monster_Samurai_Ningyo",
"2165": "BigWorld_Ly_TheChasm",
"2166": "BigWorld_Ly_TheChasm_AboveGround_Cave",
"2167": "BigWorld_Ly_TheChasm_AboveGround_Central",
"2168": "BigWorld_Ly_TheChasm_QSJD",
"2169": "BigWorld_Ly_TheChasm_KCKQ",
"2170": "BigWorld_Ly_TheChasm_QXKD",
"2171": "BigWorld_Ly_TheChasm_YJJS",
"2172": "BigWorld_Ly_TheChasm_MGK",
"2173": "BigWorld_Ly_TheChasm_JCYH",
"2174": "BigWorld_Ly_TheChasm_XMSG",
"2175": "BigWorld_Ly_TheChasm_HAZD",
"2176": "BigWorld_Ly_TheChasm_AboveGround_Cave",
"2177": "BigWorld_Ly_TheChasm_HAZD",
"2178": "BigWorld_Ly_TheChasm_HAZD",
"2179": "BigWorld_Ly_TheChasm_SMYJ",
"2180": "BigWorld_Ly_TheChasm_XCYJ",
"2181": "BigWorld_Ly_TheChasm_YGQJ",
"2182": "BigWorld_Ly_TheChasm_TKDDSP",
"2183": "BigWorld_Ly_TheChasm_TKDDSP_After",
"2184": "BigWorld_Ly_TheChasm_QSJDtoKCKQ",
"2185": "BigWorld_Ly_TheChasm_SMYJ",
"2186": "BigWorld_Ly_TheChasm_YGQJ_Mushroom",
"2187": "BigWorld_Ly_TheChasm_DMS",
"2188": "BigWorld_Ly_TheChasm_TKDDSP_Tunnel",
"2189": "BigWorld_Ly_TheChasm_YGQJ_Mushroom",
"2190": "BigWorld_Ly_TheChasm_SMYJ",
"2191": "BigWorld_Ly_General",
"2192": "BigWorld_Ly_TheChasm_Gemini",
"2193": "BigWorld_Ly_TheChasm_YGQJ_Mushroom",
"2194": "BigWorld_Ly_TheChasm_QSJDtoYJJS",
"2195": "BigWorld_Ly_TheChasm_After",
"2196": "BigWorld_Ly_TheChasm_QXKD",
"2197": "BigWorld_Ly_TheChasm_QSJDtoKCKQ",
"2198": "BigWorld_Ly_TheChasm_KCKQ",
"2199": "BigWorld_Ly_TheChasm_KCKQ",
"2200": "BigWorld_Ly_SeaLamp_Storm_02",
"2201": "BigWorld_Ly_SeaLamp_Fog_01",
"2207": "BigWorld_Ly_LandLakeMaze_Lv2",
"2225": "BigWorld_Md_SnowMountain_General",
"2252": "BigWorld_Ly_StoneNeedles",
"2275": "BigWorld_Ly_TheChasm_TKDXSP",
"2276": "BigWorld_Ly_TheChasm",
"2277": "BigWorld_Ly_TheChasm_TKDXSP_After",
"2284": "BigWorld_Ly_TheChasm_QSJDtoKCKQ",
"2285": "BigWorld_Ly_TheChasm_JCYH",
"2286": "BigWorld_Ly_TheChasm_YGQJ_Mushroom",
"2289": "BigWorld_Ly_TheChasm_HAZD_Tunnel",
"2290": "BigWorld_Ly_TheChasm_JCYH",
"3000": "Dungeon_XianglingPlotLevel01_Test",
"3001": "Dungeon_XianglingPlotLevel01",
"3002": "BigWorld_Dq_General",
"3003": "BigWorld_Dq_LiDao_General",
"3004": "BigWorld_Dq_GL_OutSkirt",
"3005": "BigWorld_Dq_GL_Luxin_Core",
"3006": "BigWorld_Dq_GL_Clear",
"3007": "BigWorld_Dq_General",
"3008": "BigWorld_Dq_Tabeisha_GeneralCanyon",
"3009": "BigWorld_Dq_Tabeisha_GeneralDragon",
"3010": "BigWorld_Dq_Tabeisha_GeneralPit",
"3011": "BigWorld_Dq_QinglaiIsland_TransitionA",
"3012": "BigWorld_Dq_QinglaiIsland_General",
"3013": "BigWorld_Dq_CatCloud_Before",
"3014": "BigWorld_Dq_Tabeisha_Genreal",
"3015": "BigWorld_Dq_Tabeisha_Canyon",
"3016": "BigWorld_Dq_Tabeisha_Pit",
"3017": "BigWorld_Dq_Tabeisha_GeneralVestiges",
"3018": "BigWorld_Dq_Tabeisha_GeneralCanyon",
"3019": "BigWorld_Dq_Tabeisha_GeneralDragon",
"3020": "BigWorld_Dq_Tabeisha_GeneralPit",
"3021": "BigWorld_Dq_Tabeisha_Genreal",
"3022": "BigWorld_Dq_Tabeisha_Canyon",
"3023": "BigWorld_Dq_Tabeisha_Pit",
"3024": "BigWorld_Dq_Tabeisha_GeneralVestiges",
"3025": "BigWorld_Dq_Leiyingshugen_General",
"3026": "BigWorld_Dq_Leiyingshugen_General",
"3027": "BigWorld_Dq_MinShenIsland_RelicBoss",
"3028": "BigWorld_Dq_MinShenIsland_RelicBoss",
"3029": "BigWorld_Dq_Leiyingshugen_General",
"3030": "BigWorld_Dq_RaioCotter_Before",
"3031": "BigWorld_Dq_RaioCotter_Before",
"3032": "BigWorld_Dq_General",
"3033": "BigWorld_Dq_General",
"3034": "BigWorld_Dq_General",
"3035": "BigWorld_Dq_General",
"3036": "BigWorld_Dq_GuardForest_General",
"3037": "BigWorld_Dq_HeGuan_General",
"3038": "BigWorld_Dq_HeGuan_Foggy",
"3045": "BigWorld_Dq_Leiyingshugen_Deep",
"3046": "BigWorld_Dq_RaioCotter_After",
"3047": "BigWorld_Dq_DarkCave",
"3048": "BigWorld_Dq_General",
"3049": "BigWorld_Dq_LiDao_General",
"3050": "BigWorld_Dq_General",
"3051": "BigWorld_Dq_Huangcun_Dark",
"3055": "BigWorld_Dq_InazumaThunderBarrier",
"3056": "BigWorld_Dq_Tabeisha_Pit",
"3057": "BigWorld_Dq_Tabeisha_Pit",
"3058": "BigWorld_Dq_HeGuan_FoggyHeavy",
"3059": "BigWorld_Dq_QinglaiIsland_General",
"3060": "BigWorld_Dq_QinglaiIsland_General",
"3061": "BigWorld_Dq_QinglaiIsland_General",
"3062": "BigWorld_Dq_QinglaiIsland_General",
"3063": "BigWorld_Dq_QinglaiIsland_Relic",
"3064": "BigWorld_Dq_QinglaiIsland_Relic",
"3065": "BigWorld_Dq_QinglaiIsland_ShipWreck",
"3066": "BigWorld_Dq_QinglaiIsland_ShipWreck",
"3067": "BigWorld_Dq_HaiQiIsland_General",
"3068": "BigWorld_Dq_HaiQiIsland_General",
"3069": "BigWorld_Dq_HaiQiIsland_General",
"3070": "BigWorld_Dq_HaiQiIsland_HaiShenZhiXin",
"3071": "BigWorld_Dq_HaiQiIsland_FiveSpiceWater",
"3072": "BigWorld_Dq_HaiQiIsland_General",
"3073": "BigWorld_Dq_HaiQiIsland_Relic",
"3074": "BigWorld_Dq_HaiQiIsland_Relic",
"3075": "BigWorld_Dq_HaiQiIsland_General",
"3076": "BigWorld_Dq_HaiQiIsland_General",
"3077": "BigWorld_Dq_HaiQiIsland_General",
"3078": "BigWorld_Dq_HaiQiIsland_General",
"3079": "BigWorld_Dq_Cave_DqCity",
"3080": "BigWorld_Dq_General_TBSOnly",
"3081": "BigWorld_Dq_MinShenIsland_RelicBoss",
"3082": "BigWorld_Dq_GL_OutSkirt",
"3083": "BigWorld_Dq_MinShenIsland_RelicBoss",
"3084": "BigWorld_Dq_General",
"3085": "BigWorld_Dq_General",
"3086": "BigWorld_Dq_QinglaiIsland_Relic",
"3087": "BigWorld_Dq_Tabeisha_Boss_After",
"3088": "BigWorld_Dq_Tabeisha_Canyon_After",
"3089": "Dq_Tabeisha_Pit_After",
"3090": "BigWorld_Dq_Huangcun_General",
"3091": "BigWorld_Dq_Leiyingshugen_General",
"3092": "BigWorld_Dq_Story_ThunderStorm",
"3093": "BigWorld_Dq_QinglaiIsland_ShipWreck",
"3094": "BigWorld_Dq_QinglaiIsland_ShipWreck",
"3095": "BigWorld_Dq_QinglaiIsland_General",
"3096": "BigWorld_Dq_QinglaiIsland_General",
"3097": "BigWorld_Dq_QinglaiIsland_Thunder_1st",
"3098": "BigWorld_Dq_QinglaiIsland_Thunder_2nd",
"3099": "BigWorld_Dq_QinglaiIsland_Thunder_3rd",
"3100": "BigWorld_Dq_QinglaiIsland_Thunder_4th",
"3101": "BigWorld_Dq_QinglaiIsland_Relic",
"3102": "BigWorld_Dq_QinglaiIsland_TransitionB",
"3103": "BigWorld_Dq_HeGuan_FoggyHeavyest",
"3104": "BigWorld_Dq_HeGuan_Doom",
"3105": "BigWorld_Dq_GL_OutSkirt",
"3106": "BigWorld_Dq_HeGuan_DoomHeavyest",
"3107": "BigWorld_Dq_HeGuan_General_Nest",
"3108": "BigWorld_Dq_HeGuan_DoomHeavy",
"3109": "BigWorld_Dq_HeGuan_FoggyHeavyest",
"3110": "BigWorld_Dq_HeGuan_FoggyHeavyest",
"3111": "BigWorld_Dq_HeGuan_FoggyHeavyest",
"3112": "BigWorld_Dq_HeGuan_FoggyHeavyest",
"3113": "BigWorld_Dq_CatCloud",
"3114": "BigWorld_Dq_HeGuan_FoggyHeavyest",
"3115": "BigWorld_Dq_Tabeisha_GeneralCanyon",
"3116": "BigWorld_Dq_Tabeisha_GeneralPit",
"3117": "BigWorld_Dq_QinglaiIsland_General",
"3118": "BigWorld_Dq_QinglaiIsland_ShipWreck",
"3119": "BigWorld_Dq_QinglaiIsland_ShipWreck",
"3120": "BigWorld_Dq_QinglaiIsland_ShipWreck",
"3121": "BigWorld_Dq_QinglaiIsland_ShipWreck",
"3122": "BigWorld_Dq_Tabeisha_GeneralCanyon",
"3123": "BigWorld_Dq_Tabeisha_GeneralPit",
"3125": "BigWorld_Dq_General",
"3126": "BigWorld_Dq_Huangcun_Dark",
"3127": "BigWorld_Dq_General",
"3128": "BigWorld_Dq_MinShenIsland_RelicBoss",
"3129": "BigWorld_Dq_General",
"3130": "BigWorld_Dq_RaioCotter_After",
"3131": "BigWorld_Dq_Leihuozhiyuan",
"3132": "BigWorld_Dq_General",
"3133": "BigWorld_Dq_General",
"3134": "BigWorld_Dq_General",
"3135": "BigWorld_Dq_General",
"3136": "BigWorld_Dq_Tabeisha_Boss",
"3137": "BigWorld_Dq_Tabeisha_Battleground",
"3138": "BigWorld_Dq_Tabeisha_Battleground",
"3139": "BigWorld_Dq_Tabeisha_Boss",
"3140": "BigWorld_Dq_Tabeisha_Pit",
"3141": "BigWorld_Dq_Tabeisha_Pit",
"3142": "BigWorld_Dq_AbyssalPalace_General",
"3143": "BigWorld_Dq_AbyssalPalace_Tunnel",
"3144": "BigWorld_Dq_AbyssalPalace_Tunnel_Entrance",
"3145": "BigWorld_Dq_General",
"3146": "BigWorld_Dq_General",
"3147": "BigWorld_Dq_General",
"3150": "BigWorld_Dq_Tabeisha_Battleground",
"3151": "BigWorld_Dq_Tabeisha_GeneralDragon",
"3156": "BigWorld_Dq_Tabeisha_GeneralPit",
"3157": "BigWorld_Dq_Tabeisha_GeneralPit",
"3163": "BigWorld_Dq_QinglaiIsland_General",
"3164": "BigWorld_Dq_QinglaiIsland_General",
"3165": "BigWorld_Dq_QinglaiIsland_General",
"3166": "BigWorld_Dq_QinglaiIsland_General",
"3169": "BigWorld_Dq_HaiQiIsland_General",
"3170": "BigWorld_Dq_HaiQiIsland_General",
"3171": "BigWorld_Dq_HaiQiIsland_General",
"3172": "BigWorld_Dq_HaiQiIsland_General",
"3173": "BigWorld_Dq_General",
"3174": "BigWorld_Dq_General",
"3175": "BigWorld_Dq_HaiQiIsland_General",
"3179": "BigWorld_Dq_General",
"3181": "BigWorld_Dq_Tabeisha_GeneralDragon",
"3183": "BigWorld_Dq_General",
"3186": "BigWorld_Dq_QinglaiIsland_General",
"3188": "BigWorld_Dq_General_TBSOnly",
"3189": "BigWorld_Dq_General_TBSOnly",
"3191": "BigWorld_Dq_Huangcun_General",
"3193": "BigWorld_Dq_QinglaiIsland_General",
"3194": "BigWorld_Dq_QinglaiIsland_General",
"3196": "BigWorld_Dq_QinglaiIsland_General",
"3201": "BigWorld_Dq_QinglaiIsland_Thunder_4th",
"3207": "BigWorld_Dq_HeGuan_General",
"3217": "BigWorld_Dq_QinglaiIsland_Thunder_4th",
"3218": "BigWorld_Dq_QinglaiIsland_Thunder_4th",
"3219": "BigWorld_Dq_QinglaiIsland_Thunder_4th",
"3220": "BigWorld_Dq_QinglaiIsland_Thunder_4th",
"3221": "BigWorld_Dq_QinglaiIsland_Thunder_4th",
"3228": "BigWorld_Dq_General",
"3231": "BigWorld_Dq_LeiyingShenshe",
"3240": "BigWorld_Dq_Tabeisha_GeneralDragon",
"3241": "BigWorld_Dq_Tabeisha_GeneralDragon",
"3246": "BigWorld_Dq_LeiyingShenshe",
"3264": "BigWorld_Dq_QinglaiIsland_BossArea",
"3286": "BigWorld_Dq_QinglaiIsland_BossArea",
"3301": "BigWorld_Dq_QinglaiIsland_BossArea",
"3311": "BigWorld_Dq_HeGuan_Foggy_Relic",
"3312": "BigWorld_Dq_HeGuan_Foggy_Relic",
"3313": "BigWorld_Dq_HeGuan_Foggy_Relic",
"3314": "BigWorld_Dq_HeGuan_Foggy_Relic",
"3315": "BigWorld_Dq_HeGuan_DoomHeavy",
"3316": "BigWorld_Dq_HeGuan_DoomHeavyest",
"3317": "BigWorld_Dq_HeGuan_DoomHeavyest",
"3318": "BigWorld_Dq_HeGuan_DoomHeavy",
"3319": "BigWorld_Dq_HeGuan_Foggy_Relic",
"3320": "BigWorld_Dq_HeGuan_FoggyHeavy_Jitan",
"3321": "BigWorld_Dq_HeGuan_General_Boss",
"3322": "BigWorld_Dq_HeGuan_General_Nest",
"3323": "BigWorld_Dq_HeGuan_FoggyHeavy_Qiantan",
"3324": "BigWorld_Dq_HeGuan_Foggy_Nest",
"3325": "BigWorld_Dq_HeGuan_Foggy_Nest",
"3326": "BigWorld_Dq_HeGuan_Foggy_Nest",
"3327": "BigWorld_Dq_HeGuan_Foggy_Nest",
"3328": "BigWorld_Dq_HeGuan_DoomHeavy",
"3329": "BigWorld_Dq_HeGuan_DoomHeavyest",
"3330": "BigWorld_Dq_HeGuan_Foggy_Nest",
"3331": "BigWorld_Dq_HeGuan_Foggy_Nest",
"3332": "BigWorld_Dq_HeGuan_Transition01",
"3333": "BigWorld_Dq_AbyssalPalace_Dari_Boss",
"3334": "BigWorld_Dq_AbyssalPalace_Dari",
"3335": "BigWorld_Dq_AbyssalPalace_XiaJian",
"3336": "BigWorld_Dq_AbyssalPalace_LM_LingChuan",
"3337": "BigWorld_Dq_AbyssalPalace_LM",
"3338": "BigWorld_Dq_AbyssalPalace_Dashe_Relic",
"3339": "BigWorld_Dq_AbyssalPalace_DaShe",
"3340": "BigWorld_Dq_Tabeisha_GeneralDragonTop",
"3341": "BigWorld_Dq_Tabeisha_GeneralDragonTop",
"3342": "BigWorld_Dq_AbyssalPalace_General",
"3343": "BigWorld_Dq_AbyssalPalace_Tunnel",
"3344": "BigWorld_Dq_AbyssalPalace_Tunnel_Entrance",
"3345": "BigWorld_Dq_AbyssalPalace_Dari_Boss",
"3347": "BigWorld_Dq_AbyssalPalace_Dari_25Night",
"3348": "BigWorld_Dq_AbyssalPalace_XiaJian_25Night_Dark",
"3351": "BigWorld_Dq_AbyssalPalace_LM_25Night_Dark",
"3354": "BigWorld_Dq_AbyssalPalace_DaShe_25Night_Dark",
"3355": "BigWorld_Dq_AbyssalPalace_XiaJian_Seal",
"3356": "BigWorld_Dq_AbyssalPalace_LM_Seal",
"3357": "BigWorld_Dq_AbyssalPalace_DaShe_Seal",
"3358": "BigWorld_Dq_AbyssalPalace_Dari_Coral",
"3359": "BigWorld_Dq_AbyssalPalace_XiaJian_Waterfall",
"3360": "BigWorld_Dq_AbyssalPalace_LM_Waterfall",
"3361": "BigWorld_Dq_AbyssalPalace_Waterfall",
"3362": "BigWorld_Dq_AbyssalPalace_KeyView",
"3363": "BigWorld_Dq_AbyssalPalace_XiaJian_Seal_25Night_Dark",
"3364": "BigWorld_Dq_AbyssalPalace_LM_Seal_25Night_Dark",
"3365": "BigWorld_Dq_AbyssalPalace_DaShe_Seal_25Night_Dark",
"3368": "BigWorld_Dq_AbyssalPalace_XiaJian_25Night",
"3369": "BigWorld_Dq_AbyssalPalace_LM_25Night",
"3370": "BigWorld_Dq_AbyssalPalace_DaShe_25Night",
"3371": "BigWorld_Dq_AbyssalPalace_XiaJian_Seal_25Night",
"3372": "BigWorld_Dq_AbyssalPalace_LM_Seal_25Night",
"3373": "BigWorld_Dq_AbyssalPalace_DaShe_Seal_25Night",
"3374": "BigWorld_Dq_AbyssalPalace_Dashe_Relic_25Night",
"3375": "BigWorld_Dq_AbyssalPalace_Dashe_Relic_25Night",
"3411": "BigWorld_Dq_HeGuan_FoggyHeavy",
"3412": "BigWorld_Dq_HeGuan_General",
"3413": "BigWorld_Dq_HeGuan_DoomHeavy",
"3414": "BigWorld_Dq_HeGuan_FoggyHeavyest",
"3419": "BigWorld_Dq_HeGuan_DoomHeavy",
"3420": "BigWorld_Dq_HeGuan_FoggyHeavy",
"3422": "BigWorld_Dq_HeGuan_General",
"3423": "BigWorld_Dq_HeGuan_FoggyHeavy",
"3424": "BigWorld_Dq_HeGuan_FoggyHeavy",
"3425": "BigWorld_Dq_HeGuan_FoggyHeavy",
"3426": "BigWorld_Dq_HeGuan_DoomHeavy",
"3427": "BigWorld_Dq_HeGuan_DoomHeavy",
"3430": "BigWorld_Dq_HeGuan_DoomHeavy",
"3431": "BigWorld_Dq_HeGuan_DoomHeavy",
"3433": "BigWorld_Dq_AbyssalPalace_Dari",
"3436": "BigWorld_Dq_AbyssalPalace_LM",
"3438": "BigWorld_Dq_AbyssalPalace_DaShe",
"3445": "BigWorld_Dq_AbyssalPalace_Dari_25Night",
"3458": "BigWorld_Dq_AbyssalPalace_Dari",
"3461": "BigWorld_Dq_AbyssalPalace_DaShe",
"3474": "BigWorld_Dq_AbyssalPalace_DaShe_25Night_Dark",
"3475": "BigWorld_Dq_AbyssalPalace_DaShe_25Night",
"3500": "BigWorld_Dq_LiDao_General",
"3501": "BigWorld_Dq_General",
"3600": "BigWorld_Dq_LiDao_General",
"4000": "BigWorld_Xm_General",
"4001": "BigWorld_Dq_GuardForest_General",
"4002": "BigWorld_Xm_GientCup_Theme",
"4003": "BigWorld_Xm_GientCup_Theme_Dark",
"4004": "BigWorld_Xm_GientCup_Cave",
"4005": "BigWorld_Xm_Robot_General",
"4006": "BigWorld_Xm_Cave_XCSD",
"4007": "BigWorld_Xm_Devil_Cave",
"4008": "BigWorld_Xm_Abyss_Cave01",
"4009": "BigWorld_Xm_Abyss_Cave02",
"4010": "BigWorld_Xm_MushroomCave_Relic01",
"4011": "BigWorld_Xm_SecretPeak",
"4012": "BigWorld_Xm_WitheredForest_Hole_After",
"4013": "BigWorld_Xm_HYZS_Before_ClearSky",
"4014": "BigWorld_Xm_HYZS_Before_Rain",
"4015": "BigWorld_Xm_HYZS_After_ClearSky",
"4016": "BigWorld_Xm_HYZS_After_Rain",
"4017": "BigWorld_Xm_Memory_Forest",
"4018": "BigWorld_Xm_DesertTransition",
"4019": "BigWorld_Xm_DiDiMiJing",
"4020": "BigWorld_Xm_DiDiMiJing",
"4021": "BigWorld_Xm_GientCup_MushroomRuin.asset",
"4022": "BigWorld_Dq_Tabeisha_GeneralVestiges",
"4023": "BigWorld_Dq_GuardForest_General",
"4024": "BigWorld_Dq_GuardForest_General",
"4025": "BigWorld_Xm_Marana_WaterCave_Before_Tunnel",
"4026": "BigWorld_Xm_Marana_WaterCave_After",
"4027": "BigWorld_Xm_City_General",
"4028": "BigWorld_Xm_HCG_General",
"4029": "BigWorld_Xm_YuCun",
"4030": "BigWorld_Xm_AMSG",
"4031": "BigWorld_Xm_WitheredForest_GreatgrassTemple",
"4032": "BigWorld_Xm_WitheredForest",
"4033": "BigWorld_Xm_WitheredForest_After",
"4034": "BigWorld_Xm_WitheredForest_Hole",
"4035": "BigWorld_Xm_WitheredForest_Boss",
"4036": "BigWorld_Xm_WitheredForest_Boss_After",
"4037": "BigWorld_Xm_Senzhili_Dream",
"4038": "BigWorld_Xm_Senzhili",
"4039": "BigWorld_Xm_SenzhiliCave_Dream",
"4040": "BigWorld_Xm_SenzhiliCave",
"4041": "BigWorld_Xm_Senzhili_Home",
"4042": "BigWorld_Xm_GientCup_ThunderstormBoss",
"4043": "BigWorld_Xm_GientCup_MushroomRuin",
"4044": "BigWorld_Xm_Layered_Forest",
"4045": "BigWorld_Xm_Layered_Forest_Dream01",
"4046": "BigWorld_Xm_Cave_DarkB",
"4047": "BigWorld_Xm_TNL",
"4048": "BigWorld_Xm_GientCup_MushroomRuin",
"4049": "BigWorld_Xm_SecretPeak",
"4050": "BigWorld_Xm_Layered_Forest",
"4051": "BigWorld_Xm_Layered_Forest_Dream",
"4052": "BigWorld_Xm_GientCup_Theme_Dark_Footprint",
"4053": "BigWorld_Xm_GientCup_Theme_Footprint",
"4054": "BigWorld_Xm_General",
"4055": "BigWorld_Xm_Valley_General",
"4056": "BigWorld_Xm_Senzhili_Dream",
"4057": "BigWorld_Xm_MushroomCave_Relic01_Dream",
"4058": "BigWorld_Xm_MushroomCave_Dream",
"4059": "BigWorld_Xm_Zhimeng01_Dream",
"4060": "BigWorld_Xm_Zhimeng02_Dream",
"4061": "BigWorld_Xm_Zhimeng03_Dream",
"4062": "BigWorld_Xm_Huanyu01_Dream",
"4063": "BigWorld_Xm_Huanyu02_Dream",
"4064": "BigWorld_Xm_Huanyu03_Dream",
"4065": "BigWorld_Xm_Shiluo01_Dream",
"4066": "BigWorld_Xm_Shiluo02_Dream",
"4067": "BigWorld_Xm_Shiluo03_Dream",
"4068": "BigWorld_Xm_Marana_WaterCave_Before_Entrance",
"4069": "BigWorld_Xm_Marana_WaterCave_After_Entrance",
"4070": "BigWorld_Xm_Marana_WaterCave_Before",
"4071": "BigWorld_Xm_Marana_WaterCave_After",
"4072": "BigWorld_Xm_General",
"4073": "BigWorld_Xm_Cave_XCSDZM",
"4074": "BigWorld_Xm_Cave_XCSDZM",
"4075": "BigWorld_Xm_GientCup_Cave_Clear",
"4076": "BigWorld_Xm_Cave_Dark",
"4077": "BigWorld_Xm_MushroomBoss",
"4078": "BigWorld_Xm_WitheredForest_GreatgrassTemple",
"4079": "BigWorld_Xm_WitheredForest_Hole_After",
"4080": "BigWorld_Xm_WitheredForest_Hole_After",
"4081": "BigWorld_Xm_MushroomCave_Relic01",
"4082": "BigWorld_Xm_MushroomCave",
"4083": "BigWorld_Xm_Huayuan",
"4084": "BigWorld_Xm_DiDiMiJing",
"4085": "BigWorld_Xm_Devil_Cave_02",
"4086": "BigWorld_Xm_Robot_General_Titan_Broken_CS",
"4087": "BigWorld_Xm_WitheredForest_Boss_Noeff",
"4088": "BigWorld_Xm_Robot_General",
"4089": "BigWorld_Xm_General",
"4090": "BigWorld_Xm_Valley_DLZS",
"4091": "BigWorld_Xm_SecretPeak",
"4092": "BigWorld_Xm_Cave_XCSDZM",
"4093": "BigWorld_Xm_Cave_General",
"4094": "BigWorld_Xm_Cave_General",
"4100": "BigWorld_Xm31_CWSM_General",
"4101": "BigWorld_Xm31_JZT_SandStorm",
"4102": "BigWorld_Xm31_MYSD_General",
"4103": "BigWorld_Xm31_JQR_General",
"4104": "BigWorld_Xm31_LSKYJ_General",
"4105": "BigWorld_Xm31_Aru",
"4106": "BigWorld_Xm31_SXT_General",
"4107": "BigWorld_Xm31_MLYY",
"4108": "BigWorld_Xm31_MLYY_Cave",
"4110": "BigWorld_Xm31_FFQ_Sandy",
"4111": "BigWorld_Xm31_CWSM_General",
"4112": "BigWorld_Xm31_JZT_Underground",
"4113": "BigWorld_Xm31_YNGZTBoss",
"4114": "BigWorld_Xm31_LvZ",
"4115": "BigWorld_Xm31_JQR_General",
"4116": "BigWorld_Xm31_JZT_Underground",
"4117": "BigWorld_Xm31_CWSM_General",
"4118": "BigWorld_Xm31_MYSD_Entrance",
"4119": "BigWorld_Xm31_JZTs_Boss",
"4120": "BigWorld_Xm31_MYSD_SunBoat",
"4121": "BigWorld_Xm31_MYSD_SunBoat",
"4122": "BigWorld_Xm31_MYSD_SunBoat",
"4123": "BigWorld_Xm31_MYSD_SunBoat_Broken",
"4124": "BigWorld_Xm31_CWL_UpIndoor",
"4125": "BigWorld_Xm31_YNGZTBoss",
"4200": "BigWorld_Xm33_StormDesert_Out",
"4201": "BigWorld_Xm33_StormDesert_Middle",
"4202": "BigWorld_Xm33_StormDesert_Inner",
"4203": "BigWorld_Xm33_StormDesert_Out_S",
"4204": "BigWorld_Xm33_StormDesert_Middle_S",
"4205": "BigWorld_Xm33_StormDesert_Inner_S",
"4206": "BigWorld_Dq_HeGuan_Doom",
"4207": "BigWorld_Dq_HeGuan_DoomHeavy",
"4208": "BigWorld_Dq_HeGuan_DoomHeavyest",
"4209": "BigWorld_Xm33_StormDesert_General",
"4210": "BigWorld_Xm33_HugeFissure_Bottom",
"4211": "BigWorld_Xm33_HugeFissure_Middle",
"4212": "BigWorld_Xm33_StormDesert_Out",
"4213": "BigWorld_Xm33_DJCamp_General",
"4214": "BigWorld_Xm33_SmallFissure",
"4215": "BigWorld_Xm33_SandRuins_General",
"4216": "BigWorld_Xm33_SandRuins_Inside",
"4217": "BigWorld_Xm33_SandRuins_UnderGround_Cave01",
"4218": "BigWorld_Xm33_SandRuins_UnderGround_Cave02",
"4219": "BigWorld_Xm33_ChiWangCave_01_General",
"4220": "BigWorld_Xm33_SandwormCave_General",
"4221": "BigWorld_Xm33_SandwormCave_SpiritGeneral",
"4222": "BigWorld_Xm33_BackFissure_Bottom",
"4223": "BigWorld_Xm33_Robot",
"4224": "BigWorld_Xm33_ChiWangCave_02_General",
"4225": "BigWorld_Xm33_GrassDragonCave",
"4226": "BigWorld_Xm33_Robot",
"4227": "BigWorld_Xm33_ChiWangCave_03_General",
"4228": "BigWorld_Xm33_JamshidCup_General",
"4229": "BigWorld_Xm33_JamshidCup_Boss",
"4230": "BigWorld_Xm33_EternalOasis",
"4231": "BigWorld_Xm33_StormDesert_Out_S",
"4232": "BigWorld_Xm33_Robot",
"4233": "BigWorld_Xm33_Robot",
"4234": "BigWorld_Xm33_SandRuins_General",
"4235": "BigWorld_Xm33_SandRuins_UnderGround_Cave01",
"4236": "BigWorld_Xm33_SandRuins_UnderGround_Cave02",
"4237": "BigWorld_Xm33_SandRuins_Inside",
"4238": "BigWorld_Xm33_StormDesert_Middle_S",
"4239": "BigWorld_Xm33_GrassDragonCave",
"4240": "BigWorld_Xm33_SandwormCave_General",
"4241": "BigWorld_Xm33_SandwormCave_General",
"4242": "BigWorld_Xm33_SandwormCave_General",
"4243": "BigWorld_Xm33_SandwormCave_General",
"4244": "BigWorld_Xm33_GrassDragonCave",
"4245": "BigWorld_Xm33_HugeFissure_Middle",
"4246": "BigWorld_Xm33_StormDesert_Middle_S",
"4247": "BigWorld_Xm33_StormDesert_Out",
"4248": "BigWorld_Xm33_StormDesert_Out",
"4249": "BigWorld_Xm33_StormDesert_Out",
"4250": "BigWorld_Xm33_StormDesert_Out",
"4251": "BigWorld_Xm33_StormDesert_Transition",
"4252": "BigWorld_Xm33_EternalOasis",
"4253": "BigWorld_Xm33_EternalOasis",
"4254": "BigWorld_Xm33_HugeFissure_Middle",
"5001": "BigWorld_Fd_Wharf",
"5002": "BigWorld_Fd_CityOfTears",
"5003": "BigWorld_Fd_CityOfTears_Corridor",
"5004": "BigWorld_Fd_CityOfTears_Marian",
"5005": "BigWorld_Fd_FDC",
"5006": "BigWorld_Fd_OldTown",
"5007": "BigWorld_DI_WeiWei_Foggy",
"6001": "BigWorld_Ly_General",
"7001": "BigWorld_Ly_General",
"9001": "BigWorld_DI_General",
"9002": "BigWorld_DI_BuDing",
"9003": "BigWorld_DI_ShuangShuang_02",
"9004": "BigWorld_DI_PoPo_Cloudy",
"9005": "BigWorld_DI_WeiWei",
"9006": "BigWorld_DI_WeiWei_Rain",
"9007": "BigWorld_DI_WeiWei_Foggy",
"9008": "BigWorld_DI_DMP01",
"9009": "BigWorld_DI_General",
"9010": "BigWorld_DI_Fog_Light",
"9011": "BigWorld_DI_ThunderStorm",
"9012": "BigWorld_DI_Fog_Light",
"9013": "BigWorld_DI_Fog_Light",
"9014": "BigWorld_DI_Fog_Light",
"9015": "BigWorld_DI_PoPo_Sunny",
"9016": "BigWorld_DI_General_24H",
"9017": "BigWorld_DI_General_24H",
"9018": "BigWorld_DI_General_24H",
"9019": "BigWorld_DI_Social",
"9020": "BigWorld_DI_ShuangShuang",
"9999": "BigWorld_Md_General",
"10001": "Dungeon_XianglingPlotLevel01_Test",
"10002": "Dungeon_XianglingPlotLevel01",
"10003": "Dungeon_FCdungeon_Hutao_01",
"10004": "Dungeon_FCdungeon_Hutao_02",
"10005": "Dungeon_FCdungeon_GoddessLY01",
"10006": "Dungeon_FCdungeon_GoddessLY02",
"10007": "Dungeon_FCdungeon_GoddessLY01",
"10008": "Dungeon_FCdungeon_GoddessLY02",
"10009": "Dungeon_CycleDungeon_WindFlower",
"10010": "Dungeon_CycleDungeon_WindFlower_Outdoor",
"10011": "Dungeon_CycleDungeon_WindFlower_Outdoor",
"10012": "Dungeon_DahakaBoss01",
"10013": "Dungeon_DahakaBoss01",
"10014": "Dungeon_DahakaBoss01",
"10015": "Dungeon_DahakaBoss01",
"10016": "Dungeon_DahakaBoss01",
"10017": "Dungeon_FCdungeon_MistTrial_Bottom",
"10018": "Dungeon_FCdungeon_MistTrial",
"10019": "Dungeon_FCdungeon_MistTrial_Bottom",
"10020": "Dungeon_FCdungeon_MistTrial",
"10021": "Dungeon_FCdungeon_MistTrial_Bottom",
"10022": "Dungeon_FCdungeon_MistTrial",
"10023": "Dungeon_FCdungeon_MistTrial_Bottom",
"10024": "Dungeon_FCdungeon_MistTrial",
"10025": "Dungeon_FCdungeon_MistTrial_Bottom",
"10026": "Dungeon_FCdungeon_MistTrial",
"10027": "Dungeon_FCdungeon_MistTrial_Bottom",
"10028": "Dungeon_FCdungeon_MistTrial",
"10029": "Dungeon_DonjonBattle",
"10030": "Dungeon_DonjonBattle",
"10031": "Dungeon_DonjonBattle",
"10032": "Dungeon_DonjonBattle",
"10033": "Dungeon_DonjonBattle",
"10034": "Dungeon_DonjonBattle",
"10035": "Dungeon_ContestBattle01",
"10036": "Dungeon_ContestBattle01",
"10037": "Dungeon_ContestBattle01",
"10038": "Dungeon_ContestBattle01",
"10039": "Dungeon_ContestBattle01",
"10040": "Dungeon_ContestBattle01",
"10041": "Dungeon_ContestBattle01",
"10042": "Dungeon_ContestBattle01",
"10043": "Dungeon_ContestBattle01",
"10044": "Dungeon_ContestBattle01",
"10045": "Dungeon_ContestBattle01",
"10046": "Dungeon_ContestBattle01",
"10047": "Dungeon_ContestBattle01",
"10048": "Dungeon_ContestBattle01",
"10049": "Dungeon_ContestBattle01",
"10050": "Dungeon_ContestBattle01",
"10051": "Dungeon_ContestBattle01",
"10052": "Dungeon_ContestBattle01",
"10053": "Dungeon_ContestBattle01",
"10054": "Dungeon_ContestBattle01",
"10055": "Dungeon_ContestBattle01",
"10056": "Dungeon_ContestBattle01",
"10057": "Dungeon_ContestBattle01",
"10058": "Dungeon_ContestBattle01",
"10059": "Dungeon_FCDungeon_Delusion01",
"10060": "Dungeon_Dq_Void02",
"10061": "Dungeon_Dq_Void02",
"10062": "Dungeon_Dq_Void02",
"10063": "Dungeon_Dq_Void02",
"10064": "Dungeon_OnmyoMaze01_CutsceneRoom",
"10065": "Homeworld_HomeExterior_Ukiyo",
"10066": "Homeworld_HomeExterior_Ukiyo",
"10067": "Dungeon_FCdungeon_ShenheCloud01",
"10068": "Dungeon_FCdungeon_ShenheCloud02",
"10069": "Dungeon_FCdungeon_ShenheCloud03",
"10070": "Dungeon_FCdungeon_ShenheCloud04",
"10071": "Dungeon_FCdungeon_ShenheCloud05",
"10072": "Dungeon_DreamIsland_XinyanDungeon_Cave1",
"10073": "Dungeon_DreamIsland_XinyanDungeon_Cave2",
"10074": "Dungeon_DreamIsland_XinyanDungeon_Cave3",
"10075": "Dungeon_DreamIsland_XinyanDungeon_Island1_1",
"10076": "Dungeon_DreamIsland_XinyanDungeon_Bridge1",
"10077": "Dungeon_DreamIsland_XinyanDungeon_Island3_1",
"10078": "Dungeon_DreamIsland_XinyanDungeon_Island1_2",
"10079": "Dungeon_DreamIsland_XinyanDungeon_Island3_2",
"10080": "Dungeon_WeekDungeon_Baal",
"10081": "Dungeon_WeekDungeon_Baal",
"10082": "Dungeon_CYDungeon_Activy03_01",
"10083": "Dungeon_CYDungeon_Activy03_02",
"10084": "Dungeon_CYDungeon_Activy03_03",
"10085": "Dungeon_CYDungeon_Activy03_04",
"10086": "Dungeon_CYDungeon_Activy03_01",
"10087": "Dungeon_CYDungeon_Activy03_02",
"10088": "Dungeon_CYDungeon_Activy03_03",
"10089": "Dungeon_CYDungeon_Activy03_04",
"10090": "Dungeon_DreamIsland_Mona_StarrySky_01",
"10091": "Dungeon_DreamIsland_Mona_StarrySky_02",
"10092": "Dungeon_DreamIsland_Mona_StarrySky_02Rain",
"10093": "Dungeon_DreamIsland_Mona_StarrySky_01",
"10094": "Dungeon_DreamIsland_Kazuha02_Special",
"10095": "Dungeon_CYDungeon_Activy02",
"10096": "Dungeon_CYDungeon_Activy02_Void",
"10097": "Dungeon_CYDungeon_Activy03_Corridor",
"10098": "Dungeon_CYDungeon_Activy03_VoidSpace",
"10099": "Dungeon_CYDungeon_Activy03_Corridor",
"10100": "Dungeon_CYDungeon_Activy02_Cave",
"10101": "Dungeon_CYDungeon_Activy02_Cave",
"10102": "Dungeon_DreamIsland_XinyanDungeon_Island3_1",
"10103": "Dungeon_DreamIsland_XinyanDungeon_Island3_1",
"10104": "Dungeon_DreamIsland_XinyanDungeon_Home",
"10105": "Dungeon_DreamIsland_Mona_Home",
"10106": "Dungeon_DreamIsland_Mona01",
"10107": "Dungeon_DreamIsland_Mona02",
"10108": "Dungeon_ContestBattle01",
"10109": "Dungeon_ContestBattle01",
"10110": "Dungeon_ContestBattle01",
"10111": "Dungeon_ContestBattle01",
"10112": "Dungeon_ContestBattle01",
"10113": "Dungeon_ContestBattle01",
"10114": "Dungeon_ContestBattle01",
"10115": "Dungeon_ContestBattle01",
"10116": "Dungeon_ContestBattle01",
"10117": "Dungeon_ContestBattle01",
"10118": "Dungeon_ContestBattle01",
"10119": "Dungeon_ContestBattle01",
"10120": "Dungeon_ContestBattle01",
"10121": "Dungeon_ContestBattle01",
"10122": "Dungeon_ContestBattle01",
"10123": "Dungeon_ContestBattle01",
"10124": "Dungeon_ContestBattle01",
"10125": "Dungeon_ContestBattle01",
"10126": "Dungeon_ContestBattle01",
"10127": "Dungeon_ContestBattle01",
"10128": "Dungeon_ContestBattle01",
"10129": "Dungeon_ContestBattle01",
"10130": "Dungeon_ContestBattle01",
"10131": "Dungeon_ContestBattle01",
"10132": "Dungeon_XMdungeon_WQ01_02",
"10133": "Dungeon_XMdungeon_WQ01_03",
"10134": "Dungeon_SmrDungeon_BigTree_Room",
"10135": "Dungeon_SmrDungeon_BigTree_Room",
"10136": "Dungeon_SmrDungeon_BigTree_Flower",
"10137": "Dungeon_SmrDungeon_BigTree_Flower",
"10138": "Homeworld_HomeExterior_Sumeru",
"10139": "Homeworld_HomeExterior_Sumeru_Yellow",
"10140": "Dungeon_FC_DeshretTemple_General",
"10141": "Dungeon_FC_DeshretTemple_Ending",
"10142": "Dungeon_Xm_ScaramoucheBoss02",
"10143": "Dungeon_Xm_ScaramoucheBoss02",
"10144": "Dungeon_UGCDungeon_CustomLevel_A_01",
"10145": "Dungeon_UGCDungeon_CustomLevel_A_02",
"10146": "Dungeon_UGCDungeon_CustomLevel_A_03",
"10147": "Dungeon_UGCDungeon_CustomLevel_A_04",
"10148": "Dungeon_UGCDungeon_CustomLevel_A_05",
"10149": "Dungeon_UGCDungeon_CustomLevel_A_06",
"10150": "Dungeon_FCDungeon_Delusion01",
"10151": "Dungeon_NahidaDungeon_01",
"10152": "Dungeon_NahidaDungeon_02",
"10153": "Dungeon_NahidaDungeon_02",
"10154": "Dungeon_NahidaDungeon_03",
"10155": "Dungeon_NahidaDungeon_04",
"10156": "Dungeon_FCdungeon_BigTree_02_storm",
"10157": "Dungeon_FCdungeon_BigTree_03",
"10158": "Dungeon_NahidaDungeon_01",
"10159": "Dungeon_ContestBattle01",
"10160": "Dungeon_ContestBattle01",
"10161": "Dungeon_ContestBattle01",
"10162": "Dungeon_ContestBattle01",
"10163": "Dungeon_ContestBattle01",
"10164": "Dungeon_ContestBattle01",
"10165": "Dungeon_ContestBattle01",
"10166": "Dungeon_BrickBreaker01",
"10167": "Dungeon_BrickBreaker01",
"10168": "Dungeon_BrickBreaker01",
"10169": "Dungeon_BrickBreaker01",
"10170": "Dungeon_BrickBreaker01",
"10171": "Dungeon_BrickBreaker01",
"10172": "Dungeon_BrickBreaker01",
"10173": "Dungeon_BrickBreaker01",
"10174": "Dungeon_BrickBreaker01",
"10175": "Dungeon_Xm33_Consciousness_Indoor",
"10176": "Dungeon_Xm_Alhaitham_boss",
"10178": "Dungeon_Xm_Alhaitham_boss",
"11035": "Dungeon_ContestBattle01",
"11036": "Dungeon_ContestBattle01",
"11037": "Dungeon_ContestBattle01",
"11038": "Dungeon_ContestBattle01",
"11039": "Dungeon_ContestBattle01",
"11040": "Dungeon_ContestBattle01",
"11041": "Dungeon_ContestBattle01",
"11042": "Dungeon_ContestBattle01",
"11043": "Dungeon_ContestBattle01",
"11044": "Dungeon_ContestBattle01",
"11045": "Dungeon_ContestBattle01",
"11046": "Dungeon_ContestBattle01",
"11047": "Dungeon_ContestBattle01",
"11048": "Dungeon_ContestBattle01",
"11049": "Dungeon_ContestBattle01",
"11050": "Dungeon_ContestBattle01",
"11051": "Dungeon_ContestBattle01",
"11052": "Dungeon_ContestBattle01",
"11053": "Dungeon_ContestBattle01",
"11054": "Dungeon_ContestBattle01",
"11055": "Dungeon_ContestBattle01",
"11056": "Dungeon_ContestBattle01",
"11057": "Dungeon_ContestBattle01",
"11058": "Dungeon_ContestBattle01",
"90001": "BigWorld_Md_General"
}
================================================
FILE: src/i18n/index.ts
================================================
import type { App } from 'vue'
import { createI18n } from 'vue-i18n'
import messages from '@intlify/unplugin-vue-i18n/messages'
const datas = import.meta.glob('./data/*/index.ts', { eager: true }) as LocaleModule
Object.keys(datas).forEach(key => {
const locale = key.split('data/').pop()?.replace('/index.ts', '') as string
messages[locale].data = datas[key].default
})
const i18n = createI18n({
legacy: false,
// globalInjection: true,
messages
})
/** 安装国际化 */
export function setupI18n(app: App) {
app.use(i18n)
}
export default i18n
================================================
FILE: src/i18n/locales/de.json
================================================
{}
================================================
FILE: src/i18n/locales/en.json
================================================
{
"auther": "Auther",
"client ver": "Client version",
"plugin ver": "Plugin version",
"project addr": "Project address",
"server plugin": "Server plugins",
"position": "Position",
"flower": "Flower",
"plume": "Plume",
"sands": "Sands",
"goblet": "Goblet",
"circlet": "Circlet",
"mainstat": "Mainstat",
"substats": "Substats",
"gear": "Gear",
"execute": "Execute",
"select 4": "Please select 4 initial substats",
"2set": "2-Piece Set",
"4set": "4-Piece Set",
"set artifact lv": "Set Artifact LV",
"general settings": "General Settings",
"unlock map": "Unlock Map",
"level-up all": "Level-up All",
"god mode": "God Mode",
"un stamina": "Unlimited Stamina",
"un energy": "Unlimited Energy",
"clear inventory": "Clear Inventory",
"all": "All",
"weapons": "Weapons",
"artifacts": "Artifacts",
"materials": "Materials",
"unlock open": "Unlock Open States",
"player lv": "Player level",
"edit": "edit",
"world lv": "World level",
"bp lv": "BP level",
"tower lv": "Tower level",
"weather": "Weather",
"lock weather": "Lock Weather",
"lock time": "Lock Time",
"current avatar": "Current Avatar",
"talent lv": "Talent level",
"avatar lv": "Avatar level",
"constellation": "Constellation",
"friendship": "Friendship",
"no cd": "No CD",
"max lv": "Max Level",
"max refinement": "Max Refinement",
"max rarity": "Max Rarity",
"level-up all options": "Level up all avatar, level, talents, constellation, friendship",
"select a option": "Please select an option",
"all avatars cd 100%": "All avatars cooldown reduction set to 100%",
"num": "Num",
"lv": "Lv",
"refinement": "Refinement",
"to search": "Enter a keyword to search",
"give": "Give",
"spawn": "Spawn",
"proxy system": "Proxy System",
"use proxy system": "Use system proxy for request",
"latest ver now": "This is the latest version",
"failed get update info": "Failed to get update information",
"retry manually": "Please retry manually by clicking on the version number tab, if it fails several times then check the network situation or open an issue in Github",
"new ver discover": "New version Discovered!",
"whether upgrade": "Whether to upgrade",
"confirm": "Confirm",
"cancel": "Cancel",
"update": "Update",
"install successful": "Install Sucessful",
"whether relaunch": "Whether to relaunch",
"relaunch": "Relaunch",
"failed to update": "Failed to install update package",
"try again": "Please try again, if it fails several times, check the network situation or open an issue in Github",
"quests": "Quests",
"start": "Start",
"finish": "Finish",
"scenes": "Scenes",
"server settings": "Server Settings",
"player auth": "Player Auth",
"admin auth": "Admin Auth",
"create account": "Create Account with Password",
"admin console": "Admin Console",
"server": "Server",
"username": "Username",
"password": "Password",
"input server": "Please input server ip",
"server error": "Server ip error",
"input username": "Please input Username",
"input code": "Please input Code",
"input password": "Please input Password",
"input adv": "Please input adminVoucher",
"send code": "Send Code",
"auth": "Auth",
"create": "Create",
"save settings": "Save Settings",
"send code mail": "Will send a Code in-game via Mailbox, please check your mail, and you also can get it by using /verify command",
"password verify": "Account needs a password for password verification option",
"change verify": "Change Verify Method",
"adv find": "Admin Voucher inside plugin config file",
"whether send code": "Send Code to mailbox?",
"send code success": "Mailbox send success, please check your mailbox",
"auth success": "Auth Success",
"verify success": "Verify Success",
"accout create success": "Account Create Success",
"network error": "Network Error",
"player auth first": "Please auth player first",
"mods download": "Online Mods Download",
"mods manage": "Local Mods Manage",
"not found mod path": "Didn't found mods path",
"mod settings": "Mod Settings",
"img aspect ratio": "Image Aspect Ratio",
"show name": "Show Name",
"show author": "Show Author",
"select": "Select",
"save": "Save",
"select 3dm": "Please select your 3DMigoto Loader.exe",
"download queue": "Download Queue",
"to install": "Please click on the selection to download and install",
"download manage": "Download Manage",
"total": "Total",
"open nsfw": "Open NSFW",
"install ca": "Install Certificate",
"proxy start": "Proxy Start",
"startup items": "Startup Items",
"launch": "Launch",
"select game": "Please select your GenshinImpact.exe",
"select akebi": "Please select your injector.exe",
"proxy port": "Proxy Port",
"changelog": "Changelog",
"characters": "Characters",
"npc": "NPC",
"enemy": "Enemy",
"misc": "Misc",
"select gc": "Please select your grasscutter-version.jar",
"about project": "This's a cross-platform client that combines traffic proxy, launcher, command generation, mod management, and other to easily play Grasscutte. It's limited to support only part of the features in the web side, if you want to use all the features please go to Github to download the client and the corresponding plugin. Feel free to join our Discord community to chat or ask for help.",
"app settings": "App Settings",
"always on top": "Window always on top",
"borderless window": "Borderless Window",
"fullscreen": "Fullscreen",
"custom resolution": "Custom Resolution",
"30960": "CRIT Rate",
"30950": "CRIT DMG",
"50880": "EM",
"50990": "ATK%",
"50980": "HP%",
"50970": "DEF%",
"15003": "ATK",
"15001": "HP",
"15005": "DEF",
"10960": "ER",
"50950": "Electro DMG Bonus",
"50960": "Pyro DMG Bonus",
"50940": "Cyro DMG Bonus",
"50930": "Hydro DMG Bonus",
"50910": "Geo DMG Bonus",
"50920": "Anemo DMG Bonus",
"50900": "Dendro DMG Bonus",
"50890": "Physical DMG Bonus",
"30940": "Healing Bonus",
"18959": "Mona",
"18989": "Zhongli",
"19141": "Collei",
"19340": "Venti",
"19465": "Jean",
"19467": "Albedo",
"19469": "Aloy",
"19470": "Amber",
"19471": "Arataki Itto",
"19472": "Barbara",
"19473": "Beidou",
"19474": "Bennett",
"19475": "Candace",
"19476": "Chongyun",
"19477": "Cyno",
"19478": "Diluc",
"19479": "Diona",
"19480": "Dori",
"19481": "Eula",
"19482": "Fischl",
"19483": "Ganyu ",
"19484": "Gorou",
"19485": "Hu Tao",
"19486": "Kaedehara Kazuha",
"19487": "Kaeya",
"19488": "Kamisato Ayaka",
"19489": "Kamisato Ayato",
"19490": "Keqing",
"19491": "Klee",
"19492": "Kujou Sara",
"19493": "Kuki Shinobu",
"19494": "Lisa",
"19495": "Nilou",
"19496": "Ningguang",
"19466": "Noelle",
"19497": "Qiqi",
"19498": "Raiden Shogun",
"19499": "Razor",
"19500": "Rosaria",
"19501": "Sangonomiya Kokomi",
"19502": "Sayu",
"19503": "Shenhe",
"19504": "Shikanoin Heizou",
"19506": "Sucrose",
"19507": "Tartaglia",
"19508": "Thoma",
"19509": "Tighnari",
"19510": "Traveler",
"19511": "Xiangling",
"19512": "Xiao",
"19513": "Xingqiu",
"19514": "Xinyan",
"19515": "Yae Miko",
"19516": "Yanfei",
"19517": "Yelan",
"19518": "Yoimiya",
"19519": "Yun Jin",
"19763": "Lumine",
"20057": "Layla",
"20058": "Nahida",
"20310": "Faruzan",
"20311": "Wanderer",
"21033": "Alhaitham",
"21034": "Yaoyao"
}
================================================
FILE: src/i18n/locales/es.json
================================================
{
"auther": "Autor",
"client ver": "Versión del cliente",
"plugin ver": "Versión del Plugin",
"project addr": "Dirección del proyecto",
"server plugin": "Plugin del Servidor",
"position": "Posición",
"flower": "Flor",
"plume": "Pluma",
"sands": "Arenas",
"goblet": "Cáliz",
"circlet": "Tiara",
"mainstat": "Estadística principal",
"substats": "Sub-Estadísticas",
"gear": "Equipamiento",
"execute": "Ejecutar",
"select 4": "Por favor, selecciona 4 sub-estadísticas iniciales",
"2set": "Set de 2 piezas",
"4set": "Set de 4 piezas",
"set artifact lv": "Establecer nivel de artefacto",
"general settings": "Opciones generales",
"unlock map": "Desbloquear Mapa",
"level-up all": "Subir nivel a todo",
"god mode": "Modo dios",
"un stamina": "Stamina Ilimitada",
"un energy": "Energía Ilimitada",
"clear inventory": "Vaciar el inventario",
"all": "Todo",
"weapons": "Armas",
"artifacts": "Artefactos",
"materials": "Materiales",
"unlock open": "Desbloquear Estados Abiertos",
"player lv": "Nivel de Jugador",
"edit": "Editar",
"world lv": "Nivel de Mundo",
"bp lv": "Nivel del Pase de Batalla",
"tower lv": "Nivel de Torre",
"weather": "Clima",
"lock weather": "Bloquear Clima",
"lock time": "Bloquear Tiempo",
"current avatar": "Personaje Actual",
"talent lv": "Nivel de Talento",
"avatar lv": "Nivel de Personaje",
"constellation": "Constelación",
"friendship": "Amistad",
"no cd": "No CoolDown",
"max lv": "Nivel máximo",
"max refinement": "Refinamiento máximo",
"max rarity": "Rareza Máxima",
"level-up all options": "Subir de nivel todos los personajes, niveles, constelaciones y amistad",
"select a option": "Por favor, seleccione una opción",
"all avatars cd 100%": "Set de reducción de cooldown a todos los personajes.",
"num": "Número",
"lv": "Niv",
"refinement": "Refinamiento",
"to search": "Escribe una palabra clave para buscar",
"give": "Obtener",
"spawn": "Spawnear",
"proxy system": "Sistema de Proxy",
"use proxy system": "Usar el proxy del sistema para la solicitud",
"latest ver now": "Esta es la versión más reciente",
"failed get update info": "Error al intentar obtener información de actualizaciones",
"retry manually": "Por favor, inténtalo manualmente dando click en la pestaña de versiones, si falla varias veces, puede ser problema de tu internet",
"new ver discover": "Nueva versión disponible!",
"whether upgrade": "A cuál actualizar",
"confirm": "Confirmar",
"cancel": "Cancelar",
"update": "Actualizar",
"install successful": "Instalación exitosa",
"whether relaunch": "¿Desea relanzar?",
"relaunch": "Relanzar",
"failed to update": "Error al instalar la actualización",
"try again": "Inténtalo de nuevo, si falla varias veces, verifica tu conexión o abre un issue en Github",
"quests": "Misiones",
"start": "Iniciar",
"finish": "Finalizar",
"scenes": "Escenas",
"server settings": "Opciones del Servidor",
"player auth": "Autenticación del Jugador",
"admin auth": "Autenticación de Administrador",
"create account": "Crear cuenta con contraseña",
"admin console": "Consola de admin",
"server": "Servidor",
"username": "Nombre de usuario",
"password": "Contraseña",
"input server": "Escribe una ip de servidor",
"server error": "Error de la ip",
"input username": "Introduce un nombre de usuario",
"input code": "Introduce el código",
"input password": "Intruduce la contraseña",
"input adv": "Introduce el adminVoucher",
"send code": "Enviar código",
"auth": "Autenticación",
"create": "Crear",
"save settings": "Guardar la configuración",
"send code mail": "Te enviaremos un código via email en el juego, verifícalo",
"password verify": "La cuenta necesita contraseña para verificación por contraseña",
"change verify": "Cambiar método de verificación",
"adv find": "adminVoucher dentro del archivo de configuración del plugin",
"whether send code": "¿Enviar código al correo del juego?",
"send code success": "Correo enviado exitosamente, verifica el correo",
"auth success": "Autenticación exitosa",
"verify success": "Verificación exitosa",
"accout create success": "Creación de cuenta exitosa",
"network error": "Error de red",
"player auth first": "Primero, autentica el jugador",
"mods download": "Descargar Mods",
"mods manage": "Administrar mods locales",
"not found mod path": "No se encontró la ruta de la carpeta de mods",
"mod settings": "Opciones de mod",
"img aspect ratio": "Relación de aspecto de imagen",
"show name": "Mostrar nombre",
"show author": "Mostrar autor",
"select": "Seleccionar",
"save": "Guardar",
"select 3dm": "Selecciona tu 3DMigoto Loader.exe",
"download queue": "Descargar Lista",
"to install": "Da click en la selección para descargar e instalar",
"download manage": "Administrar descarga",
"total": "Total",
"open nsfw": "Abrir NSFW",
"install ca": "Install Certificate",
"proxy start": "Proxy Start",
"startup items": "Startup Items",
"launch": "Launch",
"select game": "Please select your GenshinImpact.exe",
"select akebi": "Please select your injector.exe",
"proxy port": "Proxy Port",
"changelog": "Changelog",
"characters": "Characters",
"npc": "NPC",
"enemy": "Enemy",
"misc": "Misc",
"select gc": "Please select your grasscutter-version.jar",
"about project": "This's a cross-platform client that combines traffic proxy, launcher, command generation, mod management, and other to easily play Grasscutte. It's limited to support only part of the features in the web side, if you want to use all the features please go to Github to download the client and the corresponding plugin. Feel free to join our Discord community to chat or ask for help.",
"app settings": "App Settings",
"always on top": "Window always on top",
"borderless window": "Borderless Window",
"fullscreen": "Fullscreen",
"custom resolution": "Custom Resolution",
"30960": "Prob. Crítica",
"30950": "Daño crítico",
"50880": "Maestría elemental",
"50990": "Ataque%",
"50980": "Vida%",
"50970": "Defensa%",
"15003": "Ataque",
"15001": "Vida",
"15005": "Defensa",
"10960": "Resistencia Elemental",
"50950": "Bonus de daño electro",
"50960": "Bonus de daño pyro",
"50940": "Bonus de daño cyro",
"50930": "Bonus de daño hydro",
"50910": "Bonus de daño geo",
"50920": "Bonus de daño anemo",
"50900": "Bonus de daño dendro",
"50890": "Bonus de daño físico",
"30940": "Bonus de curación",
"18959": "Mona",
"18989": "Zhongli",
"19141": "Collei",
"19340": "Venti",
"19465": "Jean",
"19467": "Albedo",
"19469": "Aloy",
"19470": "Amber",
"19471": "Arataki Itto",
"19472": "Barbara",
"19473": "Beidou",
"19474": "Bennett",
"19475": "Candace",
"19476": "Chongyun",
"19477": "Cyno",
"19478": "Diluc",
"19479": "Diona",
"19480": "Dori",
"19481": "Eula",
"19482": "Fischl",
"19483": "Ganyu ",
"19484": "Gorou",
"19485": "Hu Tao",
"19486": "Kaedehara Kazuha",
"19487": "Kaeya",
"19488": "Kamisato Ayaka",
"19489": "Kamisato Ayato",
"19490": "Keqing",
"19491": "Klee",
"19492": "Kujou Sara",
"19493": "Kuki Shinobu",
"19494": "Lisa",
"19495": "Nilou",
"19496": "Ningguang",
"19466": "Noelle",
"19497": "Qiqi",
"19498": "Raiden Shogun",
"19499": "Razor",
"19500": "Rosaria",
"19501": "Sangonomiya Kokomi",
"19502": "Sayu",
"19503": "Shenhe",
"19504": "Shikanoin Heizou",
"19506": "Sucrose",
"19507": "Tartaglia",
"19508": "Thoma",
"19509": "Tighnari",
"19510": "Traveler",
"19511": "Xiangling",
"19512": "Xiao",
"19513": "Xingqiu",
"19514": "Xinyan",
"19515": "Yae Miko",
"19516": "Yanfei",
"19517": "Yelan",
"19518": "Yoimiya",
"19519": "Yun Jin",
"19763": "Lumine",
"20057": "Layla",
"20058": "Nahida",
"20310": "Faruzan",
"20311": "Wanderer",
"21033": "Alhaitham",
"21034": "Yaoyao"
}
================================================
FILE: src/i18n/locales/fr.json
================================================
{}
================================================
FILE: src/i18n/locales/id-ID.json
================================================
{}
================================================
FILE: src/i18n/locales/ja-JP.json
================================================
{
"auther": "製作者",
"client ver": "クライアント バージョン",
"plugin ver": "プラグイン バージョン",
"project addr": "プロジェクトアドレス",
"server plugin": "サーバープラグイン",
"position": "位置",
"flower": "花",
"plume": "羽",
"sands": "時計",
"goblet": "杯",
"circlet": "冠",
"mainstat": "メインステータス",
"substats": "サブステータス",
"gear": "サブレベル",
"execute": "実行",
"select 4": "初期オプを4つ選択して下さい",
"2set": "2セット効果",
"4set": "4セット効果",
"set artifact lv": "聖遺物レベル",
"general settings": "プレイヤー設定",
"unlock map": "Unlock Map",
"level-up all": "Level-up All",
"god mode": "God Mode",
"un stamina": "Unlimited Stamina",
"un energy": "Unlimited Energy",
"clear inventory": "Clear Inventory",
"all": "All",
"weapons": "武器",
"artifacts": "聖遺物",
"materials": "アイテム",
"unlock open": "アンロックオープンステータス",
"player lv": "プレイヤーレベル",
"edit": "編集",
"world lv": "世界ランク",
"bp lv": "紀行レベル",
"tower lv": "螺旋レベル",
"weather": "天気",
"lock weather": "天気を固定",
"lock time": "時間ロック",
"current avatar": "現在のキャラ",
"talent lv": "天賦レベル",
"avatar lv": "キャラレベル",
"constellation": "星座",
"friendship": "友好レベル",
"no cd": "クールタイム0",
"max lv": "最大レベル",
"max refinement": "最大精錬レベル",
"max rarity": "最大レアリティー",
"level-up all options": "キャラのレベル、天賦、星座、友好度をレベルアップ",
"select a option": "オプションを選択して下さい",
"all avatars cd 100%": "全てのキャラのクールタイムを0に設定",
"num": "数",
"lv": "レベル",
"refinement": "精錬",
"to search": "検索",
"give": "Give",
"spawn": "Spawn",
"proxy system": "Proxy System",
"use proxy system": "Use system proxy for request",
"latest ver now": "これが最新バージョンです",
"failed get update info": "更新情報を取得できませんでした",
"retry manually": "バージョン番号タブをクリックして手動で再試行してください。何度か失敗する場合は、ネットワークの状況を確認するか、Github でIssuesを開いてください",
"new ver discover": "新しいバージョンが発見されました",
"whether upgrade": "アップデートしますか?",
"confirm": "Confirm",
"cancel": "Cancel",
"update": "Update",
"install successful": "インストール成功",
"whether relaunch": "再起動しますか?",
"relaunch": "再起動",
"failed to update": "アップデートのインストールに失敗しました",
"try again": "再試行してください。何度か失敗する場合は、ネットワークの状況を確認するか、Github でIssuesを開いてください",
"quests": "クエスト",
"start": "スタート",
"finish": "終了",
"scenes": "テレポート",
"server settings": "サーバー設定",
"player auth": "プレイヤー認証",
"admin auth": "管理者認証",
"create account": "アカウントとパスワードを作成",
"admin console": "管理者コンソール",
"server": "サーバー",
"username": "ユーザー名",
"password": "パスワード",
"input server": "サーバーIPアドレス",
"server error": "サーバーIPエラー",
"input username": "ユーザー名を入力して下さい",
"input code": "コードを入力して下さい",
"input password": "パスワードを入力して下さい",
"input adv": "管理者バウチャーを入力して下さい",
"send code": "コードを送信",
"auth": "認証",
"create": "作成",
"save settings": "設定を保存",
"send code mail": "コードをゲーム内メールで送信します",
"password verify": "アカウントにはパスワードが必要です",
"change verify": "検証方法の変更",
"adv find": "プラグイン構成ファイルの管理者バウチャー",
"whether send code": "コードをメールボックスに送信しますか?",
"send code success": "コードの送信に成功しましたメールボックスを開いて下さい",
"auth success": "認証成功",
"verify success": "認証",
"accout create success": "アカウントが作成されました",
"network error": "ネットワークエラー",
"player auth first": "最初にプレイヤー認証をして下さい",
"mods download": "MODダウンロード",
"mods manage": "モッドを統合",
"not found mod path": "モッドが見つかりません",
"mod settings": "MODの設定",
"img aspect ratio": "アスペクト比",
"show name": "名前を表示",
"show author": "製作者を表示",
"select": "選択",
"save": "保存",
"select 3dm": "3DMigoto Loader.exeを選択して下さい",
"download queue": "ダウンロードリスト",
"to install": "ダウンロードしてインストールするには選択を押して下さい",
"download manage": "ダウンロードマネージャー",
"total": "合計",
"open nsfw": "Open NSFW",
"install ca": "Install Certificate",
"proxy start": "Proxy Start",
"startup items": "Startup Items",
"launch": "Launch",
"select game": "Please select your GenshinImpact.exe",
"select akebi": "Please select your injector.exe",
"proxy port": "Proxy Port",
"changelog": "Changelog",
"characters": "Characters",
"npc": "NPC",
"enemy": "Enemy",
"misc": "Misc",
"select gc": "Please select your grasscutter-version.jar",
"about project": "This's a cross-platform client that combines traffic proxy, launcher, command generation, mod management, and other to easily play Grasscutte. It's limited to support only part of the features in the web side, if you want to use all the features please go to Github to download the client and the corresponding plugin. Feel free to join our Discord community to chat or ask for help.",
"app settings": "App Settings",
"always on top": "Window always on top",
"borderless window": "Borderless Window",
"fullscreen": "Fullscreen",
"custom resolution": "Custom Resolution",
"30960": "会心率",
"30950": "会心ダメージ",
"50880": "元素熟知",
"50990": "攻撃%",
"50980": "HP%",
"50970": "防御%",
"15003": "攻撃",
"15001": "HP",
"15005": "防御",
"10960": "チャージ効率",
"50950": "雷元素ダメージバフ",
"50960": "炎元素ダメージバフ",
"50940": "氷元素ダメージバフ",
"50930": "水元素ダメージバフ",
"50910": "岩元素ダメージバフ",
"50920": "風元素ダメージバフ",
"50900": "草元素ダメージバフ",
"50890": "物理ダメージバフ",
"30940": "回復ボーナス",
"18959": "Mona",
"18989": "Zhongli",
"19141": "Collei",
"19340": "Venti",
"19465": "Jean",
"19467": "Albedo",
"19469": "Aloy",
"19470": "Amber",
"19471": "Arataki Itto",
"19472": "Barbara",
"19473": "Beidou",
"19474": "Bennett",
"19475": "Candace",
"19476": "Chongyun",
"19477": "Cyno",
"19478": "Diluc",
"19479": "Diona",
"19480": "Dori",
"19481": "Eula",
"19482": "Fischl",
"19483": "Ganyu ",
"19484": "Gorou",
"19485": "Hu Tao",
"19486": "Kaedehara Kazuha",
"19487": "Kaeya",
"19488": "Kamisato Ayaka",
"19489": "Kamisato Ayato",
"19490": "Keqing",
"19491": "Klee",
"19492": "Kujou Sara",
"19493": "Kuki Shinobu",
"19494": "Lisa",
"19495": "Nilou",
"19496": "Ningguang",
"19466": "Noelle",
"19497": "Qiqi",
"19498": "Raiden Shogun",
"19499": "Razor",
"19500": "Rosaria",
"19501": "Sangonomiya Kokomi",
"19502": "Sayu",
"19503": "Shenhe",
"19504": "Shikanoin Heizou",
"19506": "Sucrose",
"19507": "Tartaglia",
"19508": "Thoma",
"19509": "Tighnari",
"19510": "Traveler",
"19511": "Xiangling",
"19512": "Xiao",
"19513": "Xingqiu",
"19514": "Xinyan",
"19515": "Yae Miko",
"19516": "Yanfei",
"19517": "Yelan",
"19518": "Yoimiya",
"19519": "Yun Jin",
"19763": "Lumine",
"20057": "Layla",
"20058": "Nahida",
"20310": "Faruzan",
"20311": "Wanderer",
"21033": "Alhaitham",
"21034": "Yaoyao"
}
================================================
FILE: src/i18n/locales/ko-KR.json
================================================
{}
================================================
FILE: src/i18n/locales/pt.json
================================================
{}
================================================
FILE: src/i18n/locales/ru-RU.json
================================================
{}
================================================
FILE: src/i18n/locales/th-TH.json
================================================
{}
================================================
FILE: src/i18n/locales/vi-VN.json
================================================
{}
================================================
FILE: src/i18n/locales/zh-CN.json
================================================
{
"auther": "作者",
"client ver": "客户端版本",
"plugin ver": "插件版本",
"project addr": "项目地址",
"server plugin": "服务端所需插件",
"position": "部位",
"flower": "生之花",
"plume": "死之羽",
"sands": "时之沙",
"goblet": "空之杯",
"circlet": "理之冠",
"mainstat": "主属性",
"substats": "词条",
"gear": "档次",
"execute": "执行",
"select 4": "请选择4个初始词条",
"2set": "二件套",
"4set": "四件套",
"set artifact lv": "调整等级",
"general settings": "通用设定",
"unlock map": "解锁地图",
"level-up all": "一键升级",
"god mode": "God模式",
"un stamina": "无限体力",
"un energy": "无限能量",
"clear inventory": "清理背包",
"all": "全部",
"weapons": "武器",
"artifacts": "圣遗物",
"materials": "材料",
"unlock open": "解锁开放状态",
"player lv": "冒险等级",
"edit": "修改",
"world lv": "世界等级",
"bp lv": "纪行等级",
"tower lv": "深渊层数",
"weather": "天气",
"lock weather": "锁定天气",
"lock time": "锁定时间",
"current avatar": "当前角色",
"talent lv": "技能等级",
"avatar lv": "角色等级",
"constellation": "命座",
"friendship": "好感度",
"no cd": "无CD",
"max lv": "最大等级",
"max refinement": "最大精炼",
"max rarity": "最大星级",
"level-up all options": "一键升级所有角色等级、技能、命座、好感度",
"select a option": "请选择清理的选项",
"all avatars cd 100%": "所有角色的冷却缩减置为100",
"num": "数量",
"lv": "等级",
"refinement": "精炼",
"to search": "输入关键字搜索",
"give": "获取",
"spawn": "怪物",
"proxy system": "系统代理",
"use proxy system": "使用系统代理进行请求",
"latest ver now": "当前已是最新版本",
"failed get update info": "获取更新信息失败",
"retry manually": "请手动点击版本号标签重试,如果多次失败则检查网络情况或者在Github提个issue",
"new ver discover": "发现新版本",
"whether upgrade": "是否进行升级",
"confirm": "确认",
"cancel": "取消",
"update": "升级",
"install successful": "安装成功",
"whether relaunch": "是否重新启动",
"relaunch": "重新启动",
"failed to update": "安装更新包失败",
"try again": "请尝试重试,如果多次失败则检查网络情况或者在Github提个issue",
"quests": "任务",
"start": "开始",
"finish": "结束",
"scenes": "场景",
"server settings": "服务器配置",
"player auth": "玩家认证",
"admin auth": "管理员认证",
"create account": "创建带有密码的账号",
"admin console": "管理员控制台",
"server": "服务器",
"username": "用户名",
"password": "密码",
"input server": "请输入服务器IP地址",
"server error": "服务器IP地址错误",
"input username": "请输入用户名",
"input code": "请输入验证码",
"input password": "请输入密码",
"input adv": "请输入管理员凭证",
"send code": "发送验证码",
"auth": "认证",
"create": "创建",
"save settings": "保存配置",
"send code mail": "邮箱验证会发送一封验证码邮件到游戏,请前往查收,或者使用指令/verify获取",
"password verify": "密码验证需要该账号已设定密码,目前为明文对比",
"change verify": "更换验证方式",
"adv find": "管理员凭证会在服务端加载插件后打印出来,或者在配置文件里找到",
"whether send code": "是否发送验证码邮件?",
"send code success": "邮件发送成功,请前往游戏邮箱查收",
"auth success": "认证成功",
"verify success": "验证成功",
"accout create success": "账号创建成功",
"network error": "网络错误",
"player auth first": "请先进行玩家验证",
"mods download": "在线mod下载",
"mods manage": "本地mod管理",
"not found mod path": "没有找到mod路径",
"mod settings": "Mod设置",
"img aspect ratio": "图片长宽比",
"show name": "显示名字",
"show author": "显示作者",
"select": "选择",
"save": "保存",
"select 3dm": "请选择你的3DMigoto Loader.exe",
"download queue": "下载队列",
"to install": "请点击选择进行下载安装",
"download manage": "下载管理",
"total": "总数",
"open nsfw": "开启NSFW",
"install ca": "安装证书",
"proxy start": "开始代理",
"startup items": "启动项管理",
"launch": "启动",
"select game": "请选择你的GenshinImpact.exe",
"select akebi": "请选择你的injector.exe",
"proxy port": "代理端口",
"changelog": "变更日志",
"characters": "角色",
"npc": "NPC",
"enemy": "敌人",
"misc": "杂项",
"select gc": "请选择你的grasscutter-version.jar",
"about project": "这是一个结合了流量代理、启动器、命令生成、MOD管理等功能的跨平台客户端,用于轻松游玩割草机。在web端功能受限仅支持部分功能,想使用全部功能请前往Github下载客户端以及对应插件。欢迎加入我们的Discord社区、QQ群聊天或者寻求帮助。",
"app settings": "应用配置",
"always on top": "窗口保持最前",
"borderless window": "无边框窗口",
"fullscreen": "全屏",
"custom resolution": "自定义分辨率",
"30960": "暴击率",
"30950": "暴击伤害",
"50880": "元素精通",
"50990": "攻击力%",
"50980": "生命值%",
"50970": "防御力%",
"15003": "攻击力",
"15001": "生命值",
"15005": "防御力",
"10960": "元素充能效率",
"50950": "雷元素伤害加成",
"50960": "火元素伤害加成",
"50940": "冰元素伤害加成",
"50930": "水元素伤害加成",
"50910": "岩元素伤害加成",
"50920": "风元素伤害加成",
"50900": "草元素伤害加成",
"50890": "物理伤害加成",
"30940": "治疗加成",
"18959": "莫娜",
"18989": "钟离",
"19141": "柯莱",
"19340": "温迪",
"19465": "琴",
"19467": "阿贝多",
"19469": "埃洛伊",
"19470": "安柏",
"19471": "荒泷一斗",
"19472": "芭芭拉",
"19473": "北斗",
"19474": "班尼特",
"19475": "坎蒂丝",
"19476": "重云",
"19477": "赛诺",
"19478": "迪卢克",
"19479": "迪奥娜",
"19480": "多莉",
"19481": "优菈",
"19482": "菲谢尔",
"19483": "甘雨 ",
"19484": "五郎",
"19485": "胡桃",
"19486": "枫原万叶",
"19487": "凯亚",
"19488": "神里绫华",
"19489": "神里绫人",
"19490": "刻晴",
"19491": "可莉",
"19492": "九条裟罗",
"19493": "久岐忍",
"19494": "丽莎",
"19495": "妮露",
"19496": "凝光",
"19466": "诺艾尔",
"19497": "七七",
"19498": "雷电将军",
"19499": "雷泽",
"19500": "罗莎莉亚",
"19501": "珊瑚宫心海",
"19502": "早柚",
"19503": "申鹤",
"19504": "鹿野院平藏",
"19506": "砂糖",
"19507": "达达利亚",
"19508": "托马",
"19509": "提纳里",
"19510": "旅行者",
"19511": "香菱",
"19512": "魈",
"19513": "行秋",
"19514": "辛焱",
"19515": "八重神子",
"19516": "烟绯",
"19517": "夜兰",
"19518": "宵宫",
"19519": "云堇",
"19763": "荧",
"20057": "莱依拉",
"20058": "纳西妲",
"20310": "珐露珊",
"20311": "流浪者",
"21033": "艾尔海森",
"21034": "瑶瑶"
}
================================================
FILE: src/i18n/locales/zh-TW.json
================================================
{}
================================================
FILE: src/layout/components/Language.vue
================================================